Annotation of embedaddon/curl/docs/Makefile.in, revision 1.1

1.1     ! misho       1: # Makefile.in generated by automake 1.16.2 from Makefile.am.
        !             2: # @configure_input@
        !             3: 
        !             4: # Copyright (C) 1994-2020 Free Software Foundation, Inc.
        !             5: 
        !             6: # This Makefile.in is free software; the Free Software Foundation
        !             7: # gives unlimited permission to copy and/or distribute it,
        !             8: # with or without modifications, as long as this notice is preserved.
        !             9: 
        !            10: # This program is distributed in the hope that it will be useful,
        !            11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
        !            12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        !            13: # PARTICULAR PURPOSE.
        !            14: 
        !            15: @SET_MAKE@
        !            16: 
        !            17: #***************************************************************************
        !            18: #                                  _   _ ____  _
        !            19: #  Project                     ___| | | |  _ \| |
        !            20: #                             / __| | | | |_) | |
        !            21: #                            | (__| |_| |  _ <| |___
        !            22: #                             \___|\___/|_| \_\_____|
        !            23: #
        !            24: # Copyright (C) 1998 - 2020, 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.haxx.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: ###########################################################################
        !            38: VPATH = @srcdir@
        !            39: am__is_gnu_make = { \
        !            40:   if test -z '$(MAKELEVEL)'; then \
        !            41:     false; \
        !            42:   elif test -n '$(MAKE_HOST)'; then \
        !            43:     true; \
        !            44:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            45:     true; \
        !            46:   else \
        !            47:     false; \
        !            48:   fi; \
        !            49: }
        !            50: am__make_running_with_option = \
        !            51:   case $${target_option-} in \
        !            52:       ?) ;; \
        !            53:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            54:               "target option '$${target_option-}' specified" >&2; \
        !            55:          exit 1;; \
        !            56:   esac; \
        !            57:   has_opt=no; \
        !            58:   sane_makeflags=$$MAKEFLAGS; \
        !            59:   if $(am__is_gnu_make); then \
        !            60:     sane_makeflags=$$MFLAGS; \
        !            61:   else \
        !            62:     case $$MAKEFLAGS in \
        !            63:       *\\[\ \  ]*) \
        !            64:         bs=\\; \
        !            65:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            66:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
        !            67:     esac; \
        !            68:   fi; \
        !            69:   skip_next=no; \
        !            70:   strip_trailopt () \
        !            71:   { \
        !            72:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            73:   }; \
        !            74:   for flg in $$sane_makeflags; do \
        !            75:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            76:     case $$flg in \
        !            77:       *=*|--*) continue;; \
        !            78:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            79:       -*I?*) strip_trailopt 'I';; \
        !            80:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            81:       -*O?*) strip_trailopt 'O';; \
        !            82:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            83:       -*l?*) strip_trailopt 'l';; \
        !            84:       -[dEDm]) skip_next=yes;; \
        !            85:       -[JT]) skip_next=yes;; \
        !            86:     esac; \
        !            87:     case $$flg in \
        !            88:       *$$target_option*) has_opt=yes; break;; \
        !            89:     esac; \
        !            90:   done; \
        !            91:   test $$has_opt = yes
        !            92: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            93: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
        !            94: pkgdatadir = $(datadir)/@PACKAGE@
        !            95: pkgincludedir = $(includedir)/@PACKAGE@
        !            96: pkglibdir = $(libdir)/@PACKAGE@
        !            97: pkglibexecdir = $(libexecdir)/@PACKAGE@
        !            98: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            99: install_sh_DATA = $(install_sh) -c -m 644
        !           100: install_sh_PROGRAM = $(install_sh) -c
        !           101: install_sh_SCRIPT = $(install_sh) -c
        !           102: INSTALL_HEADER = $(INSTALL_DATA)
        !           103: transform = $(program_transform_name)
        !           104: NORMAL_INSTALL = :
        !           105: PRE_INSTALL = :
        !           106: POST_INSTALL = :
        !           107: NORMAL_UNINSTALL = :
        !           108: PRE_UNINSTALL = :
        !           109: POST_UNINSTALL = :
        !           110: build_triplet = @build@
        !           111: host_triplet = @host@
        !           112: subdir = docs
        !           113: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !           114: am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \
        !           115:        $(top_srcdir)/m4/curl-compilers.m4 \
        !           116:        $(top_srcdir)/m4/curl-confopts.m4 \
        !           117:        $(top_srcdir)/m4/curl-functions.m4 \
        !           118:        $(top_srcdir)/m4/curl-openssl.m4 \
        !           119:        $(top_srcdir)/m4/curl-override.m4 \
        !           120:        $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
        !           121:        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
        !           122:        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
        !           123:        $(top_srcdir)/m4/xc-am-iface.m4 \
        !           124:        $(top_srcdir)/m4/xc-cc-check.m4 \
        !           125:        $(top_srcdir)/m4/xc-lt-iface.m4 \
        !           126:        $(top_srcdir)/m4/xc-translit.m4 \
        !           127:        $(top_srcdir)/m4/xc-val-flgs.m4 \
        !           128:        $(top_srcdir)/m4/zz40-xc-ovr.m4 \
        !           129:        $(top_srcdir)/m4/zz50-xc-ovr.m4 \
        !           130:        $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
        !           131:        $(top_srcdir)/configure.ac
        !           132: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !           133:        $(ACLOCAL_M4)
        !           134: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
        !           135: mkinstalldirs = $(install_sh) -d
        !           136: CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
        !           137: CONFIG_CLEAN_FILES =
        !           138: CONFIG_CLEAN_VPATH_FILES =
        !           139: AM_V_P = $(am__v_P_@AM_V@)
        !           140: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           141: am__v_P_0 = false
        !           142: am__v_P_1 = :
        !           143: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           144: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           145: am__v_GEN_0 = @echo "  GEN     " $@;
        !           146: am__v_GEN_1 = 
        !           147: AM_V_at = $(am__v_at_@AM_V@)
        !           148: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           149: am__v_at_0 = @
        !           150: am__v_at_1 = 
        !           151: depcomp =
        !           152: am__maybe_remake_depfiles =
        !           153: SOURCES =
        !           154: DIST_SOURCES =
        !           155: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
        !           156:        ctags-recursive dvi-recursive html-recursive info-recursive \
        !           157:        install-data-recursive install-dvi-recursive \
        !           158:        install-exec-recursive install-html-recursive \
        !           159:        install-info-recursive install-pdf-recursive \
        !           160:        install-ps-recursive install-recursive installcheck-recursive \
        !           161:        installdirs-recursive pdf-recursive ps-recursive \
        !           162:        tags-recursive uninstall-recursive
        !           163: am__can_run_installinfo = \
        !           164:   case $$AM_UPDATE_INFO_DIR in \
        !           165:     n|no|NO) false;; \
        !           166:     *) (install-info --version) >/dev/null 2>&1;; \
        !           167:   esac
        !           168: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
        !           169: am__vpath_adj = case $$p in \
        !           170:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
        !           171:     *) f=$$p;; \
        !           172:   esac;
        !           173: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
        !           174: am__install_max = 40
        !           175: am__nobase_strip_setup = \
        !           176:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
        !           177: am__nobase_strip = \
        !           178:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
        !           179: am__nobase_list = $(am__nobase_strip_setup); \
        !           180:   for p in $$list; do echo "$$p $$p"; done | \
        !           181:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
        !           182:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
        !           183:     if (++n[$$2] == $(am__install_max)) \
        !           184:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
        !           185:     END { for (dir in files) print dir, files[dir] }'
        !           186: am__base_list = \
        !           187:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
        !           188:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
        !           189: am__uninstall_files_from_dir = { \
        !           190:   test -z "$$files" \
        !           191:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
        !           192:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
        !           193:          $(am__cd) "$$dir" && rm -f $$files; }; \
        !           194:   }
        !           195: man1dir = $(mandir)/man1
        !           196: am__installdirs = "$(DESTDIR)$(man1dir)"
        !           197: MANS = $(dist_man_MANS) $(man_MANS)
        !           198: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
        !           199:   distclean-recursive maintainer-clean-recursive
        !           200: am__recursive_targets = \
        !           201:   $(RECURSIVE_TARGETS) \
        !           202:   $(RECURSIVE_CLEAN_TARGETS) \
        !           203:   $(am__extra_recursive_targets)
        !           204: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        !           205:        distdir distdir-am
        !           206: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           207: # Read a list of newline-separated strings from the standard input,
        !           208: # and print each of them once, without duplicates.  Input order is
        !           209: # *not* preserved.
        !           210: am__uniquify_input = $(AWK) '\
        !           211:   BEGIN { nonempty = 0; } \
        !           212:   { items[$$0] = 1; nonempty = 1; } \
        !           213:   END { if (nonempty) { for (i in items) print i; }; } \
        !           214: '
        !           215: # Make sure the list of sources is unique.  This is necessary because,
        !           216: # e.g., the same source file might be shared among _SOURCES variables
        !           217: # for different programs/libraries.
        !           218: am__define_uniq_tagged_files = \
        !           219:   list='$(am__tagged_files)'; \
        !           220:   unique=`for i in $$list; do \
        !           221:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           222:   done | $(am__uniquify_input)`
        !           223: ETAGS = etags
        !           224: CTAGS = ctags
        !           225: am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in INSTALL \
        !           226:        THANKS TODO
        !           227: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           228: am__relativize = \
        !           229:   dir0=`pwd`; \
        !           230:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
        !           231:   sed_rest='s,^[^/]*/*,,'; \
        !           232:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
        !           233:   sed_butlast='s,/*[^/]*$$,,'; \
        !           234:   while test -n "$$dir1"; do \
        !           235:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
        !           236:     if test "$$first" != "."; then \
        !           237:       if test "$$first" = ".."; then \
        !           238:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        !           239:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
        !           240:       else \
        !           241:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        !           242:         if test "$$first2" = "$$first"; then \
        !           243:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        !           244:         else \
        !           245:           dir2="../$$dir2"; \
        !           246:         fi; \
        !           247:         dir0="$$dir0"/"$$first"; \
        !           248:       fi; \
        !           249:     fi; \
        !           250:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
        !           251:   done; \
        !           252:   reldir="$$dir2"
        !           253: ACLOCAL = @ACLOCAL@
        !           254: AMTAR = @AMTAR@
        !           255: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
        !           256: AR = @AR@
        !           257: AR_FLAGS = @AR_FLAGS@
        !           258: AS = @AS@
        !           259: AUTOCONF = @AUTOCONF@
        !           260: AUTOHEADER = @AUTOHEADER@
        !           261: AUTOMAKE = @AUTOMAKE@
        !           262: AWK = @AWK@
        !           263: BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
        !           264: CC = @CC@
        !           265: CCDEPMODE = @CCDEPMODE@
        !           266: CFLAGS = @CFLAGS@
        !           267: CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
        !           268: CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
        !           269: CPP = @CPP@
        !           270: CPPFLAGS = @CPPFLAGS@
        !           271: CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
        !           272: CURLVERSION = @CURLVERSION@
        !           273: CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
        !           274: CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
        !           275: CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
        !           276: CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
        !           277: CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
        !           278: CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
        !           279: CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
        !           280: CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
        !           281: CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
        !           282: CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
        !           283: CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
        !           284: CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
        !           285: CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
        !           286: CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
        !           287: CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
        !           288: CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
        !           289: CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
        !           290: CURL_ENABLE_MQTT = @CURL_ENABLE_MQTT@
        !           291: CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
        !           292: CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
        !           293: CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
        !           294: CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
        !           295: CYGPATH_W = @CYGPATH_W@
        !           296: DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
        !           297: DEFS = @DEFS@
        !           298: DEPDIR = @DEPDIR@
        !           299: DLLTOOL = @DLLTOOL@
        !           300: DSYMUTIL = @DSYMUTIL@
        !           301: DUMPBIN = @DUMPBIN@
        !           302: ECHO_C = @ECHO_C@
        !           303: ECHO_N = @ECHO_N@
        !           304: ECHO_T = @ECHO_T@
        !           305: EGREP = @EGREP@
        !           306: ENABLE_SHARED = @ENABLE_SHARED@
        !           307: ENABLE_STATIC = @ENABLE_STATIC@
        !           308: EXEEXT = @EXEEXT@
        !           309: FGREP = @FGREP@
        !           310: FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
        !           311: GCOV = @GCOV@
        !           312: GREP = @GREP@
        !           313: HAVE_BROTLI = @HAVE_BROTLI@
        !           314: HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
        !           315: HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
        !           316: HAVE_LIBZ = @HAVE_LIBZ@
        !           317: HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
        !           318: HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
        !           319: IDN_ENABLED = @IDN_ENABLED@
        !           320: INSTALL = @INSTALL@
        !           321: INSTALL_DATA = @INSTALL_DATA@
        !           322: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           323: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           324: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           325: IPV6_ENABLED = @IPV6_ENABLED@
        !           326: LCOV = @LCOV@
        !           327: LD = @LD@
        !           328: LDFLAGS = @LDFLAGS@
        !           329: LIBCURL_LIBS = @LIBCURL_LIBS@
        !           330: LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
        !           331: LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
        !           332: LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
        !           333: LIBOBJS = @LIBOBJS@
        !           334: LIBS = @LIBS@
        !           335: LIBTOOL = @LIBTOOL@
        !           336: LIPO = @LIPO@
        !           337: LN_S = @LN_S@
        !           338: LTLIBOBJS = @LTLIBOBJS@
        !           339: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
        !           340: MAINT = @MAINT@
        !           341: MAKEINFO = @MAKEINFO@
        !           342: MANIFEST_TOOL = @MANIFEST_TOOL@
        !           343: MANOPT = @MANOPT@
        !           344: MKDIR_P = @MKDIR_P@
        !           345: NM = @NM@
        !           346: NMEDIT = @NMEDIT@
        !           347: NROFF = @NROFF@
        !           348: NSS_LIBS = @NSS_LIBS@
        !           349: OBJDUMP = @OBJDUMP@
        !           350: OBJEXT = @OBJEXT@
        !           351: OTOOL = @OTOOL@
        !           352: OTOOL64 = @OTOOL64@
        !           353: PACKAGE = @PACKAGE@
        !           354: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           355: PACKAGE_NAME = @PACKAGE_NAME@
        !           356: PACKAGE_STRING = @PACKAGE_STRING@
        !           357: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           358: PACKAGE_URL = @PACKAGE_URL@
        !           359: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           360: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           361: PERL = @PERL@
        !           362: PKGADD_NAME = @PKGADD_NAME@
        !           363: PKGADD_PKG = @PKGADD_PKG@
        !           364: PKGADD_VENDOR = @PKGADD_VENDOR@
        !           365: PKGCONFIG = @PKGCONFIG@
        !           366: RANDOM_FILE = @RANDOM_FILE@
        !           367: RANLIB = @RANLIB@
        !           368: REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
        !           369: SED = @SED@
        !           370: SET_MAKE = @SET_MAKE@
        !           371: SHELL = @SHELL@
        !           372: SSL_BACKENDS = @SSL_BACKENDS@
        !           373: SSL_ENABLED = @SSL_ENABLED@
        !           374: SSL_LIBS = @SSL_LIBS@
        !           375: STRIP = @STRIP@
        !           376: SUPPORT_FEATURES = @SUPPORT_FEATURES@
        !           377: SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
        !           378: USE_ARES = @USE_ARES@
        !           379: USE_BEARSSL = @USE_BEARSSL@
        !           380: USE_GNUTLS = @USE_GNUTLS@
        !           381: USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
        !           382: USE_LIBRTMP = @USE_LIBRTMP@
        !           383: USE_LIBSSH = @USE_LIBSSH@
        !           384: USE_LIBSSH2 = @USE_LIBSSH2@
        !           385: USE_MBEDTLS = @USE_MBEDTLS@
        !           386: USE_MESALINK = @USE_MESALINK@
        !           387: USE_NGHTTP2 = @USE_NGHTTP2@
        !           388: USE_NGHTTP3 = @USE_NGHTTP3@
        !           389: USE_NGTCP2 = @USE_NGTCP2@
        !           390: USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
        !           391: USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
        !           392: USE_NSS = @USE_NSS@
        !           393: USE_OPENLDAP = @USE_OPENLDAP@
        !           394: USE_QUICHE = @USE_QUICHE@
        !           395: USE_SCHANNEL = @USE_SCHANNEL@
        !           396: USE_SECTRANSP = @USE_SECTRANSP@
        !           397: USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
        !           398: USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
        !           399: USE_WOLFSSH = @USE_WOLFSSH@
        !           400: USE_WOLFSSL = @USE_WOLFSSL@
        !           401: VERSION = @VERSION@
        !           402: VERSIONNUM = @VERSIONNUM@
        !           403: ZLIB_LIBS = @ZLIB_LIBS@
        !           404: ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
        !           405: abs_builddir = @abs_builddir@
        !           406: abs_srcdir = @abs_srcdir@
        !           407: abs_top_builddir = @abs_top_builddir@
        !           408: abs_top_srcdir = @abs_top_srcdir@
        !           409: ac_ct_AR = @ac_ct_AR@
        !           410: ac_ct_CC = @ac_ct_CC@
        !           411: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           412: am__include = @am__include@
        !           413: am__leading_dot = @am__leading_dot@
        !           414: am__quote = @am__quote@
        !           415: am__tar = @am__tar@
        !           416: am__untar = @am__untar@
        !           417: bindir = @bindir@
        !           418: build = @build@
        !           419: build_alias = @build_alias@
        !           420: build_cpu = @build_cpu@
        !           421: build_os = @build_os@
        !           422: build_vendor = @build_vendor@
        !           423: builddir = @builddir@
        !           424: datadir = @datadir@
        !           425: datarootdir = @datarootdir@
        !           426: docdir = @docdir@
        !           427: dvidir = @dvidir@
        !           428: exec_prefix = @exec_prefix@
        !           429: host = @host@
        !           430: host_alias = @host_alias@
        !           431: host_cpu = @host_cpu@
        !           432: host_os = @host_os@
        !           433: host_vendor = @host_vendor@
        !           434: htmldir = @htmldir@
        !           435: includedir = @includedir@
        !           436: infodir = @infodir@
        !           437: install_sh = @install_sh@
        !           438: libdir = @libdir@
        !           439: libexecdir = @libexecdir@
        !           440: libext = @libext@
        !           441: localedir = @localedir@
        !           442: localstatedir = @localstatedir@
        !           443: mandir = @mandir@
        !           444: mkdir_p = @mkdir_p@
        !           445: oldincludedir = @oldincludedir@
        !           446: pdfdir = @pdfdir@
        !           447: prefix = @prefix@
        !           448: program_transform_name = @program_transform_name@
        !           449: psdir = @psdir@
        !           450: runstatedir = @runstatedir@
        !           451: sbindir = @sbindir@
        !           452: sharedstatedir = @sharedstatedir@
        !           453: srcdir = @srcdir@
        !           454: subdirs = @subdirs@
        !           455: sysconfdir = @sysconfdir@
        !           456: target_alias = @target_alias@
        !           457: top_build_prefix = @top_build_prefix@
        !           458: top_builddir = @top_builddir@
        !           459: top_srcdir = @top_srcdir@
        !           460: AUTOMAKE_OPTIONS = foreign no-dependencies
        !           461: 
        !           462: # EXTRA_DIST breaks with $(abs_builddir) so build it using this variable
        !           463: # but distribute it (using the relative file name) in the next variable
        !           464: man_MANS = $(abs_builddir)/curl.1
        !           465: noinst_man_MANS = curl.1 mk-ca-bundle.1
        !           466: dist_man_MANS = curl-config.1
        !           467: GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html
        !           468: PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf
        !           469: MANDISTPAGES = curl.1.dist curl-config.1.dist
        !           470: HTMLPAGES = $(GENHTMLPAGES) index.html
        !           471: 
        !           472: # Build targets in this file (.) before cmdline-opts to ensure that
        !           473: # the curl.1 rule below runs first
        !           474: SUBDIRS = . cmdline-opts
        !           475: DIST_SUBDIRS = $(SUBDIRS) examples libcurl
        !           476: CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES) $(MANDISTPAGES) curl.1
        !           477: EXTRA_DIST = \
        !           478:  $(noinst_man_MANS)                             \
        !           479:  ALTSVC.md                                      \
        !           480:  BINDINGS.md                                    \
        !           481:  BUG-BOUNTY.md                                  \
        !           482:  BUGS                                           \
        !           483:  CHECKSRC.md                                    \
        !           484:  CIPHERS.md                                     \
        !           485:  CMakeLists.txt                                 \
        !           486:  CODE_OF_CONDUCT.md                             \
        !           487:  CODE_STYLE.md                                  \
        !           488:  CONTRIBUTE.md                                  \
        !           489:  CURL-DISABLE.md                                \
        !           490:  DEPRECATE.md                                   \
        !           491:  ESNI.md                                        \
        !           492:  EXPERIMENTAL.md                                \
        !           493:  FAQ                                            \
        !           494:  FEATURES                                       \
        !           495:  GOVERNANCE.md                                  \
        !           496:  HELP-US.md                                     \
        !           497:  HISTORY.md                                     \
        !           498:  HTTP-COOKIES.md                                \
        !           499:  HTTP2.md                                       \
        !           500:  HTTP3.md                                       \
        !           501:  INSTALL                                        \
        !           502:  INSTALL.cmake                                  \
        !           503:  INSTALL.md                                     \
        !           504:  INTERNALS.md                                   \
        !           505:  KNOWN_BUGS                                     \
        !           506:  LICENSE-MIXING.md                              \
        !           507:  MAIL-ETIQUETTE                                 \
        !           508:  MQTT.md                                        \
        !           509:  PARALLEL-TRANSFERS.md                          \
        !           510:  README.md                                      \
        !           511:  RELEASE-PROCEDURE.md                           \
        !           512:  RESOURCES                                      \
        !           513:  ROADMAP.md                                     \
        !           514:  SECURITY-PROCESS.md                            \
        !           515:  SSL-PROBLEMS.md                                \
        !           516:  SSLCERTS.md                                    \
        !           517:  THANKS                                         \
        !           518:  TODO                                           \
        !           519:  TheArtOfHttpScripting                          \
        !           520:  VERSIONS
        !           521: 
        !           522: MAN2HTML = roffit $< >$@
        !           523: SUFFIXES = .1 .html .pdf
        !           524: all: all-recursive
        !           525: 
        !           526: .SUFFIXES:
        !           527: .SUFFIXES: .1 .html .pdf
        !           528: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
        !           529:        @for dep in $?; do \
        !           530:          case '$(am__configure_deps)' in \
        !           531:            *$$dep*) \
        !           532:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           533:                && { if test -f $@; then exit 0; else break; fi; }; \
        !           534:              exit 1;; \
        !           535:          esac; \
        !           536:        done; \
        !           537:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
        !           538:        $(am__cd) $(top_srcdir) && \
        !           539:          $(AUTOMAKE) --foreign docs/Makefile
        !           540: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           541:        @case '$?' in \
        !           542:          *config.status*) \
        !           543:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           544:          *) \
        !           545:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
        !           546:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
        !           547:        esac;
        !           548: 
        !           549: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           550:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           551: 
        !           552: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
        !           553:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           554: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
        !           555:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           556: $(am__aclocal_m4_deps):
        !           557: 
        !           558: mostlyclean-libtool:
        !           559:        -rm -f *.lo
        !           560: 
        !           561: clean-libtool:
        !           562:        -rm -rf .libs _libs
        !           563: install-man1: $(dist_man_MANS) $(man_MANS)
        !           564:        @$(NORMAL_INSTALL)
        !           565:        @list1=''; \
        !           566:        list2='$(dist_man_MANS) $(man_MANS)'; \
        !           567:        test -n "$(man1dir)" \
        !           568:          && test -n "`echo $$list1$$list2`" \
        !           569:          || exit 0; \
        !           570:        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
        !           571:        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
        !           572:        { for i in $$list1; do echo "$$i"; done;  \
        !           573:        if test -n "$$list2"; then \
        !           574:          for i in $$list2; do echo "$$i"; done \
        !           575:            | sed -n '/\.1[a-z]*$$/p'; \
        !           576:        fi; \
        !           577:        } | while read p; do \
        !           578:          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
        !           579:          echo "$$d$$p"; echo "$$p"; \
        !           580:        done | \
        !           581:        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
        !           582:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
        !           583:        sed 'N;N;s,\n, ,g' | { \
        !           584:        list=; while read file base inst; do \
        !           585:          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
        !           586:            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
        !           587:            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
        !           588:          fi; \
        !           589:        done; \
        !           590:        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
        !           591:        while read files; do \
        !           592:          test -z "$$files" || { \
        !           593:            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
        !           594:            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
        !           595:        done; }
        !           596: 
        !           597: uninstall-man1:
        !           598:        @$(NORMAL_UNINSTALL)
        !           599:        @list=''; test -n "$(man1dir)" || exit 0; \
        !           600:        files=`{ for i in $$list; do echo "$$i"; done; \
        !           601:        l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
        !           602:          sed -n '/\.1[a-z]*$$/p'; \
        !           603:        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
        !           604:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
        !           605:        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
        !           606: 
        !           607: # This directory's subdirectories are mostly independent; you can cd
        !           608: # into them and run 'make' without going through this Makefile.
        !           609: # To change the values of 'make' variables: instead of editing Makefiles,
        !           610: # (1) if the variable is set in 'config.status', edit 'config.status'
        !           611: #     (which will cause the Makefiles to be regenerated when you run 'make');
        !           612: # (2) otherwise, pass the desired values on the 'make' command line.
        !           613: $(am__recursive_targets):
        !           614:        @fail=; \
        !           615:        if $(am__make_keepgoing); then \
        !           616:          failcom='fail=yes'; \
        !           617:        else \
        !           618:          failcom='exit 1'; \
        !           619:        fi; \
        !           620:        dot_seen=no; \
        !           621:        target=`echo $@ | sed s/-recursive//`; \
        !           622:        case "$@" in \
        !           623:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           624:          *) list='$(SUBDIRS)' ;; \
        !           625:        esac; \
        !           626:        for subdir in $$list; do \
        !           627:          echo "Making $$target in $$subdir"; \
        !           628:          if test "$$subdir" = "."; then \
        !           629:            dot_seen=yes; \
        !           630:            local_target="$$target-am"; \
        !           631:          else \
        !           632:            local_target="$$target"; \
        !           633:          fi; \
        !           634:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           635:          || eval $$failcom; \
        !           636:        done; \
        !           637:        if test "$$dot_seen" = "no"; then \
        !           638:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        !           639:        fi; test -z "$$fail"
        !           640: 
        !           641: ID: $(am__tagged_files)
        !           642:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           643: tags: tags-recursive
        !           644: TAGS: tags
        !           645: 
        !           646: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           647:        set x; \
        !           648:        here=`pwd`; \
        !           649:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
        !           650:          include_option=--etags-include; \
        !           651:          empty_fix=.; \
        !           652:        else \
        !           653:          include_option=--include; \
        !           654:          empty_fix=; \
        !           655:        fi; \
        !           656:        list='$(SUBDIRS)'; for subdir in $$list; do \
        !           657:          if test "$$subdir" = .; then :; else \
        !           658:            test ! -f $$subdir/TAGS || \
        !           659:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
        !           660:          fi; \
        !           661:        done; \
        !           662:        $(am__define_uniq_tagged_files); \
        !           663:        shift; \
        !           664:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           665:          test -n "$$unique" || unique=$$empty_fix; \
        !           666:          if test $$# -gt 0; then \
        !           667:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           668:              "$$@" $$unique; \
        !           669:          else \
        !           670:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           671:              $$unique; \
        !           672:          fi; \
        !           673:        fi
        !           674: ctags: ctags-recursive
        !           675: 
        !           676: CTAGS: ctags
        !           677: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           678:        $(am__define_uniq_tagged_files); \
        !           679:        test -z "$(CTAGS_ARGS)$$unique" \
        !           680:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           681:             $$unique
        !           682: 
        !           683: GTAGS:
        !           684:        here=`$(am__cd) $(top_builddir) && pwd` \
        !           685:          && $(am__cd) $(top_srcdir) \
        !           686:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           687: cscopelist: cscopelist-recursive
        !           688: 
        !           689: cscopelist-am: $(am__tagged_files)
        !           690:        list='$(am__tagged_files)'; \
        !           691:        case "$(srcdir)" in \
        !           692:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           693:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           694:        esac; \
        !           695:        for i in $$list; do \
        !           696:          if test -f "$$i"; then \
        !           697:            echo "$(subdir)/$$i"; \
        !           698:          else \
        !           699:            echo "$$sdir/$$i"; \
        !           700:          fi; \
        !           701:        done >> $(top_builddir)/cscope.files
        !           702: 
        !           703: distclean-tags:
        !           704:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           705: 
        !           706: distdir: $(BUILT_SOURCES)
        !           707:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
        !           708: 
        !           709: distdir-am: $(DISTFILES)
        !           710:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           711:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           712:        list='$(DISTFILES)'; \
        !           713:          dist_files=`for file in $$list; do echo $$file; done | \
        !           714:          sed -e "s|^$$srcdirstrip/||;t" \
        !           715:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           716:        case $$dist_files in \
        !           717:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           718:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           719:                           sort -u` ;; \
        !           720:        esac; \
        !           721:        for file in $$dist_files; do \
        !           722:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           723:          if test -d $$d/$$file; then \
        !           724:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           725:            if test -d "$(distdir)/$$file"; then \
        !           726:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           727:            fi; \
        !           728:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           729:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           730:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           731:            fi; \
        !           732:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           733:          else \
        !           734:            test -f "$(distdir)/$$file" \
        !           735:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           736:            || exit 1; \
        !           737:          fi; \
        !           738:        done
        !           739:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           740:          if test "$$subdir" = .; then :; else \
        !           741:            $(am__make_dryrun) \
        !           742:              || test -d "$(distdir)/$$subdir" \
        !           743:              || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           744:              || exit 1; \
        !           745:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
        !           746:            $(am__relativize); \
        !           747:            new_distdir=$$reldir; \
        !           748:            dir1=$$subdir; dir2="$(top_distdir)"; \
        !           749:            $(am__relativize); \
        !           750:            new_top_distdir=$$reldir; \
        !           751:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
        !           752:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
        !           753:            ($(am__cd) $$subdir && \
        !           754:              $(MAKE) $(AM_MAKEFLAGS) \
        !           755:                top_distdir="$$new_top_distdir" \
        !           756:                distdir="$$new_distdir" \
        !           757:                am__remove_distdir=: \
        !           758:                am__skip_length_check=: \
        !           759:                am__skip_mode_fix=: \
        !           760:                distdir) \
        !           761:              || exit 1; \
        !           762:          fi; \
        !           763:        done
        !           764: check-am: all-am
        !           765: check: check-recursive
        !           766: all-am: Makefile $(MANS)
        !           767: installdirs: installdirs-recursive
        !           768: installdirs-am:
        !           769:        for dir in "$(DESTDIR)$(man1dir)"; do \
        !           770:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        !           771:        done
        !           772: install: install-recursive
        !           773: install-exec: install-exec-recursive
        !           774: install-data: install-data-recursive
        !           775: uninstall: uninstall-recursive
        !           776: 
        !           777: install-am: all-am
        !           778:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           779: 
        !           780: installcheck: installcheck-recursive
        !           781: install-strip:
        !           782:        if test -z '$(STRIP)'; then \
        !           783:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           784:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           785:              install; \
        !           786:        else \
        !           787:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           788:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           789:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           790:        fi
        !           791: mostlyclean-generic:
        !           792: 
        !           793: clean-generic:
        !           794:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
        !           795: 
        !           796: distclean-generic:
        !           797:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           798:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           799: 
        !           800: maintainer-clean-generic:
        !           801:        @echo "This command is intended for maintainers to use"
        !           802:        @echo "it deletes files that may require special tools to rebuild."
        !           803: clean: clean-recursive
        !           804: 
        !           805: clean-am: clean-generic clean-libtool mostlyclean-am
        !           806: 
        !           807: distclean-am: clean-am distclean-generic distclean-tags
        !           808: 
        !           809: dvi: dvi-recursive
        !           810: 
        !           811: dvi-am:
        !           812: 
        !           813: html-am:
        !           814: 
        !           815: info: info-recursive
        !           816: 
        !           817: info-am:
        !           818: 
        !           819: install-data-am: install-man
        !           820: 
        !           821: install-dvi: install-dvi-recursive
        !           822: 
        !           823: install-dvi-am:
        !           824: 
        !           825: install-exec-am:
        !           826: 
        !           827: install-html: install-html-recursive
        !           828: 
        !           829: install-html-am:
        !           830: 
        !           831: install-info: install-info-recursive
        !           832: 
        !           833: install-info-am:
        !           834: 
        !           835: install-man: install-man1
        !           836: 
        !           837: install-pdf: install-pdf-recursive
        !           838: 
        !           839: install-pdf-am:
        !           840: 
        !           841: install-ps: install-ps-recursive
        !           842: 
        !           843: install-ps-am:
        !           844: 
        !           845: installcheck-am:
        !           846: 
        !           847: maintainer-clean: maintainer-clean-recursive
        !           848:        -rm -f Makefile
        !           849: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           850: 
        !           851: mostlyclean: mostlyclean-recursive
        !           852: 
        !           853: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
        !           854: 
        !           855: pdf-am:
        !           856: 
        !           857: ps: ps-recursive
        !           858: 
        !           859: ps-am:
        !           860: 
        !           861: uninstall-am: uninstall-man
        !           862: 
        !           863: uninstall-man: uninstall-man1
        !           864: 
        !           865: .MAKE: $(am__recursive_targets) install-am install-strip
        !           866: 
        !           867: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
        !           868:        check-am clean clean-generic clean-libtool cscopelist-am ctags \
        !           869:        ctags-am distclean distclean-generic distclean-libtool \
        !           870:        distclean-tags distdir dvi dvi-am html html-am info info-am \
        !           871:        install install-am install-data install-data-am install-dvi \
        !           872:        install-dvi-am install-exec install-exec-am install-html \
        !           873:        install-html-am install-info install-info-am install-man \
        !           874:        install-man1 install-pdf install-pdf-am install-ps \
        !           875:        install-ps-am install-strip installcheck installcheck-am \
        !           876:        installdirs installdirs-am maintainer-clean \
        !           877:        maintainer-clean-generic mostlyclean mostlyclean-generic \
        !           878:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
        !           879:        uninstall-am uninstall-man uninstall-man1
        !           880: 
        !           881: .PRECIOUS: Makefile
        !           882: 
        !           883: 
        !           884: # $(abs_builddir) is to disable VPATH when searching for this file, which
        !           885: # would otherwise find the copy in $(srcdir) which breaks the $(HUGE)
        !           886: # rule in src/Makefile.am in out-of-tree builds that references the file in the
        !           887: # build directory.
        !           888: #
        !           889: # First, seed the used copy of curl.1 with the prebuilt copy (in an out-of-tree
        !           890: # build), then run make recursively to rebuild it only if its dependencies
        !           891: # have changed.
        !           892: $(abs_builddir)/curl.1:
        !           893:        if test "$(top_builddir)x" != "$(top_srcdir)x" -a -e "$(srcdir)/curl.1"; then \
        !           894:                $(INSTALL_DATA) "$(srcdir)/curl.1" $@; fi
        !           895:        cd cmdline-opts && $(MAKE)
        !           896: 
        !           897: html: $(HTMLPAGES)
        !           898:        cd libcurl && $(MAKE) html
        !           899: 
        !           900: pdf: $(PDFPAGES)
        !           901:        cd libcurl && $(MAKE) pdf
        !           902: 
        !           903: .1.html:
        !           904:        $(MAN2HTML)
        !           905: 
        !           906: .1.pdf:
        !           907:        @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
        !           908:        groff -Tps -man $< >$$foo.ps; \
        !           909:        ps2pdf $$foo.ps $@; \
        !           910:        rm $$foo.ps; \
        !           911:        echo "converted $< to $@")
        !           912: 
        !           913: distclean:
        !           914:        rm -f $(CLEANFILES)
        !           915: 
        !           916: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           917: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           918: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>