Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
2c6a6378f131678102b61bc2a33e18470edafcca
[simgrid.git] / examples / amok / saturate / 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
11 TESTS=test_rl test_sg
12 EXTRA_DIST=saturate.xml $(TESTS)
13
14 noinst_PROGRAMS=saturate_simulator saturate_sensor saturate_maestro
15
16 saturate_simulator_SOURCES=_saturate_simulator.c saturate.c
17 saturate_simulator_LDADD=       $(top_builddir)/src/libsimgrid.la
18
19 saturate_sensor_SOURCES=          _saturate_sensor.c saturate.c
20 saturate_maestro_SOURCES=         _saturate_maestro.c saturate.c
21
22 saturate_sensor_LDADD=            $(top_builddir)/src/libgras.la 
23 saturate_maestro_LDADD=           $(top_builddir)/src/libgras.la 
24
25 # Take care of generatated sources
26 NAME=saturate
27 PROCESSES=sensor maestro
28 include $(top_srcdir)/examples/temps-gras-stub.mk
29
30 # Cruft
31 include $(top_srcdir)/acmacro/dist-files.mk