Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Search typedefs of pointer to function where they now live
[simgrid.git] / include / Makefile.am
index ef640c4..fa61c27 100644 (file)
@@ -2,20 +2,26 @@ include_HEADERS = gras.h xbt.h
 nobase_include_HEADERS = \
        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 \
        \
        msg/msg.h \
        msg/datatypes.h \
        \
-       surf/surf_parse.h \
+       surf/surfxml_parse.h \
        surf/surfxml.h \
        \
        gras/datadesc.h gras/transport.h \
@@ -29,4 +35,7 @@ nobase_include_HEADERS = \
 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