Add missing files to Makefile.am.
[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         irpass.h \
49         irprintf.h \
50         irprog.h \
51         irsimpletype.h \
52         irtypeinfo.h \
53         irvrfy.h \
54         lowering.h \
55         old_fctnames.h \
56         phiclass.h \
57         pseudo_irg.h \
58         rta.h \
59         seqnumbers.h \
60         structure.h \
61         timing.h \
62         trouts.h \
63         tv.h \
64         typerep.h
65
66 libfirminclude_adtdir=$(includedir)/libfirm/adt
67 libfirminclude_adt_HEADERS = \
68         adt/align.h \
69         adt/array.h \
70         adt/bipartite.h \
71         adt/cpset.h \
72         adt/eset.h \
73         adt/fourcc.h \
74         adt/gaussjordan.h \
75         adt/gaussseidel.h \
76         adt/hashptr.h \
77         adt/hashset.h \
78         adt/hungarian.h \
79         adt/impl.h \
80         adt/iterator.h \
81         adt/list.h \
82         adt/obstack.h \
83         adt/obst.h \
84         adt/offset.h \
85         adt/pdeq.h \
86         adt/plist.h \
87         adt/pmap.h \
88         adt/pqueue.h \
89         adt/pset.h \
90         adt/pset_new.h \
91         adt/raw_bitset.h \
92         adt/set.h \
93         adt/unionfind.h \
94         adt/util.h \
95         adt/xmalloc.h