Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the trim.c file header
[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 msg_deployment_suspend.xml
4
5 CLEANFILES=msg_test.trace
6
7 TESTS_ENVIRONMENT=$(top_builddir)/tools/tesh/tesh
8 TESTS=msg_test.tesh
9 check_PROGRAMS=msg_test msg_test_surfxml_bypassed msg_test_suspend ping_pong
10
11 msg_test_SOURCES= msg_test.c
12 msg_test_LDADD= $(top_builddir)/src/libsimgrid.la
13
14 msg_test_surfxml_bypassed_SOURCES = msg_test_surfxml_bypassed.c
15 msg_test_surfxml_bypassed_LDADD = $(top_builddir)/src/libsimgrid.la
16
17 msg_test_suspend_SOURCES= msg_test_suspend.c
18 msg_test_suspend_LDADD= $(top_builddir)/src/libsimgrid.la
19
20 ping_pong_SOURCES= ping_pong.c
21 ping_pong_LDADD= $(top_builddir)/src/libsimgrid.la
22
23 include $(top_srcdir)/acmacro/dist-files.mk