Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update CMakeLists for windows
[simgrid.git] / examples / amok / bandwidth / Makefile.am
1 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
2
3 # This file is part of the SimGrid project. This is free software:
4 # You can redistribute and/or modify it under the terms of the
5 # GNU LGPL (v2.1) licence.
6
7
8 INCLUDES= -I$(top_srcdir)/include
9 AM_CFLAGS=-g
10 TESTS=test_rl test_sg
11 EXTRA_DIST=bandwidth.xml $(TESTS)
12
13 noinst_PROGRAMS=bandwidth_maestro bandwidth_sensor bandwidth_simulator
14   
15 bandwidth_simulator_SOURCES=    _bandwidth_simulator.c bandwidth.c
16 bandwidth_simulator_LDADD=      $(top_builddir)/src/libsimgrid.la 
17
18 bandwidth_maestro_SOURCES=      _bandwidth_maestro.c bandwidth.c
19 bandwidth_maestro_LDADD=        $(top_builddir)/src/libgras.la 
20
21 bandwidth_sensor_SOURCES=       _bandwidth_sensor.c bandwidth.c
22 bandwidth_sensor_LDADD=         $(top_builddir)/src/libgras.la 
23
24 # Take care of generatated sources
25 NAME=bandwidth
26 PROCESSES= maestro sensor
27 include $(top_srcdir)/examples/temps-gras-stub.mk
28
29 # Cruft 
30 include $(top_srcdir)/acmacro/dist-files.mk