X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a5c4a0d5915bb7a2b308e061bbf5f5c90e20575..91de2878766aecae8244397cc5c48d5688b59b52:/examples/gras/pmm/Makefile.am diff --git a/examples/gras/pmm/Makefile.am b/examples/gras/pmm/Makefile.am new file mode 100644 index 0000000000..673b9d1f4c --- /dev/null +++ b/examples/gras/pmm/Makefile.am @@ -0,0 +1,23 @@ +INCLUDES= -I$(top_srcdir)/include +TESTS= test_rl test_sg +EXTRA_DIST=pmm_deployment.xml $(TESTS) + +# AUTOMAKE variable definition +noinst_PROGRAMS=pmm_slave pmm_master pmm_simulator + +pmm_simulator_SOURCES=_pmm_simulator.c pmm.c +pmm_simulator_LDADD= $(top_builddir)/src/libsimgrid.la + +pmm_slave_SOURCES= _pmm_slave.c pmm.c +pmm_slave_LDADD= $(top_builddir)/src/libgras.la + +pmm_master_SOURCES= _pmm_master.c pmm.c +pmm_master_LDADD= $(top_builddir)/src/libgras.la + +# Take care of generatated sources +NAME=pmm +PROCESSES= slave master +include $(top_srcdir)/examples/temps-gras-stub.mk + +# Cruft +include $(top_srcdir)/acmacro/dist-files.mk