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