Imported Upstream version 7.44.0
[platform/upstream/curl.git] / docs / 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
17 #***************************************************************************
18 #                                  _   _ ____  _
19 #  Project                     ___| | | |  _ \| |
20 #                             / __| | | | |_) | |
21 #                            | (__| |_| |  _ <| |___
22 #                             \___|\___/|_| \_\_____|
23 #
24 # Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
25 #
26 # This software is licensed as described in the file COPYING, which
27 # you should have received as part of this distribution. The terms
28 # are also available at http://curl.haxx.se/docs/copyright.html.
29 #
30 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
31 # copies of the Software, and permit persons to whom the Software is
32 # furnished to do so, under the terms of the COPYING file.
33 #
34 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
35 # KIND, either express or implied.
36 #
37 ###########################################################################
38 VPATH = @srcdir@
39 am__is_gnu_make = { \
40   if test -z '$(MAKELEVEL)'; then \
41     false; \
42   elif test -n '$(MAKE_HOST)'; then \
43     true; \
44   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45     true; \
46   else \
47     false; \
48   fi; \
49 }
50 am__make_running_with_option = \
51   case $${target_option-} in \
52       ?) ;; \
53       *) echo "am__make_running_with_option: internal error: invalid" \
54               "target option '$${target_option-}' specified" >&2; \
55          exit 1;; \
56   esac; \
57   has_opt=no; \
58   sane_makeflags=$$MAKEFLAGS; \
59   if $(am__is_gnu_make); then \
60     sane_makeflags=$$MFLAGS; \
61   else \
62     case $$MAKEFLAGS in \
63       *\\[\ \   ]*) \
64         bs=\\; \
65         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
67     esac; \
68   fi; \
69   skip_next=no; \
70   strip_trailopt () \
71   { \
72     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73   }; \
74   for flg in $$sane_makeflags; do \
75     test $$skip_next = yes && { skip_next=no; continue; }; \
76     case $$flg in \
77       *=*|--*) continue;; \
78         -*I) strip_trailopt 'I'; skip_next=yes;; \
79       -*I?*) strip_trailopt 'I';; \
80         -*O) strip_trailopt 'O'; skip_next=yes;; \
81       -*O?*) strip_trailopt 'O';; \
82         -*l) strip_trailopt 'l'; skip_next=yes;; \
83       -*l?*) strip_trailopt 'l';; \
84       -[dEDm]) skip_next=yes;; \
85       -[JT]) skip_next=yes;; \
86     esac; \
87     case $$flg in \
88       *$$target_option*) has_opt=yes; break;; \
89     esac; \
90   done; \
91   test $$has_opt = yes
92 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94 pkgdatadir = $(datadir)/@PACKAGE@
95 pkgincludedir = $(includedir)/@PACKAGE@
96 pkglibdir = $(libdir)/@PACKAGE@
97 pkglibexecdir = $(libexecdir)/@PACKAGE@
98 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99 install_sh_DATA = $(install_sh) -c -m 644
100 install_sh_PROGRAM = $(install_sh) -c
101 install_sh_SCRIPT = $(install_sh) -c
102 INSTALL_HEADER = $(INSTALL_DATA)
103 transform = $(program_transform_name)
104 NORMAL_INSTALL = :
105 PRE_INSTALL = :
106 POST_INSTALL = :
107 NORMAL_UNINSTALL = :
108 PRE_UNINSTALL = :
109 POST_UNINSTALL = :
110 build_triplet = @build@
111 host_triplet = @host@
112 subdir = docs
113 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 \
115         $(top_srcdir)/m4/curl-confopts.m4 \
116         $(top_srcdir)/m4/curl-functions.m4 \
117         $(top_srcdir)/m4/curl-openssl.m4 \
118         $(top_srcdir)/m4/curl-override.m4 \
119         $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
120         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
121         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
122         $(top_srcdir)/m4/xc-am-iface.m4 \
123         $(top_srcdir)/m4/xc-cc-check.m4 \
124         $(top_srcdir)/m4/xc-lt-iface.m4 \
125         $(top_srcdir)/m4/xc-translit.m4 \
126         $(top_srcdir)/m4/xc-val-flgs.m4 \
127         $(top_srcdir)/m4/zz40-xc-ovr.m4 \
128         $(top_srcdir)/m4/zz50-xc-ovr.m4 \
129         $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
130         $(top_srcdir)/configure.ac
131 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132         $(ACLOCAL_M4)
133 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
134 mkinstalldirs = $(install_sh) -d
135 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
136         $(top_builddir)/include/curl/curlbuild.h
137 CONFIG_CLEAN_FILES =
138 CONFIG_CLEAN_VPATH_FILES =
139 AM_V_P = $(am__v_P_@AM_V@)
140 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141 am__v_P_0 = false
142 am__v_P_1 = :
143 AM_V_GEN = $(am__v_GEN_@AM_V@)
144 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145 am__v_GEN_0 = @echo "  GEN     " $@;
146 am__v_GEN_1 = 
147 AM_V_at = $(am__v_at_@AM_V@)
148 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149 am__v_at_0 = @
150 am__v_at_1 = 
151 depcomp =
152 am__depfiles_maybe =
153 SOURCES =
154 DIST_SOURCES =
155 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
156         ctags-recursive dvi-recursive html-recursive info-recursive \
157         install-data-recursive install-dvi-recursive \
158         install-exec-recursive install-html-recursive \
159         install-info-recursive install-pdf-recursive \
160         install-ps-recursive install-recursive installcheck-recursive \
161         installdirs-recursive pdf-recursive ps-recursive \
162         tags-recursive uninstall-recursive
163 am__can_run_installinfo = \
164   case $$AM_UPDATE_INFO_DIR in \
165     n|no|NO) false;; \
166     *) (install-info --version) >/dev/null 2>&1;; \
167   esac
168 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
169 am__vpath_adj = case $$p in \
170     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
171     *) f=$$p;; \
172   esac;
173 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
174 am__install_max = 40
175 am__nobase_strip_setup = \
176   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
177 am__nobase_strip = \
178   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
179 am__nobase_list = $(am__nobase_strip_setup); \
180   for p in $$list; do echo "$$p $$p"; done | \
181   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
182   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
183     if (++n[$$2] == $(am__install_max)) \
184       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
185     END { for (dir in files) print dir, files[dir] }'
186 am__base_list = \
187   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
188   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
189 am__uninstall_files_from_dir = { \
190   test -z "$$files" \
191     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
192     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
193          $(am__cd) "$$dir" && rm -f $$files; }; \
194   }
195 man1dir = $(mandir)/man1
196 am__installdirs = "$(DESTDIR)$(man1dir)"
197 MANS = $(man_MANS)
198 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
199   distclean-recursive maintainer-clean-recursive
200 am__recursive_targets = \
201   $(RECURSIVE_TARGETS) \
202   $(RECURSIVE_CLEAN_TARGETS) \
203   $(am__extra_recursive_targets)
204 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
205         distdir
206 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
207 # Read a list of newline-separated strings from the standard input,
208 # and print each of them once, without duplicates.  Input order is
209 # *not* preserved.
210 am__uniquify_input = $(AWK) '\
211   BEGIN { nonempty = 0; } \
212   { items[$$0] = 1; nonempty = 1; } \
213   END { if (nonempty) { for (i in items) print i; }; } \
214 '
215 # Make sure the list of sources is unique.  This is necessary because,
216 # e.g., the same source file might be shared among _SOURCES variables
217 # for different programs/libraries.
218 am__define_uniq_tagged_files = \
219   list='$(am__tagged_files)'; \
220   unique=`for i in $$list; do \
221     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
222   done | $(am__uniquify_input)`
223 ETAGS = etags
224 CTAGS = ctags
225 DIST_SUBDIRS = $(SUBDIRS)
226 am__DIST_COMMON = $(srcdir)/Makefile.in INSTALL THANKS TODO
227 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228 am__relativize = \
229   dir0=`pwd`; \
230   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
231   sed_rest='s,^[^/]*/*,,'; \
232   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
233   sed_butlast='s,/*[^/]*$$,,'; \
234   while test -n "$$dir1"; do \
235     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
236     if test "$$first" != "."; then \
237       if test "$$first" = ".."; then \
238         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
239         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
240       else \
241         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
242         if test "$$first2" = "$$first"; then \
243           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
244         else \
245           dir2="../$$dir2"; \
246         fi; \
247         dir0="$$dir0"/"$$first"; \
248       fi; \
249     fi; \
250     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
251   done; \
252   reldir="$$dir2"
253 ACLOCAL = @ACLOCAL@
254 AMTAR = @AMTAR@
255 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
256 AR = @AR@
257 AS = @AS@
258 AUTOCONF = @AUTOCONF@
259 AUTOHEADER = @AUTOHEADER@
260 AUTOMAKE = @AUTOMAKE@
261 AWK = @AWK@
262 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
263 CC = @CC@
264 CCDEPMODE = @CCDEPMODE@
265 CFLAGS = @CFLAGS@
266 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
267 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
268 CPP = @CPP@
269 CPPFLAGS = @CPPFLAGS@
270 CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
271 CURLVERSION = @CURLVERSION@
272 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
273 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
274 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
275 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
276 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
277 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
278 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
279 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
280 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
281 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
282 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
283 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
284 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
285 CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
286 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
287 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
288 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
289 CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
290 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
291 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
292 CYGPATH_W = @CYGPATH_W@
293 DEFS = @DEFS@
294 DEPDIR = @DEPDIR@
295 DLLTOOL = @DLLTOOL@
296 DSYMUTIL = @DSYMUTIL@
297 DUMPBIN = @DUMPBIN@
298 ECHO_C = @ECHO_C@
299 ECHO_N = @ECHO_N@
300 ECHO_T = @ECHO_T@
301 EGREP = @EGREP@
302 ENABLE_SHARED = @ENABLE_SHARED@
303 ENABLE_STATIC = @ENABLE_STATIC@
304 EXEEXT = @EXEEXT@
305 FGREP = @FGREP@
306 GREP = @GREP@
307 HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
308 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
309 HAVE_LIBZ = @HAVE_LIBZ@
310 HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
311 IDN_ENABLED = @IDN_ENABLED@
312 INSTALL = @INSTALL@
313 INSTALL_DATA = @INSTALL_DATA@
314 INSTALL_PROGRAM = @INSTALL_PROGRAM@
315 INSTALL_SCRIPT = @INSTALL_SCRIPT@
316 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
317 IPV6_ENABLED = @IPV6_ENABLED@
318 LD = @LD@
319 LDFLAGS = @LDFLAGS@
320 LIBCURL_LIBS = @LIBCURL_LIBS@
321 LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
322 LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
323 LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
324 LIBOBJS = @LIBOBJS@
325 LIBS = @LIBS@
326 LIBTOOL = @LIBTOOL@
327 LIPO = @LIPO@
328 LN_S = @LN_S@
329 LTLIBOBJS = @LTLIBOBJS@
330 MAINT = @MAINT@
331 MAKEINFO = @MAKEINFO@
332 MANIFEST_TOOL = @MANIFEST_TOOL@
333 MANOPT = @MANOPT@
334 MKDIR_P = @MKDIR_P@
335 NM = @NM@
336 NMEDIT = @NMEDIT@
337 NROFF = @NROFF@
338 NSS_LIBS = @NSS_LIBS@
339 OBJDUMP = @OBJDUMP@
340 OBJEXT = @OBJEXT@
341 OTOOL = @OTOOL@
342 OTOOL64 = @OTOOL64@
343 PACKAGE = @PACKAGE@
344 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
345 PACKAGE_NAME = @PACKAGE_NAME@
346 PACKAGE_STRING = @PACKAGE_STRING@
347 PACKAGE_TARNAME = @PACKAGE_TARNAME@
348 PACKAGE_URL = @PACKAGE_URL@
349 PACKAGE_VERSION = @PACKAGE_VERSION@
350 PATH_SEPARATOR = @PATH_SEPARATOR@
351 PERL = @PERL@
352 PKGADD_NAME = @PKGADD_NAME@
353 PKGADD_PKG = @PKGADD_PKG@
354 PKGADD_VENDOR = @PKGADD_VENDOR@
355 PKGCONFIG = @PKGCONFIG@
356 RANDOM_FILE = @RANDOM_FILE@
357 RANLIB = @RANLIB@
358 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
359 SED = @SED@
360 SET_MAKE = @SET_MAKE@
361 SHELL = @SHELL@
362 SSL_ENABLED = @SSL_ENABLED@
363 SSL_LIBS = @SSL_LIBS@
364 STRIP = @STRIP@
365 SUPPORT_FEATURES = @SUPPORT_FEATURES@
366 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
367 USE_ARES = @USE_ARES@
368 USE_AXTLS = @USE_AXTLS@
369 USE_CYASSL = @USE_CYASSL@
370 USE_DARWINSSL = @USE_DARWINSSL@
371 USE_GNUTLS = @USE_GNUTLS@
372 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
373 USE_LIBRTMP = @USE_LIBRTMP@
374 USE_LIBSSH2 = @USE_LIBSSH2@
375 USE_NGHTTP2 = @USE_NGHTTP2@
376 USE_NSS = @USE_NSS@
377 USE_OPENLDAP = @USE_OPENLDAP@
378 USE_POLARSSL = @USE_POLARSSL@
379 USE_SCHANNEL = @USE_SCHANNEL@
380 USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
381 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
382 VERSION = @VERSION@
383 VERSIONNUM = @VERSIONNUM@
384 ZLIB_LIBS = @ZLIB_LIBS@
385 abs_builddir = @abs_builddir@
386 abs_srcdir = @abs_srcdir@
387 abs_top_builddir = @abs_top_builddir@
388 abs_top_srcdir = @abs_top_srcdir@
389 ac_ct_AR = @ac_ct_AR@
390 ac_ct_CC = @ac_ct_CC@
391 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
392 am__include = @am__include@
393 am__leading_dot = @am__leading_dot@
394 am__quote = @am__quote@
395 am__tar = @am__tar@
396 am__untar = @am__untar@
397 bindir = @bindir@
398 build = @build@
399 build_alias = @build_alias@
400 build_cpu = @build_cpu@
401 build_os = @build_os@
402 build_vendor = @build_vendor@
403 builddir = @builddir@
404 datadir = @datadir@
405 datarootdir = @datarootdir@
406 docdir = @docdir@
407 dvidir = @dvidir@
408 exec_prefix = @exec_prefix@
409 host = @host@
410 host_alias = @host_alias@
411 host_cpu = @host_cpu@
412 host_os = @host_os@
413 host_vendor = @host_vendor@
414 htmldir = @htmldir@
415 includedir = @includedir@
416 infodir = @infodir@
417 install_sh = @install_sh@
418 libdir = @libdir@
419 libexecdir = @libexecdir@
420 libext = @libext@
421 localedir = @localedir@
422 localstatedir = @localstatedir@
423 mandir = @mandir@
424 mkdir_p = @mkdir_p@
425 oldincludedir = @oldincludedir@
426 pdfdir = @pdfdir@
427 prefix = @prefix@
428 program_transform_name = @program_transform_name@
429 psdir = @psdir@
430 sbindir = @sbindir@
431 sharedstatedir = @sharedstatedir@
432 srcdir = @srcdir@
433 subdirs = @subdirs@
434 sysconfdir = @sysconfdir@
435 target_alias = @target_alias@
436 top_build_prefix = @top_build_prefix@
437 top_builddir = @top_builddir@
438 top_srcdir = @top_srcdir@
439 AUTOMAKE_OPTIONS = foreign no-dependencies
440 man_MANS = curl.1 curl-config.1
441 noinst_man_MANS = mk-ca-bundle.1
442 GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html
443 PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf
444 HTMLPAGES = $(GENHTMLPAGES) index.html
445 SUBDIRS = examples libcurl
446 CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES)
447 EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS      \
448  README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS       \
449  KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) HISTORY INSTALL            \
450  $(PDFPAGES) LICENSE-MIXING README.netware DISTRO-DILEMMA INSTALL.devcpp \
451  MAIL-ETIQUETTE HTTP-COOKIES SECURITY RELEASE-PROCEDURE  \
452  SSL-PROBLEMS HTTP2.md ROADMAP.md CODE_OF_CONDUCT.md
453
454 MAN2HTML = roffit < $< >$@
455 SUFFIXES = .1 .html .pdf
456 all: all-recursive
457
458 .SUFFIXES:
459 .SUFFIXES: .1 .html .pdf
460 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
461         @for dep in $?; do \
462           case '$(am__configure_deps)' in \
463             *$$dep*) \
464               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
465                 && { if test -f $@; then exit 0; else break; fi; }; \
466               exit 1;; \
467           esac; \
468         done; \
469         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
470         $(am__cd) $(top_srcdir) && \
471           $(AUTOMAKE) --foreign docs/Makefile
472 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
473         @case '$?' in \
474           *config.status*) \
475             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
476           *) \
477             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
478             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
479         esac;
480
481 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
482         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
483
484 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
485         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
486 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
487         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488 $(am__aclocal_m4_deps):
489
490 mostlyclean-libtool:
491         -rm -f *.lo
492
493 clean-libtool:
494         -rm -rf .libs _libs
495 install-man1: $(man_MANS)
496         @$(NORMAL_INSTALL)
497         @list1=''; \
498         list2='$(man_MANS)'; \
499         test -n "$(man1dir)" \
500           && test -n "`echo $$list1$$list2`" \
501           || exit 0; \
502         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
503         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
504         { for i in $$list1; do echo "$$i"; done;  \
505         if test -n "$$list2"; then \
506           for i in $$list2; do echo "$$i"; done \
507             | sed -n '/\.1[a-z]*$$/p'; \
508         fi; \
509         } | while read p; do \
510           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
511           echo "$$d$$p"; echo "$$p"; \
512         done | \
513         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
514               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
515         sed 'N;N;s,\n, ,g' | { \
516         list=; while read file base inst; do \
517           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
518             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
519             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
520           fi; \
521         done; \
522         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
523         while read files; do \
524           test -z "$$files" || { \
525             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
526             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
527         done; }
528
529 uninstall-man1:
530         @$(NORMAL_UNINSTALL)
531         @list=''; test -n "$(man1dir)" || exit 0; \
532         files=`{ for i in $$list; do echo "$$i"; done; \
533         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
534           sed -n '/\.1[a-z]*$$/p'; \
535         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
536               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
537         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
538
539 # This directory's subdirectories are mostly independent; you can cd
540 # into them and run 'make' without going through this Makefile.
541 # To change the values of 'make' variables: instead of editing Makefiles,
542 # (1) if the variable is set in 'config.status', edit 'config.status'
543 #     (which will cause the Makefiles to be regenerated when you run 'make');
544 # (2) otherwise, pass the desired values on the 'make' command line.
545 $(am__recursive_targets):
546         @fail=; \
547         if $(am__make_keepgoing); then \
548           failcom='fail=yes'; \
549         else \
550           failcom='exit 1'; \
551         fi; \
552         dot_seen=no; \
553         target=`echo $@ | sed s/-recursive//`; \
554         case "$@" in \
555           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
556           *) list='$(SUBDIRS)' ;; \
557         esac; \
558         for subdir in $$list; do \
559           echo "Making $$target in $$subdir"; \
560           if test "$$subdir" = "."; then \
561             dot_seen=yes; \
562             local_target="$$target-am"; \
563           else \
564             local_target="$$target"; \
565           fi; \
566           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
567           || eval $$failcom; \
568         done; \
569         if test "$$dot_seen" = "no"; then \
570           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
571         fi; test -z "$$fail"
572
573 ID: $(am__tagged_files)
574         $(am__define_uniq_tagged_files); mkid -fID $$unique
575 tags: tags-recursive
576 TAGS: tags
577
578 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
579         set x; \
580         here=`pwd`; \
581         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
582           include_option=--etags-include; \
583           empty_fix=.; \
584         else \
585           include_option=--include; \
586           empty_fix=; \
587         fi; \
588         list='$(SUBDIRS)'; for subdir in $$list; do \
589           if test "$$subdir" = .; then :; else \
590             test ! -f $$subdir/TAGS || \
591               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
592           fi; \
593         done; \
594         $(am__define_uniq_tagged_files); \
595         shift; \
596         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
597           test -n "$$unique" || unique=$$empty_fix; \
598           if test $$# -gt 0; then \
599             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600               "$$@" $$unique; \
601           else \
602             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
603               $$unique; \
604           fi; \
605         fi
606 ctags: ctags-recursive
607
608 CTAGS: ctags
609 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
610         $(am__define_uniq_tagged_files); \
611         test -z "$(CTAGS_ARGS)$$unique" \
612           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
613              $$unique
614
615 GTAGS:
616         here=`$(am__cd) $(top_builddir) && pwd` \
617           && $(am__cd) $(top_srcdir) \
618           && gtags -i $(GTAGS_ARGS) "$$here"
619 cscopelist: cscopelist-recursive
620
621 cscopelist-am: $(am__tagged_files)
622         list='$(am__tagged_files)'; \
623         case "$(srcdir)" in \
624           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
625           *) sdir=$(subdir)/$(srcdir) ;; \
626         esac; \
627         for i in $$list; do \
628           if test -f "$$i"; then \
629             echo "$(subdir)/$$i"; \
630           else \
631             echo "$$sdir/$$i"; \
632           fi; \
633         done >> $(top_builddir)/cscope.files
634
635 distclean-tags:
636         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
637
638 distdir: $(DISTFILES)
639         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
640         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
641         list='$(DISTFILES)'; \
642           dist_files=`for file in $$list; do echo $$file; done | \
643           sed -e "s|^$$srcdirstrip/||;t" \
644               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
645         case $$dist_files in \
646           */*) $(MKDIR_P) `echo "$$dist_files" | \
647                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
648                            sort -u` ;; \
649         esac; \
650         for file in $$dist_files; do \
651           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
652           if test -d $$d/$$file; then \
653             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
654             if test -d "$(distdir)/$$file"; then \
655               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
656             fi; \
657             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
658               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
659               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
660             fi; \
661             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
662           else \
663             test -f "$(distdir)/$$file" \
664             || cp -p $$d/$$file "$(distdir)/$$file" \
665             || exit 1; \
666           fi; \
667         done
668         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
669           if test "$$subdir" = .; then :; else \
670             $(am__make_dryrun) \
671               || test -d "$(distdir)/$$subdir" \
672               || $(MKDIR_P) "$(distdir)/$$subdir" \
673               || exit 1; \
674             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
675             $(am__relativize); \
676             new_distdir=$$reldir; \
677             dir1=$$subdir; dir2="$(top_distdir)"; \
678             $(am__relativize); \
679             new_top_distdir=$$reldir; \
680             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
681             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
682             ($(am__cd) $$subdir && \
683               $(MAKE) $(AM_MAKEFLAGS) \
684                 top_distdir="$$new_top_distdir" \
685                 distdir="$$new_distdir" \
686                 am__remove_distdir=: \
687                 am__skip_length_check=: \
688                 am__skip_mode_fix=: \
689                 distdir) \
690               || exit 1; \
691           fi; \
692         done
693 check-am: all-am
694 check: check-recursive
695 all-am: Makefile $(MANS)
696 installdirs: installdirs-recursive
697 installdirs-am:
698         for dir in "$(DESTDIR)$(man1dir)"; do \
699           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
700         done
701 install: install-recursive
702 install-exec: install-exec-recursive
703 install-data: install-data-recursive
704 uninstall: uninstall-recursive
705
706 install-am: all-am
707         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
708
709 installcheck: installcheck-recursive
710 install-strip:
711         if test -z '$(STRIP)'; then \
712           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
713             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714               install; \
715         else \
716           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
718             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
719         fi
720 mostlyclean-generic:
721
722 clean-generic:
723         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
724
725 distclean-generic:
726         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
727         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
728
729 maintainer-clean-generic:
730         @echo "This command is intended for maintainers to use"
731         @echo "it deletes files that may require special tools to rebuild."
732 clean: clean-recursive
733
734 clean-am: clean-generic clean-libtool mostlyclean-am
735
736 distclean: distclean-recursive
737         -rm -f Makefile
738 distclean-am: clean-am distclean-generic distclean-tags
739
740 dvi: dvi-recursive
741
742 dvi-am:
743
744 html-am:
745
746 info: info-recursive
747
748 info-am:
749
750 install-data-am: install-man
751
752 install-dvi: install-dvi-recursive
753
754 install-dvi-am:
755
756 install-exec-am:
757
758 install-html: install-html-recursive
759
760 install-html-am:
761
762 install-info: install-info-recursive
763
764 install-info-am:
765
766 install-man: install-man1
767
768 install-pdf: install-pdf-recursive
769
770 install-pdf-am:
771
772 install-ps: install-ps-recursive
773
774 install-ps-am:
775
776 installcheck-am:
777
778 maintainer-clean: maintainer-clean-recursive
779         -rm -f Makefile
780 maintainer-clean-am: distclean-am maintainer-clean-generic
781
782 mostlyclean: mostlyclean-recursive
783
784 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
785
786 pdf-am:
787
788 ps: ps-recursive
789
790 ps-am:
791
792 uninstall-am: uninstall-man
793
794 uninstall-man: uninstall-man1
795
796 .MAKE: $(am__recursive_targets) install-am install-strip
797
798 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
799         check-am clean clean-generic clean-libtool cscopelist-am ctags \
800         ctags-am distclean distclean-generic distclean-libtool \
801         distclean-tags distdir dvi dvi-am html html-am info info-am \
802         install install-am install-data install-data-am install-dvi \
803         install-dvi-am install-exec install-exec-am install-html \
804         install-html-am install-info install-info-am install-man \
805         install-man1 install-pdf install-pdf-am install-ps \
806         install-ps-am install-strip installcheck installcheck-am \
807         installdirs installdirs-am maintainer-clean \
808         maintainer-clean-generic mostlyclean mostlyclean-generic \
809         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
810         uninstall-am uninstall-man uninstall-man1
811
812 .PRECIOUS: Makefile
813
814
815 html: $(HTMLPAGES)
816         cd libcurl; make html
817
818 pdf: $(PDFPAGES)
819         cd libcurl; make pdf
820
821 .1.html:
822         $(MAN2HTML)
823
824 .1.pdf:
825         @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
826         groff -Tps -man $< >$$foo.ps; \
827         ps2pdf $$foo.ps $@; \
828         rm $$foo.ps; \
829         echo "converted $< to $@")
830
831 # Tell versions [3.59,3.63) of GNU make to not export all variables.
832 # Otherwise a system limit (for SysV at least) may be exceeded.
833 .NOEXPORT: