Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update expected output after rewrite of the sharing function for the ptask_L07 model.
[simgrid.git] / examples / simdag / Makefile.am
1 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
2
3 # This file is part of the SimGrid project. This is free software:
4 # You can redistribute and/or modify it under the terms of the
5 # GNU LGPL (v2.1) licence.
6
7
8 INCLUDES = -I$(top_srcdir)/include
9 AM_CFLAGS = -g
10 EXTRA_DIST = 2clusters.xml 
11
12 CLEANFILES = sd_test.trace
13
14 TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh
15
16 TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh metaxml/metaxml_test.tesh
17 check_PROGRAMS = sd_test sd_test2 properties/sd_prop metaxml/sd_meta
18
19 bin_PROGRAMS = 
20
21 properties_sd_prop_SOURCES = properties/sd_prop.c
22 properties_sd_prop_LDADD = $(top_builddir)/src/libsimgrid.la
23
24 metaxml_sd_meta_SOURCES = metaxml/sd_meta.c
25 metaxml_sd_meta_LDADD = $(top_builddir)/src/libsimgrid.la
26
27 sd_test_SOURCES = sd_test.c
28 sd_test_LDADD = $(top_builddir)/src/libsimgrid.la
29
30 sd_test2_SOURCES = sd_test2.c
31 sd_test2_LDADD = $(top_builddir)/src/libsimgrid.la
32
33 EXTRA_DIST+=$(TESTS)
34 include $(top_srcdir)/acmacro/dist-files.mk