remove extended basic block support
[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         compound_path.h \
10         dbginfo.h \
11         end.h \
12         execfreq.h \
13         firm_common.h \
14         firm.h \
15         firmstat.h \
16         firm_types.h \
17         heights.h \
18         ident.h \
19         irarch.h \
20         ircgopt.h \
21         irconsconfirm.h \
22         ircons.h \
23         irdom.h \
24         irdump.h \
25         iredgekinds.h \
26         iredges.h \
27         irflag.h \
28         irgmod.h \
29         irgopt.h \
30         irgraph.h \
31         irgwalk.h \
32         irhooks.h \
33         irio.h \
34         irloop.h \
35         irmemory.h \
36         irmode.h \
37         irnode.h \
38         irop.h \
39         iropt.h \
40         iroptimize.h \
41         irouts.h \
42         irpass.h \
43         irprintf.h \
44         irprog.h \
45         irtypeinfo.h \
46         irverify.h \
47         lowering.h \
48         nodeops.h \
49         opcodes.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