Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed spelling and grammar in some comments
[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 msg_test_surfxml_bypassed
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 include $(top_srcdir)/acmacro/dist-files.mk