X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2FMakefile.am;h=c4f8769a376d018202a0870abe2a5f66ef343d60;hb=6bb28287b0f135a4dda410e2caa974997a5c6a21;hp=69b5bed7231bb098325f2c4a2a211c0f9435b2a4;hpb=3906ce134d9b663fe199a7512b4ace2b63f9fb33;p=libfirm diff --git a/include/libfirm/Makefile.am b/include/libfirm/Makefile.am index 69b5bed72..c4f8769a3 100644 --- a/include/libfirm/Makefile.am +++ b/include/libfirm/Makefile.am @@ -1,13 +1,14 @@ libfirmincludedir=$(includedir)/libfirm libfirminclude_HEADERS = \ - absgraph.h \ analyze_irg_args.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 \ @@ -15,11 +16,10 @@ libfirminclude_HEADERS = \ firm.h \ firmstat.h \ firm_types.h \ - height.h \ + heights.h \ ident.h \ interval_analysis.h \ irarch.h \ - ircgcons.h \ ircgopt.h \ irconsconfirm.h \ ircons.h \ @@ -35,37 +35,32 @@ 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 \ irpass.h \ irprintf.h \ irprog.h \ - irsimpletype.h \ irtypeinfo.h \ - irvrfy.h \ + irverify.h \ lowering.h \ - old_fctnames.h \ - phiclass.h \ - pseudo_irg.h \ + nodeops.h \ + opcodes.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 +71,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