Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a dist-files target to all makefiles. It outputs all files which must be placed...
[simgrid.git] / include / Makefile.am
index 1206387..15c8635 100644 (file)
@@ -9,13 +9,6 @@ nobase_include_HEADERS = \
        xbt/fifo.h \
        xbt/swag.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 \
@@ -24,10 +17,9 @@ nobase_include_HEADERS = \
        gras/datadesc.h gras/transport.h \
        gras/virtu.h gras/cond.h gras/process.h \
        \
-       gras/messages.h \
+       gras/messages.h gras/timer.h gras/chrono.h\
        \
        amok/base.h \
        amok/bandwidth.h
 
-surf/surfxml.h: ../src/surf/surfxml.dtd
-       cd surf; flexml -H ../../src/surf/surfxml.dtd
+include $(top_srcdir)/acmacro/dist-files.mk