X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3e20bf1b744d84c199388592a5c33b7f6245707..6c5a944539f235e71f1fadb8568c093f96fcfe34:/examples/temps-gras-stub.mk diff --git a/examples/temps-gras-stub.mk b/examples/temps-gras-stub.mk index 4ef9a4f4e5..76447d6d11 100644 --- a/examples/temps-gras-stub.mk +++ b/examples/temps-gras-stub.mk @@ -1,15 +1,15 @@ ## Generate the temp source files on need ## -$(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME)_deployment.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)_deployment.xml >/dev/null +$(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 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@: make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@ ## ## Cleanups -CLEANFILES = _$(NAME)_simulator.c $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \ +CLEANFILES = _$(NAME)_simulator.c $(NAME).mk $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh \ $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) MOSTLYCLEANFILES = $(NAME).trace