From 8ba628a1b24e5130c2f14ee2d7d7a0f470ba8b17 Mon Sep 17 00:00:00 2001 From: alegrand Date: Wed, 22 Dec 2004 20:43:12 +0000 Subject: [PATCH 1/1] API modification in context breaks MSG. Removing MSG from the compilation list until it is repaired. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@696 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/Makefile.am | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index c5aea1c620..545ef8a19d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -109,13 +109,6 @@ COMMON_S=\ surf/surf_parse.c \ surf/cpu.c surf/network.c surf/workstation.c \ \ - msg/task.c \ - msg/host.c \ - msg/m_process.c \ - msg/gos.c \ - msg/global.c \ - msg/environment.c \ - msg/deployment.c \ \ gras/gras.c \ \ @@ -131,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_ $^ -- 2.20.1