X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2FMakefile.am;h=12946b5cc9a7a71b15ee9bba8430a4c4e4610259;hb=b9a1bfdbce56c76bd4d5ff772963628523ecfc41;hp=4ab6eb51857df6f06c5a96faa2db51070941627a;hpb=3221a015863a3dcd5f286e3739b09dffcdd25d5d;p=libfirm diff --git a/include/libfirm/Makefile.am b/include/libfirm/Makefile.am index 4ab6eb518..12946b5cc 100644 --- a/include/libfirm/Makefile.am +++ b/include/libfirm/Makefile.am @@ -1,25 +1,21 @@ libfirmincludedir=$(includedir)/libfirm libfirminclude_HEADERS = \ - absgraph.h \ analyze_irg_args.h \ + begin.h \ be.h \ callgraph.h \ cdep.h \ cgana.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 \ - height.h \ + heights.h \ ident.h \ - interval_analysis.h \ irarch.h \ - ircgcons.h \ ircgopt.h \ irconsconfirm.h \ ircons.h \ @@ -27,7 +23,6 @@ libfirminclude_HEADERS = \ irdump.h \ iredgekinds.h \ iredges.h \ - irextbb.h \ irflag.h \ irgmod.h \ irgopt.h \ @@ -35,60 +30,45 @@ 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 \ - rta.h \ - seqnumbers.h \ - structure.h \ + nodeops.h \ + opcodes.h \ + statev.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/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