Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stick to the file naming convention presented in the tutorial
[simgrid.git] / examples / gras / p2p / chord / Makefile.am
1 INCLUDES= -I$(top_srcdir)/include
2 #TESTS= test_rl test_sg
3 EXTRA_DIST=chord_deployment.xml $(TESTS)
4
5 # AUTOMAKE variable definition
6 noinst_PROGRAMS=chord_node chord_simulator
7
8 chord_simulator_SOURCES=        _chord_simulator.c chord.c
9 chord_simulator_LDADD=  $(top_builddir)/src/libsimgrid.la
10
11 chord_node_SOURCES=     _chord_node.c chord.c
12 chord_node_LDADD=       $(top_builddir)/src/libgras.la
13
14 # Take care of generatated sources
15 NAME=chord
16 PROCESSES=node
17 include $(top_srcdir)/examples/temps-gras-stub.mk
18
19 # Cruft
20 include $(top_srcdir)/acmacro/dist-files.mk