update automake stuff for release
[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         execution_frequency.h \
14         field_temperature.h \
15         firm_common.h \
16         firm.h \
17         firmstat.h \
18         firm_types.h \
19         heights.h \
20         ident.h \
21         interval_analysis.h \
22         irarch.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         irloop.h \
39         irmemory.h \
40         irmode.h \
41         irnode.h \
42         irop.h \
43         iropt.h \
44         iroptimize.h \
45         irouts.h \
46         irpass.h \
47         irprintf.h \
48         irprog.h \
49         irtypeinfo.h \
50         irverify.h \
51         lowering.h \
52         nodeops.h \
53         opcodes.h \
54         rta.h \
55         structure.h \
56         timing.h \
57         trouts.h \
58         tv.h \
59         typerep.h \
60         vrp.h
61
62 libfirminclude_adtdir=$(includedir)/libfirm/adt
63 libfirminclude_adt_HEADERS = \
64         adt/array.h \
65         adt/bipartite.h \
66         adt/cpset.h \
67         adt/eset.h \
68         adt/fourcc.h \
69         adt/gaussjordan.h \
70         adt/gaussseidel.h \
71         adt/hashptr.h \
72         adt/hashset.h \
73         adt/hungarian.h \
74         adt/iterator.h \
75         adt/list.h \
76         adt/obstack.h \
77         adt/obst.h \
78         adt/pdeq.h \
79         adt/plist.h \
80         adt/pmap.h \
81         adt/pqueue.h \
82         adt/pset.h \
83         adt/pset_new.h \
84         adt/set.h \
85         adt/unionfind.h \
86         adt/xmalloc.h