X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/98fcf9f030a152fb946c3860abc7b7d748d6f1a5..dff1fe523a13d17e7a195f55e827c9137ec6c476:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 7572a0972b..484daf3db6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,18 +1,33 @@ -include_HEADERS = gras.h gros.h +include_HEADERS = gras.h xbt.h nobase_include_HEADERS = \ - gros/sysdep.h \ - 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/log.h xbt/error.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/context.h \ \ + surf/maxmin.h \ + surf/trace_mgr.h \ + surf/surf.h \ + surf/surf_parse.h \ + surf/surfxml.h \ + \ + msg/msg.h \ + msg/datatypes.h \ + \ + gras/core.h \ gras/datadesc.h gras/transport.h \ gras/virtu.h gras/cond.h gras/process.h \ \ gras/messages.h \ \ - gras/core.h\ - \ - gras/modules/base.h \ - gras/modules/bandwidth.h + amok/base.h \ + amok/bandwidth.h +surf/surfxml.h: ../src/surf/surfxml.dtd + cd surf; flexml -H -L ../../src/surf/surfxml.dtd