quickjs-tart

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

Makefile (24849B)


      1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
      2 # tests/unit/Makefile.  Generated from Makefile.in by configure.
      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 
     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 
     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)/curl
     99 pkgincludedir = $(includedir)/curl
    100 pkglibdir = $(libdir)/curl
    101 pkglibexecdir = $(libexecdir)/curl
    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 = x86_64-pc-linux-gnu
    115 host_triplet = x86_64-pc-linux-gnu
    116 #am__append_1 = -DDEBUGBUILD
    117 #am__append_2 = -DCURLDEBUG
    118 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 units_DEPENDENCIES =  \
    157 	$(top_builddir)/lib/libcurlu.la
    158 AM_V_lt = $(am__v_lt_$(V))
    159 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
    160 am__v_lt_0 = --silent
    161 am__v_lt_1 = 
    162 AM_V_P = $(am__v_P_$(V))
    163 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
    164 am__v_P_0 = false
    165 am__v_P_1 = :
    166 AM_V_GEN = $(am__v_GEN_$(V))
    167 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
    168 am__v_GEN_0 = @echo "  GEN     " $@;
    169 am__v_GEN_1 = 
    170 AM_V_at = $(am__v_at_$(V))
    171 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
    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_$(V))
    186 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
    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_$(V))
    194 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
    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 = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16
    225 AMTAR = $${TAR-tar}
    226 AM_DEFAULT_VERBOSITY = 0
    227 APXS = 
    228 AR = /usr/bin/ar
    229 AR_FLAGS = cr
    230 AS = as
    231 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf
    232 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader
    233 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16
    234 AWK = gawk
    235 BLANK_AT_MAKETIME = 
    236 CADDY = 
    237 CC = gcc
    238 CCDEPMODE = depmode=gcc3
    239 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers 
    240 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
    241 CONFIGURE_OPTIONS = " '--with-mbedtls'"
    242 CPP = gcc -E
    243 CPPFLAGS = -D_GNU_SOURCE -isystem /include
    244 CSCOPE = cscope
    245 CTAGS = ctags
    246 CURLVERSION = 8.15.0
    247 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt
    248 CURL_CA_EMBED = 
    249 CURL_CFLAG_EXTRAS = 
    250 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include
    251 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 
    252 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4
    253 CURL_NETWORK_AND_TIME_LIBS = 
    254 CYGPATH_W = echo
    255 DEFS = -DHAVE_CONFIG_H
    256 DEPDIR = .deps
    257 DLLTOOL = false
    258 DSYMUTIL = 
    259 DUMPBIN = 
    260 ECHO_C = 
    261 ECHO_N = -n
    262 ECHO_T = 
    263 EGREP = /usr/bin/grep -E
    264 ENABLE_SHARED = yes
    265 ENABLE_STATIC = yes
    266 ETAGS = etags
    267 EXEEXT = 
    268 FGREP = /usr/bin/grep -F
    269 FILECMD = file
    270 FISH_FUNCTIONS_DIR = 
    271 GCOV = 
    272 GREP = /usr/bin/grep
    273 HAVE_LIBZ = 1
    274 HTTPD = 
    275 HTTPD_NGHTTPX = 
    276 INSTALL = /usr/bin/install -c
    277 INSTALL_DATA = ${INSTALL} -m 644
    278 INSTALL_PROGRAM = ${INSTALL}
    279 INSTALL_SCRIPT = ${INSTALL}
    280 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    281 LCOV = 
    282 LD = /usr/bin/ld -m elf_x86_64
    283 LDFLAGS = -L/lib
    284 LIBCURL_PC_CFLAGS = 
    285 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB
    286 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib
    287 LIBCURL_PC_LIBS = 
    288 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz
    289 LIBCURL_PC_REQUIRES = 
    290 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2
    291 LIBOBJS = 
    292 
    293 # Prevent LIBS from being used for all link targets
    294 LIBS = $(BLANK_AT_MAKETIME)
    295 LIBTOOL = $(SHELL) $(top_builddir)/libtool
    296 LIPO = 
    297 LN_S = ln -s
    298 LTLIBOBJS = 
    299 LT_SYS_LIBRARY_PATH = 
    300 MAINT = #
    301 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo
    302 MANIFEST_TOOL = :
    303 MKDIR_P = /usr/bin/mkdir -p
    304 NM = /usr/bin/nm -B
    305 NMEDIT = 
    306 OBJDUMP = objdump
    307 OBJEXT = o
    308 OTOOL = 
    309 OTOOL64 = 
    310 PACKAGE = curl
    311 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/
    312 PACKAGE_NAME = curl
    313 PACKAGE_STRING = curl -
    314 PACKAGE_TARNAME = curl
    315 PACKAGE_URL = 
    316 PACKAGE_VERSION = -
    317 PATH_SEPARATOR = :
    318 PERL = /usr/bin/perl
    319 PKGCONFIG = /usr/bin/pkg-config
    320 RANLIB = ranlib
    321 RC = 
    322 SED = /usr/bin/sed
    323 SET_MAKE = 
    324 SHELL = /bin/sh
    325 SSL_BACKENDS = mbedTLS
    326 STRIP = strip
    327 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd
    328 SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP WS WSS
    329 TEST_NGHTTPX = nghttpx
    330 VERSION = -
    331 VERSIONNUM = 080f00
    332 VSFTPD = 
    333 ZLIB_LIBS = -lz
    334 ZSH_FUNCTIONS_DIR = 
    335 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/tests/unit
    336 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/tests/unit
    337 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    338 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    339 ac_ct_AR = 
    340 ac_ct_CC = gcc
    341 ac_ct_DUMPBIN = 
    342 am__include = include
    343 am__leading_dot = .
    344 am__quote = 
    345 am__tar = $${TAR-tar} chof - "$$tardir"
    346 am__untar = $${TAR-tar} xf -
    347 bindir = ${exec_prefix}/bin
    348 build = x86_64-pc-linux-gnu
    349 build_alias = 
    350 build_cpu = x86_64
    351 build_os = linux-gnu
    352 build_vendor = pc
    353 builddir = .
    354 datadir = ${datarootdir}
    355 datarootdir = ${prefix}/share
    356 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    357 dvidir = ${docdir}
    358 exec_prefix = ${prefix}
    359 host = x86_64-pc-linux-gnu
    360 host_alias = 
    361 host_cpu = x86_64
    362 host_os = linux-gnu
    363 host_vendor = pc
    364 htmldir = ${docdir}
    365 includedir = ${prefix}/include
    366 infodir = ${datarootdir}/info
    367 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh
    368 libdir = ${exec_prefix}/lib
    369 libexecdir = ${exec_prefix}/libexec
    370 libext = a
    371 localedir = ${datarootdir}/locale
    372 localstatedir = ${prefix}/var
    373 mandir = ${datarootdir}/man
    374 mkdir_p = $(MKDIR_P)
    375 oldincludedir = /usr/include
    376 pdfdir = ${docdir}
    377 prefix = /usr/local
    378 program_transform_name = s,x,x,
    379 psdir = ${docdir}
    380 runstatedir = ${localstatedir}/run
    381 sbindir = ${exec_prefix}/sbin
    382 sharedstatedir = ${prefix}/com
    383 srcdir = .
    384 sysconfdir = ${prefix}/etc
    385 target_alias = 
    386 top_build_prefix = ../../
    387 top_builddir = ../..
    388 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 LDADD = $(top_builddir)/lib/libcurlu.la
    453 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: # $(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: # $(am__configure_deps)
    488 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    489 $(ACLOCAL_M4): # $(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 include ./$(DEPDIR)/units.Po # 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_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    522 	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    523 	$(am__mv) $$depbase.Tpo $$depbase.Po
    524 #	$(AM_V_CC)source='$<' object='$@' libtool=no \
    525 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    526 #	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
    527 
    528 .c.obj:
    529 	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    530 	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    531 	$(am__mv) $$depbase.Tpo $$depbase.Po
    532 #	$(AM_V_CC)source='$<' object='$@' libtool=no \
    533 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    534 #	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    535 
    536 .c.lo:
    537 	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    538 	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    539 	$(am__mv) $$depbase.Tpo $$depbase.Plo
    540 #	$(AM_V_CC)source='$<' object='$@' libtool=yes \
    541 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    542 #	$(AM_V_CC_no)$(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 #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 $(BUNDLE).c: $(top_srcdir)/scripts/mk-unity.pl Makefile.inc $(FIRST_C) $(TESTS_C)
    761 	/usr/bin/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)(/usr/bin/perl $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) \
    766 	  -W$(srcdir)/$(BUNDLE).c \
    767 	  $(srcdir)/*.[ch])
    768 
    769 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: