X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b477caea7ac98994ae8805cf79c5c6fe45585161..146abd86a237e18c43320ed134bc7a3aa20bde00:/examples/gras/timer/Makefile.am diff --git a/examples/gras/timer/Makefile.am b/examples/gras/timer/Makefile.am index 4450e00793..21e9e320a7 100644 --- a/examples/gras/timer/Makefile.am +++ b/examples/gras/timer/Makefile.am @@ -16,11 +16,17 @@ timer_client_SOURCES= _timer_client.c timer.c timer_client_LDADD= $(top_builddir)/src/libgras.la # cleanup temps -MAINTAINERCLEANFILES = _$(NAME)_simulator.c _$(NAME)_client.c _$(NAME)_server.c +CLEANFILES = _$(NAME)_simulator.c _$(NAME)_client.c _$(NAME)_server.c \ + $(NAME).Makefile.local $(NAME).Makefile.remote $(NAME).deploy.sh + +MOSTLYCLEANFILES = $(NAME).trace # generate temps $(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME)_deployment.xml ../../../tools/gras/gras_stub_generator@EXEEXT@ [ x@EXEEXT@ = x ] || exenv=wine; $$exenv ../../../tools/gras/gras_stub_generator $(NAME) $(srcdir)/$(NAME)_deployment.xml >/dev/null +../../../tools/gras/gras_stub_generator@EXEEXT@: + make -C ../../../tools/gras/ gras_stub_generator@EXEEXT@ + include $(top_srcdir)/acmacro/dist-files.mk