206c89e6971a482b2eaa3faed9d95f15ec9b5c05
[platform/upstream/elfutils.git] / m4 / 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = m4
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) \
97         $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo "  GEN     " $@;
110 am__v_GEN_1 = 
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 = 
115 SOURCES =
116 DIST_SOURCES =
117 am__can_run_installinfo = \
118   case $$AM_UPDATE_INFO_DIR in \
119     n|no|NO) false;; \
120     *) (install-info --version) >/dev/null 2>&1;; \
121   esac
122 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
123 am__DIST_COMMON = $(srcdir)/Makefile.in ChangeLog
124 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125 ACLOCAL = @ACLOCAL@
126 AMTAR = @AMTAR@
127 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
128 AR = @AR@
129 AUTOCONF = @AUTOCONF@
130 AUTOHEADER = @AUTOHEADER@
131 AUTOMAKE = @AUTOMAKE@
132 AWK = @AWK@
133 BZ2_LIB = @BZ2_LIB@
134 CC = @CC@
135 CCDEPMODE = @CCDEPMODE@
136 CC_BIARCH = @CC_BIARCH@
137 CFLAGS = @CFLAGS@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CYGPATH_W = @CYGPATH_W@
141 DEBUGPRED = @DEBUGPRED@
142 DEFS = @DEFS@
143 DEPDIR = @DEPDIR@
144 ECHO_C = @ECHO_C@
145 ECHO_N = @ECHO_N@
146 ECHO_T = @ECHO_T@
147 EGREP = @EGREP@
148 EXEEXT = @EXEEXT@
149 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
150 GMSGFMT = @GMSGFMT@
151 GMSGFMT_015 = @GMSGFMT_015@
152 GREP = @GREP@
153 HAVE_BISON = @HAVE_BISON@
154 HAVE_BUNZIP2 = @HAVE_BUNZIP2@
155 HAVE_FLEX = @HAVE_FLEX@
156 HAVE_VALGRIND = @HAVE_VALGRIND@
157 INSTALL = @INSTALL@
158 INSTALL_DATA = @INSTALL_DATA@
159 INSTALL_PROGRAM = @INSTALL_PROGRAM@
160 INSTALL_SCRIPT = @INSTALL_SCRIPT@
161 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162 LDFLAGS = @LDFLAGS@
163 LEX = @LEX@
164 LEXLIB = @LEXLIB@
165 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
166 LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
167 LIBLZMA = @LIBLZMA@
168 LIBOBJS = @LIBOBJS@
169 LIBS = @LIBS@
170 LTLIBOBJS = @LTLIBOBJS@
171 MAINT = @MAINT@
172 MAKEINFO = @MAKEINFO@
173 MKDIR_P = @MKDIR_P@
174 MODVERSION = @MODVERSION@
175 MSGFMT = @MSGFMT@
176 MSGFMT_015 = @MSGFMT_015@
177 MSGMERGE = @MSGMERGE@
178 NM = @NM@
179 OBJEXT = @OBJEXT@
180 PACKAGE = @PACKAGE@
181 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182 PACKAGE_NAME = @PACKAGE_NAME@
183 PACKAGE_STRING = @PACKAGE_STRING@
184 PACKAGE_TARNAME = @PACKAGE_TARNAME@
185 PACKAGE_URL = @PACKAGE_URL@
186 PACKAGE_VERSION = @PACKAGE_VERSION@
187 PATH_SEPARATOR = @PATH_SEPARATOR@
188 RANLIB = @RANLIB@
189 READELF = @READELF@
190 SET_MAKE = @SET_MAKE@
191 SHELL = @SHELL@
192 STRIP = @STRIP@
193 USE_NLS = @USE_NLS@
194 VERSION = @VERSION@
195 XGETTEXT = @XGETTEXT@
196 XGETTEXT_015 = @XGETTEXT_015@
197 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
198 YACC = @YACC@
199 YFLAGS = @YFLAGS@
200 abs_builddir = @abs_builddir@
201 abs_srcdir = @abs_srcdir@
202 abs_top_builddir = @abs_top_builddir@
203 abs_top_srcdir = @abs_top_srcdir@
204 ac_ct_AR = @ac_ct_AR@
205 ac_ct_CC = @ac_ct_CC@
206 am__include = @am__include@
207 am__leading_dot = @am__leading_dot@
208 am__quote = @am__quote@
209 am__tar = @am__tar@
210 am__untar = @am__untar@
211 argp_LDADD = @argp_LDADD@
212 base_cpu = @base_cpu@
213 bindir = @bindir@
214 build = @build@
215 build_alias = @build_alias@
216 build_cpu = @build_cpu@
217 build_os = @build_os@
218 build_vendor = @build_vendor@
219 builddir = @builddir@
220 datadir = @datadir@
221 datarootdir = @datarootdir@
222 docdir = @docdir@
223 dvidir = @dvidir@
224 eu_version = @eu_version@
225 exec_prefix = @exec_prefix@
226 host = @host@
227 host_alias = @host_alias@
228 host_cpu = @host_cpu@
229 host_os = @host_os@
230 host_vendor = @host_vendor@
231 htmldir = @htmldir@
232 includedir = @includedir@
233 infodir = @infodir@
234 install_sh = @install_sh@
235 libdir = @libdir@
236 libexecdir = @libexecdir@
237 localedir = @localedir@
238 localstatedir = @localstatedir@
239 mandir = @mandir@
240 mkdir_p = @mkdir_p@
241 oldincludedir = @oldincludedir@
242 pdfdir = @pdfdir@
243 prefix = @prefix@
244 program_transform_name = @program_transform_name@
245 psdir = @psdir@
246 sbindir = @sbindir@
247 sharedstatedir = @sharedstatedir@
248 srcdir = @srcdir@
249 sysconfdir = @sysconfdir@
250 target_alias = @target_alias@
251 top_build_prefix = @top_build_prefix@
252 top_builddir = @top_builddir@
253 top_srcdir = @top_srcdir@
254 zip_LIBS = @zip_LIBS@
255 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4 zip.m4
256 all: all-am
257
258 .SUFFIXES:
259 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
260         @for dep in $?; do \
261           case '$(am__configure_deps)' in \
262             *$$dep*) \
263               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
264                 && { if test -f $@; then exit 0; else break; fi; }; \
265               exit 1;; \
266           esac; \
267         done; \
268         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile'; \
269         $(am__cd) $(top_srcdir) && \
270           $(AUTOMAKE) --gnits m4/Makefile
271 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272         @case '$?' in \
273           *config.status*) \
274             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275           *) \
276             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278         esac;
279
280 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
283 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287 $(am__aclocal_m4_deps):
288 tags TAGS:
289
290 ctags CTAGS:
291
292 cscope cscopelist:
293
294
295 distdir: $(DISTFILES)
296         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
297         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
298         list='$(DISTFILES)'; \
299           dist_files=`for file in $$list; do echo $$file; done | \
300           sed -e "s|^$$srcdirstrip/||;t" \
301               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
302         case $$dist_files in \
303           */*) $(MKDIR_P) `echo "$$dist_files" | \
304                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
305                            sort -u` ;; \
306         esac; \
307         for file in $$dist_files; do \
308           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
309           if test -d $$d/$$file; then \
310             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
311             if test -d "$(distdir)/$$file"; then \
312               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
313             fi; \
314             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
315               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
316               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
317             fi; \
318             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
319           else \
320             test -f "$(distdir)/$$file" \
321             || cp -p $$d/$$file "$(distdir)/$$file" \
322             || exit 1; \
323           fi; \
324         done
325 check-am: all-am
326 check: check-am
327 all-am: Makefile
328 installdirs:
329 install: install-am
330 install-exec: install-exec-am
331 install-data: install-data-am
332 uninstall: uninstall-am
333
334 install-am: all-am
335         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
336
337 installcheck: installcheck-am
338 install-strip:
339         if test -z '$(STRIP)'; then \
340           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
341             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
342               install; \
343         else \
344           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
345             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
346             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
347         fi
348 mostlyclean-generic:
349
350 clean-generic:
351
352 distclean-generic:
353         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
354         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
355
356 maintainer-clean-generic:
357         @echo "This command is intended for maintainers to use"
358         @echo "it deletes files that may require special tools to rebuild."
359 clean: clean-am
360
361 clean-am: clean-generic mostlyclean-am
362
363 distclean: distclean-am
364         -rm -f Makefile
365 distclean-am: clean-am distclean-generic
366
367 dvi: dvi-am
368
369 dvi-am:
370
371 html: html-am
372
373 html-am:
374
375 info: info-am
376
377 info-am:
378
379 install-data-am:
380
381 install-dvi: install-dvi-am
382
383 install-dvi-am:
384
385 install-exec-am:
386
387 install-html: install-html-am
388
389 install-html-am:
390
391 install-info: install-info-am
392
393 install-info-am:
394
395 install-man:
396
397 install-pdf: install-pdf-am
398
399 install-pdf-am:
400
401 install-ps: install-ps-am
402
403 install-ps-am:
404
405 installcheck-am:
406
407 maintainer-clean: maintainer-clean-am
408         -rm -f Makefile
409 maintainer-clean-am: distclean-am maintainer-clean-generic
410
411 mostlyclean: mostlyclean-am
412
413 mostlyclean-am: mostlyclean-generic
414
415 pdf: pdf-am
416
417 pdf-am:
418
419 ps: ps-am
420
421 ps-am:
422
423 uninstall-am:
424
425 .MAKE: install-am install-strip
426
427 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
428         ctags-am distclean distclean-generic distdir dvi dvi-am html \
429         html-am info info-am install install-am install-data \
430         install-data-am install-dvi install-dvi-am install-exec \
431         install-exec-am install-html install-html-am install-info \
432         install-info-am install-man install-pdf install-pdf-am \
433         install-ps install-ps-am install-strip installcheck \
434         installcheck-am installdirs maintainer-clean \
435         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
436         pdf-am ps ps-am tags-am uninstall uninstall-am
437
438 .PRECIOUS: Makefile
439
440
441 # Tell versions [3.59,3.63) of GNU make to not export all variables.
442 # Otherwise a system limit (for SysV at least) may be exceeded.
443 .NOEXPORT: