8451f04d24a96dcd5e3ec2e705834a2be1bf1d68
[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 - 2016, 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 https://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 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
331 MAINT = @MAINT@
332 MAKEINFO = @MAKEINFO@
333 MANIFEST_TOOL = @MANIFEST_TOOL@
334 MANOPT = @MANOPT@
335 MKDIR_P = @MKDIR_P@
336 NM = @NM@
337 NMEDIT = @NMEDIT@
338 NROFF = @NROFF@
339 NSS_LIBS = @NSS_LIBS@
340 OBJDUMP = @OBJDUMP@
341 OBJEXT = @OBJEXT@
342 OTOOL = @OTOOL@
343 OTOOL64 = @OTOOL64@
344 PACKAGE = @PACKAGE@
345 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
346 PACKAGE_NAME = @PACKAGE_NAME@
347 PACKAGE_STRING = @PACKAGE_STRING@
348 PACKAGE_TARNAME = @PACKAGE_TARNAME@
349 PACKAGE_URL = @PACKAGE_URL@
350 PACKAGE_VERSION = @PACKAGE_VERSION@
351 PATH_SEPARATOR = @PATH_SEPARATOR@
352 PERL = @PERL@
353 PKGADD_NAME = @PKGADD_NAME@
354 PKGADD_PKG = @PKGADD_PKG@
355 PKGADD_VENDOR = @PKGADD_VENDOR@
356 PKGCONFIG = @PKGCONFIG@
357 RANDOM_FILE = @RANDOM_FILE@
358 RANLIB = @RANLIB@
359 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
360 SED = @SED@
361 SET_MAKE = @SET_MAKE@
362 SHELL = @SHELL@
363 SSL_ENABLED = @SSL_ENABLED@
364 SSL_LIBS = @SSL_LIBS@
365 STRIP = @STRIP@
366 SUPPORT_FEATURES = @SUPPORT_FEATURES@
367 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
368 USE_ARES = @USE_ARES@
369 USE_AXTLS = @USE_AXTLS@
370 USE_CYASSL = @USE_CYASSL@
371 USE_DARWINSSL = @USE_DARWINSSL@
372 USE_GNUTLS = @USE_GNUTLS@
373 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
374 USE_LIBRTMP = @USE_LIBRTMP@
375 USE_LIBSSH2 = @USE_LIBSSH2@
376 USE_MBEDTLS = @USE_MBEDTLS@
377 USE_NGHTTP2 = @USE_NGHTTP2@
378 USE_NSS = @USE_NSS@
379 USE_OPENLDAP = @USE_OPENLDAP@
380 USE_POLARSSL = @USE_POLARSSL@
381 USE_SCHANNEL = @USE_SCHANNEL@
382 USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
383 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
384 VERSION = @VERSION@
385 VERSIONNUM = @VERSIONNUM@
386 ZLIB_LIBS = @ZLIB_LIBS@
387 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
388 abs_builddir = @abs_builddir@
389 abs_srcdir = @abs_srcdir@
390 abs_top_builddir = @abs_top_builddir@
391 abs_top_srcdir = @abs_top_srcdir@
392 ac_ct_AR = @ac_ct_AR@
393 ac_ct_CC = @ac_ct_CC@
394 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
395 am__include = @am__include@
396 am__leading_dot = @am__leading_dot@
397 am__quote = @am__quote@
398 am__tar = @am__tar@
399 am__untar = @am__untar@
400 bindir = @bindir@
401 build = @build@
402 build_alias = @build_alias@
403 build_cpu = @build_cpu@
404 build_os = @build_os@
405 build_vendor = @build_vendor@
406 builddir = @builddir@
407 datadir = @datadir@
408 datarootdir = @datarootdir@
409 docdir = @docdir@
410 dvidir = @dvidir@
411 exec_prefix = @exec_prefix@
412 host = @host@
413 host_alias = @host_alias@
414 host_cpu = @host_cpu@
415 host_os = @host_os@
416 host_vendor = @host_vendor@
417 htmldir = @htmldir@
418 includedir = @includedir@
419 infodir = @infodir@
420 install_sh = @install_sh@
421 libdir = @libdir@
422 libexecdir = @libexecdir@
423 libext = @libext@
424 localedir = @localedir@
425 localstatedir = @localstatedir@
426 mandir = @mandir@
427 mkdir_p = @mkdir_p@
428 oldincludedir = @oldincludedir@
429 pdfdir = @pdfdir@
430 prefix = @prefix@
431 program_transform_name = @program_transform_name@
432 psdir = @psdir@
433 runstatedir = @runstatedir@
434 sbindir = @sbindir@
435 sharedstatedir = @sharedstatedir@
436 srcdir = @srcdir@
437 subdirs = @subdirs@
438 sysconfdir = @sysconfdir@
439 target_alias = @target_alias@
440 top_build_prefix = @top_build_prefix@
441 top_builddir = @top_builddir@
442 top_srcdir = @top_srcdir@
443 AUTOMAKE_OPTIONS = foreign no-dependencies
444 man_MANS = curl.1 curl-config.1
445 noinst_man_MANS = mk-ca-bundle.1
446 GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html
447 PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf
448 HTMLPAGES = $(GENHTMLPAGES) index.html
449 SUBDIRS = examples libcurl
450 CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES)
451 EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS     \
452  README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS      \
453  KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) HISTORY INSTALL           \
454  $(PDFPAGES) LICENSE-MIXING README.netware INSTALL.devcpp               \
455  MAIL-ETIQUETTE HTTP-COOKIES SECURITY RELEASE-PROCEDURE SSL-PROBLEMS    \
456  HTTP2.md ROADMAP.md CODE_OF_CONDUCT.md CODE_STYLE.md
457
458 MAN2HTML = roffit < $< >$@
459 SUFFIXES = .1 .html .pdf
460 all: all-recursive
461
462 .SUFFIXES:
463 .SUFFIXES: .1 .html .pdf
464 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
465         @for dep in $?; do \
466           case '$(am__configure_deps)' in \
467             *$$dep*) \
468               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
469                 && { if test -f $@; then exit 0; else break; fi; }; \
470               exit 1;; \
471           esac; \
472         done; \
473         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
474         $(am__cd) $(top_srcdir) && \
475           $(AUTOMAKE) --foreign docs/Makefile
476 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
477         @case '$?' in \
478           *config.status*) \
479             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
480           *) \
481             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
482             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
483         esac;
484
485 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
486         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487
488 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
489         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
490 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
491         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492 $(am__aclocal_m4_deps):
493
494 mostlyclean-libtool:
495         -rm -f *.lo
496
497 clean-libtool:
498         -rm -rf .libs _libs
499 install-man1: $(man_MANS)
500         @$(NORMAL_INSTALL)
501         @list1=''; \
502         list2='$(man_MANS)'; \
503         test -n "$(man1dir)" \
504           && test -n "`echo $$list1$$list2`" \
505           || exit 0; \
506         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
507         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
508         { for i in $$list1; do echo "$$i"; done;  \
509         if test -n "$$list2"; then \
510           for i in $$list2; do echo "$$i"; done \
511             | sed -n '/\.1[a-z]*$$/p'; \
512         fi; \
513         } | while read p; do \
514           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
515           echo "$$d$$p"; echo "$$p"; \
516         done | \
517         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
518               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
519         sed 'N;N;s,\n, ,g' | { \
520         list=; while read file base inst; do \
521           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
522             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
523             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
524           fi; \
525         done; \
526         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
527         while read files; do \
528           test -z "$$files" || { \
529             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
530             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
531         done; }
532
533 uninstall-man1:
534         @$(NORMAL_UNINSTALL)
535         @list=''; test -n "$(man1dir)" || exit 0; \
536         files=`{ for i in $$list; do echo "$$i"; done; \
537         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
538           sed -n '/\.1[a-z]*$$/p'; \
539         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
540               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
541         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
542
543 # This directory's subdirectories are mostly independent; you can cd
544 # into them and run 'make' without going through this Makefile.
545 # To change the values of 'make' variables: instead of editing Makefiles,
546 # (1) if the variable is set in 'config.status', edit 'config.status'
547 #     (which will cause the Makefiles to be regenerated when you run 'make');
548 # (2) otherwise, pass the desired values on the 'make' command line.
549 $(am__recursive_targets):
550         @fail=; \
551         if $(am__make_keepgoing); then \
552           failcom='fail=yes'; \
553         else \
554           failcom='exit 1'; \
555         fi; \
556         dot_seen=no; \
557         target=`echo $@ | sed s/-recursive//`; \
558         case "$@" in \
559           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
560           *) list='$(SUBDIRS)' ;; \
561         esac; \
562         for subdir in $$list; do \
563           echo "Making $$target in $$subdir"; \
564           if test "$$subdir" = "."; then \
565             dot_seen=yes; \
566             local_target="$$target-am"; \
567           else \
568             local_target="$$target"; \
569           fi; \
570           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
571           || eval $$failcom; \
572         done; \
573         if test "$$dot_seen" = "no"; then \
574           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
575         fi; test -z "$$fail"
576
577 ID: $(am__tagged_files)
578         $(am__define_uniq_tagged_files); mkid -fID $$unique
579 tags: tags-recursive
580 TAGS: tags
581
582 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
583         set x; \
584         here=`pwd`; \
585         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
586           include_option=--etags-include; \
587           empty_fix=.; \
588         else \
589           include_option=--include; \
590           empty_fix=; \
591         fi; \
592         list='$(SUBDIRS)'; for subdir in $$list; do \
593           if test "$$subdir" = .; then :; else \
594             test ! -f $$subdir/TAGS || \
595               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
596           fi; \
597         done; \
598         $(am__define_uniq_tagged_files); \
599         shift; \
600         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
601           test -n "$$unique" || unique=$$empty_fix; \
602           if test $$# -gt 0; then \
603             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
604               "$$@" $$unique; \
605           else \
606             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
607               $$unique; \
608           fi; \
609         fi
610 ctags: ctags-recursive
611
612 CTAGS: ctags
613 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
614         $(am__define_uniq_tagged_files); \
615         test -z "$(CTAGS_ARGS)$$unique" \
616           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
617              $$unique
618
619 GTAGS:
620         here=`$(am__cd) $(top_builddir) && pwd` \
621           && $(am__cd) $(top_srcdir) \
622           && gtags -i $(GTAGS_ARGS) "$$here"
623 cscopelist: cscopelist-recursive
624
625 cscopelist-am: $(am__tagged_files)
626         list='$(am__tagged_files)'; \
627         case "$(srcdir)" in \
628           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
629           *) sdir=$(subdir)/$(srcdir) ;; \
630         esac; \
631         for i in $$list; do \
632           if test -f "$$i"; then \
633             echo "$(subdir)/$$i"; \
634           else \
635             echo "$$sdir/$$i"; \
636           fi; \
637         done >> $(top_builddir)/cscope.files
638
639 distclean-tags:
640         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
641
642 distdir: $(DISTFILES)
643         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
644         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
645         list='$(DISTFILES)'; \
646           dist_files=`for file in $$list; do echo $$file; done | \
647           sed -e "s|^$$srcdirstrip/||;t" \
648               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
649         case $$dist_files in \
650           */*) $(MKDIR_P) `echo "$$dist_files" | \
651                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
652                            sort -u` ;; \
653         esac; \
654         for file in $$dist_files; do \
655           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
656           if test -d $$d/$$file; then \
657             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
658             if test -d "$(distdir)/$$file"; then \
659               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
660             fi; \
661             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
662               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
663               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
664             fi; \
665             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
666           else \
667             test -f "$(distdir)/$$file" \
668             || cp -p $$d/$$file "$(distdir)/$$file" \
669             || exit 1; \
670           fi; \
671         done
672         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
673           if test "$$subdir" = .; then :; else \
674             $(am__make_dryrun) \
675               || test -d "$(distdir)/$$subdir" \
676               || $(MKDIR_P) "$(distdir)/$$subdir" \
677               || exit 1; \
678             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
679             $(am__relativize); \
680             new_distdir=$$reldir; \
681             dir1=$$subdir; dir2="$(top_distdir)"; \
682             $(am__relativize); \
683             new_top_distdir=$$reldir; \
684             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
685             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
686             ($(am__cd) $$subdir && \
687               $(MAKE) $(AM_MAKEFLAGS) \
688                 top_distdir="$$new_top_distdir" \
689                 distdir="$$new_distdir" \
690                 am__remove_distdir=: \
691                 am__skip_length_check=: \
692                 am__skip_mode_fix=: \
693                 distdir) \
694               || exit 1; \
695           fi; \
696         done
697 check-am: all-am
698 check: check-recursive
699 all-am: Makefile $(MANS)
700 installdirs: installdirs-recursive
701 installdirs-am:
702         for dir in "$(DESTDIR)$(man1dir)"; do \
703           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
704         done
705 install: install-recursive
706 install-exec: install-exec-recursive
707 install-data: install-data-recursive
708 uninstall: uninstall-recursive
709
710 install-am: all-am
711         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
712
713 installcheck: installcheck-recursive
714 install-strip:
715         if test -z '$(STRIP)'; then \
716           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
717             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
718               install; \
719         else \
720           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
721             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
722             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
723         fi
724 mostlyclean-generic:
725
726 clean-generic:
727         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
728
729 distclean-generic:
730         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
731         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
732
733 maintainer-clean-generic:
734         @echo "This command is intended for maintainers to use"
735         @echo "it deletes files that may require special tools to rebuild."
736 clean: clean-recursive
737
738 clean-am: clean-generic clean-libtool mostlyclean-am
739
740 distclean: distclean-recursive
741         -rm -f Makefile
742 distclean-am: clean-am distclean-generic distclean-tags
743
744 dvi: dvi-recursive
745
746 dvi-am:
747
748 html-am:
749
750 info: info-recursive
751
752 info-am:
753
754 install-data-am: install-man
755
756 install-dvi: install-dvi-recursive
757
758 install-dvi-am:
759
760 install-exec-am:
761
762 install-html: install-html-recursive
763
764 install-html-am:
765
766 install-info: install-info-recursive
767
768 install-info-am:
769
770 install-man: install-man1
771
772 install-pdf: install-pdf-recursive
773
774 install-pdf-am:
775
776 install-ps: install-ps-recursive
777
778 install-ps-am:
779
780 installcheck-am:
781
782 maintainer-clean: maintainer-clean-recursive
783         -rm -f Makefile
784 maintainer-clean-am: distclean-am maintainer-clean-generic
785
786 mostlyclean: mostlyclean-recursive
787
788 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
789
790 pdf-am:
791
792 ps: ps-recursive
793
794 ps-am:
795
796 uninstall-am: uninstall-man
797
798 uninstall-man: uninstall-man1
799
800 .MAKE: $(am__recursive_targets) install-am install-strip
801
802 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
803         check-am clean clean-generic clean-libtool cscopelist-am ctags \
804         ctags-am distclean distclean-generic distclean-libtool \
805         distclean-tags distdir dvi dvi-am html html-am info info-am \
806         install install-am install-data install-data-am install-dvi \
807         install-dvi-am install-exec install-exec-am install-html \
808         install-html-am install-info install-info-am install-man \
809         install-man1 install-pdf install-pdf-am install-ps \
810         install-ps-am install-strip installcheck installcheck-am \
811         installdirs installdirs-am maintainer-clean \
812         maintainer-clean-generic mostlyclean mostlyclean-generic \
813         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
814         uninstall-am uninstall-man uninstall-man1
815
816 .PRECIOUS: Makefile
817
818
819 html: $(HTMLPAGES)
820         cd libcurl && make html
821
822 pdf: $(PDFPAGES)
823         cd libcurl && make pdf
824
825 .1.html:
826         $(MAN2HTML)
827
828 .1.pdf:
829         @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
830         groff -Tps -man $< >$$foo.ps; \
831         ps2pdf $$foo.ps $@; \
832         rm $$foo.ps; \
833         echo "converted $< to $@")
834
835 # Tell versions [3.59,3.63) of GNU make to not export all variables.
836 # Otherwise a system limit (for SysV at least) may be exceeded.
837 .NOEXPORT: