X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=include%2Flibfirm%2FMakefile.am;h=95ebcf2300ae89e6f04f7a58d7ad576c5cbca69b;hb=86bf49fa21cc460fcb4e5962308dcb6eac08e293;hp=3710717312746402936e2c1dd01417da1a39105e;hpb=ccaa78c376e702b8fb7d1f0f7b9d0c459e842bf5;p=libfirm diff --git a/include/libfirm/Makefile.am b/include/libfirm/Makefile.am index 371071731..95ebcf230 100644 --- a/include/libfirm/Makefile.am +++ b/include/libfirm/Makefile.am @@ -1,27 +1,22 @@ libfirmincludedir=$(includedir)/libfirm libfirminclude_HEADERS = \ - absgraph.h \ analyze_irg_args.h \ - archop.h \ + begin.h \ be.h \ callgraph.h \ cdep.h \ cgana.h \ + compound_path.h \ dbginfo.h \ - dfs.h \ + end.h \ execfreq.h \ - execution_frequency.h \ - field_temperature.h \ firm_common.h \ firm.h \ firmstat.h \ firm_types.h \ - firm_ycomp.h \ - height.h \ + heights.h \ ident.h \ - interval_analysis.h \ irarch.h \ - ircgcons.h \ ircgopt.h \ irconsconfirm.h \ ircons.h \ @@ -36,60 +31,48 @@ 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 \ + nodeops.h \ + opcodes.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 \ - 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/obst.h \ adt/obstack.h \ - adt/offset.h \ + adt/obst.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