Logo AND Algorithmique Numérique Distribuée

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