103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Makefile.in generated by automake 1.14.1 from Makefile.am.
203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Makefile.  Generated from Makefile.in by configure.
303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Copyright (C) 1994-2013 Free Software Foundation, Inc.
503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# This Makefile.in is free software; the Free Software Foundation
703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# gives unlimited permission to copy and/or distribute it,
803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# with or without modifications, as long as this notice is preserved.
903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# This program is distributed in the hope that it will be useful,
1103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# PARTICULAR PURPOSE.
1403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
1803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__make_running_with_option = \
2003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  case $${target_option-} in \
2103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      ?) ;; \
2203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      *) echo "am__make_running_with_option: internal error: invalid" \
2303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes              "target option '$${target_option-}' specified" >&2; \
2403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes         exit 1;; \
2503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  esac; \
2603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  has_opt=no; \
2703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  sane_makeflags=$$MAKEFLAGS; \
2803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  if $(am__is_gnu_make); then \
2903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    sane_makeflags=$$MFLAGS; \
3003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  else \
3103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    case $$MAKEFLAGS in \
3203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      *\\[\ \	]*) \
3303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        bs=\\; \
3403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
3503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
3603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    esac; \
3703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  fi; \
3803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  skip_next=no; \
3903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  strip_trailopt () \
4003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  { \
4103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
4203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  }; \
4303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  for flg in $$sane_makeflags; do \
4403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    test $$skip_next = yes && { skip_next=no; continue; }; \
4503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    case $$flg in \
4603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      *=*|--*) continue;; \
4703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        -*I) strip_trailopt 'I'; skip_next=yes;; \
4803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -*I?*) strip_trailopt 'I';; \
4903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        -*O) strip_trailopt 'O'; skip_next=yes;; \
5003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -*O?*) strip_trailopt 'O';; \
5103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        -*l) strip_trailopt 'l'; skip_next=yes;; \
5203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -*l?*) strip_trailopt 'l';; \
5303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -[dEDm]) skip_next=yes;; \
5403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      -[JT]) skip_next=yes;; \
5503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    esac; \
5603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    case $$flg in \
5703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      *$$target_option*) has_opt=yes; break;; \
5803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    esac; \
5903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  done; \
6003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  test $$has_opt = yes
6103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__make_dryrun = (target_option=n; $(am__make_running_with_option))
6203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
6303333823c75a1c1887e923828113a1b0fd12020cElliott Hughespkgdatadir = $(datadir)/elfutils
6403333823c75a1c1887e923828113a1b0fd12020cElliott Hughespkgincludedir = $(includedir)/elfutils
6503333823c75a1c1887e923828113a1b0fd12020cElliott Hughespkglibdir = $(libdir)/elfutils
6603333823c75a1c1887e923828113a1b0fd12020cElliott Hughespkglibexecdir = $(libexecdir)/elfutils
6703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
6803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall_sh_DATA = $(install_sh) -c -m 644
6903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall_sh_PROGRAM = $(install_sh) -c
7003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall_sh_SCRIPT = $(install_sh) -c
7103333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_HEADER = $(INSTALL_DATA)
7203333823c75a1c1887e923828113a1b0fd12020cElliott Hughestransform = $(program_transform_name)
7303333823c75a1c1887e923828113a1b0fd12020cElliott HughesNORMAL_INSTALL = :
7403333823c75a1c1887e923828113a1b0fd12020cElliott HughesPRE_INSTALL = :
7503333823c75a1c1887e923828113a1b0fd12020cElliott HughesPOST_INSTALL = :
7603333823c75a1c1887e923828113a1b0fd12020cElliott HughesNORMAL_UNINSTALL = :
7703333823c75a1c1887e923828113a1b0fd12020cElliott HughesPRE_UNINSTALL = :
7803333823c75a1c1887e923828113a1b0fd12020cElliott HughesPOST_UNINSTALL = :
7903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_triplet = x86_64-unknown-linux-gnu
8003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_triplet = x86_64-unknown-linux-gnu
8103333823c75a1c1887e923828113a1b0fd12020cElliott Hughessubdir = .
8203333823c75a1c1887e923828113a1b0fd12020cElliott HughesDIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog THANKS \
8303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
8403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/configure $(am__configure_deps) \
8503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(srcdir)/config.h.in $(top_srcdir)/config/elfutils.spec.in \
8603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/config/version.h.in $(pkginclude_HEADERS) \
8703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ABOUT-NLS COPYING TODO $(top_srcdir)/config/ar-lib \
8803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
8903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/config/config.sub \
9003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/config/install-sh $(top_srcdir)/config/missing
9103333823c75a1c1887e923828113a1b0fd12020cElliott HughesACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \
9303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
9403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \
9503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(top_srcdir)/configure.ac
9603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(ACLOCAL_M4)
9803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
9903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes configure.lineno config.status.lineno
10003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmkinstalldirs = $(install_sh) -d
10103333823c75a1c1887e923828113a1b0fd12020cElliott HughesCONFIG_HEADER = config.h
10203333823c75a1c1887e923828113a1b0fd12020cElliott HughesCONFIG_CLEAN_FILES = elfutils.spec version.h
10303333823c75a1c1887e923828113a1b0fd12020cElliott HughesCONFIG_CLEAN_VPATH_FILES =
10403333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_V_P = $(am__v_P_$(V))
10503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
10603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_P_0 = false
10703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_P_1 = :
10803333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_V_GEN = $(am__v_GEN_$(V))
10903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
11003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_GEN_0 = @echo "  GEN     " $@;
11103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_GEN_1 = 
11203333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_V_at = $(am__v_at_$(V))
11303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
11403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_at_0 = @
11503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__v_at_1 = 
11603333823c75a1c1887e923828113a1b0fd12020cElliott HughesSOURCES =
11703333823c75a1c1887e923828113a1b0fd12020cElliott HughesDIST_SOURCES =
11803333823c75a1c1887e923828113a1b0fd12020cElliott HughesRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
11903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	ctags-recursive dvi-recursive html-recursive info-recursive \
12003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-data-recursive install-dvi-recursive \
12103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-exec-recursive install-html-recursive \
12203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-info-recursive install-pdf-recursive \
12303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-ps-recursive install-recursive installcheck-recursive \
12403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	installdirs-recursive pdf-recursive ps-recursive \
12503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	tags-recursive uninstall-recursive
12603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__can_run_installinfo = \
12703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  case $$AM_UPDATE_INFO_DIR in \
12803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    n|no|NO) false;; \
12903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    *) (install-info --version) >/dev/null 2>&1;; \
13003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  esac
13103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
13203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__vpath_adj = case $$p in \
13303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
13403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    *) f=$$p;; \
13503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  esac;
13603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
13703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__install_max = 40
13803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__nobase_strip_setup = \
13903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
14003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__nobase_strip = \
14103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
14203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__nobase_list = $(am__nobase_strip_setup); \
14303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  for p in $$list; do echo "$$p $$p"; done | \
14403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
14503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
14603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    if (++n[$$2] == $(am__install_max)) \
14703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
14803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    END { for (dir in files) print dir, files[dir] }'
14903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__base_list = \
15003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
15103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
15203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__uninstall_files_from_dir = { \
15303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  test -z "$$files" \
15403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
15503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
15603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes         $(am__cd) "$$dir" && rm -f $$files; }; \
15703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  }
15803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__installdirs = "$(DESTDIR)$(pkgincludedir)"
15903333823c75a1c1887e923828113a1b0fd12020cElliott HughesHEADERS = $(pkginclude_HEADERS)
16003333823c75a1c1887e923828113a1b0fd12020cElliott HughesRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
16103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  distclean-recursive maintainer-clean-recursive
16203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__recursive_targets = \
16303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  $(RECURSIVE_TARGETS) \
16403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  $(RECURSIVE_CLEAN_TARGETS) \
16503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  $(am__extra_recursive_targets)
16603333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
16703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	cscope distdir dist dist-all distcheck
16803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
16903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(LISP)config.h.in
17003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Read a list of newline-separated strings from the standard input,
17103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# and print each of them once, without duplicates.  Input order is
17203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# *not* preserved.
17303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__uniquify_input = $(AWK) '\
17403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  BEGIN { nonempty = 0; } \
17503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  { items[$$0] = 1; nonempty = 1; } \
17603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  END { if (nonempty) { for (i in items) print i; }; } \
17703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes'
17803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Make sure the list of sources is unique.  This is necessary because,
17903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# e.g., the same source file might be shared among _SOURCES variables
18003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# for different programs/libraries.
18103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__define_uniq_tagged_files = \
18203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  list='$(am__tagged_files)'; \
18303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  unique=`for i in $$list; do \
18403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
18503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  done | $(am__uniquify_input)`
18603333823c75a1c1887e923828113a1b0fd12020cElliott HughesETAGS = etags
18703333823c75a1c1887e923828113a1b0fd12020cElliott HughesCTAGS = ctags
18803333823c75a1c1887e923828113a1b0fd12020cElliott HughesCSCOPE = cscope
18903333823c75a1c1887e923828113a1b0fd12020cElliott HughesDIST_SUBDIRS = $(SUBDIRS)
19003333823c75a1c1887e923828113a1b0fd12020cElliott HughesDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
19103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistdir = $(PACKAGE)-$(VERSION)
19203333823c75a1c1887e923828113a1b0fd12020cElliott Hughestop_distdir = $(distdir)
19303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__remove_distdir = \
19403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  if test -d "$(distdir)"; then \
19503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
19603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      && rm -rf "$(distdir)" \
19703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      || { sleep 5 && rm -rf "$(distdir)"; }; \
19803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  else :; fi
19903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__post_remove_distdir = $(am__remove_distdir)
20003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__relativize = \
20103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  dir0=`pwd`; \
20203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
20303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  sed_rest='s,^[^/]*/*,,'; \
20403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
20503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  sed_butlast='s,/*[^/]*$$,,'; \
20603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  while test -n "$$dir1"; do \
20703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
20803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    if test "$$first" != "."; then \
20903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      if test "$$first" = ".."; then \
21003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
21103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
21203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      else \
21303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
21403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        if test "$$first2" = "$$first"; then \
21503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
21603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        else \
21703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes          dir2="../$$dir2"; \
21803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        fi; \
21903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes        dir0="$$dir0"/"$$first"; \
22003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes      fi; \
22103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    fi; \
22203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
22303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  done; \
22403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  reldir="$$dir2"
22503333823c75a1c1887e923828113a1b0fd12020cElliott HughesGZIP_ENV = --best
22603333823c75a1c1887e923828113a1b0fd12020cElliott HughesDIST_ARCHIVES = $(distdir).tar.bz2
22703333823c75a1c1887e923828113a1b0fd12020cElliott HughesDIST_TARGETS = dist-bzip2
22803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistuninstallcheck_listfiles = find . -type f -print
22903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
23003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
23103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistcleancheck_listfiles = find . -type f -print
23203333823c75a1c1887e923828113a1b0fd12020cElliott HughesACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14
23303333823c75a1c1887e923828113a1b0fd12020cElliott HughesAMTAR = $${TAR-tar}
23403333823c75a1c1887e923828113a1b0fd12020cElliott HughesAM_DEFAULT_VERBOSITY = 1
23503333823c75a1c1887e923828113a1b0fd12020cElliott HughesAR = ar
23603333823c75a1c1887e923828113a1b0fd12020cElliott HughesAUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf
23703333823c75a1c1887e923828113a1b0fd12020cElliott HughesAUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader
23803333823c75a1c1887e923828113a1b0fd12020cElliott HughesAUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14
23903333823c75a1c1887e923828113a1b0fd12020cElliott HughesAWK = gawk
24003333823c75a1c1887e923828113a1b0fd12020cElliott HughesCC = gcc
24103333823c75a1c1887e923828113a1b0fd12020cElliott HughesCCDEPMODE = depmode=gcc3
24203333823c75a1c1887e923828113a1b0fd12020cElliott HughesCC_BIARCH = gcc -m32
24303333823c75a1c1887e923828113a1b0fd12020cElliott HughesCFLAGS = -g -O2
24403333823c75a1c1887e923828113a1b0fd12020cElliott HughesCPP = gcc -E
24503333823c75a1c1887e923828113a1b0fd12020cElliott HughesCPPFLAGS = 
24603333823c75a1c1887e923828113a1b0fd12020cElliott HughesCYGPATH_W = echo
24703333823c75a1c1887e923828113a1b0fd12020cElliott HughesDEBUGPRED = 0
24803333823c75a1c1887e923828113a1b0fd12020cElliott HughesDEFS = -DHAVE_CONFIG_H
24903333823c75a1c1887e923828113a1b0fd12020cElliott HughesDEPDIR = .deps
25003333823c75a1c1887e923828113a1b0fd12020cElliott HughesECHO_C = 
25103333823c75a1c1887e923828113a1b0fd12020cElliott HughesECHO_N = -n
25203333823c75a1c1887e923828113a1b0fd12020cElliott HughesECHO_T = 
25303333823c75a1c1887e923828113a1b0fd12020cElliott HughesEGREP = /bin/grep -E
25403333823c75a1c1887e923828113a1b0fd12020cElliott HughesEXEEXT = 
25503333823c75a1c1887e923828113a1b0fd12020cElliott HughesGETTEXT_MACRO_VERSION = 0.18
25603333823c75a1c1887e923828113a1b0fd12020cElliott HughesGMSGFMT = /usr/bin/msgfmt
25703333823c75a1c1887e923828113a1b0fd12020cElliott HughesGMSGFMT_015 = /usr/bin/msgfmt
25803333823c75a1c1887e923828113a1b0fd12020cElliott HughesGREP = /bin/grep
25903333823c75a1c1887e923828113a1b0fd12020cElliott HughesHAVE_VALGRIND = 
26003333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL = /usr/bin/install -c
26103333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_DATA = ${INSTALL} -m 644
26203333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_PROGRAM = ${INSTALL}
26303333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_SCRIPT = ${INSTALL}
26403333823c75a1c1887e923828113a1b0fd12020cElliott HughesINSTALL_STRIP_PROGRAM = $(install_sh) -c -s
26503333823c75a1c1887e923828113a1b0fd12020cElliott HughesLDFLAGS = 
26603333823c75a1c1887e923828113a1b0fd12020cElliott HughesLEX = flex
26703333823c75a1c1887e923828113a1b0fd12020cElliott HughesLEXLIB = -lfl
26803333823c75a1c1887e923828113a1b0fd12020cElliott HughesLEX_OUTPUT_ROOT = lex.yy
26903333823c75a1c1887e923828113a1b0fd12020cElliott HughesLIBEBL_SUBDIR = elfutils
27003333823c75a1c1887e923828113a1b0fd12020cElliott HughesLIBOBJS = 
27103333823c75a1c1887e923828113a1b0fd12020cElliott HughesLIBS = 
27203333823c75a1c1887e923828113a1b0fd12020cElliott HughesLTLIBOBJS = 
27303333823c75a1c1887e923828113a1b0fd12020cElliott HughesMAINT = #
27403333823c75a1c1887e923828113a1b0fd12020cElliott HughesMAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo
27503333823c75a1c1887e923828113a1b0fd12020cElliott HughesMKDIR_P = /bin/mkdir -p
27603333823c75a1c1887e923828113a1b0fd12020cElliott HughesMODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800
27703333823c75a1c1887e923828113a1b0fd12020cElliott HughesMSGFMT = /usr/bin/msgfmt
27803333823c75a1c1887e923828113a1b0fd12020cElliott HughesMSGFMT_015 = /usr/bin/msgfmt
27903333823c75a1c1887e923828113a1b0fd12020cElliott HughesMSGMERGE = /usr/bin/msgmerge
28003333823c75a1c1887e923828113a1b0fd12020cElliott HughesNM = nm
28103333823c75a1c1887e923828113a1b0fd12020cElliott HughesOBJEXT = o
28203333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE = elfutils
28303333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_BUGREPORT = https://bugzilla.redhat.com/
28403333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_NAME = elfutils
28503333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_STRING = elfutils 0.161
28603333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_TARNAME = elfutils
28703333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_URL = 
28803333823c75a1c1887e923828113a1b0fd12020cElliott HughesPACKAGE_VERSION = 0.161
28903333823c75a1c1887e923828113a1b0fd12020cElliott HughesPATH_SEPARATOR = :
29003333823c75a1c1887e923828113a1b0fd12020cElliott HughesRANLIB = ranlib
29103333823c75a1c1887e923828113a1b0fd12020cElliott HughesREADELF = readelf
29203333823c75a1c1887e923828113a1b0fd12020cElliott HughesSET_MAKE = 
29303333823c75a1c1887e923828113a1b0fd12020cElliott HughesSHELL = /bin/sh
29403333823c75a1c1887e923828113a1b0fd12020cElliott HughesSTRIP = 
29503333823c75a1c1887e923828113a1b0fd12020cElliott HughesUSE_NLS = yes
29603333823c75a1c1887e923828113a1b0fd12020cElliott HughesVERSION = 0.161
29703333823c75a1c1887e923828113a1b0fd12020cElliott HughesXGETTEXT = /usr/bin/xgettext
29803333823c75a1c1887e923828113a1b0fd12020cElliott HughesXGETTEXT_015 = /usr/bin/xgettext
29903333823c75a1c1887e923828113a1b0fd12020cElliott HughesXGETTEXT_EXTRA_OPTIONS = 
30003333823c75a1c1887e923828113a1b0fd12020cElliott HughesYACC = bison -y
30103333823c75a1c1887e923828113a1b0fd12020cElliott HughesYFLAGS = 
30203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesabs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
30303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesabs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
30403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesabs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
30503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesabs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
30603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesac_ct_AR = ar
30703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesac_ct_CC = gcc
30803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__include = include
30903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__leading_dot = .
31003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__quote = 
31103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__tar = $${TAR-tar} chof - "$$tardir"
31203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam__untar = $${TAR-tar} xf -
31303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbase_cpu = none
31403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbindir = ${exec_prefix}/bin
31503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild = x86_64-unknown-linux-gnu
31603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_alias = 
31703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_cpu = x86_64
31803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_os = linux-gnu
31903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuild_vendor = unknown
32003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesbuilddir = .
32103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdatadir = ${datarootdir}
32203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdatarootdir = ${prefix}/share
32303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdocdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
32403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdvidir = ${docdir}
32503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheseu_version = 161
32603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesexec_prefix = ${prefix}
32703333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost = x86_64-unknown-linux-gnu
32803333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_alias = 
32903333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_cpu = x86_64
33003333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_os = linux-gnu
33103333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshost_vendor = unknown
33203333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshtmldir = ${docdir}
33303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesincludedir = ${prefix}/include
33403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinfodir = ${datarootdir}/info
33503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh
33603333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibdir = ${exec_prefix}/lib
33703333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslibexecdir = ${exec_prefix}/libexec
33803333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslocaledir = ${datarootdir}/locale
33903333823c75a1c1887e923828113a1b0fd12020cElliott Hugheslocalstatedir = ${prefix}/var
34003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmandir = ${datarootdir}/man
34103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmkdir_p = $(MKDIR_P)
34203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesoldincludedir = /usr/include
34303333823c75a1c1887e923828113a1b0fd12020cElliott Hughespdfdir = ${docdir}
34403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesprefix = /usr/local
34503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesprogram_transform_name = s,x,x,
34603333823c75a1c1887e923828113a1b0fd12020cElliott Hughespsdir = ${docdir}
34703333823c75a1c1887e923828113a1b0fd12020cElliott Hughessbindir = ${exec_prefix}/sbin
34803333823c75a1c1887e923828113a1b0fd12020cElliott Hughessharedstatedir = ${prefix}/com
34903333823c75a1c1887e923828113a1b0fd12020cElliott Hughessrcdir = .
35003333823c75a1c1887e923828113a1b0fd12020cElliott Hughessysconfdir = ${prefix}/etc
35103333823c75a1c1887e923828113a1b0fd12020cElliott Hughestarget_alias = 
35203333823c75a1c1887e923828113a1b0fd12020cElliott Hughestop_build_prefix = 
35303333823c75a1c1887e923828113a1b0fd12020cElliott Hughestop_builddir = .
35403333823c75a1c1887e923828113a1b0fd12020cElliott Hughestop_srcdir = .
35503333823c75a1c1887e923828113a1b0fd12020cElliott Hugheszip_LIBS = -lz 
35603333823c75a1c1887e923828113a1b0fd12020cElliott HughesACLOCAL_AMFLAGS = -I m4
35703333823c75a1c1887e923828113a1b0fd12020cElliott Hughespkginclude_HEADERS = version.h
35803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
35903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Add doc back when we have some real content.
36003333823c75a1c1887e923828113a1b0fd12020cElliott HughesSUBDIRS = config m4 lib libelf libebl libdwelf libdwfl libdw libcpu libasm \
36103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  backends src po tests
36203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
36303333823c75a1c1887e923828113a1b0fd12020cElliott HughesEXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
36403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     COPYING COPYING-GPLV2 COPYING-LGPLV3
36503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
36603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
36703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Make sure the test install uses lib64 when $LIB will yield lib64.
36803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Make sure the test build uses the same compiler, which on e.g. ppc64
36903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# determines which platform we are actually testing.
37003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Run all tests under valgrind.
37103333823c75a1c1887e923828113a1b0fd12020cElliott HughesDISTCHECK_CONFIGURE_FLAGS = \
37203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	--libdir=`echo $(libdir) | sed "s,^$(exec_prefix),$$dc_install_base,"`\
37303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	--enable-valgrind \
37403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	CC="$(CC)"
37503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
37603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesall: config.h
37703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(MAKE) $(AM_MAKEFLAGS) all-recursive
37803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
37903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.SUFFIXES:
38003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesam--refresh: Makefile
38103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@:
38203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
38303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@for dep in $?; do \
38403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  case '$(am__configure_deps)' in \
38503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    *$$dep*) \
38603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
38703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
38803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes		&& exit 0; \
38903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      exit 1;; \
39003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  esac; \
39103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done; \
39203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
39303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__cd) $(top_srcdir) && \
39403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(AUTOMAKE) --gnits Makefile
39503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.PRECIOUS: Makefile
39603333823c75a1c1887e923828113a1b0fd12020cElliott HughesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
39703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@case '$?' in \
39803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  *config.status*) \
39903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    echo ' $(SHELL) ./config.status'; \
40003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(SHELL) ./config.status;; \
40103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  *) \
40203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
40303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
40403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	esac;
40503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
40603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
40703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(SHELL) ./config.status --recheck
40803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
40903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(top_srcdir)/configure: # $(am__configure_deps)
41003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__cd) $(srcdir) && $(AUTOCONF)
41103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
41203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
41303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(am__aclocal_m4_deps):
41403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
41503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesconfig.h: stamp-h1
41603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@test -f $@ || rm -f stamp-h1
41703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
41803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
41903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
42003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@rm -f stamp-h1
42103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	cd $(top_builddir) && $(SHELL) ./config.status config.h
42203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(srcdir)/config.h.in: # $(am__configure_deps) 
42303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
42403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	rm -f stamp-h1
42503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	touch $@
42603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
42703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean-hdr:
42803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f config.h stamp-h1
42903333823c75a1c1887e923828113a1b0fd12020cElliott Hugheselfutils.spec: $(top_builddir)/config.status $(top_srcdir)/config/elfutils.spec.in
43003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	cd $(top_builddir) && $(SHELL) ./config.status $@
43103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesversion.h: $(top_builddir)/config.status $(top_srcdir)/config/version.h.in
43203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	cd $(top_builddir) && $(SHELL) ./config.status $@
43303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-pkgincludeHEADERS: $(pkginclude_HEADERS)
43403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@$(NORMAL_INSTALL)
43503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
43603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	if test -n "$$list"; then \
43703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
43803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
43903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi; \
44003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	for p in $$list; do \
44103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
44203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  echo "$$d$$p"; \
44303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done | $(am__base_list) | \
44403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	while read files; do \
44503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
44603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
44703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done
44803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
44903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesuninstall-pkgincludeHEADERS:
45003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@$(NORMAL_UNINSTALL)
45103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
45203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
45303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
45403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
45503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# This directory's subdirectories are mostly independent; you can cd
45603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# into them and run 'make' without going through this Makefile.
45703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# To change the values of 'make' variables: instead of editing Makefiles,
45803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# (1) if the variable is set in 'config.status', edit 'config.status'
45903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes#     (which will cause the Makefiles to be regenerated when you run 'make');
46003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# (2) otherwise, pass the desired values on the 'make' command line.
46103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes$(am__recursive_targets):
46203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@fail=; \
46303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	if $(am__make_keepgoing); then \
46403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  failcom='fail=yes'; \
46503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	else \
46603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  failcom='exit 1'; \
46703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi; \
46803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	dot_seen=no; \
46903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	target=`echo $@ | sed s/-recursive//`; \
47003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	case "$@" in \
47103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
47203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  *) list='$(SUBDIRS)' ;; \
47303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	esac; \
47403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	for subdir in $$list; do \
47503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  echo "Making $$target in $$subdir"; \
47603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test "$$subdir" = "."; then \
47703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    dot_seen=yes; \
47803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    local_target="$$target-am"; \
47903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  else \
48003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    local_target="$$target"; \
48103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  fi; \
48203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
48303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  || eval $$failcom; \
48403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done; \
48503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	if test "$$dot_seen" = "no"; then \
48603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
48703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi; test -z "$$fail"
48803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
48903333823c75a1c1887e923828113a1b0fd12020cElliott HughesID: $(am__tagged_files)
49003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__define_uniq_tagged_files); mkid -fID $$unique
49103333823c75a1c1887e923828113a1b0fd12020cElliott Hughestags: tags-recursive
49203333823c75a1c1887e923828113a1b0fd12020cElliott HughesTAGS: tags
49303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
49403333823c75a1c1887e923828113a1b0fd12020cElliott Hughestags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
49503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	set x; \
49603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	here=`pwd`; \
49703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
49803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  include_option=--etags-include; \
49903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  empty_fix=.; \
50003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	else \
50103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  include_option=--include; \
50203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  empty_fix=; \
50303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi; \
50403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	list='$(SUBDIRS)'; for subdir in $$list; do \
50503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test "$$subdir" = .; then :; else \
50603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    test ! -f $$subdir/TAGS || \
50703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
50803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  fi; \
50903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done; \
51003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__define_uniq_tagged_files); \
51103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	shift; \
51203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
51303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  test -n "$$unique" || unique=$$empty_fix; \
51403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test $$# -gt 0; then \
51503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
51603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      "$$@" $$unique; \
51703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  else \
51803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
51903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      $$unique; \
52003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  fi; \
52103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi
52203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesctags: ctags-recursive
52303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
52403333823c75a1c1887e923828113a1b0fd12020cElliott HughesCTAGS: ctags
52503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
52603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__define_uniq_tagged_files); \
52703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	test -z "$(CTAGS_ARGS)$$unique" \
52803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
52903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	     $$unique
53003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
53103333823c75a1c1887e923828113a1b0fd12020cElliott HughesGTAGS:
53203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	here=`$(am__cd) $(top_builddir) && pwd` \
53303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(am__cd) $(top_srcdir) \
53403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && gtags -i $(GTAGS_ARGS) "$$here"
53503333823c75a1c1887e923828113a1b0fd12020cElliott Hughescscope: cscope.files
53603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	test ! -s cscope.files \
53703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
53803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesclean-cscope:
53903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f cscope.files
54003333823c75a1c1887e923828113a1b0fd12020cElliott Hughescscope.files: clean-cscope cscopelist
54103333823c75a1c1887e923828113a1b0fd12020cElliott Hughescscopelist: cscopelist-recursive
54203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
54303333823c75a1c1887e923828113a1b0fd12020cElliott Hughescscopelist-am: $(am__tagged_files)
54403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	list='$(am__tagged_files)'; \
54503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	case "$(srcdir)" in \
54603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
54703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  *) sdir=$(subdir)/$(srcdir) ;; \
54803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	esac; \
54903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	for i in $$list; do \
55003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test -f "$$i"; then \
55103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    echo "$(subdir)/$$i"; \
55203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  else \
55303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    echo "$$sdir/$$i"; \
55403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  fi; \
55503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done >> $(top_builddir)/cscope.files
55603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
55703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean-tags:
55803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
55903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
56003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
56103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistdir: $(DISTFILES)
56203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@case `sed 15q $(srcdir)/NEWS` in \
56303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	*"$(VERSION)"*) : ;; \
56403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	*) \
56503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  echo "NEWS not updated; not releasing" 1>&2; \
56603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  exit 1;; \
56703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	esac
56803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__remove_distdir)
56903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	test -d "$(distdir)" || mkdir "$(distdir)"
57003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
57103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
57203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	list='$(DISTFILES)'; \
57303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  dist_files=`for file in $$list; do echo $$file; done | \
57403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  sed -e "s|^$$srcdirstrip/||;t" \
57503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
57603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	case $$dist_files in \
57703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  */*) $(MKDIR_P) `echo "$$dist_files" | \
57803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
57903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes			   sort -u` ;; \
58003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	esac; \
58103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	for file in $$dist_files; do \
58203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
58303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test -d $$d/$$file; then \
58403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
58503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    if test -d "$(distdir)/$$file"; then \
58603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
58703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    fi; \
58803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
58903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
59003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
59103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    fi; \
59203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
59303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  else \
59403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    test -f "$(distdir)/$$file" \
59503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    || cp -p $$d/$$file "$(distdir)/$$file" \
59603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    || exit 1; \
59703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  fi; \
59803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done
59903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
60003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  if test "$$subdir" = .; then :; else \
60103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(am__make_dryrun) \
60203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      || test -d "$(distdir)/$$subdir" \
60303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      || $(MKDIR_P) "$(distdir)/$$subdir" \
60403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      || exit 1; \
60503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
60603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(am__relativize); \
60703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    new_distdir=$$reldir; \
60803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    dir1=$$subdir; dir2="$(top_distdir)"; \
60903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(am__relativize); \
61003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    new_top_distdir=$$reldir; \
61103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
61203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
61303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    ($(am__cd) $$subdir && \
61403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      $(MAKE) $(AM_MAKEFLAGS) \
61503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	        top_distdir="$$new_top_distdir" \
61603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	        distdir="$$new_distdir" \
61703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes		am__remove_distdir=: \
61803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes		am__skip_length_check=: \
61903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes		am__skip_mode_fix=: \
62003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	        distdir) \
62103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      || exit 1; \
62203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  fi; \
62303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done
62403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-test -n "$(am__skip_mode_fix)" \
62503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	|| find "$(distdir)" -type d ! -perm -755 \
62603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes		-exec chmod u+rwx,go+rx {} \; -o \
62703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
62803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
62903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
63003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	|| chmod -R a+r "$(distdir)"
63103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdist-gzip: distdir
63203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
63303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__post_remove_distdir)
63403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdist-bzip2: distdir
63503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
63603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__post_remove_distdir)
63703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
63803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdist-lzip: distdir
63903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
64003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__post_remove_distdir)
64103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
64203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdist-xz: distdir
64303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
64403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__post_remove_distdir)
64503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
64603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdist-tarZ: distdir
64703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@echo WARNING: "Support for shar distribution archives is" \
64803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	               "deprecated." >&2
64903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
65003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
65103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__post_remove_distdir)
65203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
65303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdist-shar: distdir
65403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@echo WARNING: "Support for distribution archives compressed with" \
65503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes		       "legacy program 'compress' is deprecated." >&2
65603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
65703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
65803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__post_remove_distdir)
65903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
66003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdist-zip: distdir
66103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f $(distdir).zip
66203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	zip -rq $(distdir).zip $(distdir)
66303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__post_remove_distdir)
66403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
66503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdist dist-all:
66603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
66703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__post_remove_distdir)
66803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
66903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# This target untars the dist file and tries a VPATH configuration.  Then
67003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# it guarantees that the distribution is self-contained by making another
67103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# tarfile.
67203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistcheck: dist
67303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	case '$(DIST_ARCHIVES)' in \
67403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	*.tar.gz*) \
67503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
67603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	*.tar.bz2*) \
67703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
67803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	*.tar.lz*) \
67903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
68003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	*.tar.xz*) \
68103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
68203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	*.tar.Z*) \
68303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
68403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	*.shar.gz*) \
68503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
68603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	*.zip*) \
68703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  unzip $(distdir).zip ;;\
68803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	esac
68903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	chmod -R a-w $(distdir)
69003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	chmod u+w $(distdir)
69103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	mkdir $(distdir)/_build $(distdir)/_inst
69203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	chmod a-w $(distdir)
69303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	test -d $(distdir)/_build || exit 0; \
69403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
69503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
69603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
69703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && am__cwd=`pwd` \
69803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(am__cd) $(distdir)/_build \
69903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && ../configure \
70003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
70103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    $(DISTCHECK_CONFIGURE_FLAGS) \
70203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    --srcdir=.. --prefix="$$dc_install_base" \
70303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) \
70403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
70503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) check \
70603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) install \
70703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
70803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
70903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
71003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	        distuninstallcheck \
71103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && chmod -R a-w "$$dc_install_base" \
71203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && ({ \
71303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
71403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
71503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
71603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
71703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
71803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
71903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && rm -rf "$$dc_destdir" \
72003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) dist \
72103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && rm -rf $(DIST_ARCHIVES) \
72203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
72303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  && cd "$$am__cwd" \
72403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  || exit 1
72503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__post_remove_distdir)
72603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@(echo "$(distdir) archives ready for distribution: "; \
72703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
72803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
72903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistuninstallcheck:
73003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@test -n '$(distuninstallcheck_dir)' || { \
73103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  echo 'ERROR: trying to run $@ with an empty' \
73203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	       '$$(distuninstallcheck_dir)' >&2; \
73303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  exit 1; \
73403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	}; \
73503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	$(am__cd) '$(distuninstallcheck_dir)' || { \
73603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
73703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  exit 1; \
73803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	}; \
73903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
74003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	   || { echo "ERROR: files left after uninstall:" ; \
74103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	        if test -n "$(DESTDIR)"; then \
74203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	          echo "  (check DESTDIR support)"; \
74303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	        fi ; \
74403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	        $(distuninstallcheck_listfiles) ; \
74503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	        exit 1; } >&2
74603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistcleancheck: distclean
74703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@if test '$(srcdir)' = . ; then \
74803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
74903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  exit 1 ; \
75003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi
75103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
75203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  || { echo "ERROR: files left in build directory after distclean:" ; \
75303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	       $(distcleancheck_listfiles) ; \
75403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	       exit 1; } >&2
75503333823c75a1c1887e923828113a1b0fd12020cElliott Hughescheck-am: all-am
75603333823c75a1c1887e923828113a1b0fd12020cElliott Hughescheck: check-recursive
75703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesall-am: Makefile $(HEADERS) config.h
75803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstalldirs: installdirs-recursive
75903333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstalldirs-am:
76003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
76103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
76203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	done
76303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall: install-recursive
76403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-exec: install-exec-recursive
76503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-data: install-data-recursive
76603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesuninstall: uninstall-recursive
76703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
76803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-am: all-am
76903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
77003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
77103333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstallcheck: installcheck-recursive
77203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-strip:
77303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	if test -z '$(STRIP)'; then \
77403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
77503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
77603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	      install; \
77703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	else \
77803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
77903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
78003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
78103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	fi
78203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmostlyclean-generic:
78303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
78403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesclean-generic:
78503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
78603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean-generic:
78703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
78803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
78903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
79003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmaintainer-clean-generic:
79103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@echo "This command is intended for maintainers to use"
79203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	@echo "it deletes files that may require special tools to rebuild."
79303333823c75a1c1887e923828113a1b0fd12020cElliott Hughesclean: clean-recursive
79403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
79503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesclean-am: clean-generic mostlyclean-am
79603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
79703333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean: distclean-recursive
79803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
79903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f Makefile
80003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistclean-am: clean-am distclean-generic distclean-hdr distclean-tags
80103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
80203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdvi: dvi-recursive
80303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
80403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdvi-am:
80503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
80603333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshtml: html-recursive
80703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
80803333823c75a1c1887e923828113a1b0fd12020cElliott Hugheshtml-am:
80903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinfo: info-recursive
81103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinfo-am:
81303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-data-am: install-pkgincludeHEADERS
81503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-dvi: install-dvi-recursive
81703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
81803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-dvi-am:
81903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-exec-am:
82103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-html: install-html-recursive
82303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-html-am:
82503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-info: install-info-recursive
82703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
82803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-info-am:
82903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-man:
83103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-pdf: install-pdf-recursive
83303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83403333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-pdf-am:
83503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-ps: install-ps-recursive
83703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
83803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstall-ps-am:
83903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
84003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesinstallcheck-am:
84103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
84203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmaintainer-clean: maintainer-clean-recursive
84303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
84403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -rf $(top_srcdir)/autom4te.cache
84503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	-rm -f Makefile
84603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmaintainer-clean-am: distclean-am maintainer-clean-generic
84703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
84803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmostlyclean: mostlyclean-recursive
84903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesmostlyclean-am: mostlyclean-generic
85103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85203333823c75a1c1887e923828113a1b0fd12020cElliott Hughespdf: pdf-recursive
85303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85403333823c75a1c1887e923828113a1b0fd12020cElliott Hughespdf-am:
85503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85603333823c75a1c1887e923828113a1b0fd12020cElliott Hughesps: ps-recursive
85703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
85803333823c75a1c1887e923828113a1b0fd12020cElliott Hughesps-am:
85903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
86003333823c75a1c1887e923828113a1b0fd12020cElliott Hughesuninstall-am: uninstall-pkgincludeHEADERS
86103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
86203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.MAKE: $(am__recursive_targets) all install-am install-strip
86303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
86403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
86503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	am--refresh check check-am clean clean-cscope clean-generic \
86603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
86703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
86803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	distcheck distclean distclean-generic distclean-hdr \
86903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	distclean-tags distcleancheck distdir distuninstallcheck dvi \
87003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	dvi-am html html-am info info-am install install-am \
87103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-data install-data-am install-dvi install-dvi-am \
87203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-exec install-exec-am install-html install-html-am \
87303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-info install-info-am install-man install-pdf \
87403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-pdf-am install-pkgincludeHEADERS install-ps \
87503333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	install-ps-am install-strip installcheck installcheck-am \
87603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	installdirs installdirs-am maintainer-clean \
87703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
87803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	pdf-am ps ps-am tags tags-am uninstall uninstall-am \
87903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	uninstall-pkgincludeHEADERS
88003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
88103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
88203333823c75a1c1887e923828113a1b0fd12020cElliott Hughesdistcheck-hook:
88303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	chmod -R u+w $(distdir)
88403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
88503333823c75a1c1887e923828113a1b0fd12020cElliott Hughesrpm: dist
88603333823c75a1c1887e923828113a1b0fd12020cElliott Hughes	rpmbuild -ts --sign elfutils-0.161.tar.bz2
88703333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
88803333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Tell version 3.79 and up of GNU make to not build goals in this
88903333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# directory in parallel.
89003333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.NOTPARALLEL:
89103333823c75a1c1887e923828113a1b0fd12020cElliott Hughes
89203333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Tell versions [3.59,3.63) of GNU make to not export all variables.
89303333823c75a1c1887e923828113a1b0fd12020cElliott Hughes# Otherwise a system limit (for SysV at least) may be exceeded.
89403333823c75a1c1887e923828113a1b0fd12020cElliott Hughes.NOEXPORT:
895