1# Makefile.in generated by automake 1.14.1 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 - 2014, 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###########################################################################
38VPATH = @srcdir@
39am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
40am__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
82am__make_dryrun = (target_option=n; $(am__make_running_with_option))
83am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
84pkgdatadir = $(datadir)/@PACKAGE@
85pkgincludedir = $(includedir)/@PACKAGE@
86pkglibdir = $(libdir)/@PACKAGE@
87pkglibexecdir = $(libexecdir)/@PACKAGE@
88am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
89install_sh_DATA = $(install_sh) -c -m 644
90install_sh_PROGRAM = $(install_sh) -c
91install_sh_SCRIPT = $(install_sh) -c
92INSTALL_HEADER = $(INSTALL_DATA)
93transform = $(program_transform_name)
94NORMAL_INSTALL = :
95PRE_INSTALL = :
96POST_INSTALL = :
97NORMAL_UNINSTALL = :
98PRE_UNINSTALL = :
99POST_UNINSTALL = :
100build_triplet = @build@
101host_triplet = @host@
102subdir = docs
103DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
104	$(top_srcdir)/mkinstalldirs INSTALL THANKS TODO
105ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106am__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
123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124	$(ACLOCAL_M4)
125mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \
127	$(top_builddir)/include/curl/curlbuild.h
128CONFIG_CLEAN_FILES =
129CONFIG_CLEAN_VPATH_FILES =
130AM_V_P = $(am__v_P_@AM_V@)
131am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132am__v_P_0 = false
133am__v_P_1 = :
134AM_V_GEN = $(am__v_GEN_@AM_V@)
135am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136am__v_GEN_0 = @echo "  GEN     " $@;
137am__v_GEN_1 = 
138AM_V_at = $(am__v_at_@AM_V@)
139am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140am__v_at_0 = @
141am__v_at_1 = 
142depcomp =
143am__depfiles_maybe =
144SOURCES =
145DIST_SOURCES =
146RECURSIVE_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
154am__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
159am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
160am__vpath_adj = case $$p in \
161    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
162    *) f=$$p;; \
163  esac;
164am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
165am__install_max = 40
166am__nobase_strip_setup = \
167  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
168am__nobase_strip = \
169  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
170am__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] }'
177am__base_list = \
178  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
179  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
180am__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  }
186man1dir = $(mandir)/man1
187am__installdirs = "$(DESTDIR)$(man1dir)"
188MANS = $(man_MANS)
189RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
190  distclean-recursive maintainer-clean-recursive
191am__recursive_targets = \
192  $(RECURSIVE_TARGETS) \
193  $(RECURSIVE_CLEAN_TARGETS) \
194  $(am__extra_recursive_targets)
195AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
196	distdir
197am__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.
201am__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.
209am__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)`
214ETAGS = etags
215CTAGS = ctags
216DIST_SUBDIRS = $(SUBDIRS)
217DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218am__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"
243ACLOCAL = @ACLOCAL@
244AMTAR = @AMTAR@
245AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246AR = @AR@
247AS = @AS@
248AUTOCONF = @AUTOCONF@
249AUTOHEADER = @AUTOHEADER@
250AUTOMAKE = @AUTOMAKE@
251AWK = @AWK@
252BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
253CC = @CC@
254CCDEPMODE = @CCDEPMODE@
255CFLAGS = @CFLAGS@
256CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
257CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
258CPP = @CPP@
259CPPFLAGS = @CPPFLAGS@
260CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
261CURLVERSION = @CURLVERSION@
262CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
263CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
264CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
265CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
266CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
267CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
268CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
269CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
270CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
271CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
272CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
273CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
274CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
275CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
276CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
277CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
278CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
279CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
280CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
281CYGPATH_W = @CYGPATH_W@
282DEFS = @DEFS@
283DEPDIR = @DEPDIR@
284DLLTOOL = @DLLTOOL@
285DSYMUTIL = @DSYMUTIL@
286DUMPBIN = @DUMPBIN@
287ECHO_C = @ECHO_C@
288ECHO_N = @ECHO_N@
289ECHO_T = @ECHO_T@
290EGREP = @EGREP@
291ENABLE_SHARED = @ENABLE_SHARED@
292ENABLE_STATIC = @ENABLE_STATIC@
293EXEEXT = @EXEEXT@
294FGREP = @FGREP@
295GREP = @GREP@
296HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
297HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
298HAVE_LIBZ = @HAVE_LIBZ@
299HAVE_SSLEAY_SRP = @HAVE_SSLEAY_SRP@
300IDN_ENABLED = @IDN_ENABLED@
301INSTALL = @INSTALL@
302INSTALL_DATA = @INSTALL_DATA@
303INSTALL_PROGRAM = @INSTALL_PROGRAM@
304INSTALL_SCRIPT = @INSTALL_SCRIPT@
305INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
306IPV6_ENABLED = @IPV6_ENABLED@
307LD = @LD@
308LDFLAGS = @LDFLAGS@
309LIBCURL_LIBS = @LIBCURL_LIBS@
310LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
311LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
312LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
313LIBOBJS = @LIBOBJS@
314LIBS = @LIBS@
315LIBTOOL = @LIBTOOL@
316LIPO = @LIPO@
317LN_S = @LN_S@
318LTLIBOBJS = @LTLIBOBJS@
319MAINT = @MAINT@
320MAKEINFO = @MAKEINFO@
321MANIFEST_TOOL = @MANIFEST_TOOL@
322MANOPT = @MANOPT@
323MKDIR_P = @MKDIR_P@
324NM = @NM@
325NMEDIT = @NMEDIT@
326NROFF = @NROFF@
327OBJDUMP = @OBJDUMP@
328OBJEXT = @OBJEXT@
329OTOOL = @OTOOL@
330OTOOL64 = @OTOOL64@
331PACKAGE = @PACKAGE@
332PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
333PACKAGE_NAME = @PACKAGE_NAME@
334PACKAGE_STRING = @PACKAGE_STRING@
335PACKAGE_TARNAME = @PACKAGE_TARNAME@
336PACKAGE_URL = @PACKAGE_URL@
337PACKAGE_VERSION = @PACKAGE_VERSION@
338PATH_SEPARATOR = @PATH_SEPARATOR@
339PERL = @PERL@
340PKGADD_NAME = @PKGADD_NAME@
341PKGADD_PKG = @PKGADD_PKG@
342PKGADD_VENDOR = @PKGADD_VENDOR@
343PKGCONFIG = @PKGCONFIG@
344RANDOM_FILE = @RANDOM_FILE@
345RANLIB = @RANLIB@
346REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
347SED = @SED@
348SET_MAKE = @SET_MAKE@
349SHELL = @SHELL@
350SSL_ENABLED = @SSL_ENABLED@
351STRIP = @STRIP@
352SUPPORT_FEATURES = @SUPPORT_FEATURES@
353SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
354USE_ARES = @USE_ARES@
355USE_AXTLS = @USE_AXTLS@
356USE_CYASSL = @USE_CYASSL@
357USE_DARWINSSL = @USE_DARWINSSL@
358USE_GNUTLS = @USE_GNUTLS@
359USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
360USE_LIBRTMP = @USE_LIBRTMP@
361USE_LIBSSH2 = @USE_LIBSSH2@
362USE_NGHTTP2 = @USE_NGHTTP2@
363USE_NSS = @USE_NSS@
364USE_OPENLDAP = @USE_OPENLDAP@
365USE_POLARSSL = @USE_POLARSSL@
366USE_SCHANNEL = @USE_SCHANNEL@
367USE_SSLEAY = @USE_SSLEAY@
368USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
369VERSION = @VERSION@
370VERSIONNUM = @VERSIONNUM@
371ZLIB_LIBS = @ZLIB_LIBS@
372abs_builddir = @abs_builddir@
373abs_srcdir = @abs_srcdir@
374abs_top_builddir = @abs_top_builddir@
375abs_top_srcdir = @abs_top_srcdir@
376ac_ct_AR = @ac_ct_AR@
377ac_ct_CC = @ac_ct_CC@
378ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
379am__include = @am__include@
380am__leading_dot = @am__leading_dot@
381am__quote = @am__quote@
382am__tar = @am__tar@
383am__untar = @am__untar@
384bindir = @bindir@
385build = @build@
386build_alias = @build_alias@
387build_cpu = @build_cpu@
388build_os = @build_os@
389build_vendor = @build_vendor@
390builddir = @builddir@
391datadir = @datadir@
392datarootdir = @datarootdir@
393docdir = @docdir@
394dvidir = @dvidir@
395exec_prefix = @exec_prefix@
396host = @host@
397host_alias = @host_alias@
398host_cpu = @host_cpu@
399host_os = @host_os@
400host_vendor = @host_vendor@
401htmldir = @htmldir@
402includedir = @includedir@
403infodir = @infodir@
404install_sh = @install_sh@
405libdir = @libdir@
406libexecdir = @libexecdir@
407libext = @libext@
408localedir = @localedir@
409localstatedir = @localstatedir@
410mandir = @mandir@
411mkdir_p = @mkdir_p@
412oldincludedir = @oldincludedir@
413pdfdir = @pdfdir@
414prefix = @prefix@
415program_transform_name = @program_transform_name@
416psdir = @psdir@
417sbindir = @sbindir@
418sharedstatedir = @sharedstatedir@
419srcdir = @srcdir@
420subdirs = @subdirs@
421sysconfdir = @sysconfdir@
422target_alias = @target_alias@
423top_build_prefix = @top_build_prefix@
424top_builddir = @top_builddir@
425top_srcdir = @top_srcdir@
426AUTOMAKE_OPTIONS = foreign no-dependencies
427man_MANS = curl.1 curl-config.1
428noinst_man_MANS = mk-ca-bundle.1
429GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html
430PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf
431HTMLPAGES = $(GENHTMLPAGES) index.html
432SUBDIRS = examples libcurl
433CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES)
434EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS	 \
435 README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS	 \
436 KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) HISTORY INSTALL		 \
437 $(PDFPAGES) LICENSE-MIXING README.netware DISTRO-DILEMMA INSTALL.devcpp \
438 MAIL-ETIQUETTE HTTP-COOKIES LIBCURL-STRUCTS SECURITY RELEASE-PROCEDURE  \
439 SSL-PROBLEMS
440
441MAN2HTML = roffit < $< >$@
442SUFFIXES = .1 .html .pdf
443all: 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
460Makefile: $(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
478mostlyclean-libtool:
479	-rm -f *.lo
480
481clean-libtool:
482	-rm -rf .libs _libs
483install-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
517uninstall-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
561ID: $(am__tagged_files)
562	$(am__define_uniq_tagged_files); mkid -fID $$unique
563tags: tags-recursive
564TAGS: tags
565
566tags-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
594ctags: ctags-recursive
595
596CTAGS: ctags
597ctags-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
603GTAGS:
604	here=`$(am__cd) $(top_builddir) && pwd` \
605	  && $(am__cd) $(top_srcdir) \
606	  && gtags -i $(GTAGS_ARGS) "$$here"
607cscopelist: cscopelist-recursive
608
609cscopelist-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
623distclean-tags:
624	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
625
626distdir: $(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
681check-am: all-am
682check: check-recursive
683all-am: Makefile $(MANS)
684installdirs: installdirs-recursive
685installdirs-am:
686	for dir in "$(DESTDIR)$(man1dir)"; do \
687	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
688	done
689install: install-recursive
690install-exec: install-exec-recursive
691install-data: install-data-recursive
692uninstall: uninstall-recursive
693
694install-am: all-am
695	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
696
697installcheck: installcheck-recursive
698install-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
708mostlyclean-generic:
709
710clean-generic:
711	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
712
713distclean-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
717maintainer-clean-generic:
718	@echo "This command is intended for maintainers to use"
719	@echo "it deletes files that may require special tools to rebuild."
720clean: clean-recursive
721
722clean-am: clean-generic clean-libtool mostlyclean-am
723
724distclean: distclean-recursive
725	-rm -f Makefile
726distclean-am: clean-am distclean-generic distclean-tags
727
728dvi: dvi-recursive
729
730dvi-am:
731
732html-am:
733
734info: info-recursive
735
736info-am:
737
738install-data-am: install-man
739
740install-dvi: install-dvi-recursive
741
742install-dvi-am:
743
744install-exec-am:
745
746install-html: install-html-recursive
747
748install-html-am:
749
750install-info: install-info-recursive
751
752install-info-am:
753
754install-man: install-man1
755
756install-pdf: install-pdf-recursive
757
758install-pdf-am:
759
760install-ps: install-ps-recursive
761
762install-ps-am:
763
764installcheck-am:
765
766maintainer-clean: maintainer-clean-recursive
767	-rm -f Makefile
768maintainer-clean-am: distclean-am maintainer-clean-generic
769
770mostlyclean: mostlyclean-recursive
771
772mostlyclean-am: mostlyclean-generic mostlyclean-libtool
773
774pdf-am:
775
776ps: ps-recursive
777
778ps-am:
779
780uninstall-am: uninstall-man
781
782uninstall-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
801html: $(HTMLPAGES)
802	cd libcurl; make html
803
804pdf: $(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:
820