X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c850a501710406c6fa550141e1438ce6316edbb9..0039674dc4260ce2203ff4b35a012ea3a1c7a22a:/examples/simdag/Makefile.am diff --git a/examples/simdag/Makefile.am b/examples/simdag/Makefile.am index a65f7ac8b3..3b9a7ac571 100644 --- a/examples/simdag/Makefile.am +++ b/examples/simdag/Makefile.am @@ -1,13 +1,31 @@ -INCLUDES= -I$(top_srcdir)/include -AM_CFLAGS=-g -EXTRA_DIST= small_platform.xml +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. -CLEANFILES=sd_test.trace +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. -TESTS=test_simdag -check_PROGRAMS=sd_test -sd_test_SOURCES= sd_test.c -sd_test_LDADD= $(top_builddir)/src/libsimgrid.la +INCLUDES = -I$(top_srcdir)/include +AM_CFLAGS = -g +EXTRA_DIST = 2clusters.xml \ + properties/prop.xml + +CLEANFILES = sd_test.trace + +TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh + +TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh +check_PROGRAMS = sd_test sd_test2 properties/sd_prop + +bin_PROGRAMS = + +properties_sd_prop_SOURCES = properties/sd_prop.c +properties_sd_prop_LDADD = $(top_builddir)/src/libsimgrid.la + +sd_test_SOURCES = sd_test.c +sd_test_LDADD = $(top_builddir)/src/libsimgrid.la + +sd_test2_SOURCES = sd_test2.c +sd_test2_LDADD = $(top_builddir)/src/libsimgrid.la include $(top_srcdir)/acmacro/dist-files.mk