Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split gras and gros
[simgrid.git] / include / Makefile.am
index 2ffd102..be8f9b1 100644 (file)
@@ -1,18 +1,17 @@
-SUBDIRS=modules
-EXTRA_DIST=    \
-       gras.h \
-       log.h  \
-       error.h \
-       module.h \
-       dynar.h \
-       dict.h \
-       config.h \
+include_HEADERS = gras.h gros.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 \
        \
-       datadesc_simple.h \
-       data_description.h dd_type_bag.h \
+       gras/datadesc.h gras/transport.h \
+       gras/virtu.h gras/cond.h gras/process.h \
        \
-       socket.h messages.h \
+       gras/messages.h \
        \
-       transport.h \
+       gras/core.h\
        \
-       core.h
+       gras/modules/base.h \
+       gras/modules/bandwidth.h
+