Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv surf_parse -> surfxml_parse
[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         \
16         msg/msg.h \
17         msg/datatypes.h \
18         \
19         surf/surfxml_parse.h \
20         surf/surfxml.h \
21         \
22         gras/datadesc.h gras/transport.h \
23         gras/virtu.h gras/emul.h gras/process.h \
24         \
25         gras/messages.h gras/timer.h \
26         \
27         amok/base.h \
28         amok/bandwidth.h
29
30 surf/surfxml.h:
31         $(MAKE) -C ../src ../include/surf/surfxml.h
32
33 include $(top_srcdir)/acmacro/dist-files.mk