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# Shared between Makefile.am and CMakeLists.txt 66 67VPATH = @srcdir@ 68am__is_gnu_make = { \ 69 if test -z '$(MAKELEVEL)'; then \ 70 false; \ 71 elif test -n '$(MAKE_HOST)'; then \ 72 true; \ 73 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 74 true; \ 75 else \ 76 false; \ 77 fi; \ 78} 79am__make_running_with_option = \ 80 case $${target_option-} in \ 81 ?) ;; \ 82 *) echo "am__make_running_with_option: internal error: invalid" \ 83 "target option '$${target_option-}' specified" >&2; \ 84 exit 1;; \ 85 esac; \ 86 has_opt=no; \ 87 sane_makeflags=$$MAKEFLAGS; \ 88 if $(am__is_gnu_make); then \ 89 sane_makeflags=$$MFLAGS; \ 90 else \ 91 case $$MAKEFLAGS in \ 92 *\\[\ \ ]*) \ 93 bs=\\; \ 94 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 95 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 96 esac; \ 97 fi; \ 98 skip_next=no; \ 99 strip_trailopt () \ 100 { \ 101 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 102 }; \ 103 for flg in $$sane_makeflags; do \ 104 test $$skip_next = yes && { skip_next=no; continue; }; \ 105 case $$flg in \ 106 *=*|--*) continue;; \ 107 -*I) strip_trailopt 'I'; skip_next=yes;; \ 108 -*I?*) strip_trailopt 'I';; \ 109 -*O) strip_trailopt 'O'; skip_next=yes;; \ 110 -*O?*) strip_trailopt 'O';; \ 111 -*l) strip_trailopt 'l'; skip_next=yes;; \ 112 -*l?*) strip_trailopt 'l';; \ 113 -[dEDm]) skip_next=yes;; \ 114 -[JT]) skip_next=yes;; \ 115 esac; \ 116 case $$flg in \ 117 *$$target_option*) has_opt=yes; break;; \ 118 esac; \ 119 done; \ 120 test $$has_opt = yes 121am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 122am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 123pkgdatadir = $(datadir)/@PACKAGE@ 124pkgincludedir = $(includedir)/@PACKAGE@ 125pkglibdir = $(libdir)/@PACKAGE@ 126pkglibexecdir = $(libexecdir)/@PACKAGE@ 127am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 128install_sh_DATA = $(install_sh) -c -m 644 129install_sh_PROGRAM = $(install_sh) -c 130install_sh_SCRIPT = $(install_sh) -c 131INSTALL_HEADER = $(INSTALL_DATA) 132transform = $(program_transform_name) 133NORMAL_INSTALL = : 134PRE_INSTALL = : 135POST_INSTALL = : 136NORMAL_UNINSTALL = : 137PRE_UNINSTALL = : 138POST_UNINSTALL = : 139build_triplet = @build@ 140host_triplet = @host@ 141subdir = docs/libcurl 142ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 143am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 144 $(top_srcdir)/m4/curl-bearssl.m4 \ 145 $(top_srcdir)/m4/curl-compilers.m4 \ 146 $(top_srcdir)/m4/curl-confopts.m4 \ 147 $(top_srcdir)/m4/curl-functions.m4 \ 148 $(top_srcdir)/m4/curl-gnutls.m4 \ 149 $(top_srcdir)/m4/curl-mbedtls.m4 \ 150 $(top_srcdir)/m4/curl-openssl.m4 \ 151 $(top_srcdir)/m4/curl-override.m4 \ 152 $(top_srcdir)/m4/curl-reentrant.m4 \ 153 $(top_srcdir)/m4/curl-rustls.m4 \ 154 $(top_srcdir)/m4/curl-schannel.m4 \ 155 $(top_srcdir)/m4/curl-sectransp.m4 \ 156 $(top_srcdir)/m4/curl-sysconfig.m4 \ 157 $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 158 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 159 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 160 $(top_srcdir)/m4/xc-am-iface.m4 \ 161 $(top_srcdir)/m4/xc-cc-check.m4 \ 162 $(top_srcdir)/m4/xc-lt-iface.m4 \ 163 $(top_srcdir)/m4/xc-translit.m4 \ 164 $(top_srcdir)/m4/xc-val-flgs.m4 \ 165 $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 166 $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 167 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 168 $(top_srcdir)/configure.ac 169am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 170 $(ACLOCAL_M4) 171DIST_COMMON = $(srcdir)/Makefile.am $(dist_m4macro_DATA) \ 172 $(am__DIST_COMMON) 173mkinstalldirs = $(install_sh) -d 174CONFIG_HEADER = $(top_builddir)/lib/curl_config.h 175CONFIG_CLEAN_FILES = 176CONFIG_CLEAN_VPATH_FILES = 177AM_V_P = $(am__v_P_@AM_V@) 178am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 179am__v_P_0 = false 180am__v_P_1 = : 181AM_V_GEN = $(am__v_GEN_@AM_V@) 182am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 183am__v_GEN_0 = @echo " GEN " $@; 184am__v_GEN_1 = 185AM_V_at = $(am__v_at_@AM_V@) 186am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 187am__v_at_0 = @ 188am__v_at_1 = 189depcomp = 190am__maybe_remake_depfiles = 191SOURCES = 192DIST_SOURCES = 193RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 194 ctags-recursive dvi-recursive html-recursive info-recursive \ 195 install-data-recursive install-dvi-recursive \ 196 install-exec-recursive install-html-recursive \ 197 install-info-recursive install-pdf-recursive \ 198 install-ps-recursive install-recursive installcheck-recursive \ 199 installdirs-recursive pdf-recursive ps-recursive \ 200 tags-recursive uninstall-recursive 201am__can_run_installinfo = \ 202 case $$AM_UPDATE_INFO_DIR in \ 203 n|no|NO) false;; \ 204 *) (install-info --version) >/dev/null 2>&1;; \ 205 esac 206am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 207am__vpath_adj = case $$p in \ 208 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 209 *) f=$$p;; \ 210 esac; 211am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 212am__install_max = 40 213am__nobase_strip_setup = \ 214 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 215am__nobase_strip = \ 216 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 217am__nobase_list = $(am__nobase_strip_setup); \ 218 for p in $$list; do echo "$$p $$p"; done | \ 219 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 220 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 221 if (++n[$$2] == $(am__install_max)) \ 222 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 223 END { for (dir in files) print dir, files[dir] }' 224am__base_list = \ 225 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 226 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 227am__uninstall_files_from_dir = { \ 228 test -z "$$files" \ 229 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 230 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 231 $(am__cd) "$$dir" && rm -f $$files; }; \ 232 } 233man3dir = $(mandir)/man3 234am__installdirs = "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(m4macrodir)" 235MANS = $(man_MANS) 236DATA = $(dist_m4macro_DATA) 237RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 238 distclean-recursive maintainer-clean-recursive 239am__recursive_targets = \ 240 $(RECURSIVE_TARGETS) \ 241 $(RECURSIVE_CLEAN_TARGETS) \ 242 $(am__extra_recursive_targets) 243AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 244 check recheck distdir distdir-am 245am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 246# Read a list of newline-separated strings from the standard input, 247# and print each of them once, without duplicates. Input order is 248# *not* preserved. 249am__uniquify_input = $(AWK) '\ 250 BEGIN { nonempty = 0; } \ 251 { items[$$0] = 1; nonempty = 1; } \ 252 END { if (nonempty) { for (i in items) print i; }; } \ 253' 254# Make sure the list of sources is unique. This is necessary because, 255# e.g., the same source file might be shared among _SOURCES variables 256# for different programs/libraries. 257am__define_uniq_tagged_files = \ 258 list='$(am__tagged_files)'; \ 259 unique=`for i in $$list; do \ 260 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 261 done | $(am__uniquify_input)` 262am__tty_colors_dummy = \ 263 mgn= red= grn= lgn= blu= brg= std=; \ 264 am__color_tests=no 265am__tty_colors = { \ 266 $(am__tty_colors_dummy); \ 267 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 268 am__color_tests=no; \ 269 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 270 am__color_tests=yes; \ 271 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 272 am__color_tests=yes; \ 273 fi; \ 274 if test $$am__color_tests = yes; then \ 275 red='[0;31m'; \ 276 grn='[0;32m'; \ 277 lgn='[1;32m'; \ 278 blu='[1;34m'; \ 279 mgn='[0;35m'; \ 280 brg='[1m'; \ 281 std='[m'; \ 282 fi; \ 283} 284am__recheck_rx = ^[ ]*:recheck:[ ]* 285am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 286am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 287# A command that, given a newline-separated list of test names on the 288# standard input, print the name of the tests that are to be re-run 289# upon "make recheck". 290am__list_recheck_tests = $(AWK) '{ \ 291 recheck = 1; \ 292 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 293 { \ 294 if (rc < 0) \ 295 { \ 296 if ((getline line2 < ($$0 ".log")) < 0) \ 297 recheck = 0; \ 298 break; \ 299 } \ 300 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 301 { \ 302 recheck = 0; \ 303 break; \ 304 } \ 305 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 306 { \ 307 break; \ 308 } \ 309 }; \ 310 if (recheck) \ 311 print $$0; \ 312 close ($$0 ".trs"); \ 313 close ($$0 ".log"); \ 314}' 315# A command that, given a newline-separated list of test names on the 316# standard input, create the global log from their .trs and .log files. 317am__create_global_log = $(AWK) ' \ 318function fatal(msg) \ 319{ \ 320 print "fatal: making $@: " msg | "cat >&2"; \ 321 exit 1; \ 322} \ 323function rst_section(header) \ 324{ \ 325 print header; \ 326 len = length(header); \ 327 for (i = 1; i <= len; i = i + 1) \ 328 printf "="; \ 329 printf "\n\n"; \ 330} \ 331{ \ 332 copy_in_global_log = 1; \ 333 global_test_result = "RUN"; \ 334 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 335 { \ 336 if (rc < 0) \ 337 fatal("failed to read from " $$0 ".trs"); \ 338 if (line ~ /$(am__global_test_result_rx)/) \ 339 { \ 340 sub("$(am__global_test_result_rx)", "", line); \ 341 sub("[ ]*$$", "", line); \ 342 global_test_result = line; \ 343 } \ 344 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 345 copy_in_global_log = 0; \ 346 }; \ 347 if (copy_in_global_log) \ 348 { \ 349 rst_section(global_test_result ": " $$0); \ 350 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 351 { \ 352 if (rc < 0) \ 353 fatal("failed to read from " $$0 ".log"); \ 354 print line; \ 355 }; \ 356 printf "\n"; \ 357 }; \ 358 close ($$0 ".trs"); \ 359 close ($$0 ".log"); \ 360}' 361# Restructured Text title. 362am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 363# Solaris 10 'make', and several other traditional 'make' implementations, 364# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 365# by disabling -e (using the XSI extension "set +e") if it's set. 366am__sh_e_setup = case $$- in *e*) set +e;; esac 367# Default flags passed to test drivers. 368am__common_driver_flags = \ 369 --color-tests "$$am__color_tests" \ 370 --enable-hard-errors "$$am__enable_hard_errors" \ 371 --expect-failure "$$am__expect_failure" 372# To be inserted before the command running the test. Creates the 373# directory for the log if needed. Stores in $dir the directory 374# containing $f, in $tst the test, in $log the log. Executes the 375# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 376# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 377# will run the test scripts (or their associated LOG_COMPILER, if 378# thy have one). 379am__check_pre = \ 380$(am__sh_e_setup); \ 381$(am__vpath_adj_setup) $(am__vpath_adj) \ 382$(am__tty_colors); \ 383srcdir=$(srcdir); export srcdir; \ 384case "$@" in \ 385 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 386 *) am__odir=.;; \ 387esac; \ 388test "x$$am__odir" = x"." || test -d "$$am__odir" \ 389 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 390if test -f "./$$f"; then dir=./; \ 391elif test -f "$$f"; then dir=; \ 392else dir="$(srcdir)/"; fi; \ 393tst=$$dir$$f; log='$@'; \ 394if test -n '$(DISABLE_HARD_ERRORS)'; then \ 395 am__enable_hard_errors=no; \ 396else \ 397 am__enable_hard_errors=yes; \ 398fi; \ 399case " $(XFAIL_TESTS) " in \ 400 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 401 am__expect_failure=yes;; \ 402 *) \ 403 am__expect_failure=no;; \ 404esac; \ 405$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 406# A shell command to get the names of the tests scripts with any registered 407# extension removed (i.e., equivalently, the names of the test logs, with 408# the '.log' extension removed). The result is saved in the shell variable 409# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 410# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 411# since that might cause problem with VPATH rewrites for suffix-less tests. 412# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 413am__set_TESTS_bases = \ 414 bases='$(TEST_LOGS)'; \ 415 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 416 bases=`echo $$bases` 417AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 418RECHECK_LOGS = $(TEST_LOGS) 419TEST_SUITE_LOG = test-suite.log 420TEST_EXTENSIONS = @EXEEXT@ .test 421LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 422LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 423am__set_b = \ 424 case '$@' in \ 425 */*) \ 426 case '$*' in \ 427 */*) b='$*';; \ 428 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 429 esac;; \ 430 *) \ 431 b='$*';; \ 432 esac 433am__test_logs1 = $(TESTS:=.log) 434am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 435TEST_LOGS = $(am__test_logs2:.test.log=.log) 436TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver 437TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 438 $(TEST_LOG_FLAGS) 439DIST_SUBDIRS = $(SUBDIRS) 440am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \ 441 $(top_srcdir)/test-driver 442DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 443am__relativize = \ 444 dir0=`pwd`; \ 445 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 446 sed_rest='s,^[^/]*/*,,'; \ 447 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 448 sed_butlast='s,/*[^/]*$$,,'; \ 449 while test -n "$$dir1"; do \ 450 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 451 if test "$$first" != "."; then \ 452 if test "$$first" = ".."; then \ 453 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 454 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 455 else \ 456 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 457 if test "$$first2" = "$$first"; then \ 458 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 459 else \ 460 dir2="../$$dir2"; \ 461 fi; \ 462 dir0="$$dir0"/"$$first"; \ 463 fi; \ 464 fi; \ 465 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 466 done; \ 467 reldir="$$dir2" 468ACLOCAL = @ACLOCAL@ 469AMTAR = @AMTAR@ 470AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 471APACHECTL = @APACHECTL@ 472APXS = @APXS@ 473AR = @AR@ 474AR_FLAGS = @AR_FLAGS@ 475AS = @AS@ 476AUTOCONF = @AUTOCONF@ 477AUTOHEADER = @AUTOHEADER@ 478AUTOMAKE = @AUTOMAKE@ 479AWK = @AWK@ 480BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 481CADDY = @CADDY@ 482CC = @CC@ 483CCDEPMODE = @CCDEPMODE@ 484CFLAGS = @CFLAGS@ 485CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 486CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 487CPP = @CPP@ 488CPPFLAGS = @CPPFLAGS@ 489CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ 490CSCOPE = @CSCOPE@ 491CTAGS = @CTAGS@ 492CURLVERSION = @CURLVERSION@ 493CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 494CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 495CURL_DISABLE_DICT = @CURL_DISABLE_DICT@ 496CURL_DISABLE_FILE = @CURL_DISABLE_FILE@ 497CURL_DISABLE_FTP = @CURL_DISABLE_FTP@ 498CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ 499CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ 500CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ 501CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ 502CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ 503CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@ 504CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ 505CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ 506CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ 507CURL_DISABLE_SMB = @CURL_DISABLE_SMB@ 508CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ 509CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ 510CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ 511CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ 512CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 513CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ 514CURL_PLIST_VERSION = @CURL_PLIST_VERSION@ 515CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@ 516CYGPATH_W = @CYGPATH_W@ 517DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@ 518DEFS = @DEFS@ 519DEPDIR = @DEPDIR@ 520DLLTOOL = @DLLTOOL@ 521DSYMUTIL = @DSYMUTIL@ 522DUMPBIN = @DUMPBIN@ 523ECHO_C = @ECHO_C@ 524ECHO_N = @ECHO_N@ 525ECHO_T = @ECHO_T@ 526EGREP = @EGREP@ 527ENABLE_SHARED = @ENABLE_SHARED@ 528ENABLE_STATIC = @ENABLE_STATIC@ 529ETAGS = @ETAGS@ 530EXEEXT = @EXEEXT@ 531FGREP = @FGREP@ 532FILECMD = @FILECMD@ 533FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 534GCOV = @GCOV@ 535GREP = @GREP@ 536HAVE_BROTLI = @HAVE_BROTLI@ 537HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ 538HAVE_LDAP_SSL = @HAVE_LDAP_SSL@ 539HAVE_LIBZ = @HAVE_LIBZ@ 540HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ 541HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@ 542HAVE_ZSTD = @HAVE_ZSTD@ 543HTTPD = @HTTPD@ 544HTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 545IDN_ENABLED = @IDN_ENABLED@ 546INSTALL = @INSTALL@ 547INSTALL_DATA = @INSTALL_DATA@ 548INSTALL_PROGRAM = @INSTALL_PROGRAM@ 549INSTALL_SCRIPT = @INSTALL_SCRIPT@ 550INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 551IPV6_ENABLED = @IPV6_ENABLED@ 552LCOV = @LCOV@ 553LD = @LD@ 554LDFLAGS = @LDFLAGS@ 555LIBCURL_LIBS = @LIBCURL_LIBS@ 556LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@ 557LIBOBJS = @LIBOBJS@ 558LIBS = @LIBS@ 559LIBTOOL = @LIBTOOL@ 560LIPO = @LIPO@ 561LN_S = @LN_S@ 562LTLIBOBJS = @LTLIBOBJS@ 563LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 564MAINT = @MAINT@ 565MAKEINFO = @MAKEINFO@ 566MANIFEST_TOOL = @MANIFEST_TOOL@ 567MANOPT = @MANOPT@ 568MKDIR_P = @MKDIR_P@ 569NM = @NM@ 570NMEDIT = @NMEDIT@ 571NROFF = @NROFF@ 572OBJDUMP = @OBJDUMP@ 573OBJEXT = @OBJEXT@ 574OTOOL = @OTOOL@ 575OTOOL64 = @OTOOL64@ 576PACKAGE = @PACKAGE@ 577PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 578PACKAGE_NAME = @PACKAGE_NAME@ 579PACKAGE_STRING = @PACKAGE_STRING@ 580PACKAGE_TARNAME = @PACKAGE_TARNAME@ 581PACKAGE_URL = @PACKAGE_URL@ 582PACKAGE_VERSION = @PACKAGE_VERSION@ 583PATH_SEPARATOR = @PATH_SEPARATOR@ 584PERL = @PERL@ 585PKGADD_NAME = @PKGADD_NAME@ 586PKGADD_PKG = @PKGADD_PKG@ 587PKGADD_VENDOR = @PKGADD_VENDOR@ 588PKGCONFIG = @PKGCONFIG@ 589RANDOM_FILE = @RANDOM_FILE@ 590RANLIB = @RANLIB@ 591RC = @RC@ 592REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ 593SED = @SED@ 594SET_MAKE = @SET_MAKE@ 595SHELL = @SHELL@ 596SSL_BACKENDS = @SSL_BACKENDS@ 597SSL_ENABLED = @SSL_ENABLED@ 598SSL_LIBS = @SSL_LIBS@ 599STRIP = @STRIP@ 600SUPPORT_FEATURES = @SUPPORT_FEATURES@ 601SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 602TEST_NGHTTPX = @TEST_NGHTTPX@ 603USE_ARES = @USE_ARES@ 604USE_BEARSSL = @USE_BEARSSL@ 605USE_GNUTLS = @USE_GNUTLS@ 606USE_HYPER = @USE_HYPER@ 607USE_LIBRTMP = @USE_LIBRTMP@ 608USE_LIBSSH = @USE_LIBSSH@ 609USE_LIBSSH2 = @USE_LIBSSH2@ 610USE_MBEDTLS = @USE_MBEDTLS@ 611USE_MSH3 = @USE_MSH3@ 612USE_NGHTTP2 = @USE_NGHTTP2@ 613USE_NGHTTP3 = @USE_NGHTTP3@ 614USE_NGTCP2 = @USE_NGTCP2@ 615USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@ 616USE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@ 617USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@ 618USE_OPENLDAP = @USE_OPENLDAP@ 619USE_QUICHE = @USE_QUICHE@ 620USE_RUSTLS = @USE_RUSTLS@ 621USE_SCHANNEL = @USE_SCHANNEL@ 622USE_SECTRANSP = @USE_SECTRANSP@ 623USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ 624USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@ 625USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@ 626USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@ 627USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ 628USE_WOLFSSH = @USE_WOLFSSH@ 629USE_WOLFSSL = @USE_WOLFSSL@ 630VERSION = @VERSION@ 631VERSIONNUM = @VERSIONNUM@ 632ZLIB_LIBS = @ZLIB_LIBS@ 633ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 634abs_builddir = @abs_builddir@ 635abs_srcdir = @abs_srcdir@ 636abs_top_builddir = @abs_top_builddir@ 637abs_top_srcdir = @abs_top_srcdir@ 638ac_ct_AR = @ac_ct_AR@ 639ac_ct_CC = @ac_ct_CC@ 640ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 641am__include = @am__include@ 642am__leading_dot = @am__leading_dot@ 643am__quote = @am__quote@ 644am__tar = @am__tar@ 645am__untar = @am__untar@ 646bindir = @bindir@ 647build = @build@ 648build_alias = @build_alias@ 649build_cpu = @build_cpu@ 650build_os = @build_os@ 651build_vendor = @build_vendor@ 652builddir = @builddir@ 653datadir = @datadir@ 654datarootdir = @datarootdir@ 655docdir = @docdir@ 656dvidir = @dvidir@ 657exec_prefix = @exec_prefix@ 658host = @host@ 659host_alias = @host_alias@ 660host_cpu = @host_cpu@ 661host_os = @host_os@ 662host_vendor = @host_vendor@ 663htmldir = @htmldir@ 664includedir = @includedir@ 665infodir = @infodir@ 666install_sh = @install_sh@ 667libdir = @libdir@ 668libexecdir = @libexecdir@ 669libext = @libext@ 670localedir = @localedir@ 671localstatedir = @localstatedir@ 672mandir = @mandir@ 673mkdir_p = @mkdir_p@ 674oldincludedir = @oldincludedir@ 675pdfdir = @pdfdir@ 676prefix = @prefix@ 677program_transform_name = @program_transform_name@ 678psdir = @psdir@ 679runstatedir = @runstatedir@ 680sbindir = @sbindir@ 681sharedstatedir = @sharedstatedir@ 682srcdir = @srcdir@ 683sysconfdir = @sysconfdir@ 684target_alias = @target_alias@ 685top_build_prefix = @top_build_prefix@ 686top_builddir = @top_builddir@ 687top_srcdir = @top_srcdir@ 688AUTOMAKE_OPTIONS = foreign no-dependencies 689SUBDIRS = opts 690man_MANS = \ 691 curl_easy_cleanup.3 \ 692 curl_easy_duphandle.3 \ 693 curl_easy_escape.3 \ 694 curl_easy_getinfo.3 \ 695 curl_easy_header.3 \ 696 curl_easy_init.3 \ 697 curl_easy_nextheader.3 \ 698 curl_easy_option_by_id.3 \ 699 curl_easy_option_by_name.3 \ 700 curl_easy_option_next.3 \ 701 curl_easy_pause.3 \ 702 curl_easy_perform.3 \ 703 curl_easy_recv.3 \ 704 curl_easy_reset.3 \ 705 curl_easy_send.3 \ 706 curl_easy_setopt.3 \ 707 curl_easy_strerror.3 \ 708 curl_easy_unescape.3 \ 709 curl_easy_upkeep.3 \ 710 curl_escape.3 \ 711 curl_formadd.3 \ 712 curl_formfree.3 \ 713 curl_formget.3 \ 714 curl_free.3 \ 715 curl_getdate.3 \ 716 curl_getenv.3 \ 717 curl_global_cleanup.3 \ 718 curl_global_init.3 \ 719 curl_global_init_mem.3 \ 720 curl_global_trace.3 \ 721 curl_global_sslset.3 \ 722 curl_mime_addpart.3 \ 723 curl_mime_data.3 \ 724 curl_mime_data_cb.3 \ 725 curl_mime_encoder.3 \ 726 curl_mime_filedata.3 \ 727 curl_mime_filename.3 \ 728 curl_mime_free.3 \ 729 curl_mime_headers.3 \ 730 curl_mime_init.3 \ 731 curl_mime_name.3 \ 732 curl_mime_subparts.3 \ 733 curl_mime_type.3 \ 734 curl_mprintf.3 \ 735 curl_multi_add_handle.3 \ 736 curl_multi_assign.3 \ 737 curl_multi_cleanup.3 \ 738 curl_multi_fdset.3 \ 739 curl_multi_get_handles.3 \ 740 curl_multi_info_read.3 \ 741 curl_multi_init.3 \ 742 curl_multi_perform.3 \ 743 curl_multi_poll.3 \ 744 curl_multi_remove_handle.3 \ 745 curl_multi_setopt.3 \ 746 curl_multi_socket.3 \ 747 curl_multi_socket_action.3 \ 748 curl_multi_socket_all.3 \ 749 curl_multi_strerror.3 \ 750 curl_multi_timeout.3 \ 751 curl_multi_wakeup.3 \ 752 curl_multi_wait.3 \ 753 curl_pushheader_bynum.3 \ 754 curl_pushheader_byname.3 \ 755 curl_share_cleanup.3 \ 756 curl_share_init.3 \ 757 curl_share_setopt.3 \ 758 curl_share_strerror.3 \ 759 curl_slist_append.3 \ 760 curl_slist_free_all.3 \ 761 curl_strequal.3 \ 762 curl_strnequal.3 \ 763 curl_unescape.3 \ 764 curl_url.3 \ 765 curl_url_cleanup.3 \ 766 curl_url_dup.3 \ 767 curl_url_get.3 \ 768 curl_url_set.3 \ 769 curl_url_strerror.3 \ 770 curl_version.3 \ 771 curl_version_info.3 \ 772 curl_ws_meta.3 \ 773 curl_ws_recv.3 \ 774 curl_ws_send.3 \ 775 libcurl-easy.3 \ 776 libcurl-env.3 \ 777 libcurl-env-dbg.3 \ 778 libcurl-errors.3 \ 779 libcurl-multi.3 \ 780 libcurl-security.3 \ 781 libcurl-share.3 \ 782 libcurl-symbols.3 \ 783 libcurl-thread.3 \ 784 libcurl-tutorial.3 \ 785 libcurl-url.3 \ 786 libcurl-ws.3 \ 787 libcurl.3 788 789man_DISTMANS = $(man_MANS:.3=.3.dist) 790HTMLPAGES = $(man_MANS:.3=.html) 791PDFPAGES = $(man_MANS:.3=.pdf) 792m4macrodir = $(datadir)/aclocal 793dist_m4macro_DATA = libcurl.m4 794CLEANFILES = $(HTMLPAGES) $(PDFPAGES) $(TESTS) $(man_DISTMANS) \ 795 libcurl-symbols.3 796 797EXTRA_DIST = $(man_MANS) ABI.md symbols-in-versions symbols.pl \ 798 mksymbolsmanpage.pl CMakeLists.txt 799 800MAN2HTML = roffit --mandir=. $< >$@ 801SUFFIXES = .3 .html 802 803# Make sure each option man page is referenced in the main man page 804TESTS = check-easy check-multi 805LOG_COMPILER = $(PERL) 806# The test fails if the log file contains any text 807AM_LOG_FLAGS = -p -e 'die "$$_" if ($$_);' 808all: all-recursive 809 810.SUFFIXES: 811.SUFFIXES: .3 .html .log .pdf .test .test$(EXEEXT) .trs 812$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) 813 @for dep in $?; do \ 814 case '$(am__configure_deps)' in \ 815 *$$dep*) \ 816 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 817 && { if test -f $@; then exit 0; else break; fi; }; \ 818 exit 1;; \ 819 esac; \ 820 done; \ 821 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/libcurl/Makefile'; \ 822 $(am__cd) $(top_srcdir) && \ 823 $(AUTOMAKE) --foreign docs/libcurl/Makefile 824Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 825 @case '$?' in \ 826 *config.status*) \ 827 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 828 *) \ 829 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 830 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 831 esac; 832$(srcdir)/Makefile.inc $(am__empty): 833 834$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 835 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 836 837$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 838 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 839$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 840 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 841$(am__aclocal_m4_deps): 842 843mostlyclean-libtool: 844 -rm -f *.lo 845 846clean-libtool: 847 -rm -rf .libs _libs 848install-man3: $(man_MANS) 849 @$(NORMAL_INSTALL) 850 @list1=''; \ 851 list2='$(man_MANS)'; \ 852 test -n "$(man3dir)" \ 853 && test -n "`echo $$list1$$list2`" \ 854 || exit 0; \ 855 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ 856 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ 857 { for i in $$list1; do echo "$$i"; done; \ 858 if test -n "$$list2"; then \ 859 for i in $$list2; do echo "$$i"; done \ 860 | sed -n '/\.3[a-z]*$$/p'; \ 861 fi; \ 862 } | while read p; do \ 863 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 864 echo "$$d$$p"; echo "$$p"; \ 865 done | \ 866 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 867 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 868 sed 'N;N;s,\n, ,g' | { \ 869 list=; while read file base inst; do \ 870 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 871 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ 872 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ 873 fi; \ 874 done; \ 875 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 876 while read files; do \ 877 test -z "$$files" || { \ 878 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ 879 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ 880 done; } 881 882uninstall-man3: 883 @$(NORMAL_UNINSTALL) 884 @list=''; test -n "$(man3dir)" || exit 0; \ 885 files=`{ for i in $$list; do echo "$$i"; done; \ 886 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 887 sed -n '/\.3[a-z]*$$/p'; \ 888 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 889 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 890 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 891install-dist_m4macroDATA: $(dist_m4macro_DATA) 892 @$(NORMAL_INSTALL) 893 @list='$(dist_m4macro_DATA)'; test -n "$(m4macrodir)" || list=; \ 894 if test -n "$$list"; then \ 895 echo " $(MKDIR_P) '$(DESTDIR)$(m4macrodir)'"; \ 896 $(MKDIR_P) "$(DESTDIR)$(m4macrodir)" || exit 1; \ 897 fi; \ 898 for p in $$list; do \ 899 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 900 echo "$$d$$p"; \ 901 done | $(am__base_list) | \ 902 while read files; do \ 903 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4macrodir)'"; \ 904 $(INSTALL_DATA) $$files "$(DESTDIR)$(m4macrodir)" || exit $$?; \ 905 done 906 907uninstall-dist_m4macroDATA: 908 @$(NORMAL_UNINSTALL) 909 @list='$(dist_m4macro_DATA)'; test -n "$(m4macrodir)" || list=; \ 910 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 911 dir='$(DESTDIR)$(m4macrodir)'; $(am__uninstall_files_from_dir) 912 913# This directory's subdirectories are mostly independent; you can cd 914# into them and run 'make' without going through this Makefile. 915# To change the values of 'make' variables: instead of editing Makefiles, 916# (1) if the variable is set in 'config.status', edit 'config.status' 917# (which will cause the Makefiles to be regenerated when you run 'make'); 918# (2) otherwise, pass the desired values on the 'make' command line. 919$(am__recursive_targets): 920 @fail=; \ 921 if $(am__make_keepgoing); then \ 922 failcom='fail=yes'; \ 923 else \ 924 failcom='exit 1'; \ 925 fi; \ 926 dot_seen=no; \ 927 target=`echo $@ | sed s/-recursive//`; \ 928 case "$@" in \ 929 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 930 *) list='$(SUBDIRS)' ;; \ 931 esac; \ 932 for subdir in $$list; do \ 933 echo "Making $$target in $$subdir"; \ 934 if test "$$subdir" = "."; then \ 935 dot_seen=yes; \ 936 local_target="$$target-am"; \ 937 else \ 938 local_target="$$target"; \ 939 fi; \ 940 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 941 || eval $$failcom; \ 942 done; \ 943 if test "$$dot_seen" = "no"; then \ 944 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 945 fi; test -z "$$fail" 946 947ID: $(am__tagged_files) 948 $(am__define_uniq_tagged_files); mkid -fID $$unique 949tags: tags-recursive 950TAGS: tags 951 952tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 953 set x; \ 954 here=`pwd`; \ 955 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 956 include_option=--etags-include; \ 957 empty_fix=.; \ 958 else \ 959 include_option=--include; \ 960 empty_fix=; \ 961 fi; \ 962 list='$(SUBDIRS)'; for subdir in $$list; do \ 963 if test "$$subdir" = .; then :; else \ 964 test ! -f $$subdir/TAGS || \ 965 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 966 fi; \ 967 done; \ 968 $(am__define_uniq_tagged_files); \ 969 shift; \ 970 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 971 test -n "$$unique" || unique=$$empty_fix; \ 972 if test $$# -gt 0; then \ 973 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 974 "$$@" $$unique; \ 975 else \ 976 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 977 $$unique; \ 978 fi; \ 979 fi 980ctags: ctags-recursive 981 982CTAGS: ctags 983ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 984 $(am__define_uniq_tagged_files); \ 985 test -z "$(CTAGS_ARGS)$$unique" \ 986 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 987 $$unique 988 989GTAGS: 990 here=`$(am__cd) $(top_builddir) && pwd` \ 991 && $(am__cd) $(top_srcdir) \ 992 && gtags -i $(GTAGS_ARGS) "$$here" 993cscopelist: cscopelist-recursive 994 995cscopelist-am: $(am__tagged_files) 996 list='$(am__tagged_files)'; \ 997 case "$(srcdir)" in \ 998 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 999 *) sdir=$(subdir)/$(srcdir) ;; \ 1000 esac; \ 1001 for i in $$list; do \ 1002 if test -f "$$i"; then \ 1003 echo "$(subdir)/$$i"; \ 1004 else \ 1005 echo "$$sdir/$$i"; \ 1006 fi; \ 1007 done >> $(top_builddir)/cscope.files 1008 1009distclean-tags: 1010 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1011 1012# Recover from deleted '.trs' file; this should ensure that 1013# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1014# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1015# to avoid problems with "make -n". 1016.log.trs: 1017 rm -f $< $@ 1018 $(MAKE) $(AM_MAKEFLAGS) $< 1019 1020# Leading 'am--fnord' is there to ensure the list of targets does not 1021# expand to empty, as could happen e.g. with make check TESTS=''. 1022am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1023am--force-recheck: 1024 @: 1025 1026$(TEST_SUITE_LOG): $(TEST_LOGS) 1027 @$(am__set_TESTS_bases); \ 1028 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1029 redo_bases=`for i in $$bases; do \ 1030 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1031 done`; \ 1032 if test -n "$$redo_bases"; then \ 1033 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1034 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1035 if $(am__make_dryrun); then :; else \ 1036 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 1037 fi; \ 1038 fi; \ 1039 if test -n "$$am__remaking_logs"; then \ 1040 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1041 "recursion detected" >&2; \ 1042 elif test -n "$$redo_logs"; then \ 1043 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1044 fi; \ 1045 if $(am__make_dryrun); then :; else \ 1046 st=0; \ 1047 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1048 for i in $$redo_bases; do \ 1049 test -f $$i.trs && test -r $$i.trs \ 1050 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1051 test -f $$i.log && test -r $$i.log \ 1052 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 1053 done; \ 1054 test $$st -eq 0 || exit 1; \ 1055 fi 1056 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1057 ws='[ ]'; \ 1058 results=`for b in $$bases; do echo $$b.trs; done`; \ 1059 test -n "$$results" || results=/dev/null; \ 1060 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1061 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1062 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1063 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1064 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1065 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1066 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1067 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1068 success=true; \ 1069 else \ 1070 success=false; \ 1071 fi; \ 1072 br='==================='; br=$$br$$br$$br$$br; \ 1073 result_count () \ 1074 { \ 1075 if test x"$$1" = x"--maybe-color"; then \ 1076 maybe_colorize=yes; \ 1077 elif test x"$$1" = x"--no-color"; then \ 1078 maybe_colorize=no; \ 1079 else \ 1080 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 1081 fi; \ 1082 shift; \ 1083 desc=$$1 count=$$2; \ 1084 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1085 color_start=$$3 color_end=$$std; \ 1086 else \ 1087 color_start= color_end=; \ 1088 fi; \ 1089 echo "$${color_start}# $$desc $$count$${color_end}"; \ 1090 }; \ 1091 create_testsuite_report () \ 1092 { \ 1093 result_count $$1 "TOTAL:" $$all "$$brg"; \ 1094 result_count $$1 "PASS: " $$pass "$$grn"; \ 1095 result_count $$1 "SKIP: " $$skip "$$blu"; \ 1096 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1097 result_count $$1 "FAIL: " $$fail "$$red"; \ 1098 result_count $$1 "XPASS:" $$xpass "$$red"; \ 1099 result_count $$1 "ERROR:" $$error "$$mgn"; \ 1100 }; \ 1101 { \ 1102 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1103 $(am__rst_title); \ 1104 create_testsuite_report --no-color; \ 1105 echo; \ 1106 echo ".. contents:: :depth: 2"; \ 1107 echo; \ 1108 for b in $$bases; do echo $$b; done \ 1109 | $(am__create_global_log); \ 1110 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1111 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1112 if $$success; then \ 1113 col="$$grn"; \ 1114 else \ 1115 col="$$red"; \ 1116 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 1117 fi; \ 1118 echo "$${col}$$br$${std}"; \ 1119 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 1120 echo "$${col}$$br$${std}"; \ 1121 create_testsuite_report --maybe-color; \ 1122 echo "$$col$$br$$std"; \ 1123 if $$success; then :; else \ 1124 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1125 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1126 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1127 fi; \ 1128 echo "$$col$$br$$std"; \ 1129 fi; \ 1130 $$success || exit 1 1131 1132check-TESTS: 1133 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1134 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1135 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1136 @set +e; $(am__set_TESTS_bases); \ 1137 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1138 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1139 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1140 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1141 exit $$?; 1142recheck: all 1143 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1144 @set +e; $(am__set_TESTS_bases); \ 1145 bases=`for i in $$bases; do echo $$i; done \ 1146 | $(am__list_recheck_tests)` || exit 1; \ 1147 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1148 log_list=`echo $$log_list`; \ 1149 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1150 am__force_recheck=am--force-recheck \ 1151 TEST_LOGS="$$log_list"; \ 1152 exit $$? 1153check-easy.log: check-easy 1154 @p='check-easy'; \ 1155 b='check-easy'; \ 1156 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1157 --log-file $$b.log --trs-file $$b.trs \ 1158 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1159 "$$tst" $(AM_TESTS_FD_REDIRECT) 1160check-multi.log: check-multi 1161 @p='check-multi'; \ 1162 b='check-multi'; \ 1163 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1164 --log-file $$b.log --trs-file $$b.trs \ 1165 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1166 "$$tst" $(AM_TESTS_FD_REDIRECT) 1167.test.log: 1168 @p='$<'; \ 1169 $(am__set_b); \ 1170 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1171 --log-file $$b.log --trs-file $$b.trs \ 1172 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1173 "$$tst" $(AM_TESTS_FD_REDIRECT) 1174@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1175@am__EXEEXT_TRUE@ @p='$<'; \ 1176@am__EXEEXT_TRUE@ $(am__set_b); \ 1177@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1178@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1179@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1180@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1181distdir: $(BUILT_SOURCES) 1182 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1183 1184distdir-am: $(DISTFILES) 1185 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1186 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1187 list='$(DISTFILES)'; \ 1188 dist_files=`for file in $$list; do echo $$file; done | \ 1189 sed -e "s|^$$srcdirstrip/||;t" \ 1190 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1191 case $$dist_files in \ 1192 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1193 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1194 sort -u` ;; \ 1195 esac; \ 1196 for file in $$dist_files; do \ 1197 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1198 if test -d $$d/$$file; then \ 1199 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1200 if test -d "$(distdir)/$$file"; then \ 1201 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1202 fi; \ 1203 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1204 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1205 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1206 fi; \ 1207 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1208 else \ 1209 test -f "$(distdir)/$$file" \ 1210 || cp -p $$d/$$file "$(distdir)/$$file" \ 1211 || exit 1; \ 1212 fi; \ 1213 done 1214 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1215 if test "$$subdir" = .; then :; else \ 1216 $(am__make_dryrun) \ 1217 || test -d "$(distdir)/$$subdir" \ 1218 || $(MKDIR_P) "$(distdir)/$$subdir" \ 1219 || exit 1; \ 1220 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1221 $(am__relativize); \ 1222 new_distdir=$$reldir; \ 1223 dir1=$$subdir; dir2="$(top_distdir)"; \ 1224 $(am__relativize); \ 1225 new_top_distdir=$$reldir; \ 1226 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1227 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1228 ($(am__cd) $$subdir && \ 1229 $(MAKE) $(AM_MAKEFLAGS) \ 1230 top_distdir="$$new_top_distdir" \ 1231 distdir="$$new_distdir" \ 1232 am__remove_distdir=: \ 1233 am__skip_length_check=: \ 1234 am__skip_mode_fix=: \ 1235 distdir) \ 1236 || exit 1; \ 1237 fi; \ 1238 done 1239check-am: all-am 1240 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1241check: check-recursive 1242all-am: Makefile $(MANS) $(DATA) 1243installdirs: installdirs-recursive 1244installdirs-am: 1245 for dir in "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(m4macrodir)"; do \ 1246 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1247 done 1248install: install-recursive 1249install-exec: install-exec-recursive 1250install-data: install-data-recursive 1251uninstall: uninstall-recursive 1252 1253install-am: all-am 1254 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1255 1256installcheck: installcheck-recursive 1257install-strip: 1258 if test -z '$(STRIP)'; then \ 1259 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1260 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1261 install; \ 1262 else \ 1263 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1264 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1265 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1266 fi 1267mostlyclean-generic: 1268 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1269 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1270 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1271 1272clean-generic: 1273 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1274 1275distclean-generic: 1276 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1277 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1278 1279maintainer-clean-generic: 1280 @echo "This command is intended for maintainers to use" 1281 @echo "it deletes files that may require special tools to rebuild." 1282clean: clean-recursive 1283 1284clean-am: clean-generic clean-libtool mostlyclean-am 1285 1286distclean: distclean-recursive 1287 -rm -f Makefile 1288distclean-am: clean-am distclean-generic distclean-tags 1289 1290dvi: dvi-recursive 1291 1292dvi-am: 1293 1294html-am: 1295 1296info: info-recursive 1297 1298info-am: 1299 1300install-data-am: install-dist_m4macroDATA install-man 1301 1302install-dvi: install-dvi-recursive 1303 1304install-dvi-am: 1305 1306install-exec-am: 1307 1308install-html: install-html-recursive 1309 1310install-html-am: 1311 1312install-info: install-info-recursive 1313 1314install-info-am: 1315 1316install-man: install-man3 1317 1318install-pdf: install-pdf-recursive 1319 1320install-pdf-am: 1321 1322install-ps: install-ps-recursive 1323 1324install-ps-am: 1325 1326installcheck-am: 1327 1328maintainer-clean: maintainer-clean-recursive 1329 -rm -f Makefile 1330maintainer-clean-am: distclean-am maintainer-clean-generic 1331 1332mostlyclean: mostlyclean-recursive 1333 1334mostlyclean-am: mostlyclean-generic mostlyclean-libtool 1335 1336pdf-am: 1337 1338ps: ps-recursive 1339 1340ps-am: 1341 1342uninstall-am: uninstall-dist_m4macroDATA uninstall-man 1343 1344uninstall-man: uninstall-man3 1345 1346.MAKE: $(am__recursive_targets) check-am install-am install-strip 1347 1348.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 1349 check-TESTS check-am clean clean-generic clean-libtool \ 1350 cscopelist-am ctags ctags-am distclean distclean-generic \ 1351 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1352 html-am info info-am install install-am install-data \ 1353 install-data-am install-dist_m4macroDATA install-dvi \ 1354 install-dvi-am install-exec install-exec-am install-html \ 1355 install-html-am install-info install-info-am install-man \ 1356 install-man3 install-pdf install-pdf-am install-ps \ 1357 install-ps-am install-strip installcheck installcheck-am \ 1358 installdirs installdirs-am maintainer-clean \ 1359 maintainer-clean-generic mostlyclean mostlyclean-generic \ 1360 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \ 1361 uninstall uninstall-am uninstall-dist_m4macroDATA \ 1362 uninstall-man uninstall-man3 1363 1364.PRECIOUS: Makefile 1365 1366 1367libcurl-symbols.3: $(srcdir)/symbols-in-versions $(srcdir)/mksymbolsmanpage.pl 1368 perl $(srcdir)/mksymbolsmanpage.pl < $(srcdir)/symbols-in-versions > $@ 1369 1370html: $(HTMLPAGES) 1371 cd opts && $(MAKE) html 1372 1373.3.html: 1374 $(MAN2HTML) 1375 1376pdf: $(PDFPAGES) 1377 cd opts && $(MAKE) pdf 1378 1379.3.pdf: 1380 @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \ 1381 groff -Tps -man $< >$$foo.ps; \ 1382 ps2pdf $$foo.ps $@; \ 1383 rm $$foo.ps; \ 1384 echo "converted $< to $@") 1385 1386check-easy: $(srcdir)/curl_easy_setopt.3 $(srcdir)/opts/CURLOPT*.3 1387 OPTS="$$(ls $(srcdir)/opts/CURLOPT*.3 | $(SED) -e 's,^.*/,,' -e 's,\.3$$,,')" && \ 1388 for opt in $$OPTS; do grep "^\.IP $$opt$$" $(srcdir)/curl_easy_setopt.3 >/dev/null || echo Missing $$opt; done > $@ 1389 1390check-multi: $(srcdir)/curl_multi_setopt.3 $(srcdir)/opts/CURLMOPT*.3 1391 OPTS="$$(ls $(srcdir)/opts/CURLMOPT*.3 | $(SED) -e 's,^.*/,,' -e 's,\.3$$,,')" && \ 1392 for opt in $$OPTS; do grep "^\.IP $$opt$$" $(srcdir)/curl_multi_setopt.3 >/dev/null || echo Missing $$opt; done > $@ 1393 1394# Tell versions [3.59,3.63) of GNU make to not export all variables. 1395# Otherwise a system limit (for SysV at least) may be exceeded. 1396.NOEXPORT: 1397