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