Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
amok separate library is dead
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 29 Jun 2005 05:13:53 +0000 (05:13 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 29 Jun 2005 05:13:53 +0000 (05:13 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1470 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac
examples/amok/bandwidth/Makefile.am

index 2ce6ae2..b7f3cd2 100644 (file)
@@ -211,13 +211,13 @@ AM_CONDITIONAL(HAVE_FLEXML,test x$FLEXML != xNOTFOUND)
 
 #    examples/pastry/Makefile    examples/pastry/test_sg
 #      examples/gras/chord/Makefile  examples/gras/chord/test_sg examples/gras/chord/test_rl
+#  src/amok/Makefile
 
 SG_CONFIGURE_PART(Generating files...)
 AC_CONFIG_FILES([
   Makefile
   include/Makefile
   src/Makefile
-  src/amok/Makefile
   src/ucontext_stack.h
   examples/Makefile 
     examples/msg/Makefile           examples/msg/run_msg_test
index 3562b37..acf2d5a 100644 (file)
@@ -6,13 +6,13 @@ EXTRA_DIST=bandwidth_deployment.xml $(TESTS)
 noinst_PROGRAMS=bandwidth_maestro bandwidth_sensor bandwidth_simulator
   
 bandwidth_simulator_SOURCES=   _bandwidth_simulator.c bandwidth.c
-bandwidth_simulator_LDADD=     $(top_builddir)/src/libsimgrid.la $(top_builddir)/src/amok/libamok.la
+bandwidth_simulator_LDADD=     $(top_builddir)/src/libsimgrid.la 
 
 bandwidth_maestro_SOURCES=     _bandwidth_maestro.c bandwidth.c
-bandwidth_maestro_LDADD=       $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la
+bandwidth_maestro_LDADD=       $(top_builddir)/src/libgras.la 
 
 bandwidth_sensor_SOURCES=      _bandwidth_sensor.c bandwidth.c
-bandwidth_sensor_LDADD=        $(top_builddir)/src/libgras.la $(top_builddir)/src/amok/libamok.la
+bandwidth_sensor_LDADD=        $(top_builddir)/src/libgras.la 
 
 # Take care of generatated sources
 NAME=bandwidth