quickjs-tart

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

Makefile.in (22554B)


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