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 db18ac0..30575e9 100644 (file)
@@ -2,20 +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/testsuite.h \
        \
-       surf/maxmin.h \
+       msg/msg.h \
+       msg/datatypes.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 \
        \
-       gras/modules/base.h \
-       gras/modules/bandwidth.h
+       amok/base.h \
+       amok/bandwidth.h
+
+surf/surfxml.h:
+       $(MAKE) -C ../src ../include/surf/surfxml.h
 
+include $(top_srcdir)/acmacro/dist-files.mk