X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b477caea7ac98994ae8805cf79c5c6fe45585161..a66f9dfbda188f773b18fb9dfdb26ae9956503cc:/examples/gras/chrono/Makefile.am diff --git a/examples/gras/chrono/Makefile.am b/examples/gras/chrono/Makefile.am index 211f8404ee..487ed43b11 100644 --- a/examples/gras/chrono/Makefile.am +++ b/examples/gras/chrono/Makefile.am @@ -12,14 +12,10 @@ chrono_simulator_LDADD= $(top_builddir)/src/libsimgrid.la chrono_multiplier_SOURCES= _chrono_multiplier.c chrono.c chrono_multiplier_LDADD= $(top_builddir)/src/libgras.la +# Take care of generatated sources +NAME=chrono +PROCESSES=multiplier +include $(top_srcdir)/examples/temps-gras-stub.mk -# cleanup temps -CLEANFILES= _chrono_simulator.c _chrono_multiplier.c - -# generate temps - -# A rule to generate the source file each time the deployment file changes -_chrono_multiplier.c _chrono_simulator.c: chrono_deployment.xml ../../../tools/gras/gras_stub_generator@EXEEXT@ - [ x@EXEEXT@ = x ] || exenv=wine; $$exenv ../../../tools/gras/gras_stub_generator chrono $(srcdir)/chrono_deployment.xml >/dev/null - +# Cruft include $(top_srcdir)/acmacro/dist-files.mk