Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doing bandwith measurments with MSG
[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=run_msg_test
8 check_PROGRAMS=msg_test msg_test_surfxml_bypassed msg_test_suspend ping_pong
9
10 msg_test_SOURCES= msg_test.c
11 msg_test_LDADD= $(top_builddir)/src/libsimgrid.la
12
13 msg_test_surfxml_bypassed_SOURCES = msg_test_surfxml_bypassed.c
14 msg_test_surfxml_bypassed_LDADD = $(top_builddir)/src/libsimgrid.la
15
16 msg_test_suspend_SOURCES= msg_test_suspend.c
17 msg_test_suspend_LDADD= $(top_builddir)/src/libsimgrid.la
18
19 ping_pong_SOURCES= ping_pong.c
20 ping_pong_LDADD= $(top_builddir)/src/libsimgrid.la
21
22 include $(top_srcdir)/acmacro/dist-files.mk