X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b9109e33f97818dd3f8cfd6ff989219730532c82..6ee48b39a42f77628d1ae9091da4ddaf44e22988:/examples/gras/ping/Makefile.in diff --git a/examples/gras/ping/Makefile.in b/examples/gras/ping/Makefile.in index 72be8e63e9..41131b5baf 100644 --- a/examples/gras/ping/Makefile.in +++ b/examples/gras/ping/Makefile.in @@ -252,8 +252,8 @@ target_os = @target_os@ target_vendor = @target_vendor@ INCLUDES = -I$(top_srcdir)/include EXTRA_DIST = ping.xml ping.h 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 ping_simulator_SOURCES = _ping_simulator.c ping_server.c ping_client.c ping_common.c ping_simulator_LDADD = $(top_builddir)/src/libsimgrid.la @@ -606,14 +606,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