4ab6eb51857df6f06c5a96faa2db51070941627a
[libfirm] / include / libfirm / Makefile.am
1 libfirmincludedir=$(includedir)/libfirm
2 libfirminclude_HEADERS = \
3         absgraph.h \
4         analyze_irg_args.h \
5         be.h \
6         callgraph.h \
7         cdep.h \
8         cgana.h \
9         dbginfo.h \
10         dfs.h \
11         execfreq.h \
12         execution_frequency.h \
13         field_temperature.h \
14         firm_common.h \
15         firm.h \
16         firmstat.h \
17         firm_types.h \
18         height.h \
19         ident.h \
20         interval_analysis.h \
21         irarch.h \
22         ircgcons.h \
23         ircgopt.h \
24         irconsconfirm.h \
25         ircons.h \
26         irdom.h \
27         irdump.h \
28         iredgekinds.h \
29         iredges.h \
30         irextbb.h \
31         irflag.h \
32         irgmod.h \
33         irgopt.h \
34         irgraph.h \
35         irgwalk.h \
36         irhooks.h \
37         irio.h \
38         irlivechk.h \
39         irloop.h \
40         irmemory.h \
41         irmode.h \
42         irnode.h \
43         irop.h \
44         iropt_dbg.h \
45         iropt.h \
46         iroptimize.h \
47         irouts.h \
48         irprintf.h \
49         irprog.h \
50         irsimpletype.h \
51         irtypeinfo.h \
52         irvrfy.h \
53         lowering.h \
54         old_fctnames.h \
55         phiclass.h \
56         pseudo_irg.h \
57         rta.h \
58         seqnumbers.h \
59         structure.h \
60         timing.h \
61         trouts.h \
62         tv.h \
63         typerep.h
64
65 libfirminclude_adtdir=$(includedir)/libfirm/adt
66 libfirminclude_adt_HEADERS = \
67         adt/align.h \
68         adt/array.h \
69         adt/bipartite.h \
70         adt/cpset.h \
71         adt/eset.h \
72         adt/fourcc.h \
73         adt/gaussjordan.h \
74         adt/gaussseidel.h \
75         adt/hashptr.h \
76         adt/hashset.h \
77         adt/hungarian.h \
78         adt/impl.h \
79         adt/iterator.h \
80         adt/list.h \
81         adt/obstack.h \
82         adt/obst.h \
83         adt/offset.h \
84         adt/pdeq.h \
85         adt/plist.h \
86         adt/pmap.h \
87         adt/pqueue.h \
88         adt/pset.h \
89         adt/pset_new.h \
90         adt/raw_bitset.h \
91         adt/set.h \
92         adt/unionfind.h \
93         adt/util.h \
94         adt/xmalloc.h