Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
5d9568b766f3123bed82495e315b68e99fff3e12
[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_slave properties_master properties_simulator
15
16 properties_simulator_SOURCES=   _properties_simulator.c properties.c
17 properties_simulator_LDADD=     $(top_builddir)/src/libsimgrid.la
18
19 properties_slave_SOURCES=       _properties_slave.c    properties.c
20 properties_slave_LDADD= $(top_builddir)/src/libgras.la
21
22 properties_master_SOURCES=      _properties_master.c    properties.c
23 properties_master_LDADD=        $(top_builddir)/src/libgras.la
24
25 # Take care of generatated sources
26 NAME=properties
27 PROCESSES= slave master
28 include $(top_srcdir)/examples/temps-gras-stub.mk
29
30 # Cruft
31 include $(top_srcdir)/acmacro/dist-files.mk