Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New GRAS example: simple/static token ring implementation
[simgrid.git] / configure.ac
index 528dad1..8aa9c57 100644 (file)
@@ -161,9 +161,11 @@ AM_CONDITIONAL(HAVE_FLEXML,test x$FLEXML != xNOTFOUND)
 
 
 #    examples/pastry/Makefile    examples/pastry/test_sg
 
 
 #    examples/pastry/Makefile    examples/pastry/test_sg
-#      examples/gras/token/Makefile examples/gras/token/test_sg examples/gras/token/test_rl
 #      examples/gras/chord/Makefile  examples/gras/chord/test_sg examples/gras/chord/test_rl
 
 #      examples/gras/chord/Makefile  examples/gras/chord/test_sg examples/gras/chord/test_rl
 
+#    examples/amok/Makefile       
+#      examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg examples/amok/bandwidth/test_rl
+
 SG_CONFIGURE_PART(Generating files...)
 AC_CONFIG_FILES([
   Makefile
 SG_CONFIGURE_PART(Generating files...)
 AC_CONFIG_FILES([
   Makefile
@@ -176,8 +178,7 @@ AC_CONFIG_FILES([
       examples/gras/ping/Makefile   examples/gras/ping/test_sg  examples/gras/ping/test_rl
       examples/gras/timer/Makefile  examples/gras/timer/test_sg examples/gras/timer/test_rl
       examples/gras/chrono/Makefile examples/gras/chrono/test_sg examples/gras/chrono/test_rl
       examples/gras/ping/Makefile   examples/gras/ping/test_sg  examples/gras/ping/test_rl
       examples/gras/timer/Makefile  examples/gras/timer/test_sg examples/gras/timer/test_rl
       examples/gras/chrono/Makefile examples/gras/chrono/test_sg examples/gras/chrono/test_rl
-    examples/amok/Makefile       
-      examples/amok/bandwidth/Makefile examples/amok/bandwidth/test_sg
+      examples/gras/tokenS/Makefile examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl
   doc/Makefile
     doc/Doxyfile
   tools/graspe-slave            tools/Makefile
   doc/Makefile
     doc/Doxyfile
   tools/graspe-slave            tools/Makefile
@@ -196,14 +197,14 @@ AC_CONFIG_FILES([
      examples/gras/ping/test_sg   examples/gras/ping/test_rl    \
      examples/gras/timer/test_sg  examples/gras/timer/test_rl   \
      examples/gras/chrono/test_sg examples/gras/chrono/test_rl  \
      examples/gras/ping/test_sg   examples/gras/ping/test_rl    \
      examples/gras/timer/test_sg  examples/gras/timer/test_rl   \
      examples/gras/chrono/test_sg examples/gras/chrono/test_rl  \
-     \
+     examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl  \
      examples/msg/run_msg_test                                  \
     ; do                                                        \
       test -e $file && chmod +x $file;                          \
     done
 ])
 
      examples/msg/run_msg_test                                  \
     ; do                                                        \
       test -e $file && chmod +x $file;                          \
     done
 ])
 
-#     examples/gras/token/test_sg  examples/gras/token/test_rl   \
+
 #     examples/gras/chord/test_sg  examples/gras/chord/test_rl   \
 #    examples/gras/pastry/test_sg   
 
 #     examples/gras/chord/test_sg  examples/gras/chord/test_rl   \
 #    examples/gras/pastry/test_sg