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