Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
If we are on windows _GNU is defined by cmake.
[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 EXTRA_DIST=simgrid_config.h.in
8
9 include_HEADERS = gras.h xbt.h simgrid_config.h
10 nobase_include_HEADERS = \
11         xbt/misc.h \
12         xbt/sysdep.h \
13         xbt/virtu.h \
14         xbt/str.h xbt/strbuff.h xbt/hash.h \
15         xbt/function_types.h \
16         xbt/asserts.h xbt/ex.h \
17         xbt/log.h \
18         xbt/module.h \
19         xbt/mallocator.h \
20         xbt/dynar.h xbt/dict.h xbt/set.h \
21         xbt/heap.h \
22         xbt/graph.h \
23         xbt/fifo.h \
24         xbt/swag.h \
25         xbt/matrix.h \
26         xbt/peer.h \
27         xbt/config.h \
28         xbt/cunit.h \
29         xbt/graphxml_parse.h \
30         xbt/graphxml.h \
31         \
32         xbt/time.h \
33         xbt/synchro.h  xbt/synchro_core.h\
34         xbt/queue.h \
35         xbt/setset.h \
36         xbt/mmalloc.h \
37         \
38         msg/msg.h \
39         msg/datatypes.h \
40         \
41         simdag/simdag.h \
42         simdag/datatypes.h \
43         \
44         smpi/smpi.h \
45         smpi/mpi.h \
46         \
47         surf/surfxml_parse.h \
48         surf/simgrid_dtd.h \
49         \
50         gras/datadesc.h gras/transport.h \
51         gras/virtu.h gras/emul.h gras/process.h gras/module.h \
52         \
53         gras/messages.h gras/timer.h \
54         \
55         amok/peermanagement.h \
56         amok/bandwidth.h \
57         \
58         instr/instr.h \
59         instr/config.h
60
61 surf/simgrid_dtd.h:
62         $(MAKE) -C ../src ../include/surf/simgrid_dtd.h
63
64 xbt/graphxml.h:
65         $(MAKE) -C ../src ../include/xbt/graphxml.h
66
67
68 include $(top_srcdir)/acmacro/dist-files.mk