Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the introduction of RPC into GRAS, and the relevant API change
[simgrid.git] / include / Makefile.am
index d560ab3..d520ab5 100644 (file)
@@ -7,13 +7,20 @@ nobase_include_HEADERS = \
        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/config.h \
+       xbt/cunit.h \
+       xbt/graphxml_parse.h \
+       xbt/graphxml.h \
        \
        msg/msg.h \
        msg/datatypes.h \
        \
+       surf/surfxml_parse.h \
+       surf/surfxml.h \
+       \
        gras/datadesc.h gras/transport.h \
        gras/virtu.h gras/emul.h gras/process.h \
        \
@@ -22,4 +29,10 @@ nobase_include_HEADERS = \
        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