Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
API modification in context breaks MSG. Removing MSG from the compilation list until...
[simgrid.git] / src / Makefile.am
index 03a5e47..545ef8a 100644 (file)
@@ -29,7 +29,7 @@ EXTRA_DIST= \
        surf/surf_private.h \
        surf/cpu_private.h \
        surf/workstation_private.h \
-       surf/surf_parse.l surf/surf_parse.h \
+       surf/surf_parse.l \
        surf/network_private.h \
        \
        msg/private.h \
@@ -109,7 +109,6 @@ COMMON_S=\
   surf/surf_parse.c                                                          \
   surf/cpu.c   surf/network.c   surf/workstation.c                           \
   \
-  msg/task.c  \
   \
   gras/gras.c \
   \
@@ -125,6 +124,14 @@ COMMON_S=\
   \
   gras/Virtu/process.c
 
+#   msg/task.c  \
+#   msg/host.c  \
+#   msg/m_process.c  \
+#   msg/gos.c  \
+#   msg/global.c  \
+#   msg/environment.c  \
+#   msg/deployment.c  
+
 gras/DataDesc/ddt_parse.yy.c: gras/DataDesc/ddt_parse.yy.l
        @LEX@ -o$@ -Pgras_ddt_parse_ $^