Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added xbt_os_time and xbt_os_sleep. Execute in the real and simulate systems.
[simgrid.git] / src / Makefile.am
index 46d1697..3f2bc94 100644 (file)
@@ -48,7 +48,7 @@ EXTRA_DIST= \
        include/surf/surf.h \
        include/surf/surfxml_parse_private.h \
        \
-       include/xbt/xbt_portability.h \
+       include/xbt/xbt_os_time.h \
        include/xbt/xbt_os_thread.h \
        include/xbt/context.h \
        \
@@ -113,7 +113,7 @@ XBT_SRC=\
   xbt_modinter.h    gras_modinter.h                                          \
   xbt/xbt_virtu.c                                                            \
   \
-  xbt/sysdep.c                                                               \
+  xbt/xbt_os_time.c                                                          \
   xbt/asserts.c                                                              \
   xbt/log.c                    xbt/xbt_log_appender_file.c                   \
   xbt/xbt_log_layout_simple.c  xbt/xbt_log_layout_format.c                   \
@@ -128,7 +128,7 @@ XBT_SRC=\
   xbt/set.c                                                                  \
   xbt/xbt_matrix.c                                                           \
   \
-  xbt/queue.c                                                                \
+  xbt/xbt_queue.c                                                            \
   \
   xbt/xbt_peer.c                                                             \
   \
@@ -139,10 +139,11 @@ XBT_SRC=\
   xbt/graphxml_parse.c
 
 XBT_RL_SRC = \
-  xbt/xbt_rl_synchro.c
-
+  xbt/xbt_rl_synchro.c                                                                                                                                                                                                                  \
+       xbt/xbt_rl_time.c
 XBT_SG_SRC = \
-  xbt/xbt_sg_synchro.c
+  xbt/xbt_sg_synchro.c                                                                                                                                                                                                                  \
+       xbt/xbt_sg_time.c
 
 SURF_SRC= \
   surf/maxmin.c                                                              \