Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the XML files
[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 
17 check_PROGRAMS = sd_test sd_test2
18
19 bin_PROGRAMS = 
20
21 sd_test_SOURCES = sd_test.c
22 sd_test_LDADD = $(top_builddir)/src/libsimgrid.la
23
24 sd_test2_SOURCES = sd_test2.c
25 sd_test2_LDADD = $(top_builddir)/src/libsimgrid.la
26
27 include $(top_srcdir)/acmacro/dist-files.mk