Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We also need jni.h to compile (naturally) + move java checks to their own section
[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/virtu.h \
6         xbt/str.h \
7         xbt/function_types.h \
8         xbt/asserts.h xbt/ex.h \
9         xbt/log.h \
10         xbt/module.h \
11         xbt/mallocator.h \
12         xbt/dynar.h xbt/dict.h xbt/set.h \
13         xbt/heap.h \
14         xbt/graph.h \
15         xbt/fifo.h \
16         xbt/swag.h \
17         xbt/matrix.h \
18         xbt/peer.h \
19         xbt/config.h \
20         xbt/cunit.h \
21         xbt/graphxml_parse.h \
22         xbt/graphxml.h \
23         \
24         msg/msg.h \
25         msg/datatypes.h \
26         \
27         simdag/simdag.h \
28         simdag/datatypes.h \
29         \
30         surf/surfxml_parse.h \
31         surf/surfxml.h \
32         \
33         gras/datadesc.h gras/transport.h \
34         gras/virtu.h gras/emul.h gras/process.h gras/module.h \
35         \
36         gras/messages.h gras/timer.h \
37         \
38         amok/peermanagement.h \
39         amok/bandwidth.h
40
41 surf/surfxml.h:
42         $(MAKE) -C ../src ../include/surf/surfxml.h
43
44 xbt/graphxml.h:
45         $(MAKE) -C ../src ../include/xbt/graphxml.h
46
47 include $(top_srcdir)/acmacro/dist-files.mk