smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 - 2017, 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
39 #***************************************************************************
40 #                                  _   _ ____  _
41 #  Project                     ___| | | |  _ \| |
42 #                             / __| | | | |_) | |
43 #                            | (__| |_| |  _ <| |___
44 #                             \___|\___/|_| \_\_____|
45 #
46 # Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
47 #
48 # This software is licensed as described in the file COPYING, which
49 # you should have received as part of this distribution. The terms
50 # are also available at https://curl.haxx.se/docs/copyright.html.
51 #
52 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
53 # copies of the Software, and permit persons to whom the Software is
54 # furnished to do so, under the terms of the COPYING file.
55 #
56 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
57 # KIND, either express or implied.
58 #
59 ###########################################################################
60
61 # ./src/Makefile.inc
62 # Using the backslash as line continuation character might be problematic
63 # with some make flavours, as Watcom's wmake showed us already. If we
64 # ever want to change this in a portable manner then we should consider
65 # this idea (posted to the libcurl list by Adam Kellas):
66 # CSRC1 = file1.c file2.c file3.c
67 # CSRC2 = file4.c file5.c file6.c
68 # CSOURCES = $(CSRC1) $(CSRC2)
69
70
71 VPATH = @srcdir@
72 am__is_gnu_make = { \
73   if test -z '$(MAKELEVEL)'; then \
74     false; \
75   elif test -n '$(MAKE_HOST)'; then \
76     true; \
77   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
78     true; \
79   else \
80     false; \
81   fi; \
82 }
83 am__make_running_with_option = \
84   case $${target_option-} in \
85       ?) ;; \
86       *) echo "am__make_running_with_option: internal error: invalid" \
87               "target option '$${target_option-}' specified" >&2; \
88          exit 1;; \
89   esac; \
90   has_opt=no; \
91   sane_makeflags=$$MAKEFLAGS; \
92   if $(am__is_gnu_make); then \
93     sane_makeflags=$$MFLAGS; \
94   else \
95     case $$MAKEFLAGS in \
96       *\\[\ \   ]*) \
97         bs=\\; \
98         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
99           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
100     esac; \
101   fi; \
102   skip_next=no; \
103   strip_trailopt () \
104   { \
105     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
106   }; \
107   for flg in $$sane_makeflags; do \
108     test $$skip_next = yes && { skip_next=no; continue; }; \
109     case $$flg in \
110       *=*|--*) continue;; \
111         -*I) strip_trailopt 'I'; skip_next=yes;; \
112       -*I?*) strip_trailopt 'I';; \
113         -*O) strip_trailopt 'O'; skip_next=yes;; \
114       -*O?*) strip_trailopt 'O';; \
115         -*l) strip_trailopt 'l'; skip_next=yes;; \
116       -*l?*) strip_trailopt 'l';; \
117       -[dEDm]) skip_next=yes;; \
118       -[JT]) skip_next=yes;; \
119     esac; \
120     case $$flg in \
121       *$$target_option*) has_opt=yes; break;; \
122     esac; \
123   done; \
124   test $$has_opt = yes
125 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
126 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
127 pkgdatadir = $(datadir)/@PACKAGE@
128 pkgincludedir = $(includedir)/@PACKAGE@
129 pkglibdir = $(libdir)/@PACKAGE@
130 pkglibexecdir = $(libexecdir)/@PACKAGE@
131 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
132 install_sh_DATA = $(install_sh) -c -m 644
133 install_sh_PROGRAM = $(install_sh) -c
134 install_sh_SCRIPT = $(install_sh) -c
135 INSTALL_HEADER = $(INSTALL_DATA)
136 transform = $(program_transform_name)
137 NORMAL_INSTALL = :
138 PRE_INSTALL = :
139 POST_INSTALL = :
140 NORMAL_UNINSTALL = :
141 PRE_UNINSTALL = :
142 POST_UNINSTALL = :
143 build_triplet = @build@
144 host_triplet = @host@
145 subdir = .
146 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
147 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \
148         $(top_srcdir)/m4/curl-compilers.m4 \
149         $(top_srcdir)/m4/curl-confopts.m4 \
150         $(top_srcdir)/m4/curl-functions.m4 \
151         $(top_srcdir)/m4/curl-openssl.m4 \
152         $(top_srcdir)/m4/curl-override.m4 \
153         $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
154         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
155         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
156         $(top_srcdir)/m4/xc-am-iface.m4 \
157         $(top_srcdir)/m4/xc-cc-check.m4 \
158         $(top_srcdir)/m4/xc-lt-iface.m4 \
159         $(top_srcdir)/m4/xc-translit.m4 \
160         $(top_srcdir)/m4/xc-val-flgs.m4 \
161         $(top_srcdir)/m4/zz40-xc-ovr.m4 \
162         $(top_srcdir)/m4/zz50-xc-ovr.m4 \
163         $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
164         $(top_srcdir)/configure.ac
165 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
166         $(ACLOCAL_M4)
167 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
168         $(am__configure_deps) $(am__DIST_COMMON)
169 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
170  configure.lineno config.status.lineno
171 mkinstalldirs = $(install_sh) -d
172 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
173 CONFIG_CLEAN_FILES = curl-config libcurl.pc
174 CONFIG_CLEAN_VPATH_FILES =
175 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
176 am__vpath_adj = case $$p in \
177     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
178     *) f=$$p;; \
179   esac;
180 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
181 am__install_max = 40
182 am__nobase_strip_setup = \
183   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
184 am__nobase_strip = \
185   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
186 am__nobase_list = $(am__nobase_strip_setup); \
187   for p in $$list; do echo "$$p $$p"; done | \
188   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
189   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
190     if (++n[$$2] == $(am__install_max)) \
191       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
192     END { for (dir in files) print dir, files[dir] }'
193 am__base_list = \
194   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
195   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
196 am__uninstall_files_from_dir = { \
197   test -z "$$files" \
198     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
199     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
200          $(am__cd) "$$dir" && rm -f $$files; }; \
201   }
202 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
203 SCRIPTS = $(bin_SCRIPTS)
204 AM_V_P = $(am__v_P_@AM_V@)
205 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
206 am__v_P_0 = false
207 am__v_P_1 = :
208 AM_V_GEN = $(am__v_GEN_@AM_V@)
209 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
210 am__v_GEN_0 = @echo "  GEN     " $@;
211 am__v_GEN_1 = 
212 AM_V_at = $(am__v_at_@AM_V@)
213 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
214 am__v_at_0 = @
215 am__v_at_1 = 
216 SOURCES =
217 DIST_SOURCES =
218 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
219         ctags-recursive dvi-recursive html-recursive info-recursive \
220         install-data-recursive install-dvi-recursive \
221         install-exec-recursive install-html-recursive \
222         install-info-recursive install-pdf-recursive \
223         install-ps-recursive install-recursive installcheck-recursive \
224         installdirs-recursive pdf-recursive ps-recursive \
225         tags-recursive uninstall-recursive
226 am__can_run_installinfo = \
227   case $$AM_UPDATE_INFO_DIR in \
228     n|no|NO) false;; \
229     *) (install-info --version) >/dev/null 2>&1;; \
230   esac
231 DATA = $(pkgconfig_DATA)
232 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
233   distclean-recursive maintainer-clean-recursive
234 am__recursive_targets = \
235   $(RECURSIVE_TARGETS) \
236   $(RECURSIVE_CLEAN_TARGETS) \
237   $(am__extra_recursive_targets)
238 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
239         cscope distdir dist dist-all distcheck
240 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
241 # Read a list of newline-separated strings from the standard input,
242 # and print each of them once, without duplicates.  Input order is
243 # *not* preserved.
244 am__uniquify_input = $(AWK) '\
245   BEGIN { nonempty = 0; } \
246   { items[$$0] = 1; nonempty = 1; } \
247   END { if (nonempty) { for (i in items) print i; }; } \
248 '
249 # Make sure the list of sources is unique.  This is necessary because,
250 # e.g., the same source file might be shared among _SOURCES variables
251 # for different programs/libraries.
252 am__define_uniq_tagged_files = \
253   list='$(am__tagged_files)'; \
254   unique=`for i in $$list; do \
255     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
256   done | $(am__uniquify_input)`
257 ETAGS = etags
258 CTAGS = ctags
259 CSCOPE = cscope
260 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/curl-config.in \
261         $(srcdir)/lib/Makefile.inc $(srcdir)/libcurl.pc.in \
262         $(srcdir)/src/Makefile.inc COPYING README compile config.guess \
263         config.sub depcomp install-sh ltmain.sh missing
264 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
265 distdir = $(PACKAGE)-$(VERSION)
266 top_distdir = $(distdir)
267 am__remove_distdir = \
268   if test -d "$(distdir)"; then \
269     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
270       && rm -rf "$(distdir)" \
271       || { sleep 5 && rm -rf "$(distdir)"; }; \
272   else :; fi
273 am__post_remove_distdir = $(am__remove_distdir)
274 am__relativize = \
275   dir0=`pwd`; \
276   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
277   sed_rest='s,^[^/]*/*,,'; \
278   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
279   sed_butlast='s,/*[^/]*$$,,'; \
280   while test -n "$$dir1"; do \
281     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
282     if test "$$first" != "."; then \
283       if test "$$first" = ".."; then \
284         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
285         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
286       else \
287         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
288         if test "$$first2" = "$$first"; then \
289           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
290         else \
291           dir2="../$$dir2"; \
292         fi; \
293         dir0="$$dir0"/"$$first"; \
294       fi; \
295     fi; \
296     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
297   done; \
298   reldir="$$dir2"
299 DIST_ARCHIVES = $(distdir).tar.gz
300 GZIP_ENV = --best
301 DIST_TARGETS = dist-gzip
302 distuninstallcheck_listfiles = find . -type f -print
303 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
304   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
305 distcleancheck_listfiles = find . -type f -print
306 ACLOCAL = @ACLOCAL@
307 AMTAR = @AMTAR@
308 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
309 AR = @AR@
310 AS = @AS@
311 AUTOCONF = @AUTOCONF@
312 AUTOHEADER = @AUTOHEADER@
313 AUTOMAKE = @AUTOMAKE@
314 AWK = @AWK@
315 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
316 CC = @CC@
317 CCDEPMODE = @CCDEPMODE@
318 CFLAGS = @CFLAGS@
319 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
320 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
321 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
322 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
323 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
324 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
325 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
326 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
327 CPP = @CPP@
328 CPPFLAGS = @CPPFLAGS@
329 CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
330 CURLVERSION = @CURLVERSION@
331 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
332 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
333 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
334 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
335 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
336 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
337 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
338 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
339 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
340 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
341 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
342 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
343 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
344 CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
345 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
346 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
347 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
348 CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
349 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
350 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
351 CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
352 CYGPATH_W = @CYGPATH_W@
353 DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
354 DEFS = @DEFS@
355 DEPDIR = @DEPDIR@
356 DLLTOOL = @DLLTOOL@
357 DSYMUTIL = @DSYMUTIL@
358 DUMPBIN = @DUMPBIN@
359 ECHO_C = @ECHO_C@
360 ECHO_N = @ECHO_N@
361 ECHO_T = @ECHO_T@
362 EGREP = @EGREP@
363 ENABLE_SHARED = @ENABLE_SHARED@
364 ENABLE_STATIC = @ENABLE_STATIC@
365 EXEEXT = @EXEEXT@
366 FGREP = @FGREP@
367 GCOV = @GCOV@
368 GENHTML = @GENHTML@
369 GREP = @GREP@
370 HAVE_BROTLI = @HAVE_BROTLI@
371 HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
372 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
373 HAVE_LIBZ = @HAVE_LIBZ@
374 HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
375 IDN_ENABLED = @IDN_ENABLED@
376 INSTALL = @INSTALL@
377 INSTALL_DATA = @INSTALL_DATA@
378 INSTALL_PROGRAM = @INSTALL_PROGRAM@
379 INSTALL_SCRIPT = @INSTALL_SCRIPT@
380 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
381 IPV6_ENABLED = @IPV6_ENABLED@
382 LCOV = @LCOV@
383 LD = @LD@
384 LDFLAGS = @LDFLAGS@
385 LIBCURL_LIBS = @LIBCURL_LIBS@
386 LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
387 LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
388 LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
389 LIBOBJS = @LIBOBJS@
390 LIBS = @LIBS@
391 LIBTOOL = @LIBTOOL@
392 LIPO = @LIPO@
393 LN_S = @LN_S@
394 LTLIBOBJS = @LTLIBOBJS@
395 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
396 MAINT = @MAINT@
397 MAKEINFO = @MAKEINFO@
398 MANIFEST_TOOL = @MANIFEST_TOOL@
399 MANOPT = @MANOPT@
400 MKDIR_P = @MKDIR_P@
401 NM = @NM@
402 NMEDIT = @NMEDIT@
403 NROFF = @NROFF@
404 NSS_LIBS = @NSS_LIBS@
405 OBJDUMP = @OBJDUMP@
406 OBJEXT = @OBJEXT@
407 OTOOL = @OTOOL@
408 OTOOL64 = @OTOOL64@
409 PACKAGE = @PACKAGE@
410 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
411 PACKAGE_NAME = @PACKAGE_NAME@
412 PACKAGE_STRING = @PACKAGE_STRING@
413 PACKAGE_TARNAME = @PACKAGE_TARNAME@
414 PACKAGE_URL = @PACKAGE_URL@
415 PACKAGE_VERSION = @PACKAGE_VERSION@
416 PATH_SEPARATOR = @PATH_SEPARATOR@
417 PERL = @PERL@
418 PKGADD_NAME = @PKGADD_NAME@
419 PKGADD_PKG = @PKGADD_PKG@
420 PKGADD_VENDOR = @PKGADD_VENDOR@
421 PKGCONFIG = @PKGCONFIG@
422 RANDOM_FILE = @RANDOM_FILE@
423 RANLIB = @RANLIB@
424 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
425 SED = @SED@
426 SET_MAKE = @SET_MAKE@
427 SHELL = @SHELL@
428 SSL_BACKENDS = @SSL_BACKENDS@
429 SSL_ENABLED = @SSL_ENABLED@
430 SSL_LIBS = @SSL_LIBS@
431 STRIP = @STRIP@
432 SUPPORT_FEATURES = @SUPPORT_FEATURES@
433 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
434 USE_ARES = @USE_ARES@
435 USE_AXTLS = @USE_AXTLS@
436 USE_CYASSL = @USE_CYASSL@
437 USE_DARWINSSL = @USE_DARWINSSL@
438 USE_GNUTLS = @USE_GNUTLS@
439 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
440 USE_LIBRTMP = @USE_LIBRTMP@
441 USE_LIBSSH = @USE_LIBSSH@
442 USE_LIBSSH2 = @USE_LIBSSH2@
443 USE_MBEDTLS = @USE_MBEDTLS@
444 USE_NGHTTP2 = @USE_NGHTTP2@
445 USE_NSS = @USE_NSS@
446 USE_OPENLDAP = @USE_OPENLDAP@
447 USE_POLARSSL = @USE_POLARSSL@
448 USE_SCHANNEL = @USE_SCHANNEL@
449 USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
450 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
451 VERSION = @VERSION@
452 VERSIONNUM = @VERSIONNUM@
453 ZLIB_LIBS = @ZLIB_LIBS@
454 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
455 abs_builddir = @abs_builddir@
456 abs_srcdir = @abs_srcdir@
457 abs_top_builddir = @abs_top_builddir@
458 abs_top_srcdir = @abs_top_srcdir@
459 ac_ct_AR = @ac_ct_AR@
460 ac_ct_CC = @ac_ct_CC@
461 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
462 am__include = @am__include@
463 am__leading_dot = @am__leading_dot@
464 am__quote = @am__quote@
465 am__tar = @am__tar@
466 am__untar = @am__untar@
467 bindir = @bindir@
468 build = @build@
469 build_alias = @build_alias@
470 build_cpu = @build_cpu@
471 build_os = @build_os@
472 build_vendor = @build_vendor@
473 builddir = @builddir@
474 datadir = @datadir@
475 datarootdir = @datarootdir@
476 docdir = @docdir@
477 dvidir = @dvidir@
478 exec_prefix = @exec_prefix@
479 host = @host@
480 host_alias = @host_alias@
481 host_cpu = @host_cpu@
482 host_os = @host_os@
483 host_vendor = @host_vendor@
484 htmldir = @htmldir@
485 includedir = @includedir@
486 infodir = @infodir@
487 install_sh = @install_sh@
488 libdir = @libdir@
489 libexecdir = @libexecdir@
490 libext = @libext@
491 localedir = @localedir@
492 localstatedir = @localstatedir@
493 mandir = @mandir@
494 mkdir_p = @mkdir_p@
495 oldincludedir = @oldincludedir@
496 pdfdir = @pdfdir@
497 prefix = @prefix@
498 program_transform_name = @program_transform_name@
499 psdir = @psdir@
500 runstatedir = @runstatedir@
501 sbindir = @sbindir@
502 sharedstatedir = @sharedstatedir@
503 srcdir = @srcdir@
504 subdirs = @subdirs@
505 sysconfdir = @sysconfdir@
506 target_alias = @target_alias@
507 top_build_prefix = @top_build_prefix@
508 top_builddir = @top_builddir@
509 top_srcdir = @top_srcdir@
510 AUTOMAKE_OPTIONS = foreign
511 ACLOCAL_AMFLAGS = -I m4
512 CMAKE_DIST = CMakeLists.txt CMake/CMakeConfigurableFile.in      \
513  CMake/CurlTests.c CMake/FindGSS.cmake CMake/OtherTests.cmake   \
514  CMake/Platforms/WindowsCache.cmake CMake/Utilities.cmake       \
515  CMake/Macros.cmake              \
516  CMake/CurlSymbolHiding.cmake CMake/FindCARES.cmake             \
517  CMake/FindLibSSH2.cmake CMake/FindNGHTTP2.cmake                \
518  CMake/FindMbedTLS.cmake CMake/cmake_uninstall.cmake.in         \
519  CMake/curl-config.cmake
520
521 VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl
522 VC6_LIBDSP = projects/Windows/VC6/lib/libcurl.dsp.dist
523 VC6_LIBDSP_DEPS = $(VC6_LIBTMPL) Makefile.am lib/Makefile.inc
524 VC6_SRCTMPL = projects/Windows/VC6/src/curl.tmpl
525 VC6_SRCDSP = projects/Windows/VC6/src/curl.dsp.dist
526 VC6_SRCDSP_DEPS = $(VC6_SRCTMPL) Makefile.am src/Makefile.inc
527 VC7_LIBTMPL = projects/Windows/VC7/lib/libcurl.tmpl
528 VC7_LIBVCPROJ = projects/Windows/VC7/lib/libcurl.vcproj.dist
529 VC7_LIBVCPROJ_DEPS = $(VC7_LIBTMPL) Makefile.am lib/Makefile.inc
530 VC7_SRCTMPL = projects/Windows/VC7/src/curl.tmpl
531 VC7_SRCVCPROJ = projects/Windows/VC7/src/curl.vcproj.dist
532 VC7_SRCVCPROJ_DEPS = $(VC7_SRCTMPL) Makefile.am src/Makefile.inc
533 VC71_LIBTMPL = projects/Windows/VC7.1/lib/libcurl.tmpl
534 VC71_LIBVCPROJ = projects/Windows/VC7.1/lib/libcurl.vcproj.dist
535 VC71_LIBVCPROJ_DEPS = $(VC71_LIBTMPL) Makefile.am lib/Makefile.inc
536 VC71_SRCTMPL = projects/Windows/VC7.1/src/curl.tmpl
537 VC71_SRCVCPROJ = projects/Windows/VC7.1/src/curl.vcproj.dist
538 VC71_SRCVCPROJ_DEPS = $(VC71_SRCTMPL) Makefile.am src/Makefile.inc
539 VC8_LIBTMPL = projects/Windows/VC8/lib/libcurl.tmpl
540 VC8_LIBVCPROJ = projects/Windows/VC8/lib/libcurl.vcproj.dist
541 VC8_LIBVCPROJ_DEPS = $(VC8_LIBTMPL) Makefile.am lib/Makefile.inc
542 VC8_SRCTMPL = projects/Windows/VC8/src/curl.tmpl
543 VC8_SRCVCPROJ = projects/Windows/VC8/src/curl.vcproj.dist
544 VC8_SRCVCPROJ_DEPS = $(VC8_SRCTMPL) Makefile.am src/Makefile.inc
545 VC9_LIBTMPL = projects/Windows/VC9/lib/libcurl.tmpl
546 VC9_LIBVCPROJ = projects/Windows/VC9/lib/libcurl.vcproj.dist
547 VC9_LIBVCPROJ_DEPS = $(VC9_LIBTMPL) Makefile.am lib/Makefile.inc
548 VC9_SRCTMPL = projects/Windows/VC9/src/curl.tmpl
549 VC9_SRCVCPROJ = projects/Windows/VC9/src/curl.vcproj.dist
550 VC9_SRCVCPROJ_DEPS = $(VC9_SRCTMPL) Makefile.am src/Makefile.inc
551 VC10_LIBTMPL = projects/Windows/VC10/lib/libcurl.tmpl
552 VC10_LIBVCXPROJ = projects/Windows/VC10/lib/libcurl.vcxproj.dist
553 VC10_LIBVCXPROJ_DEPS = $(VC10_LIBTMPL) Makefile.am lib/Makefile.inc
554 VC10_SRCTMPL = projects/Windows/VC10/src/curl.tmpl
555 VC10_SRCVCXPROJ = projects/Windows/VC10/src/curl.vcxproj.dist
556 VC10_SRCVCXPROJ_DEPS = $(VC10_SRCTMPL) Makefile.am src/Makefile.inc
557 VC11_LIBTMPL = projects/Windows/VC11/lib/libcurl.tmpl
558 VC11_LIBVCXPROJ = projects/Windows/VC11/lib/libcurl.vcxproj.dist
559 VC11_LIBVCXPROJ_DEPS = $(VC11_LIBTMPL) Makefile.am lib/Makefile.inc
560 VC11_SRCTMPL = projects/Windows/VC11/src/curl.tmpl
561 VC11_SRCVCXPROJ = projects/Windows/VC11/src/curl.vcxproj.dist
562 VC11_SRCVCXPROJ_DEPS = $(VC11_SRCTMPL) Makefile.am src/Makefile.inc
563 VC12_LIBTMPL = projects/Windows/VC12/lib/libcurl.tmpl
564 VC12_LIBVCXPROJ = projects/Windows/VC12/lib/libcurl.vcxproj.dist
565 VC12_LIBVCXPROJ_DEPS = $(VC12_LIBTMPL) Makefile.am lib/Makefile.inc
566 VC12_SRCTMPL = projects/Windows/VC12/src/curl.tmpl
567 VC12_SRCVCXPROJ = projects/Windows/VC12/src/curl.vcxproj.dist
568 VC12_SRCVCXPROJ_DEPS = $(VC12_SRCTMPL) Makefile.am src/Makefile.inc
569 VC14_LIBTMPL = projects/Windows/VC14/lib/libcurl.tmpl
570 VC14_LIBVCXPROJ = projects/Windows/VC14/lib/libcurl.vcxproj.dist
571 VC14_LIBVCXPROJ_DEPS = $(VC14_LIBTMPL) Makefile.am lib/Makefile.inc
572 VC14_SRCTMPL = projects/Windows/VC14/src/curl.tmpl
573 VC14_SRCVCXPROJ = projects/Windows/VC14/src/curl.vcxproj.dist
574 VC14_SRCVCXPROJ_DEPS = $(VC14_SRCTMPL) Makefile.am src/Makefile.inc
575 VC15_LIBTMPL = projects/Windows/VC15/lib/libcurl.tmpl
576 VC15_LIBVCXPROJ = projects/Windows/VC15/lib/libcurl.vcxproj.dist
577 VC15_LIBVCXPROJ_DEPS = $(VC15_LIBTMPL) Makefile.am lib/Makefile.inc
578 VC15_SRCTMPL = projects/Windows/VC15/src/curl.tmpl
579 VC15_SRCVCXPROJ = projects/Windows/VC15/src/curl.vcxproj.dist
580 VC15_SRCVCXPROJ_DEPS = $(VC15_SRCTMPL) Makefile.am src/Makefile.inc
581 VC_DIST = projects/README                           \
582  projects/build-openssl.bat                         \
583  projects/build-wolfssl.bat                         \
584  projects/checksrc.bat                              \
585  projects/Windows/VC6/curl-all.dsw                  \
586  projects/Windows/VC6/lib/libcurl.dsw               \
587  projects/Windows/VC6/src/curl.dsw                  \
588  projects/Windows/VC7/curl-all.sln                  \
589  projects/Windows/VC7/lib/libcurl.sln               \
590  projects/Windows/VC7/src/curl.sln                  \
591  projects/Windows/VC7.1/curl-all.sln                \
592  projects/Windows/VC7.1/lib/libcurl.sln             \
593  projects/Windows/VC7.1/src/curl.sln                \
594  projects/Windows/VC8/curl-all.sln                  \
595  projects/Windows/VC8/lib/libcurl.sln               \
596  projects/Windows/VC8/src/curl.sln                  \
597  projects/Windows/VC9/curl-all.sln                  \
598  projects/Windows/VC9/lib/libcurl.sln               \
599  projects/Windows/VC9/src/curl.sln                  \
600  projects/Windows/VC10/curl-all.sln                 \
601  projects/Windows/VC10/lib/libcurl.sln              \
602  projects/Windows/VC10/lib/libcurl.vcxproj.filters  \
603  projects/Windows/VC10/src/curl.sln                 \
604  projects/Windows/VC10/src/curl.vcxproj.filters     \
605  projects/Windows/VC11/curl-all.sln                 \
606  projects/Windows/VC11/lib/libcurl.sln              \
607  projects/Windows/VC11/lib/libcurl.vcxproj.filters  \
608  projects/Windows/VC11/src/curl.sln                 \
609  projects/Windows/VC11/src/curl.vcxproj.filters     \
610  projects/Windows/VC12/curl-all.sln                 \
611  projects/Windows/VC12/lib/libcurl.sln              \
612  projects/Windows/VC12/lib/libcurl.vcxproj.filters  \
613  projects/Windows/VC12/src/curl.sln                 \
614  projects/Windows/VC12/src/curl.vcxproj.filters     \
615  projects/Windows/VC14/curl-all.sln                 \
616  projects/Windows/VC14/lib/libcurl.sln              \
617  projects/Windows/VC14/lib/libcurl.vcxproj.filters  \
618  projects/Windows/VC14/src/curl.sln                 \
619  projects/Windows/VC14/src/curl.vcxproj.filters     \
620  projects/Windows/VC15/curl-all.sln                 \
621  projects/Windows/VC15/lib/libcurl.sln              \
622  projects/Windows/VC15/lib/libcurl.vcxproj.filters  \
623  projects/Windows/VC15/src/curl.sln                 \
624  projects/Windows/VC15/src/curl.vcxproj.filters     \
625  projects/generate.bat                              \
626  projects/wolfssl_options.h                         \
627  projects/wolfssl_override.props
628
629 WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat   \
630  winbuild/MakefileBuild.vc winbuild/Makefile.vc
631
632 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in       \
633  RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework scripts/zsh.pl  \
634  scripts/updatemanpages.pl $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST)    \
635  lib/libcurl.vers.in buildconf.bat scripts/coverage.sh
636
637 CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ)      \
638  $(VC71_LIBVCPROJ) $(VC71_SRCVCPROJ) $(VC8_LIBVCPROJ) $(VC8_SRCVCPROJ)  \
639  $(VC9_LIBVCPROJ) $(VC9_SRCVCPROJ) $(VC10_LIBVCXPROJ) $(VC10_SRCVCXPROJ)        \
640  $(VC11_LIBVCXPROJ) $(VC11_SRCVCXPROJ) $(VC12_LIBVCXPROJ) $(VC12_SRCVCXPROJ)    \
641  $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) $(VC15_LIBVCXPROJ) $(VC15_SRCVCXPROJ)
642
643 bin_SCRIPTS = curl-config
644 SUBDIRS = lib src
645 DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
646 pkgconfigdir = $(libdir)/pkgconfig
647 pkgconfig_DATA = libcurl.pc
648 LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c vauth/cram.c         \
649   vauth/digest.c vauth/digest_sspi.c vauth/krb5_gssapi.c                \
650   vauth/krb5_sspi.c vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c       \
651   vauth/spnego_gssapi.c vauth/spnego_sspi.c
652
653 LIB_VAUTH_HFILES = vauth/vauth.h vauth/digest.h vauth/ntlm.h
654 LIB_VTLS_CFILES = vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c     \
655   vtls/polarssl.c vtls/polarssl_threadlock.c vtls/axtls.c               \
656   vtls/cyassl.c vtls/schannel.c vtls/darwinssl.c vtls/gskit.c           \
657   vtls/mbedtls.c
658
659 LIB_VTLS_HFILES = vtls/openssl.h vtls/vtls.h vtls/gtls.h                \
660   vtls/nssg.h vtls/polarssl.h vtls/polarssl_threadlock.h vtls/axtls.h   \
661   vtls/cyassl.h vtls/schannel.h vtls/darwinssl.h vtls/gskit.h           \
662   vtls/mbedtls.h
663
664 LIB_CFILES = file.c timeval.c base64.c hostip.c progress.c formdata.c   \
665   cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c       \
666   ldap.c version.c getenv.c escape.c mprintf.c telnet.c netrc.c         \
667   getinfo.c transfer.c strcase.c easy.c security.c curl_fnmatch.c       \
668   fileinfo.c ftplistparser.c wildcard.c krb5.c memdebug.c http_chunks.c \
669   strtok.c connect.c llist.c hash.c multi.c content_encoding.c share.c  \
670   http_digest.c md4.c md5.c http_negotiate.c inet_pton.c strtoofft.c    \
671   strerror.c amigaos.c hostasyn.c hostip4.c hostip6.c hostsyn.c         \
672   inet_ntop.c parsedate.c select.c tftp.c splay.c strdup.c socks.c      \
673   ssh.c ssh-libssh.c curl_addrinfo.c socks_gssapi.c socks_sspi.c        \
674   curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c    \
675   pingpong.c rtsp.c curl_threads.c warnless.c hmac.c curl_rtmp.c        \
676   openldap.c curl_gethostname.c gopher.c idn_win32.c                    \
677   http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c      \
678   http_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_sasl.c rand.c        \
679   curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c          \
680   x509asn1.c http2.c smb.c curl_endian.c curl_des.c system_win32.c      \
681   mime.c sha256.c setopt.c curl_path.c curl_ctype.c curl_range.c
682
683 LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \
684   formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h if2ip.h         \
685   speedcheck.h urldata.h curl_ldap.h escape.h telnet.h getinfo.h        \
686   strcase.h curl_sec.h memdebug.h http_chunks.h curl_fnmatch.h          \
687   wildcard.h fileinfo.h ftplistparser.h strtok.h connect.h llist.h      \
688   hash.h content_encoding.h share.h curl_md4.h curl_md5.h http_digest.h \
689   http_negotiate.h inet_pton.h amigaos.h strtoofft.h strerror.h         \
690   inet_ntop.h curlx.h curl_memory.h curl_setup.h transfer.h select.h    \
691   easyif.h multiif.h parsedate.h tftp.h sockaddr.h splay.h strdup.h     \
692   socks.h ssh.h curl_base64.h curl_addrinfo.h curl_sspi.h      \
693   slist.h nonblock.h curl_memrchr.h imap.h pop3.h smtp.h pingpong.h     \
694   rtsp.h curl_threads.h warnless.h curl_hmac.h curl_rtmp.h              \
695   curl_gethostname.h gopher.h http_proxy.h non-ascii.h asyn.h           \
696   http_ntlm.h curl_gssapi.h curl_ntlm_wb.h curl_ntlm_core.h             \
697   curl_sasl.h curl_multibyte.h hostcheck.h conncache.h                  \
698   curl_setup_once.h multihandle.h setup-vms.h pipeline.h dotdot.h       \
699   x509asn1.h http2.h sigpipe.h smb.h curl_endian.h curl_des.h           \
700   curl_printf.h system_win32.h rand.h mime.h curl_sha256.h setopt.h     \
701   curl_path.h curl_ctype.h curl_range.h
702
703 LIB_RCFILES = libcurl.rc
704 CSOURCES = $(LIB_CFILES) $(LIB_VAUTH_CFILES) $(LIB_VTLS_CFILES)
705 HHEADERS = $(LIB_HFILES) $(LIB_VAUTH_HFILES) $(LIB_VTLS_HFILES)
706
707 # libcurl has sources that provide functions named curlx_* that aren't part of
708 # the official API, but we re-use the code here to avoid duplication.
709 CURLX_CFILES = \
710         ../lib/strtoofft.c \
711         ../lib/nonblock.c \
712         ../lib/warnless.c \
713         ../lib/curl_ctype.c
714
715 CURLX_HFILES = \
716         ../lib/curl_setup.h \
717         ../lib/strtoofft.h \
718         ../lib/nonblock.h \
719         ../lib/warnless.h \
720         ../lib/curl_ctype.h
721
722 CURL_CFILES = \
723         slist_wc.c \
724         tool_binmode.c \
725         tool_bname.c \
726         tool_cb_dbg.c \
727         tool_cb_hdr.c \
728         tool_cb_prg.c \
729         tool_cb_rea.c \
730         tool_cb_see.c \
731         tool_cb_wrt.c \
732         tool_cfgable.c \
733         tool_convert.c \
734         tool_dirhie.c \
735         tool_doswin.c \
736         tool_easysrc.c \
737         tool_filetime.c \
738         tool_formparse.c \
739         tool_getparam.c \
740         tool_getpass.c \
741         tool_help.c \
742         tool_helpers.c \
743         tool_homedir.c \
744         tool_hugehelp.c \
745         tool_libinfo.c \
746         tool_main.c \
747         tool_metalink.c \
748         tool_msgs.c \
749         tool_operate.c \
750         tool_operhlp.c \
751         tool_panykey.c \
752         tool_paramhlp.c \
753         tool_parsecfg.c \
754         tool_strdup.c \
755         tool_setopt.c \
756         tool_sleep.c \
757         tool_urlglob.c \
758         tool_util.c \
759         tool_vms.c \
760         tool_writeout.c \
761         tool_xattr.c
762
763 CURL_HFILES = \
764         slist_wc.h \
765         tool_binmode.h \
766         tool_bname.h \
767         tool_cb_dbg.h \
768         tool_cb_hdr.h \
769         tool_cb_prg.h \
770         tool_cb_rea.h \
771         tool_cb_see.h \
772         tool_cb_wrt.h \
773         tool_cfgable.h \
774         tool_convert.h \
775         tool_dirhie.h \
776         tool_doswin.h \
777         tool_easysrc.h \
778         tool_filetime.h \
779         tool_formparse.h \
780         tool_getparam.h \
781         tool_getpass.h \
782         tool_help.h \
783         tool_helpers.h \
784         tool_homedir.h \
785         tool_hugehelp.h \
786         tool_libinfo.h \
787         tool_main.h \
788         tool_metalink.h \
789         tool_msgs.h \
790         tool_operate.h \
791         tool_operhlp.h \
792         tool_panykey.h \
793         tool_paramhlp.h \
794         tool_parsecfg.h \
795         tool_sdecls.h \
796         tool_setopt.h \
797         tool_setup.h \
798         tool_sleep.h \
799         tool_strdup.h \
800         tool_urlglob.h \
801         tool_util.h \
802         tool_version.h \
803         tool_vms.h \
804         tool_writeout.h \
805         tool_xattr.h
806
807 CURL_RCFILES = curl.rc
808
809 # curl_SOURCES is special and gets assigned in src/Makefile.am
810 CURL_FILES = $(CURL_CFILES) $(CURLX_CFILES) $(CURL_HFILES)
811 all: all-recursive
812
813 .SUFFIXES:
814 am--refresh: Makefile
815         @:
816 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/lib/Makefile.inc $(srcdir)/src/Makefile.inc $(am__configure_deps)
817         @for dep in $?; do \
818           case '$(am__configure_deps)' in \
819             *$$dep*) \
820               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
821               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
822                 && exit 0; \
823               exit 1;; \
824           esac; \
825         done; \
826         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
827         $(am__cd) $(top_srcdir) && \
828           $(AUTOMAKE) --foreign Makefile
829 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
830         @case '$?' in \
831           *config.status*) \
832             echo ' $(SHELL) ./config.status'; \
833             $(SHELL) ./config.status;; \
834           *) \
835             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
836             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
837         esac;
838 $(srcdir)/lib/Makefile.inc $(srcdir)/src/Makefile.inc $(am__empty):
839
840 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
841         $(SHELL) ./config.status --recheck
842
843 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
844         $(am__cd) $(srcdir) && $(AUTOCONF)
845 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
846         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
847 $(am__aclocal_m4_deps):
848 curl-config: $(top_builddir)/config.status $(srcdir)/curl-config.in
849         cd $(top_builddir) && $(SHELL) ./config.status $@
850 libcurl.pc: $(top_builddir)/config.status $(srcdir)/libcurl.pc.in
851         cd $(top_builddir) && $(SHELL) ./config.status $@
852 install-binSCRIPTS: $(bin_SCRIPTS)
853         @$(NORMAL_INSTALL)
854         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
855         if test -n "$$list"; then \
856           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
857           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
858         fi; \
859         for p in $$list; do \
860           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
861           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
862         done | \
863         sed -e 'p;s,.*/,,;n' \
864             -e 'h;s|.*|.|' \
865             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
866         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
867           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
868             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
869               if (++n[d] == $(am__install_max)) { \
870                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
871             else { print "f", d "/" $$4, $$1 } } \
872           END { for (d in files) print "f", d, files[d] }' | \
873         while read type dir files; do \
874              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
875              test -z "$$files" || { \
876                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
877                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
878              } \
879         ; done
880
881 uninstall-binSCRIPTS:
882         @$(NORMAL_UNINSTALL)
883         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
884         files=`for p in $$list; do echo "$$p"; done | \
885                sed -e 's,.*/,,;$(transform)'`; \
886         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
887
888 mostlyclean-libtool:
889         -rm -f *.lo
890
891 clean-libtool:
892         -rm -rf .libs _libs
893
894 distclean-libtool:
895         -rm -f libtool config.lt
896 install-pkgconfigDATA: $(pkgconfig_DATA)
897         @$(NORMAL_INSTALL)
898         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
899         if test -n "$$list"; then \
900           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
901           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
902         fi; \
903         for p in $$list; do \
904           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
905           echo "$$d$$p"; \
906         done | $(am__base_list) | \
907         while read files; do \
908           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
909           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
910         done
911
912 uninstall-pkgconfigDATA:
913         @$(NORMAL_UNINSTALL)
914         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
915         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
916         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
917
918 # This directory's subdirectories are mostly independent; you can cd
919 # into them and run 'make' without going through this Makefile.
920 # To change the values of 'make' variables: instead of editing Makefiles,
921 # (1) if the variable is set in 'config.status', edit 'config.status'
922 #     (which will cause the Makefiles to be regenerated when you run 'make');
923 # (2) otherwise, pass the desired values on the 'make' command line.
924 $(am__recursive_targets):
925         @fail=; \
926         if $(am__make_keepgoing); then \
927           failcom='fail=yes'; \
928         else \
929           failcom='exit 1'; \
930         fi; \
931         dot_seen=no; \
932         target=`echo $@ | sed s/-recursive//`; \
933         case "$@" in \
934           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
935           *) list='$(SUBDIRS)' ;; \
936         esac; \
937         for subdir in $$list; do \
938           echo "Making $$target in $$subdir"; \
939           if test "$$subdir" = "."; then \
940             dot_seen=yes; \
941             local_target="$$target-am"; \
942           else \
943             local_target="$$target"; \
944           fi; \
945           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
946           || eval $$failcom; \
947         done; \
948         if test "$$dot_seen" = "no"; then \
949           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
950         fi; test -z "$$fail"
951
952 ID: $(am__tagged_files)
953         $(am__define_uniq_tagged_files); mkid -fID $$unique
954 tags: tags-recursive
955 TAGS: tags
956
957 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
958         set x; \
959         here=`pwd`; \
960         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
961           include_option=--etags-include; \
962           empty_fix=.; \
963         else \
964           include_option=--include; \
965           empty_fix=; \
966         fi; \
967         list='$(SUBDIRS)'; for subdir in $$list; do \
968           if test "$$subdir" = .; then :; else \
969             test ! -f $$subdir/TAGS || \
970               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
971           fi; \
972         done; \
973         $(am__define_uniq_tagged_files); \
974         shift; \
975         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
976           test -n "$$unique" || unique=$$empty_fix; \
977           if test $$# -gt 0; then \
978             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
979               "$$@" $$unique; \
980           else \
981             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
982               $$unique; \
983           fi; \
984         fi
985 ctags: ctags-recursive
986
987 CTAGS: ctags
988 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
989         $(am__define_uniq_tagged_files); \
990         test -z "$(CTAGS_ARGS)$$unique" \
991           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
992              $$unique
993
994 GTAGS:
995         here=`$(am__cd) $(top_builddir) && pwd` \
996           && $(am__cd) $(top_srcdir) \
997           && gtags -i $(GTAGS_ARGS) "$$here"
998 cscope: cscope.files
999         test ! -s cscope.files \
1000           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1001 clean-cscope:
1002         -rm -f cscope.files
1003 cscope.files: clean-cscope cscopelist
1004 cscopelist: cscopelist-recursive
1005
1006 cscopelist-am: $(am__tagged_files)
1007         list='$(am__tagged_files)'; \
1008         case "$(srcdir)" in \
1009           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1010           *) sdir=$(subdir)/$(srcdir) ;; \
1011         esac; \
1012         for i in $$list; do \
1013           if test -f "$$i"; then \
1014             echo "$(subdir)/$$i"; \
1015           else \
1016             echo "$$sdir/$$i"; \
1017           fi; \
1018         done >> $(top_builddir)/cscope.files
1019
1020 distclean-tags:
1021         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1022         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1023
1024 distdir: $(DISTFILES)
1025         $(am__remove_distdir)
1026         test -d "$(distdir)" || mkdir "$(distdir)"
1027         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1028         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1029         list='$(DISTFILES)'; \
1030           dist_files=`for file in $$list; do echo $$file; done | \
1031           sed -e "s|^$$srcdirstrip/||;t" \
1032               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1033         case $$dist_files in \
1034           */*) $(MKDIR_P) `echo "$$dist_files" | \
1035                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1036                            sort -u` ;; \
1037         esac; \
1038         for file in $$dist_files; do \
1039           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1040           if test -d $$d/$$file; then \
1041             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1042             if test -d "$(distdir)/$$file"; then \
1043               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1044             fi; \
1045             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1046               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1047               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1048             fi; \
1049             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1050           else \
1051             test -f "$(distdir)/$$file" \
1052             || cp -p $$d/$$file "$(distdir)/$$file" \
1053             || exit 1; \
1054           fi; \
1055         done
1056         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1057           if test "$$subdir" = .; then :; else \
1058             $(am__make_dryrun) \
1059               || test -d "$(distdir)/$$subdir" \
1060               || $(MKDIR_P) "$(distdir)/$$subdir" \
1061               || exit 1; \
1062             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1063             $(am__relativize); \
1064             new_distdir=$$reldir; \
1065             dir1=$$subdir; dir2="$(top_distdir)"; \
1066             $(am__relativize); \
1067             new_top_distdir=$$reldir; \
1068             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1069             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1070             ($(am__cd) $$subdir && \
1071               $(MAKE) $(AM_MAKEFLAGS) \
1072                 top_distdir="$$new_top_distdir" \
1073                 distdir="$$new_distdir" \
1074                 am__remove_distdir=: \
1075                 am__skip_length_check=: \
1076                 am__skip_mode_fix=: \
1077                 distdir) \
1078               || exit 1; \
1079           fi; \
1080         done
1081         $(MAKE) $(AM_MAKEFLAGS) \
1082           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1083           dist-hook
1084         -test -n "$(am__skip_mode_fix)" \
1085         || find "$(distdir)" -type d ! -perm -755 \
1086                 -exec chmod u+rwx,go+rx {} \; -o \
1087           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1088           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1089           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1090         || chmod -R a+r "$(distdir)"
1091 dist-gzip: distdir
1092         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1093         $(am__post_remove_distdir)
1094
1095 dist-bzip2: distdir
1096         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1097         $(am__post_remove_distdir)
1098
1099 dist-lzip: distdir
1100         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1101         $(am__post_remove_distdir)
1102
1103 dist-xz: distdir
1104         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1105         $(am__post_remove_distdir)
1106
1107 dist-tarZ: distdir
1108         @echo WARNING: "Support for distribution archives compressed with" \
1109                        "legacy program 'compress' is deprecated." >&2
1110         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1111         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1112         $(am__post_remove_distdir)
1113
1114 dist-shar: distdir
1115         @echo WARNING: "Support for shar distribution archives is" \
1116                        "deprecated." >&2
1117         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1118         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1119         $(am__post_remove_distdir)
1120
1121 dist-zip: distdir
1122         -rm -f $(distdir).zip
1123         zip -rq $(distdir).zip $(distdir)
1124         $(am__post_remove_distdir)
1125
1126 dist dist-all:
1127         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1128         $(am__post_remove_distdir)
1129
1130 # This target untars the dist file and tries a VPATH configuration.  Then
1131 # it guarantees that the distribution is self-contained by making another
1132 # tarfile.
1133 distcheck: dist
1134         case '$(DIST_ARCHIVES)' in \
1135         *.tar.gz*) \
1136           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1137         *.tar.bz2*) \
1138           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1139         *.tar.lz*) \
1140           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1141         *.tar.xz*) \
1142           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1143         *.tar.Z*) \
1144           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1145         *.shar.gz*) \
1146           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1147         *.zip*) \
1148           unzip $(distdir).zip ;;\
1149         esac
1150         chmod -R a-w $(distdir)
1151         chmod u+w $(distdir)
1152         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1153         chmod a-w $(distdir)
1154         test -d $(distdir)/_build || exit 0; \
1155         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1156           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1157           && am__cwd=`pwd` \
1158           && $(am__cd) $(distdir)/_build/sub \
1159           && ../../configure \
1160             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1161             $(DISTCHECK_CONFIGURE_FLAGS) \
1162             --srcdir=../.. --prefix="$$dc_install_base" \
1163           && $(MAKE) $(AM_MAKEFLAGS) \
1164           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1165           && $(MAKE) $(AM_MAKEFLAGS) check \
1166           && $(MAKE) $(AM_MAKEFLAGS) install \
1167           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1168           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1169           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1170                 distuninstallcheck \
1171           && chmod -R a-w "$$dc_install_base" \
1172           && ({ \
1173                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1174                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1175                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1176                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1177                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1178               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1179           && rm -rf "$$dc_destdir" \
1180           && $(MAKE) $(AM_MAKEFLAGS) dist \
1181           && rm -rf $(DIST_ARCHIVES) \
1182           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1183           && cd "$$am__cwd" \
1184           || exit 1
1185         $(am__post_remove_distdir)
1186         @(echo "$(distdir) archives ready for distribution: "; \
1187           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1188           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1189 distuninstallcheck:
1190         @test -n '$(distuninstallcheck_dir)' || { \
1191           echo 'ERROR: trying to run $@ with an empty' \
1192                '$$(distuninstallcheck_dir)' >&2; \
1193           exit 1; \
1194         }; \
1195         $(am__cd) '$(distuninstallcheck_dir)' || { \
1196           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1197           exit 1; \
1198         }; \
1199         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1200            || { echo "ERROR: files left after uninstall:" ; \
1201                 if test -n "$(DESTDIR)"; then \
1202                   echo "  (check DESTDIR support)"; \
1203                 fi ; \
1204                 $(distuninstallcheck_listfiles) ; \
1205                 exit 1; } >&2
1206 distcleancheck: distclean
1207         @if test '$(srcdir)' = . ; then \
1208           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1209           exit 1 ; \
1210         fi
1211         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1212           || { echo "ERROR: files left in build directory after distclean:" ; \
1213                $(distcleancheck_listfiles) ; \
1214                exit 1; } >&2
1215 check-am: all-am
1216 check: check-recursive
1217 all-am: Makefile $(SCRIPTS) $(DATA)
1218 installdirs: installdirs-recursive
1219 installdirs-am:
1220         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \
1221           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1222         done
1223 install: install-recursive
1224 install-exec: install-exec-recursive
1225 install-data: install-data-recursive
1226 uninstall: uninstall-recursive
1227
1228 install-am: all-am
1229         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1230
1231 installcheck: installcheck-recursive
1232 install-strip:
1233         if test -z '$(STRIP)'; then \
1234           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1235             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1236               install; \
1237         else \
1238           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1239             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1240             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1241         fi
1242 mostlyclean-generic:
1243
1244 clean-generic:
1245         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1246
1247 distclean-generic:
1248         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1249         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1250
1251 maintainer-clean-generic:
1252         @echo "This command is intended for maintainers to use"
1253         @echo "it deletes files that may require special tools to rebuild."
1254 clean: clean-recursive
1255
1256 clean-am: clean-generic clean-libtool mostlyclean-am
1257
1258 distclean: distclean-recursive
1259         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1260         -rm -f Makefile
1261 distclean-am: clean-am distclean-generic distclean-libtool \
1262         distclean-tags
1263
1264 dvi: dvi-recursive
1265
1266 dvi-am:
1267
1268 html-am:
1269
1270 info: info-recursive
1271
1272 info-am:
1273
1274 install-data-am: install-pkgconfigDATA
1275         @$(NORMAL_INSTALL)
1276         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
1277 install-dvi: install-dvi-recursive
1278
1279 install-dvi-am:
1280
1281 install-exec-am: install-binSCRIPTS
1282
1283 install-html: install-html-recursive
1284
1285 install-html-am:
1286
1287 install-info: install-info-recursive
1288
1289 install-info-am:
1290
1291 install-man:
1292
1293 install-pdf: install-pdf-recursive
1294
1295 install-pdf-am:
1296
1297 install-ps: install-ps-recursive
1298
1299 install-ps-am:
1300
1301 installcheck-am:
1302
1303 maintainer-clean: maintainer-clean-recursive
1304         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1305         -rm -rf $(top_srcdir)/autom4te.cache
1306         -rm -f Makefile
1307 maintainer-clean-am: distclean-am maintainer-clean-generic
1308
1309 mostlyclean: mostlyclean-recursive
1310
1311 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1312
1313 pdf-am:
1314
1315 ps: ps-recursive
1316
1317 ps-am:
1318
1319 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
1320         @$(NORMAL_INSTALL)
1321         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
1322 .MAKE: $(am__recursive_targets) install-am install-data-am \
1323         install-strip uninstall-am
1324
1325 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1326         am--refresh check check-am clean clean-cscope clean-generic \
1327         clean-libtool cscope cscopelist-am ctags ctags-am dist \
1328         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1329         dist-tarZ dist-xz dist-zip distcheck distclean \
1330         distclean-generic distclean-libtool distclean-tags \
1331         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1332         html-am info info-am install install-am install-binSCRIPTS \
1333         install-data install-data-am install-data-hook install-dvi \
1334         install-dvi-am install-exec install-exec-am install-html \
1335         install-html-am install-info install-info-am install-man \
1336         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1337         install-ps-am install-strip installcheck installcheck-am \
1338         installdirs installdirs-am maintainer-clean \
1339         maintainer-clean-generic mostlyclean mostlyclean-generic \
1340         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1341         uninstall-am uninstall-binSCRIPTS uninstall-hook \
1342         uninstall-pkgconfigDATA
1343
1344 .PRECIOUS: Makefile
1345
1346
1347 # List of files required to generate VC IDE .dsp, .vcproj and .vcxproj files
1348
1349 dist-hook:
1350         rm -rf $(top_builddir)/tests/log
1351         find $(distdir) -name "*.dist" -exec rm {} \;
1352         (distit=`find $(srcdir) -name "*.dist" | grep -v ./ares/`; \
1353         for file in $$distit; do \
1354           strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
1355           cp -p $$file $(distdir)$$strip; \
1356         done)
1357
1358 html:
1359         cd docs && $(MAKE) html
1360
1361 pdf:
1362         cd docs && $(MAKE) pdf
1363
1364 check: test examples check-docs
1365
1366 @CROSSCOMPILING_TRUE@test-full: test
1367 @CROSSCOMPILING_TRUE@test-torture: test
1368
1369 @CROSSCOMPILING_TRUE@test:
1370 @CROSSCOMPILING_TRUE@   @echo "NOTICE: we can't run the tests when cross-compiling!"
1371
1372 @CROSSCOMPILING_FALSE@test:
1373 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all quiet-test)
1374
1375 @CROSSCOMPILING_FALSE@test-full:
1376 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all full-test)
1377
1378 @CROSSCOMPILING_FALSE@test-nonflaky:
1379 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all nonflaky-test)
1380
1381 @CROSSCOMPILING_FALSE@test-torture:
1382 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all torture-test)
1383
1384 @CROSSCOMPILING_FALSE@test-event:
1385 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all event-test)
1386
1387 @CROSSCOMPILING_FALSE@test-am:
1388 @CROSSCOMPILING_FALSE@  @(cd tests; $(MAKE) all am-test)
1389
1390 examples:
1391         @(cd docs/examples; $(MAKE) check)
1392
1393 check-docs:
1394         @(cd docs/libcurl; $(MAKE) check)
1395
1396 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
1397 # must contain the following line:
1398 # %_topdir /home/loic/local/rpm
1399 # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
1400 #
1401 # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
1402 #
1403 # If additional configure flags are needed to build the package, add the
1404 # following in ~/.rpmmacros
1405 # %configure CFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{_prefix} ${AM_CONFIGFLAGS}
1406 # and run make rpm in the following way:
1407 # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
1408 #
1409
1410 rpms:
1411         $(MAKE) RPMDIST=curl rpm
1412         $(MAKE) RPMDIST=curl-ssl rpm
1413
1414 rpm:
1415         RPM_TOPDIR=`rpm --showrc | $(PERL) -n -e 'print if(s/.*_topdir\s+(.*)/$$1/)'` ; \
1416         cp $(srcdir)/packages/Linux/RPM/$(RPMDIST).spec $$RPM_TOPDIR/SPECS ; \
1417         cp $(PACKAGE)-$(VERSION).tar.gz $$RPM_TOPDIR/SOURCES ; \
1418         rpm -ba --clean --rmsource $$RPM_TOPDIR/SPECS/$(RPMDIST).spec ; \
1419         mv $$RPM_TOPDIR/RPMS/i386/$(RPMDIST)-*.rpm . ; \
1420         mv $$RPM_TOPDIR/SRPMS/$(RPMDIST)-*.src.rpm .
1421
1422 #
1423 # Build a Solaris pkgadd format file
1424 # run 'make pkgadd' once you've done './configure' and 'make' to make a Solaris pkgadd format
1425 # file (which ends up back in this directory).
1426 # The pkgadd file is in 'pkgtrans' format, so to install on Solaris, do
1427 # pkgadd -d ./HAXXcurl-*
1428 #
1429
1430 # gak - libtool requires an absolute directory, hence the pwd below...
1431 pkgadd:
1432         umask 022 ; \
1433         $(MAKE) install DESTDIR=`/bin/pwd`/packages/Solaris/root ; \
1434         cat COPYING > $(srcdir)/packages/Solaris/copyright ; \
1435         cd $(srcdir)/packages/Solaris && $(MAKE) package
1436
1437 #
1438 # Build a cygwin binary tarball installation file
1439 # resulting .tar.bz2 file will end up at packages/Win32/cygwin
1440 cygwinbin:
1441         $(MAKE) -C packages/Win32/cygwin cygwinbin
1442
1443 # We extend the standard install with a custom hook:
1444 install-data-hook:
1445         cd include && $(MAKE) install
1446         cd docs && $(MAKE) install
1447         cd docs/libcurl && $(MAKE) install
1448
1449 # We extend the standard uninstall with a custom hook:
1450 uninstall-hook:
1451         cd include && $(MAKE) uninstall
1452         cd docs && $(MAKE) uninstall
1453         cd docs/libcurl && $(MAKE) uninstall
1454
1455 ca-bundle: lib/mk-ca-bundle.pl
1456         @echo "generating a fresh ca-bundle.crt"
1457         @perl $< -b -l -u lib/ca-bundle.crt
1458
1459 ca-firefox: lib/firefox-db2pem.sh
1460         @echo "generating a fresh ca-bundle.crt"
1461         ./lib/firefox-db2pem.sh lib/ca-bundle.crt
1462
1463 checksrc:
1464         cd lib && $(MAKE) checksrc
1465         cd src && $(MAKE) checksrc
1466         cd tests && $(MAKE) checksrc
1467         cd include/curl && $(MAKE) checksrc
1468         cd docs/examples && $(MAKE) checksrc
1469
1470 .PHONY: vc-ide
1471
1472 vc-ide: $(VC6_LIBDSP_DEPS) $(VC6_SRCDSP_DEPS) $(VC7_LIBVCPROJ_DEPS)     \
1473  $(VC7_SRCVCPROJ_DEPS) $(VC71_LIBVCPROJ_DEPS) $(VC71_SRCVCPROJ_DEPS)    \
1474  $(VC8_LIBVCPROJ_DEPS) $(VC8_SRCVCPROJ_DEPS) $(VC9_LIBVCPROJ_DEPS)      \
1475  $(VC9_SRCVCPROJ_DEPS) $(VC10_LIBVCXPROJ_DEPS) $(VC10_SRCVCXPROJ_DEPS)  \
1476  $(VC11_LIBVCXPROJ_DEPS) $(VC11_SRCVCXPROJ_DEPS) $(VC12_LIBVCXPROJ_DEPS)        \
1477  $(VC12_SRCVCXPROJ_DEPS) $(VC14_LIBVCXPROJ_DEPS) $(VC14_SRCVCXPROJ_DEPS)        \
1478  $(VC15_LIBVCXPROJ_DEPS) $(VC15_SRCVCXPROJ_DEPS)
1479         @(win32_lib_srcs='$(LIB_CFILES)'; \
1480         win32_lib_hdrs='$(LIB_HFILES) config-win32.h'; \
1481         win32_lib_rc='$(LIB_RCFILES)'; \
1482         win32_lib_vauth_srcs='$(LIB_VAUTH_CFILES)'; \
1483         win32_lib_vauth_hdrs='$(LIB_VAUTH_HFILES)'; \
1484         win32_lib_vtls_srcs='$(LIB_VTLS_CFILES)'; \
1485         win32_lib_vtls_hdrs='$(LIB_VTLS_HFILES)'; \
1486         win32_src_srcs='$(CURL_CFILES)'; \
1487         win32_src_hdrs='$(CURL_HFILES)'; \
1488         win32_src_rc='$(CURL_RCFILES)'; \
1489         win32_src_x_srcs='$(CURLX_CFILES)'; \
1490         win32_src_x_hdrs='$(CURLX_HFILES) ../lib/config-win32.h'; \
1491         \
1492         sorted_lib_srcs=`for file in $$win32_lib_srcs; do echo $$file; done | sort`; \
1493         sorted_lib_hdrs=`for file in $$win32_lib_hdrs; do echo $$file; done | sort`; \
1494         sorted_lib_vauth_srcs=`for file in $$win32_lib_vauth_srcs; do echo $$file; done | sort`; \
1495         sorted_lib_vauth_hdrs=`for file in $$win32_lib_vauth_hdrs; do echo $$file; done | sort`; \
1496         sorted_lib_vtls_srcs=`for file in $$win32_lib_vtls_srcs; do echo $$file; done | sort`; \
1497         sorted_lib_vtls_hdrs=`for file in $$win32_lib_vtls_hdrs; do echo $$file; done | sort`; \
1498         sorted_src_srcs=`for file in $$win32_src_srcs; do echo $$file; done | sort`; \
1499         sorted_src_hdrs=`for file in $$win32_src_hdrs; do echo $$file; done | sort`; \
1500         sorted_src_x_srcs=`for file in $$win32_src_x_srcs; do echo $$file; done | sort`; \
1501         sorted_src_x_hdrs=`for file in $$win32_src_x_hdrs; do echo $$file; done | sort`; \
1502         \
1503         awk_code='\
1504 function gen_element(type, dir, file)\
1505 {\
1506   sub(/vauth\//, "", file);\
1507   sub(/vtls\//, "", file);\
1508 \
1509   spaces="    ";\
1510   if(dir == "lib\\vauth" || dir == "lib\\vtls")\
1511     tabs="                              ";\
1512   else\
1513     tabs="                      ";\
1514 \
1515   if(type == "dsp") {\
1516     printf("# Begin Source File\r\n");\
1517     printf("\r\n");\
1518     printf("SOURCE=..\\..\\..\\..\\%s\\%s\r\n", dir, file);\
1519     printf("# End Source File\r\n");\
1520   }\
1521   else if(type == "vcproj1") {\
1522     printf("%s<File\r\n", tabs);\
1523     printf("%s  RelativePath=\"..\\..\\..\\..\\%s\\%s\">\r\n",\
1524            tabs, dir, file);\
1525     printf("%s</File>\r\n", tabs);\
1526   }\
1527   else if(type == "vcproj2") {\
1528     printf("%s<File\r\n", tabs);\
1529     printf("%s  RelativePath=\"..\\..\\..\\..\\%s\\%s\"\r\n",\
1530            tabs, dir, file);\
1531     printf("%s>\r\n", tabs);\
1532     printf("%s</File>\r\n", tabs);\
1533   }\
1534   else if(type == "vcxproj") {\
1535     i = index(file, ".");\
1536     ext = substr(file, i == 0 ? 0 : i + 1);\
1537 \
1538     if(ext == "c")\
1539       printf("%s<ClCompile Include=\"..\\..\\..\\..\\%s\\%s\" />\r\n",\
1540              spaces, dir, file);\
1541     else if(ext == "h")\
1542       printf("%s<ClInclude Include=\"..\\..\\..\\..\\%s\\%s\" />\r\n",\
1543              spaces, dir, file);\
1544     else if(ext == "rc")\
1545       printf("%s<ResourceCompile Include=\"..\\..\\..\\..\\%s\\%s\" />\r\n",\
1546       spaces, dir, file);\
1547   }\
1548 }\
1549 \
1550 {\
1551 \
1552   if($$0 == "CURL_LIB_C_FILES") {\
1553     split(lib_srcs, arr);\
1554     for(val in arr) gen_element(proj_type, "lib", arr[val]);\
1555   }\
1556   else if($$0 == "CURL_LIB_H_FILES") {\
1557     split(lib_hdrs, arr);\
1558     for(val in arr) gen_element(proj_type, "lib", arr[val]);\
1559   }\
1560   else if($$0 == "CURL_LIB_RC_FILES") {\
1561     split(lib_rc, arr);\
1562     for(val in arr) gen_element(proj_type, "lib", arr[val]);\
1563   }\
1564   else if($$0 == "CURL_LIB_VAUTH_C_FILES") {\
1565     split(lib_vauth_srcs, arr);\
1566     for(val in arr) gen_element(proj_type, "lib\\vauth", arr[val]);\
1567   }\
1568   else if($$0 == "CURL_LIB_VAUTH_H_FILES") {\
1569     split(lib_vauth_hdrs, arr);\
1570     for(val in arr) gen_element(proj_type, "lib\\vauth", arr[val]);\
1571   }\
1572   else if($$0 == "CURL_LIB_VTLS_C_FILES") {\
1573     split(lib_vtls_srcs, arr);\
1574     for(val in arr) gen_element(proj_type, "lib\\vtls", arr[val]);\
1575   }\
1576   else if($$0 == "CURL_LIB_VTLS_H_FILES") {\
1577     split(lib_vtls_hdrs, arr);\
1578     for(val in arr) gen_element(proj_type, "lib\\vtls", arr[val]);\
1579   }\
1580   else if($$0 == "CURL_SRC_C_FILES") {\
1581     split(src_srcs, arr);\
1582     for(val in arr) gen_element(proj_type, "src", arr[val]);\
1583   }\
1584   else if($$0 == "CURL_SRC_H_FILES") {\
1585     split(src_hdrs, arr);\
1586     for(val in arr) gen_element(proj_type, "src", arr[val]);\
1587   }\
1588   else if($$0 == "CURL_SRC_RC_FILES") {\
1589     split(src_rc, arr);\
1590     for(val in arr) gen_element(proj_type, "src", arr[val]);\
1591   }\
1592   else if($$0 == "CURL_SRC_X_C_FILES") {\
1593     split(src_x_srcs, arr);\
1594     for(val in arr) {\
1595       sub(/..\/lib\//, "", arr[val]);\
1596       gen_element(proj_type, "lib", arr[val]);\
1597     }\
1598   }\
1599   else if($$0 == "CURL_SRC_X_H_FILES") {\
1600     split(src_x_hdrs, arr);\
1601     for(val in arr) {\
1602       sub(/..\/lib\//, "", arr[val]);\
1603       gen_element(proj_type, "lib", arr[val]);\
1604     }\
1605   }\
1606   else\
1607     printf("%s\r\n", $$0);\
1608 }';\
1609         \
1610         echo "generating '$(VC6_LIBDSP)'"; \
1611         awk -v proj_type=dsp \
1612                 -v lib_srcs="$$sorted_lib_srcs" \
1613                 -v lib_hdrs="$$sorted_lib_hdrs" \
1614                 -v lib_rc="$$win32_lib_rc" \
1615                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1616                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1617                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1618                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1619                 "$$awk_code" $(srcdir)/$(VC6_LIBTMPL) > $(VC6_LIBDSP) || { exit 1; }; \
1620         \
1621         echo "generating '$(VC6_SRCDSP)'"; \
1622         awk -v proj_type=dsp \
1623                 -v src_srcs="$$sorted_src_srcs" \
1624                 -v src_hdrs="$$sorted_src_hdrs" \
1625                 -v src_rc="$$win32_src_rc" \
1626                 -v src_x_srcs="$$sorted_src_x_srcs" \
1627                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1628                 "$$awk_code" $(srcdir)/$(VC6_SRCTMPL) > $(VC6_SRCDSP) || { exit 1; }; \
1629         \
1630         echo "generating '$(VC7_LIBVCPROJ)'"; \
1631         awk -v proj_type=vcproj1 \
1632                 -v lib_srcs="$$sorted_lib_srcs" \
1633                 -v lib_hdrs="$$sorted_lib_hdrs" \
1634                 -v lib_rc="$$win32_lib_rc" \
1635                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1636                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1637                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1638                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1639                 "$$awk_code" $(srcdir)/$(VC7_LIBTMPL) > $(VC7_LIBVCPROJ) || { exit 1; }; \
1640         \
1641         echo "generating '$(VC7_SRCVCPROJ)'"; \
1642         awk -v proj_type=vcproj1 \
1643                 -v src_srcs="$$sorted_src_srcs" \
1644                 -v src_hdrs="$$sorted_src_hdrs" \
1645                 -v src_rc="$$win32_src_rc" \
1646                 -v src_x_srcs="$$sorted_src_x_srcs" \
1647                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1648                 "$$awk_code" $(srcdir)/$(VC7_SRCTMPL) > $(VC7_SRCVCPROJ) || { exit 1; }; \
1649         \
1650         echo "generating '$(VC71_LIBVCPROJ)'"; \
1651         awk -v proj_type=vcproj1 \
1652                 -v lib_srcs="$$sorted_lib_srcs" \
1653                 -v lib_hdrs="$$sorted_lib_hdrs" \
1654                 -v lib_rc="$$win32_lib_rc" \
1655                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1656                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1657                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1658                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1659                 "$$awk_code" $(srcdir)/$(VC71_LIBTMPL) > $(VC71_LIBVCPROJ) || { exit 1; }; \
1660         \
1661         echo "generating '$(VC71_SRCVCPROJ)'"; \
1662         awk -v proj_type=vcproj1 \
1663                 -v src_srcs="$$sorted_src_srcs" \
1664                 -v src_hdrs="$$sorted_src_hdrs" \
1665                 -v src_rc="$$win32_src_rc" \
1666                 -v src_x_srcs="$$sorted_src_x_srcs" \
1667                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1668                 "$$awk_code" $(srcdir)/$(VC71_SRCTMPL) > $(VC71_SRCVCPROJ) || { exit 1; }; \
1669         \
1670         echo "generating '$(VC8_LIBVCPROJ)'"; \
1671         awk -v proj_type=vcproj2 \
1672                 -v lib_srcs="$$sorted_lib_srcs" \
1673                 -v lib_hdrs="$$sorted_lib_hdrs" \
1674                 -v lib_rc="$$win32_lib_rc" \
1675                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1676                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1677                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1678                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1679                 "$$awk_code" $(srcdir)/$(VC8_LIBTMPL) > $(VC8_LIBVCPROJ) || { exit 1; }; \
1680         \
1681         echo "generating '$(VC8_SRCVCPROJ)'"; \
1682         awk -v proj_type=vcproj2 \
1683                 -v src_srcs="$$sorted_src_srcs" \
1684                 -v src_hdrs="$$sorted_src_hdrs" \
1685                 -v src_rc="$$win32_src_rc" \
1686                 -v src_x_srcs="$$sorted_src_x_srcs" \
1687                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1688                 "$$awk_code" $(srcdir)/$(VC8_SRCTMPL) > $(VC8_SRCVCPROJ) || { exit 1; }; \
1689         \
1690         echo "generating '$(VC9_LIBVCPROJ)'"; \
1691         awk -v proj_type=vcproj2 \
1692                 -v lib_srcs="$$sorted_lib_srcs" \
1693                 -v lib_hdrs="$$sorted_lib_hdrs" \
1694                 -v lib_rc="$$win32_lib_rc" \
1695                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1696                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1697                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1698                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1699                 "$$awk_code" $(srcdir)/$(VC9_LIBTMPL) > $(VC9_LIBVCPROJ) || { exit 1; }; \
1700         \
1701         echo "generating '$(VC9_SRCVCPROJ)'"; \
1702         awk -v proj_type=vcproj2 \
1703                 -v src_srcs="$$sorted_src_srcs" \
1704                 -v src_hdrs="$$sorted_src_hdrs" \
1705                 -v src_rc="$$win32_src_rc" \
1706                 -v src_x_srcs="$$sorted_src_x_srcs" \
1707                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1708                 "$$awk_code" $(srcdir)/$(VC9_SRCTMPL) > $(VC9_SRCVCPROJ) || { exit 1; }; \
1709         \
1710         echo "generating '$(VC10_LIBVCXPROJ)'"; \
1711         awk -v proj_type=vcxproj \
1712                 -v lib_srcs="$$sorted_lib_srcs" \
1713                 -v lib_hdrs="$$sorted_lib_hdrs" \
1714                 -v lib_rc="$$win32_lib_rc" \
1715                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1716                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1717                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1718                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1719                 "$$awk_code" $(srcdir)/$(VC10_LIBTMPL) > $(VC10_LIBVCXPROJ) || { exit 1; }; \
1720         \
1721         echo "generating '$(VC10_SRCVCXPROJ)'"; \
1722         awk -v proj_type=vcxproj \
1723                 -v src_srcs="$$sorted_src_srcs" \
1724                 -v src_hdrs="$$sorted_src_hdrs" \
1725                 -v src_rc="$$win32_src_rc" \
1726                 -v src_x_srcs="$$sorted_src_x_srcs" \
1727                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1728                 "$$awk_code" $(srcdir)/$(VC10_SRCTMPL) > $(VC10_SRCVCXPROJ) || { exit 1; }; \
1729         \
1730         echo "generating '$(VC11_LIBVCXPROJ)'"; \
1731         awk -v proj_type=vcxproj \
1732                 -v lib_srcs="$$sorted_lib_srcs" \
1733                 -v lib_hdrs="$$sorted_lib_hdrs" \
1734                 -v lib_rc="$$win32_lib_rc" \
1735                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1736                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1737                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1738                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1739                 "$$awk_code" $(srcdir)/$(VC11_LIBTMPL) > $(VC11_LIBVCXPROJ) || { exit 1; }; \
1740         \
1741         echo "generating '$(VC11_SRCVCXPROJ)'"; \
1742         awk -v proj_type=vcxproj \
1743                 -v src_srcs="$$sorted_src_srcs" \
1744                 -v src_hdrs="$$sorted_src_hdrs" \
1745                 -v src_rc="$$win32_src_rc" \
1746                 -v src_x_srcs="$$sorted_src_x_srcs" \
1747                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1748                 "$$awk_code" $(srcdir)/$(VC11_SRCTMPL) > $(VC11_SRCVCXPROJ) || { exit 1; }; \
1749         \
1750         echo "generating '$(VC12_LIBVCXPROJ)'"; \
1751         awk -v proj_type=vcxproj \
1752                 -v lib_srcs="$$sorted_lib_srcs" \
1753                 -v lib_hdrs="$$sorted_lib_hdrs" \
1754                 -v lib_rc="$$win32_lib_rc" \
1755                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1756                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1757                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1758                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1759                 "$$awk_code" $(srcdir)/$(VC12_LIBTMPL) > $(VC12_LIBVCXPROJ) || { exit 1; }; \
1760         \
1761         echo "generating '$(VC12_SRCVCXPROJ)'"; \
1762         awk -v proj_type=vcxproj \
1763                 -v src_srcs="$$sorted_src_srcs" \
1764                 -v src_hdrs="$$sorted_src_hdrs" \
1765                 -v src_rc="$$win32_src_rc" \
1766                 -v src_x_srcs="$$sorted_src_x_srcs" \
1767                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1768                 "$$awk_code" $(srcdir)/$(VC12_SRCTMPL) > $(VC12_SRCVCXPROJ) || { exit 1; }; \
1769         \
1770         echo "generating '$(VC14_LIBVCXPROJ)'"; \
1771         awk -v proj_type=vcxproj \
1772                 -v lib_srcs="$$sorted_lib_srcs" \
1773                 -v lib_hdrs="$$sorted_lib_hdrs" \
1774                 -v lib_rc="$$win32_lib_rc" \
1775                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1776                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1777                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1778                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1779                 "$$awk_code" $(srcdir)/$(VC14_LIBTMPL) > $(VC14_LIBVCXPROJ) || { exit 1; }; \
1780         \
1781         echo "generating '$(VC14_SRCVCXPROJ)'"; \
1782         awk -v proj_type=vcxproj \
1783                 -v src_srcs="$$sorted_src_srcs" \
1784                 -v src_hdrs="$$sorted_src_hdrs" \
1785                 -v src_rc="$$win32_src_rc" \
1786                 -v src_x_srcs="$$sorted_src_x_srcs" \
1787                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1788                 "$$awk_code" $(srcdir)/$(VC14_SRCTMPL) > $(VC14_SRCVCXPROJ) || { exit 1; }; \
1789         \
1790         echo "generating '$(VC15_LIBVCXPROJ)'"; \
1791         awk -v proj_type=vcxproj \
1792                 -v lib_srcs="$$sorted_lib_srcs" \
1793                 -v lib_hdrs="$$sorted_lib_hdrs" \
1794                 -v lib_rc="$$win32_lib_rc" \
1795                 -v lib_vauth_srcs="$$sorted_lib_vauth_srcs" \
1796                 -v lib_vauth_hdrs="$$sorted_lib_vauth_hdrs" \
1797                 -v lib_vtls_srcs="$$sorted_lib_vtls_srcs" \
1798                 -v lib_vtls_hdrs="$$sorted_lib_vtls_hdrs" \
1799                 "$$awk_code" $(srcdir)/$(VC15_LIBTMPL) > $(VC15_LIBVCXPROJ) || { exit 1; }; \
1800         \
1801         echo "generating '$(VC15_SRCVCXPROJ)'"; \
1802         awk -v proj_type=vcxproj \
1803                 -v src_srcs="$$sorted_src_srcs" \
1804                 -v src_hdrs="$$sorted_src_hdrs" \
1805                 -v src_rc="$$win32_src_rc" \
1806                 -v src_x_srcs="$$sorted_src_x_srcs" \
1807                 -v src_x_hdrs="$$sorted_src_x_hdrs" \
1808                 "$$awk_code" $(srcdir)/$(VC15_SRCTMPL) > $(VC15_SRCVCXPROJ) || { exit 1; };)
1809
1810 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1811 # Otherwise a system limit (for SysV at least) may be exceeded.
1812 .NOEXPORT: