Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename testsuite to cunit (more sexy name); integrate it properly into SimGrid; use...
[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/fifo.h \
11         xbt/swag.h \
12         xbt/config.h \
13         xbt/testsuite.h \
14         \
15         msg/msg.h \
16         msg/datatypes.h \
17         \
18         surf/surf_parse.h \
19         surf/surfxml.h \
20         \
21         gras/datadesc.h gras/transport.h \
22         gras/virtu.h gras/emul.h gras/process.h \
23         \
24         gras/messages.h gras/timer.h \
25         \
26         amok/base.h \
27         amok/bandwidth.h
28
29 surf/surfxml.h:
30         $(MAKE) -C ../src ../include/surf/surfxml.h
31
32 include $(top_srcdir)/acmacro/dist-files.mk