blob: 6c93c2ec249cc36f5dc93c9668614f49620478d5 [file] [log] [blame]
Elliott Hughes03333822015-02-18 22:19:45 -08001# Makefile.in generated by automake 1.14.1 from Makefile.am.
Ben Cheng25b3c042013-11-20 14:45:36 -08002# @configure_input@
3
Elliott Hughes03333822015-02-18 22:19:45 -08004# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
Ben Cheng25b3c042013-11-20 14:45:36 -08006# 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
17VPATH = @srcdir@
Elliott Hughes03333822015-02-18 22:19:45 -080018am__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))
Ben Cheng25b3c042013-11-20 14:45:36 -080063pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
80host_triplet = @host@
81subdir = .
Elliott Hughes03333822015-02-18 22:19:45 -080082DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog THANKS \
83 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(top_srcdir)/configure $(am__configure_deps) \
Ben Cheng25b3c042013-11-20 14:45:36 -080085 $(srcdir)/config.h.in $(top_srcdir)/config/elfutils.spec.in \
Elliott Hughes03333822015-02-18 22:19:45 -080086 $(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
Ben Cheng25b3c042013-11-20 14:45:36 -080091ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Elliott Hughes03333822015-02-18 22:19:45 -080092am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \
93 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
Ben Cheng25b3c042013-11-20 14:45:36 -080094 $(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 =
Elliott Hughes03333822015-02-18 22:19:45 -0800104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo " GEN " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
Ben Cheng25b3c042013-11-20 14:45:36 -0800116SOURCES =
117DIST_SOURCES =
Elliott Hughes03333822015-02-18 22:19:45 -0800118RECURSIVE_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
Ben Cheng25b3c042013-11-20 14:45:36 -0800131am__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'
Elliott Hughes03333822015-02-18 22:19:45 -0800152am__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 }
Ben Cheng25b3c042013-11-20 14:45:36 -0800158am__installdirs = "$(DESTDIR)$(pkgincludedir)"
159HEADERS = $(pkginclude_HEADERS)
160RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
161 distclean-recursive maintainer-clean-recursive
Elliott Hughes03333822015-02-18 22:19:45 -0800162am__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)`
Ben Cheng25b3c042013-11-20 14:45:36 -0800186ETAGS = etags
187CTAGS = ctags
Elliott Hughes03333822015-02-18 22:19:45 -0800188CSCOPE = cscope
Ben Cheng25b3c042013-11-20 14:45:36 -0800189DIST_SUBDIRS = $(SUBDIRS)
190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191distdir = $(PACKAGE)-$(VERSION)
192top_distdir = $(distdir)
193am__remove_distdir = \
Elliott Hughes03333822015-02-18 22:19:45 -0800194 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)
Ben Cheng25b3c042013-11-20 14:45:36 -0800200am__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
Elliott Hughes03333822015-02-18 22:19:45 -0800227DIST_TARGETS = dist-bzip2
Ben Cheng25b3c042013-11-20 14:45:36 -0800228distuninstallcheck_listfiles = find . -type f -print
Elliott Hughes03333822015-02-18 22:19:45 -0800229am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
230 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Ben Cheng25b3c042013-11-20 14:45:36 -0800231distcleancheck_listfiles = find . -type f -print
232ACLOCAL = @ACLOCAL@
233AMTAR = @AMTAR@
Elliott Hughes03333822015-02-18 22:19:45 -0800234AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
235AR = @AR@
Ben Cheng25b3c042013-11-20 14:45:36 -0800236AUTOCONF = @AUTOCONF@
237AUTOHEADER = @AUTOHEADER@
238AUTOMAKE = @AUTOMAKE@
239AWK = @AWK@
240CC = @CC@
241CCDEPMODE = @CCDEPMODE@
Elliott Hughes03333822015-02-18 22:19:45 -0800242CC_BIARCH = @CC_BIARCH@
Ben Cheng25b3c042013-11-20 14:45:36 -0800243CFLAGS = @CFLAGS@
Elliott Hughes03333822015-02-18 22:19:45 -0800244CPP = @CPP@
Ben Cheng25b3c042013-11-20 14:45:36 -0800245CPPFLAGS = @CPPFLAGS@
246CYGPATH_W = @CYGPATH_W@
247DEBUGPRED = @DEBUGPRED@
248DEFS = @DEFS@
249DEPDIR = @DEPDIR@
250ECHO_C = @ECHO_C@
251ECHO_N = @ECHO_N@
252ECHO_T = @ECHO_T@
Elliott Hughes03333822015-02-18 22:19:45 -0800253EGREP = @EGREP@
Ben Cheng25b3c042013-11-20 14:45:36 -0800254EXEEXT = @EXEEXT@
255GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
256GMSGFMT = @GMSGFMT@
257GMSGFMT_015 = @GMSGFMT_015@
Elliott Hughes03333822015-02-18 22:19:45 -0800258GREP = @GREP@
259HAVE_VALGRIND = @HAVE_VALGRIND@
Ben Cheng25b3c042013-11-20 14:45:36 -0800260INSTALL = @INSTALL@
261INSTALL_DATA = @INSTALL_DATA@
262INSTALL_PROGRAM = @INSTALL_PROGRAM@
263INSTALL_SCRIPT = @INSTALL_SCRIPT@
264INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265LDFLAGS = @LDFLAGS@
266LEX = @LEX@
267LEXLIB = @LEXLIB@
268LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
269LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
270LIBOBJS = @LIBOBJS@
271LIBS = @LIBS@
272LTLIBOBJS = @LTLIBOBJS@
273MAINT = @MAINT@
274MAKEINFO = @MAKEINFO@
275MKDIR_P = @MKDIR_P@
276MODVERSION = @MODVERSION@
277MSGFMT = @MSGFMT@
278MSGFMT_015 = @MSGFMT_015@
279MSGMERGE = @MSGMERGE@
Elliott Hughes03333822015-02-18 22:19:45 -0800280NM = @NM@
Ben Cheng25b3c042013-11-20 14:45:36 -0800281OBJEXT = @OBJEXT@
282PACKAGE = @PACKAGE@
283PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
284PACKAGE_NAME = @PACKAGE_NAME@
285PACKAGE_STRING = @PACKAGE_STRING@
286PACKAGE_TARNAME = @PACKAGE_TARNAME@
287PACKAGE_URL = @PACKAGE_URL@
288PACKAGE_VERSION = @PACKAGE_VERSION@
289PATH_SEPARATOR = @PATH_SEPARATOR@
290RANLIB = @RANLIB@
Elliott Hughes03333822015-02-18 22:19:45 -0800291READELF = @READELF@
Ben Cheng25b3c042013-11-20 14:45:36 -0800292SET_MAKE = @SET_MAKE@
293SHELL = @SHELL@
294STRIP = @STRIP@
295USE_NLS = @USE_NLS@
296VERSION = @VERSION@
297XGETTEXT = @XGETTEXT@
298XGETTEXT_015 = @XGETTEXT_015@
299XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
300YACC = @YACC@
301YFLAGS = @YFLAGS@
302abs_builddir = @abs_builddir@
303abs_srcdir = @abs_srcdir@
304abs_top_builddir = @abs_top_builddir@
305abs_top_srcdir = @abs_top_srcdir@
Elliott Hughes03333822015-02-18 22:19:45 -0800306ac_ct_AR = @ac_ct_AR@
Ben Cheng25b3c042013-11-20 14:45:36 -0800307ac_ct_CC = @ac_ct_CC@
308am__include = @am__include@
309am__leading_dot = @am__leading_dot@
310am__quote = @am__quote@
311am__tar = @am__tar@
312am__untar = @am__untar@
313base_cpu = @base_cpu@
314bindir = @bindir@
315build = @build@
316build_alias = @build_alias@
317build_cpu = @build_cpu@
318build_os = @build_os@
319build_vendor = @build_vendor@
320builddir = @builddir@
321datadir = @datadir@
322datarootdir = @datarootdir@
323docdir = @docdir@
324dvidir = @dvidir@
325eu_version = @eu_version@
326exec_prefix = @exec_prefix@
327host = @host@
328host_alias = @host_alias@
329host_cpu = @host_cpu@
330host_os = @host_os@
331host_vendor = @host_vendor@
332htmldir = @htmldir@
333includedir = @includedir@
334infodir = @infodir@
335install_sh = @install_sh@
336libdir = @libdir@
337libexecdir = @libexecdir@
338localedir = @localedir@
339localstatedir = @localstatedir@
340mandir = @mandir@
341mkdir_p = @mkdir_p@
342oldincludedir = @oldincludedir@
343pdfdir = @pdfdir@
344prefix = @prefix@
345program_transform_name = @program_transform_name@
346psdir = @psdir@
347sbindir = @sbindir@
348sharedstatedir = @sharedstatedir@
349srcdir = @srcdir@
350sysconfdir = @sysconfdir@
351target_alias = @target_alias@
352top_build_prefix = @top_build_prefix@
353top_builddir = @top_builddir@
354top_srcdir = @top_srcdir@
355zip_LIBS = @zip_LIBS@
356ACLOCAL_AMFLAGS = -I m4
357pkginclude_HEADERS = version.h
358
359# Add doc back when we have some real content.
Elliott Hughes03333822015-02-18 22:19:45 -0800360SUBDIRS = config m4 lib libelf libebl libdwelf libdwfl libdw libcpu libasm \
361 backends src po tests
Ben Cheng25b3c042013-11-20 14:45:36 -0800362
Elliott Hughes03333822015-02-18 22:19:45 -0800363EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
364 COPYING COPYING-GPLV2 COPYING-LGPLV3
365
Ben Cheng25b3c042013-11-20 14:45:36 -0800366
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.
Elliott Hughes03333822015-02-18 22:19:45 -0800370# Run all tests under valgrind.
Ben Cheng25b3c042013-11-20 14:45:36 -0800371DISTCHECK_CONFIGURE_FLAGS = \
372 --libdir=`echo $(libdir) | sed "s,^$(exec_prefix),$$dc_install_base,"`\
Elliott Hughes03333822015-02-18 22:19:45 -0800373 --enable-valgrind \
Ben Cheng25b3c042013-11-20 14:45:36 -0800374 CC="$(CC)"
375
376all: config.h
377 $(MAKE) $(AM_MAKEFLAGS) all-recursive
378
379.SUFFIXES:
Elliott Hughes03333822015-02-18 22:19:45 -0800380am--refresh: Makefile
Ben Cheng25b3c042013-11-20 14:45:36 -0800381 @:
382$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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: @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):
414
415config.h: stamp-h1
Elliott Hughes03333822015-02-18 22:19:45 -0800416 @test -f $@ || rm -f stamp-h1
417 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Ben Cheng25b3c042013-11-20 14:45:36 -0800418
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: @MAINTAINER_MODE_TRUE@ $(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)
Ben Cheng25b3c042013-11-20 14:45:36 -0800435 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
Elliott Hughes03333822015-02-18 22:19:45 -0800436 if test -n "$$list"; then \
437 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
438 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
439 fi; \
Ben Cheng25b3c042013-11-20 14:45:36 -0800440 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|^.*/||'`; \
Elliott Hughes03333822015-02-18 22:19:45 -0800453 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800454
455# This directory's subdirectories are mostly independent; you can cd
Elliott Hughes03333822015-02-18 22:19:45 -0800456# 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; \
Ben Cheng25b3c042013-11-20 14:45:36 -0800468 dot_seen=no; \
469 target=`echo $@ | sed s/-recursive//`; \
Elliott Hughes03333822015-02-18 22:19:45 -0800470 case "$@" in \
471 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
472 *) list='$(SUBDIRS)' ;; \
473 esac; \
474 for subdir in $$list; do \
Ben Cheng25b3c042013-11-20 14:45:36 -0800475 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
Elliott Hughes03333822015-02-18 22:19:45 -0800489ID: $(am__tagged_files)
490 $(am__define_uniq_tagged_files); mkid -fID $$unique
491tags: tags-recursive
492TAGS: tags
Ben Cheng25b3c042013-11-20 14:45:36 -0800493
Elliott Hughes03333822015-02-18 22:19:45 -0800494tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Ben Cheng25b3c042013-11-20 14:45:36 -0800495 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; \
Elliott Hughes03333822015-02-18 22:19:45 -0800510 $(am__define_uniq_tagged_files); \
Ben Cheng25b3c042013-11-20 14:45:36 -0800511 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
Elliott Hughes03333822015-02-18 22:19:45 -0800522ctags: ctags-recursive
523
524CTAGS: ctags
525ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
526 $(am__define_uniq_tagged_files); \
Ben Cheng25b3c042013-11-20 14:45:36 -0800527 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"
Elliott Hughes03333822015-02-18 22:19:45 -0800535cscope: 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
Ben Cheng25b3c042013-11-20 14:45:36 -0800556
557distclean-tags:
558 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Elliott Hughes03333822015-02-18 22:19:45 -0800559 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Ben Cheng25b3c042013-11-20 14:45:36 -0800560
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 \
Elliott Hughes03333822015-02-18 22:19:45 -0800601 $(am__make_dryrun) \
602 || test -d "$(distdir)/$$subdir" \
603 || $(MKDIR_P) "$(distdir)/$$subdir" \
604 || exit 1; \
Ben Cheng25b3c042013-11-20 14:45:36 -0800605 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
Elliott Hughes03333822015-02-18 22:19:45 -0800633 $(am__post_remove_distdir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800634dist-bzip2: distdir
Elliott Hughes03333822015-02-18 22:19:45 -0800635 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
636 $(am__post_remove_distdir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800637
Elliott Hughes03333822015-02-18 22:19:45 -0800638dist-lzip: distdir
639 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
640 $(am__post_remove_distdir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800641
642dist-xz: distdir
Elliott Hughes03333822015-02-18 22:19:45 -0800643 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
644 $(am__post_remove_distdir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800645
646dist-tarZ: distdir
Elliott Hughes03333822015-02-18 22:19:45 -0800647 @echo WARNING: "Support for shar distribution archives is" \
648 "deprecated." >&2
649 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Ben Cheng25b3c042013-11-20 14:45:36 -0800650 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Elliott Hughes03333822015-02-18 22:19:45 -0800651 $(am__post_remove_distdir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800652
653dist-shar: distdir
Elliott Hughes03333822015-02-18 22:19:45 -0800654 @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
Ben Cheng25b3c042013-11-20 14:45:36 -0800657 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Elliott Hughes03333822015-02-18 22:19:45 -0800658 $(am__post_remove_distdir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800659
660dist-zip: distdir
661 -rm -f $(distdir).zip
662 zip -rq $(distdir).zip $(distdir)
Elliott Hughes03333822015-02-18 22:19:45 -0800663 $(am__post_remove_distdir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800664
Elliott Hughes03333822015-02-18 22:19:45 -0800665dist dist-all:
666 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
667 $(am__post_remove_distdir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800668
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) ;;\
Elliott Hughes03333822015-02-18 22:19:45 -0800678 *.tar.lz*) \
679 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Ben Cheng25b3c042013-11-20 14:45:36 -0800680 *.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
Elliott Hughes03333822015-02-18 22:19:45 -0800689 chmod -R a-w $(distdir)
690 chmod u+w $(distdir)
691 mkdir $(distdir)/_build $(distdir)/_inst
Ben Cheng25b3c042013-11-20 14:45:36 -0800692 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 \
Elliott Hughes03333822015-02-18 22:19:45 -0800699 && ../configure \
700 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Ben Cheng25b3c042013-11-20 14:45:36 -0800701 $(DISTCHECK_CONFIGURE_FLAGS) \
Elliott Hughes03333822015-02-18 22:19:45 -0800702 --srcdir=.. --prefix="$$dc_install_base" \
Ben Cheng25b3c042013-11-20 14:45:36 -0800703 && $(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
Elliott Hughes03333822015-02-18 22:19:45 -0800725 $(am__post_remove_distdir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800726 @(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:
Elliott Hughes03333822015-02-18 22:19:45 -0800730 @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 \
Ben Cheng25b3c042013-11-20 14:45:36 -0800740 || { 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:
Elliott Hughes03333822015-02-18 22:19:45 -0800773 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
Ben Cheng25b3c042013-11-20 14:45:36 -0800782mostlyclean-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
Elliott Hughes03333822015-02-18 22:19:45 -0800862.MAKE: $(am__recursive_targets) all install-am install-strip
Ben Cheng25b3c042013-11-20 14:45:36 -0800863
Elliott Hughes03333822015-02-18 22:19:45 -0800864.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 \
Ben Cheng25b3c042013-11-20 14:45:36 -0800879 uninstall-pkgincludeHEADERS
880
881
882distcheck-hook:
883 chmod -R u+w $(distdir)
884
885rpm: dist
886 rpmbuild -ts --sign elfutils-@PACKAGE_VERSION@.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: