Logo AND Algorithmique Numérique Distribuée

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