Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document that amok BW module is done
[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/config.h \
14         xbt/cunit.h \
15         xbt/graphxml_parse.h \
16         xbt/graphxml.h \
17         \
18         msg/msg.h \
19         msg/datatypes.h \
20         \
21         surf/surfxml_parse.h \
22         surf/surfxml.h \
23         \
24         gras/datadesc.h gras/transport.h \
25         gras/virtu.h gras/emul.h gras/process.h \
26         \
27         gras/messages.h gras/timer.h \
28         \
29         amok/base.h \
30         amok/bandwidth.h
31
32 surf/surfxml.h:
33         $(MAKE) -C ../src ../include/surf/surfxml.h
34
35 xbt/graphxml.h:
36         $(MAKE) -C ../src ../include/xbt/graphxml.h
37
38 include $(top_srcdir)/acmacro/dist-files.mk