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