Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
d920698f8a7e10b507a64cb3f08b3f3a03e32af8
[simgrid.git] / examples / bandwidth / Makefile.am
1 DISTCLEANFILES=Makefile.in
2 INCLUDES= -I$(top_srcdir)/src/include
3
4 noinst_PROGRAMS=bandwidth_simulator bandwidth_maestro bandwidth_sensor
5
6 bandwidth_simulator_SOURCES=    _bandwidth_simulator.c bandwidth.c
7 bandwidth_maestro_SOURCES=      _bandwidth_maestro.c bandwidth.c
8 bandwidth_sensor_SOURCES=       _bandwidth_sensor.c bandwidth.c
9
10
11 bandwidth_simulator_LDADD=      $(top_srcdir)/src/Core/libgrassg.a $(top_srcdir)/src/modules/libgrasmodules.a @LIBS_SimGrid@ @LIBS_XML@
12 bandwidth_maestro_LDADD=        $(top_srcdir)/src/Core/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a
13 bandwidth_sensor_LDADD=         $(top_srcdir)/src/Core/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a
14
15 # cleanup temps
16 CLEANFILES=_bandwidth_simulator.c _bandwidth_maestro.c _bandwidth_sensor.c
17
18 # generate temps
19 _bandwidth_maestro.c _bandwidth_sensor.c _bandwidth_simulator.c: bandwidth_deployment.txt
20         $(top_srcdir)/src/examples/gras_stub_generator bandwidth bandwidth_deployment.txt >/dev/null