Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
commit generated files
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 27 Apr 2007 08:02:48 +0000 (08:02 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 27 Apr 2007 08:02:48 +0000 (08:02 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3463 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/Makefile.in
src/simgrid_units_main.c

index c1fffbf..abfc248 100644 (file)
@@ -43,15 +43,51 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
-@USE_SIMIX_TRUE@am__append_1 = include/simix/simix.h \
-@USE_SIMIX_TRUE@       include/simix/datatypes.h \
-@USE_SIMIX_TRUE@       simix/msg_simix_private.h $(MSG_SRC)
-@HAVE_SDP_TRUE@am__append_2 = surf/sdp.c  
-@USE_SIMIX_TRUE@am__append_3 = $(SIMIX_SRC) $(MSG_SIMIX_SRC)
-@USE_SIMIX_FALSE@am__append_4 = $(SIMIX_SRC) $(MSG_SIMIX_SRC)
-@USE_SIMIX_FALSE@am__append_5 = $(MSG_SRC)
+@USE_SIMIX_TRUE@am__append_1 = include/simix/simix.h include/simix/datatypes.h simix/msg_simix_private.h \
+@USE_SIMIX_TRUE@       gras_simix/Transport/gras_simix_transport_interface.h \
+@USE_SIMIX_TRUE@       gras_simix/Virtu/gras_simix_virtu_interface.h          gras_simix/Virtu/gras_simix_virtu_private.h\
+@USE_SIMIX_TRUE@       gras_simix/Virtu/gras_simix_virtu_rl.h                 gras_simix/Virtu/gras_simix_virtu_sg.h \
+@USE_SIMIX_TRUE@       gras_simix/DataDesc/gras_simix_ddt_parse.yy.l          gras_simix/DataDesc/gras_simix_ddt_parse.yy.c
+
+@USE_SIMIX_FALSE@am__append_2 = gras/Transport/transport_interface.h \
+@USE_SIMIX_FALSE@      gras/Virtu/virtu_interface.h          gras/Virtu/virtu_private.h\
+@USE_SIMIX_FALSE@      gras/Virtu/virtu_rl.h                 gras/Virtu/virtu_sg.h \
+@USE_SIMIX_FALSE@      gras/DataDesc/ddt_parse.yy.l          gras/DataDesc/ddt_parse.yy.c
+
+@HAVE_SDP_TRUE@am__append_3 = surf/sdp.c  
+@USE_SIMIX_TRUE@am__append_4 = $(SIMIX_SRC) $(MSG_SIMIX_SRC) \
+@USE_SIMIX_TRUE@       $(GRAS_SIMIX_SRC)
+@USE_SIMIX_TRUE@am__append_5 = $(MSG_SRC)
+@USE_SIMIX_TRUE@am__append_6 = gras_simix/gras_simix_gras.c  \
+@USE_SIMIX_TRUE@  gras_simix/Transport/gras_simix_transport.c          gras_simix/Transport/gras_simix_transport_private.h \
+@USE_SIMIX_TRUE@  gras_simix/Msg/gras_simix_msg.c                      gras_simix/Msg/gras_simix_rpc.c                       gras_simix/Msg/gras_simix_timer.c                 \
+@USE_SIMIX_TRUE@  gras_simix/Msg/gras_simix_msg_interface.h            gras_simix/Msg/gras_simix_msg_private.h           \
+@USE_SIMIX_TRUE@  gras_simix/Virtu/gras_simix_process.c gras_simix/Virtu/gras_simix_gras_module.c  \
+@USE_SIMIX_TRUE@  \
+@USE_SIMIX_TRUE@  gras_simix/DataDesc/gras_simix_ddt_create.c          \
+@USE_SIMIX_TRUE@  gras_simix/DataDesc/gras_simix_ddt_convert.c         gras_simix/DataDesc/gras_simix_ddt_exchange.c     \
+@USE_SIMIX_TRUE@  gras_simix/DataDesc/gras_simix_cbps.c                gras_simix/DataDesc/gras_simix_datadesc.c         \
+@USE_SIMIX_TRUE@  gras_simix/DataDesc/gras_simix_datadesc_interface.h  gras_simix/DataDesc/gras_simix_datadesc_private.h \
+@USE_SIMIX_TRUE@  gras_simix/DataDesc/gras_simix_ddt_parse.c           gras_simix/DataDesc/gras_simix_ddt_parse.yy.c         gras_simix/DataDesc/gras_simix_ddt_parse.yy.h
+
+@USE_SIMIX_FALSE@am__append_7 = $(SIMIX_SRC) $(MSG_SIMIX_SRC) \
+@USE_SIMIX_FALSE@      $(GRAS_SIMIX_SRC)
+@USE_SIMIX_FALSE@am__append_8 = $(MSG_SRC) $(GRAS_SRC)
+@USE_SIMIX_FALSE@am__append_9 = gras/gras.c  \
+@USE_SIMIX_FALSE@  gras/Transport/transport.c          gras/Transport/transport_private.h  \
+@USE_SIMIX_FALSE@  gras/Msg/msg.c                      gras/Msg/rpc.c                       gras/Msg/timer.c                 \
+@USE_SIMIX_FALSE@  gras/Msg/msg_interface.h            gras/Msg/msg_private.h           \
+@USE_SIMIX_FALSE@  \
+@USE_SIMIX_FALSE@  gras/Virtu/process.c gras/Virtu/gras_module.c  \
+@USE_SIMIX_FALSE@  \
+@USE_SIMIX_FALSE@  gras/DataDesc/ddt_create.c          \
+@USE_SIMIX_FALSE@  gras/DataDesc/ddt_convert.c         gras/DataDesc/ddt_exchange.c     \
+@USE_SIMIX_FALSE@  gras/DataDesc/cbps.c                gras/DataDesc/datadesc.c         \
+@USE_SIMIX_FALSE@  gras/DataDesc/datadesc_interface.h  gras/DataDesc/datadesc_private.h \
+@USE_SIMIX_FALSE@  gras/DataDesc/ddt_parse.c           gras/DataDesc/ddt_parse.yy.c         gras/DataDesc/ddt_parse.yy.h
+
 @GRAMINE_MODE_FALSE@noinst_PROGRAMS = testall$(EXEEXT)
-@GRAMINE_MODE_FALSE@am__append_6 = $(testall_SOURCES)
+@GRAMINE_MODE_FALSE@am__append_10 = $(testall_SOURCES)
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        $(srcdir)/gras_config.h.in $(srcdir)/ucontext_stack.h.in \
        $(top_srcdir)/acmacro/dist-files.mk
@@ -80,93 +116,197 @@ am__installdirs = "$(DESTDIR)$(libdir)"
 libLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(lib_LTLIBRARIES)
 libgras_la_LIBADD =
-am__objects_1 = snprintf.lo getline.lo trim.lo ex.lo sysdep.lo \
-       asserts.lo log.lo log_default_appender.lo mallocator.lo \
-       dynar.lo dict.lo dict_elm.lo dict_cursor.lo dict_multi.lo \
-       heap.lo fifo.lo swag.lo graph.lo set.lo xbt_matrix.lo \
-       xbt_peer.lo xbt_main.lo config.lo cunit.lo graphxml_parse.lo \
-       gras.lo transport.lo ddt_create.lo ddt_convert.lo \
-       ddt_exchange.lo cbps.lo datadesc.lo ddt_parse.lo \
-       ddt_parse.yy.lo msg.lo rpc.lo timer.lo process.lo \
-       gras_module.lo
-am__objects_2 = rl_stubs.lo xbt_thread.lo rl_transport.lo \
+am__libgras_la_SOURCES_DIST = xbt/snprintf.c xbt/xbt_str.c xbt/ex.c \
+       xbt_modinter.h gras_modinter.h xbt/sysdep.c xbt/asserts.c \
+       xbt/log.c xbt/log_default_appender.c xbt/mallocator.c \
+       xbt/dynar.c xbt/dict.c xbt/dict_elm.c xbt/dict_cursor.c \
+       xbt/dict_multi.c xbt/heap.c xbt/fifo.c xbt/swag.c xbt/graph.c \
+       xbt/set.c xbt/xbt_matrix.c xbt/xbt_peer.c xbt/xbt_main.c \
+       xbt/config.c xbt/cunit.c xbt/graphxml_parse.c \
+       gras_simix/gras_simix_gras.c \
+       gras_simix/Transport/gras_simix_transport.c \
+       gras_simix/Transport/gras_simix_transport_private.h \
+       gras_simix/Msg/gras_simix_msg.c \
+       gras_simix/Msg/gras_simix_rpc.c \
+       gras_simix/Msg/gras_simix_timer.c \
+       gras_simix/Msg/gras_simix_msg_interface.h \
+       gras_simix/Msg/gras_simix_msg_private.h \
+       gras_simix/Virtu/gras_simix_process.c \
+       gras_simix/Virtu/gras_simix_gras_module.c \
+       gras_simix/DataDesc/gras_simix_ddt_create.c \
+       gras_simix/DataDesc/gras_simix_ddt_convert.c \
+       gras_simix/DataDesc/gras_simix_ddt_exchange.c \
+       gras_simix/DataDesc/gras_simix_cbps.c \
+       gras_simix/DataDesc/gras_simix_datadesc.c \
+       gras_simix/DataDesc/gras_simix_datadesc_interface.h \
+       gras_simix/DataDesc/gras_simix_datadesc_private.h \
+       gras_simix/DataDesc/gras_simix_ddt_parse.c \
+       gras_simix/DataDesc/gras_simix_ddt_parse.yy.c \
+       gras_simix/DataDesc/gras_simix_ddt_parse.yy.h gras/gras.c \
+       gras/Transport/transport.c gras/Transport/transport_private.h \
+       gras/Msg/msg.c gras/Msg/rpc.c gras/Msg/timer.c \
+       gras/Msg/msg_interface.h gras/Msg/msg_private.h \
+       gras/Virtu/process.c gras/Virtu/gras_module.c \
+       gras/DataDesc/ddt_create.c gras/DataDesc/ddt_convert.c \
+       gras/DataDesc/ddt_exchange.c gras/DataDesc/cbps.c \
+       gras/DataDesc/datadesc.c gras/DataDesc/datadesc_interface.h \
+       gras/DataDesc/datadesc_private.h gras/DataDesc/ddt_parse.c \
+       gras/DataDesc/ddt_parse.yy.c gras/DataDesc/ddt_parse.yy.h \
+       gras/rl_stubs.c xbt/xbt_thread.c gras/Transport/rl_transport.c \
+       gras/Transport/transport_plugin_file.c \
+       gras/Transport/transport_plugin_tcp.c gras/Virtu/rl_emul.c \
+       gras/Virtu/rl_process.c gras/Virtu/rl_time.c \
+       gras/Virtu/rl_dns.c gras/Msg/rl_msg.c amok/amok_base.c \
+       amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
+       amok/PeerManagement/peermanagement.c \
+       gras_simix/gras_simix_rl_stubs.c \
+       gras_simix/Transport/gras_simix_rl_transport.c \
+       gras_simix/Transport/gras_simix_transport_plugin_file.c \
+       gras_simix/Transport/gras_simix_transport_plugin_tcp.c \
+       gras_simix/Virtu/gras_simix_rl_emul.c \
+       gras_simix/Virtu/gras_simix_rl_process.c \
+       gras_simix/Virtu/gras_simix_rl_time.c \
+       gras_simix/Virtu/gras_simix_rl_dns.c \
+       gras_simix/Msg/gras_simix_rl_msg.c
+@USE_SIMIX_TRUE@am__objects_1 = gras_simix_gras.lo \
+@USE_SIMIX_TRUE@       gras_simix_transport.lo gras_simix_msg.lo \
+@USE_SIMIX_TRUE@       gras_simix_rpc.lo gras_simix_timer.lo \
+@USE_SIMIX_TRUE@       gras_simix_process.lo \
+@USE_SIMIX_TRUE@       gras_simix_gras_module.lo \
+@USE_SIMIX_TRUE@       gras_simix_ddt_create.lo \
+@USE_SIMIX_TRUE@       gras_simix_ddt_convert.lo \
+@USE_SIMIX_TRUE@       gras_simix_ddt_exchange.lo gras_simix_cbps.lo \
+@USE_SIMIX_TRUE@       gras_simix_datadesc.lo gras_simix_ddt_parse.lo \
+@USE_SIMIX_TRUE@       gras_simix_ddt_parse.yy.lo
+@USE_SIMIX_FALSE@am__objects_2 = gras.lo transport.lo msg.lo rpc.lo \
+@USE_SIMIX_FALSE@      timer.lo process.lo gras_module.lo \
+@USE_SIMIX_FALSE@      ddt_create.lo ddt_convert.lo ddt_exchange.lo \
+@USE_SIMIX_FALSE@      cbps.lo datadesc.lo ddt_parse.lo \
+@USE_SIMIX_FALSE@      ddt_parse.yy.lo
+am__objects_3 = snprintf.lo xbt_str.lo ex.lo sysdep.lo asserts.lo \
+       log.lo log_default_appender.lo mallocator.lo dynar.lo dict.lo \
+       dict_elm.lo dict_cursor.lo dict_multi.lo heap.lo fifo.lo \
+       swag.lo graph.lo set.lo xbt_matrix.lo xbt_peer.lo xbt_main.lo \
+       config.lo cunit.lo graphxml_parse.lo $(am__objects_1) \
+       $(am__objects_2)
+am__objects_4 = rl_stubs.lo xbt_thread.lo rl_transport.lo \
        transport_plugin_file.lo transport_plugin_tcp.lo rl_emul.lo \
        rl_process.lo rl_time.lo rl_dns.lo rl_msg.lo
-am__objects_3 = amok_base.lo bandwidth.lo saturate.lo \
+am__objects_5 = amok_base.lo bandwidth.lo saturate.lo \
        peermanagement.lo
-am_libgras_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
-       $(am__objects_3)
+am__objects_6 = gras_simix_rl_stubs.lo xbt_thread.lo \
+       gras_simix_rl_transport.lo gras_simix_transport_plugin_file.lo \
+       gras_simix_transport_plugin_tcp.lo gras_simix_rl_emul.lo \
+       gras_simix_rl_process.lo gras_simix_rl_time.lo \
+       gras_simix_rl_dns.lo gras_simix_rl_msg.lo
+@USE_SIMIX_FALSE@am_libgras_la_OBJECTS = $(am__objects_3) \
+@USE_SIMIX_FALSE@      $(am__objects_4) $(am__objects_5)
+@USE_SIMIX_TRUE@am_libgras_la_OBJECTS = $(am__objects_3) \
+@USE_SIMIX_TRUE@       $(am__objects_6) $(am__objects_5)
 libgras_la_OBJECTS = $(am_libgras_la_OBJECTS)
 libsimgrid_la_LIBADD =
-am__libsimgrid_la_SOURCES_DIST = xbt/snprintf.c xbt/getline.c \
-       xbt/trim.c xbt/ex.c xbt_modinter.h gras_modinter.h \
-       xbt/sysdep.c xbt/asserts.c xbt/log.c \
-       xbt/log_default_appender.c xbt/mallocator.c xbt/dynar.c \
-       xbt/dict.c xbt/dict_elm.c xbt/dict_cursor.c xbt/dict_multi.c \
-       xbt/heap.c xbt/fifo.c xbt/swag.c xbt/graph.c xbt/set.c \
-       xbt/xbt_matrix.c xbt/xbt_peer.c xbt/xbt_main.c xbt/config.c \
-       xbt/cunit.c xbt/graphxml_parse.c gras/gras.c \
+am__libsimgrid_la_SOURCES_DIST = xbt/snprintf.c xbt/xbt_str.c xbt/ex.c \
+       xbt_modinter.h gras_modinter.h xbt/sysdep.c xbt/asserts.c \
+       xbt/log.c xbt/log_default_appender.c xbt/mallocator.c \
+       xbt/dynar.c xbt/dict.c xbt/dict_elm.c xbt/dict_cursor.c \
+       xbt/dict_multi.c xbt/heap.c xbt/fifo.c xbt/swag.c xbt/graph.c \
+       xbt/set.c xbt/xbt_matrix.c xbt/xbt_peer.c xbt/xbt_main.c \
+       xbt/config.c xbt/cunit.c xbt/graphxml_parse.c \
+       gras_simix/gras_simix_gras.c \
+       gras_simix/Transport/gras_simix_transport.c \
+       gras_simix/Transport/gras_simix_transport_private.h \
+       gras_simix/Msg/gras_simix_msg.c \
+       gras_simix/Msg/gras_simix_rpc.c \
+       gras_simix/Msg/gras_simix_timer.c \
+       gras_simix/Msg/gras_simix_msg_interface.h \
+       gras_simix/Msg/gras_simix_msg_private.h \
+       gras_simix/Virtu/gras_simix_process.c \
+       gras_simix/Virtu/gras_simix_gras_module.c \
+       gras_simix/DataDesc/gras_simix_ddt_create.c \
+       gras_simix/DataDesc/gras_simix_ddt_convert.c \
+       gras_simix/DataDesc/gras_simix_ddt_exchange.c \
+       gras_simix/DataDesc/gras_simix_cbps.c \
+       gras_simix/DataDesc/gras_simix_datadesc.c \
+       gras_simix/DataDesc/gras_simix_datadesc_interface.h \
+       gras_simix/DataDesc/gras_simix_datadesc_private.h \
+       gras_simix/DataDesc/gras_simix_ddt_parse.c \
+       gras_simix/DataDesc/gras_simix_ddt_parse.yy.c \
+       gras_simix/DataDesc/gras_simix_ddt_parse.yy.h gras/gras.c \
        gras/Transport/transport.c gras/Transport/transport_private.h \
+       gras/Msg/msg.c gras/Msg/rpc.c gras/Msg/timer.c \
+       gras/Msg/msg_interface.h gras/Msg/msg_private.h \
+       gras/Virtu/process.c gras/Virtu/gras_module.c \
        gras/DataDesc/ddt_create.c gras/DataDesc/ddt_convert.c \
        gras/DataDesc/ddt_exchange.c gras/DataDesc/cbps.c \
        gras/DataDesc/datadesc.c gras/DataDesc/datadesc_interface.h \
        gras/DataDesc/datadesc_private.h gras/DataDesc/ddt_parse.c \
        gras/DataDesc/ddt_parse.yy.c gras/DataDesc/ddt_parse.yy.h \
-       gras/Msg/msg.c gras/Msg/rpc.c gras/Msg/timer.c \
-       gras/Msg/msg_interface.h gras/Msg/msg_private.h \
-       gras/Virtu/process.c gras/Virtu/gras_module.c gras/sg_stubs.c \
        xbt/context.c surf/maxmin.c surf/lagrange.c surf/trace_mgr.c \
        surf/surf.c surf/surfxml_parse.c surf/cpu.c surf/network.c \
        surf/workstation.c surf/surf_timer.c surf/network_dassf.c \
        surf/workstation_KCCFLN05.c simdag/sd_global.c \
        simdag/sd_link.c simdag/sd_task.c simdag/sd_workstation.c \
-       gras/Transport/sg_transport.c \
-       gras/Transport/transport_plugin_sg.c gras/Virtu/sg_emul.c \
-       gras/Virtu/sg_process.c gras/Virtu/sg_time.c \
-       gras/Virtu/sg_dns.c gras/Msg/sg_msg.c surf/sdp.c \
-       simix/smx_global.c simix/smx_deployment.c simix/smx_config.c \
-       simix/smx_environment.c simix/smx_host.c simix/smx_process.c \
-       simix/smx_action.c simix/smx_synchro.c \
+       surf/sdp.c simix/smx_global.c simix/smx_deployment.c \
+       simix/smx_config.c simix/smx_environment.c simix/smx_host.c \
+       simix/smx_process.c simix/smx_action.c simix/smx_synchro.c \
        msg_simix/msg_simix_config.c msg_simix/msg_simix_task.c \
        msg_simix/msg_simix_host.c msg_simix/msg_simix_process.c \
        msg_simix/msg_simix_gos.c msg_simix/msg_simix_global.c \
        msg_simix/msg_simix_environment.c \
-       msg_simix/msg_simix_deployment.c msg/msg_config.c msg/task.c \
+       msg_simix/msg_simix_deployment.c \
+       gras_simix/Transport/gras_simix_sg_transport.c \
+       gras_simix/Transport/gras_simix_transport_plugin_sg.c \
+       gras_simix/Virtu/gras_simix_sg_emul.c \
+       gras_simix/Virtu/gras_simix_sg_process.c \
+       gras_simix/Virtu/gras_simix_sg_time.c \
+       gras_simix/Virtu/gras_simix_sg_dns.c \
+       gras_simix/gras_simix_sg_stubs.c \
+       gras_simix/Msg/gras_simix_sg_msg.c msg/msg_config.c msg/task.c \
        msg/host.c msg/m_process.c msg/gos.c msg/global.c \
-       msg/environment.c msg/deployment.c amok/amok_base.c \
-       amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
-       amok/PeerManagement/peermanagement.c
-@HAVE_SDP_TRUE@am__objects_4 = sdp.lo
-am__objects_5 = smx_global.lo smx_deployment.lo smx_config.lo \
+       msg/environment.c msg/deployment.c \
+       gras/Transport/sg_transport.c \
+       gras/Transport/transport_plugin_sg.c gras/Virtu/sg_emul.c \
+       gras/Virtu/sg_process.c gras/Virtu/sg_time.c \
+       gras/Virtu/sg_dns.c gras/sg_stubs.c gras/Msg/sg_msg.c \
+       amok/amok_base.c amok/Bandwidth/bandwidth.c \
+       amok/Bandwidth/saturate.c amok/PeerManagement/peermanagement.c
+@HAVE_SDP_TRUE@am__objects_7 = sdp.lo
+am__objects_8 = smx_global.lo smx_deployment.lo smx_config.lo \
        smx_environment.lo smx_host.lo smx_process.lo smx_action.lo \
        smx_synchro.lo
-am__objects_6 = msg_simix_config.lo msg_simix_task.lo \
+am__objects_9 = msg_simix_config.lo msg_simix_task.lo \
        msg_simix_host.lo msg_simix_process.lo msg_simix_gos.lo \
        msg_simix_global.lo msg_simix_environment.lo \
        msg_simix_deployment.lo
-@USE_SIMIX_TRUE@am__objects_7 = $(am__objects_5) $(am__objects_6)
-am__objects_8 = msg_config.lo task.lo host.lo m_process.lo gos.lo \
+am__objects_10 = gras_simix_sg_transport.lo \
+       gras_simix_transport_plugin_sg.lo gras_simix_sg_emul.lo \
+       gras_simix_sg_process.lo gras_simix_sg_time.lo \
+       gras_simix_sg_dns.lo gras_simix_sg_stubs.lo \
+       gras_simix_sg_msg.lo
+@USE_SIMIX_TRUE@am__objects_11 = $(am__objects_8) $(am__objects_9) \
+@USE_SIMIX_TRUE@       $(am__objects_10)
+am__objects_12 = msg_config.lo task.lo host.lo m_process.lo gos.lo \
        global.lo environment.lo deployment.lo
-@USE_SIMIX_FALSE@am__objects_9 = $(am__objects_8)
-am__objects_10 = sg_stubs.lo context.lo maxmin.lo lagrange.lo \
-       trace_mgr.lo surf.lo surfxml_parse.lo cpu.lo network.lo \
-       workstation.lo surf_timer.lo network_dassf.lo \
-       workstation_KCCFLN05.lo sd_global.lo sd_link.lo sd_task.lo \
-       sd_workstation.lo sg_transport.lo transport_plugin_sg.lo \
-       sg_emul.lo sg_process.lo sg_time.lo sg_dns.lo sg_msg.lo \
-       $(am__objects_4) $(am__objects_7) $(am__objects_9)
-am_libsimgrid_la_OBJECTS = $(am__objects_1) $(am__objects_10) \
-       $(am__objects_3)
+am__objects_13 = sg_transport.lo transport_plugin_sg.lo sg_emul.lo \
+       sg_process.lo sg_time.lo sg_dns.lo sg_stubs.lo sg_msg.lo
+@USE_SIMIX_FALSE@am__objects_14 = $(am__objects_12) $(am__objects_13)
+am__objects_15 = context.lo maxmin.lo lagrange.lo trace_mgr.lo surf.lo \
+       surfxml_parse.lo cpu.lo network.lo workstation.lo \
+       surf_timer.lo network_dassf.lo workstation_KCCFLN05.lo \
+       sd_global.lo sd_link.lo sd_task.lo sd_workstation.lo \
+       $(am__objects_7) $(am__objects_11) $(am__objects_14)
+am_libsimgrid_la_OBJECTS = $(am__objects_3) $(am__objects_15) \
+       $(am__objects_5)
 libsimgrid_la_OBJECTS = $(am_libsimgrid_la_OBJECTS)
 PROGRAMS = $(noinst_PROGRAMS)
 am__testall_SOURCES_DIST = ./cunit_unit.c ./ex_unit.c ./dynar_unit.c \
        ./dict_unit.c ./set_unit.c ./swag_unit.c ./config_unit.c \
        simgrid_units_main.c
-@GRAMINE_MODE_FALSE@am__objects_11 = cunit_unit.$(OBJEXT) \
+@GRAMINE_MODE_FALSE@am__objects_16 = cunit_unit.$(OBJEXT) \
 @GRAMINE_MODE_FALSE@   ex_unit.$(OBJEXT) dynar_unit.$(OBJEXT) \
 @GRAMINE_MODE_FALSE@   dict_unit.$(OBJEXT) set_unit.$(OBJEXT) \
 @GRAMINE_MODE_FALSE@   swag_unit.$(OBJEXT) config_unit.$(OBJEXT)
-@GRAMINE_MODE_FALSE@am_testall_OBJECTS = $(am__objects_11) \
+@GRAMINE_MODE_FALSE@am_testall_OBJECTS = $(am__objects_16) \
 @GRAMINE_MODE_FALSE@   simgrid_units_main.$(OBJEXT)
 testall_OBJECTS = $(am_testall_OBJECTS)
 @GRAMINE_MODE_FALSE@testall_DEPENDENCIES = libgras.la
@@ -183,8 +323,8 @@ LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 SOURCES = $(libgras_la_SOURCES) $(libsimgrid_la_SOURCES) \
        $(testall_SOURCES)
-DIST_SOURCES = $(libgras_la_SOURCES) $(am__libsimgrid_la_SOURCES_DIST) \
-       $(am__testall_SOURCES_DIST)
+DIST_SOURCES = $(am__libgras_la_SOURCES_DIST) \
+       $(am__libsimgrid_la_SOURCES_DIST) $(am__testall_SOURCES_DIST)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -227,7 +367,6 @@ FLEXML = @FLEXML@
 GRAMINE_MODE_FALSE = @GRAMINE_MODE_FALSE@
 GRAMINE_MODE_TRUE = @GRAMINE_MODE_TRUE@
 GRAS_DEP = @GRAS_DEP@
-GREP = @GREP@
 HAVE_FLEXML_FALSE = @HAVE_FLEXML_FALSE@
 HAVE_FLEXML_TRUE = @HAVE_FLEXML_TRUE@
 HAVE_SDP_FALSE = @HAVE_SDP_FALSE@
@@ -275,9 +414,15 @@ abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
 abs_top_srcdir = @abs_top_srcdir@
 ac_configure_args = @ac_configure_args@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_AS = @ac_ct_AS@
 ac_ct_CC = @ac_ct_CC@
 ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 ac_ct_F77 = @ac_ct_F77@
+ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
+ac_ct_RANLIB = @ac_ct_RANLIB@
+ac_ct_STRIP = @ac_ct_STRIP@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -295,30 +440,23 @@ build_id = @build_id@
 build_os = @build_os@
 build_vendor = @build_vendor@
 datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
 exec_prefix = @exec_prefix@
 host = @host@
 host_alias = @host_alias@
 host_cpu = @host_cpu@
 host_os = @host_os@
 host_vendor = @host_vendor@
-htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
-localedir = @localedir@
 localstatedir = @localstatedir@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
-psdir = @psdir@
 pth_skaddr_makecontext = @pth_skaddr_makecontext@
 pth_sksize_makecontext = @pth_sksize_makecontext@
 sbindir = @sbindir@
@@ -355,12 +493,9 @@ EXTRA_DIST = portable.h xbt/mallocator_private.h xbt/dynar_private.h \
        include/surf/surfxml_parse_private.h \
        include/xbt/xbt_portability.h include/xbt/xbt_thread.h \
        include/xbt/context.h msg/private.h simdag/private.h \
-       gras/Transport/transport_interface.h \
-       gras/Virtu/virtu_interface.h gras/Virtu/virtu_private.h \
-       gras/Virtu/virtu_rl.h gras/Virtu/virtu_sg.h \
-       gras/DataDesc/ddt_parse.yy.l gras/DataDesc/ddt_parse.yy.c \
        amok/Bandwidth/bandwidth_private.h amok/amok_modinter.h \
-       $(am__append_1) $(am__append_4) $(am__append_6)
+       $(am__append_1) $(am__append_2) $(am__append_5) \
+       $(am__append_7) $(am__append_10)
 
 #        gras_private.h
 
@@ -401,47 +536,14 @@ VERSION_INFO = -version-info 1:0:0
 #  It modifies the library name, and you thus cannot say that a library
 #   using this trick is ready for a "stable" release (say, in Debian).
 lib_LTLIBRARIES = libsimgrid.la libgras.la
-COMMON_SRC = \
-  \
-  xbt/snprintf.c    xbt/getline.c      xbt/trim.c                           \
-  xbt/ex.c                                                                   \
-  \
-  xbt_modinter.h    gras_modinter.h                                          \
-  \
-  xbt/sysdep.c                                                               \
-  xbt/asserts.c                                                              \
-  xbt/log.c         xbt/log_default_appender.c                               \
-  xbt/mallocator.c                                                           \
-  xbt/dynar.c                                                                \
-  xbt/dict.c        xbt/dict_elm.c               xbt/dict_cursor.c           \
-  xbt/dict_multi.c                                                           \
-  xbt/heap.c                                                                 \
-  xbt/fifo.c                                                                 \
-  xbt/swag.c                                                                 \
-  xbt/graph.c                                                                \
-  xbt/set.c                                                                  \
-  xbt/xbt_matrix.c                                                           \
-  xbt/xbt_peer.c                                                             \
-  xbt/xbt_main.c                                                             \
-  xbt/config.c                                                               \
-  xbt/cunit.c                                                                \
-  xbt/graphxml_parse.c                                                       \
-  \
-  gras/gras.c \
-  \
-  gras/Transport/transport.c          gras/Transport/transport_private.h  \
-  \
-  gras/DataDesc/ddt_create.c          \
-  gras/DataDesc/ddt_convert.c         gras/DataDesc/ddt_exchange.c     \
-  gras/DataDesc/cbps.c                gras/DataDesc/datadesc.c         \
-  gras/DataDesc/datadesc_interface.h  gras/DataDesc/datadesc_private.h \
-  gras/DataDesc/ddt_parse.c           gras/DataDesc/ddt_parse.yy.c         gras/DataDesc/ddt_parse.yy.h \
-  \
-  gras/Msg/msg.c                      gras/Msg/rpc.c                       gras/Msg/timer.c                 \
-  gras/Msg/msg_interface.h            gras/Msg/msg_private.h           \
-  \
-  gras/Virtu/process.c gras/Virtu/gras_module.c
-
+COMMON_SRC = xbt/snprintf.c xbt/xbt_str.c xbt/ex.c xbt_modinter.h \
+       gras_modinter.h xbt/sysdep.c xbt/asserts.c xbt/log.c \
+       xbt/log_default_appender.c xbt/mallocator.c xbt/dynar.c \
+       xbt/dict.c xbt/dict_elm.c xbt/dict_cursor.c xbt/dict_multi.c \
+       xbt/heap.c xbt/fifo.c xbt/swag.c xbt/graph.c xbt/set.c \
+       xbt/xbt_matrix.c xbt/xbt_peer.c xbt/xbt_main.c xbt/config.c \
+       xbt/cunit.c xbt/graphxml_parse.c $(am__append_6) \
+       $(am__append_9)
 RL_SRC = \
   gras/rl_stubs.c                     xbt/xbt_thread.c                    \
   \
@@ -454,16 +556,24 @@ RL_SRC = \
   \
   gras/Msg/rl_msg.c
 
-SG_SRC = gras/sg_stubs.c xbt/context.c surf/maxmin.c surf/lagrange.c \
-       surf/trace_mgr.c surf/surf.c surf/surfxml_parse.c surf/cpu.c \
-       surf/network.c surf/workstation.c surf/surf_timer.c \
-       surf/network_dassf.c surf/workstation_KCCFLN05.c \
-       simdag/sd_global.c simdag/sd_link.c simdag/sd_task.c \
-       simdag/sd_workstation.c gras/Transport/sg_transport.c \
-       gras/Transport/transport_plugin_sg.c gras/Virtu/sg_emul.c \
-       gras/Virtu/sg_process.c gras/Virtu/sg_time.c \
-       gras/Virtu/sg_dns.c gras/Msg/sg_msg.c $(am__append_2) \
-       $(am__append_3) $(am__append_5)
+RL_SIMIX_SRC = \
+  gras_simix/gras_simix_rl_stubs.c                     xbt/xbt_thread.c                    \
+  \
+  gras_simix/Transport/gras_simix_rl_transport.c          \
+  gras_simix/Transport/gras_simix_transport_plugin_file.c   gras_simix/Transport/gras_simix_transport_plugin_tcp.c  \
+  \
+  gras_simix/Virtu/gras_simix_rl_emul.c \
+  gras_simix/Virtu/gras_simix_rl_process.c        gras_simix/Virtu/gras_simix_rl_time.c \
+  gras_simix/Virtu/gras_simix_rl_dns.c\
+  \
+  gras_simix/Msg/gras_simix_rl_msg.c
+
+SG_SRC = xbt/context.c surf/maxmin.c surf/lagrange.c surf/trace_mgr.c \
+       surf/surf.c surf/surfxml_parse.c surf/cpu.c surf/network.c \
+       surf/workstation.c surf/surf_timer.c surf/network_dassf.c \
+       surf/workstation_KCCFLN05.c simdag/sd_global.c \
+       simdag/sd_link.c simdag/sd_task.c simdag/sd_workstation.c \
+       $(am__append_3) $(am__append_4) $(am__append_8)
 SIMIX_SRC = \
   simix/smx_global.c \
   simix/smx_deployment.c \
@@ -487,6 +597,24 @@ MSG_SIMIX_SRC = msg_simix/msg_simix_config.c \
   msg_simix/msg_simix_environment.c \
   msg_simix/msg_simix_deployment.c 
 
+GRAS_SRC = gras/Transport/sg_transport.c  gras/Transport/transport_plugin_sg.c        \
+  \
+  gras/Virtu/sg_emul.c \
+  gras/Virtu/sg_process.c        gras/Virtu/sg_time.c     \
+  gras/Virtu/sg_dns.c\
+  \
+  gras/sg_stubs.c                         \
+  gras/Msg/sg_msg.c
+
+GRAS_SIMIX_SRC = gras_simix/Transport/gras_simix_sg_transport.c  gras_simix/Transport/gras_simix_transport_plugin_sg.c        \
+  \
+  gras_simix/Virtu/gras_simix_sg_emul.c \
+  gras_simix/Virtu/gras_simix_sg_process.c        gras_simix/Virtu/gras_simix_sg_time.c     \
+  gras_simix/Virtu/gras_simix_sg_dns.c\
+  \
+  gras_simix/gras_simix_sg_stubs.c                         \
+  gras_simix/Msg/gras_simix_sg_msg.c
+
 AMOK_SRC = \
   amok/amok_base.c \
   amok/Bandwidth/bandwidth.c amok/Bandwidth/saturate.c \
@@ -508,11 +636,12 @@ AMOK_SRC = \
 @GRAMINE_MODE_FALSE@testall_SOURCES = $(TEST_UNITS) simgrid_units_main.c
 @GRAMINE_MODE_FALSE@testall_LDADD = libgras.la
 @GRAMINE_MODE_FALSE@TESTS = testall
+@USE_SIMIX_FALSE@libgras_la_SOURCES = $(COMMON_SRC) $(RL_SRC) $(AMOK_SRC)
 
 ###
 ### Declare the library content
 ###
-libgras_la_SOURCES = $(COMMON_SRC) $(RL_SRC) $(AMOK_SRC)
+@USE_SIMIX_TRUE@libgras_la_SOURCES = $(COMMON_SRC) $(RL_SIMIX_SRC) $(AMOK_SRC)
 libgras_la_LDFLAGS = -no-undefined $(VERSION_INFO) @GRAS_DEP@ @LD_DYNAMIC_FLAGS@ -lm 
 libsimgrid_la_SOURCES = $(COMMON_SRC) $(SG_SRC) $(AMOK_SRC)
 libsimgrid_la_LDFLAGS = -no-undefined $(VERSION_INFO) @SIMGRID_DEP@ @LD_DYNAMIC_FLAGS@ -lm
@@ -645,13 +774,43 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ex.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ex_unit.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fifo.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/global.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gos.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphxml_parse.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_module.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_cbps.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_datadesc.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_ddt_convert.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_ddt_create.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_ddt_exchange.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_ddt_parse.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_ddt_parse.yy.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_gras.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_gras_module.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_msg.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_process.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_rl_dns.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_rl_emul.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_rl_msg.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_rl_process.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_rl_stubs.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_rl_time.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_rl_transport.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_rpc.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_sg_dns.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_sg_emul.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_sg_msg.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_sg_process.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_sg_stubs.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_sg_time.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_sg_transport.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_timer.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_transport.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_transport_plugin_file.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_transport_plugin_sg.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gras_simix_transport_plugin_tcp.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/host.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lagrange.Plo@am__quote@
@@ -720,12 +879,12 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transport_plugin_file.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transport_plugin_sg.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transport_plugin_tcp.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trim.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workstation.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workstation_KCCFLN05.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbt_main.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbt_matrix.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbt_peer.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbt_str.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbt_thread.Plo@am__quote@
 
 .c.o:
@@ -756,19 +915,12 @@ snprintf.lo: xbt/snprintf.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o snprintf.lo `test -f 'xbt/snprintf.c' || echo '$(srcdir)/'`xbt/snprintf.c
 
-getline.lo: xbt/getline.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getline.lo -MD -MP -MF "$(DEPDIR)/getline.Tpo" -c -o getline.lo `test -f 'xbt/getline.c' || echo '$(srcdir)/'`xbt/getline.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/getline.Tpo" "$(DEPDIR)/getline.Plo"; else rm -f "$(DEPDIR)/getline.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='xbt/getline.c' object='getline.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getline.lo `test -f 'xbt/getline.c' || echo '$(srcdir)/'`xbt/getline.c
-
-trim.lo: xbt/trim.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT trim.lo -MD -MP -MF "$(DEPDIR)/trim.Tpo" -c -o trim.lo `test -f 'xbt/trim.c' || echo '$(srcdir)/'`xbt/trim.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/trim.Tpo" "$(DEPDIR)/trim.Plo"; else rm -f "$(DEPDIR)/trim.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='xbt/trim.c' object='trim.lo' libtool=yes @AMDEPBACKSLASH@
+xbt_str.lo: xbt/xbt_str.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xbt_str.lo -MD -MP -MF "$(DEPDIR)/xbt_str.Tpo" -c -o xbt_str.lo `test -f 'xbt/xbt_str.c' || echo '$(srcdir)/'`xbt/xbt_str.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/xbt_str.Tpo" "$(DEPDIR)/xbt_str.Plo"; else rm -f "$(DEPDIR)/xbt_str.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='xbt/xbt_str.c' object='xbt_str.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o trim.lo `test -f 'xbt/trim.c' || echo '$(srcdir)/'`xbt/trim.c
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xbt_str.lo `test -f 'xbt/xbt_str.c' || echo '$(srcdir)/'`xbt/xbt_str.c
 
 ex.lo: xbt/ex.c
 @am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ex.lo -MD -MP -MF "$(DEPDIR)/ex.Tpo" -c -o ex.lo `test -f 'xbt/ex.c' || echo '$(srcdir)/'`xbt/ex.c; \
@@ -924,6 +1076,104 @@ graphxml_parse.lo: xbt/graphxml_parse.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o graphxml_parse.lo `test -f 'xbt/graphxml_parse.c' || echo '$(srcdir)/'`xbt/graphxml_parse.c
 
+gras_simix_gras.lo: gras_simix/gras_simix_gras.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_gras.lo -MD -MP -MF "$(DEPDIR)/gras_simix_gras.Tpo" -c -o gras_simix_gras.lo `test -f 'gras_simix/gras_simix_gras.c' || echo '$(srcdir)/'`gras_simix/gras_simix_gras.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_gras.Tpo" "$(DEPDIR)/gras_simix_gras.Plo"; else rm -f "$(DEPDIR)/gras_simix_gras.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/gras_simix_gras.c' object='gras_simix_gras.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_gras.lo `test -f 'gras_simix/gras_simix_gras.c' || echo '$(srcdir)/'`gras_simix/gras_simix_gras.c
+
+gras_simix_transport.lo: gras_simix/Transport/gras_simix_transport.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_transport.lo -MD -MP -MF "$(DEPDIR)/gras_simix_transport.Tpo" -c -o gras_simix_transport.lo `test -f 'gras_simix/Transport/gras_simix_transport.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_transport.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_transport.Tpo" "$(DEPDIR)/gras_simix_transport.Plo"; else rm -f "$(DEPDIR)/gras_simix_transport.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Transport/gras_simix_transport.c' object='gras_simix_transport.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_transport.lo `test -f 'gras_simix/Transport/gras_simix_transport.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_transport.c
+
+gras_simix_msg.lo: gras_simix/Msg/gras_simix_msg.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_msg.lo -MD -MP -MF "$(DEPDIR)/gras_simix_msg.Tpo" -c -o gras_simix_msg.lo `test -f 'gras_simix/Msg/gras_simix_msg.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_msg.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_msg.Tpo" "$(DEPDIR)/gras_simix_msg.Plo"; else rm -f "$(DEPDIR)/gras_simix_msg.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Msg/gras_simix_msg.c' object='gras_simix_msg.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_msg.lo `test -f 'gras_simix/Msg/gras_simix_msg.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_msg.c
+
+gras_simix_rpc.lo: gras_simix/Msg/gras_simix_rpc.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_rpc.lo -MD -MP -MF "$(DEPDIR)/gras_simix_rpc.Tpo" -c -o gras_simix_rpc.lo `test -f 'gras_simix/Msg/gras_simix_rpc.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_rpc.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_rpc.Tpo" "$(DEPDIR)/gras_simix_rpc.Plo"; else rm -f "$(DEPDIR)/gras_simix_rpc.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Msg/gras_simix_rpc.c' object='gras_simix_rpc.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_rpc.lo `test -f 'gras_simix/Msg/gras_simix_rpc.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_rpc.c
+
+gras_simix_timer.lo: gras_simix/Msg/gras_simix_timer.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_timer.lo -MD -MP -MF "$(DEPDIR)/gras_simix_timer.Tpo" -c -o gras_simix_timer.lo `test -f 'gras_simix/Msg/gras_simix_timer.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_timer.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_timer.Tpo" "$(DEPDIR)/gras_simix_timer.Plo"; else rm -f "$(DEPDIR)/gras_simix_timer.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Msg/gras_simix_timer.c' object='gras_simix_timer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_timer.lo `test -f 'gras_simix/Msg/gras_simix_timer.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_timer.c
+
+gras_simix_process.lo: gras_simix/Virtu/gras_simix_process.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_process.lo -MD -MP -MF "$(DEPDIR)/gras_simix_process.Tpo" -c -o gras_simix_process.lo `test -f 'gras_simix/Virtu/gras_simix_process.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_process.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_process.Tpo" "$(DEPDIR)/gras_simix_process.Plo"; else rm -f "$(DEPDIR)/gras_simix_process.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_process.c' object='gras_simix_process.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_process.lo `test -f 'gras_simix/Virtu/gras_simix_process.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_process.c
+
+gras_simix_gras_module.lo: gras_simix/Virtu/gras_simix_gras_module.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_gras_module.lo -MD -MP -MF "$(DEPDIR)/gras_simix_gras_module.Tpo" -c -o gras_simix_gras_module.lo `test -f 'gras_simix/Virtu/gras_simix_gras_module.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_gras_module.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_gras_module.Tpo" "$(DEPDIR)/gras_simix_gras_module.Plo"; else rm -f "$(DEPDIR)/gras_simix_gras_module.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_gras_module.c' object='gras_simix_gras_module.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_gras_module.lo `test -f 'gras_simix/Virtu/gras_simix_gras_module.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_gras_module.c
+
+gras_simix_ddt_create.lo: gras_simix/DataDesc/gras_simix_ddt_create.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_ddt_create.lo -MD -MP -MF "$(DEPDIR)/gras_simix_ddt_create.Tpo" -c -o gras_simix_ddt_create.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_create.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_create.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_ddt_create.Tpo" "$(DEPDIR)/gras_simix_ddt_create.Plo"; else rm -f "$(DEPDIR)/gras_simix_ddt_create.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/DataDesc/gras_simix_ddt_create.c' object='gras_simix_ddt_create.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_ddt_create.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_create.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_create.c
+
+gras_simix_ddt_convert.lo: gras_simix/DataDesc/gras_simix_ddt_convert.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_ddt_convert.lo -MD -MP -MF "$(DEPDIR)/gras_simix_ddt_convert.Tpo" -c -o gras_simix_ddt_convert.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_convert.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_convert.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_ddt_convert.Tpo" "$(DEPDIR)/gras_simix_ddt_convert.Plo"; else rm -f "$(DEPDIR)/gras_simix_ddt_convert.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/DataDesc/gras_simix_ddt_convert.c' object='gras_simix_ddt_convert.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_ddt_convert.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_convert.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_convert.c
+
+gras_simix_ddt_exchange.lo: gras_simix/DataDesc/gras_simix_ddt_exchange.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_ddt_exchange.lo -MD -MP -MF "$(DEPDIR)/gras_simix_ddt_exchange.Tpo" -c -o gras_simix_ddt_exchange.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_exchange.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_exchange.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_ddt_exchange.Tpo" "$(DEPDIR)/gras_simix_ddt_exchange.Plo"; else rm -f "$(DEPDIR)/gras_simix_ddt_exchange.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/DataDesc/gras_simix_ddt_exchange.c' object='gras_simix_ddt_exchange.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_ddt_exchange.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_exchange.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_exchange.c
+
+gras_simix_cbps.lo: gras_simix/DataDesc/gras_simix_cbps.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_cbps.lo -MD -MP -MF "$(DEPDIR)/gras_simix_cbps.Tpo" -c -o gras_simix_cbps.lo `test -f 'gras_simix/DataDesc/gras_simix_cbps.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_cbps.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_cbps.Tpo" "$(DEPDIR)/gras_simix_cbps.Plo"; else rm -f "$(DEPDIR)/gras_simix_cbps.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/DataDesc/gras_simix_cbps.c' object='gras_simix_cbps.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_cbps.lo `test -f 'gras_simix/DataDesc/gras_simix_cbps.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_cbps.c
+
+gras_simix_datadesc.lo: gras_simix/DataDesc/gras_simix_datadesc.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_datadesc.lo -MD -MP -MF "$(DEPDIR)/gras_simix_datadesc.Tpo" -c -o gras_simix_datadesc.lo `test -f 'gras_simix/DataDesc/gras_simix_datadesc.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_datadesc.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_datadesc.Tpo" "$(DEPDIR)/gras_simix_datadesc.Plo"; else rm -f "$(DEPDIR)/gras_simix_datadesc.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/DataDesc/gras_simix_datadesc.c' object='gras_simix_datadesc.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_datadesc.lo `test -f 'gras_simix/DataDesc/gras_simix_datadesc.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_datadesc.c
+
+gras_simix_ddt_parse.lo: gras_simix/DataDesc/gras_simix_ddt_parse.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_ddt_parse.lo -MD -MP -MF "$(DEPDIR)/gras_simix_ddt_parse.Tpo" -c -o gras_simix_ddt_parse.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_parse.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_parse.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_ddt_parse.Tpo" "$(DEPDIR)/gras_simix_ddt_parse.Plo"; else rm -f "$(DEPDIR)/gras_simix_ddt_parse.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/DataDesc/gras_simix_ddt_parse.c' object='gras_simix_ddt_parse.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_ddt_parse.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_parse.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_parse.c
+
+gras_simix_ddt_parse.yy.lo: gras_simix/DataDesc/gras_simix_ddt_parse.yy.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_ddt_parse.yy.lo -MD -MP -MF "$(DEPDIR)/gras_simix_ddt_parse.yy.Tpo" -c -o gras_simix_ddt_parse.yy.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_parse.yy.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_parse.yy.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_ddt_parse.yy.Tpo" "$(DEPDIR)/gras_simix_ddt_parse.yy.Plo"; else rm -f "$(DEPDIR)/gras_simix_ddt_parse.yy.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/DataDesc/gras_simix_ddt_parse.yy.c' object='gras_simix_ddt_parse.yy.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_ddt_parse.yy.lo `test -f 'gras_simix/DataDesc/gras_simix_ddt_parse.yy.c' || echo '$(srcdir)/'`gras_simix/DataDesc/gras_simix_ddt_parse.yy.c
+
 gras.lo: gras/gras.c
 @am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras.lo -MD -MP -MF "$(DEPDIR)/gras.Tpo" -c -o gras.lo `test -f 'gras/gras.c' || echo '$(srcdir)/'`gras/gras.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras.Tpo" "$(DEPDIR)/gras.Plo"; else rm -f "$(DEPDIR)/gras.Tpo"; exit 1; fi
@@ -938,6 +1188,41 @@ transport.lo: gras/Transport/transport.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o transport.lo `test -f 'gras/Transport/transport.c' || echo '$(srcdir)/'`gras/Transport/transport.c
 
+msg.lo: gras/Msg/msg.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msg.lo -MD -MP -MF "$(DEPDIR)/msg.Tpo" -c -o msg.lo `test -f 'gras/Msg/msg.c' || echo '$(srcdir)/'`gras/Msg/msg.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/msg.Tpo" "$(DEPDIR)/msg.Plo"; else rm -f "$(DEPDIR)/msg.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Msg/msg.c' object='msg.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msg.lo `test -f 'gras/Msg/msg.c' || echo '$(srcdir)/'`gras/Msg/msg.c
+
+rpc.lo: gras/Msg/rpc.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rpc.lo -MD -MP -MF "$(DEPDIR)/rpc.Tpo" -c -o rpc.lo `test -f 'gras/Msg/rpc.c' || echo '$(srcdir)/'`gras/Msg/rpc.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rpc.Tpo" "$(DEPDIR)/rpc.Plo"; else rm -f "$(DEPDIR)/rpc.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Msg/rpc.c' object='rpc.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rpc.lo `test -f 'gras/Msg/rpc.c' || echo '$(srcdir)/'`gras/Msg/rpc.c
+
+timer.lo: gras/Msg/timer.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timer.lo -MD -MP -MF "$(DEPDIR)/timer.Tpo" -c -o timer.lo `test -f 'gras/Msg/timer.c' || echo '$(srcdir)/'`gras/Msg/timer.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/timer.Tpo" "$(DEPDIR)/timer.Plo"; else rm -f "$(DEPDIR)/timer.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Msg/timer.c' object='timer.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o timer.lo `test -f 'gras/Msg/timer.c' || echo '$(srcdir)/'`gras/Msg/timer.c
+
+process.lo: gras/Virtu/process.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT process.lo -MD -MP -MF "$(DEPDIR)/process.Tpo" -c -o process.lo `test -f 'gras/Virtu/process.c' || echo '$(srcdir)/'`gras/Virtu/process.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/process.Tpo" "$(DEPDIR)/process.Plo"; else rm -f "$(DEPDIR)/process.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/process.c' object='process.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o process.lo `test -f 'gras/Virtu/process.c' || echo '$(srcdir)/'`gras/Virtu/process.c
+
+gras_module.lo: gras/Virtu/gras_module.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_module.lo -MD -MP -MF "$(DEPDIR)/gras_module.Tpo" -c -o gras_module.lo `test -f 'gras/Virtu/gras_module.c' || echo '$(srcdir)/'`gras/Virtu/gras_module.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_module.Tpo" "$(DEPDIR)/gras_module.Plo"; else rm -f "$(DEPDIR)/gras_module.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/gras_module.c' object='gras_module.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_module.lo `test -f 'gras/Virtu/gras_module.c' || echo '$(srcdir)/'`gras/Virtu/gras_module.c
+
 ddt_create.lo: gras/DataDesc/ddt_create.c
 @am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ddt_create.lo -MD -MP -MF "$(DEPDIR)/ddt_create.Tpo" -c -o ddt_create.lo `test -f 'gras/DataDesc/ddt_create.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_create.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/ddt_create.Tpo" "$(DEPDIR)/ddt_create.Plo"; else rm -f "$(DEPDIR)/ddt_create.Tpo"; exit 1; fi
@@ -987,41 +1272,6 @@ ddt_parse.yy.lo: gras/DataDesc/ddt_parse.yy.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ddt_parse.yy.lo `test -f 'gras/DataDesc/ddt_parse.yy.c' || echo '$(srcdir)/'`gras/DataDesc/ddt_parse.yy.c
 
-msg.lo: gras/Msg/msg.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msg.lo -MD -MP -MF "$(DEPDIR)/msg.Tpo" -c -o msg.lo `test -f 'gras/Msg/msg.c' || echo '$(srcdir)/'`gras/Msg/msg.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/msg.Tpo" "$(DEPDIR)/msg.Plo"; else rm -f "$(DEPDIR)/msg.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Msg/msg.c' object='msg.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msg.lo `test -f 'gras/Msg/msg.c' || echo '$(srcdir)/'`gras/Msg/msg.c
-
-rpc.lo: gras/Msg/rpc.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rpc.lo -MD -MP -MF "$(DEPDIR)/rpc.Tpo" -c -o rpc.lo `test -f 'gras/Msg/rpc.c' || echo '$(srcdir)/'`gras/Msg/rpc.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rpc.Tpo" "$(DEPDIR)/rpc.Plo"; else rm -f "$(DEPDIR)/rpc.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Msg/rpc.c' object='rpc.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rpc.lo `test -f 'gras/Msg/rpc.c' || echo '$(srcdir)/'`gras/Msg/rpc.c
-
-timer.lo: gras/Msg/timer.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT timer.lo -MD -MP -MF "$(DEPDIR)/timer.Tpo" -c -o timer.lo `test -f 'gras/Msg/timer.c' || echo '$(srcdir)/'`gras/Msg/timer.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/timer.Tpo" "$(DEPDIR)/timer.Plo"; else rm -f "$(DEPDIR)/timer.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Msg/timer.c' object='timer.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o timer.lo `test -f 'gras/Msg/timer.c' || echo '$(srcdir)/'`gras/Msg/timer.c
-
-process.lo: gras/Virtu/process.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT process.lo -MD -MP -MF "$(DEPDIR)/process.Tpo" -c -o process.lo `test -f 'gras/Virtu/process.c' || echo '$(srcdir)/'`gras/Virtu/process.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/process.Tpo" "$(DEPDIR)/process.Plo"; else rm -f "$(DEPDIR)/process.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/process.c' object='process.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o process.lo `test -f 'gras/Virtu/process.c' || echo '$(srcdir)/'`gras/Virtu/process.c
-
-gras_module.lo: gras/Virtu/gras_module.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_module.lo -MD -MP -MF "$(DEPDIR)/gras_module.Tpo" -c -o gras_module.lo `test -f 'gras/Virtu/gras_module.c' || echo '$(srcdir)/'`gras/Virtu/gras_module.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_module.Tpo" "$(DEPDIR)/gras_module.Plo"; else rm -f "$(DEPDIR)/gras_module.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/gras_module.c' object='gras_module.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_module.lo `test -f 'gras/Virtu/gras_module.c' || echo '$(srcdir)/'`gras/Virtu/gras_module.c
-
 rl_stubs.lo: gras/rl_stubs.c
 @am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rl_stubs.lo -MD -MP -MF "$(DEPDIR)/rl_stubs.Tpo" -c -o rl_stubs.lo `test -f 'gras/rl_stubs.c' || echo '$(srcdir)/'`gras/rl_stubs.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/rl_stubs.Tpo" "$(DEPDIR)/rl_stubs.Plo"; else rm -f "$(DEPDIR)/rl_stubs.Tpo"; exit 1; fi
@@ -1120,12 +1370,68 @@ peermanagement.lo: amok/PeerManagement/peermanagement.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o peermanagement.lo `test -f 'amok/PeerManagement/peermanagement.c' || echo '$(srcdir)/'`amok/PeerManagement/peermanagement.c
 
-sg_stubs.lo: gras/sg_stubs.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_stubs.lo -MD -MP -MF "$(DEPDIR)/sg_stubs.Tpo" -c -o sg_stubs.lo `test -f 'gras/sg_stubs.c' || echo '$(srcdir)/'`gras/sg_stubs.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_stubs.Tpo" "$(DEPDIR)/sg_stubs.Plo"; else rm -f "$(DEPDIR)/sg_stubs.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/sg_stubs.c' object='sg_stubs.lo' libtool=yes @AMDEPBACKSLASH@
+gras_simix_rl_stubs.lo: gras_simix/gras_simix_rl_stubs.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_rl_stubs.lo -MD -MP -MF "$(DEPDIR)/gras_simix_rl_stubs.Tpo" -c -o gras_simix_rl_stubs.lo `test -f 'gras_simix/gras_simix_rl_stubs.c' || echo '$(srcdir)/'`gras_simix/gras_simix_rl_stubs.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_rl_stubs.Tpo" "$(DEPDIR)/gras_simix_rl_stubs.Plo"; else rm -f "$(DEPDIR)/gras_simix_rl_stubs.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/gras_simix_rl_stubs.c' object='gras_simix_rl_stubs.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_stubs.lo `test -f 'gras/sg_stubs.c' || echo '$(srcdir)/'`gras/sg_stubs.c
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_rl_stubs.lo `test -f 'gras_simix/gras_simix_rl_stubs.c' || echo '$(srcdir)/'`gras_simix/gras_simix_rl_stubs.c
+
+gras_simix_rl_transport.lo: gras_simix/Transport/gras_simix_rl_transport.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_rl_transport.lo -MD -MP -MF "$(DEPDIR)/gras_simix_rl_transport.Tpo" -c -o gras_simix_rl_transport.lo `test -f 'gras_simix/Transport/gras_simix_rl_transport.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_rl_transport.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_rl_transport.Tpo" "$(DEPDIR)/gras_simix_rl_transport.Plo"; else rm -f "$(DEPDIR)/gras_simix_rl_transport.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Transport/gras_simix_rl_transport.c' object='gras_simix_rl_transport.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_rl_transport.lo `test -f 'gras_simix/Transport/gras_simix_rl_transport.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_rl_transport.c
+
+gras_simix_transport_plugin_file.lo: gras_simix/Transport/gras_simix_transport_plugin_file.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_transport_plugin_file.lo -MD -MP -MF "$(DEPDIR)/gras_simix_transport_plugin_file.Tpo" -c -o gras_simix_transport_plugin_file.lo `test -f 'gras_simix/Transport/gras_simix_transport_plugin_file.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_transport_plugin_file.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_transport_plugin_file.Tpo" "$(DEPDIR)/gras_simix_transport_plugin_file.Plo"; else rm -f "$(DEPDIR)/gras_simix_transport_plugin_file.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Transport/gras_simix_transport_plugin_file.c' object='gras_simix_transport_plugin_file.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_transport_plugin_file.lo `test -f 'gras_simix/Transport/gras_simix_transport_plugin_file.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_transport_plugin_file.c
+
+gras_simix_transport_plugin_tcp.lo: gras_simix/Transport/gras_simix_transport_plugin_tcp.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_transport_plugin_tcp.lo -MD -MP -MF "$(DEPDIR)/gras_simix_transport_plugin_tcp.Tpo" -c -o gras_simix_transport_plugin_tcp.lo `test -f 'gras_simix/Transport/gras_simix_transport_plugin_tcp.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_transport_plugin_tcp.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_transport_plugin_tcp.Tpo" "$(DEPDIR)/gras_simix_transport_plugin_tcp.Plo"; else rm -f "$(DEPDIR)/gras_simix_transport_plugin_tcp.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Transport/gras_simix_transport_plugin_tcp.c' object='gras_simix_transport_plugin_tcp.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_transport_plugin_tcp.lo `test -f 'gras_simix/Transport/gras_simix_transport_plugin_tcp.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_transport_plugin_tcp.c
+
+gras_simix_rl_emul.lo: gras_simix/Virtu/gras_simix_rl_emul.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_rl_emul.lo -MD -MP -MF "$(DEPDIR)/gras_simix_rl_emul.Tpo" -c -o gras_simix_rl_emul.lo `test -f 'gras_simix/Virtu/gras_simix_rl_emul.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_rl_emul.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_rl_emul.Tpo" "$(DEPDIR)/gras_simix_rl_emul.Plo"; else rm -f "$(DEPDIR)/gras_simix_rl_emul.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_rl_emul.c' object='gras_simix_rl_emul.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_rl_emul.lo `test -f 'gras_simix/Virtu/gras_simix_rl_emul.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_rl_emul.c
+
+gras_simix_rl_process.lo: gras_simix/Virtu/gras_simix_rl_process.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_rl_process.lo -MD -MP -MF "$(DEPDIR)/gras_simix_rl_process.Tpo" -c -o gras_simix_rl_process.lo `test -f 'gras_simix/Virtu/gras_simix_rl_process.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_rl_process.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_rl_process.Tpo" "$(DEPDIR)/gras_simix_rl_process.Plo"; else rm -f "$(DEPDIR)/gras_simix_rl_process.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_rl_process.c' object='gras_simix_rl_process.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_rl_process.lo `test -f 'gras_simix/Virtu/gras_simix_rl_process.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_rl_process.c
+
+gras_simix_rl_time.lo: gras_simix/Virtu/gras_simix_rl_time.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_rl_time.lo -MD -MP -MF "$(DEPDIR)/gras_simix_rl_time.Tpo" -c -o gras_simix_rl_time.lo `test -f 'gras_simix/Virtu/gras_simix_rl_time.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_rl_time.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_rl_time.Tpo" "$(DEPDIR)/gras_simix_rl_time.Plo"; else rm -f "$(DEPDIR)/gras_simix_rl_time.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_rl_time.c' object='gras_simix_rl_time.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_rl_time.lo `test -f 'gras_simix/Virtu/gras_simix_rl_time.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_rl_time.c
+
+gras_simix_rl_dns.lo: gras_simix/Virtu/gras_simix_rl_dns.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_rl_dns.lo -MD -MP -MF "$(DEPDIR)/gras_simix_rl_dns.Tpo" -c -o gras_simix_rl_dns.lo `test -f 'gras_simix/Virtu/gras_simix_rl_dns.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_rl_dns.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_rl_dns.Tpo" "$(DEPDIR)/gras_simix_rl_dns.Plo"; else rm -f "$(DEPDIR)/gras_simix_rl_dns.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_rl_dns.c' object='gras_simix_rl_dns.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_rl_dns.lo `test -f 'gras_simix/Virtu/gras_simix_rl_dns.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_rl_dns.c
+
+gras_simix_rl_msg.lo: gras_simix/Msg/gras_simix_rl_msg.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_rl_msg.lo -MD -MP -MF "$(DEPDIR)/gras_simix_rl_msg.Tpo" -c -o gras_simix_rl_msg.lo `test -f 'gras_simix/Msg/gras_simix_rl_msg.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_rl_msg.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_rl_msg.Tpo" "$(DEPDIR)/gras_simix_rl_msg.Plo"; else rm -f "$(DEPDIR)/gras_simix_rl_msg.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Msg/gras_simix_rl_msg.c' object='gras_simix_rl_msg.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_rl_msg.lo `test -f 'gras_simix/Msg/gras_simix_rl_msg.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_rl_msg.c
 
 context.lo: xbt/context.c
 @am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT context.lo -MD -MP -MF "$(DEPDIR)/context.Tpo" -c -o context.lo `test -f 'xbt/context.c' || echo '$(srcdir)/'`xbt/context.c; \
@@ -1239,55 +1545,6 @@ sd_workstation.lo: simdag/sd_workstation.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sd_workstation.lo `test -f 'simdag/sd_workstation.c' || echo '$(srcdir)/'`simdag/sd_workstation.c
 
-sg_transport.lo: gras/Transport/sg_transport.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_transport.lo -MD -MP -MF "$(DEPDIR)/sg_transport.Tpo" -c -o sg_transport.lo `test -f 'gras/Transport/sg_transport.c' || echo '$(srcdir)/'`gras/Transport/sg_transport.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_transport.Tpo" "$(DEPDIR)/sg_transport.Plo"; else rm -f "$(DEPDIR)/sg_transport.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Transport/sg_transport.c' object='sg_transport.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_transport.lo `test -f 'gras/Transport/sg_transport.c' || echo '$(srcdir)/'`gras/Transport/sg_transport.c
-
-transport_plugin_sg.lo: gras/Transport/transport_plugin_sg.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT transport_plugin_sg.lo -MD -MP -MF "$(DEPDIR)/transport_plugin_sg.Tpo" -c -o transport_plugin_sg.lo `test -f 'gras/Transport/transport_plugin_sg.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_sg.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/transport_plugin_sg.Tpo" "$(DEPDIR)/transport_plugin_sg.Plo"; else rm -f "$(DEPDIR)/transport_plugin_sg.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Transport/transport_plugin_sg.c' object='transport_plugin_sg.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o transport_plugin_sg.lo `test -f 'gras/Transport/transport_plugin_sg.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_sg.c
-
-sg_emul.lo: gras/Virtu/sg_emul.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_emul.lo -MD -MP -MF "$(DEPDIR)/sg_emul.Tpo" -c -o sg_emul.lo `test -f 'gras/Virtu/sg_emul.c' || echo '$(srcdir)/'`gras/Virtu/sg_emul.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_emul.Tpo" "$(DEPDIR)/sg_emul.Plo"; else rm -f "$(DEPDIR)/sg_emul.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/sg_emul.c' object='sg_emul.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_emul.lo `test -f 'gras/Virtu/sg_emul.c' || echo '$(srcdir)/'`gras/Virtu/sg_emul.c
-
-sg_process.lo: gras/Virtu/sg_process.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_process.lo -MD -MP -MF "$(DEPDIR)/sg_process.Tpo" -c -o sg_process.lo `test -f 'gras/Virtu/sg_process.c' || echo '$(srcdir)/'`gras/Virtu/sg_process.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_process.Tpo" "$(DEPDIR)/sg_process.Plo"; else rm -f "$(DEPDIR)/sg_process.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/sg_process.c' object='sg_process.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_process.lo `test -f 'gras/Virtu/sg_process.c' || echo '$(srcdir)/'`gras/Virtu/sg_process.c
-
-sg_time.lo: gras/Virtu/sg_time.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_time.lo -MD -MP -MF "$(DEPDIR)/sg_time.Tpo" -c -o sg_time.lo `test -f 'gras/Virtu/sg_time.c' || echo '$(srcdir)/'`gras/Virtu/sg_time.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_time.Tpo" "$(DEPDIR)/sg_time.Plo"; else rm -f "$(DEPDIR)/sg_time.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/sg_time.c' object='sg_time.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_time.lo `test -f 'gras/Virtu/sg_time.c' || echo '$(srcdir)/'`gras/Virtu/sg_time.c
-
-sg_dns.lo: gras/Virtu/sg_dns.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_dns.lo -MD -MP -MF "$(DEPDIR)/sg_dns.Tpo" -c -o sg_dns.lo `test -f 'gras/Virtu/sg_dns.c' || echo '$(srcdir)/'`gras/Virtu/sg_dns.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_dns.Tpo" "$(DEPDIR)/sg_dns.Plo"; else rm -f "$(DEPDIR)/sg_dns.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/sg_dns.c' object='sg_dns.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_dns.lo `test -f 'gras/Virtu/sg_dns.c' || echo '$(srcdir)/'`gras/Virtu/sg_dns.c
-
-sg_msg.lo: gras/Msg/sg_msg.c
-@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_msg.lo -MD -MP -MF "$(DEPDIR)/sg_msg.Tpo" -c -o sg_msg.lo `test -f 'gras/Msg/sg_msg.c' || echo '$(srcdir)/'`gras/Msg/sg_msg.c; \
-@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_msg.Tpo" "$(DEPDIR)/sg_msg.Plo"; else rm -f "$(DEPDIR)/sg_msg.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Msg/sg_msg.c' object='sg_msg.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_msg.lo `test -f 'gras/Msg/sg_msg.c' || echo '$(srcdir)/'`gras/Msg/sg_msg.c
-
 sdp.lo: surf/sdp.c
 @am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sdp.lo -MD -MP -MF "$(DEPDIR)/sdp.Tpo" -c -o sdp.lo `test -f 'surf/sdp.c' || echo '$(srcdir)/'`surf/sdp.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sdp.Tpo" "$(DEPDIR)/sdp.Plo"; else rm -f "$(DEPDIR)/sdp.Tpo"; exit 1; fi
@@ -1407,6 +1664,62 @@ msg_simix_deployment.lo: msg_simix/msg_simix_deployment.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msg_simix_deployment.lo `test -f 'msg_simix/msg_simix_deployment.c' || echo '$(srcdir)/'`msg_simix/msg_simix_deployment.c
 
+gras_simix_sg_transport.lo: gras_simix/Transport/gras_simix_sg_transport.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_sg_transport.lo -MD -MP -MF "$(DEPDIR)/gras_simix_sg_transport.Tpo" -c -o gras_simix_sg_transport.lo `test -f 'gras_simix/Transport/gras_simix_sg_transport.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_sg_transport.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_sg_transport.Tpo" "$(DEPDIR)/gras_simix_sg_transport.Plo"; else rm -f "$(DEPDIR)/gras_simix_sg_transport.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Transport/gras_simix_sg_transport.c' object='gras_simix_sg_transport.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_sg_transport.lo `test -f 'gras_simix/Transport/gras_simix_sg_transport.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_sg_transport.c
+
+gras_simix_transport_plugin_sg.lo: gras_simix/Transport/gras_simix_transport_plugin_sg.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_transport_plugin_sg.lo -MD -MP -MF "$(DEPDIR)/gras_simix_transport_plugin_sg.Tpo" -c -o gras_simix_transport_plugin_sg.lo `test -f 'gras_simix/Transport/gras_simix_transport_plugin_sg.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_transport_plugin_sg.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_transport_plugin_sg.Tpo" "$(DEPDIR)/gras_simix_transport_plugin_sg.Plo"; else rm -f "$(DEPDIR)/gras_simix_transport_plugin_sg.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Transport/gras_simix_transport_plugin_sg.c' object='gras_simix_transport_plugin_sg.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_transport_plugin_sg.lo `test -f 'gras_simix/Transport/gras_simix_transport_plugin_sg.c' || echo '$(srcdir)/'`gras_simix/Transport/gras_simix_transport_plugin_sg.c
+
+gras_simix_sg_emul.lo: gras_simix/Virtu/gras_simix_sg_emul.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_sg_emul.lo -MD -MP -MF "$(DEPDIR)/gras_simix_sg_emul.Tpo" -c -o gras_simix_sg_emul.lo `test -f 'gras_simix/Virtu/gras_simix_sg_emul.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_sg_emul.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_sg_emul.Tpo" "$(DEPDIR)/gras_simix_sg_emul.Plo"; else rm -f "$(DEPDIR)/gras_simix_sg_emul.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_sg_emul.c' object='gras_simix_sg_emul.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_sg_emul.lo `test -f 'gras_simix/Virtu/gras_simix_sg_emul.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_sg_emul.c
+
+gras_simix_sg_process.lo: gras_simix/Virtu/gras_simix_sg_process.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_sg_process.lo -MD -MP -MF "$(DEPDIR)/gras_simix_sg_process.Tpo" -c -o gras_simix_sg_process.lo `test -f 'gras_simix/Virtu/gras_simix_sg_process.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_sg_process.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_sg_process.Tpo" "$(DEPDIR)/gras_simix_sg_process.Plo"; else rm -f "$(DEPDIR)/gras_simix_sg_process.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_sg_process.c' object='gras_simix_sg_process.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_sg_process.lo `test -f 'gras_simix/Virtu/gras_simix_sg_process.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_sg_process.c
+
+gras_simix_sg_time.lo: gras_simix/Virtu/gras_simix_sg_time.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_sg_time.lo -MD -MP -MF "$(DEPDIR)/gras_simix_sg_time.Tpo" -c -o gras_simix_sg_time.lo `test -f 'gras_simix/Virtu/gras_simix_sg_time.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_sg_time.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_sg_time.Tpo" "$(DEPDIR)/gras_simix_sg_time.Plo"; else rm -f "$(DEPDIR)/gras_simix_sg_time.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_sg_time.c' object='gras_simix_sg_time.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_sg_time.lo `test -f 'gras_simix/Virtu/gras_simix_sg_time.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_sg_time.c
+
+gras_simix_sg_dns.lo: gras_simix/Virtu/gras_simix_sg_dns.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_sg_dns.lo -MD -MP -MF "$(DEPDIR)/gras_simix_sg_dns.Tpo" -c -o gras_simix_sg_dns.lo `test -f 'gras_simix/Virtu/gras_simix_sg_dns.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_sg_dns.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_sg_dns.Tpo" "$(DEPDIR)/gras_simix_sg_dns.Plo"; else rm -f "$(DEPDIR)/gras_simix_sg_dns.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Virtu/gras_simix_sg_dns.c' object='gras_simix_sg_dns.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_sg_dns.lo `test -f 'gras_simix/Virtu/gras_simix_sg_dns.c' || echo '$(srcdir)/'`gras_simix/Virtu/gras_simix_sg_dns.c
+
+gras_simix_sg_stubs.lo: gras_simix/gras_simix_sg_stubs.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_sg_stubs.lo -MD -MP -MF "$(DEPDIR)/gras_simix_sg_stubs.Tpo" -c -o gras_simix_sg_stubs.lo `test -f 'gras_simix/gras_simix_sg_stubs.c' || echo '$(srcdir)/'`gras_simix/gras_simix_sg_stubs.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_sg_stubs.Tpo" "$(DEPDIR)/gras_simix_sg_stubs.Plo"; else rm -f "$(DEPDIR)/gras_simix_sg_stubs.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/gras_simix_sg_stubs.c' object='gras_simix_sg_stubs.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_sg_stubs.lo `test -f 'gras_simix/gras_simix_sg_stubs.c' || echo '$(srcdir)/'`gras_simix/gras_simix_sg_stubs.c
+
+gras_simix_sg_msg.lo: gras_simix/Msg/gras_simix_sg_msg.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gras_simix_sg_msg.lo -MD -MP -MF "$(DEPDIR)/gras_simix_sg_msg.Tpo" -c -o gras_simix_sg_msg.lo `test -f 'gras_simix/Msg/gras_simix_sg_msg.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_sg_msg.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/gras_simix_sg_msg.Tpo" "$(DEPDIR)/gras_simix_sg_msg.Plo"; else rm -f "$(DEPDIR)/gras_simix_sg_msg.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras_simix/Msg/gras_simix_sg_msg.c' object='gras_simix_sg_msg.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gras_simix_sg_msg.lo `test -f 'gras_simix/Msg/gras_simix_sg_msg.c' || echo '$(srcdir)/'`gras_simix/Msg/gras_simix_sg_msg.c
+
 msg_config.lo: msg/msg_config.c
 @am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT msg_config.lo -MD -MP -MF "$(DEPDIR)/msg_config.Tpo" -c -o msg_config.lo `test -f 'msg/msg_config.c' || echo '$(srcdir)/'`msg/msg_config.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/msg_config.Tpo" "$(DEPDIR)/msg_config.Plo"; else rm -f "$(DEPDIR)/msg_config.Tpo"; exit 1; fi
@@ -1463,6 +1776,62 @@ deployment.lo: msg/deployment.c
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o deployment.lo `test -f 'msg/deployment.c' || echo '$(srcdir)/'`msg/deployment.c
 
+sg_transport.lo: gras/Transport/sg_transport.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_transport.lo -MD -MP -MF "$(DEPDIR)/sg_transport.Tpo" -c -o sg_transport.lo `test -f 'gras/Transport/sg_transport.c' || echo '$(srcdir)/'`gras/Transport/sg_transport.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_transport.Tpo" "$(DEPDIR)/sg_transport.Plo"; else rm -f "$(DEPDIR)/sg_transport.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Transport/sg_transport.c' object='sg_transport.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_transport.lo `test -f 'gras/Transport/sg_transport.c' || echo '$(srcdir)/'`gras/Transport/sg_transport.c
+
+transport_plugin_sg.lo: gras/Transport/transport_plugin_sg.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT transport_plugin_sg.lo -MD -MP -MF "$(DEPDIR)/transport_plugin_sg.Tpo" -c -o transport_plugin_sg.lo `test -f 'gras/Transport/transport_plugin_sg.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_sg.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/transport_plugin_sg.Tpo" "$(DEPDIR)/transport_plugin_sg.Plo"; else rm -f "$(DEPDIR)/transport_plugin_sg.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Transport/transport_plugin_sg.c' object='transport_plugin_sg.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o transport_plugin_sg.lo `test -f 'gras/Transport/transport_plugin_sg.c' || echo '$(srcdir)/'`gras/Transport/transport_plugin_sg.c
+
+sg_emul.lo: gras/Virtu/sg_emul.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_emul.lo -MD -MP -MF "$(DEPDIR)/sg_emul.Tpo" -c -o sg_emul.lo `test -f 'gras/Virtu/sg_emul.c' || echo '$(srcdir)/'`gras/Virtu/sg_emul.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_emul.Tpo" "$(DEPDIR)/sg_emul.Plo"; else rm -f "$(DEPDIR)/sg_emul.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/sg_emul.c' object='sg_emul.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_emul.lo `test -f 'gras/Virtu/sg_emul.c' || echo '$(srcdir)/'`gras/Virtu/sg_emul.c
+
+sg_process.lo: gras/Virtu/sg_process.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_process.lo -MD -MP -MF "$(DEPDIR)/sg_process.Tpo" -c -o sg_process.lo `test -f 'gras/Virtu/sg_process.c' || echo '$(srcdir)/'`gras/Virtu/sg_process.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_process.Tpo" "$(DEPDIR)/sg_process.Plo"; else rm -f "$(DEPDIR)/sg_process.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/sg_process.c' object='sg_process.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_process.lo `test -f 'gras/Virtu/sg_process.c' || echo '$(srcdir)/'`gras/Virtu/sg_process.c
+
+sg_time.lo: gras/Virtu/sg_time.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_time.lo -MD -MP -MF "$(DEPDIR)/sg_time.Tpo" -c -o sg_time.lo `test -f 'gras/Virtu/sg_time.c' || echo '$(srcdir)/'`gras/Virtu/sg_time.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_time.Tpo" "$(DEPDIR)/sg_time.Plo"; else rm -f "$(DEPDIR)/sg_time.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/sg_time.c' object='sg_time.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_time.lo `test -f 'gras/Virtu/sg_time.c' || echo '$(srcdir)/'`gras/Virtu/sg_time.c
+
+sg_dns.lo: gras/Virtu/sg_dns.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_dns.lo -MD -MP -MF "$(DEPDIR)/sg_dns.Tpo" -c -o sg_dns.lo `test -f 'gras/Virtu/sg_dns.c' || echo '$(srcdir)/'`gras/Virtu/sg_dns.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_dns.Tpo" "$(DEPDIR)/sg_dns.Plo"; else rm -f "$(DEPDIR)/sg_dns.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Virtu/sg_dns.c' object='sg_dns.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_dns.lo `test -f 'gras/Virtu/sg_dns.c' || echo '$(srcdir)/'`gras/Virtu/sg_dns.c
+
+sg_stubs.lo: gras/sg_stubs.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_stubs.lo -MD -MP -MF "$(DEPDIR)/sg_stubs.Tpo" -c -o sg_stubs.lo `test -f 'gras/sg_stubs.c' || echo '$(srcdir)/'`gras/sg_stubs.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_stubs.Tpo" "$(DEPDIR)/sg_stubs.Plo"; else rm -f "$(DEPDIR)/sg_stubs.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/sg_stubs.c' object='sg_stubs.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_stubs.lo `test -f 'gras/sg_stubs.c' || echo '$(srcdir)/'`gras/sg_stubs.c
+
+sg_msg.lo: gras/Msg/sg_msg.c
+@am__fastdepCC_TRUE@   if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sg_msg.lo -MD -MP -MF "$(DEPDIR)/sg_msg.Tpo" -c -o sg_msg.lo `test -f 'gras/Msg/sg_msg.c' || echo '$(srcdir)/'`gras/Msg/sg_msg.c; \
+@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/sg_msg.Tpo" "$(DEPDIR)/sg_msg.Plo"; else rm -f "$(DEPDIR)/sg_msg.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='gras/Msg/sg_msg.c' object='sg_msg.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sg_msg.lo `test -f 'gras/Msg/sg_msg.c' || echo '$(srcdir)/'`gras/Msg/sg_msg.c
+
 cunit_unit.o: ./cunit_unit.c
 @am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cunit_unit.o -MD -MP -MF "$(DEPDIR)/cunit_unit.Tpo" -c -o cunit_unit.o `test -f './cunit_unit.c' || echo '$(srcdir)/'`./cunit_unit.c; \
 @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/cunit_unit.Tpo" "$(DEPDIR)/cunit_unit.Po"; else rm -f "$(DEPDIR)/cunit_unit.Tpo"; exit 1; fi
@@ -1693,7 +2062,7 @@ check-TESTS: $(TESTS)
        else :; fi
 
 distdir: $(DISTFILES)
-       $(mkdir_p) $(distdir)/../acmacro $(distdir)/amok $(distdir)/amok/Bandwidth $(distdir)/gras/DataDesc $(distdir)/gras/Transport $(distdir)/gras/Virtu $(distdir)/include/simix $(distdir)/include/surf $(distdir)/include/xbt $(distdir)/msg $(distdir)/msg_simix $(distdir)/simdag $(distdir)/simix $(distdir)/surf $(distdir)/xbt
+       $(mkdir_p) $(distdir)/../acmacro $(distdir)/amok $(distdir)/amok/Bandwidth $(distdir)/gras/DataDesc $(distdir)/gras/Transport $(distdir)/gras/Virtu $(distdir)/gras_simix $(distdir)/gras_simix/DataDesc $(distdir)/gras_simix/Msg $(distdir)/gras_simix/Transport $(distdir)/gras_simix/Virtu $(distdir)/include/simix $(distdir)/include/surf $(distdir)/include/xbt $(distdir)/msg $(distdir)/msg_simix $(distdir)/simdag $(distdir)/simix $(distdir)/surf $(distdir)/xbt
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        list='$(DISTFILES)'; for file in $$list; do \
index 65c53ef..c456a0c 100644 (file)
@@ -51,6 +51,7 @@ extern xbt_test_unit_t _xbt_current_unit;
     void test_config_use(void);
   /* SGU: END FILE */
 
+/* SGU: END PROTOTYPES */
 
 /*******************************/
 /* GENERATED FILE, DO NOT EDIT */