Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I probably had been drinking too much the day I have written this command... Sorry...
[simgrid.git] / src / Makefile.am
index 100becb..827215d 100644 (file)
@@ -31,7 +31,9 @@ EXTRA_DIST= \
        surf/surf_parse.c \
        surf/surfxml.l \
        surf/surfxml.c \
+       surf/surfxml.dtd \
        surf/network_private.h \
+       surf/workstation_KCCFLN05_private.h \
        \
        msg/private.h \
        \
@@ -40,6 +42,7 @@ EXTRA_DIST= \
        gras/Virtu/virtu_rl.h                 gras/Virtu/virtu_sg.h \
        gras/DataDesc/ddt_parse.yy.l          gras/DataDesc/ddt_parse.yy.c
 
+
 #        gras_private.h
 
 #LIBRARY_VERSION= 0:0:0
@@ -103,6 +106,7 @@ COMMON_S=\
   surf/surf.c                                                                \
   surf/surf_parse.c                                                          \
   surf/cpu.c   surf/network.c   surf/workstation.c                           \
+  surf/workstation_KCCFLN05.c  \
   \
   msg/task.c msg/host.c msg/m_process.c msg/gos.c \
   msg/global.c msg/environment.c msg/deployment.c  \
@@ -131,8 +135,8 @@ surf/surfxml.c: surf/surfxml.l
 
 surf/surfxml.l: surf/surfxml.dtd
        cd surf; flexml -b 10000000 -S -L surfxml.dtd ; \
-       mv surfxml.h surfxml.h.bak ; \
-       sed 's/surfxml\.h/surf\/surfxml\.h/g' surfxml.h.bak > surfxml.h
+       mv surfxml.l surfxml.l.bak ; \
+       sed 's/surfxml\.h/surf\/surfxml\.h/g' surfxml.l.bak > surfxml.l
 
 
 libgras_la_SOURCES= $(COMMON_S) \