* clear out some warnings by gcc 9.3.1.
[alpine.git] / m4 / Makefile.in
blob2e198501c8a041c4998ea9a3c2176365a9709d85
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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.
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.
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; \
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/acx_pthread.m4 \
93 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
94 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
95 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
99 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = $(top_builddir)/include/config.h
105 CONFIG_CLEAN_FILES =
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 am__can_run_installinfo = \
122 case $$AM_UPDATE_INFO_DIR in \
123 n|no|NO) false;; \
124 *) (install-info --version) >/dev/null 2>&1;; \
125 esac
126 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
127 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs \
128 ChangeLog
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130 ACLOCAL = @ACLOCAL@
131 ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
132 ALPINE_HOSTSTAMP = @ALPINE_HOSTSTAMP@
133 AMTAR = @AMTAR@
134 AM_CFLAGS = @AM_CFLAGS@
135 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
136 AM_LDFLAGS = @AM_LDFLAGS@
137 AR = @AR@
138 AUTOCONF = @AUTOCONF@
139 AUTOHEADER = @AUTOHEADER@
140 AUTOMAKE = @AUTOMAKE@
141 AWK = @AWK@
142 CC = @CC@
143 CCDEPMODE = @CCDEPMODE@
144 CFLAGS = @CFLAGS@
145 CP = @CP@
146 CPP = @CPP@
147 CPPFLAGS = @CPPFLAGS@
148 CYGPATH_W = @CYGPATH_W@
149 C_CLIENT_AUTHS = @C_CLIENT_AUTHS@
150 C_CLIENT_BUNDLED = @C_CLIENT_BUNDLED@
151 C_CLIENT_CFLAGS = @C_CLIENT_CFLAGS@
152 C_CLIENT_GCCOPTLEVEL = @C_CLIENT_GCCOPTLEVEL@
153 C_CLIENT_LDFLAGS = @C_CLIENT_LDFLAGS@
154 C_CLIENT_SPECIALS = @C_CLIENT_SPECIALS@
155 C_CLIENT_TARGET = @C_CLIENT_TARGET@
156 C_CLIENT_WITH_IPV6 = @C_CLIENT_WITH_IPV6@
157 DEFS = @DEFS@
158 DEPDIR = @DEPDIR@
159 DLLTOOL = @DLLTOOL@
160 DSYMUTIL = @DSYMUTIL@
161 DUMPBIN = @DUMPBIN@
162 ECHO_C = @ECHO_C@
163 ECHO_N = @ECHO_N@
164 ECHO_T = @ECHO_T@
165 EGREP = @EGREP@
166 EXEEXT = @EXEEXT@
167 FGREP = @FGREP@
168 GMSGFMT = @GMSGFMT@
169 GMSGFMT_015 = @GMSGFMT_015@
170 GREP = @GREP@
171 INSTALL = @INSTALL@
172 INSTALL_DATA = @INSTALL_DATA@
173 INSTALL_PROGRAM = @INSTALL_PROGRAM@
174 INSTALL_SCRIPT = @INSTALL_SCRIPT@
175 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176 INTLLIBS = @INTLLIBS@
177 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
178 ISPELLPROG = @ISPELLPROG@
179 LD = @LD@
180 LDFLAGS = @LDFLAGS@
181 LIBICONV = @LIBICONV@
182 LIBINTL = @LIBINTL@
183 LIBOBJS = @LIBOBJS@
184 LIBS = @LIBS@
185 LIBTOOL = @LIBTOOL@
186 LIBTOOL_DEPS = @LIBTOOL_DEPS@
187 LIPO = @LIPO@
188 LN = @LN@
189 LN_S = @LN_S@
190 LS = @LS@
191 LTLIBICONV = @LTLIBICONV@
192 LTLIBINTL = @LTLIBINTL@
193 LTLIBOBJS = @LTLIBOBJS@
194 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
195 MAINT = @MAINT@
196 MAKE = @MAKE@
197 MAKEINFO = @MAKEINFO@
198 MANIFEST_TOOL = @MANIFEST_TOOL@
199 MKDIR_P = @MKDIR_P@
200 MSGFMT = @MSGFMT@
201 MSGFMT_015 = @MSGFMT_015@
202 MSGMERGE = @MSGMERGE@
203 NM = @NM@
204 NMEDIT = @NMEDIT@
205 NPA_PROG = @NPA_PROG@
206 OBJDUMP = @OBJDUMP@
207 OBJEXT = @OBJEXT@
208 OTOOL = @OTOOL@
209 OTOOL64 = @OTOOL64@
210 PACKAGE = @PACKAGE@
211 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212 PACKAGE_NAME = @PACKAGE_NAME@
213 PACKAGE_STRING = @PACKAGE_STRING@
214 PACKAGE_TARNAME = @PACKAGE_TARNAME@
215 PACKAGE_URL = @PACKAGE_URL@
216 PACKAGE_VERSION = @PACKAGE_VERSION@
217 PATH_SEPARATOR = @PATH_SEPARATOR@
218 POSUB = @POSUB@
219 PTHREAD_CC = @PTHREAD_CC@
220 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
221 PTHREAD_LIBS = @PTHREAD_LIBS@
222 PWPROG = @PWPROG@
223 RANLIB = @RANLIB@
224 REGEX_BUILD = @REGEX_BUILD@
225 RM = @RM@
226 SED = @SED@
227 SENDMAIL = @SENDMAIL@
228 SET_MAKE = @SET_MAKE@
229 SHELL = @SHELL@
230 SPELLPROG = @SPELLPROG@
231 STRIP = @STRIP@
232 USE_NLS = @USE_NLS@
233 VERSION = @VERSION@
234 WEB_BINDIR = @WEB_BINDIR@
235 WEB_BUILD = @WEB_BUILD@
236 WEB_PUBCOOKIE_BUILD = @WEB_PUBCOOKIE_BUILD@
237 WEB_PUBCOOKIE_LIB = @WEB_PUBCOOKIE_LIB@
238 WEB_PUBCOOKIE_LINK = @WEB_PUBCOOKIE_LINK@
239 XGETTEXT = @XGETTEXT@
240 XGETTEXT_015 = @XGETTEXT_015@
241 abs_builddir = @abs_builddir@
242 abs_srcdir = @abs_srcdir@
243 abs_top_builddir = @abs_top_builddir@
244 abs_top_srcdir = @abs_top_srcdir@
245 ac_ct_AR = @ac_ct_AR@
246 ac_ct_CC = @ac_ct_CC@
247 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248 acx_pthread_config = @acx_pthread_config@
249 alpine_interactive_spellcheck = @alpine_interactive_spellcheck@
250 alpine_simple_spellcheck = @alpine_simple_spellcheck@
251 am__include = @am__include@
252 am__leading_dot = @am__leading_dot@
253 am__quote = @am__quote@
254 am__tar = @am__tar@
255 am__untar = @am__untar@
256 bindir = @bindir@
257 build = @build@
258 build_alias = @build_alias@
259 build_cpu = @build_cpu@
260 build_os = @build_os@
261 build_vendor = @build_vendor@
262 builddir = @builddir@
263 datadir = @datadir@
264 datarootdir = @datarootdir@
265 docdir = @docdir@
266 dvidir = @dvidir@
267 exec_prefix = @exec_prefix@
268 host = @host@
269 host_alias = @host_alias@
270 host_cpu = @host_cpu@
271 host_os = @host_os@
272 host_vendor = @host_vendor@
273 htmldir = @htmldir@
274 includedir = @includedir@
275 infodir = @infodir@
276 install_sh = @install_sh@
277 libdir = @libdir@
278 libexecdir = @libexecdir@
279 localedir = @localedir@
280 localstatedir = @localstatedir@
281 mandir = @mandir@
282 mkdir_p = @mkdir_p@
283 oldincludedir = @oldincludedir@
284 pdfdir = @pdfdir@
285 prefix = @prefix@
286 program_transform_name = @program_transform_name@
287 psdir = @psdir@
288 sbindir = @sbindir@
289 sharedstatedir = @sharedstatedir@
290 srcdir = @srcdir@
291 sysconfdir = @sysconfdir@
292 target_alias = @target_alias@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 EXTRA_DIST = glibc2.m4 intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4
297 all: all-am
299 .SUFFIXES:
300 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
301 @for dep in $?; do \
302 case '$(am__configure_deps)' in \
303 *$$dep*) \
304 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305 && { if test -f $@; then exit 0; else break; fi; }; \
306 exit 1;; \
307 esac; \
308 done; \
309 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign m4/Makefile'; \
310 $(am__cd) $(top_srcdir) && \
311 $(AUTOMAKE) --foreign m4/Makefile
312 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313 @case '$?' in \
314 *config.status*) \
315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316 *) \
317 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319 esac;
321 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328 $(am__aclocal_m4_deps):
330 mostlyclean-libtool:
331 -rm -f *.lo
333 clean-libtool:
334 -rm -rf .libs _libs
335 tags TAGS:
337 ctags CTAGS:
339 cscope cscopelist:
342 distdir: $(DISTFILES)
343 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
344 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
345 list='$(DISTFILES)'; \
346 dist_files=`for file in $$list; do echo $$file; done | \
347 sed -e "s|^$$srcdirstrip/||;t" \
348 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
349 case $$dist_files in \
350 */*) $(MKDIR_P) `echo "$$dist_files" | \
351 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
352 sort -u` ;; \
353 esac; \
354 for file in $$dist_files; do \
355 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
356 if test -d $$d/$$file; then \
357 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
358 if test -d "$(distdir)/$$file"; then \
359 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
360 fi; \
361 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
363 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
364 fi; \
365 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
366 else \
367 test -f "$(distdir)/$$file" \
368 || cp -p $$d/$$file "$(distdir)/$$file" \
369 || exit 1; \
370 fi; \
371 done
372 check-am: all-am
373 check: check-am
374 all-am: Makefile
375 installdirs:
376 install: install-am
377 install-exec: install-exec-am
378 install-data: install-data-am
379 uninstall: uninstall-am
381 install-am: all-am
382 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
384 installcheck: installcheck-am
385 install-strip:
386 if test -z '$(STRIP)'; then \
387 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
388 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
389 install; \
390 else \
391 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
392 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
393 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
395 mostlyclean-generic:
397 clean-generic:
399 distclean-generic:
400 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
401 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
403 maintainer-clean-generic:
404 @echo "This command is intended for maintainers to use"
405 @echo "it deletes files that may require special tools to rebuild."
406 clean: clean-am
408 clean-am: clean-generic clean-libtool mostlyclean-am
410 distclean: distclean-am
411 -rm -f Makefile
412 distclean-am: clean-am distclean-generic
414 dvi: dvi-am
416 dvi-am:
418 html: html-am
420 html-am:
422 info: info-am
424 info-am:
426 install-data-am:
428 install-dvi: install-dvi-am
430 install-dvi-am:
432 install-exec-am:
434 install-html: install-html-am
436 install-html-am:
438 install-info: install-info-am
440 install-info-am:
442 install-man:
444 install-pdf: install-pdf-am
446 install-pdf-am:
448 install-ps: install-ps-am
450 install-ps-am:
452 installcheck-am:
454 maintainer-clean: maintainer-clean-am
455 -rm -f Makefile
456 maintainer-clean-am: distclean-am maintainer-clean-generic
458 mostlyclean: mostlyclean-am
460 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
462 pdf: pdf-am
464 pdf-am:
466 ps: ps-am
468 ps-am:
470 uninstall-am:
472 .MAKE: install-am install-strip
474 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
475 cscopelist-am ctags-am distclean distclean-generic \
476 distclean-libtool distdir dvi dvi-am html html-am info info-am \
477 install install-am install-data install-data-am install-dvi \
478 install-dvi-am install-exec install-exec-am install-html \
479 install-html-am install-info install-info-am install-man \
480 install-pdf install-pdf-am install-ps install-ps-am \
481 install-strip installcheck installcheck-am installdirs \
482 maintainer-clean maintainer-clean-generic mostlyclean \
483 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
484 tags-am uninstall uninstall-am
486 .PRECIOUS: Makefile
489 # Tell versions [3.59,3.63) of GNU make to not export all variables.
490 # Otherwise a system limit (for SysV at least) may be exceeded.
491 .NOEXPORT: