be_lower_for_target is now a simple function in the public API
[libfirm] / include / libfirm / Makefile.am
index 69b5bed..3827698 100644 (file)
@@ -1,13 +1,14 @@
 libfirmincludedir=$(includedir)/libfirm
 libfirminclude_HEADERS = \
-       absgraph.h \
        analyze_irg_args.h \
        be.h \
+       begin.h \
        callgraph.h \
        cdep.h \
        cgana.h \
+       compound_path.h \
        dbginfo.h \
-       dfs.h \
+       end.h \
        execfreq.h \
        execution_frequency.h \
        field_temperature.h \
@@ -35,13 +36,11 @@ libfirminclude_HEADERS = \
        irgwalk.h \
        irhooks.h \
        irio.h \
-       irlivechk.h \
        irloop.h \
        irmemory.h \
        irmode.h \
        irnode.h \
        irop.h \
-       iropt_dbg.h \
        iropt.h \
        iroptimize.h \
        irouts.h \
@@ -50,22 +49,19 @@ libfirminclude_HEADERS = \
        irprog.h \
        irsimpletype.h \
        irtypeinfo.h \
-       irvrfy.h \
+       irverify.h \
        lowering.h \
-       old_fctnames.h \
-       phiclass.h \
-       pseudo_irg.h \
        rta.h \
        seqnumbers.h \
        structure.h \
        timing.h \
        trouts.h \
        tv.h \
-       typerep.h
+       typerep.h \
+       vrp.h
 
 libfirminclude_adtdir=$(includedir)/libfirm/adt
 libfirminclude_adt_HEADERS = \
-       adt/align.h \
        adt/array.h \
        adt/bipartite.h \
        adt/cpset.h \
@@ -76,20 +72,16 @@ libfirminclude_adt_HEADERS = \
        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 \
        adt/plist.h \
        adt/pmap.h \
        adt/pqueue.h \
        adt/pset.h \
        adt/pset_new.h \
-       adt/raw_bitset.h \
        adt/set.h \
        adt/unionfind.h \
-       adt/util.h \
        adt/xmalloc.h