quickjs-tart

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

Makefile.in (24823B)


      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 # Shared between CMakeLists.txt and Makefile.am
     41 
     42 VPATH = @srcdir@
     43 am__is_gnu_make = { \
     44   if test -z '$(MAKELEVEL)'; then \
     45     false; \
     46   elif test -n '$(MAKE_HOST)'; then \
     47     true; \
     48   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     49     true; \
     50   else \
     51     false; \
     52   fi; \
     53 }
     54 am__make_running_with_option = \
     55   case $${target_option-} in \
     56       ?) ;; \
     57       *) echo "am__make_running_with_option: internal error: invalid" \
     58               "target option '$${target_option-}' specified" >&2; \
     59          exit 1;; \
     60   esac; \
     61   has_opt=no; \
     62   sane_makeflags=$$MAKEFLAGS; \
     63   if $(am__is_gnu_make); then \
     64     sane_makeflags=$$MFLAGS; \
     65   else \
     66     case $$MAKEFLAGS in \
     67       *\\[\ \	]*) \
     68         bs=\\; \
     69         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     70           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     71     esac; \
     72   fi; \
     73   skip_next=no; \
     74   strip_trailopt () \
     75   { \
     76     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     77   }; \
     78   for flg in $$sane_makeflags; do \
     79     test $$skip_next = yes && { skip_next=no; continue; }; \
     80     case $$flg in \
     81       *=*|--*) continue;; \
     82         -*I) strip_trailopt 'I'; skip_next=yes;; \
     83       -*I?*) strip_trailopt 'I';; \
     84         -*O) strip_trailopt 'O'; skip_next=yes;; \
     85       -*O?*) strip_trailopt 'O';; \
     86         -*l) strip_trailopt 'l'; skip_next=yes;; \
     87       -*l?*) strip_trailopt 'l';; \
     88       -[dEDm]) skip_next=yes;; \
     89       -[JT]) skip_next=yes;; \
     90     esac; \
     91     case $$flg in \
     92       *$$target_option*) has_opt=yes; break;; \
     93     esac; \
     94   done; \
     95   test $$has_opt = yes
     96 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     98 pkgdatadir = $(datadir)/@PACKAGE@
     99 pkgincludedir = $(includedir)/@PACKAGE@
    100 pkglibdir = $(libdir)/@PACKAGE@
    101 pkglibexecdir = $(libexecdir)/@PACKAGE@
    102 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    103 install_sh_DATA = $(install_sh) -c -m 644
    104 install_sh_PROGRAM = $(install_sh) -c
    105 install_sh_SCRIPT = $(install_sh) -c
    106 INSTALL_HEADER = $(INSTALL_DATA)
    107 transform = $(program_transform_name)
    108 NORMAL_INSTALL = :
    109 PRE_INSTALL = :
    110 POST_INSTALL = :
    111 NORMAL_UNINSTALL = :
    112 PRE_UNINSTALL = :
    113 POST_UNINSTALL = :
    114 build_triplet = @build@
    115 host_triplet = @host@
    116 @DOING_NATIVE_WINDOWS_TRUE@am__append_1 = -DCURL_STATICLIB
    117 noinst_PROGRAMS = $(am__EXEEXT_1)
    118 subdir = tests/server
    119 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    120 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
    121 	$(top_srcdir)/m4/curl-compilers.m4 \
    122 	$(top_srcdir)/m4/curl-confopts.m4 \
    123 	$(top_srcdir)/m4/curl-functions.m4 \
    124 	$(top_srcdir)/m4/curl-gnutls.m4 \
    125 	$(top_srcdir)/m4/curl-mbedtls.m4 \
    126 	$(top_srcdir)/m4/curl-openssl.m4 \
    127 	$(top_srcdir)/m4/curl-override.m4 \
    128 	$(top_srcdir)/m4/curl-reentrant.m4 \
    129 	$(top_srcdir)/m4/curl-rustls.m4 \
    130 	$(top_srcdir)/m4/curl-schannel.m4 \
    131 	$(top_srcdir)/m4/curl-sysconfig.m4 \
    132 	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
    133 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    134 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    135 	$(top_srcdir)/m4/xc-am-iface.m4 \
    136 	$(top_srcdir)/m4/xc-cc-check.m4 \
    137 	$(top_srcdir)/m4/xc-lt-iface.m4 \
    138 	$(top_srcdir)/m4/xc-val-flgs.m4 \
    139 	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
    140 	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
    141 	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
    142 	$(top_srcdir)/configure.ac
    143 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    144 	$(ACLOCAL_M4)
    145 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    146 mkinstalldirs = $(install_sh) -d
    147 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
    148 CONFIG_CLEAN_FILES =
    149 CONFIG_CLEAN_VPATH_FILES =
    150 am__EXEEXT_1 = servers$(EXEEXT)
    151 PROGRAMS = $(noinst_PROGRAMS)
    152 servers_SOURCES = servers.c
    153 servers_OBJECTS = servers.$(OBJEXT)
    154 servers_LDADD = $(LDADD)
    155 servers_DEPENDENCIES =
    156 AM_V_lt = $(am__v_lt_@AM_V@)
    157 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    158 am__v_lt_0 = --silent
    159 am__v_lt_1 = 
    160 AM_V_P = $(am__v_P_@AM_V@)
    161 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    162 am__v_P_0 = false
    163 am__v_P_1 = :
    164 AM_V_GEN = $(am__v_GEN_@AM_V@)
    165 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    166 am__v_GEN_0 = @echo "  GEN     " $@;
    167 am__v_GEN_1 = 
    168 AM_V_at = $(am__v_at_@AM_V@)
    169 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    170 am__v_at_0 = @
    171 am__v_at_1 = 
    172 DEFAULT_INCLUDES = 
    173 depcomp = $(SHELL) $(top_srcdir)/depcomp
    174 am__maybe_remake_depfiles = depfiles
    175 am__depfiles_remade = ./$(DEPDIR)/servers.Po
    176 am__mv = mv -f
    177 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    178 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    179 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    180 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    181 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    182 	$(AM_CFLAGS) $(CFLAGS)
    183 AM_V_CC = $(am__v_CC_@AM_V@)
    184 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    185 am__v_CC_0 = @echo "  CC      " $@;
    186 am__v_CC_1 = 
    187 CCLD = $(CC)
    188 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    189 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    190 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    191 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    192 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    193 am__v_CCLD_0 = @echo "  CCLD    " $@;
    194 am__v_CCLD_1 = 
    195 SOURCES = servers.c
    196 DIST_SOURCES = servers.c
    197 am__can_run_installinfo = \
    198   case $$AM_UPDATE_INFO_DIR in \
    199     n|no|NO) false;; \
    200     *) (install-info --version) >/dev/null 2>&1;; \
    201   esac
    202 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    203 # Read a list of newline-separated strings from the standard input,
    204 # and print each of them once, without duplicates.  Input order is
    205 # *not* preserved.
    206 am__uniquify_input = $(AWK) '\
    207   BEGIN { nonempty = 0; } \
    208   { items[$$0] = 1; nonempty = 1; } \
    209   END { if (nonempty) { for (i in items) print i; }; } \
    210 '
    211 # Make sure the list of sources is unique.  This is necessary because,
    212 # e.g., the same source file might be shared among _SOURCES variables
    213 # for different programs/libraries.
    214 am__define_uniq_tagged_files = \
    215   list='$(am__tagged_files)'; \
    216   unique=`for i in $$list; do \
    217     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    218   done | $(am__uniquify_input)`
    219 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \
    220 	$(top_srcdir)/depcomp
    221 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    222 ACLOCAL = @ACLOCAL@
    223 AMTAR = @AMTAR@
    224 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    225 APXS = @APXS@
    226 AR = @AR@
    227 AR_FLAGS = @AR_FLAGS@
    228 AS = @AS@
    229 AUTOCONF = @AUTOCONF@
    230 AUTOHEADER = @AUTOHEADER@
    231 AUTOMAKE = @AUTOMAKE@
    232 AWK = @AWK@
    233 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
    234 CADDY = @CADDY@
    235 CC = @CC@
    236 CCDEPMODE = @CCDEPMODE@
    237 CFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@
    238 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
    239 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
    240 CPP = @CPP@
    241 CPPFLAGS = @CPPFLAGS@
    242 CSCOPE = @CSCOPE@
    243 CTAGS = @CTAGS@
    244 CURLVERSION = @CURLVERSION@
    245 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
    246 CURL_CA_EMBED = @CURL_CA_EMBED@
    247 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
    248 CURL_CPP = @CURL_CPP@
    249 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = @CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@
    250 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = @CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@
    251 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
    252 CYGPATH_W = @CYGPATH_W@
    253 DEFS = @DEFS@
    254 DEPDIR = @DEPDIR@
    255 DLLTOOL = @DLLTOOL@
    256 DSYMUTIL = @DSYMUTIL@
    257 DUMPBIN = @DUMPBIN@
    258 ECHO_C = @ECHO_C@
    259 ECHO_N = @ECHO_N@
    260 ECHO_T = @ECHO_T@
    261 EGREP = @EGREP@
    262 ENABLE_SHARED = @ENABLE_SHARED@
    263 ENABLE_STATIC = @ENABLE_STATIC@
    264 ETAGS = @ETAGS@
    265 EXEEXT = @EXEEXT@
    266 FGREP = @FGREP@
    267 FILECMD = @FILECMD@
    268 FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
    269 GCOV = @GCOV@
    270 GREP = @GREP@
    271 HAVE_LIBZ = @HAVE_LIBZ@
    272 HTTPD = @HTTPD@
    273 HTTPD_NGHTTPX = @HTTPD_NGHTTPX@
    274 INSTALL = @INSTALL@
    275 INSTALL_DATA = @INSTALL_DATA@
    276 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    277 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    278 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    279 LCOV = @LCOV@
    280 LD = @LD@
    281 LDFLAGS = @LDFLAGS@
    282 LIBCURL_PC_CFLAGS = @LIBCURL_PC_CFLAGS@
    283 LIBCURL_PC_CFLAGS_PRIVATE = @LIBCURL_PC_CFLAGS_PRIVATE@
    284 LIBCURL_PC_LDFLAGS_PRIVATE = @LIBCURL_PC_LDFLAGS_PRIVATE@
    285 LIBCURL_PC_LIBS = @LIBCURL_PC_LIBS@
    286 LIBCURL_PC_LIBS_PRIVATE = @LIBCURL_PC_LIBS_PRIVATE@
    287 LIBCURL_PC_REQUIRES = @LIBCURL_PC_REQUIRES@
    288 LIBCURL_PC_REQUIRES_PRIVATE = @LIBCURL_PC_REQUIRES_PRIVATE@
    289 LIBOBJS = @LIBOBJS@
    290 
    291 # Prevent LIBS from being used for all link targets
    292 LIBS = $(BLANK_AT_MAKETIME)
    293 LIBTOOL = @LIBTOOL@
    294 LIPO = @LIPO@
    295 LN_S = @LN_S@
    296 LTLIBOBJS = @LTLIBOBJS@
    297 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    298 MAINT = @MAINT@
    299 MAKEINFO = @MAKEINFO@
    300 MANIFEST_TOOL = @MANIFEST_TOOL@
    301 MKDIR_P = @MKDIR_P@
    302 NM = @NM@
    303 NMEDIT = @NMEDIT@
    304 OBJDUMP = @OBJDUMP@
    305 OBJEXT = @OBJEXT@
    306 OTOOL = @OTOOL@
    307 OTOOL64 = @OTOOL64@
    308 PACKAGE = @PACKAGE@
    309 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    310 PACKAGE_NAME = @PACKAGE_NAME@
    311 PACKAGE_STRING = @PACKAGE_STRING@
    312 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    313 PACKAGE_URL = @PACKAGE_URL@
    314 PACKAGE_VERSION = @PACKAGE_VERSION@
    315 PATH_SEPARATOR = @PATH_SEPARATOR@
    316 PERL = @PERL@
    317 PKGCONFIG = @PKGCONFIG@
    318 RANLIB = @RANLIB@
    319 RC = @RC@
    320 SED = @SED@
    321 SET_MAKE = @SET_MAKE@
    322 SHELL = @SHELL@
    323 SSL_BACKENDS = @SSL_BACKENDS@
    324 STRIP = @STRIP@
    325 SUPPORT_FEATURES = @SUPPORT_FEATURES@
    326 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
    327 TEST_NGHTTPX = @TEST_NGHTTPX@
    328 VERSION = @VERSION@
    329 VERSIONNUM = @VERSIONNUM@
    330 VSFTPD = @VSFTPD@
    331 ZLIB_LIBS = @ZLIB_LIBS@
    332 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
    333 abs_builddir = @abs_builddir@
    334 abs_srcdir = @abs_srcdir@
    335 abs_top_builddir = @abs_top_builddir@
    336 abs_top_srcdir = @abs_top_srcdir@
    337 ac_ct_AR = @ac_ct_AR@
    338 ac_ct_CC = @ac_ct_CC@
    339 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    340 am__include = @am__include@
    341 am__leading_dot = @am__leading_dot@
    342 am__quote = @am__quote@
    343 am__tar = @am__tar@
    344 am__untar = @am__untar@
    345 bindir = @bindir@
    346 build = @build@
    347 build_alias = @build_alias@
    348 build_cpu = @build_cpu@
    349 build_os = @build_os@
    350 build_vendor = @build_vendor@
    351 builddir = @builddir@
    352 datadir = @datadir@
    353 datarootdir = @datarootdir@
    354 docdir = @docdir@
    355 dvidir = @dvidir@
    356 exec_prefix = @exec_prefix@
    357 host = @host@
    358 host_alias = @host_alias@
    359 host_cpu = @host_cpu@
    360 host_os = @host_os@
    361 host_vendor = @host_vendor@
    362 htmldir = @htmldir@
    363 includedir = @includedir@
    364 infodir = @infodir@
    365 install_sh = @install_sh@
    366 libdir = @libdir@
    367 libexecdir = @libexecdir@
    368 libext = @libext@
    369 localedir = @localedir@
    370 localstatedir = @localstatedir@
    371 mandir = @mandir@
    372 mkdir_p = @mkdir_p@
    373 oldincludedir = @oldincludedir@
    374 pdfdir = @pdfdir@
    375 prefix = @prefix@
    376 program_transform_name = @program_transform_name@
    377 psdir = @psdir@
    378 runstatedir = @runstatedir@
    379 sbindir = @sbindir@
    380 sharedstatedir = @sharedstatedir@
    381 srcdir = @srcdir@
    382 sysconfdir = @sysconfdir@
    383 target_alias = @target_alias@
    384 top_build_prefix = @top_build_prefix@
    385 top_builddir = @top_builddir@
    386 top_srcdir = @top_srcdir@
    387 
    388 #***************************************************************************
    389 #                                  _   _ ____  _
    390 #  Project                     ___| | | |  _ \| |
    391 #                             / __| | | | |_) | |
    392 #                            | (__| |_| |  _ <| |___
    393 #                             \___|\___/|_| \_\_____|
    394 #
    395 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
    396 #
    397 # This software is licensed as described in the file COPYING, which
    398 # you should have received as part of this distribution. The terms
    399 # are also available at https://curl.se/docs/copyright.html.
    400 #
    401 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
    402 # copies of the Software, and permit persons to whom the Software is
    403 # furnished to do so, under the terms of the COPYING file.
    404 #
    405 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
    406 # KIND, either express or implied.
    407 #
    408 # SPDX-License-Identifier: curl
    409 #
    410 ###########################################################################
    411 AUTOMAKE_OPTIONS = foreign nostdinc
    412 
    413 # Specify our include paths here, and do it relative to $(top_srcdir) and
    414 # $(top_builddir), to ensure that these paths which belong to the library
    415 # being currently built and tested are searched before the library which
    416 # might possibly already be installed in the system.
    417 #
    418 # $(top_srcdir)/include is for libcurl's external include files
    419 # $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
    420 # $(top_srcdir)/lib for libcurl's lib/curl_setup.h and other "borrowed" files
    421 # $(srcdir) for the generated bundle source to find included test sources
    422 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/lib \
    423 	-I$(top_srcdir)/lib -I$(srcdir) -DWITHOUT_LIBCURL \
    424 	-DCURL_NO_OLDIES $(am__append_1)
    425 BUNDLE = servers
    426 
    427 # Files referenced from the bundle source
    428 FIRST_C = first.c
    429 FIRST_H = first.h
    430 
    431 # Common files used by test programs
    432 UTILS_C = memptr.c getpart.c util.c
    433 UTILS_H = 
    434 CURLX_C = \
    435   ../../lib/curlx/base64.c \
    436   ../../lib/curlx/inet_pton.c \
    437   ../../lib/curlx/inet_ntop.c \
    438   ../../lib/curlx/multibyte.c \
    439   ../../lib/curlx/nonblock.c \
    440   ../../lib/curlx/strparse.c \
    441   ../../lib/curlx/timediff.c \
    442   ../../lib/curlx/timeval.c \
    443   ../../lib/curlx/version_win32.c \
    444   ../../lib/curlx/wait.c \
    445   ../../lib/curlx/warnless.c \
    446   ../../lib/curlx/winapi.c
    447 
    448 
    449 # All test servers
    450 TESTS_C = \
    451   dnsd.c \
    452   mqttd.c \
    453   resolve.c \
    454   rtspd.c \
    455   sockfilt.c \
    456   socksd.c \
    457   sws.c \
    458   tftpd.c
    459 
    460 
    461 # Get BUNDLE, FIRST_C, FIRST_H, UTILS_C, UTILS_H, CURLX_C, TESTS_C variables
    462 EXTRA_DIST = CMakeLists.txt .checksrc $(FIRST_C) $(FIRST_H) $(UTILS_C) $(UTILS_H) $(TESTS_C)
    463 LDADD = @CURL_NETWORK_AND_TIME_LIBS@
    464 CLEANFILES = $(BUNDLE).c
    465 CHECKSRC = $(CS_$(V))
    466 CS_0 = @echo "  RUN     " $@;
    467 CS_1 = 
    468 CS_ = $(CS_0)
    469 all: all-am
    470 
    471 .SUFFIXES:
    472 .SUFFIXES: .c .lo .o .obj
    473 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
    474 	@for dep in $?; do \
    475 	  case '$(am__configure_deps)' in \
    476 	    *$$dep*) \
    477 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    478 	        && { if test -f $@; then exit 0; else break; fi; }; \
    479 	      exit 1;; \
    480 	  esac; \
    481 	done; \
    482 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/server/Makefile'; \
    483 	$(am__cd) $(top_srcdir) && \
    484 	  $(AUTOMAKE) --foreign tests/server/Makefile
    485 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    486 	@case '$?' in \
    487 	  *config.status*) \
    488 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    489 	  *) \
    490 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    491 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    492 	esac;
    493 $(srcdir)/Makefile.inc $(am__empty):
    494 
    495 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    496 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    497 
    498 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    499 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    500 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    501 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    502 $(am__aclocal_m4_deps):
    503 
    504 clean-noinstPROGRAMS:
    505 	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
    506 	echo " rm -f" $$list; \
    507 	rm -f $$list || exit $$?; \
    508 	test -n "$(EXEEXT)" || exit 0; \
    509 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    510 	echo " rm -f" $$list; \
    511 	rm -f $$list
    512 
    513 servers$(EXEEXT): $(servers_OBJECTS) $(servers_DEPENDENCIES) $(EXTRA_servers_DEPENDENCIES) 
    514 	@rm -f servers$(EXEEXT)
    515 	$(AM_V_CCLD)$(LINK) $(servers_OBJECTS) $(servers_LDADD) $(LIBS)
    516 
    517 mostlyclean-compile:
    518 	-rm -f *.$(OBJEXT)
    519 
    520 distclean-compile:
    521 	-rm -f *.tab.c
    522 
    523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/servers.Po@am__quote@ # am--include-marker
    524 
    525 $(am__depfiles_remade):
    526 	@$(MKDIR_P) $(@D)
    527 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
    528 
    529 am--depfiles: $(am__depfiles_remade)
    530 
    531 .c.o:
    532 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    533 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    534 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    535 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    536 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    537 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    538 
    539 .c.obj:
    540 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    541 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    542 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    543 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    544 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    545 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    546 
    547 .c.lo:
    548 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    549 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    550 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
    551 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    552 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    553 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    554 
    555 mostlyclean-libtool:
    556 	-rm -f *.lo
    557 
    558 clean-libtool:
    559 	-rm -rf .libs _libs
    560 
    561 ID: $(am__tagged_files)
    562 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    563 tags: tags-am
    564 TAGS: tags
    565 
    566 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    567 	set x; \
    568 	here=`pwd`; \
    569 	$(am__define_uniq_tagged_files); \
    570 	shift; \
    571 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    572 	  test -n "$$unique" || unique=$$empty_fix; \
    573 	  if test $$# -gt 0; then \
    574 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    575 	      "$$@" $$unique; \
    576 	  else \
    577 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    578 	      $$unique; \
    579 	  fi; \
    580 	fi
    581 ctags: ctags-am
    582 
    583 CTAGS: ctags
    584 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    585 	$(am__define_uniq_tagged_files); \
    586 	test -z "$(CTAGS_ARGS)$$unique" \
    587 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    588 	     $$unique
    589 
    590 GTAGS:
    591 	here=`$(am__cd) $(top_builddir) && pwd` \
    592 	  && $(am__cd) $(top_srcdir) \
    593 	  && gtags -i $(GTAGS_ARGS) "$$here"
    594 cscopelist: cscopelist-am
    595 
    596 cscopelist-am: $(am__tagged_files)
    597 	list='$(am__tagged_files)'; \
    598 	case "$(srcdir)" in \
    599 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    600 	  *) sdir=$(subdir)/$(srcdir) ;; \
    601 	esac; \
    602 	for i in $$list; do \
    603 	  if test -f "$$i"; then \
    604 	    echo "$(subdir)/$$i"; \
    605 	  else \
    606 	    echo "$$sdir/$$i"; \
    607 	  fi; \
    608 	done >> $(top_builddir)/cscope.files
    609 
    610 distclean-tags:
    611 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    612 distdir: $(BUILT_SOURCES)
    613 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    614 
    615 distdir-am: $(DISTFILES)
    616 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    617 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    618 	list='$(DISTFILES)'; \
    619 	  dist_files=`for file in $$list; do echo $$file; done | \
    620 	  sed -e "s|^$$srcdirstrip/||;t" \
    621 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    622 	case $$dist_files in \
    623 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    624 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    625 			   sort -u` ;; \
    626 	esac; \
    627 	for file in $$dist_files; do \
    628 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    629 	  if test -d $$d/$$file; then \
    630 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    631 	    if test -d "$(distdir)/$$file"; then \
    632 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    633 	    fi; \
    634 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    635 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    636 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    637 	    fi; \
    638 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    639 	  else \
    640 	    test -f "$(distdir)/$$file" \
    641 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    642 	    || exit 1; \
    643 	  fi; \
    644 	done
    645 check-am: all-am
    646 check: check-am
    647 @NOT_CURL_CI_FALSE@all-local:
    648 all-am: Makefile $(PROGRAMS) all-local
    649 installdirs:
    650 install: install-am
    651 install-exec: install-exec-am
    652 install-data: install-data-am
    653 uninstall: uninstall-am
    654 
    655 install-am: all-am
    656 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    657 
    658 installcheck: installcheck-am
    659 install-strip:
    660 	if test -z '$(STRIP)'; then \
    661 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    662 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    663 	      install; \
    664 	else \
    665 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    666 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    667 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    668 	fi
    669 mostlyclean-generic:
    670 
    671 clean-generic:
    672 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    673 
    674 distclean-generic:
    675 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    676 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    677 
    678 maintainer-clean-generic:
    679 	@echo "This command is intended for maintainers to use"
    680 	@echo "it deletes files that may require special tools to rebuild."
    681 clean: clean-am
    682 
    683 clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \
    684 	mostlyclean-am
    685 
    686 distclean: distclean-am
    687 		-rm -f ./$(DEPDIR)/servers.Po
    688 	-rm -f Makefile
    689 distclean-am: clean-am distclean-compile distclean-generic \
    690 	distclean-tags
    691 
    692 dvi: dvi-am
    693 
    694 dvi-am:
    695 
    696 html: html-am
    697 
    698 html-am:
    699 
    700 info: info-am
    701 
    702 info-am:
    703 
    704 install-data-am:
    705 
    706 install-dvi: install-dvi-am
    707 
    708 install-dvi-am:
    709 
    710 install-exec-am:
    711 
    712 install-html: install-html-am
    713 
    714 install-html-am:
    715 
    716 install-info: install-info-am
    717 
    718 install-info-am:
    719 
    720 install-man:
    721 
    722 install-pdf: install-pdf-am
    723 
    724 install-pdf-am:
    725 
    726 install-ps: install-ps-am
    727 
    728 install-ps-am:
    729 
    730 installcheck-am:
    731 
    732 maintainer-clean: maintainer-clean-am
    733 		-rm -f ./$(DEPDIR)/servers.Po
    734 	-rm -f Makefile
    735 maintainer-clean-am: distclean-am maintainer-clean-generic
    736 
    737 mostlyclean: mostlyclean-am
    738 
    739 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    740 	mostlyclean-libtool
    741 
    742 pdf: pdf-am
    743 
    744 pdf-am:
    745 
    746 ps: ps-am
    747 
    748 ps-am:
    749 
    750 uninstall-am:
    751 
    752 .MAKE: install-am install-strip
    753 
    754 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
    755 	check-am clean clean-generic clean-libtool clean-local \
    756 	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
    757 	distclean-compile distclean-generic distclean-libtool \
    758 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    759 	install install-am install-data install-data-am install-dvi \
    760 	install-dvi-am install-exec install-exec-am install-html \
    761 	install-html-am install-info install-info-am install-man \
    762 	install-pdf install-pdf-am install-ps install-ps-am \
    763 	install-strip installcheck installcheck-am installdirs \
    764 	maintainer-clean maintainer-clean-generic mostlyclean \
    765 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
    766 	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
    767 
    768 .PRECIOUS: Makefile
    769 
    770 
    771 $(BUNDLE).c: $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRST_C) $(UTILS_C) $(CURLX_C) $(TESTS_C)
    772 	@PERL@ $(top_srcdir)/scripts/mk-unity.pl --include $(UTILS_C) $(CURLX_C) --test $(TESTS_C) > $(BUNDLE).c
    773 
    774 # ignore generated C files since they play by slightly different rules!
    775 checksrc:
    776 	$(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) \
    777 	  -W$(srcdir)/$(BUNDLE).c \
    778 	  $(srcdir)/*.[ch])
    779 
    780 @NOT_CURL_CI_TRUE@all-local: checksrc
    781 
    782 clean-local:
    783 	rm -f $(BUNDLE)
    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: