quickjs-tart

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

Makefile.in (25201B)


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