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 / can / 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=can_tests.c types.h can.xml $(TESTS)
11
12 # AUTOMAKE variable definition
13 noinst_PROGRAMS=can_node can_start_war can_simulator 
14
15 can_simulator_SOURCES=  _can_simulator.c can.c # can_tests.c
16 can_simulator_LDADD=    $(top_builddir)/src/libsimgrid.la
17
18 can_node_SOURCES=       _can_node.c can.c # can_tests.c
19 can_node_LDADD= $(top_builddir)/src/libgras.la
20
21 can_start_war_SOURCES=  _can_node.c can.c # can_tests.c
22 can_start_war_LDADD=    $(top_builddir)/src/libgras.la
23
24 # Take care of generatated sources
25 NAME=can
26 PROCESSES=node start_war
27 include $(top_srcdir)/examples/temps-gras-stub.mk
28
29 # Cruft
30 include $(top_srcdir)/acmacro/dist-files.mk