Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let the maestro explictly kill the sensors so that they don't die too early; reduce...
[simgrid.git] / examples / bandwidth / Makefile.am
1 INCLUDES= -I$(top_srcdir)/include
2 AM_CFLAGS=-g
3 TESTS=test_rl test_sg
4 EXTRA_DIST=bandwidth_deployment.txt $(TESTS)
5
6 noinst_PROGRAMS=bandwidth_maestro bandwidth_sensor bandwidth_simulator
7   
8 bandwidth_simulator_SOURCES=    _bandwidth_simulator.c bandwidth.c
9 bandwidth_simulator_LDADD=      $(top_builddir)/src/libsimgrid.la $(top_builddir)/src/amok/libamok.la
10
11 bandwidth_maestro_SOURCES=      _bandwidth_maestro.c bandwidth.c
12 bandwidth_maestro_LDADD=        $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la
13
14 bandwidth_sensor_SOURCES=       _bandwidth_sensor.c bandwidth.c
15 bandwidth_sensor_LDADD=         $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la
16
17 # Take care of generatated sources
18 NAME=bandwidth
19 PROCESSES= maestro sensor
20 include $(top_srcdir)/examples/temps-gras-stub.mk
21
22 # Cruft 
23 include $(top_srcdir)/acmacro/dist-files.mk