1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; 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;; \
57 *$$target_option*) has_opt=yes; break;; \
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
79 build_triplet = @build@
82 DIST_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/config.guess \
89 $(top_srcdir)/config/config.sub \
90 $(top_srcdir)/config/install-sh $(top_srcdir)/config/missing
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__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
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = config.h
102 CONFIG_CLEAN_FILES = elfutils.spec version.h
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo " GEN " $@;
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118 RECURSIVE_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
126 am__can_run_installinfo = \
127 case $$AM_UPDATE_INFO_DIR in \
129 *) (install-info --version) >/dev/null 2>&1;; \
131 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132 am__vpath_adj = case $$p in \
133 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
136 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
138 am__nobase_strip_setup = \
139 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
141 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142 am__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] }'
150 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152 am__uninstall_files_from_dir = { \
154 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156 $(am__cd) "$$dir" && rm -f $$files; }; \
158 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
159 HEADERS = $(pkginclude_HEADERS)
160 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
161 distclean-recursive maintainer-clean-recursive
162 am__recursive_targets = \
163 $(RECURSIVE_TARGETS) \
164 $(RECURSIVE_CLEAN_TARGETS) \
165 $(am__extra_recursive_targets)
166 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
167 cscope distdir dist dist-all distcheck
168 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
170 # Read a list of newline-separated strings from the standard input,
171 # and print each of them once, without duplicates. Input order is
173 am__uniquify_input = $(AWK) '\
174 BEGIN { nonempty = 0; } \
175 { items[$$0] = 1; nonempty = 1; } \
176 END { if (nonempty) { for (i in items) print i; }; } \
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.
181 am__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)`
189 DIST_SUBDIRS = $(SUBDIRS)
190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 distdir = $(PACKAGE)-$(VERSION)
192 top_distdir = $(distdir)
193 am__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)"; }; \
199 am__post_remove_distdir = $(am__remove_distdir)
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"`; \
213 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
214 if test "$$first2" = "$$first"; then \
215 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219 dir0="$$dir0"/"$$first"; \
222 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226 DIST_ARCHIVES = $(distdir).tar.bz2
227 DIST_TARGETS = dist-bzip2
228 distuninstallcheck_listfiles = find . -type f -print
229 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
230 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
231 distcleancheck_listfiles = find . -type f -print
234 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
236 AUTOCONF = @AUTOCONF@
237 AUTOHEADER = @AUTOHEADER@
238 AUTOMAKE = @AUTOMAKE@
241 CCDEPMODE = @CCDEPMODE@
242 CC_BIARCH = @CC_BIARCH@
245 CPPFLAGS = @CPPFLAGS@
246 CYGPATH_W = @CYGPATH_W@
247 DEBUGPRED = @DEBUGPRED@
255 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
257 GMSGFMT_015 = @GMSGFMT_015@
259 HAVE_VALGRIND = @HAVE_VALGRIND@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
268 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
269 LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
272 LTLIBOBJS = @LTLIBOBJS@
274 MAKEINFO = @MAKEINFO@
276 MODVERSION = @MODVERSION@
278 MSGFMT_015 = @MSGFMT_015@
279 MSGMERGE = @MSGMERGE@
283 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
284 PACKAGE_NAME = @PACKAGE_NAME@
285 PACKAGE_STRING = @PACKAGE_STRING@
286 PACKAGE_TARNAME = @PACKAGE_TARNAME@
287 PACKAGE_URL = @PACKAGE_URL@
288 PACKAGE_VERSION = @PACKAGE_VERSION@
289 PATH_SEPARATOR = @PATH_SEPARATOR@
292 SET_MAKE = @SET_MAKE@
297 XGETTEXT = @XGETTEXT@
298 XGETTEXT_015 = @XGETTEXT_015@
299 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
302 abs_builddir = @abs_builddir@
303 abs_srcdir = @abs_srcdir@
304 abs_top_builddir = @abs_top_builddir@
305 abs_top_srcdir = @abs_top_srcdir@
306 ac_ct_AR = @ac_ct_AR@
307 ac_ct_CC = @ac_ct_CC@
308 am__include = @am__include@
309 am__leading_dot = @am__leading_dot@
310 am__quote = @am__quote@
312 am__untar = @am__untar@
313 base_cpu = @base_cpu@
316 build_alias = @build_alias@
317 build_cpu = @build_cpu@
318 build_os = @build_os@
319 build_vendor = @build_vendor@
320 builddir = @builddir@
322 datarootdir = @datarootdir@
325 eu_version = @eu_version@
326 exec_prefix = @exec_prefix@
328 host_alias = @host_alias@
329 host_cpu = @host_cpu@
331 host_vendor = @host_vendor@
333 includedir = @includedir@
335 install_sh = @install_sh@
337 libexecdir = @libexecdir@
338 localedir = @localedir@
339 localstatedir = @localstatedir@
342 oldincludedir = @oldincludedir@
345 program_transform_name = @program_transform_name@
348 sharedstatedir = @sharedstatedir@
350 sysconfdir = @sysconfdir@
351 target_alias = @target_alias@
352 top_build_prefix = @top_build_prefix@
353 top_builddir = @top_builddir@
354 top_srcdir = @top_srcdir@
355 zip_LIBS = @zip_LIBS@
356 ACLOCAL_AMFLAGS = -I m4
357 pkginclude_HEADERS = version.h
359 # Add doc back when we have some real content.
360 SUBDIRS = config m4 lib libelf libebl libdwelf libdwfl libdw libcpu libasm \
361 backends src po tests
363 EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
364 COPYING COPYING-GPLV2 COPYING-LGPLV3
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.
371 DISTCHECK_CONFIGURE_FLAGS = \
372 --libdir=`echo $(libdir) | sed "s,^$(exec_prefix),$$dc_install_base,"`\
377 $(MAKE) $(AM_MAKEFLAGS) all-recursive
380 am--refresh: Makefile
382 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
384 case '$(am__configure_deps)' in \
386 echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
387 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
392 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
393 $(am__cd) $(top_srcdir) && \
394 $(AUTOMAKE) --gnits Makefile
396 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
399 echo ' $(SHELL) ./config.status'; \
400 $(SHELL) ./config.status;; \
402 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
403 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
406 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
407 $(SHELL) ./config.status --recheck
409 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
410 $(am__cd) $(srcdir) && $(AUTOCONF)
411 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
412 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
413 $(am__aclocal_m4_deps):
416 @if test ! -f $@; then rm -f stamp-h1; else :; fi
417 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
419 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
421 cd $(top_builddir) && $(SHELL) ./config.status config.h
422 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
423 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
428 -rm -f config.h stamp-h1
429 elfutils.spec: $(top_builddir)/config.status $(top_srcdir)/config/elfutils.spec.in
430 cd $(top_builddir) && $(SHELL) ./config.status $@
431 version.h: $(top_builddir)/config.status $(top_srcdir)/config/version.h.in
432 cd $(top_builddir) && $(SHELL) ./config.status $@
433 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
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; \
440 for p in $$list; do \
441 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
443 done | $(am__base_list) | \
444 while read files; do \
445 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
446 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
449 uninstall-pkgincludeHEADERS:
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)
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):
463 if $(am__make_keepgoing); then \
464 failcom='fail=yes'; \
469 target=`echo $@ | sed s/-recursive//`; \
471 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
472 *) list='$(SUBDIRS)' ;; \
474 for subdir in $$list; do \
475 echo "Making $$target in $$subdir"; \
476 if test "$$subdir" = "."; then \
478 local_target="$$target-am"; \
480 local_target="$$target"; \
482 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
485 if test "$$dot_seen" = "no"; then \
486 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
489 ID: $(am__tagged_files)
490 $(am__define_uniq_tagged_files); mkid -fID $$unique
494 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
498 include_option=--etags-include; \
501 include_option=--include; \
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"; \
510 $(am__define_uniq_tagged_files); \
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) \
518 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
522 ctags: ctags-recursive
525 ctags-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) \
532 here=`$(am__cd) $(top_builddir) && pwd` \
533 && $(am__cd) $(top_srcdir) \
534 && gtags -i $(GTAGS_ARGS) "$$here"
536 test ! -s cscope.files \
537 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
540 cscope.files: clean-cscope cscopelist
541 cscopelist: cscopelist-recursive
543 cscopelist-am: $(am__tagged_files)
544 list='$(am__tagged_files)'; \
545 case "$(srcdir)" in \
546 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
547 *) sdir=$(subdir)/$(srcdir) ;; \
549 for i in $$list; do \
550 if test -f "$$i"; then \
551 echo "$(subdir)/$$i"; \
555 done >> $(top_builddir)/cscope.files
558 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
559 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
561 distdir: $(DISTFILES)
562 @case `sed 15q $(srcdir)/NEWS` in \
563 *"$(VERSION)"*) : ;; \
565 echo "NEWS not updated; not releasing" 1>&2; \
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,/[^/]*$$,,' | \
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 {} \;; \
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 {} \;; \
592 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
594 test -f "$(distdir)/$$file" \
595 || cp -p $$d/$$file "$(distdir)/$$file" \
599 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
600 if test "$$subdir" = .; then :; else \
602 || test -d "$(distdir)/$$subdir" \
603 || $(MKDIR_P) "$(distdir)/$$subdir" \
605 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
607 new_distdir=$$reldir; \
608 dir1=$$subdir; dir2="$(top_distdir)"; \
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=: \
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)"
632 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
633 $(am__post_remove_distdir)
635 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
636 $(am__post_remove_distdir)
639 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
640 $(am__post_remove_distdir)
643 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
644 $(am__post_remove_distdir)
647 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
648 $(am__post_remove_distdir)
651 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
652 $(am__post_remove_distdir)
655 -rm -f $(distdir).zip
656 zip -rq $(distdir).zip $(distdir)
657 $(am__post_remove_distdir)
660 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
661 $(am__post_remove_distdir)
663 # This target untars the dist file and tries a VPATH configuration. Then
664 # it guarantees that the distribution is self-contained by making another
667 case '$(DIST_ARCHIVES)' in \
669 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
671 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
673 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
675 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
677 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
679 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
681 unzip $(distdir).zip ;;\
683 chmod -R a-w $(distdir)
685 mkdir $(distdir)/_build $(distdir)/_inst
687 test -d $(distdir)/_build || exit 0; \
688 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
689 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
690 && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
692 && $(am__cd) $(distdir)/_build \
693 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
694 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
695 $(DISTCHECK_CONFIGURE_FLAGS) \
696 && $(MAKE) $(AM_MAKEFLAGS) \
697 && $(MAKE) $(AM_MAKEFLAGS) dvi \
698 && $(MAKE) $(AM_MAKEFLAGS) check \
699 && $(MAKE) $(AM_MAKEFLAGS) install \
700 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
701 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
702 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
704 && chmod -R a-w "$$dc_install_base" \
706 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
707 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
708 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
709 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
710 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
711 } || { rm -rf "$$dc_destdir"; exit 1; }) \
712 && rm -rf "$$dc_destdir" \
713 && $(MAKE) $(AM_MAKEFLAGS) dist \
714 && rm -rf $(DIST_ARCHIVES) \
715 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
718 $(am__post_remove_distdir)
719 @(echo "$(distdir) archives ready for distribution: "; \
720 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
721 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
723 @test -n '$(distuninstallcheck_dir)' || { \
724 echo 'ERROR: trying to run $@ with an empty' \
725 '$$(distuninstallcheck_dir)' >&2; \
728 $(am__cd) '$(distuninstallcheck_dir)' || { \
729 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
732 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
733 || { echo "ERROR: files left after uninstall:" ; \
734 if test -n "$(DESTDIR)"; then \
735 echo " (check DESTDIR support)"; \
737 $(distuninstallcheck_listfiles) ; \
739 distcleancheck: distclean
740 @if test '$(srcdir)' = . ; then \
741 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
744 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
745 || { echo "ERROR: files left in build directory after distclean:" ; \
746 $(distcleancheck_listfiles) ; \
749 check: check-recursive
750 all-am: Makefile $(HEADERS) config.h
751 installdirs: installdirs-recursive
753 for dir in "$(DESTDIR)$(pkgincludedir)"; do \
754 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
756 install: install-recursive
757 install-exec: install-exec-recursive
758 install-data: install-data-recursive
759 uninstall: uninstall-recursive
762 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
764 installcheck: installcheck-recursive
766 if test -z '$(STRIP)'; then \
767 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
768 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
771 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
772 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
773 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
780 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
781 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
783 maintainer-clean-generic:
784 @echo "This command is intended for maintainers to use"
785 @echo "it deletes files that may require special tools to rebuild."
786 clean: clean-recursive
788 clean-am: clean-generic mostlyclean-am
790 distclean: distclean-recursive
791 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
793 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
807 install-data-am: install-pkgincludeHEADERS
809 install-dvi: install-dvi-recursive
815 install-html: install-html-recursive
819 install-info: install-info-recursive
825 install-pdf: install-pdf-recursive
829 install-ps: install-ps-recursive
835 maintainer-clean: maintainer-clean-recursive
836 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
837 -rm -rf $(top_srcdir)/autom4te.cache
839 maintainer-clean-am: distclean-am maintainer-clean-generic
841 mostlyclean: mostlyclean-recursive
843 mostlyclean-am: mostlyclean-generic
853 uninstall-am: uninstall-pkgincludeHEADERS
855 .MAKE: $(am__recursive_targets) all install-am install-strip
857 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
858 am--refresh check check-am clean clean-cscope clean-generic \
859 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
860 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
861 distcheck distclean distclean-generic distclean-hdr \
862 distclean-tags distcleancheck distdir distuninstallcheck dvi \
863 dvi-am html html-am info info-am install install-am \
864 install-data install-data-am install-dvi install-dvi-am \
865 install-exec install-exec-am install-html install-html-am \
866 install-info install-info-am install-man install-pdf \
867 install-pdf-am install-pkgincludeHEADERS install-ps \
868 install-ps-am install-strip installcheck installcheck-am \
869 installdirs installdirs-am maintainer-clean \
870 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
871 pdf-am ps ps-am tags tags-am uninstall uninstall-am \
872 uninstall-pkgincludeHEADERS
876 chmod -R u+w $(distdir)
879 rpmbuild -ts --sign elfutils-@PACKAGE_VERSION@.tar.bz2
881 # Tell version 3.79 and up of GNU make to not build goals in this
882 # directory in parallel.
885 # Tell versions [3.59,3.63) of GNU make to not export all variables.
886 # Otherwise a system limit (for SysV at least) may be exceeded.