sparc: implement float->unsigned conversions
[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         irextbb.h \
28         irflag.h \
29         irgmod.h \
30         irgopt.h \
31         irgraph.h \
32         irgwalk.h \
33         irhooks.h \
34         irio.h \
35         irloop.h \
36         irmemory.h \
37         irmode.h \
38         irnode.h \
39         irop.h \
40         iropt.h \
41         iroptimize.h \
42         irouts.h \
43         irpass.h \
44         irprintf.h \
45         irprog.h \
46         irtypeinfo.h \
47         irverify.h \
48         lowering.h \
49         nodeops.h \
50         opcodes.h \
51         timing.h \
52         trouts.h \
53         tv.h \
54         typerep.h \
55         vrp.h
56
57 libfirminclude_adtdir=$(includedir)/libfirm/adt
58 libfirminclude_adt_HEADERS = \
59         adt/array.h \
60         adt/bipartite.h \
61         adt/cpset.h \
62         adt/gaussjordan.h \
63         adt/gaussseidel.h \
64         adt/hashptr.h \
65         adt/hashset.h \
66         adt/hungarian.h \
67         adt/list.h \
68         adt/obstack.h \
69         adt/obst.h \
70         adt/pdeq.h \
71         adt/plist.h \
72         adt/pmap.h \
73         adt/pqueue.h \
74         adt/pset.h \
75         adt/pset_new.h \
76         adt/set.h \
77         adt/unionfind.h \
78         adt/xmalloc.h