quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

Makefile.in (25689B)


      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 VPATH = @srcdir@
     41 am__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 }
     52 am__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
     94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     96 pkgdatadir = $(datadir)/@PACKAGE@
     97 pkgincludedir = $(includedir)/@PACKAGE@
     98 pkglibdir = $(libdir)/@PACKAGE@
     99 pkglibexecdir = $(libexecdir)/@PACKAGE@
    100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    101 install_sh_DATA = $(install_sh) -c -m 644
    102 install_sh_PROGRAM = $(install_sh) -c
    103 install_sh_SCRIPT = $(install_sh) -c
    104 INSTALL_HEADER = $(INSTALL_DATA)
    105 transform = $(program_transform_name)
    106 NORMAL_INSTALL = :
    107 PRE_INSTALL = :
    108 POST_INSTALL = :
    109 NORMAL_UNINSTALL = :
    110 PRE_UNINSTALL = :
    111 POST_UNINSTALL = :
    112 build_triplet = @build@
    113 host_triplet = @host@
    114 @BUILD_DOCS_FALSE@@CROSSCOMPILING_FALSE@am__append_1 = !documentation
    115 subdir = tests
    116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    117 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.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-sysconfig.m4 \
    129 	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
    130 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    131 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    132 	$(top_srcdir)/m4/xc-am-iface.m4 \
    133 	$(top_srcdir)/m4/xc-cc-check.m4 \
    134 	$(top_srcdir)/m4/xc-lt-iface.m4 \
    135 	$(top_srcdir)/m4/xc-val-flgs.m4 \
    136 	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
    137 	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
    138 	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
    139 	$(top_srcdir)/configure.ac
    140 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    141 	$(ACLOCAL_M4)
    142 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    143 mkinstalldirs = $(install_sh) -d
    144 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
    145 CONFIG_CLEAN_FILES = config configurehelp.pm
    146 CONFIG_CLEAN_VPATH_FILES =
    147 AM_V_P = $(am__v_P_@AM_V@)
    148 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    149 am__v_P_0 = false
    150 am__v_P_1 = :
    151 AM_V_GEN = $(am__v_GEN_@AM_V@)
    152 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    153 am__v_GEN_0 = @echo "  GEN     " $@;
    154 am__v_GEN_1 = 
    155 AM_V_at = $(am__v_at_@AM_V@)
    156 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    157 am__v_at_0 = @
    158 am__v_at_1 = 
    159 SOURCES =
    160 DIST_SOURCES =
    161 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    162 	ctags-recursive dvi-recursive html-recursive info-recursive \
    163 	install-data-recursive install-dvi-recursive \
    164 	install-exec-recursive install-html-recursive \
    165 	install-info-recursive install-pdf-recursive \
    166 	install-ps-recursive install-recursive installcheck-recursive \
    167 	installdirs-recursive pdf-recursive ps-recursive \
    168 	tags-recursive uninstall-recursive
    169 am__can_run_installinfo = \
    170   case $$AM_UPDATE_INFO_DIR in \
    171     n|no|NO) false;; \
    172     *) (install-info --version) >/dev/null 2>&1;; \
    173   esac
    174 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    175   distclean-recursive maintainer-clean-recursive
    176 am__recursive_targets = \
    177   $(RECURSIVE_TARGETS) \
    178   $(RECURSIVE_CLEAN_TARGETS) \
    179   $(am__extra_recursive_targets)
    180 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    181 	distdir distdir-am
    182 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    183 # Read a list of newline-separated strings from the standard input,
    184 # and print each of them once, without duplicates.  Input order is
    185 # *not* preserved.
    186 am__uniquify_input = $(AWK) '\
    187   BEGIN { nonempty = 0; } \
    188   { items[$$0] = 1; nonempty = 1; } \
    189   END { if (nonempty) { for (i in items) print i; }; } \
    190 '
    191 # Make sure the list of sources is unique.  This is necessary because,
    192 # e.g., the same source file might be shared among _SOURCES variables
    193 # for different programs/libraries.
    194 am__define_uniq_tagged_files = \
    195   list='$(am__tagged_files)'; \
    196   unique=`for i in $$list; do \
    197     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    198   done | $(am__uniquify_input)`
    199 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.in \
    200 	$(srcdir)/configurehelp.pm.in
    201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    202 am__relativize = \
    203   dir0=`pwd`; \
    204   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    205   sed_rest='s,^[^/]*/*,,'; \
    206   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    207   sed_butlast='s,/*[^/]*$$,,'; \
    208   while test -n "$$dir1"; do \
    209     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    210     if test "$$first" != "."; then \
    211       if test "$$first" = ".."; then \
    212         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    213         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    214       else \
    215         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    216         if test "$$first2" = "$$first"; then \
    217           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    218         else \
    219           dir2="../$$dir2"; \
    220         fi; \
    221         dir0="$$dir0"/"$$first"; \
    222       fi; \
    223     fi; \
    224     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    225   done; \
    226   reldir="$$dir2"
    227 ACLOCAL = @ACLOCAL@
    228 AMTAR = @AMTAR@
    229 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    230 APXS = @APXS@
    231 AR = @AR@
    232 AR_FLAGS = @AR_FLAGS@
    233 AS = @AS@
    234 AUTOCONF = @AUTOCONF@
    235 AUTOHEADER = @AUTOHEADER@
    236 AUTOMAKE = @AUTOMAKE@
    237 AWK = @AWK@
    238 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
    239 CADDY = @CADDY@
    240 CC = @CC@
    241 CCDEPMODE = @CCDEPMODE@
    242 CFLAGS = @CFLAGS@
    243 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
    244 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
    245 CPP = @CPP@
    246 CPPFLAGS = @CPPFLAGS@
    247 CSCOPE = @CSCOPE@
    248 CTAGS = @CTAGS@
    249 CURLVERSION = @CURLVERSION@
    250 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
    251 CURL_CA_EMBED = @CURL_CA_EMBED@
    252 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
    253 CURL_CPP = @CURL_CPP@
    254 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = @CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@
    255 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = @CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@
    256 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
    257 CYGPATH_W = @CYGPATH_W@
    258 DEFS = @DEFS@
    259 DEPDIR = @DEPDIR@
    260 DLLTOOL = @DLLTOOL@
    261 DSYMUTIL = @DSYMUTIL@
    262 DUMPBIN = @DUMPBIN@
    263 ECHO_C = @ECHO_C@
    264 ECHO_N = @ECHO_N@
    265 ECHO_T = @ECHO_T@
    266 EGREP = @EGREP@
    267 ENABLE_SHARED = @ENABLE_SHARED@
    268 ENABLE_STATIC = @ENABLE_STATIC@
    269 ETAGS = @ETAGS@
    270 EXEEXT = @EXEEXT@
    271 FGREP = @FGREP@
    272 FILECMD = @FILECMD@
    273 FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
    274 GCOV = @GCOV@
    275 GREP = @GREP@
    276 HAVE_LIBZ = @HAVE_LIBZ@
    277 HTTPD = @HTTPD@
    278 HTTPD_NGHTTPX = @HTTPD_NGHTTPX@
    279 INSTALL = @INSTALL@
    280 INSTALL_DATA = @INSTALL_DATA@
    281 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    282 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    283 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    284 LCOV = @LCOV@
    285 LD = @LD@
    286 LDFLAGS = @LDFLAGS@
    287 LIBCURL_PC_CFLAGS = @LIBCURL_PC_CFLAGS@
    288 LIBCURL_PC_CFLAGS_PRIVATE = @LIBCURL_PC_CFLAGS_PRIVATE@
    289 LIBCURL_PC_LDFLAGS_PRIVATE = @LIBCURL_PC_LDFLAGS_PRIVATE@
    290 LIBCURL_PC_LIBS = @LIBCURL_PC_LIBS@
    291 LIBCURL_PC_LIBS_PRIVATE = @LIBCURL_PC_LIBS_PRIVATE@
    292 LIBCURL_PC_REQUIRES = @LIBCURL_PC_REQUIRES@
    293 LIBCURL_PC_REQUIRES_PRIVATE = @LIBCURL_PC_REQUIRES_PRIVATE@
    294 LIBOBJS = @LIBOBJS@
    295 LIBS = @LIBS@
    296 LIBTOOL = @LIBTOOL@
    297 LIPO = @LIPO@
    298 LN_S = @LN_S@
    299 LTLIBOBJS = @LTLIBOBJS@
    300 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    301 MAINT = @MAINT@
    302 MAKEINFO = @MAKEINFO@
    303 MANIFEST_TOOL = @MANIFEST_TOOL@
    304 MKDIR_P = @MKDIR_P@
    305 NM = @NM@
    306 NMEDIT = @NMEDIT@
    307 OBJDUMP = @OBJDUMP@
    308 OBJEXT = @OBJEXT@
    309 OTOOL = @OTOOL@
    310 OTOOL64 = @OTOOL64@
    311 PACKAGE = @PACKAGE@
    312 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    313 PACKAGE_NAME = @PACKAGE_NAME@
    314 PACKAGE_STRING = @PACKAGE_STRING@
    315 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    316 PACKAGE_URL = @PACKAGE_URL@
    317 PACKAGE_VERSION = @PACKAGE_VERSION@
    318 PATH_SEPARATOR = @PATH_SEPARATOR@
    319 PERL = @PERL@
    320 PKGCONFIG = @PKGCONFIG@
    321 RANLIB = @RANLIB@
    322 RC = @RC@
    323 SED = @SED@
    324 SET_MAKE = @SET_MAKE@
    325 SHELL = @SHELL@
    326 SSL_BACKENDS = @SSL_BACKENDS@
    327 STRIP = @STRIP@
    328 SUPPORT_FEATURES = @SUPPORT_FEATURES@
    329 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
    330 TEST_NGHTTPX = @TEST_NGHTTPX@
    331 VERSION = @VERSION@
    332 VERSIONNUM = @VERSIONNUM@
    333 VSFTPD = @VSFTPD@
    334 ZLIB_LIBS = @ZLIB_LIBS@
    335 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
    336 abs_builddir = @abs_builddir@
    337 abs_srcdir = @abs_srcdir@
    338 abs_top_builddir = @abs_top_builddir@
    339 abs_top_srcdir = @abs_top_srcdir@
    340 ac_ct_AR = @ac_ct_AR@
    341 ac_ct_CC = @ac_ct_CC@
    342 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    343 am__include = @am__include@
    344 am__leading_dot = @am__leading_dot@
    345 am__quote = @am__quote@
    346 am__tar = @am__tar@
    347 am__untar = @am__untar@
    348 bindir = @bindir@
    349 build = @build@
    350 build_alias = @build_alias@
    351 build_cpu = @build_cpu@
    352 build_os = @build_os@
    353 build_vendor = @build_vendor@
    354 builddir = @builddir@
    355 datadir = @datadir@
    356 datarootdir = @datarootdir@
    357 docdir = @docdir@
    358 dvidir = @dvidir@
    359 exec_prefix = @exec_prefix@
    360 host = @host@
    361 host_alias = @host_alias@
    362 host_cpu = @host_cpu@
    363 host_os = @host_os@
    364 host_vendor = @host_vendor@
    365 htmldir = @htmldir@
    366 includedir = @includedir@
    367 infodir = @infodir@
    368 install_sh = @install_sh@
    369 libdir = @libdir@
    370 libexecdir = @libexecdir@
    371 libext = @libext@
    372 localedir = @localedir@
    373 localstatedir = @localstatedir@
    374 mandir = @mandir@
    375 mkdir_p = @mkdir_p@
    376 oldincludedir = @oldincludedir@
    377 pdfdir = @pdfdir@
    378 prefix = @prefix@
    379 program_transform_name = @program_transform_name@
    380 psdir = @psdir@
    381 runstatedir = @runstatedir@
    382 sbindir = @sbindir@
    383 sharedstatedir = @sharedstatedir@
    384 srcdir = @srcdir@
    385 sysconfdir = @sysconfdir@
    386 target_alias = @target_alias@
    387 top_build_prefix = @top_build_prefix@
    388 top_builddir = @top_builddir@
    389 top_srcdir = @top_srcdir@
    390 
    391 # scripts used in test cases
    392 TESTSCRIPTS = \
    393  test1119.pl  \
    394  test1132.pl  \
    395  test1135.pl  \
    396  test1139.pl  \
    397  test1140.pl  \
    398  test1165.pl  \
    399  test1167.pl  \
    400  test1173.pl  \
    401  test1175.pl  \
    402  test1177.pl  \
    403  test1222.pl  \
    404  test1275.pl  \
    405  test1276.pl  \
    406  test1477.pl  \
    407  test1486.pl  \
    408  test1488.pl  \
    409  test1544.pl  \
    410  test1707.pl  \
    411  test745.pl  \
    412  test971.pl
    413 
    414 EXTRA_DIST = \
    415  CMakeLists.txt     \
    416  allversions.pm     \
    417  appveyor.pm        \
    418  azure.pm           \
    419  devtest.pl         \
    420  dictserver.py      \
    421  directories.pm     \
    422  ech_combos.py      \
    423  ech_tests.sh       \
    424  ftpserver.pl       \
    425  getpart.pm         \
    426  globalconfig.pm    \
    427  http-server.pl     \
    428  http2-server.pl    \
    429  http3-server.pl    \
    430  memanalyze.pl      \
    431  negtelnetserver.py \
    432  nghttpx.conf       \
    433  pathhelp.pm        \
    434  processhelp.pm     \
    435  requirements.txt   \
    436  rtspserver.pl      \
    437  runner.pm          \
    438  runtests.pl        \
    439  secureserver.pl    \
    440  serverhelp.pm      \
    441  servers.pm         \
    442  smbserver.py       \
    443  sshhelp.pm         \
    444  sshserver.pl       \
    445  testcurl.pl        \
    446  testutil.pm        \
    447  tftpserver.pl      \
    448  util.py            \
    449  valgrind.pm        \
    450  valgrind.supp      \
    451  $(TESTSCRIPTS)
    452 
    453 @BUILD_UNITTESTS_FALSE@BUILD_UNIT = 
    454 
    455 # we have two variables here to make sure DIST_SUBDIRS won't get 'unit'
    456 # added twice as then targets such as 'distclean' misbehave and try to
    457 # do things twice in that subdir at times (and thus fails).
    458 @BUILD_UNITTESTS_TRUE@BUILD_UNIT = unit tunit
    459 @BUILD_UNITTESTS_FALSE@DIST_UNIT = unit tunit
    460 @BUILD_UNITTESTS_TRUE@DIST_UNIT = 
    461 SUBDIRS = certs data server libtest client http $(BUILD_UNIT)
    462 DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT)
    463 PERLFLAGS = -I$(srcdir)
    464 CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid
    465 TEST_COMMON = $(am__append_1)
    466 @CROSSCOMPILING_FALSE@TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl $(TEST_COMMON)
    467 @CROSSCOMPILING_TRUE@TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
    468 @CROSSCOMPILING_FALSE@PYTEST = pytest
    469 @CROSSCOMPILING_TRUE@PYTEST = $(TEST)
    470 @CROSSCOMPILING_FALSE@TEST_Q = -a -s
    471 @CROSSCOMPILING_FALSE@TEST_AM = -a -am
    472 @CROSSCOMPILING_FALSE@TEST_F = -a -p -r
    473 @CROSSCOMPILING_FALSE@TEST_T = -a -t -j20
    474 @CROSSCOMPILING_FALSE@TEST_E = -a -e
    475 
    476 # ~<keyword> means that it will run all tests matching the keyword, but will
    477 # ignore their results (since these ones are likely to fail for no good reason)
    478 @CROSSCOMPILING_FALSE@TEST_NF = -a -p ~flaky ~timing-dependent
    479 
    480 # special CI target derived from nonflaky with CI-specific flags
    481 @CROSSCOMPILING_FALSE@TEST_CI = $(TEST_NF) -r --retry=5 -j20
    482 all: all-recursive
    483 
    484 .SUFFIXES:
    485 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    486 	@for dep in $?; do \
    487 	  case '$(am__configure_deps)' in \
    488 	    *$$dep*) \
    489 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    490 	        && { if test -f $@; then exit 0; else break; fi; }; \
    491 	      exit 1;; \
    492 	  esac; \
    493 	done; \
    494 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
    495 	$(am__cd) $(top_srcdir) && \
    496 	  $(AUTOMAKE) --gnu tests/Makefile
    497 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    498 	@case '$?' in \
    499 	  *config.status*) \
    500 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    501 	  *) \
    502 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    503 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    504 	esac;
    505 
    506 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    507 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    508 
    509 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    510 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    511 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    512 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    513 $(am__aclocal_m4_deps):
    514 config: $(top_builddir)/config.status $(srcdir)/config.in
    515 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    516 configurehelp.pm: $(top_builddir)/config.status $(srcdir)/configurehelp.pm.in
    517 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    518 
    519 mostlyclean-libtool:
    520 	-rm -f *.lo
    521 
    522 clean-libtool:
    523 	-rm -rf .libs _libs
    524 
    525 # This directory's subdirectories are mostly independent; you can cd
    526 # into them and run 'make' without going through this Makefile.
    527 # To change the values of 'make' variables: instead of editing Makefiles,
    528 # (1) if the variable is set in 'config.status', edit 'config.status'
    529 #     (which will cause the Makefiles to be regenerated when you run 'make');
    530 # (2) otherwise, pass the desired values on the 'make' command line.
    531 $(am__recursive_targets):
    532 	@fail=; \
    533 	if $(am__make_keepgoing); then \
    534 	  failcom='fail=yes'; \
    535 	else \
    536 	  failcom='exit 1'; \
    537 	fi; \
    538 	dot_seen=no; \
    539 	target=`echo $@ | sed s/-recursive//`; \
    540 	case "$@" in \
    541 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    542 	  *) list='$(SUBDIRS)' ;; \
    543 	esac; \
    544 	for subdir in $$list; do \
    545 	  echo "Making $$target in $$subdir"; \
    546 	  if test "$$subdir" = "."; then \
    547 	    dot_seen=yes; \
    548 	    local_target="$$target-am"; \
    549 	  else \
    550 	    local_target="$$target"; \
    551 	  fi; \
    552 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    553 	  || eval $$failcom; \
    554 	done; \
    555 	if test "$$dot_seen" = "no"; then \
    556 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    557 	fi; test -z "$$fail"
    558 
    559 ID: $(am__tagged_files)
    560 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    561 tags: tags-recursive
    562 TAGS: tags
    563 
    564 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    565 	set x; \
    566 	here=`pwd`; \
    567 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    568 	  include_option=--etags-include; \
    569 	  empty_fix=.; \
    570 	else \
    571 	  include_option=--include; \
    572 	  empty_fix=; \
    573 	fi; \
    574 	list='$(SUBDIRS)'; for subdir in $$list; do \
    575 	  if test "$$subdir" = .; then :; else \
    576 	    test ! -f $$subdir/TAGS || \
    577 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    578 	  fi; \
    579 	done; \
    580 	$(am__define_uniq_tagged_files); \
    581 	shift; \
    582 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    583 	  test -n "$$unique" || unique=$$empty_fix; \
    584 	  if test $$# -gt 0; then \
    585 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    586 	      "$$@" $$unique; \
    587 	  else \
    588 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    589 	      $$unique; \
    590 	  fi; \
    591 	fi
    592 ctags: ctags-recursive
    593 
    594 CTAGS: ctags
    595 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    596 	$(am__define_uniq_tagged_files); \
    597 	test -z "$(CTAGS_ARGS)$$unique" \
    598 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    599 	     $$unique
    600 
    601 GTAGS:
    602 	here=`$(am__cd) $(top_builddir) && pwd` \
    603 	  && $(am__cd) $(top_srcdir) \
    604 	  && gtags -i $(GTAGS_ARGS) "$$here"
    605 cscopelist: cscopelist-recursive
    606 
    607 cscopelist-am: $(am__tagged_files)
    608 	list='$(am__tagged_files)'; \
    609 	case "$(srcdir)" in \
    610 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    611 	  *) sdir=$(subdir)/$(srcdir) ;; \
    612 	esac; \
    613 	for i in $$list; do \
    614 	  if test -f "$$i"; then \
    615 	    echo "$(subdir)/$$i"; \
    616 	  else \
    617 	    echo "$$sdir/$$i"; \
    618 	  fi; \
    619 	done >> $(top_builddir)/cscope.files
    620 
    621 distclean-tags:
    622 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    623 distdir: $(BUILT_SOURCES)
    624 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    625 
    626 distdir-am: $(DISTFILES)
    627 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    628 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    629 	list='$(DISTFILES)'; \
    630 	  dist_files=`for file in $$list; do echo $$file; done | \
    631 	  sed -e "s|^$$srcdirstrip/||;t" \
    632 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    633 	case $$dist_files in \
    634 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    635 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    636 			   sort -u` ;; \
    637 	esac; \
    638 	for file in $$dist_files; do \
    639 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    640 	  if test -d $$d/$$file; then \
    641 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    642 	    if test -d "$(distdir)/$$file"; then \
    643 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    644 	    fi; \
    645 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    646 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    647 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    648 	    fi; \
    649 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    650 	  else \
    651 	    test -f "$(distdir)/$$file" \
    652 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    653 	    || exit 1; \
    654 	  fi; \
    655 	done
    656 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    657 	  if test "$$subdir" = .; then :; else \
    658 	    $(am__make_dryrun) \
    659 	      || test -d "$(distdir)/$$subdir" \
    660 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    661 	      || exit 1; \
    662 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    663 	    $(am__relativize); \
    664 	    new_distdir=$$reldir; \
    665 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    666 	    $(am__relativize); \
    667 	    new_top_distdir=$$reldir; \
    668 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    669 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    670 	    ($(am__cd) $$subdir && \
    671 	      $(MAKE) $(AM_MAKEFLAGS) \
    672 	        top_distdir="$$new_top_distdir" \
    673 	        distdir="$$new_distdir" \
    674 		am__remove_distdir=: \
    675 		am__skip_length_check=: \
    676 		am__skip_mode_fix=: \
    677 	        distdir) \
    678 	      || exit 1; \
    679 	  fi; \
    680 	done
    681 check-am: all-am
    682 check: check-recursive
    683 all-am: Makefile all-local
    684 installdirs: installdirs-recursive
    685 installdirs-am:
    686 install: install-recursive
    687 install-exec: install-exec-recursive
    688 install-data: install-data-recursive
    689 uninstall: uninstall-recursive
    690 
    691 install-am: all-am
    692 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    693 
    694 installcheck: installcheck-recursive
    695 install-strip:
    696 	if test -z '$(STRIP)'; then \
    697 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    698 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    699 	      install; \
    700 	else \
    701 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    702 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    703 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    704 	fi
    705 mostlyclean-generic:
    706 
    707 clean-generic:
    708 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    709 
    710 distclean-generic:
    711 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    712 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    713 
    714 maintainer-clean-generic:
    715 	@echo "This command is intended for maintainers to use"
    716 	@echo "it deletes files that may require special tools to rebuild."
    717 clean: clean-recursive
    718 
    719 clean-am: clean-generic clean-libtool mostlyclean-am
    720 
    721 distclean-am: clean-am distclean-generic distclean-tags
    722 
    723 dvi: dvi-recursive
    724 
    725 dvi-am:
    726 
    727 html: html-recursive
    728 
    729 html-am:
    730 
    731 info: info-recursive
    732 
    733 info-am:
    734 
    735 install-data-am:
    736 
    737 install-dvi: install-dvi-recursive
    738 
    739 install-dvi-am:
    740 
    741 install-exec-am:
    742 
    743 install-html: install-html-recursive
    744 
    745 install-html-am:
    746 
    747 install-info: install-info-recursive
    748 
    749 install-info-am:
    750 
    751 install-man:
    752 
    753 install-pdf: install-pdf-recursive
    754 
    755 install-pdf-am:
    756 
    757 install-ps: install-ps-recursive
    758 
    759 install-ps-am:
    760 
    761 installcheck-am:
    762 
    763 maintainer-clean: maintainer-clean-recursive
    764 	-rm -f Makefile
    765 maintainer-clean-am: distclean-am maintainer-clean-generic
    766 
    767 mostlyclean: mostlyclean-recursive
    768 
    769 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    770 
    771 pdf: pdf-recursive
    772 
    773 pdf-am:
    774 
    775 ps: ps-recursive
    776 
    777 ps-am:
    778 
    779 uninstall-am:
    780 
    781 .MAKE: $(am__recursive_targets) install-am install-strip
    782 
    783 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
    784 	check check-am clean clean-generic clean-libtool cscopelist-am \
    785 	ctags ctags-am distclean distclean-generic distclean-libtool \
    786 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    787 	install install-am install-data install-data-am install-dvi \
    788 	install-dvi-am install-exec install-exec-am install-html \
    789 	install-html-am install-info install-info-am install-man \
    790 	install-pdf install-pdf-am install-ps install-ps-am \
    791 	install-strip installcheck installcheck-am installdirs \
    792 	installdirs-am maintainer-clean maintainer-clean-generic \
    793 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
    794 	ps ps-am tags tags-am uninstall uninstall-am
    795 
    796 .PRECIOUS: Makefile
    797 
    798 
    799 curl:
    800 	@cd $(top_builddir) && $(MAKE)
    801 
    802 # make sure that PERL is pointing to an executable
    803 perlcheck:
    804 	@if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
    805 
    806 build-certs:
    807 	(cd certs && $(MAKE))
    808 
    809 test: perlcheck all
    810 	$(TEST) $(TFLAGS)
    811 
    812 quiet-test: perlcheck all
    813 	$(TEST) $(TEST_Q) $(TFLAGS)
    814 
    815 am-test: perlcheck all
    816 	$(TEST) $(TEST_AM) $(TFLAGS)
    817 
    818 ci-test: perlcheck all
    819 	$(TEST) $(TEST_CI) $(TFLAGS)
    820 
    821 full-test: perlcheck all
    822 	$(TEST) $(TEST_F) $(TFLAGS)
    823 
    824 nonflaky-test: perlcheck all
    825 	$(TEST) $(TEST_NF) $(TFLAGS)
    826 
    827 torture-test: perlcheck all
    828 	$(TEST) $(TEST_T) $(TFLAGS)
    829 
    830 event-test: perlcheck all
    831 	$(TEST) $(TEST_E) $(TFLAGS)
    832 
    833 default-pytest: ci-pytest
    834 
    835 ci-pytest: all
    836 	srcdir=$(srcdir) $(PYTEST) -n auto -v $(srcdir)/http
    837 
    838 checksrc:
    839 	(cd libtest && $(MAKE) checksrc)
    840 	(cd unit && $(MAKE) checksrc)
    841 	(cd tunit && $(MAKE) checksrc)
    842 	(cd server && $(MAKE) checksrc)
    843 	(cd client && $(MAKE) checksrc)
    844 	(cd http && $(MAKE) checksrc)
    845 
    846 all-local: $(MANFILES) build-certs
    847 
    848 distclean:
    849 	rm -f $(MANFILES)
    850 
    851 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    852 # Otherwise a system limit (for SysV at least) may be exceeded.
    853 .NOEXPORT: