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