fix rbitset_is_empty; put opening brace of functions on an own line
[libfirm] / include / libfirm / Makefile.am
index 9ee308c..a1d9923 100644 (file)
@@ -2,12 +2,10 @@ libfirmincludedir=$(includedir)/libfirm
 libfirminclude_HEADERS = \
        absgraph.h \
        analyze_irg_args.h \
-       archop.h \
        be.h \
        callgraph.h \
        cdep.h \
        cgana.h \
-       compute_loop_info.h \
        dbginfo.h \
        dfs.h \
        execfreq.h \
@@ -37,8 +35,8 @@ libfirminclude_HEADERS = \
        irgraph.h \
        irgwalk.h \
        irhooks.h \
+       irio.h \
        irlivechk.h \
-       irlivechk_old.h \
        irloop.h \
        irmemory.h \
        irmode.h \
@@ -60,6 +58,7 @@ libfirminclude_HEADERS = \
        rta.h \
        seqnumbers.h \
        structure.h \
+       timing.h \
        trouts.h \
        tv.h \
        typerep.h
@@ -68,23 +67,19 @@ libfirminclude_adtdir=$(includedir)/libfirm/adt
 libfirminclude_adt_HEADERS = \
        adt/align.h \
        adt/array.h \
-       adt/arrayset.h \
        adt/bipartite.h \
-       adt/bitfiddle.h \
-       adt/bitset.h \
-       adt/bitset_ia32.h \
-       adt/bitset_std.h \
-       adt/compiler.h \
        adt/cpset.h \
        adt/eset.h \
        adt/fourcc.h \
        adt/gaussjordan.h \
+       adt/gaussseidel.h \
        adt/hashptr.h \
        adt/hashset.h \
        adt/hungarian.h \
        adt/impl.h \
        adt/iterator.h \
        adt/list.h \
+       adt/obstack.h \
        adt/obst.h \
        adt/offset.h \
        adt/pdeq.h \