Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / examples / gras / properties / 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
10 EXTRA_DIST=properties.xml
11 include $(top_srcdir)/examples/gras/tests.mk
12
13 # AUTOMAKE variable definition
14 noinst_PROGRAMS=properties_alice properties_bob properties_simulator
15
16 properties_simulator_SOURCES=   _properties_simulator.c properties.c
17 properties_simulator_LDADD=     $(top_builddir)/src/libsimgrid.la
18
19 properties_alice_SOURCES=       _properties_alice.c    properties.c
20 properties_alice_LDADD=         $(top_builddir)/src/libgras.la
21
22 properties_bob_SOURCES=         _properties_bob.c    properties.c
23 properties_bob_LDADD=           $(top_builddir)/src/libgras.la
24
25 TESTS=test_sg test_rl
26 # Take care of generatated sources
27 NAME=properties
28 PROCESSES= alice bob
29 include $(top_srcdir)/examples/temps-gras-stub.mk
30
31 # Cruft
32 include $(top_srcdir)/acmacro/dist-files.mk