Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
12e39aea8fe9f2fb0a1cff212386e07bb260daad
[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         simdag/simdag.h \
25         simdag/datatypes.h \
26         \
27         surf/surfxml_parse.h \
28         surf/surfxml.h \
29         \
30         gras/datadesc.h gras/transport.h \
31         gras/virtu.h gras/emul.h gras/process.h \
32         \
33         gras/messages.h gras/timer.h \
34         \
35         amok/base.h \
36         amok/hostmanagement.h \
37         amok/bandwidth.h
38
39 surf/surfxml.h:
40         $(MAKE) -C ../src ../include/surf/surfxml.h
41
42 xbt/graphxml.h:
43         $(MAKE) -C ../src ../include/xbt/graphxml.h
44
45 include $(top_srcdir)/acmacro/dist-files.mk