Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First commit for do cmake in an other directory.
[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
13 # override EXTRA_DIST and TESTS since we do not have 32bits and 64bits variants of the sg test here
14 EXTRA_DIST=properties.xml test_sg test_rl
15 TESTS=test_sg test_rl
16
17
18 # AUTOMAKE variable definition
19 noinst_PROGRAMS=properties_alice properties_bob properties_simulator
20
21 properties_simulator_SOURCES=   _properties_simulator.c properties.c
22 properties_simulator_LDADD=     $(top_builddir)/src/libsimgrid.la
23
24 properties_alice_SOURCES=       _properties_alice.c    properties.c
25 properties_alice_LDADD=         $(top_builddir)/src/libgras.la
26
27 properties_bob_SOURCES=         _properties_bob.c    properties.c
28 properties_bob_LDADD=           $(top_builddir)/src/libgras.la
29
30 # Take care of generatated sources
31 NAME=properties
32 PROCESSES= alice bob
33 include $(top_srcdir)/examples/temps-gras-stub.mk
34
35 # Cruft
36 include $(top_srcdir)/acmacro/dist-files.mk