Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move string buffers from 'private to tesh' to 'public in xbt' (I'm gonna use them...
[simgrid.git] / include / Makefile.am
1 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
2
3 # This file is part of the SimGrid project. This is free software:
4 # You can redistribute and/or modify it under the terms of the
5 # GNU LGPL (v2.1) licence.
6
7
8 include_HEADERS = gras.h xbt.h
9 nobase_include_HEADERS = \
10         xbt/misc.h \
11         xbt/sysdep.h \
12         xbt/virtu.h \
13         xbt/str.h xbt/strbuff.h \
14         xbt/function_types.h \
15         xbt/asserts.h xbt/ex.h \
16         xbt/log.h \
17         xbt/module.h \
18         xbt/mallocator.h \
19         xbt/dynar.h xbt/dict.h xbt/set.h \
20         xbt/heap.h \
21         xbt/graph.h \
22         xbt/fifo.h \
23         xbt/swag.h \
24         xbt/matrix.h \
25         xbt/peer.h \
26         xbt/config.h \
27         xbt/cunit.h \
28         xbt/graphxml_parse.h \
29         xbt/graphxml.h \
30         \
31         xbt/time.h \
32         xbt/synchro.h \
33         xbt/queue.h \
34         \
35         msg/msg.h \
36         msg/datatypes.h \
37         \
38         simdag/simdag.h \
39         simdag/datatypes.h \
40         \
41         smpi/smpi.h \
42         \
43         surf/surfxml_parse.h \
44         surf/surfxml.h \
45         \
46         gras/datadesc.h gras/transport.h \
47         gras/virtu.h gras/emul.h gras/process.h gras/module.h \
48         \
49         gras/messages.h gras/timer.h \
50         \
51         amok/peermanagement.h \
52         amok/bandwidth.h
53
54 surf/surfxml.h:
55         $(MAKE) -C ../src ../include/surf/surfxml.h
56
57 xbt/graphxml.h:
58         $(MAKE) -C ../src ../include/xbt/graphxml.h
59
60 include $(top_srcdir)/acmacro/dist-files.mk