Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
top_srcdir is not supposed to be a relative path
[simgrid.git] / examples / amok / alnem / 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 DISTCLEANFILES=Makefile.in
9 INCLUDES= -I$(top_srcdir)/src/include
10 #-I../../src -I../../nws_portability/Include @CFLAGS_SimGrid@
11 AM_CFLAGS=-g
12
13 check_PROGRAMS=alnem_simulator alnem_sensor alnem_maestro 
14
15 alnem_simulator_SOURCES=      _alnem_simulator.c alnem.c
16 alnem_sensor_SOURCES=         _alnem_sensor.c    alnem.c
17 alnem_maestro_SOURCES=        _alnem_maestro.c   alnem.c
18
19
20 alnem_simulator_LDADD=    $(top_srcdir)/src/base/libgrassg.a $(top_srcdir)/src/modules/libgrasmodules.a @LIBS_SimGrid@ 
21 alnem_sensor_LDADD=       $(top_srcdir)/src/base/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a @LIBS_SimGrid@
22 alnem_maestro_LDADD=      $(top_srcdir)/src/base/libgrasrl.a $(top_srcdir)/src/modules/libgrasmodules.a @LIBS_SimGrid@
23
24 bin_PROGRAMS=alnem_builder
25 alnem_builder_LDADD=  @LIBS_SimGrid@ 
26
27 # Take care of generatated sources
28 NAME=alnem
29 PROCESSES=sensor maestro
30 include $(top_srcdir)/examples/temps-gras-stub.mk
31
32
33
34