Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update the platform files: the root tag is now called 'platform', not 'platform_descr...
[simgrid.git] / examples / gras / p2p / chord / 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 #TESTS= test_rl test_sg
10 EXTRA_DIST=chord.xml $(TESTS)
11
12 # AUTOMAKE variable definition
13 noinst_PROGRAMS=chord_node chord_simulator
14
15 chord_simulator_SOURCES=        _chord_simulator.c chord.c
16 chord_simulator_LDADD=  $(top_builddir)/src/libsimgrid.la
17
18 chord_node_SOURCES=     _chord_node.c chord.c
19 chord_node_LDADD=       $(top_builddir)/src/libgras.la
20
21 # Take care of generatated sources
22 NAME=chord
23 PROCESSES=node
24 include $(top_srcdir)/examples/temps-gras-stub.mk
25
26 # Cruft
27 include $(top_srcdir)/acmacro/dist-files.mk