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 = scripts |
| 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 | SOURCES = |
| 162 | DIST_SOURCES = |
| 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__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 169 | am__DIST_COMMON = $(srcdir)/Makefile.in |
| 170 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 171 | ACLOCAL = @ACLOCAL@ |
| 172 | AMTAR = @AMTAR@ |
| 173 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 174 | AR = @AR@ |
| 175 | AR_FLAGS = @AR_FLAGS@ |
| 176 | AS = @AS@ |
| 177 | AUTOCONF = @AUTOCONF@ |
| 178 | AUTOHEADER = @AUTOHEADER@ |
| 179 | AUTOMAKE = @AUTOMAKE@ |
| 180 | AWK = @AWK@ |
| 181 | BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ |
| 182 | CC = @CC@ |
| 183 | CCDEPMODE = @CCDEPMODE@ |
| 184 | CFLAGS = @CFLAGS@ |
| 185 | CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ |
| 186 | CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ |
| 187 | CPP = @CPP@ |
| 188 | CPPFLAGS = @CPPFLAGS@ |
| 189 | CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ |
| 190 | CSCOPE = @CSCOPE@ |
| 191 | CTAGS = @CTAGS@ |
| 192 | CURLVERSION = @CURLVERSION@ |
| 193 | CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ |
| 194 | CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ |
| 195 | CURL_DISABLE_DICT = @CURL_DISABLE_DICT@ |
| 196 | CURL_DISABLE_FILE = @CURL_DISABLE_FILE@ |
| 197 | CURL_DISABLE_FTP = @CURL_DISABLE_FTP@ |
| 198 | CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ |
| 199 | CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ |
| 200 | CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ |
| 201 | CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ |
| 202 | CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ |
| 203 | CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@ |
| 204 | CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ |
| 205 | CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ |
| 206 | CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ |
| 207 | CURL_DISABLE_SMB = @CURL_DISABLE_SMB@ |
| 208 | CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ |
| 209 | CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ |
| 210 | CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ |
| 211 | CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ |
| 212 | CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ |
| 213 | CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ |
| 214 | CURL_PLIST_VERSION = @CURL_PLIST_VERSION@ |
| 215 | CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@ |
| 216 | CYGPATH_W = @CYGPATH_W@ |
| 217 | DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@ |
| 218 | DEFS = @DEFS@ |
| 219 | DEPDIR = @DEPDIR@ |
| 220 | DLLTOOL = @DLLTOOL@ |
| 221 | DSYMUTIL = @DSYMUTIL@ |
| 222 | DUMPBIN = @DUMPBIN@ |
| 223 | ECHO_C = @ECHO_C@ |
| 224 | ECHO_N = @ECHO_N@ |
| 225 | ECHO_T = @ECHO_T@ |
| 226 | EGREP = @EGREP@ |
| 227 | ENABLE_SHARED = @ENABLE_SHARED@ |
| 228 | ENABLE_STATIC = @ENABLE_STATIC@ |
| 229 | ETAGS = @ETAGS@ |
| 230 | EXEEXT = @EXEEXT@ |
| 231 | FGREP = @FGREP@ |
| 232 | FILECMD = @FILECMD@ |
| 233 | FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ |
| 234 | GCOV = @GCOV@ |
| 235 | GREP = @GREP@ |
| 236 | HAVE_BROTLI = @HAVE_BROTLI@ |
| 237 | HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ |
| 238 | HAVE_LDAP_SSL = @HAVE_LDAP_SSL@ |
| 239 | HAVE_LIBZ = @HAVE_LIBZ@ |
| 240 | HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ |
| 241 | HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@ |
| 242 | HAVE_ZSTD = @HAVE_ZSTD@ |
| 243 | IDN_ENABLED = @IDN_ENABLED@ |
| 244 | INSTALL = @INSTALL@ |
| 245 | INSTALL_DATA = @INSTALL_DATA@ |
| 246 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 247 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 248 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 249 | IPV6_ENABLED = @IPV6_ENABLED@ |
| 250 | LCOV = @LCOV@ |
| 251 | LD = @LD@ |
| 252 | LDFLAGS = @LDFLAGS@ |
| 253 | LIBCURL_LIBS = @LIBCURL_LIBS@ |
| 254 | LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@ |
| 255 | LIBOBJS = @LIBOBJS@ |
| 256 | LIBS = @LIBS@ |
| 257 | LIBTOOL = @LIBTOOL@ |
| 258 | LIPO = @LIPO@ |
| 259 | LN_S = @LN_S@ |
| 260 | LTLIBOBJS = @LTLIBOBJS@ |
| 261 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
| 262 | MAINT = @MAINT@ |
| 263 | MAKEINFO = @MAKEINFO@ |
| 264 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 265 | MANOPT = @MANOPT@ |
| 266 | MKDIR_P = @MKDIR_P@ |
| 267 | NM = @NM@ |
| 268 | NMEDIT = @NMEDIT@ |
| 269 | NROFF = @NROFF@ |
| 270 | NSS_LIBS = @NSS_LIBS@ |
| 271 | OBJDUMP = @OBJDUMP@ |
| 272 | OBJEXT = @OBJEXT@ |
| 273 | OTOOL = @OTOOL@ |
| 274 | OTOOL64 = @OTOOL64@ |
| 275 | PACKAGE = @PACKAGE@ |
| 276 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 277 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 278 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 279 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 280 | PACKAGE_URL = @PACKAGE_URL@ |
| 281 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 282 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 283 | PERL = @PERL@ |
| 284 | PKGADD_NAME = @PKGADD_NAME@ |
| 285 | PKGADD_PKG = @PKGADD_PKG@ |
| 286 | PKGADD_VENDOR = @PKGADD_VENDOR@ |
| 287 | PKGCONFIG = @PKGCONFIG@ |
| 288 | RANDOM_FILE = @RANDOM_FILE@ |
| 289 | RANLIB = @RANLIB@ |
| 290 | RC = @RC@ |
| 291 | REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ |
| 292 | SED = @SED@ |
| 293 | SET_MAKE = @SET_MAKE@ |
| 294 | SHELL = @SHELL@ |
| 295 | SSL_BACKENDS = @SSL_BACKENDS@ |
| 296 | SSL_ENABLED = @SSL_ENABLED@ |
| 297 | SSL_LIBS = @SSL_LIBS@ |
| 298 | STRIP = @STRIP@ |
| 299 | SUPPORT_FEATURES = @SUPPORT_FEATURES@ |
| 300 | SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ |
| 301 | USE_ARES = @USE_ARES@ |
| 302 | USE_BEARSSL = @USE_BEARSSL@ |
| 303 | USE_GNUTLS = @USE_GNUTLS@ |
| 304 | USE_HYPER = @USE_HYPER@ |
| 305 | USE_LIBRTMP = @USE_LIBRTMP@ |
| 306 | USE_LIBSSH = @USE_LIBSSH@ |
| 307 | USE_LIBSSH2 = @USE_LIBSSH2@ |
| 308 | USE_MBEDTLS = @USE_MBEDTLS@ |
| 309 | USE_MSH3 = @USE_MSH3@ |
| 310 | USE_NGHTTP2 = @USE_NGHTTP2@ |
| 311 | USE_NGHTTP3 = @USE_NGHTTP3@ |
| 312 | USE_NGTCP2 = @USE_NGTCP2@ |
| 313 | USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@ |
| 314 | USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@ |
| 315 | USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@ |
| 316 | USE_NSS = @USE_NSS@ |
| 317 | USE_OPENLDAP = @USE_OPENLDAP@ |
| 318 | USE_QUICHE = @USE_QUICHE@ |
| 319 | USE_RUSTLS = @USE_RUSTLS@ |
| 320 | USE_SCHANNEL = @USE_SCHANNEL@ |
| 321 | USE_SECTRANSP = @USE_SECTRANSP@ |
| 322 | USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ |
| 323 | USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@ |
| 324 | USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@ |
| 325 | USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@ |
| 326 | USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ |
| 327 | USE_WOLFSSH = @USE_WOLFSSH@ |
| 328 | USE_WOLFSSL = @USE_WOLFSSL@ |
| 329 | VERSION = @VERSION@ |
| 330 | VERSIONNUM = @VERSIONNUM@ |
| 331 | ZLIB_LIBS = @ZLIB_LIBS@ |
| 332 | ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ |
| 333 | abs_builddir = @abs_builddir@ |
| 334 | abs_srcdir = @abs_srcdir@ |
| 335 | abs_top_builddir = @abs_top_builddir@ |
| 336 | abs_top_srcdir = @abs_top_srcdir@ |
| 337 | ac_ct_AR = @ac_ct_AR@ |
| 338 | ac_ct_CC = @ac_ct_CC@ |
| 339 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 340 | am__include = @am__include@ |
| 341 | am__leading_dot = @am__leading_dot@ |
| 342 | am__quote = @am__quote@ |
| 343 | am__tar = @am__tar@ |
| 344 | am__untar = @am__untar@ |
| 345 | bindir = @bindir@ |
| 346 | build = @build@ |
| 347 | build_alias = @build_alias@ |
| 348 | build_cpu = @build_cpu@ |
| 349 | build_os = @build_os@ |
| 350 | build_vendor = @build_vendor@ |
| 351 | builddir = @builddir@ |
| 352 | datadir = @datadir@ |
| 353 | datarootdir = @datarootdir@ |
| 354 | docdir = @docdir@ |
| 355 | dvidir = @dvidir@ |
| 356 | exec_prefix = @exec_prefix@ |
| 357 | host = @host@ |
| 358 | host_alias = @host_alias@ |
| 359 | host_cpu = @host_cpu@ |
| 360 | host_os = @host_os@ |
| 361 | host_vendor = @host_vendor@ |
| 362 | htmldir = @htmldir@ |
| 363 | includedir = @includedir@ |
| 364 | infodir = @infodir@ |
| 365 | install_sh = @install_sh@ |
| 366 | libdir = @libdir@ |
| 367 | libexecdir = @libexecdir@ |
| 368 | libext = @libext@ |
| 369 | localedir = @localedir@ |
| 370 | localstatedir = @localstatedir@ |
| 371 | mandir = @mandir@ |
| 372 | mkdir_p = @mkdir_p@ |
| 373 | oldincludedir = @oldincludedir@ |
| 374 | pdfdir = @pdfdir@ |
| 375 | prefix = @prefix@ |
| 376 | program_transform_name = @program_transform_name@ |
| 377 | psdir = @psdir@ |
| 378 | runstatedir = @runstatedir@ |
| 379 | sbindir = @sbindir@ |
| 380 | sharedstatedir = @sharedstatedir@ |
| 381 | srcdir = @srcdir@ |
| 382 | sysconfdir = @sysconfdir@ |
| 383 | target_alias = @target_alias@ |
| 384 | top_build_prefix = @top_build_prefix@ |
| 385 | top_builddir = @top_builddir@ |
| 386 | top_srcdir = @top_srcdir@ |
| 387 | EXTRA_DIST = updatemanpages.pl coverage.sh completion.pl firefox-db2pem.sh \ |
| 388 | checksrc.pl mk-ca-bundle.pl |
| 389 | |
| 390 | ZSH_COMPLETION_FUNCTION_FILENAME = _curl |
| 391 | FISH_COMPLETION_FUNCTION_FILENAME = curl.fish |
| 392 | CLEANFILES = $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME) |
| 393 | all: all-am |
| 394 | |
| 395 | .SUFFIXES: |
| 396 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 397 | @for dep in $?; do \ |
| 398 | case '$(am__configure_deps)' in \ |
| 399 | *$$dep*) \ |
| 400 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 401 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 402 | exit 1;; \ |
| 403 | esac; \ |
| 404 | done; \ |
| 405 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \ |
| 406 | $(am__cd) $(top_srcdir) && \ |
| 407 | $(AUTOMAKE) --foreign scripts/Makefile |
| 408 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 409 | @case '$?' in \ |
| 410 | *config.status*) \ |
| 411 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 412 | *) \ |
| 413 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ |
| 414 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ |
| 415 | esac; |
| 416 | |
| 417 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 418 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 419 | |
| 420 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 421 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 422 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 423 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 424 | $(am__aclocal_m4_deps): |
| 425 | |
| 426 | mostlyclean-libtool: |
| 427 | -rm -f *.lo |
| 428 | |
| 429 | clean-libtool: |
| 430 | -rm -rf .libs _libs |
| 431 | tags TAGS: |
| 432 | |
| 433 | ctags CTAGS: |
| 434 | |
| 435 | cscope cscopelist: |
| 436 | |
| 437 | distdir: $(BUILT_SOURCES) |
| 438 | $(MAKE) $(AM_MAKEFLAGS) distdir-am |
| 439 | |
| 440 | distdir-am: $(DISTFILES) |
| 441 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 442 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 443 | list='$(DISTFILES)'; \ |
| 444 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 445 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 446 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 447 | case $$dist_files in \ |
| 448 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 449 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 450 | sort -u` ;; \ |
| 451 | esac; \ |
| 452 | for file in $$dist_files; do \ |
| 453 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 454 | if test -d $$d/$$file; then \ |
| 455 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 456 | if test -d "$(distdir)/$$file"; then \ |
| 457 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 458 | fi; \ |
| 459 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 460 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 461 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 462 | fi; \ |
| 463 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 464 | else \ |
| 465 | test -f "$(distdir)/$$file" \ |
| 466 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 467 | || exit 1; \ |
| 468 | fi; \ |
| 469 | done |
| 470 | check-am: all-am |
| 471 | check: check-am |
| 472 | all-am: Makefile all-local |
| 473 | installdirs: |
| 474 | install: install-am |
| 475 | install-exec: install-exec-am |
| 476 | install-data: install-data-am |
| 477 | uninstall: uninstall-am |
| 478 | |
| 479 | install-am: all-am |
| 480 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 481 | |
| 482 | installcheck: installcheck-am |
| 483 | install-strip: |
| 484 | if test -z '$(STRIP)'; then \ |
| 485 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 486 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 487 | install; \ |
| 488 | else \ |
| 489 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 490 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 491 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 492 | fi |
| 493 | mostlyclean-generic: |
| 494 | |
| 495 | clean-generic: |
| 496 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
| 497 | |
| 498 | distclean-generic: |
| 499 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 500 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 501 | |
| 502 | maintainer-clean-generic: |
| 503 | @echo "This command is intended for maintainers to use" |
| 504 | @echo "it deletes files that may require special tools to rebuild." |
| 505 | clean: clean-am |
| 506 | |
| 507 | clean-am: clean-generic clean-libtool mostlyclean-am |
| 508 | |
| 509 | distclean: distclean-am |
| 510 | -rm -f Makefile |
| 511 | distclean-am: clean-am distclean-generic |
| 512 | |
| 513 | dvi: dvi-am |
| 514 | |
| 515 | dvi-am: |
| 516 | |
| 517 | html: html-am |
| 518 | |
| 519 | html-am: |
| 520 | |
| 521 | info: info-am |
| 522 | |
| 523 | info-am: |
| 524 | |
| 525 | install-data-am: install-data-local |
| 526 | |
| 527 | install-dvi: install-dvi-am |
| 528 | |
| 529 | install-dvi-am: |
| 530 | |
| 531 | install-exec-am: |
| 532 | |
| 533 | install-html: install-html-am |
| 534 | |
| 535 | install-html-am: |
| 536 | |
| 537 | install-info: install-info-am |
| 538 | |
| 539 | install-info-am: |
| 540 | |
| 541 | install-man: |
| 542 | |
| 543 | install-pdf: install-pdf-am |
| 544 | |
| 545 | install-pdf-am: |
| 546 | |
| 547 | install-ps: install-ps-am |
| 548 | |
| 549 | install-ps-am: |
| 550 | |
| 551 | installcheck-am: |
| 552 | |
| 553 | maintainer-clean: maintainer-clean-am |
| 554 | -rm -f Makefile |
| 555 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 556 | |
| 557 | mostlyclean: mostlyclean-am |
| 558 | |
| 559 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 560 | |
| 561 | pdf: pdf-am |
| 562 | |
| 563 | pdf-am: |
| 564 | |
| 565 | ps: ps-am |
| 566 | |
| 567 | ps-am: |
| 568 | |
| 569 | uninstall-am: |
| 570 | |
| 571 | .MAKE: install-am install-strip |
| 572 | |
| 573 | .PHONY: all all-am all-local check check-am clean clean-generic \ |
| 574 | clean-libtool cscopelist-am ctags-am distclean \ |
| 575 | distclean-generic distclean-libtool distdir dvi dvi-am html \ |
| 576 | html-am info info-am install install-am install-data \ |
| 577 | install-data-am install-data-local install-dvi install-dvi-am \ |
| 578 | install-exec install-exec-am install-html install-html-am \ |
| 579 | install-info install-info-am install-man install-pdf \ |
| 580 | install-pdf-am install-ps install-ps-am install-strip \ |
| 581 | installcheck installcheck-am installdirs maintainer-clean \ |
| 582 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| 583 | mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
| 584 | uninstall-am |
| 585 | |
| 586 | .PRECIOUS: Makefile |
| 587 | |
| 588 | |
| 589 | all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME) |
| 590 | |
| 591 | $(ZSH_COMPLETION_FUNCTION_FILENAME): completion.pl |
| 592 | @CROSSCOMPILING_TRUE@ @echo "NOTICE: we can't generate zsh completion when cross-compiling!" |
| 593 | @CROSSCOMPILING_FALSE@ @if ! test -x "$(PERL)"; then echo "No perl: can't install completion.pl"; exit 0; fi |
| 594 | @CROSSCOMPILING_FALSE@ $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell zsh > $@ |
| 595 | |
| 596 | $(FISH_COMPLETION_FUNCTION_FILENAME): completion.pl |
| 597 | @CROSSCOMPILING_TRUE@ @echo "NOTICE: we can't generate fish completion when cross-compiling!" |
| 598 | @CROSSCOMPILING_FALSE@ @if ! test -x "$(PERL)"; then echo "No perl: can't install completion.pl"; exit 0; fi |
| 599 | @CROSSCOMPILING_FALSE@ $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell fish > $@ |
| 600 | |
| 601 | install-data-local: |
| 602 | @CROSSCOMPILING_TRUE@ @echo "NOTICE: we can't install zsh completion when cross-compiling!" |
| 603 | @CROSSCOMPILING_FALSE@ $(MKDIR_P) $(DESTDIR)$(ZSH_FUNCTIONS_DIR) |
| 604 | @CROSSCOMPILING_FALSE@ $(MKDIR_P) $(DESTDIR)$(FISH_FUNCTIONS_DIR) |
| 605 | @CROSSCOMPILING_FALSE@ $(INSTALL_DATA) $(ZSH_COMPLETION_FUNCTION_FILENAME) $(DESTDIR)$(ZSH_FUNCTIONS_DIR)/$(ZSH_COMPLETION_FUNCTION_FILENAME) |
| 606 | @CROSSCOMPILING_FALSE@ $(INSTALL_DATA) $(FISH_COMPLETION_FUNCTION_FILENAME) $(DESTDIR)$(FISH_FUNCTIONS_DIR)/$(FISH_COMPLETION_FUNCTION_FILENAME) |
| 607 | |
| 608 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 609 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 610 | .NOEXPORT: |