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