Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving smpi.h to public include directory.
[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         xbt/time.h \
25         xbt/synchro.h \
26         xbt/queue.h \
27         \
28         msg/msg.h \
29         msg/datatypes.h \
30         \
31         simdag/simdag.h \
32         simdag/datatypes.h \
33         \
34         smpi/smpi.h \
35         \
36         surf/surfxml_parse.h \
37         surf/surfxml.h \
38         \
39         gras/datadesc.h gras/transport.h \
40         gras/virtu.h gras/emul.h gras/process.h gras/module.h \
41         \
42         gras/messages.h gras/timer.h \
43         \
44         amok/peermanagement.h \
45         amok/bandwidth.h
46
47 surf/surfxml.h:
48         $(MAKE) -C ../src ../include/surf/surfxml.h
49
50 xbt/graphxml.h:
51         $(MAKE) -C ../src ../include/xbt/graphxml.h
52
53 include $(top_srcdir)/acmacro/dist-files.mk