From: mquinson Date: Thu, 6 Apr 2006 13:31:12 +0000 (+0000) Subject: There is a new process in can X-Git-Tag: v3.3~3265 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/68534840afb8b52e899b7a1a2c1e040a5e5b6a07 There is a new process in can git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2093 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/p2p/can/.cvsignore b/examples/gras/p2p/can/.cvsignore index 508783ccd7..971406c6a7 100644 --- a/examples/gras/p2p/can/.cvsignore +++ b/examples/gras/p2p/can/.cvsignore @@ -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 diff --git a/examples/gras/p2p/can/Makefile.am b/examples/gras/p2p/can/Makefile.am index a9bcb4bea7..a0f8ec711e 100644 --- a/examples/gras/p2p/can/Makefile.am +++ b/examples/gras/p2p/can/Makefile.am @@ -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