Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update destructors and test access to surf structures
[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/function_types.h \
6         xbt/asserts.h xbt/ex.h \
7         xbt/log.h \
8         xbt/module.h \
9         xbt/dynar.h xbt/dict.h xbt/set.h \
10         xbt/heap.h \
11         xbt/graph.h \
12         xbt/fifo.h \
13         xbt/swag.h \
14         xbt/matrix.h \
15         xbt/host.h \
16         xbt/config.h \
17         xbt/cunit.h \
18         xbt/graphxml_parse.h \
19         xbt/graphxml.h \
20         \
21         msg/msg.h \
22         msg/datatypes.h \
23         \
24         surf/surfxml_parse.h \
25         surf/surfxml.h \
26         \
27         gras/datadesc.h gras/transport.h \
28         gras/virtu.h gras/emul.h gras/process.h \
29         \
30         gras/messages.h gras/timer.h \
31         \
32         amok/base.h \
33         amok/hostmanagement.h \
34         amok/bandwidth.h
35
36 surf/surfxml.h:
37         $(MAKE) -C ../src ../include/surf/surfxml.h
38
39 xbt/graphxml.h:
40         $(MAKE) -C ../src ../include/xbt/graphxml.h
41
42 include $(top_srcdir)/acmacro/dist-files.mk