Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A nice example on how to use MSG.
[simgrid.git] / include / Makefile.am
1 include_HEADERS = gras.h xbt.h
2 nobase_include_HEADERS = \
3         xbt/misc.h \
4         xbt/sysdep.h \
5         xbt/log.h xbt/error.h \
6         xbt/module.h \
7         xbt/dynar.h xbt/dict.h xbt/set.h \
8         xbt/heap.h \
9         xbt/fifo.h \
10         xbt/swag.h \
11         xbt/config.h \
12         xbt/context.h \
13         \
14         surf/maxmin.h \
15         surf/trace_mgr.h \
16         surf/surf.h \
17         surf/surf_parse.h \
18         surf/surfxml.h \
19         \
20         msg/msg.h \
21         msg/datatypes.h \
22         \
23         gras/core.h \
24         gras/datadesc.h gras/transport.h \
25         gras/virtu.h gras/cond.h gras/process.h \
26         \
27         gras/messages.h \
28         \
29         amok/base.h \
30         amok/bandwidth.h
31
32 surf/surfxml.h: ../src/surf/surfxml.dtd
33         cd surf; flexml -H -L ../../src/surf/surfxml.dtd