Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
regenerate on valnure (dynar exchange)
[simgrid.git] / examples / msg / Makefile.am
1 INCLUDES= -I$(top_srcdir)/include
2 AM_CFLAGS=-g
3 EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml
4
5 CLEANFILES=msg_test.trace
6
7 TESTS=run_msg_test
8 check_PROGRAMS=msg_test
9
10 msg_test_SOURCES= messages.h msg_test.c
11 msg_test_LDADD= $(top_builddir)/src/libsimgrid.la
12
13 include $(top_srcdir)/acmacro/dist-files.mk