X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a1a3a7bbd6433b0dab8dad372b9a2e0b2719cc8f..f1c4b3ead099df97f5dff00f22d5cbfbf3d32ec1:/examples/amok/bandwidth/Makefile.am diff --git a/examples/amok/bandwidth/Makefile.am b/examples/amok/bandwidth/Makefile.am new file mode 100644 index 0000000000..f172e6c350 --- /dev/null +++ b/examples/amok/bandwidth/Makefile.am @@ -0,0 +1,23 @@ +INCLUDES= -I$(top_srcdir)/include +AM_CFLAGS=-g +TESTS=test_rl test_sg +EXTRA_DIST=bandwidth_deployment.txt $(TESTS) + +noinst_PROGRAMS=bandwidth_maestro bandwidth_sensor bandwidth_simulator + +bandwidth_simulator_SOURCES= _bandwidth_simulator.c bandwidth.c +bandwidth_simulator_LDADD= $(top_builddir)/src/libsimgrid.la $(top_builddir)/src/amok/libamok.la + +bandwidth_maestro_SOURCES= _bandwidth_maestro.c bandwidth.c +bandwidth_maestro_LDADD= $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la + +bandwidth_sensor_SOURCES= _bandwidth_sensor.c bandwidth.c +bandwidth_sensor_LDADD= $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la + +# Take care of generatated sources +NAME=bandwidth +PROCESSES= maestro sensor +include $(top_srcdir)/examples/temps-gras-stub.mk + +# Cruft +include $(top_srcdir)/acmacro/dist-files.mk