Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move OSSP testsuite code out of the testsuite/ dir so that it becomes part of XBT
[simgrid.git] / include / Makefile.am
index 2fdc13c..30575e9 100644 (file)
@@ -2,28 +2,31 @@ include_HEADERS = gras.h xbt.h
 nobase_include_HEADERS = \
        xbt/misc.h \
        xbt/sysdep.h \
-       xbt/log.h xbt/error.h \
+       xbt/asserts.h xbt/ex.h \
+       xbt/log.h \
        xbt/module.h \
        xbt/dynar.h xbt/dict.h xbt/set.h \
        xbt/heap.h \
        xbt/fifo.h \
        xbt/swag.h \
        xbt/config.h \
-       xbt/context.h \
-       \
-       surf/maxmin.h \
-       surf/trace_mgr.h \
-       surf/surf.h \
+       xbt/testsuite.h \
        \
        msg/msg.h \
        msg/datatypes.h \
        \
-       gras/core.h \
+       surf/surf_parse.h \
+       surf/surfxml.h \
+       \
        gras/datadesc.h gras/transport.h \
-       gras/virtu.h gras/cond.h gras/process.h \
+       gras/virtu.h gras/emul.h gras/process.h \
        \
-       gras/messages.h \
+       gras/messages.h gras/timer.h \
        \
        amok/base.h \
        amok/bandwidth.h
 
+surf/surfxml.h:
+       $(MAKE) -C ../src ../include/surf/surfxml.h
+
+include $(top_srcdir)/acmacro/dist-files.mk