Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
There is a new process in can
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 6 Apr 2006 13:31:12 +0000 (13:31 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 6 Apr 2006 13:31:12 +0000 (13:31 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2093 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/p2p/can/.cvsignore
examples/gras/p2p/can/Makefile.am

index 508783c..971406c 100644 (file)
@@ -1,4 +1,4 @@
-.deps .libs Makefile Makefile.in _*.c can_node can_simulator
+.deps .libs Makefile Makefile.in _*.c can_node can_simulator can_start_war
 test_sg
 test_rl
 can.Makefile.am
index a9bcb4b..a0f8ec7 100644 (file)
@@ -3,7 +3,7 @@ INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=can_deployment.xml $(TESTS)
 
 # AUTOMAKE variable definition
-noinst_PROGRAMS=can_node can_simulator
+noinst_PROGRAMS=can_node can_start_war can_simulator 
 
 can_simulator_SOURCES= _can_simulator.c can.c # can_tests.c
 can_simulator_LDADD=   $(top_builddir)/src/libsimgrid.la
@@ -11,9 +11,12 @@ can_simulator_LDADD= $(top_builddir)/src/libsimgrid.la
 can_node_SOURCES=      _can_node.c can.c # can_tests.c
 can_node_LDADD=        $(top_builddir)/src/libgras.la
 
+can_start_war_SOURCES= _can_node.c can.c # can_tests.c
+can_start_war_LDADD=   $(top_builddir)/src/libgras.la
+
 # Take care of generatated sources
 NAME=can
-PROCESSES=node
+PROCESSES=node start_war
 include $(top_srcdir)/examples/temps-gras-stub.mk
 
 # Cruft