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