Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stick to the file naming convention presented in the tutorial
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 24 Aug 2006 18:46:45 +0000 (18:46 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 24 Aug 2006 18:46:45 +0000 (18:46 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2740 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/amok/bandwidth/bandwidth.xml [moved from examples/amok/bandwidth/bandwidth_deployment.xml with 100% similarity]
examples/amok/saturate/saturate.xml [moved from examples/amok/saturate/saturate_deployment.xml with 100% similarity]
examples/gras/all2all/all2all.xml [moved from examples/gras/all2all/all2all_deployment.xml with 100% similarity]
examples/gras/p2p/can/can.xml [moved from examples/gras/p2p/can/can_deployment.xml with 100% similarity]
examples/gras/pmm/pmm.xml [moved from examples/gras/pmm/pmm_deployment.xml with 100% similarity]
examples/temps-gras-stub.mk

index 8a75d64..58e22d3 100644 (file)
@@ -1,8 +1,8 @@
 ## Generate the temp source files on need
 ##
 
 ## Generate the temp source files on need
 ##
 
-$(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME)_deployment.xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
-       [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME)_deployment.xml >/dev/null
+$(foreach proc, $(PROCESSES), _$(NAME)_$(proc).c) _$(NAME)_simulator.c: $(srcdir)/$(NAME).xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
+       [ x@EXEEXT@ = x ] || exenv=wine; $$exenv $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ $(NAME) $(srcdir)/$(NAME).xml >/dev/null
 
 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
        make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@
 
 $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@:
        make -C $(top_builddir)/tools/gras/ gras_stub_generator@EXEEXT@