started updating the automake files
[libfirm] / include / libfirm / Makefile.am
1 libfirmincludedir=$(includedir)/libfirm
2 libfirminclude_HEADERS = \
3         absgraph.h \
4         analyze_irg_args.h \
5         archop.h \
6         be.h \
7         callgraph.h \
8         cdep.h \
9         cgana.h \
10         compute_loop_info.h \
11         dbginfo.h \
12         dfs.h \
13         execfreq.h \
14         execution_frequency.h \
15         field_temperature.h \
16         firm_common.h \
17         firm.h \
18         firmstat.h \
19         firm_types.h \
20         firm_ycomp.h \
21         height.h \
22         ident.h \
23         interval_analysis.h \
24         irarch.h \
25         ircgcons.h \
26         ircgopt.h \
27         irconsconfirm.h \
28         ircons.h \
29         irdom.h \
30         irdump.h \
31         iredgekinds.h \
32         iredges.h \
33         irextbb.h \
34         irflag.h \
35         irgmod.h \
36         irgopt.h \
37         irgraph.h \
38         irgwalk.h \
39         irhooks.h \
40         irlivechk.h \
41         irloop.h \
42         irmemory.h \
43         irmode.h \
44         irnode.h \
45         irop.h \
46         iropt_dbg.h \
47         iropt.h \
48         iroptimize.h \
49         irouts.h \
50         irprintf.h \
51         irprog.h \
52         irsimpletype.h \
53         irtypeinfo.h \
54         irvrfy.h \
55         lowering.h \
56         old_fctnames.h \
57         phiclass.h \
58         pseudo_irg.h \
59         rta.h \
60         seqnumbers.h \
61         structure.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/bitfiddle.h \
72         adt/bitset.h \
73         adt/bitset_ia32.h \
74         adt/bitset_std.h \
75         adt/compiler.h \
76         adt/cpset.h \
77         adt/eset.h \
78         adt/fourcc.h \
79         adt/gaussjordan.h \
80         adt/gaussseidel.h \
81         adt/hashptr.h \
82         adt/hashset.h \
83         adt/hungarian.h \
84         adt/impl.h \
85         adt/iterator.h \
86         adt/list.h \
87         adt/obst.h \
88         adt/offset.h \
89         adt/pdeq.h \
90         adt/plist.h \
91         adt/pmap.h \
92         adt/pqueue.h \
93         adt/pset.h \
94         adt/pset_new.h \
95         adt/raw_bitset.h \
96         adt/set.h \
97         adt/unionfind.h \
98         adt/util.h \
99         adt/xmalloc.h