X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c080fdf88d3dc8cbf7413b1f8b3ce66d475070a..6ee48b39a42f77628d1ae9091da4ddaf44e22988:/examples/gras/pmm/Makefile.in diff --git a/examples/gras/pmm/Makefile.in b/examples/gras/pmm/Makefile.in index cb71972b15..252e238142 100644 --- a/examples/gras/pmm/Makefile.in +++ b/examples/gras/pmm/Makefile.in @@ -137,8 +137,6 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ FLEXML = @FLEXML@ GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@ GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@ @@ -188,8 +186,6 @@ SIMGRID_DEP = @SIMGRID_DEP@ STRIP = @STRIP@ USE_GTNETS_FALSE = @USE_GTNETS_FALSE@ USE_GTNETS_TRUE = @USE_GTNETS_TRUE@ -USE_SIMIX_FALSE = @USE_SIMIX_FALSE@ -USE_SIMIX_TRUE = @USE_SIMIX_TRUE@ VERSION = @VERSION@ WARNING = @WARNING@ abs_builddir = @abs_builddir@ @@ -199,7 +195,6 @@ abs_top_srcdir = @abs_top_srcdir@ ac_configure_args = @ac_configure_args@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ @@ -253,8 +248,8 @@ target_os = @target_os@ target_vendor = @target_vendor@ INCLUDES = -I$(top_srcdir)/include EXTRA_DIST = pmm.xml test_rl test_sg_32 test_sg_64 -@GRAS_ARCH_32_BITS_FALSE@TESTS = test_rl test_sg_64 -@GRAS_ARCH_32_BITS_TRUE@TESTS = test_rl test_sg_32 +@GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl +@GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh pmm_simulator_SOURCES = _pmm_simulator.c pmm.c pmm_simulator_LDADD = $(top_builddir)/src/libsimgrid.la @@ -605,14 +600,18 @@ uninstall-am: uninstall-info-am mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-info-am -@GRAS_ARCH_32_BITS_TRUE@test-sg: +@GRAS_ARCH_32_BITS_TRUE@test-sg: force @GRAS_ARCH_32_BITS_TRUE@ $(TESTS_ENVIRONMENT) test_sg_32 -@GRAS_ARCH_32_BITS_FALSE@test-sg: +@GRAS_ARCH_32_BITS_FALSE@test-sg: force @GRAS_ARCH_32_BITS_FALSE@ $(TESTS_ENVIRONMENT) test_sg_64 -test-rl: +test-rl: force $(TESTS_ENVIRONMENT) test_rl +force: + +.PHONY: test_sg_32 test_SG_64 test_rl force + $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml