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########################################################################### 40VPATH = @srcdir@ 41am__is_gnu_make = { \ 42 if test -z '$(MAKELEVEL)'; then \ 43 false; \ 44 elif test -n '$(MAKE_HOST)'; then \ 45 true; \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 47 true; \ 48 else \ 49 false; \ 50 fi; \ 51} 52am__make_running_with_option = \ 53 case $${target_option-} in \ 54 ?) ;; \ 55 *) echo "am__make_running_with_option: internal error: invalid" \ 56 "target option '$${target_option-}' specified" >&2; \ 57 exit 1;; \ 58 esac; \ 59 has_opt=no; \ 60 sane_makeflags=$$MAKEFLAGS; \ 61 if $(am__is_gnu_make); then \ 62 sane_makeflags=$$MFLAGS; \ 63 else \ 64 case $$MAKEFLAGS in \ 65 *\\[\ \ ]*) \ 66 bs=\\; \ 67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 69 esac; \ 70 fi; \ 71 skip_next=no; \ 72 strip_trailopt () \ 73 { \ 74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 75 }; \ 76 for flg in $$sane_makeflags; do \ 77 test $$skip_next = yes && { skip_next=no; continue; }; \ 78 case $$flg in \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ 82 -*O) strip_trailopt 'O'; skip_next=yes;; \ 83 -*O?*) strip_trailopt 'O';; \ 84 -*l) strip_trailopt 'l'; skip_next=yes;; \ 85 -*l?*) strip_trailopt 'l';; \ 86 -[dEDm]) skip_next=yes;; \ 87 -[JT]) skip_next=yes;; \ 88 esac; \ 89 case $$flg in \ 90 *$$target_option*) has_opt=yes; break;; \ 91 esac; \ 92 done; \ 93 test $$has_opt = yes 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96pkgdatadir = $(datadir)/@PACKAGE@ 97pkgincludedir = $(includedir)/@PACKAGE@ 98pkglibdir = $(libdir)/@PACKAGE@ 99pkglibexecdir = $(libexecdir)/@PACKAGE@ 100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 101install_sh_DATA = $(install_sh) -c -m 644 102install_sh_PROGRAM = $(install_sh) -c 103install_sh_SCRIPT = $(install_sh) -c 104INSTALL_HEADER = $(INSTALL_DATA) 105transform = $(program_transform_name) 106NORMAL_INSTALL = : 107PRE_INSTALL = : 108POST_INSTALL = : 109NORMAL_UNINSTALL = : 110PRE_UNINSTALL = : 111POST_UNINSTALL = : 112build_triplet = @build@ 113host_triplet = @host@ 114subdir = tests/http 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \ 117 $(top_srcdir)/m4/curl-bearssl.m4 \ 118 $(top_srcdir)/m4/curl-compilers.m4 \ 119 $(top_srcdir)/m4/curl-confopts.m4 \ 120 $(top_srcdir)/m4/curl-functions.m4 \ 121 $(top_srcdir)/m4/curl-gnutls.m4 \ 122 $(top_srcdir)/m4/curl-mbedtls.m4 \ 123 $(top_srcdir)/m4/curl-openssl.m4 \ 124 $(top_srcdir)/m4/curl-override.m4 \ 125 $(top_srcdir)/m4/curl-reentrant.m4 \ 126 $(top_srcdir)/m4/curl-rustls.m4 \ 127 $(top_srcdir)/m4/curl-schannel.m4 \ 128 $(top_srcdir)/m4/curl-sectransp.m4 \ 129 $(top_srcdir)/m4/curl-sysconfig.m4 \ 130 $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \ 131 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 132 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 133 $(top_srcdir)/m4/xc-am-iface.m4 \ 134 $(top_srcdir)/m4/xc-cc-check.m4 \ 135 $(top_srcdir)/m4/xc-lt-iface.m4 \ 136 $(top_srcdir)/m4/xc-translit.m4 \ 137 $(top_srcdir)/m4/xc-val-flgs.m4 \ 138 $(top_srcdir)/m4/zz40-xc-ovr.m4 \ 139 $(top_srcdir)/m4/zz50-xc-ovr.m4 \ 140 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 141 $(top_srcdir)/configure.ac 142am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 143 $(ACLOCAL_M4) 144DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 145mkinstalldirs = $(install_sh) -d 146CONFIG_HEADER = $(top_builddir)/lib/curl_config.h 147CONFIG_CLEAN_FILES = config.ini 148CONFIG_CLEAN_VPATH_FILES = 149AM_V_P = $(am__v_P_@AM_V@) 150am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 151am__v_P_0 = false 152am__v_P_1 = : 153AM_V_GEN = $(am__v_GEN_@AM_V@) 154am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 155am__v_GEN_0 = @echo " GEN " $@; 156am__v_GEN_1 = 157AM_V_at = $(am__v_at_@AM_V@) 158am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 159am__v_at_0 = @ 160am__v_at_1 = 161SOURCES = 162DIST_SOURCES = 163RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 164 ctags-recursive dvi-recursive html-recursive info-recursive \ 165 install-data-recursive install-dvi-recursive \ 166 install-exec-recursive install-html-recursive \ 167 install-info-recursive install-pdf-recursive \ 168 install-ps-recursive install-recursive installcheck-recursive \ 169 installdirs-recursive pdf-recursive ps-recursive \ 170 tags-recursive uninstall-recursive 171am__can_run_installinfo = \ 172 case $$AM_UPDATE_INFO_DIR in \ 173 n|no|NO) false;; \ 174 *) (install-info --version) >/dev/null 2>&1;; \ 175 esac 176RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 177 distclean-recursive maintainer-clean-recursive 178am__recursive_targets = \ 179 $(RECURSIVE_TARGETS) \ 180 $(RECURSIVE_CLEAN_TARGETS) \ 181 $(am__extra_recursive_targets) 182AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 183 distdir distdir-am 184am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 185# Read a list of newline-separated strings from the standard input, 186# and print each of them once, without duplicates. Input order is 187# *not* preserved. 188am__uniquify_input = $(AWK) '\ 189 BEGIN { nonempty = 0; } \ 190 { items[$$0] = 1; nonempty = 1; } \ 191 END { if (nonempty) { for (i in items) print i; }; } \ 192' 193# Make sure the list of sources is unique. This is necessary because, 194# e.g., the same source file might be shared among _SOURCES variables 195# for different programs/libraries. 196am__define_uniq_tagged_files = \ 197 list='$(am__tagged_files)'; \ 198 unique=`for i in $$list; do \ 199 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 200 done | $(am__uniquify_input)` 201DIST_SUBDIRS = $(SUBDIRS) 202am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.ini.in \ 203 README.md 204DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 205am__relativize = \ 206 dir0=`pwd`; \ 207 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 208 sed_rest='s,^[^/]*/*,,'; \ 209 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 210 sed_butlast='s,/*[^/]*$$,,'; \ 211 while test -n "$$dir1"; do \ 212 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 213 if test "$$first" != "."; then \ 214 if test "$$first" = ".."; then \ 215 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 216 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 217 else \ 218 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 219 if test "$$first2" = "$$first"; then \ 220 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 221 else \ 222 dir2="../$$dir2"; \ 223 fi; \ 224 dir0="$$dir0"/"$$first"; \ 225 fi; \ 226 fi; \ 227 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 228 done; \ 229 reldir="$$dir2" 230ACLOCAL = @ACLOCAL@ 231AMTAR = @AMTAR@ 232AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 233APACHECTL = @APACHECTL@ 234APXS = @APXS@ 235AR = @AR@ 236AR_FLAGS = @AR_FLAGS@ 237AS = @AS@ 238AUTOCONF = @AUTOCONF@ 239AUTOHEADER = @AUTOHEADER@ 240AUTOMAKE = @AUTOMAKE@ 241AWK = @AWK@ 242BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 243CADDY = @CADDY@ 244CC = @CC@ 245CCDEPMODE = @CCDEPMODE@ 246CFLAGS = @CFLAGS@ 247CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 248CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 249CPP = @CPP@ 250CPPFLAGS = @CPPFLAGS@ 251CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ 252CSCOPE = @CSCOPE@ 253CTAGS = @CTAGS@ 254CURLVERSION = @CURLVERSION@ 255CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 256CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 257CURL_DISABLE_DICT = @CURL_DISABLE_DICT@ 258CURL_DISABLE_FILE = @CURL_DISABLE_FILE@ 259CURL_DISABLE_FTP = @CURL_DISABLE_FTP@ 260CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ 261CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ 262CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ 263CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ 264CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ 265CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@ 266CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ 267CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ 268CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ 269CURL_DISABLE_SMB = @CURL_DISABLE_SMB@ 270CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ 271CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ 272CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ 273CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ 274CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 275CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ 276CURL_PLIST_VERSION = @CURL_PLIST_VERSION@ 277CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@ 278CYGPATH_W = @CYGPATH_W@ 279DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@ 280DEFS = @DEFS@ 281DEPDIR = @DEPDIR@ 282DLLTOOL = @DLLTOOL@ 283DSYMUTIL = @DSYMUTIL@ 284DUMPBIN = @DUMPBIN@ 285ECHO_C = @ECHO_C@ 286ECHO_N = @ECHO_N@ 287ECHO_T = @ECHO_T@ 288EGREP = @EGREP@ 289ENABLE_SHARED = @ENABLE_SHARED@ 290ENABLE_STATIC = @ENABLE_STATIC@ 291ETAGS = @ETAGS@ 292EXEEXT = @EXEEXT@ 293FGREP = @FGREP@ 294FILECMD = @FILECMD@ 295FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 296GCOV = @GCOV@ 297GREP = @GREP@ 298HAVE_BROTLI = @HAVE_BROTLI@ 299HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ 300HAVE_LDAP_SSL = @HAVE_LDAP_SSL@ 301HAVE_LIBZ = @HAVE_LIBZ@ 302HAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@ 303HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ 304HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@ 305HAVE_ZSTD = @HAVE_ZSTD@ 306HTTPD = @HTTPD@ 307HTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 308IDN_ENABLED = @IDN_ENABLED@ 309INSTALL = @INSTALL@ 310INSTALL_DATA = @INSTALL_DATA@ 311INSTALL_PROGRAM = @INSTALL_PROGRAM@ 312INSTALL_SCRIPT = @INSTALL_SCRIPT@ 313INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 314IPV6_ENABLED = @IPV6_ENABLED@ 315LCOV = @LCOV@ 316LD = @LD@ 317LDFLAGS = @LDFLAGS@ 318LIBCURL_LIBS = @LIBCURL_LIBS@ 319LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@ 320LIBOBJS = @LIBOBJS@ 321LIBS = @LIBS@ 322LIBTOOL = @LIBTOOL@ 323LIPO = @LIPO@ 324LN_S = @LN_S@ 325LTLIBOBJS = @LTLIBOBJS@ 326LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 327MAINT = @MAINT@ 328MAKEINFO = @MAKEINFO@ 329MANIFEST_TOOL = @MANIFEST_TOOL@ 330MANOPT = @MANOPT@ 331MKDIR_P = @MKDIR_P@ 332NM = @NM@ 333NMEDIT = @NMEDIT@ 334NROFF = @NROFF@ 335OBJDUMP = @OBJDUMP@ 336OBJEXT = @OBJEXT@ 337OTOOL = @OTOOL@ 338OTOOL64 = @OTOOL64@ 339PACKAGE = @PACKAGE@ 340PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 341PACKAGE_NAME = @PACKAGE_NAME@ 342PACKAGE_STRING = @PACKAGE_STRING@ 343PACKAGE_TARNAME = @PACKAGE_TARNAME@ 344PACKAGE_URL = @PACKAGE_URL@ 345PACKAGE_VERSION = @PACKAGE_VERSION@ 346PATH_SEPARATOR = @PATH_SEPARATOR@ 347PERL = @PERL@ 348PKGADD_NAME = @PKGADD_NAME@ 349PKGADD_PKG = @PKGADD_PKG@ 350PKGADD_VENDOR = @PKGADD_VENDOR@ 351PKGCONFIG = @PKGCONFIG@ 352RANDOM_FILE = @RANDOM_FILE@ 353RANLIB = @RANLIB@ 354RC = @RC@ 355REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ 356SED = @SED@ 357SET_MAKE = @SET_MAKE@ 358SHELL = @SHELL@ 359SSL_BACKENDS = @SSL_BACKENDS@ 360SSL_ENABLED = @SSL_ENABLED@ 361SSL_LIBS = @SSL_LIBS@ 362STRIP = @STRIP@ 363SUPPORT_FEATURES = @SUPPORT_FEATURES@ 364SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 365TEST_NGHTTPX = @TEST_NGHTTPX@ 366USE_ARES = @USE_ARES@ 367USE_BEARSSL = @USE_BEARSSL@ 368USE_GNUTLS = @USE_GNUTLS@ 369USE_HYPER = @USE_HYPER@ 370USE_LIBRTMP = @USE_LIBRTMP@ 371USE_LIBSSH = @USE_LIBSSH@ 372USE_LIBSSH2 = @USE_LIBSSH2@ 373USE_MBEDTLS = @USE_MBEDTLS@ 374USE_MSH3 = @USE_MSH3@ 375USE_NGHTTP2 = @USE_NGHTTP2@ 376USE_NGHTTP3 = @USE_NGHTTP3@ 377USE_NGTCP2 = @USE_NGTCP2@ 378USE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@ 379USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@ 380USE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@ 381USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@ 382USE_NGTCP2_H3 = @USE_NGTCP2_H3@ 383USE_OPENLDAP = @USE_OPENLDAP@ 384USE_OPENSSL_H3 = @USE_OPENSSL_H3@ 385USE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@ 386USE_QUICHE = @USE_QUICHE@ 387USE_RUSTLS = @USE_RUSTLS@ 388USE_SCHANNEL = @USE_SCHANNEL@ 389USE_SECTRANSP = @USE_SECTRANSP@ 390USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ 391USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@ 392USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@ 393USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@ 394USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ 395USE_WOLFSSH = @USE_WOLFSSH@ 396USE_WOLFSSL = @USE_WOLFSSL@ 397VERSION = @VERSION@ 398VERSIONNUM = @VERSIONNUM@ 399ZLIB_LIBS = @ZLIB_LIBS@ 400ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 401abs_builddir = @abs_builddir@ 402abs_srcdir = @abs_srcdir@ 403abs_top_builddir = @abs_top_builddir@ 404abs_top_srcdir = @abs_top_srcdir@ 405ac_ct_AR = @ac_ct_AR@ 406ac_ct_CC = @ac_ct_CC@ 407ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 408am__include = @am__include@ 409am__leading_dot = @am__leading_dot@ 410am__quote = @am__quote@ 411am__tar = @am__tar@ 412am__untar = @am__untar@ 413bindir = @bindir@ 414build = @build@ 415build_alias = @build_alias@ 416build_cpu = @build_cpu@ 417build_os = @build_os@ 418build_vendor = @build_vendor@ 419builddir = @builddir@ 420datadir = @datadir@ 421datarootdir = @datarootdir@ 422docdir = @docdir@ 423dvidir = @dvidir@ 424exec_prefix = @exec_prefix@ 425host = @host@ 426host_alias = @host_alias@ 427host_cpu = @host_cpu@ 428host_os = @host_os@ 429host_vendor = @host_vendor@ 430htmldir = @htmldir@ 431includedir = @includedir@ 432infodir = @infodir@ 433install_sh = @install_sh@ 434libdir = @libdir@ 435libexecdir = @libexecdir@ 436libext = @libext@ 437localedir = @localedir@ 438localstatedir = @localstatedir@ 439mandir = @mandir@ 440mkdir_p = @mkdir_p@ 441oldincludedir = @oldincludedir@ 442pdfdir = @pdfdir@ 443prefix = @prefix@ 444program_transform_name = @program_transform_name@ 445psdir = @psdir@ 446runstatedir = @runstatedir@ 447sbindir = @sbindir@ 448sharedstatedir = @sharedstatedir@ 449srcdir = @srcdir@ 450sysconfdir = @sysconfdir@ 451target_alias = @target_alias@ 452top_build_prefix = @top_build_prefix@ 453top_builddir = @top_builddir@ 454top_srcdir = @top_srcdir@ 455SUBDIRS = clients 456all: all-recursive 457 458.SUFFIXES: 459$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 460 @for dep in $?; do \ 461 case '$(am__configure_deps)' in \ 462 *$$dep*) \ 463 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 464 && { if test -f $@; then exit 0; else break; fi; }; \ 465 exit 1;; \ 466 esac; \ 467 done; \ 468 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/http/Makefile'; \ 469 $(am__cd) $(top_srcdir) && \ 470 $(AUTOMAKE) --foreign tests/http/Makefile 471Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 472 @case '$?' in \ 473 *config.status*) \ 474 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 475 *) \ 476 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 477 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 478 esac; 479 480$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 481 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 482 483$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 484 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 485$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 486 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 487$(am__aclocal_m4_deps): 488config.ini: $(top_builddir)/config.status $(srcdir)/config.ini.in 489 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 490 491mostlyclean-libtool: 492 -rm -f *.lo 493 494clean-libtool: 495 -rm -rf .libs _libs 496 497# This directory's subdirectories are mostly independent; you can cd 498# into them and run 'make' without going through this Makefile. 499# To change the values of 'make' variables: instead of editing Makefiles, 500# (1) if the variable is set in 'config.status', edit 'config.status' 501# (which will cause the Makefiles to be regenerated when you run 'make'); 502# (2) otherwise, pass the desired values on the 'make' command line. 503$(am__recursive_targets): 504 @fail=; \ 505 if $(am__make_keepgoing); then \ 506 failcom='fail=yes'; \ 507 else \ 508 failcom='exit 1'; \ 509 fi; \ 510 dot_seen=no; \ 511 target=`echo $@ | sed s/-recursive//`; \ 512 case "$@" in \ 513 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 514 *) list='$(SUBDIRS)' ;; \ 515 esac; \ 516 for subdir in $$list; do \ 517 echo "Making $$target in $$subdir"; \ 518 if test "$$subdir" = "."; then \ 519 dot_seen=yes; \ 520 local_target="$$target-am"; \ 521 else \ 522 local_target="$$target"; \ 523 fi; \ 524 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 525 || eval $$failcom; \ 526 done; \ 527 if test "$$dot_seen" = "no"; then \ 528 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 529 fi; test -z "$$fail" 530 531ID: $(am__tagged_files) 532 $(am__define_uniq_tagged_files); mkid -fID $$unique 533tags: tags-recursive 534TAGS: tags 535 536tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 537 set x; \ 538 here=`pwd`; \ 539 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 540 include_option=--etags-include; \ 541 empty_fix=.; \ 542 else \ 543 include_option=--include; \ 544 empty_fix=; \ 545 fi; \ 546 list='$(SUBDIRS)'; for subdir in $$list; do \ 547 if test "$$subdir" = .; then :; else \ 548 test ! -f $$subdir/TAGS || \ 549 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 550 fi; \ 551 done; \ 552 $(am__define_uniq_tagged_files); \ 553 shift; \ 554 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 555 test -n "$$unique" || unique=$$empty_fix; \ 556 if test $$# -gt 0; then \ 557 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 558 "$$@" $$unique; \ 559 else \ 560 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 561 $$unique; \ 562 fi; \ 563 fi 564ctags: ctags-recursive 565 566CTAGS: ctags 567ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 568 $(am__define_uniq_tagged_files); \ 569 test -z "$(CTAGS_ARGS)$$unique" \ 570 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 571 $$unique 572 573GTAGS: 574 here=`$(am__cd) $(top_builddir) && pwd` \ 575 && $(am__cd) $(top_srcdir) \ 576 && gtags -i $(GTAGS_ARGS) "$$here" 577cscopelist: cscopelist-recursive 578 579cscopelist-am: $(am__tagged_files) 580 list='$(am__tagged_files)'; \ 581 case "$(srcdir)" in \ 582 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 583 *) sdir=$(subdir)/$(srcdir) ;; \ 584 esac; \ 585 for i in $$list; do \ 586 if test -f "$$i"; then \ 587 echo "$(subdir)/$$i"; \ 588 else \ 589 echo "$$sdir/$$i"; \ 590 fi; \ 591 done >> $(top_builddir)/cscope.files 592 593distclean-tags: 594 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 595distdir: $(BUILT_SOURCES) 596 $(MAKE) $(AM_MAKEFLAGS) distdir-am 597 598distdir-am: $(DISTFILES) 599 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 600 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 601 list='$(DISTFILES)'; \ 602 dist_files=`for file in $$list; do echo $$file; done | \ 603 sed -e "s|^$$srcdirstrip/||;t" \ 604 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 605 case $$dist_files in \ 606 */*) $(MKDIR_P) `echo "$$dist_files" | \ 607 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 608 sort -u` ;; \ 609 esac; \ 610 for file in $$dist_files; do \ 611 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 612 if test -d $$d/$$file; then \ 613 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 614 if test -d "$(distdir)/$$file"; then \ 615 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 616 fi; \ 617 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 618 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 619 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 620 fi; \ 621 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 622 else \ 623 test -f "$(distdir)/$$file" \ 624 || cp -p $$d/$$file "$(distdir)/$$file" \ 625 || exit 1; \ 626 fi; \ 627 done 628 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 629 if test "$$subdir" = .; then :; else \ 630 $(am__make_dryrun) \ 631 || test -d "$(distdir)/$$subdir" \ 632 || $(MKDIR_P) "$(distdir)/$$subdir" \ 633 || exit 1; \ 634 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 635 $(am__relativize); \ 636 new_distdir=$$reldir; \ 637 dir1=$$subdir; dir2="$(top_distdir)"; \ 638 $(am__relativize); \ 639 new_top_distdir=$$reldir; \ 640 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 641 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 642 ($(am__cd) $$subdir && \ 643 $(MAKE) $(AM_MAKEFLAGS) \ 644 top_distdir="$$new_top_distdir" \ 645 distdir="$$new_distdir" \ 646 am__remove_distdir=: \ 647 am__skip_length_check=: \ 648 am__skip_mode_fix=: \ 649 distdir) \ 650 || exit 1; \ 651 fi; \ 652 done 653check-am: all-am 654check: check-recursive 655all-am: Makefile 656installdirs: installdirs-recursive 657installdirs-am: 658install: install-recursive 659install-exec: install-exec-recursive 660install-data: install-data-recursive 661uninstall: uninstall-recursive 662 663install-am: all-am 664 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 665 666installcheck: installcheck-recursive 667install-strip: 668 if test -z '$(STRIP)'; then \ 669 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 670 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 671 install; \ 672 else \ 673 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 674 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 675 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 676 fi 677mostlyclean-generic: 678 679clean-generic: 680 681distclean-generic: 682 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 683 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 684 685maintainer-clean-generic: 686 @echo "This command is intended for maintainers to use" 687 @echo "it deletes files that may require special tools to rebuild." 688clean: clean-recursive 689 690clean-am: clean-generic clean-libtool clean-local mostlyclean-am 691 692distclean: distclean-recursive 693 -rm -f Makefile 694distclean-am: clean-am distclean-generic distclean-tags 695 696dvi: dvi-recursive 697 698dvi-am: 699 700html: html-recursive 701 702html-am: 703 704info: info-recursive 705 706info-am: 707 708install-data-am: 709 710install-dvi: install-dvi-recursive 711 712install-dvi-am: 713 714install-exec-am: 715 716install-html: install-html-recursive 717 718install-html-am: 719 720install-info: install-info-recursive 721 722install-info-am: 723 724install-man: 725 726install-pdf: install-pdf-recursive 727 728install-pdf-am: 729 730install-ps: install-ps-recursive 731 732install-ps-am: 733 734installcheck-am: 735 736maintainer-clean: maintainer-clean-recursive 737 -rm -f Makefile 738maintainer-clean-am: distclean-am maintainer-clean-generic 739 740mostlyclean: mostlyclean-recursive 741 742mostlyclean-am: mostlyclean-generic mostlyclean-libtool 743 744pdf: pdf-recursive 745 746pdf-am: 747 748ps: ps-recursive 749 750ps-am: 751 752uninstall-am: 753 754.MAKE: $(am__recursive_targets) install-am install-strip 755 756.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 757 check-am clean clean-generic clean-libtool clean-local \ 758 cscopelist-am ctags ctags-am distclean distclean-generic \ 759 distclean-libtool distclean-tags distdir dvi dvi-am html \ 760 html-am info info-am install install-am install-data \ 761 install-data-am install-dvi install-dvi-am install-exec \ 762 install-exec-am install-html install-html-am install-info \ 763 install-info-am install-man install-pdf install-pdf-am \ 764 install-ps install-ps-am install-strip installcheck \ 765 installcheck-am installdirs installdirs-am maintainer-clean \ 766 maintainer-clean-generic mostlyclean mostlyclean-generic \ 767 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 768 uninstall-am 769 770.PRECIOUS: Makefile 771 772 773clean-local: 774 rm -rf *.pyc __pycache__ 775 rm -rf gen 776 777check: clients 778 779clients: 780 @(cd clients; $(MAKE) check) 781 782checksrc: 783 cd clients && $(MAKE) checksrc 784 785# Tell versions [3.59,3.63) of GNU make to not export all variables. 786# Otherwise a system limit (for SysV at least) may be exceeded. 787.NOEXPORT: 788