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