X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c281d400a7c848c061c23bd01300073bac759e04..6ee48b39a42f77628d1ae9091da4ddaf44e22988:/examples/gras/all2all/Makefile.in diff --git a/examples/gras/all2all/Makefile.in b/examples/gras/all2all/Makefile.in index e886ab0e27..89e2a6ce11 100644 --- a/examples/gras/all2all/Makefile.in +++ b/examples/gras/all2all/Makefile.in @@ -140,8 +140,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@ @@ -191,8 +189,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@ @@ -202,7 +198,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@ @@ -256,8 +251,8 @@ target_os = @target_os@ target_vendor = @target_vendor@ INCLUDES = -I$(top_srcdir)/include EXTRA_DIST = all2all.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 all2all_simulator_SOURCES = _all2all_simulator.c all2all.c all2all_simulator_LDADD = $(top_builddir)/src/libsimgrid.la @@ -608,14 +603,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@ $(TESTS_ENVIRONMENT) test_sg_32 +@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