1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# config/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/elfutils
63pkgincludedir = $(includedir)/elfutils
64pkglibdir = $(libdir)/elfutils
65pkglibexecdir = $(libexecdir)/elfutils
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = x86_64-unknown-linux-gnu
79host_triplet = x86_64-unknown-linux-gnu
80subdir = config
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ChangeLog \
82	ar-lib compile config.guess config.sub depcomp install-sh \
83	missing ylwrap
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \
86	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
87	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \
88	$(top_srcdir)/configure.ac
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90	$(ACLOCAL_M4)
91mkinstalldirs = $(install_sh) -d
92CONFIG_HEADER = $(top_builddir)/config.h
93CONFIG_CLEAN_FILES =
94CONFIG_CLEAN_VPATH_FILES =
95AM_V_P = $(am__v_P_$(V))
96am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
97am__v_P_0 = false
98am__v_P_1 = :
99AM_V_GEN = $(am__v_GEN_$(V))
100am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
101am__v_GEN_0 = @echo "  GEN     " $@;
102am__v_GEN_1 = 
103AM_V_at = $(am__v_at_$(V))
104am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
105am__v_at_0 = @
106am__v_at_1 = 
107SOURCES =
108DIST_SOURCES =
109am__can_run_installinfo = \
110  case $$AM_UPDATE_INFO_DIR in \
111    n|no|NO) false;; \
112    *) (install-info --version) >/dev/null 2>&1;; \
113  esac
114am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
115DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116ACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14
117AMTAR = $${TAR-tar}
118AM_DEFAULT_VERBOSITY = 1
119AR = ar
120AUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf
121AUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader
122AUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14
123AWK = gawk
124CC = gcc
125CCDEPMODE = depmode=gcc3
126CC_BIARCH = gcc -m32
127CFLAGS = -g -O2
128CPP = gcc -E
129CPPFLAGS = 
130CYGPATH_W = echo
131DEBUGPRED = 0
132DEFS = -DHAVE_CONFIG_H
133DEPDIR = .deps
134ECHO_C = 
135ECHO_N = -n
136ECHO_T = 
137EGREP = /bin/grep -E
138EXEEXT = 
139GETTEXT_MACRO_VERSION = 0.18
140GMSGFMT = /usr/bin/msgfmt
141GMSGFMT_015 = /usr/bin/msgfmt
142GREP = /bin/grep
143HAVE_VALGRIND = 
144INSTALL = /usr/bin/install -c
145INSTALL_DATA = ${INSTALL} -m 644
146INSTALL_PROGRAM = ${INSTALL}
147INSTALL_SCRIPT = ${INSTALL}
148INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
149LDFLAGS = 
150LEX = flex
151LEXLIB = -lfl
152LEX_OUTPUT_ROOT = lex.yy
153LIBEBL_SUBDIR = elfutils
154LIBOBJS = 
155LIBS = 
156LTLIBOBJS = 
157MAINT = #
158MAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo
159MKDIR_P = /bin/mkdir -p
160MODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800
161MSGFMT = /usr/bin/msgfmt
162MSGFMT_015 = /usr/bin/msgfmt
163MSGMERGE = /usr/bin/msgmerge
164NM = nm
165OBJEXT = o
166PACKAGE = elfutils
167PACKAGE_BUGREPORT = https://bugzilla.redhat.com/
168PACKAGE_NAME = elfutils
169PACKAGE_STRING = elfutils 0.161
170PACKAGE_TARNAME = elfutils
171PACKAGE_URL = 
172PACKAGE_VERSION = 0.161
173PATH_SEPARATOR = :
174RANLIB = ranlib
175READELF = readelf
176SET_MAKE = 
177SHELL = /bin/sh
178STRIP = 
179USE_NLS = yes
180VERSION = 0.161
181XGETTEXT = /usr/bin/xgettext
182XGETTEXT_015 = /usr/bin/xgettext
183XGETTEXT_EXTRA_OPTIONS = 
184YACC = bison -y
185YFLAGS = 
186abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src/config
187abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src/config
188abs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src
189abs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src
190ac_ct_AR = ar
191ac_ct_CC = gcc
192am__include = include
193am__leading_dot = .
194am__quote = 
195am__tar = $${TAR-tar} chof - "$$tardir"
196am__untar = $${TAR-tar} xf -
197base_cpu = none
198bindir = ${exec_prefix}/bin
199build = x86_64-unknown-linux-gnu
200build_alias = 
201build_cpu = x86_64
202build_os = linux-gnu
203build_vendor = unknown
204builddir = .
205datadir = ${datarootdir}
206datarootdir = ${prefix}/share
207docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
208dvidir = ${docdir}
209eu_version = 161
210exec_prefix = ${prefix}
211host = x86_64-unknown-linux-gnu
212host_alias = 
213host_cpu = x86_64
214host_os = linux-gnu
215host_vendor = unknown
216htmldir = ${docdir}
217includedir = ${prefix}/include
218infodir = ${datarootdir}/info
219install_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh
220libdir = ${exec_prefix}/lib
221libexecdir = ${exec_prefix}/libexec
222localedir = ${datarootdir}/locale
223localstatedir = ${prefix}/var
224mandir = ${datarootdir}/man
225mkdir_p = $(MKDIR_P)
226oldincludedir = /usr/include
227pdfdir = ${docdir}
228prefix = /usr/local
229program_transform_name = s,x,x,
230psdir = ${docdir}
231sbindir = ${exec_prefix}/sbin
232sharedstatedir = ${prefix}/com
233srcdir = .
234sysconfdir = ${prefix}/etc
235target_alias = 
236top_build_prefix = ../
237top_builddir = ..
238top_srcdir = ..
239zip_LIBS = -lz 
240EXTRA_DIST = elfutils.spec.in known-dwarf.awk
241all: all-am
242
243.SUFFIXES:
244$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
245	@for dep in $?; do \
246	  case '$(am__configure_deps)' in \
247	    *$$dep*) \
248	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
249	        && { if test -f $@; then exit 0; else break; fi; }; \
250	      exit 1;; \
251	  esac; \
252	done; \
253	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits config/Makefile'; \
254	$(am__cd) $(top_srcdir) && \
255	  $(AUTOMAKE) --gnits config/Makefile
256.PRECIOUS: Makefile
257Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258	@case '$?' in \
259	  *config.status*) \
260	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
261	  *) \
262	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
263	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
264	esac;
265
266$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
267	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
269$(top_srcdir)/configure: # $(am__configure_deps)
270	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
272	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273$(am__aclocal_m4_deps):
274tags TAGS:
275
276ctags CTAGS:
277
278cscope cscopelist:
279
280
281distdir: $(DISTFILES)
282	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
283	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
284	list='$(DISTFILES)'; \
285	  dist_files=`for file in $$list; do echo $$file; done | \
286	  sed -e "s|^$$srcdirstrip/||;t" \
287	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
288	case $$dist_files in \
289	  */*) $(MKDIR_P) `echo "$$dist_files" | \
290			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
291			   sort -u` ;; \
292	esac; \
293	for file in $$dist_files; do \
294	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
295	  if test -d $$d/$$file; then \
296	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
297	    if test -d "$(distdir)/$$file"; then \
298	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
299	    fi; \
300	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
301	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
302	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
303	    fi; \
304	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
305	  else \
306	    test -f "$(distdir)/$$file" \
307	    || cp -p $$d/$$file "$(distdir)/$$file" \
308	    || exit 1; \
309	  fi; \
310	done
311check-am: all-am
312check: check-am
313all-am: Makefile
314installdirs:
315install: install-am
316install-exec: install-exec-am
317install-data: install-data-am
318uninstall: uninstall-am
319
320install-am: all-am
321	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
322
323installcheck: installcheck-am
324install-strip:
325	if test -z '$(STRIP)'; then \
326	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
327	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
328	      install; \
329	else \
330	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
331	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
332	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
333	fi
334mostlyclean-generic:
335
336clean-generic:
337
338distclean-generic:
339	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
340	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
341
342maintainer-clean-generic:
343	@echo "This command is intended for maintainers to use"
344	@echo "it deletes files that may require special tools to rebuild."
345clean: clean-am
346
347clean-am: clean-generic mostlyclean-am
348
349distclean: distclean-am
350	-rm -f Makefile
351distclean-am: clean-am distclean-generic
352
353dvi: dvi-am
354
355dvi-am:
356
357html: html-am
358
359html-am:
360
361info: info-am
362
363info-am:
364
365install-data-am:
366
367install-dvi: install-dvi-am
368
369install-dvi-am:
370
371install-exec-am:
372
373install-html: install-html-am
374
375install-html-am:
376
377install-info: install-info-am
378
379install-info-am:
380
381install-man:
382
383install-pdf: install-pdf-am
384
385install-pdf-am:
386
387install-ps: install-ps-am
388
389install-ps-am:
390
391installcheck-am:
392
393maintainer-clean: maintainer-clean-am
394	-rm -f Makefile
395maintainer-clean-am: distclean-am maintainer-clean-generic
396
397mostlyclean: mostlyclean-am
398
399mostlyclean-am: mostlyclean-generic
400
401pdf: pdf-am
402
403pdf-am:
404
405ps: ps-am
406
407ps-am:
408
409uninstall-am:
410
411.MAKE: install-am install-strip
412
413.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
414	ctags-am distclean distclean-generic distdir dvi dvi-am html \
415	html-am info info-am install install-am install-data \
416	install-data-am install-dvi install-dvi-am install-exec \
417	install-exec-am install-html install-html-am install-info \
418	install-info-am install-man install-pdf install-pdf-am \
419	install-ps install-ps-am install-strip installcheck \
420	installcheck-am installdirs maintainer-clean \
421	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
422	pdf-am ps ps-am tags-am uninstall uninstall-am
423
424
425#$(srcdir)/elfutils.spec.in: $(top_srcdir)/NEWS
426#	@tmpname=$$(mktemp $${TMPDIR:-/tmp}/elfutils.XXXXXX); \
427#	date +'* %a %b %e %Y' | tr '[\n]' '[ ]' > $$tmpname; \
428#	getent passwd "$$(whoami)" | \
429#	  awk 'BEGIN {FS=":"} { printf $$5; exit 0}' >> $$tmpname; \
430#	echo -n " <$$(whoami)@gmail.com> " >> $$tmpname; \
431#	awk '\
432#	  $$1 == "Version" && started { exit } \
433#	  $$1 == "Version" { started=1; line=""; sub(/:/,"",$$2); \
434#			     print $$2 "-1"; next } \
435#	  NF > 0 { line = (line != "") ? (line " " $$0) : ("- " $$0) } \
436#	  NF == 0 && line != "" { print line; line="" } \
437#	  END { if (line != "") print line; print "" }' $< \
438#	| fold -s -w 70 | sed '1!s/^[^-]/  &/' >> $$tmpname; \
439#	sed "/^%changelog/r $$tmpname" $@ > $@.new; \
440#	rm -f $$tmpname; \
441#	mv -f $@.new $@
442
443# Tell versions [3.59,3.63) of GNU make to not export all variables.
444# Otherwise a system limit (for SysV at least) may be exceeded.
445.NOEXPORT:
446