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