X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2FMakefile.am;h=12946b5cc9a7a71b15ee9bba8430a4c4e4610259;hb=9a1c04e0bdc66d8fce339bc81408728b9459d033;hp=cdcc9a2047bb60afda68927bee4da8d8101c45fe;hpb=b01d2d4bb170329f75ffa4a25d74d4d2fb8cd047;p=libfirm diff --git a/include/libfirm/Makefile.am b/include/libfirm/Makefile.am index cdcc9a204..12946b5cc 100644 --- a/include/libfirm/Makefile.am +++ b/include/libfirm/Makefile.am @@ -1,27 +1,21 @@ libfirmincludedir=$(includedir)/libfirm libfirminclude_HEADERS = \ - absgraph.h \ analyze_irg_args.h \ - archop.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 \ - firm_ycomp.h \ - height.h \ + heights.h \ ident.h \ - interval_analysis.h \ irarch.h \ - ircgcons.h \ ircgopt.h \ irconsconfirm.h \ ircons.h \ @@ -29,72 +23,52 @@ libfirminclude_HEADERS = \ irdump.h \ iredgekinds.h \ iredges.h \ - irextbb.h \ irflag.h \ irgmod.h \ irgopt.h \ 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 \ + 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/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 \ 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