Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving include/surf to src/include/surf
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jan 2005 21:57:09 +0000 (21:57 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jan 2005 21:57:09 +0000 (21:57 +0000)
SURF is private. For developpers only.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@828 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/Makefile.am
src/Makefile.am
testsuite/Makefile.am

index 484daf3..449c553 100644 (file)
@@ -11,12 +11,6 @@ nobase_include_HEADERS = \
        xbt/config.h \
        xbt/context.h \
        \
        xbt/config.h \
        xbt/context.h \
        \
-       surf/maxmin.h \
-       surf/trace_mgr.h \
-       surf/surf.h \
-       surf/surf_parse.h \
-       surf/surfxml.h \
-       \
        msg/msg.h \
        msg/datatypes.h \
        \
        msg/msg.h \
        msg/datatypes.h \
        \
@@ -28,6 +22,3 @@ nobase_include_HEADERS = \
        \
        amok/base.h \
        amok/bandwidth.h
        \
        amok/base.h \
        amok/bandwidth.h
-
-surf/surfxml.h: ../src/surf/surfxml.dtd
-       cd surf; flexml -H -L ../../src/surf/surfxml.dtd
index 3d46526..06ca8ab 100644 (file)
@@ -13,7 +13,7 @@ AM_CFLAGS= -g
 
 
 MAINTAINERCLEANFILES=Makefile.in
 
 
 MAINTAINERCLEANFILES=Makefile.in
-INCLUDES= -I$(top_srcdir)/include 
+INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/src/include 
 EXTRA_DIST= \
         \
        portable.h \
 EXTRA_DIST= \
         \
        portable.h \
@@ -35,6 +35,12 @@ EXTRA_DIST= \
        surf/network_private.h \
        surf/workstation_KCCFLN05_private.h \
        \
        surf/network_private.h \
        surf/workstation_KCCFLN05_private.h \
        \
+       include/maxmin.h \
+       include/trace_mgr.h \
+       include/surf.h \
+       include/surf_parse.h \
+       include/surfxml.h \
+       \
        msg/private.h \
        \
        gras/Transport/transport_interface.h \
        msg/private.h \
        \
        gras/Transport/transport_interface.h \
@@ -140,6 +146,8 @@ surf/surfxml.l: surf/surfxml.dtd
        mv surfxml.l surfxml.l.bak ; \
        sed 's/surfxml\.h/surf\/surfxml\.h/g' surfxml.l.bak > surfxml.l
 
        mv surfxml.l surfxml.l.bak ; \
        sed 's/surfxml\.h/surf\/surfxml\.h/g' surfxml.l.bak > surfxml.l
 
+include/surf/surfxml.h: src/surf/surfxml.dtd
+       cd include/surf; flexml -H -L ../../src/surf/surfxml.dtd
 
 libgras_la_SOURCES= $(COMMON_S) \
   gras/Transport/rl_transport.c  gras/Transport/transport_plugin_tcp.c  gras/Transport/transport_plugin_file.c      \
 
 libgras_la_SOURCES= $(COMMON_S) \
   gras/Transport/rl_transport.c  gras/Transport/transport_plugin_tcp.c  gras/Transport/transport_plugin_file.c      \
index 56c6f9d..8f2bed7 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include 
 AM_CFLAGS=-g
 
 CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out
 AM_CFLAGS=-g
 
 CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out