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