Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added files to the sendrecv example.
[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             flexml_bypass.tesh
5
6 CLEANFILES=msg_test.trace
7
8 TESTS_ENVIRONMENT=$(top_builddir)/tools/tesh/tesh
9 TESTS=basic.tesh small_plat.tesh suspend.tesh
10 # flexml_bypass.tesh
11 check_PROGRAMS=msg_test msg_test_suspend ping_pong 
12 # msg_test_surfxml_bypassed
13
14 msg_test_SOURCES= msg_test.c
15 msg_test_LDADD= $(top_builddir)/src/libsimgrid.la
16
17 #msg_test_surfxml_bypassed_SOURCES = msg_test_surfxml_bypassed.c
18 #msg_test_surfxml_bypassed_LDADD = $(top_builddir)/src/libsimgrid.la
19
20 msg_test_suspend_SOURCES= msg_test_suspend.c
21 msg_test_suspend_LDADD= $(top_builddir)/src/libsimgrid.la
22
23 ping_pong_SOURCES= ping_pong.c
24 ping_pong_LDADD= $(top_builddir)/src/libsimgrid.la
25
26 include $(top_srcdir)/acmacro/dist-files.mk