Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
aa7ff4082b9a31baafd26c7343ecef79a2c08c0c
[simgrid.git] / examples / gras / p2p / can / Makefile.am
1 INCLUDES= -I$(top_srcdir)/include
2 #TESTS= test_rl test_sg
3 EXTRA_DIST=can_deployment.xml $(TESTS)
4
5 # AUTOMAKE variable definition
6 noinst_PROGRAMS=can_node can_simulator
7
8 can_simulator_SOURCES=  _can_simulator.c can.c
9 can_simulator_LDADD=    $(top_builddir)/src/libsimgrid.la
10
11 can_node_SOURCES=       _can_node.c can.c
12 can_node_LDADD= $(top_builddir)/src/libgras.la
13
14 # Take care of generatated sources
15 NAME=can
16 PROCESSES=node
17 include $(top_srcdir)/examples/temps-gras-stub.mk
18
19 # Cruft
20 include $(top_srcdir)/acmacro/dist-files.mk