Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
retrive -> retrieve
[simgrid.git] / include / Makefile.am
index be8f9b1..fa61c27 100644 (file)
@@ -1,17 +1,41 @@
-include_HEADERS = gras.h gros.h
+include_HEADERS = gras.h xbt.h
 nobase_include_HEADERS = \
-       gros/log.h gros/error.h \
-       gros/module.h \
-       gros/dynar.h gros/dict.h gros/set.h \
-       gros/config.h \
+       xbt/misc.h \
+       xbt/sysdep.h \
+       xbt/function_types.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/graph.h \
+       xbt/fifo.h \
+       xbt/swag.h \
+       xbt/matrix.h \
+       xbt/host.h \
+       xbt/config.h \
+       xbt/cunit.h \
+       xbt/graphxml_parse.h \
+       xbt/graphxml.h \
        \
-       gras/datadesc.h gras/transport.h \
-       gras/virtu.h gras/cond.h gras/process.h \
+       msg/msg.h \
+       msg/datatypes.h \
+       \
+       surf/surfxml_parse.h \
+       surf/surfxml.h \
        \
-       gras/messages.h \
+       gras/datadesc.h gras/transport.h \
+       gras/virtu.h gras/emul.h gras/process.h \
        \
-       gras/core.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
+
+xbt/graphxml.h:
+       $(MAKE) -C ../src ../include/xbt/graphxml.h
 
+include $(top_srcdir)/acmacro/dist-files.mk