1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# 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 17 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19am__make_running_with_option = \ 20 case $${target_option-} in \ 21 ?) ;; \ 22 *) echo "am__make_running_with_option: internal error: invalid" \ 23 "target option '$${target_option-}' specified" >&2; \ 24 exit 1;; \ 25 esac; \ 26 has_opt=no; \ 27 sane_makeflags=$$MAKEFLAGS; \ 28 if $(am__is_gnu_make); then \ 29 sane_makeflags=$$MFLAGS; \ 30 else \ 31 case $$MAKEFLAGS in \ 32 *\\[\ \ ]*) \ 33 bs=\\; \ 34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 36 esac; \ 37 fi; \ 38 skip_next=no; \ 39 strip_trailopt () \ 40 { \ 41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 42 }; \ 43 for flg in $$sane_makeflags; do \ 44 test $$skip_next = yes && { skip_next=no; continue; }; \ 45 case $$flg in \ 46 *=*|--*) continue;; \ 47 -*I) strip_trailopt 'I'; skip_next=yes;; \ 48 -*I?*) strip_trailopt 'I';; \ 49 -*O) strip_trailopt 'O'; skip_next=yes;; \ 50 -*O?*) strip_trailopt 'O';; \ 51 -*l) strip_trailopt 'l'; skip_next=yes;; \ 52 -*l?*) strip_trailopt 'l';; \ 53 -[dEDm]) skip_next=yes;; \ 54 -[JT]) skip_next=yes;; \ 55 esac; \ 56 case $$flg in \ 57 *$$target_option*) has_opt=yes; break;; \ 58 esac; \ 59 done; \ 60 test $$has_opt = yes 61am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 62am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 63pkgdatadir = $(datadir)/elfutils 64pkgincludedir = $(includedir)/elfutils 65pkglibdir = $(libdir)/elfutils 66pkglibexecdir = $(libexecdir)/elfutils 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 68install_sh_DATA = $(install_sh) -c -m 644 69install_sh_PROGRAM = $(install_sh) -c 70install_sh_SCRIPT = $(install_sh) -c 71INSTALL_HEADER = $(INSTALL_DATA) 72transform = $(program_transform_name) 73NORMAL_INSTALL = : 74PRE_INSTALL = : 75POST_INSTALL = : 76NORMAL_UNINSTALL = : 77PRE_UNINSTALL = : 78POST_UNINSTALL = : 79build_triplet = x86_64-unknown-linux-gnu 80host_triplet = x86_64-unknown-linux-gnu 81subdir = . 82DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog THANKS \ 83 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 84 $(top_srcdir)/configure $(am__configure_deps) \ 85 $(srcdir)/config.h.in $(top_srcdir)/config/elfutils.spec.in \ 86 $(top_srcdir)/config/version.h.in $(pkginclude_HEADERS) \ 87 ABOUT-NLS COPYING TODO $(top_srcdir)/config/ar-lib \ 88 $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ 89 $(top_srcdir)/config/config.sub \ 90 $(top_srcdir)/config/install-sh $(top_srcdir)/config/missing 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \ 93 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 94 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \ 95 $(top_srcdir)/configure.ac 96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 97 $(ACLOCAL_M4) 98am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 99 configure.lineno config.status.lineno 100mkinstalldirs = $(install_sh) -d 101CONFIG_HEADER = config.h 102CONFIG_CLEAN_FILES = elfutils.spec version.h 103CONFIG_CLEAN_VPATH_FILES = 104AM_V_P = $(am__v_P_$(V)) 105am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 106am__v_P_0 = false 107am__v_P_1 = : 108AM_V_GEN = $(am__v_GEN_$(V)) 109am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 110am__v_GEN_0 = @echo " GEN " $@; 111am__v_GEN_1 = 112AM_V_at = $(am__v_at_$(V)) 113am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 114am__v_at_0 = @ 115am__v_at_1 = 116SOURCES = 117DIST_SOURCES = 118RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 119 ctags-recursive dvi-recursive html-recursive info-recursive \ 120 install-data-recursive install-dvi-recursive \ 121 install-exec-recursive install-html-recursive \ 122 install-info-recursive install-pdf-recursive \ 123 install-ps-recursive install-recursive installcheck-recursive \ 124 installdirs-recursive pdf-recursive ps-recursive \ 125 tags-recursive uninstall-recursive 126am__can_run_installinfo = \ 127 case $$AM_UPDATE_INFO_DIR in \ 128 n|no|NO) false;; \ 129 *) (install-info --version) >/dev/null 2>&1;; \ 130 esac 131am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 132am__vpath_adj = case $$p in \ 133 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 134 *) f=$$p;; \ 135 esac; 136am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 137am__install_max = 40 138am__nobase_strip_setup = \ 139 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 140am__nobase_strip = \ 141 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 142am__nobase_list = $(am__nobase_strip_setup); \ 143 for p in $$list; do echo "$$p $$p"; done | \ 144 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 145 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 146 if (++n[$$2] == $(am__install_max)) \ 147 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 148 END { for (dir in files) print dir, files[dir] }' 149am__base_list = \ 150 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 151 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 152am__uninstall_files_from_dir = { \ 153 test -z "$$files" \ 154 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 156 $(am__cd) "$$dir" && rm -f $$files; }; \ 157 } 158am__installdirs = "$(DESTDIR)$(pkgincludedir)" 159HEADERS = $(pkginclude_HEADERS) 160RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 161 distclean-recursive maintainer-clean-recursive 162am__recursive_targets = \ 163 $(RECURSIVE_TARGETS) \ 164 $(RECURSIVE_CLEAN_TARGETS) \ 165 $(am__extra_recursive_targets) 166AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 167 cscope distdir dist dist-all distcheck 168am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 169 $(LISP)config.h.in 170# Read a list of newline-separated strings from the standard input, 171# and print each of them once, without duplicates. Input order is 172# *not* preserved. 173am__uniquify_input = $(AWK) '\ 174 BEGIN { nonempty = 0; } \ 175 { items[$$0] = 1; nonempty = 1; } \ 176 END { if (nonempty) { for (i in items) print i; }; } \ 177' 178# Make sure the list of sources is unique. This is necessary because, 179# e.g., the same source file might be shared among _SOURCES variables 180# for different programs/libraries. 181am__define_uniq_tagged_files = \ 182 list='$(am__tagged_files)'; \ 183 unique=`for i in $$list; do \ 184 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 185 done | $(am__uniquify_input)` 186ETAGS = etags 187CTAGS = ctags 188CSCOPE = cscope 189DIST_SUBDIRS = $(SUBDIRS) 190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 191distdir = $(PACKAGE)-$(VERSION) 192top_distdir = $(distdir) 193am__remove_distdir = \ 194 if test -d "$(distdir)"; then \ 195 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 196 && rm -rf "$(distdir)" \ 197 || { sleep 5 && rm -rf "$(distdir)"; }; \ 198 else :; fi 199am__post_remove_distdir = $(am__remove_distdir) 200am__relativize = \ 201 dir0=`pwd`; \ 202 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 203 sed_rest='s,^[^/]*/*,,'; \ 204 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 205 sed_butlast='s,/*[^/]*$$,,'; \ 206 while test -n "$$dir1"; do \ 207 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 208 if test "$$first" != "."; then \ 209 if test "$$first" = ".."; then \ 210 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 211 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 212 else \ 213 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 214 if test "$$first2" = "$$first"; then \ 215 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 216 else \ 217 dir2="../$$dir2"; \ 218 fi; \ 219 dir0="$$dir0"/"$$first"; \ 220 fi; \ 221 fi; \ 222 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 223 done; \ 224 reldir="$$dir2" 225GZIP_ENV = --best 226DIST_ARCHIVES = $(distdir).tar.bz2 227DIST_TARGETS = dist-bzip2 228distuninstallcheck_listfiles = find . -type f -print 229am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 230 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 231distcleancheck_listfiles = find . -type f -print 232ACLOCAL = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing aclocal-1.14 233AMTAR = $${TAR-tar} 234AM_DEFAULT_VERBOSITY = 1 235AR = ar 236AUTOCONF = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoconf 237AUTOHEADER = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing autoheader 238AUTOMAKE = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing automake-1.14 239AWK = gawk 240CC = gcc 241CCDEPMODE = depmode=gcc3 242CC_BIARCH = gcc -m32 243CFLAGS = -g -O2 244CPP = gcc -E 245CPPFLAGS = 246CYGPATH_W = echo 247DEBUGPRED = 0 248DEFS = -DHAVE_CONFIG_H 249DEPDIR = .deps 250ECHO_C = 251ECHO_N = -n 252ECHO_T = 253EGREP = /bin/grep -E 254EXEEXT = 255GETTEXT_MACRO_VERSION = 0.18 256GMSGFMT = /usr/bin/msgfmt 257GMSGFMT_015 = /usr/bin/msgfmt 258GREP = /bin/grep 259HAVE_VALGRIND = 260INSTALL = /usr/bin/install -c 261INSTALL_DATA = ${INSTALL} -m 644 262INSTALL_PROGRAM = ${INSTALL} 263INSTALL_SCRIPT = ${INSTALL} 264INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 265LDFLAGS = 266LEX = flex 267LEXLIB = -lfl 268LEX_OUTPUT_ROOT = lex.yy 269LIBEBL_SUBDIR = elfutils 270LIBOBJS = 271LIBS = 272LTLIBOBJS = 273MAINT = # 274MAKEINFO = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/missing makeinfo 275MKDIR_P = /bin/mkdir -p 276MODVERSION = Build on enh.mtv.corp.google.com 2015-02-18T19:32:04-0800 277MSGFMT = /usr/bin/msgfmt 278MSGFMT_015 = /usr/bin/msgfmt 279MSGMERGE = /usr/bin/msgmerge 280NM = nm 281OBJEXT = o 282PACKAGE = elfutils 283PACKAGE_BUGREPORT = https://bugzilla.redhat.com/ 284PACKAGE_NAME = elfutils 285PACKAGE_STRING = elfutils 0.161 286PACKAGE_TARNAME = elfutils 287PACKAGE_URL = 288PACKAGE_VERSION = 0.161 289PATH_SEPARATOR = : 290RANLIB = ranlib 291READELF = readelf 292SET_MAKE = 293SHELL = /bin/sh 294STRIP = 295USE_NLS = yes 296VERSION = 0.161 297XGETTEXT = /usr/bin/xgettext 298XGETTEXT_015 = /usr/bin/xgettext 299XGETTEXT_EXTRA_OPTIONS = 300YACC = bison -y 301YFLAGS = 302abs_builddir = /huge-ssd/aosp-arm64/external/elfutils/src 303abs_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src 304abs_top_builddir = /huge-ssd/aosp-arm64/external/elfutils/src 305abs_top_srcdir = /huge-ssd/aosp-arm64/external/elfutils/src 306ac_ct_AR = ar 307ac_ct_CC = gcc 308am__include = include 309am__leading_dot = . 310am__quote = 311am__tar = $${TAR-tar} chof - "$$tardir" 312am__untar = $${TAR-tar} xf - 313base_cpu = none 314bindir = ${exec_prefix}/bin 315build = x86_64-unknown-linux-gnu 316build_alias = 317build_cpu = x86_64 318build_os = linux-gnu 319build_vendor = unknown 320builddir = . 321datadir = ${datarootdir} 322datarootdir = ${prefix}/share 323docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 324dvidir = ${docdir} 325eu_version = 161 326exec_prefix = ${prefix} 327host = x86_64-unknown-linux-gnu 328host_alias = 329host_cpu = x86_64 330host_os = linux-gnu 331host_vendor = unknown 332htmldir = ${docdir} 333includedir = ${prefix}/include 334infodir = ${datarootdir}/info 335install_sh = ${SHELL} /huge-ssd/aosp-arm64/external/elfutils/src/config/install-sh 336libdir = ${exec_prefix}/lib 337libexecdir = ${exec_prefix}/libexec 338localedir = ${datarootdir}/locale 339localstatedir = ${prefix}/var 340mandir = ${datarootdir}/man 341mkdir_p = $(MKDIR_P) 342oldincludedir = /usr/include 343pdfdir = ${docdir} 344prefix = /usr/local 345program_transform_name = s,x,x, 346psdir = ${docdir} 347sbindir = ${exec_prefix}/sbin 348sharedstatedir = ${prefix}/com 349srcdir = . 350sysconfdir = ${prefix}/etc 351target_alias = 352top_build_prefix = 353top_builddir = . 354top_srcdir = . 355zip_LIBS = -lz 356ACLOCAL_AMFLAGS = -I m4 357pkginclude_HEADERS = version.h 358 359# Add doc back when we have some real content. 360SUBDIRS = config m4 lib libelf libebl libdwelf libdwfl libdw libcpu libasm \ 361 backends src po tests 362 363EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \ 364 COPYING COPYING-GPLV2 COPYING-LGPLV3 365 366 367# Make sure the test install uses lib64 when $LIB will yield lib64. 368# Make sure the test build uses the same compiler, which on e.g. ppc64 369# determines which platform we are actually testing. 370# Run all tests under valgrind. 371DISTCHECK_CONFIGURE_FLAGS = \ 372 --libdir=`echo $(libdir) | sed "s,^$(exec_prefix),$$dc_install_base,"`\ 373 --enable-valgrind \ 374 CC="$(CC)" 375 376all: config.h 377 $(MAKE) $(AM_MAKEFLAGS) all-recursive 378 379.SUFFIXES: 380am--refresh: Makefile 381 @: 382$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) 383 @for dep in $?; do \ 384 case '$(am__configure_deps)' in \ 385 *$$dep*) \ 386 echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \ 387 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \ 388 && exit 0; \ 389 exit 1;; \ 390 esac; \ 391 done; \ 392 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \ 393 $(am__cd) $(top_srcdir) && \ 394 $(AUTOMAKE) --gnits Makefile 395.PRECIOUS: Makefile 396Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 397 @case '$?' in \ 398 *config.status*) \ 399 echo ' $(SHELL) ./config.status'; \ 400 $(SHELL) ./config.status;; \ 401 *) \ 402 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 403 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 404 esac; 405 406$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 407 $(SHELL) ./config.status --recheck 408 409$(top_srcdir)/configure: # $(am__configure_deps) 410 $(am__cd) $(srcdir) && $(AUTOCONF) 411$(ACLOCAL_M4): # $(am__aclocal_m4_deps) 412 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 413$(am__aclocal_m4_deps): 414 415config.h: stamp-h1 416 @test -f $@ || rm -f stamp-h1 417 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 418 419stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 420 @rm -f stamp-h1 421 cd $(top_builddir) && $(SHELL) ./config.status config.h 422$(srcdir)/config.h.in: # $(am__configure_deps) 423 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 424 rm -f stamp-h1 425 touch $@ 426 427distclean-hdr: 428 -rm -f config.h stamp-h1 429elfutils.spec: $(top_builddir)/config.status $(top_srcdir)/config/elfutils.spec.in 430 cd $(top_builddir) && $(SHELL) ./config.status $@ 431version.h: $(top_builddir)/config.status $(top_srcdir)/config/version.h.in 432 cd $(top_builddir) && $(SHELL) ./config.status $@ 433install-pkgincludeHEADERS: $(pkginclude_HEADERS) 434 @$(NORMAL_INSTALL) 435 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 436 if test -n "$$list"; then \ 437 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \ 438 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \ 439 fi; \ 440 for p in $$list; do \ 441 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 442 echo "$$d$$p"; \ 443 done | $(am__base_list) | \ 444 while read files; do \ 445 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ 446 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ 447 done 448 449uninstall-pkgincludeHEADERS: 450 @$(NORMAL_UNINSTALL) 451 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ 452 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 453 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) 454 455# This directory's subdirectories are mostly independent; you can cd 456# into them and run 'make' without going through this Makefile. 457# To change the values of 'make' variables: instead of editing Makefiles, 458# (1) if the variable is set in 'config.status', edit 'config.status' 459# (which will cause the Makefiles to be regenerated when you run 'make'); 460# (2) otherwise, pass the desired values on the 'make' command line. 461$(am__recursive_targets): 462 @fail=; \ 463 if $(am__make_keepgoing); then \ 464 failcom='fail=yes'; \ 465 else \ 466 failcom='exit 1'; \ 467 fi; \ 468 dot_seen=no; \ 469 target=`echo $@ | sed s/-recursive//`; \ 470 case "$@" in \ 471 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 472 *) list='$(SUBDIRS)' ;; \ 473 esac; \ 474 for subdir in $$list; do \ 475 echo "Making $$target in $$subdir"; \ 476 if test "$$subdir" = "."; then \ 477 dot_seen=yes; \ 478 local_target="$$target-am"; \ 479 else \ 480 local_target="$$target"; \ 481 fi; \ 482 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 483 || eval $$failcom; \ 484 done; \ 485 if test "$$dot_seen" = "no"; then \ 486 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 487 fi; test -z "$$fail" 488 489ID: $(am__tagged_files) 490 $(am__define_uniq_tagged_files); mkid -fID $$unique 491tags: tags-recursive 492TAGS: tags 493 494tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 495 set x; \ 496 here=`pwd`; \ 497 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 498 include_option=--etags-include; \ 499 empty_fix=.; \ 500 else \ 501 include_option=--include; \ 502 empty_fix=; \ 503 fi; \ 504 list='$(SUBDIRS)'; for subdir in $$list; do \ 505 if test "$$subdir" = .; then :; else \ 506 test ! -f $$subdir/TAGS || \ 507 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 508 fi; \ 509 done; \ 510 $(am__define_uniq_tagged_files); \ 511 shift; \ 512 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 513 test -n "$$unique" || unique=$$empty_fix; \ 514 if test $$# -gt 0; then \ 515 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 516 "$$@" $$unique; \ 517 else \ 518 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 519 $$unique; \ 520 fi; \ 521 fi 522ctags: ctags-recursive 523 524CTAGS: ctags 525ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 526 $(am__define_uniq_tagged_files); \ 527 test -z "$(CTAGS_ARGS)$$unique" \ 528 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 529 $$unique 530 531GTAGS: 532 here=`$(am__cd) $(top_builddir) && pwd` \ 533 && $(am__cd) $(top_srcdir) \ 534 && gtags -i $(GTAGS_ARGS) "$$here" 535cscope: cscope.files 536 test ! -s cscope.files \ 537 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 538clean-cscope: 539 -rm -f cscope.files 540cscope.files: clean-cscope cscopelist 541cscopelist: cscopelist-recursive 542 543cscopelist-am: $(am__tagged_files) 544 list='$(am__tagged_files)'; \ 545 case "$(srcdir)" in \ 546 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 547 *) sdir=$(subdir)/$(srcdir) ;; \ 548 esac; \ 549 for i in $$list; do \ 550 if test -f "$$i"; then \ 551 echo "$(subdir)/$$i"; \ 552 else \ 553 echo "$$sdir/$$i"; \ 554 fi; \ 555 done >> $(top_builddir)/cscope.files 556 557distclean-tags: 558 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 559 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 560 561distdir: $(DISTFILES) 562 @case `sed 15q $(srcdir)/NEWS` in \ 563 *"$(VERSION)"*) : ;; \ 564 *) \ 565 echo "NEWS not updated; not releasing" 1>&2; \ 566 exit 1;; \ 567 esac 568 $(am__remove_distdir) 569 test -d "$(distdir)" || mkdir "$(distdir)" 570 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 571 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 572 list='$(DISTFILES)'; \ 573 dist_files=`for file in $$list; do echo $$file; done | \ 574 sed -e "s|^$$srcdirstrip/||;t" \ 575 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 576 case $$dist_files in \ 577 */*) $(MKDIR_P) `echo "$$dist_files" | \ 578 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 579 sort -u` ;; \ 580 esac; \ 581 for file in $$dist_files; do \ 582 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 583 if test -d $$d/$$file; then \ 584 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 585 if test -d "$(distdir)/$$file"; then \ 586 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 587 fi; \ 588 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 589 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 590 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 591 fi; \ 592 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 593 else \ 594 test -f "$(distdir)/$$file" \ 595 || cp -p $$d/$$file "$(distdir)/$$file" \ 596 || exit 1; \ 597 fi; \ 598 done 599 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 600 if test "$$subdir" = .; then :; else \ 601 $(am__make_dryrun) \ 602 || test -d "$(distdir)/$$subdir" \ 603 || $(MKDIR_P) "$(distdir)/$$subdir" \ 604 || exit 1; \ 605 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 606 $(am__relativize); \ 607 new_distdir=$$reldir; \ 608 dir1=$$subdir; dir2="$(top_distdir)"; \ 609 $(am__relativize); \ 610 new_top_distdir=$$reldir; \ 611 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 612 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 613 ($(am__cd) $$subdir && \ 614 $(MAKE) $(AM_MAKEFLAGS) \ 615 top_distdir="$$new_top_distdir" \ 616 distdir="$$new_distdir" \ 617 am__remove_distdir=: \ 618 am__skip_length_check=: \ 619 am__skip_mode_fix=: \ 620 distdir) \ 621 || exit 1; \ 622 fi; \ 623 done 624 -test -n "$(am__skip_mode_fix)" \ 625 || find "$(distdir)" -type d ! -perm -755 \ 626 -exec chmod u+rwx,go+rx {} \; -o \ 627 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 628 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 629 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 630 || chmod -R a+r "$(distdir)" 631dist-gzip: distdir 632 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 633 $(am__post_remove_distdir) 634dist-bzip2: distdir 635 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 636 $(am__post_remove_distdir) 637 638dist-lzip: distdir 639 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 640 $(am__post_remove_distdir) 641 642dist-xz: distdir 643 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 644 $(am__post_remove_distdir) 645 646dist-tarZ: distdir 647 @echo WARNING: "Support for shar distribution archives is" \ 648 "deprecated." >&2 649 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 650 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 651 $(am__post_remove_distdir) 652 653dist-shar: distdir 654 @echo WARNING: "Support for distribution archives compressed with" \ 655 "legacy program 'compress' is deprecated." >&2 656 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 657 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 658 $(am__post_remove_distdir) 659 660dist-zip: distdir 661 -rm -f $(distdir).zip 662 zip -rq $(distdir).zip $(distdir) 663 $(am__post_remove_distdir) 664 665dist dist-all: 666 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 667 $(am__post_remove_distdir) 668 669# This target untars the dist file and tries a VPATH configuration. Then 670# it guarantees that the distribution is self-contained by making another 671# tarfile. 672distcheck: dist 673 case '$(DIST_ARCHIVES)' in \ 674 *.tar.gz*) \ 675 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 676 *.tar.bz2*) \ 677 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 678 *.tar.lz*) \ 679 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 680 *.tar.xz*) \ 681 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 682 *.tar.Z*) \ 683 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 684 *.shar.gz*) \ 685 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 686 *.zip*) \ 687 unzip $(distdir).zip ;;\ 688 esac 689 chmod -R a-w $(distdir) 690 chmod u+w $(distdir) 691 mkdir $(distdir)/_build $(distdir)/_inst 692 chmod a-w $(distdir) 693 test -d $(distdir)/_build || exit 0; \ 694 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 695 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 696 && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \ 697 && am__cwd=`pwd` \ 698 && $(am__cd) $(distdir)/_build \ 699 && ../configure \ 700 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 701 $(DISTCHECK_CONFIGURE_FLAGS) \ 702 --srcdir=.. --prefix="$$dc_install_base" \ 703 && $(MAKE) $(AM_MAKEFLAGS) \ 704 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 705 && $(MAKE) $(AM_MAKEFLAGS) check \ 706 && $(MAKE) $(AM_MAKEFLAGS) install \ 707 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 708 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 709 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 710 distuninstallcheck \ 711 && chmod -R a-w "$$dc_install_base" \ 712 && ({ \ 713 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 714 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 715 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 716 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 717 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 718 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 719 && rm -rf "$$dc_destdir" \ 720 && $(MAKE) $(AM_MAKEFLAGS) dist \ 721 && rm -rf $(DIST_ARCHIVES) \ 722 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 723 && cd "$$am__cwd" \ 724 || exit 1 725 $(am__post_remove_distdir) 726 @(echo "$(distdir) archives ready for distribution: "; \ 727 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 728 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 729distuninstallcheck: 730 @test -n '$(distuninstallcheck_dir)' || { \ 731 echo 'ERROR: trying to run $@ with an empty' \ 732 '$$(distuninstallcheck_dir)' >&2; \ 733 exit 1; \ 734 }; \ 735 $(am__cd) '$(distuninstallcheck_dir)' || { \ 736 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 737 exit 1; \ 738 }; \ 739 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 740 || { echo "ERROR: files left after uninstall:" ; \ 741 if test -n "$(DESTDIR)"; then \ 742 echo " (check DESTDIR support)"; \ 743 fi ; \ 744 $(distuninstallcheck_listfiles) ; \ 745 exit 1; } >&2 746distcleancheck: distclean 747 @if test '$(srcdir)' = . ; then \ 748 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 749 exit 1 ; \ 750 fi 751 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 752 || { echo "ERROR: files left in build directory after distclean:" ; \ 753 $(distcleancheck_listfiles) ; \ 754 exit 1; } >&2 755check-am: all-am 756check: check-recursive 757all-am: Makefile $(HEADERS) config.h 758installdirs: installdirs-recursive 759installdirs-am: 760 for dir in "$(DESTDIR)$(pkgincludedir)"; do \ 761 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 762 done 763install: install-recursive 764install-exec: install-exec-recursive 765install-data: install-data-recursive 766uninstall: uninstall-recursive 767 768install-am: all-am 769 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 770 771installcheck: installcheck-recursive 772install-strip: 773 if test -z '$(STRIP)'; then \ 774 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 775 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 776 install; \ 777 else \ 778 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 779 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 780 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 781 fi 782mostlyclean-generic: 783 784clean-generic: 785 786distclean-generic: 787 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 788 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 789 790maintainer-clean-generic: 791 @echo "This command is intended for maintainers to use" 792 @echo "it deletes files that may require special tools to rebuild." 793clean: clean-recursive 794 795clean-am: clean-generic mostlyclean-am 796 797distclean: distclean-recursive 798 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 799 -rm -f Makefile 800distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 801 802dvi: dvi-recursive 803 804dvi-am: 805 806html: html-recursive 807 808html-am: 809 810info: info-recursive 811 812info-am: 813 814install-data-am: install-pkgincludeHEADERS 815 816install-dvi: install-dvi-recursive 817 818install-dvi-am: 819 820install-exec-am: 821 822install-html: install-html-recursive 823 824install-html-am: 825 826install-info: install-info-recursive 827 828install-info-am: 829 830install-man: 831 832install-pdf: install-pdf-recursive 833 834install-pdf-am: 835 836install-ps: install-ps-recursive 837 838install-ps-am: 839 840installcheck-am: 841 842maintainer-clean: maintainer-clean-recursive 843 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 844 -rm -rf $(top_srcdir)/autom4te.cache 845 -rm -f Makefile 846maintainer-clean-am: distclean-am maintainer-clean-generic 847 848mostlyclean: mostlyclean-recursive 849 850mostlyclean-am: mostlyclean-generic 851 852pdf: pdf-recursive 853 854pdf-am: 855 856ps: ps-recursive 857 858ps-am: 859 860uninstall-am: uninstall-pkgincludeHEADERS 861 862.MAKE: $(am__recursive_targets) all install-am install-strip 863 864.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 865 am--refresh check check-am clean clean-cscope clean-generic \ 866 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 867 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 868 distcheck distclean distclean-generic distclean-hdr \ 869 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 870 dvi-am html html-am info info-am install install-am \ 871 install-data install-data-am install-dvi install-dvi-am \ 872 install-exec install-exec-am install-html install-html-am \ 873 install-info install-info-am install-man install-pdf \ 874 install-pdf-am install-pkgincludeHEADERS install-ps \ 875 install-ps-am install-strip installcheck installcheck-am \ 876 installdirs installdirs-am maintainer-clean \ 877 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 878 pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 879 uninstall-pkgincludeHEADERS 880 881 882distcheck-hook: 883 chmod -R u+w $(distdir) 884 885rpm: dist 886 rpmbuild -ts --sign elfutils-0.161.tar.bz2 887 888# Tell version 3.79 and up of GNU make to not build goals in this 889# directory in parallel. 890.NOTPARALLEL: 891 892# Tell versions [3.59,3.63) of GNU make to not export all variables. 893# Otherwise a system limit (for SysV at least) may be exceeded. 894.NOEXPORT: 895