quickjs-tart

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

Makefile (30546B)


      1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
      2 # docs/libcurl/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 
     41 #***************************************************************************
     42 #                                  _   _ ____  _
     43 #  Project                     ___| | | |  _ \| |
     44 #                             / __| | | | |_) | |
     45 #                            | (__| |_| |  _ <| |___
     46 #                             \___|\___/|_| \_\_____|
     47 #
     48 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
     49 #
     50 # This software is licensed as described in the file COPYING, which
     51 # you should have received as part of this distribution. The terms
     52 # are also available at https://curl.se/docs/copyright.html.
     53 #
     54 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
     55 # copies of the Software, and permit persons to whom the Software is
     56 # furnished to do so, under the terms of the COPYING file.
     57 #
     58 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
     59 # KIND, either express or implied.
     60 #
     61 # SPDX-License-Identifier: curl
     62 #
     63 ###########################################################################
     64 # Shared between CMakeLists.txt and Makefile.am
     65 
     66 
     67 am__is_gnu_make = { \
     68   if test -z '$(MAKELEVEL)'; then \
     69     false; \
     70   elif test -n '$(MAKE_HOST)'; then \
     71     true; \
     72   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     73     true; \
     74   else \
     75     false; \
     76   fi; \
     77 }
     78 am__make_running_with_option = \
     79   case $${target_option-} in \
     80       ?) ;; \
     81       *) echo "am__make_running_with_option: internal error: invalid" \
     82               "target option '$${target_option-}' specified" >&2; \
     83          exit 1;; \
     84   esac; \
     85   has_opt=no; \
     86   sane_makeflags=$$MAKEFLAGS; \
     87   if $(am__is_gnu_make); then \
     88     sane_makeflags=$$MFLAGS; \
     89   else \
     90     case $$MAKEFLAGS in \
     91       *\\[\ \	]*) \
     92         bs=\\; \
     93         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     94           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     95     esac; \
     96   fi; \
     97   skip_next=no; \
     98   strip_trailopt () \
     99   { \
    100     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    101   }; \
    102   for flg in $$sane_makeflags; do \
    103     test $$skip_next = yes && { skip_next=no; continue; }; \
    104     case $$flg in \
    105       *=*|--*) continue;; \
    106         -*I) strip_trailopt 'I'; skip_next=yes;; \
    107       -*I?*) strip_trailopt 'I';; \
    108         -*O) strip_trailopt 'O'; skip_next=yes;; \
    109       -*O?*) strip_trailopt 'O';; \
    110         -*l) strip_trailopt 'l'; skip_next=yes;; \
    111       -*l?*) strip_trailopt 'l';; \
    112       -[dEDm]) skip_next=yes;; \
    113       -[JT]) skip_next=yes;; \
    114     esac; \
    115     case $$flg in \
    116       *$$target_option*) has_opt=yes; break;; \
    117     esac; \
    118   done; \
    119   test $$has_opt = yes
    120 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    121 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    122 pkgdatadir = $(datadir)/curl
    123 pkgincludedir = $(includedir)/curl
    124 pkglibdir = $(libdir)/curl
    125 pkglibexecdir = $(libexecdir)/curl
    126 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    127 install_sh_DATA = $(install_sh) -c -m 644
    128 install_sh_PROGRAM = $(install_sh) -c
    129 install_sh_SCRIPT = $(install_sh) -c
    130 INSTALL_HEADER = $(INSTALL_DATA)
    131 transform = $(program_transform_name)
    132 NORMAL_INSTALL = :
    133 PRE_INSTALL = :
    134 POST_INSTALL = :
    135 NORMAL_UNINSTALL = :
    136 PRE_UNINSTALL = :
    137 POST_UNINSTALL = :
    138 build_triplet = x86_64-pc-linux-gnu
    139 host_triplet = x86_64-pc-linux-gnu
    140 subdir = docs/libcurl
    141 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    142 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
    143 	$(top_srcdir)/m4/curl-compilers.m4 \
    144 	$(top_srcdir)/m4/curl-confopts.m4 \
    145 	$(top_srcdir)/m4/curl-functions.m4 \
    146 	$(top_srcdir)/m4/curl-gnutls.m4 \
    147 	$(top_srcdir)/m4/curl-mbedtls.m4 \
    148 	$(top_srcdir)/m4/curl-openssl.m4 \
    149 	$(top_srcdir)/m4/curl-override.m4 \
    150 	$(top_srcdir)/m4/curl-reentrant.m4 \
    151 	$(top_srcdir)/m4/curl-rustls.m4 \
    152 	$(top_srcdir)/m4/curl-schannel.m4 \
    153 	$(top_srcdir)/m4/curl-sysconfig.m4 \
    154 	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
    155 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    156 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    157 	$(top_srcdir)/m4/xc-am-iface.m4 \
    158 	$(top_srcdir)/m4/xc-cc-check.m4 \
    159 	$(top_srcdir)/m4/xc-lt-iface.m4 \
    160 	$(top_srcdir)/m4/xc-val-flgs.m4 \
    161 	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
    162 	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
    163 	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
    164 	$(top_srcdir)/configure.ac
    165 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    166 	$(ACLOCAL_M4)
    167 DIST_COMMON = $(srcdir)/Makefile.am $(dist_m4macro_DATA) \
    168 	$(am__DIST_COMMON)
    169 mkinstalldirs = $(install_sh) -d
    170 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
    171 CONFIG_CLEAN_FILES =
    172 CONFIG_CLEAN_VPATH_FILES =
    173 AM_V_P = $(am__v_P_$(V))
    174 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
    175 am__v_P_0 = false
    176 am__v_P_1 = :
    177 AM_V_GEN = $(am__v_GEN_$(V))
    178 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
    179 am__v_GEN_0 = @echo "  GEN     " $@;
    180 am__v_GEN_1 = 
    181 AM_V_at = $(am__v_at_$(V))
    182 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
    183 am__v_at_0 = @
    184 am__v_at_1 = 
    185 depcomp =
    186 am__maybe_remake_depfiles =
    187 SOURCES =
    188 DIST_SOURCES =
    189 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    190 	ctags-recursive dvi-recursive html-recursive info-recursive \
    191 	install-data-recursive install-dvi-recursive \
    192 	install-exec-recursive install-html-recursive \
    193 	install-info-recursive install-pdf-recursive \
    194 	install-ps-recursive install-recursive installcheck-recursive \
    195 	installdirs-recursive pdf-recursive ps-recursive \
    196 	tags-recursive uninstall-recursive
    197 am__can_run_installinfo = \
    198   case $$AM_UPDATE_INFO_DIR in \
    199     n|no|NO) false;; \
    200     *) (install-info --version) >/dev/null 2>&1;; \
    201   esac
    202 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    203 am__vpath_adj = case $$p in \
    204     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    205     *) f=$$p;; \
    206   esac;
    207 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    208 am__install_max = 40
    209 am__nobase_strip_setup = \
    210   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    211 am__nobase_strip = \
    212   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    213 am__nobase_list = $(am__nobase_strip_setup); \
    214   for p in $$list; do echo "$$p $$p"; done | \
    215   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    216   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    217     if (++n[$$2] == $(am__install_max)) \
    218       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    219     END { for (dir in files) print dir, files[dir] }'
    220 am__base_list = \
    221   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    222   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    223 am__uninstall_files_from_dir = { \
    224   test -z "$$files" \
    225     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    226     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    227          $(am__cd) "$$dir" && rm -f $$files; }; \
    228   }
    229 man3dir = $(mandir)/man3
    230 am__installdirs = "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(m4macrodir)"
    231 NROFF = nroff
    232 MANS = $(man_MANS)
    233 DATA = $(dist_m4macro_DATA)
    234 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    235   distclean-recursive maintainer-clean-recursive
    236 am__recursive_targets = \
    237   $(RECURSIVE_TARGETS) \
    238   $(RECURSIVE_CLEAN_TARGETS) \
    239   $(am__extra_recursive_targets)
    240 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    241 	distdir distdir-am
    242 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    243 # Read a list of newline-separated strings from the standard input,
    244 # and print each of them once, without duplicates.  Input order is
    245 # *not* preserved.
    246 am__uniquify_input = $(AWK) '\
    247   BEGIN { nonempty = 0; } \
    248   { items[$$0] = 1; nonempty = 1; } \
    249   END { if (nonempty) { for (i in items) print i; }; } \
    250 '
    251 # Make sure the list of sources is unique.  This is necessary because,
    252 # e.g., the same source file might be shared among _SOURCES variables
    253 # for different programs/libraries.
    254 am__define_uniq_tagged_files = \
    255   list='$(am__tagged_files)'; \
    256   unique=`for i in $$list; do \
    257     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    258   done | $(am__uniquify_input)`
    259 DIST_SUBDIRS = $(SUBDIRS)
    260 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
    261 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    262 am__relativize = \
    263   dir0=`pwd`; \
    264   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    265   sed_rest='s,^[^/]*/*,,'; \
    266   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    267   sed_butlast='s,/*[^/]*$$,,'; \
    268   while test -n "$$dir1"; do \
    269     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    270     if test "$$first" != "."; then \
    271       if test "$$first" = ".."; then \
    272         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    273         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    274       else \
    275         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    276         if test "$$first2" = "$$first"; then \
    277           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    278         else \
    279           dir2="../$$dir2"; \
    280         fi; \
    281         dir0="$$dir0"/"$$first"; \
    282       fi; \
    283     fi; \
    284     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    285   done; \
    286   reldir="$$dir2"
    287 ACLOCAL = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16
    288 AMTAR = $${TAR-tar}
    289 AM_DEFAULT_VERBOSITY = 0
    290 APXS = 
    291 AR = /usr/bin/ar
    292 AR_FLAGS = cr
    293 AS = as
    294 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf
    295 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader
    296 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16
    297 AWK = gawk
    298 BLANK_AT_MAKETIME = 
    299 CADDY = 
    300 CC = gcc
    301 CCDEPMODE = depmode=gcc3
    302 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers
    303 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
    304 CONFIGURE_OPTIONS = " '--with-mbedtls'"
    305 CPP = gcc -E
    306 CPPFLAGS = -D_GNU_SOURCE -isystem /include
    307 CSCOPE = cscope
    308 CTAGS = ctags
    309 CURLVERSION = 8.15.0
    310 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt
    311 CURL_CA_EMBED = 
    312 CURL_CFLAG_EXTRAS = 
    313 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include
    314 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 
    315 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4
    316 CURL_NETWORK_AND_TIME_LIBS = 
    317 CYGPATH_W = echo
    318 DEFS = -DHAVE_CONFIG_H
    319 DEPDIR = .deps
    320 DLLTOOL = false
    321 DSYMUTIL = 
    322 DUMPBIN = 
    323 ECHO_C = 
    324 ECHO_N = -n
    325 ECHO_T = 
    326 EGREP = /usr/bin/grep -E
    327 ENABLE_SHARED = yes
    328 ENABLE_STATIC = yes
    329 ETAGS = etags
    330 EXEEXT = 
    331 FGREP = /usr/bin/grep -F
    332 FILECMD = file
    333 FISH_FUNCTIONS_DIR = 
    334 GCOV = 
    335 GREP = /usr/bin/grep
    336 HAVE_LIBZ = 1
    337 HTTPD = 
    338 HTTPD_NGHTTPX = 
    339 INSTALL = /usr/bin/install -c
    340 INSTALL_DATA = ${INSTALL} -m 644
    341 INSTALL_PROGRAM = ${INSTALL}
    342 INSTALL_SCRIPT = ${INSTALL}
    343 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    344 LCOV = 
    345 LD = /usr/bin/ld -m elf_x86_64
    346 LDFLAGS = -L/lib
    347 LIBCURL_PC_CFLAGS = 
    348 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB
    349 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib
    350 LIBCURL_PC_LIBS = 
    351 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz
    352 LIBCURL_PC_REQUIRES = 
    353 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2
    354 LIBOBJS = 
    355 LIBS = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz
    356 LIBTOOL = $(SHELL) $(top_builddir)/libtool
    357 LIPO = 
    358 LN_S = ln -s
    359 LTLIBOBJS = 
    360 LT_SYS_LIBRARY_PATH = 
    361 MAINT = #
    362 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo
    363 MANIFEST_TOOL = :
    364 MKDIR_P = /usr/bin/mkdir -p
    365 NM = /usr/bin/nm -B
    366 NMEDIT = 
    367 OBJDUMP = objdump
    368 OBJEXT = o
    369 OTOOL = 
    370 OTOOL64 = 
    371 PACKAGE = curl
    372 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/
    373 PACKAGE_NAME = curl
    374 PACKAGE_STRING = curl -
    375 PACKAGE_TARNAME = curl
    376 PACKAGE_URL = 
    377 PACKAGE_VERSION = -
    378 PATH_SEPARATOR = :
    379 PERL = /usr/bin/perl
    380 PKGCONFIG = /usr/bin/pkg-config
    381 RANLIB = ranlib
    382 RC = 
    383 SED = /usr/bin/sed
    384 SET_MAKE = 
    385 SHELL = /bin/sh
    386 SSL_BACKENDS = mbedTLS
    387 STRIP = strip
    388 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd
    389 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
    390 TEST_NGHTTPX = nghttpx
    391 VERSION = -
    392 VERSIONNUM = 080f00
    393 VSFTPD = 
    394 ZLIB_LIBS = -lz
    395 ZSH_FUNCTIONS_DIR = 
    396 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/docs/libcurl
    397 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/docs/libcurl
    398 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    399 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    400 ac_ct_AR = 
    401 ac_ct_CC = gcc
    402 ac_ct_DUMPBIN = 
    403 am__include = include
    404 am__leading_dot = .
    405 am__quote = 
    406 am__tar = $${TAR-tar} chof - "$$tardir"
    407 am__untar = $${TAR-tar} xf -
    408 bindir = ${exec_prefix}/bin
    409 build = x86_64-pc-linux-gnu
    410 build_alias = 
    411 build_cpu = x86_64
    412 build_os = linux-gnu
    413 build_vendor = pc
    414 builddir = .
    415 datadir = ${datarootdir}
    416 datarootdir = ${prefix}/share
    417 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    418 dvidir = ${docdir}
    419 exec_prefix = ${prefix}
    420 host = x86_64-pc-linux-gnu
    421 host_alias = 
    422 host_cpu = x86_64
    423 host_os = linux-gnu
    424 host_vendor = pc
    425 htmldir = ${docdir}
    426 includedir = ${prefix}/include
    427 infodir = ${datarootdir}/info
    428 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh
    429 libdir = ${exec_prefix}/lib
    430 libexecdir = ${exec_prefix}/libexec
    431 libext = a
    432 localedir = ${datarootdir}/locale
    433 localstatedir = ${prefix}/var
    434 mandir = ${datarootdir}/man
    435 mkdir_p = $(MKDIR_P)
    436 oldincludedir = /usr/include
    437 pdfdir = ${docdir}
    438 prefix = /usr/local
    439 program_transform_name = s,x,x,
    440 psdir = ${docdir}
    441 runstatedir = ${localstatedir}/run
    442 sbindir = ${exec_prefix}/sbin
    443 sharedstatedir = ${prefix}/com
    444 srcdir = .
    445 sysconfdir = ${prefix}/etc
    446 target_alias = 
    447 top_build_prefix = ../../
    448 top_builddir = ../..
    449 top_srcdir = ../..
    450 AUTOMAKE_OPTIONS = foreign no-dependencies
    451 SUBDIRS = opts
    452 man_MANS = \
    453  curl_easy_cleanup.3 \
    454  curl_easy_duphandle.3 \
    455  curl_easy_escape.3 \
    456  curl_easy_getinfo.3 \
    457  curl_easy_header.3 \
    458  curl_easy_init.3 \
    459  curl_easy_nextheader.3 \
    460  curl_easy_option_by_id.3 \
    461  curl_easy_option_by_name.3 \
    462  curl_easy_option_next.3 \
    463  curl_easy_pause.3 \
    464  curl_easy_perform.3 \
    465  curl_easy_recv.3 \
    466  curl_easy_reset.3 \
    467  curl_easy_send.3 \
    468  curl_easy_setopt.3 \
    469  curl_easy_ssls_export.3 \
    470  curl_easy_ssls_import.3 \
    471  curl_easy_strerror.3 \
    472  curl_easy_unescape.3 \
    473  curl_easy_upkeep.3 \
    474  curl_escape.3 \
    475  curl_formadd.3 \
    476  curl_formfree.3 \
    477  curl_formget.3 \
    478  curl_free.3 \
    479  curl_getdate.3 \
    480  curl_getenv.3 \
    481  curl_global_cleanup.3 \
    482  curl_global_init.3 \
    483  curl_global_init_mem.3 \
    484  curl_global_sslset.3 \
    485  curl_global_trace.3 \
    486  curl_mime_addpart.3 \
    487  curl_mime_data.3 \
    488  curl_mime_data_cb.3 \
    489  curl_mime_encoder.3 \
    490  curl_mime_filedata.3 \
    491  curl_mime_filename.3 \
    492  curl_mime_free.3 \
    493  curl_mime_headers.3 \
    494  curl_mime_init.3 \
    495  curl_mime_name.3 \
    496  curl_mime_subparts.3 \
    497  curl_mime_type.3 \
    498  curl_mprintf.3 \
    499  curl_multi_add_handle.3 \
    500  curl_multi_assign.3 \
    501  curl_multi_cleanup.3 \
    502  curl_multi_fdset.3 \
    503  curl_multi_get_handles.3 \
    504  curl_multi_info_read.3 \
    505  curl_multi_init.3 \
    506  curl_multi_perform.3 \
    507  curl_multi_poll.3 \
    508  curl_multi_remove_handle.3 \
    509  curl_multi_setopt.3 \
    510  curl_multi_socket.3 \
    511  curl_multi_socket_action.3 \
    512  curl_multi_socket_all.3 \
    513  curl_multi_strerror.3 \
    514  curl_multi_timeout.3 \
    515  curl_multi_wait.3 \
    516  curl_multi_waitfds.3 \
    517  curl_multi_wakeup.3 \
    518  curl_pushheader_byname.3 \
    519  curl_pushheader_bynum.3 \
    520  curl_share_cleanup.3 \
    521  curl_share_init.3 \
    522  curl_share_setopt.3 \
    523  curl_share_strerror.3 \
    524  curl_slist_append.3 \
    525  curl_slist_free_all.3 \
    526  curl_strequal.3 \
    527  curl_strnequal.3 \
    528  curl_unescape.3 \
    529  curl_url.3 \
    530  curl_url_cleanup.3 \
    531  curl_url_dup.3 \
    532  curl_url_get.3 \
    533  curl_url_set.3 \
    534  curl_url_strerror.3 \
    535  curl_version.3 \
    536  curl_version_info.3 \
    537  curl_ws_meta.3 \
    538  curl_ws_recv.3 \
    539  curl_ws_send.3 \
    540  libcurl-easy.3 \
    541  libcurl-env-dbg.3 \
    542  libcurl-env.3 \
    543  libcurl-errors.3 \
    544  libcurl-multi.3 \
    545  libcurl-security.3 \
    546  libcurl-share.3 \
    547  libcurl-symbols.3 \
    548  libcurl-thread.3 \
    549  libcurl-tutorial.3 \
    550  libcurl-url.3 \
    551  libcurl-ws.3 \
    552  libcurl.3
    553 
    554 
    555 # Get man_MANS variable
    556 CURLPAGES = $(man_MANS:.3=.md)
    557 m4macrodir = $(datadir)/aclocal
    558 dist_m4macro_DATA = libcurl.m4
    559 CLEANFILES = $(man_MANS) libcurl-symbols.md
    560 EXTRA_DIST = $(CURLPAGES) ABI.md symbols-in-versions symbols.pl  \
    561   mksymbolsmanpage.pl CMakeLists.txt
    562 
    563 CD2NROFF = $(top_srcdir)/scripts/cd2nroff $< >$@
    564 CD2 = $(CD2_$(V))
    565 CD2_0 = @echo "  RENDER " $@;
    566 CD2_1 = 
    567 CD2_ = $(CD2_0)
    568 SUFFIXES = .3 .md
    569 all: all-recursive
    570 
    571 .SUFFIXES:
    572 .SUFFIXES: .3 .md
    573 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
    574 	@for dep in $?; do \
    575 	  case '$(am__configure_deps)' in \
    576 	    *$$dep*) \
    577 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    578 	        && { if test -f $@; then exit 0; else break; fi; }; \
    579 	      exit 1;; \
    580 	  esac; \
    581 	done; \
    582 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/libcurl/Makefile'; \
    583 	$(am__cd) $(top_srcdir) && \
    584 	  $(AUTOMAKE) --foreign docs/libcurl/Makefile
    585 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    586 	@case '$?' in \
    587 	  *config.status*) \
    588 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    589 	  *) \
    590 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    591 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    592 	esac;
    593 $(srcdir)/Makefile.inc $(am__empty):
    594 
    595 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    596 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    597 
    598 $(top_srcdir)/configure: # $(am__configure_deps)
    599 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    600 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
    601 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    602 $(am__aclocal_m4_deps):
    603 
    604 mostlyclean-libtool:
    605 	-rm -f *.lo
    606 
    607 clean-libtool:
    608 	-rm -rf .libs _libs
    609 install-man3: $(man_MANS)
    610 	@$(NORMAL_INSTALL)
    611 	@list1=''; \
    612 	list2='$(man_MANS)'; \
    613 	test -n "$(man3dir)" \
    614 	  && test -n "`echo $$list1$$list2`" \
    615 	  || exit 0; \
    616 	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
    617 	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
    618 	{ for i in $$list1; do echo "$$i"; done;  \
    619 	if test -n "$$list2"; then \
    620 	  for i in $$list2; do echo "$$i"; done \
    621 	    | sed -n '/\.3[a-z]*$$/p'; \
    622 	fi; \
    623 	} | while read p; do \
    624 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    625 	  echo "$$d$$p"; echo "$$p"; \
    626 	done | \
    627 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
    628 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    629 	sed 'N;N;s,\n, ,g' | { \
    630 	list=; while read file base inst; do \
    631 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    632 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
    633 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
    634 	  fi; \
    635 	done; \
    636 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    637 	while read files; do \
    638 	  test -z "$$files" || { \
    639 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
    640 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
    641 	done; }
    642 
    643 uninstall-man3:
    644 	@$(NORMAL_UNINSTALL)
    645 	@list=''; test -n "$(man3dir)" || exit 0; \
    646 	files=`{ for i in $$list; do echo "$$i"; done; \
    647 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    648 	  sed -n '/\.3[a-z]*$$/p'; \
    649 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
    650 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    651 	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
    652 install-dist_m4macroDATA: $(dist_m4macro_DATA)
    653 	@$(NORMAL_INSTALL)
    654 	@list='$(dist_m4macro_DATA)'; test -n "$(m4macrodir)" || list=; \
    655 	if test -n "$$list"; then \
    656 	  echo " $(MKDIR_P) '$(DESTDIR)$(m4macrodir)'"; \
    657 	  $(MKDIR_P) "$(DESTDIR)$(m4macrodir)" || exit 1; \
    658 	fi; \
    659 	for p in $$list; do \
    660 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    661 	  echo "$$d$$p"; \
    662 	done | $(am__base_list) | \
    663 	while read files; do \
    664 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4macrodir)'"; \
    665 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(m4macrodir)" || exit $$?; \
    666 	done
    667 
    668 uninstall-dist_m4macroDATA:
    669 	@$(NORMAL_UNINSTALL)
    670 	@list='$(dist_m4macro_DATA)'; test -n "$(m4macrodir)" || list=; \
    671 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    672 	dir='$(DESTDIR)$(m4macrodir)'; $(am__uninstall_files_from_dir)
    673 
    674 # This directory's subdirectories are mostly independent; you can cd
    675 # into them and run 'make' without going through this Makefile.
    676 # To change the values of 'make' variables: instead of editing Makefiles,
    677 # (1) if the variable is set in 'config.status', edit 'config.status'
    678 #     (which will cause the Makefiles to be regenerated when you run 'make');
    679 # (2) otherwise, pass the desired values on the 'make' command line.
    680 $(am__recursive_targets):
    681 	@fail=; \
    682 	if $(am__make_keepgoing); then \
    683 	  failcom='fail=yes'; \
    684 	else \
    685 	  failcom='exit 1'; \
    686 	fi; \
    687 	dot_seen=no; \
    688 	target=`echo $@ | sed s/-recursive//`; \
    689 	case "$@" in \
    690 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    691 	  *) list='$(SUBDIRS)' ;; \
    692 	esac; \
    693 	for subdir in $$list; do \
    694 	  echo "Making $$target in $$subdir"; \
    695 	  if test "$$subdir" = "."; then \
    696 	    dot_seen=yes; \
    697 	    local_target="$$target-am"; \
    698 	  else \
    699 	    local_target="$$target"; \
    700 	  fi; \
    701 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    702 	  || eval $$failcom; \
    703 	done; \
    704 	if test "$$dot_seen" = "no"; then \
    705 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    706 	fi; test -z "$$fail"
    707 
    708 ID: $(am__tagged_files)
    709 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    710 tags: tags-recursive
    711 TAGS: tags
    712 
    713 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    714 	set x; \
    715 	here=`pwd`; \
    716 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    717 	  include_option=--etags-include; \
    718 	  empty_fix=.; \
    719 	else \
    720 	  include_option=--include; \
    721 	  empty_fix=; \
    722 	fi; \
    723 	list='$(SUBDIRS)'; for subdir in $$list; do \
    724 	  if test "$$subdir" = .; then :; else \
    725 	    test ! -f $$subdir/TAGS || \
    726 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    727 	  fi; \
    728 	done; \
    729 	$(am__define_uniq_tagged_files); \
    730 	shift; \
    731 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    732 	  test -n "$$unique" || unique=$$empty_fix; \
    733 	  if test $$# -gt 0; then \
    734 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    735 	      "$$@" $$unique; \
    736 	  else \
    737 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    738 	      $$unique; \
    739 	  fi; \
    740 	fi
    741 ctags: ctags-recursive
    742 
    743 CTAGS: ctags
    744 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    745 	$(am__define_uniq_tagged_files); \
    746 	test -z "$(CTAGS_ARGS)$$unique" \
    747 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    748 	     $$unique
    749 
    750 GTAGS:
    751 	here=`$(am__cd) $(top_builddir) && pwd` \
    752 	  && $(am__cd) $(top_srcdir) \
    753 	  && gtags -i $(GTAGS_ARGS) "$$here"
    754 cscopelist: cscopelist-recursive
    755 
    756 cscopelist-am: $(am__tagged_files)
    757 	list='$(am__tagged_files)'; \
    758 	case "$(srcdir)" in \
    759 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    760 	  *) sdir=$(subdir)/$(srcdir) ;; \
    761 	esac; \
    762 	for i in $$list; do \
    763 	  if test -f "$$i"; then \
    764 	    echo "$(subdir)/$$i"; \
    765 	  else \
    766 	    echo "$$sdir/$$i"; \
    767 	  fi; \
    768 	done >> $(top_builddir)/cscope.files
    769 
    770 distclean-tags:
    771 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    772 distdir: $(BUILT_SOURCES)
    773 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    774 
    775 distdir-am: $(DISTFILES)
    776 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    777 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    778 	list='$(DISTFILES)'; \
    779 	  dist_files=`for file in $$list; do echo $$file; done | \
    780 	  sed -e "s|^$$srcdirstrip/||;t" \
    781 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    782 	case $$dist_files in \
    783 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    784 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    785 			   sort -u` ;; \
    786 	esac; \
    787 	for file in $$dist_files; do \
    788 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    789 	  if test -d $$d/$$file; then \
    790 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    791 	    if test -d "$(distdir)/$$file"; then \
    792 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    793 	    fi; \
    794 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    795 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    796 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    797 	    fi; \
    798 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    799 	  else \
    800 	    test -f "$(distdir)/$$file" \
    801 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    802 	    || exit 1; \
    803 	  fi; \
    804 	done
    805 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    806 	  if test "$$subdir" = .; then :; else \
    807 	    $(am__make_dryrun) \
    808 	      || test -d "$(distdir)/$$subdir" \
    809 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    810 	      || exit 1; \
    811 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    812 	    $(am__relativize); \
    813 	    new_distdir=$$reldir; \
    814 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    815 	    $(am__relativize); \
    816 	    new_top_distdir=$$reldir; \
    817 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    818 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    819 	    ($(am__cd) $$subdir && \
    820 	      $(MAKE) $(AM_MAKEFLAGS) \
    821 	        top_distdir="$$new_top_distdir" \
    822 	        distdir="$$new_distdir" \
    823 		am__remove_distdir=: \
    824 		am__skip_length_check=: \
    825 		am__skip_mode_fix=: \
    826 	        distdir) \
    827 	      || exit 1; \
    828 	  fi; \
    829 	done
    830 check-am: all-am
    831 check: check-recursive
    832 all-am: Makefile $(MANS) $(DATA)
    833 installdirs: installdirs-recursive
    834 installdirs-am:
    835 	for dir in "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(m4macrodir)"; do \
    836 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    837 	done
    838 install: install-recursive
    839 install-exec: install-exec-recursive
    840 install-data: install-data-recursive
    841 uninstall: uninstall-recursive
    842 
    843 install-am: all-am
    844 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    845 
    846 installcheck: installcheck-recursive
    847 install-strip:
    848 	if test -z '$(STRIP)'; then \
    849 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    850 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    851 	      install; \
    852 	else \
    853 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    854 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    855 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    856 	fi
    857 mostlyclean-generic:
    858 
    859 clean-generic:
    860 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    861 
    862 distclean-generic:
    863 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    864 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    865 
    866 maintainer-clean-generic:
    867 	@echo "This command is intended for maintainers to use"
    868 	@echo "it deletes files that may require special tools to rebuild."
    869 clean: clean-recursive
    870 
    871 clean-am: clean-generic clean-libtool mostlyclean-am
    872 
    873 distclean: distclean-recursive
    874 	-rm -f Makefile
    875 distclean-am: clean-am distclean-generic distclean-tags
    876 
    877 dvi: dvi-recursive
    878 
    879 dvi-am:
    880 
    881 html: html-recursive
    882 
    883 html-am:
    884 
    885 info: info-recursive
    886 
    887 info-am:
    888 
    889 install-data-am: install-dist_m4macroDATA install-man
    890 
    891 install-dvi: install-dvi-recursive
    892 
    893 install-dvi-am:
    894 
    895 install-exec-am:
    896 
    897 install-html: install-html-recursive
    898 
    899 install-html-am:
    900 
    901 install-info: install-info-recursive
    902 
    903 install-info-am:
    904 
    905 install-man: install-man3
    906 
    907 install-pdf: install-pdf-recursive
    908 
    909 install-pdf-am:
    910 
    911 install-ps: install-ps-recursive
    912 
    913 install-ps-am:
    914 
    915 installcheck-am:
    916 
    917 maintainer-clean: maintainer-clean-recursive
    918 	-rm -f Makefile
    919 maintainer-clean-am: distclean-am maintainer-clean-generic
    920 
    921 mostlyclean: mostlyclean-recursive
    922 
    923 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    924 
    925 pdf: pdf-recursive
    926 
    927 pdf-am:
    928 
    929 ps: ps-recursive
    930 
    931 ps-am:
    932 
    933 uninstall-am: uninstall-dist_m4macroDATA uninstall-man
    934 
    935 uninstall-man: uninstall-man3
    936 
    937 .MAKE: $(am__recursive_targets) install-am install-strip
    938 
    939 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
    940 	check-am clean clean-generic clean-libtool cscopelist-am ctags \
    941 	ctags-am distclean distclean-generic distclean-libtool \
    942 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    943 	install install-am install-data install-data-am \
    944 	install-dist_m4macroDATA install-dvi install-dvi-am \
    945 	install-exec install-exec-am install-html install-html-am \
    946 	install-info install-info-am install-man install-man3 \
    947 	install-pdf install-pdf-am install-ps install-ps-am \
    948 	install-strip installcheck installcheck-am installdirs \
    949 	installdirs-am maintainer-clean maintainer-clean-generic \
    950 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
    951 	ps ps-am tags tags-am uninstall uninstall-am \
    952 	uninstall-dist_m4macroDATA uninstall-man uninstall-man3
    953 
    954 .PRECIOUS: Makefile
    955 
    956 
    957 libcurl-symbols.md: $(srcdir)/symbols-in-versions $(srcdir)/mksymbolsmanpage.pl
    958 	$(CD2)perl $(srcdir)/mksymbolsmanpage.pl < $(srcdir)/symbols-in-versions > $@
    959 
    960 .md.3:
    961 	$(CD2)$(CD2NROFF)
    962 
    963 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    964 # Otherwise a system limit (for SysV at least) may be exceeded.
    965 .NOEXPORT: