Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simdag properties example
[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              properties/prop.xml
12
13 CLEANFILES = sd_test.trace \
14              properties/sd_prop
15
16 TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh
17
18 TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh
19 check_PROGRAMS = sd_test sd_test2 properties/sd_prop
20
21 bin_PROGRAMS = 
22
23 properties_sd_prop_SOURCES = properties/sd_prop.c
24 properties_sd_prop_LDADD = $(top_builddir)/src/libsimgrid.la
25
26 sd_test_SOURCES = sd_test.c
27 sd_test_LDADD = $(top_builddir)/src/libsimgrid.la
28
29 sd_test2_SOURCES = sd_test2.c
30 sd_test2_LDADD = $(top_builddir)/src/libsimgrid.la
31
32 include $(top_srcdir)/acmacro/dist-files.mk