X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2FMakefile.am;h=2d5d866e515a82837861bfd0ae7fa0e46d526a60;hb=7c63b4d0d2dbedf66cc29bac75c32041da03ba7b;hp=2dbefa48638ca62c81b3c520490db168d538299e;hpb=f7817e49891f62068f8148ad108b50005a7968a4;p=libfirm diff --git a/include/libfirm/Makefile.am b/include/libfirm/Makefile.am index 2dbefa486..2d5d866e5 100644 --- a/include/libfirm/Makefile.am +++ b/include/libfirm/Makefile.am @@ -2,30 +2,27 @@ libfirmincludedir=$(includedir)/libfirm libfirminclude_HEADERS = \ absgraph.h \ analyze_irg_args.h \ - archop.h \ be.h \ callgraph.h \ cdep.h \ cgana.h \ - compute_loop_info.h \ dbginfo.h \ dfs.h \ execfreq.h \ execution_frequency.h \ field_temperature.h \ - firm_common.h \ firm.h \ - firmstat.h \ + firm_common.h \ firm_types.h \ - firm_ycomp.h \ + firmstat.h \ height.h \ ident.h \ interval_analysis.h \ irarch.h \ ircgcons.h \ ircgopt.h \ - irconsconfirm.h \ ircons.h \ + irconsconfirm.h \ irdom.h \ irdump.h \ iredgekinds.h \ @@ -37,17 +34,18 @@ libfirminclude_HEADERS = \ irgraph.h \ irgwalk.h \ irhooks.h \ + irio.h \ irlivechk.h \ - irlivechk_old.h \ irloop.h \ irmemory.h \ irmode.h \ irnode.h \ irop.h \ - iropt_dbg.h \ iropt.h \ + iropt_dbg.h \ iroptimize.h \ irouts.h \ + irpass.h \ irprintf.h \ irprog.h \ irsimpletype.h \ @@ -60,22 +58,21 @@ libfirminclude_HEADERS = \ rta.h \ seqnumbers.h \ structure.h \ + timing.h \ trouts.h \ tv.h \ - typerep.h \ + typerep.h + +libfirminclude_adtdir=$(includedir)/libfirm/adt +libfirminclude_adt_HEADERS = \ adt/align.h \ adt/array.h \ - adt/arrayset.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 \ @@ -83,6 +80,7 @@ libfirminclude_HEADERS = \ adt/iterator.h \ adt/list.h \ adt/obst.h \ + adt/obstack.h \ adt/offset.h \ adt/pdeq.h \ adt/plist.h \