X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2FMakefile.am;h=382769874c4063ec7ba762b262e71b4d8de116cc;hb=7fc5212efdd0faf06fed3850760ca319bdc66afc;hp=c77f721a5cf9c3a408ed8bb8556146e94b48ae0c;hpb=380baddc25b77f0577692c50719dfc8975548957;p=libfirm diff --git a/include/libfirm/Makefile.am b/include/libfirm/Makefile.am index c77f721a5..382769874 100644 --- a/include/libfirm/Makefile.am +++ b/include/libfirm/Makefile.am @@ -1,15 +1,14 @@ libfirmincludedir=$(includedir)/libfirm libfirminclude_HEADERS = \ - absgraph.h \ analyze_irg_args.h \ - archop.h \ be.h \ + begin.h \ callgraph.h \ cdep.h \ cgana.h \ - compute_loop_info.h \ + compound_path.h \ dbginfo.h \ - dfs.h \ + end.h \ execfreq.h \ execution_frequency.h \ field_temperature.h \ @@ -17,7 +16,6 @@ libfirminclude_HEADERS = \ firm.h \ firmstat.h \ firm_types.h \ - firm_ycomp.h \ height.h \ ident.h \ interval_analysis.h \ @@ -37,42 +35,35 @@ libfirminclude_HEADERS = \ irgraph.h \ irgwalk.h \ irhooks.h \ - irlivechk.h \ + irio.h \ irloop.h \ irmemory.h \ irmode.h \ irnode.h \ irop.h \ - iropt_dbg.h \ iropt.h \ iroptimize.h \ irouts.h \ + irpass.h \ irprintf.h \ 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/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 \ @@ -81,19 +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