quickjs-tart

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

Makefile.in (24583B)


      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/tunit
    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 = tunits$(EXEEXT)
    152 PROGRAMS = $(noinst_PROGRAMS)
    153 tunits_SOURCES = tunits.c
    154 tunits_OBJECTS = tunits.$(OBJEXT)
    155 tunits_LDADD = $(LDADD)
    156 @BUILD_UNITTESTS_TRUE@tunits_DEPENDENCIES =  \
    157 @BUILD_UNITTESTS_TRUE@	$(top_builddir)/src/libcurltool.la \
    158 @BUILD_UNITTESTS_TRUE@	$(top_builddir)/lib/libcurl.la
    159 AM_V_lt = $(am__v_lt_@AM_V@)
    160 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    161 am__v_lt_0 = --silent
    162 am__v_lt_1 = 
    163 AM_V_P = $(am__v_P_@AM_V@)
    164 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    165 am__v_P_0 = false
    166 am__v_P_1 = :
    167 AM_V_GEN = $(am__v_GEN_@AM_V@)
    168 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    169 am__v_GEN_0 = @echo "  GEN     " $@;
    170 am__v_GEN_1 = 
    171 AM_V_at = $(am__v_at_@AM_V@)
    172 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    173 am__v_at_0 = @
    174 am__v_at_1 = 
    175 DEFAULT_INCLUDES = 
    176 depcomp = $(SHELL) $(top_srcdir)/depcomp
    177 am__maybe_remake_depfiles = depfiles
    178 am__depfiles_remade = ./$(DEPDIR)/tunits.Po
    179 am__mv = mv -f
    180 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    181 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    182 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    183 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    184 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    185 	$(AM_CFLAGS) $(CFLAGS)
    186 AM_V_CC = $(am__v_CC_@AM_V@)
    187 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    188 am__v_CC_0 = @echo "  CC      " $@;
    189 am__v_CC_1 = 
    190 CCLD = $(CC)
    191 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    192 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    193 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    194 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    195 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    196 am__v_CCLD_0 = @echo "  CCLD    " $@;
    197 am__v_CCLD_1 = 
    198 SOURCES = tunits.c
    199 DIST_SOURCES = tunits.c
    200 am__can_run_installinfo = \
    201   case $$AM_UPDATE_INFO_DIR in \
    202     n|no|NO) false;; \
    203     *) (install-info --version) >/dev/null 2>&1;; \
    204   esac
    205 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    206 # Read a list of newline-separated strings from the standard input,
    207 # and print each of them once, without duplicates.  Input order is
    208 # *not* preserved.
    209 am__uniquify_input = $(AWK) '\
    210   BEGIN { nonempty = 0; } \
    211   { items[$$0] = 1; nonempty = 1; } \
    212   END { if (nonempty) { for (i in items) print i; }; } \
    213 '
    214 # Make sure the list of sources is unique.  This is necessary because,
    215 # e.g., the same source file might be shared among _SOURCES variables
    216 # for different programs/libraries.
    217 am__define_uniq_tagged_files = \
    218   list='$(am__tagged_files)'; \
    219   unique=`for i in $$list; do \
    220     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    221   done | $(am__uniquify_input)`
    222 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc \
    223 	$(top_srcdir)/depcomp README.md
    224 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    225 ACLOCAL = @ACLOCAL@
    226 AMTAR = @AMTAR@
    227 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    228 APXS = @APXS@
    229 AR = @AR@
    230 AR_FLAGS = @AR_FLAGS@
    231 AS = @AS@
    232 AUTOCONF = @AUTOCONF@
    233 AUTOHEADER = @AUTOHEADER@
    234 AUTOMAKE = @AUTOMAKE@
    235 AWK = @AWK@
    236 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
    237 CADDY = @CADDY@
    238 CC = @CC@
    239 CCDEPMODE = @CCDEPMODE@
    240 CFLAGS = @CFLAGS@ @CURL_CFLAG_EXTRAS@
    241 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
    242 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
    243 CPP = @CPP@
    244 CPPFLAGS = @CPPFLAGS@
    245 CSCOPE = @CSCOPE@
    246 CTAGS = @CTAGS@
    247 CURLVERSION = @CURLVERSION@
    248 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
    249 CURL_CA_EMBED = @CURL_CA_EMBED@
    250 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
    251 CURL_CPP = @CURL_CPP@
    252 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = @CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@
    253 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = @CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@
    254 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
    255 CYGPATH_W = @CYGPATH_W@
    256 DEFS = @DEFS@
    257 DEPDIR = @DEPDIR@
    258 DLLTOOL = @DLLTOOL@
    259 DSYMUTIL = @DSYMUTIL@
    260 DUMPBIN = @DUMPBIN@
    261 ECHO_C = @ECHO_C@
    262 ECHO_N = @ECHO_N@
    263 ECHO_T = @ECHO_T@
    264 EGREP = @EGREP@
    265 ENABLE_SHARED = @ENABLE_SHARED@
    266 ENABLE_STATIC = @ENABLE_STATIC@
    267 ETAGS = @ETAGS@
    268 EXEEXT = @EXEEXT@
    269 FGREP = @FGREP@
    270 FILECMD = @FILECMD@
    271 FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
    272 GCOV = @GCOV@
    273 GREP = @GREP@
    274 HAVE_LIBZ = @HAVE_LIBZ@
    275 HTTPD = @HTTPD@
    276 HTTPD_NGHTTPX = @HTTPD_NGHTTPX@
    277 INSTALL = @INSTALL@
    278 INSTALL_DATA = @INSTALL_DATA@
    279 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    280 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    281 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    282 LCOV = @LCOV@
    283 LD = @LD@
    284 LDFLAGS = @LDFLAGS@
    285 LIBCURL_PC_CFLAGS = @LIBCURL_PC_CFLAGS@
    286 LIBCURL_PC_CFLAGS_PRIVATE = @LIBCURL_PC_CFLAGS_PRIVATE@
    287 LIBCURL_PC_LDFLAGS_PRIVATE = @LIBCURL_PC_LDFLAGS_PRIVATE@
    288 LIBCURL_PC_LIBS = @LIBCURL_PC_LIBS@
    289 LIBCURL_PC_LIBS_PRIVATE = @LIBCURL_PC_LIBS_PRIVATE@
    290 LIBCURL_PC_REQUIRES = @LIBCURL_PC_REQUIRES@
    291 LIBCURL_PC_REQUIRES_PRIVATE = @LIBCURL_PC_REQUIRES_PRIVATE@
    292 LIBOBJS = @LIBOBJS@
    293 
    294 # Prevent LIBS from being used for all link targets
    295 LIBS = $(BLANK_AT_MAKETIME)
    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 #***************************************************************************
    392 #                                  _   _ ____  _
    393 #  Project                     ___| | | |  _ \| |
    394 #                             / __| | | | |_) | |
    395 #                            | (__| |_| |  _ <| |___
    396 #                             \___|\___/|_| \_\_____|
    397 #
    398 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
    399 #
    400 # This software is licensed as described in the file COPYING, which
    401 # you should have received as part of this distribution. The terms
    402 # are also available at https://curl.se/docs/copyright.html.
    403 #
    404 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
    405 # copies of the Software, and permit persons to whom the Software is
    406 # furnished to do so, under the terms of the COPYING file.
    407 #
    408 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
    409 # KIND, either express or implied.
    410 #
    411 # SPDX-License-Identifier: curl
    412 #
    413 ###########################################################################
    414 AUTOMAKE_OPTIONS = foreign nostdinc
    415 
    416 # Specify our include paths here, and do it relative to $(top_srcdir) and
    417 # $(top_builddir), to ensure that these paths which belong to the library
    418 # being currently built and tested are searched before the library which
    419 # might possibly already be installed in the system.
    420 #
    421 # $(top_srcdir)/include is for libcurl's external include files
    422 # $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
    423 # $(top_srcdir)/lib for libcurl's lib/curl_setup.h and other "borrowed" files
    424 # $(srcdir) for the generated bundle source to find included test sources
    425 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/lib \
    426 	-I$(top_srcdir)/lib -I$(top_srcdir)/src \
    427 	-I$(top_srcdir)/tests/libtest -I$(srcdir) -DCURL_STATICLIB \
    428 	-DUNITTESTS $(am__append_1) $(am__append_2) -DCURL_NO_OLDIES \
    429 	-DCURL_DISABLE_DEPRECATION
    430 BUNDLE = tunits
    431 
    432 # Files referenced from the bundle source
    433 FIRST_C = ../libtest/first.c
    434 
    435 # All tool unit test programs
    436 TESTS_C = \
    437   tool1394.c \
    438   tool1604.c \
    439   tool1621.c
    440 
    441 
    442 # Get BUNDLE, FIRST_C, TESTS_C variables
    443 EXTRA_DIST = CMakeLists.txt README.md $(TESTS_C)
    444 @BUILD_UNITTESTS_TRUE@LDADD = $(top_builddir)/src/libcurltool.la $(top_builddir)/lib/libcurl.la
    445 @BUILD_UNITTESTS_TRUE@CLEANFILES = $(BUNDLE).c
    446 CHECKSRC = $(CS_$(V))
    447 CS_0 = @echo "  RUN     " $@;
    448 CS_1 = 
    449 CS_ = $(CS_0)
    450 all: all-am
    451 
    452 .SUFFIXES:
    453 .SUFFIXES: .c .lo .o .obj
    454 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
    455 	@for dep in $?; do \
    456 	  case '$(am__configure_deps)' in \
    457 	    *$$dep*) \
    458 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    459 	        && { if test -f $@; then exit 0; else break; fi; }; \
    460 	      exit 1;; \
    461 	  esac; \
    462 	done; \
    463 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/tunit/Makefile'; \
    464 	$(am__cd) $(top_srcdir) && \
    465 	  $(AUTOMAKE) --foreign tests/tunit/Makefile
    466 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    467 	@case '$?' in \
    468 	  *config.status*) \
    469 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    470 	  *) \
    471 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    472 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    473 	esac;
    474 $(srcdir)/Makefile.inc $(am__empty):
    475 
    476 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    477 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    478 
    479 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    480 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    481 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    482 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    483 $(am__aclocal_m4_deps):
    484 
    485 clean-noinstPROGRAMS:
    486 	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
    487 	echo " rm -f" $$list; \
    488 	rm -f $$list || exit $$?; \
    489 	test -n "$(EXEEXT)" || exit 0; \
    490 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    491 	echo " rm -f" $$list; \
    492 	rm -f $$list
    493 
    494 tunits$(EXEEXT): $(tunits_OBJECTS) $(tunits_DEPENDENCIES) $(EXTRA_tunits_DEPENDENCIES) 
    495 	@rm -f tunits$(EXEEXT)
    496 	$(AM_V_CCLD)$(LINK) $(tunits_OBJECTS) $(tunits_LDADD) $(LIBS)
    497 
    498 mostlyclean-compile:
    499 	-rm -f *.$(OBJEXT)
    500 
    501 distclean-compile:
    502 	-rm -f *.tab.c
    503 
    504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tunits.Po@am__quote@ # am--include-marker
    505 
    506 $(am__depfiles_remade):
    507 	@$(MKDIR_P) $(@D)
    508 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
    509 
    510 am--depfiles: $(am__depfiles_remade)
    511 
    512 .c.o:
    513 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    514 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    515 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    516 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    517 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    518 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    519 
    520 .c.obj:
    521 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    522 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    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 $@ `$(CYGPATH_W) '$<'`
    527 
    528 .c.lo:
    529 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    530 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    531 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
    532 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    533 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    534 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    535 
    536 mostlyclean-libtool:
    537 	-rm -f *.lo
    538 
    539 clean-libtool:
    540 	-rm -rf .libs _libs
    541 
    542 ID: $(am__tagged_files)
    543 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    544 tags: tags-am
    545 TAGS: tags
    546 
    547 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    548 	set x; \
    549 	here=`pwd`; \
    550 	$(am__define_uniq_tagged_files); \
    551 	shift; \
    552 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    553 	  test -n "$$unique" || unique=$$empty_fix; \
    554 	  if test $$# -gt 0; then \
    555 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    556 	      "$$@" $$unique; \
    557 	  else \
    558 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    559 	      $$unique; \
    560 	  fi; \
    561 	fi
    562 ctags: ctags-am
    563 
    564 CTAGS: ctags
    565 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    566 	$(am__define_uniq_tagged_files); \
    567 	test -z "$(CTAGS_ARGS)$$unique" \
    568 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    569 	     $$unique
    570 
    571 GTAGS:
    572 	here=`$(am__cd) $(top_builddir) && pwd` \
    573 	  && $(am__cd) $(top_srcdir) \
    574 	  && gtags -i $(GTAGS_ARGS) "$$here"
    575 cscopelist: cscopelist-am
    576 
    577 cscopelist-am: $(am__tagged_files)
    578 	list='$(am__tagged_files)'; \
    579 	case "$(srcdir)" in \
    580 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    581 	  *) sdir=$(subdir)/$(srcdir) ;; \
    582 	esac; \
    583 	for i in $$list; do \
    584 	  if test -f "$$i"; then \
    585 	    echo "$(subdir)/$$i"; \
    586 	  else \
    587 	    echo "$$sdir/$$i"; \
    588 	  fi; \
    589 	done >> $(top_builddir)/cscope.files
    590 
    591 distclean-tags:
    592 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    593 distdir: $(BUILT_SOURCES)
    594 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    595 
    596 distdir-am: $(DISTFILES)
    597 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    598 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    599 	list='$(DISTFILES)'; \
    600 	  dist_files=`for file in $$list; do echo $$file; done | \
    601 	  sed -e "s|^$$srcdirstrip/||;t" \
    602 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    603 	case $$dist_files in \
    604 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    605 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    606 			   sort -u` ;; \
    607 	esac; \
    608 	for file in $$dist_files; do \
    609 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    610 	  if test -d $$d/$$file; then \
    611 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    612 	    if test -d "$(distdir)/$$file"; then \
    613 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    614 	    fi; \
    615 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    616 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    617 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    618 	    fi; \
    619 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    620 	  else \
    621 	    test -f "$(distdir)/$$file" \
    622 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    623 	    || exit 1; \
    624 	  fi; \
    625 	done
    626 check-am: all-am
    627 check: check-am
    628 @NOT_CURL_CI_FALSE@all-local:
    629 all-am: Makefile $(PROGRAMS) all-local
    630 installdirs:
    631 install: install-am
    632 install-exec: install-exec-am
    633 install-data: install-data-am
    634 uninstall: uninstall-am
    635 
    636 install-am: all-am
    637 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    638 
    639 installcheck: installcheck-am
    640 install-strip:
    641 	if test -z '$(STRIP)'; then \
    642 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    643 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    644 	      install; \
    645 	else \
    646 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    647 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    648 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    649 	fi
    650 mostlyclean-generic:
    651 
    652 clean-generic:
    653 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    654 
    655 distclean-generic:
    656 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    657 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    658 
    659 maintainer-clean-generic:
    660 	@echo "This command is intended for maintainers to use"
    661 	@echo "it deletes files that may require special tools to rebuild."
    662 clean: clean-am
    663 
    664 clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \
    665 	mostlyclean-am
    666 
    667 distclean: distclean-am
    668 		-rm -f ./$(DEPDIR)/tunits.Po
    669 	-rm -f Makefile
    670 distclean-am: clean-am distclean-compile distclean-generic \
    671 	distclean-tags
    672 
    673 dvi: dvi-am
    674 
    675 dvi-am:
    676 
    677 html: html-am
    678 
    679 html-am:
    680 
    681 info: info-am
    682 
    683 info-am:
    684 
    685 install-data-am:
    686 
    687 install-dvi: install-dvi-am
    688 
    689 install-dvi-am:
    690 
    691 install-exec-am:
    692 
    693 install-html: install-html-am
    694 
    695 install-html-am:
    696 
    697 install-info: install-info-am
    698 
    699 install-info-am:
    700 
    701 install-man:
    702 
    703 install-pdf: install-pdf-am
    704 
    705 install-pdf-am:
    706 
    707 install-ps: install-ps-am
    708 
    709 install-ps-am:
    710 
    711 installcheck-am:
    712 
    713 maintainer-clean: maintainer-clean-am
    714 		-rm -f ./$(DEPDIR)/tunits.Po
    715 	-rm -f Makefile
    716 maintainer-clean-am: distclean-am maintainer-clean-generic
    717 
    718 mostlyclean: mostlyclean-am
    719 
    720 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    721 	mostlyclean-libtool
    722 
    723 pdf: pdf-am
    724 
    725 pdf-am:
    726 
    727 ps: ps-am
    728 
    729 ps-am:
    730 
    731 uninstall-am:
    732 
    733 .MAKE: install-am install-strip
    734 
    735 .PHONY: CTAGS GTAGS TAGS all all-am all-local am--depfiles check \
    736 	check-am clean clean-generic clean-libtool clean-local \
    737 	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
    738 	distclean-compile distclean-generic distclean-libtool \
    739 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    740 	install install-am install-data install-data-am install-dvi \
    741 	install-dvi-am install-exec install-exec-am install-html \
    742 	install-html-am install-info install-info-am install-man \
    743 	install-pdf install-pdf-am install-ps install-ps-am \
    744 	install-strip installcheck installcheck-am installdirs \
    745 	maintainer-clean maintainer-clean-generic mostlyclean \
    746 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
    747 	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
    748 
    749 .PRECIOUS: Makefile
    750 
    751 
    752 @BUILD_UNITTESTS_TRUE@$(BUNDLE).c: $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRST_C) $(TESTS_C)
    753 @BUILD_UNITTESTS_TRUE@	@PERL@ $(top_srcdir)/scripts/mk-unity.pl --test $(TESTS_C) > $(BUNDLE).c
    754 
    755 # ignore generated C files since they play by slightly different rules!
    756 checksrc:
    757 	$(CHECKSRC)(@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) \
    758 	  -W$(srcdir)/$(BUNDLE).c \
    759 	  $(srcdir)/*.[ch])
    760 
    761 @NOT_CURL_CI_TRUE@all-local: checksrc
    762 
    763 clean-local:
    764 	rm -f $(BUNDLE)
    765 
    766 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    767 # Otherwise a system limit (for SysV at least) may be exceeded.
    768 .NOEXPORT: