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