Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last bits of convertion from xbt_error_t to exceptions. Some more cleanups (mainly...
[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         \
14         msg/msg.h \
15         msg/datatypes.h \
16         \
17         gras/datadesc.h gras/transport.h \
18         gras/virtu.h gras/emul.h gras/process.h \
19         \
20         gras/messages.h gras/timer.h \
21         \
22         amok/base.h \
23         amok/bandwidth.h
24
25 include $(top_srcdir)/acmacro/dist-files.mk