lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
| 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994-2014 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 - 2017, 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_code_coverage.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 | $(top_builddir)/include/curl/curlbuild.h |
| 138 | CONFIG_CLEAN_FILES = |
| 139 | CONFIG_CLEAN_VPATH_FILES = |
| 140 | AM_V_P = $(am__v_P_@AM_V@) |
| 141 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 142 | am__v_P_0 = false |
| 143 | am__v_P_1 = : |
| 144 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 145 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 146 | am__v_GEN_0 = @echo " GEN " $@; |
| 147 | am__v_GEN_1 = |
| 148 | AM_V_at = $(am__v_at_@AM_V@) |
| 149 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 150 | am__v_at_0 = @ |
| 151 | am__v_at_1 = |
| 152 | depcomp = |
| 153 | am__depfiles_maybe = |
| 154 | SOURCES = |
| 155 | DIST_SOURCES = |
| 156 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
| 157 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
| 158 | install-data-recursive install-dvi-recursive \ |
| 159 | install-exec-recursive install-html-recursive \ |
| 160 | install-info-recursive install-pdf-recursive \ |
| 161 | install-ps-recursive install-recursive installcheck-recursive \ |
| 162 | installdirs-recursive pdf-recursive ps-recursive \ |
| 163 | tags-recursive uninstall-recursive |
| 164 | am__can_run_installinfo = \ |
| 165 | case $$AM_UPDATE_INFO_DIR in \ |
| 166 | n|no|NO) false;; \ |
| 167 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 168 | esac |
| 169 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 170 | am__vpath_adj = case $$p in \ |
| 171 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 172 | *) f=$$p;; \ |
| 173 | esac; |
| 174 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
| 175 | am__install_max = 40 |
| 176 | am__nobase_strip_setup = \ |
| 177 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| 178 | am__nobase_strip = \ |
| 179 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| 180 | am__nobase_list = $(am__nobase_strip_setup); \ |
| 181 | for p in $$list; do echo "$$p $$p"; done | \ |
| 182 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| 183 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
| 184 | if (++n[$$2] == $(am__install_max)) \ |
| 185 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
| 186 | END { for (dir in files) print dir, files[dir] }' |
| 187 | am__base_list = \ |
| 188 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| 189 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| 190 | am__uninstall_files_from_dir = { \ |
| 191 | test -z "$$files" \ |
| 192 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 193 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 194 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
| 195 | } |
| 196 | man1dir = $(mandir)/man1 |
| 197 | am__installdirs = "$(DESTDIR)$(man1dir)" |
| 198 | MANS = $(dist_man_MANS) $(man_MANS) |
| 199 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 200 | distclean-recursive maintainer-clean-recursive |
| 201 | am__recursive_targets = \ |
| 202 | $(RECURSIVE_TARGETS) \ |
| 203 | $(RECURSIVE_CLEAN_TARGETS) \ |
| 204 | $(am__extra_recursive_targets) |
| 205 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
| 206 | distdir |
| 207 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 208 | # Read a list of newline-separated strings from the standard input, |
| 209 | # and print each of them once, without duplicates. Input order is |
| 210 | # *not* preserved. |
| 211 | am__uniquify_input = $(AWK) '\ |
| 212 | BEGIN { nonempty = 0; } \ |
| 213 | { items[$$0] = 1; nonempty = 1; } \ |
| 214 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 215 | ' |
| 216 | # Make sure the list of sources is unique. This is necessary because, |
| 217 | # e.g., the same source file might be shared among _SOURCES variables |
| 218 | # for different programs/libraries. |
| 219 | am__define_uniq_tagged_files = \ |
| 220 | list='$(am__tagged_files)'; \ |
| 221 | unique=`for i in $$list; do \ |
| 222 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 223 | done | $(am__uniquify_input)` |
| 224 | ETAGS = etags |
| 225 | CTAGS = ctags |
| 226 | am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in INSTALL \ |
| 227 | THANKS TODO |
| 228 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 229 | am__relativize = \ |
| 230 | dir0=`pwd`; \ |
| 231 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| 232 | sed_rest='s,^[^/]*/*,,'; \ |
| 233 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| 234 | sed_butlast='s,/*[^/]*$$,,'; \ |
| 235 | while test -n "$$dir1"; do \ |
| 236 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| 237 | if test "$$first" != "."; then \ |
| 238 | if test "$$first" = ".."; then \ |
| 239 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| 240 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| 241 | else \ |
| 242 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| 243 | if test "$$first2" = "$$first"; then \ |
| 244 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| 245 | else \ |
| 246 | dir2="../$$dir2"; \ |
| 247 | fi; \ |
| 248 | dir0="$$dir0"/"$$first"; \ |
| 249 | fi; \ |
| 250 | fi; \ |
| 251 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| 252 | done; \ |
| 253 | reldir="$$dir2" |
| 254 | ACLOCAL = @ACLOCAL@ |
| 255 | AMTAR = @AMTAR@ |
| 256 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 257 | AR = @AR@ |
| 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 | CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ |
| 269 | CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ |
| 270 | CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ |
| 271 | CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ |
| 272 | CPP = @CPP@ |
| 273 | CPPFLAGS = @CPPFLAGS@ |
| 274 | CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ |
| 275 | CURLVERSION = @CURLVERSION@ |
| 276 | CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ |
| 277 | CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ |
| 278 | CURL_DISABLE_DICT = @CURL_DISABLE_DICT@ |
| 279 | CURL_DISABLE_FILE = @CURL_DISABLE_FILE@ |
| 280 | CURL_DISABLE_FTP = @CURL_DISABLE_FTP@ |
| 281 | CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ |
| 282 | CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ |
| 283 | CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ |
| 284 | CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ |
| 285 | CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ |
| 286 | CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ |
| 287 | CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ |
| 288 | CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ |
| 289 | CURL_DISABLE_SMB = @CURL_DISABLE_SMB@ |
| 290 | CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ |
| 291 | CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ |
| 292 | CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ |
| 293 | CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ |
| 294 | CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ |
| 295 | CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ |
| 296 | CYGPATH_W = @CYGPATH_W@ |
| 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 | GCOV = @GCOV@ |
| 311 | GENHTML = @GENHTML@ |
| 312 | GREP = @GREP@ |
| 313 | HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ |
| 314 | HAVE_LDAP_SSL = @HAVE_LDAP_SSL@ |
| 315 | HAVE_LIBZ = @HAVE_LIBZ@ |
| 316 | HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ |
| 317 | IDN_ENABLED = @IDN_ENABLED@ |
| 318 | INSTALL = @INSTALL@ |
| 319 | INSTALL_DATA = @INSTALL_DATA@ |
| 320 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 321 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 322 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 323 | IPV6_ENABLED = @IPV6_ENABLED@ |
| 324 | LCOV = @LCOV@ |
| 325 | LD = @LD@ |
| 326 | LDFLAGS = @LDFLAGS@ |
| 327 | LIBCURL_LIBS = @LIBCURL_LIBS@ |
| 328 | LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@ |
| 329 | LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@ |
| 330 | LIBMETALINK_LIBS = @LIBMETALINK_LIBS@ |
| 331 | LIBOBJS = @LIBOBJS@ |
| 332 | LIBS = @LIBS@ |
| 333 | LIBTOOL = @LIBTOOL@ |
| 334 | LIPO = @LIPO@ |
| 335 | LN_S = @LN_S@ |
| 336 | LTLIBOBJS = @LTLIBOBJS@ |
| 337 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
| 338 | MAINT = @MAINT@ |
| 339 | MAKEINFO = @MAKEINFO@ |
| 340 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 341 | MANOPT = @MANOPT@ |
| 342 | MKDIR_P = @MKDIR_P@ |
| 343 | NM = @NM@ |
| 344 | NMEDIT = @NMEDIT@ |
| 345 | NROFF = @NROFF@ |
| 346 | NSS_LIBS = @NSS_LIBS@ |
| 347 | OBJDUMP = @OBJDUMP@ |
| 348 | OBJEXT = @OBJEXT@ |
| 349 | OTOOL = @OTOOL@ |
| 350 | OTOOL64 = @OTOOL64@ |
| 351 | PACKAGE = @PACKAGE@ |
| 352 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 353 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 354 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 355 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 356 | PACKAGE_URL = @PACKAGE_URL@ |
| 357 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 358 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 359 | PERL = @PERL@ |
| 360 | PKGADD_NAME = @PKGADD_NAME@ |
| 361 | PKGADD_PKG = @PKGADD_PKG@ |
| 362 | PKGADD_VENDOR = @PKGADD_VENDOR@ |
| 363 | PKGCONFIG = @PKGCONFIG@ |
| 364 | RANDOM_FILE = @RANDOM_FILE@ |
| 365 | RANLIB = @RANLIB@ |
| 366 | REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ |
| 367 | SED = @SED@ |
| 368 | SET_MAKE = @SET_MAKE@ |
| 369 | SHELL = @SHELL@ |
| 370 | SSL_ENABLED = @SSL_ENABLED@ |
| 371 | SSL_LIBS = @SSL_LIBS@ |
| 372 | STRIP = @STRIP@ |
| 373 | SUPPORT_FEATURES = @SUPPORT_FEATURES@ |
| 374 | SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ |
| 375 | USE_ARES = @USE_ARES@ |
| 376 | USE_AXTLS = @USE_AXTLS@ |
| 377 | USE_CYASSL = @USE_CYASSL@ |
| 378 | USE_DARWINSSL = @USE_DARWINSSL@ |
| 379 | USE_GNUTLS = @USE_GNUTLS@ |
| 380 | USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@ |
| 381 | USE_LIBRTMP = @USE_LIBRTMP@ |
| 382 | USE_LIBSSH2 = @USE_LIBSSH2@ |
| 383 | USE_MBEDTLS = @USE_MBEDTLS@ |
| 384 | USE_NGHTTP2 = @USE_NGHTTP2@ |
| 385 | USE_NSS = @USE_NSS@ |
| 386 | USE_OPENLDAP = @USE_OPENLDAP@ |
| 387 | USE_POLARSSL = @USE_POLARSSL@ |
| 388 | USE_SCHANNEL = @USE_SCHANNEL@ |
| 389 | USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ |
| 390 | USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ |
| 391 | VERSION = @VERSION@ |
| 392 | VERSIONNUM = @VERSIONNUM@ |
| 393 | ZLIB_LIBS = @ZLIB_LIBS@ |
| 394 | ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ |
| 395 | abs_builddir = @abs_builddir@ |
| 396 | abs_srcdir = @abs_srcdir@ |
| 397 | abs_top_builddir = @abs_top_builddir@ |
| 398 | abs_top_srcdir = @abs_top_srcdir@ |
| 399 | ac_ct_AR = @ac_ct_AR@ |
| 400 | ac_ct_CC = @ac_ct_CC@ |
| 401 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 402 | am__include = @am__include@ |
| 403 | am__leading_dot = @am__leading_dot@ |
| 404 | am__quote = @am__quote@ |
| 405 | am__tar = @am__tar@ |
| 406 | am__untar = @am__untar@ |
| 407 | bindir = @bindir@ |
| 408 | build = @build@ |
| 409 | build_alias = @build_alias@ |
| 410 | build_cpu = @build_cpu@ |
| 411 | build_os = @build_os@ |
| 412 | build_vendor = @build_vendor@ |
| 413 | builddir = @builddir@ |
| 414 | datadir = @datadir@ |
| 415 | datarootdir = @datarootdir@ |
| 416 | docdir = @docdir@ |
| 417 | dvidir = @dvidir@ |
| 418 | exec_prefix = @exec_prefix@ |
| 419 | host = @host@ |
| 420 | host_alias = @host_alias@ |
| 421 | host_cpu = @host_cpu@ |
| 422 | host_os = @host_os@ |
| 423 | host_vendor = @host_vendor@ |
| 424 | htmldir = @htmldir@ |
| 425 | includedir = @includedir@ |
| 426 | infodir = @infodir@ |
| 427 | install_sh = @install_sh@ |
| 428 | libdir = @libdir@ |
| 429 | libexecdir = @libexecdir@ |
| 430 | libext = @libext@ |
| 431 | localedir = @localedir@ |
| 432 | localstatedir = @localstatedir@ |
| 433 | mandir = @mandir@ |
| 434 | mkdir_p = @mkdir_p@ |
| 435 | oldincludedir = @oldincludedir@ |
| 436 | pdfdir = @pdfdir@ |
| 437 | prefix = @prefix@ |
| 438 | program_transform_name = @program_transform_name@ |
| 439 | psdir = @psdir@ |
| 440 | runstatedir = @runstatedir@ |
| 441 | sbindir = @sbindir@ |
| 442 | sharedstatedir = @sharedstatedir@ |
| 443 | srcdir = @srcdir@ |
| 444 | subdirs = @subdirs@ |
| 445 | sysconfdir = @sysconfdir@ |
| 446 | target_alias = @target_alias@ |
| 447 | top_build_prefix = @top_build_prefix@ |
| 448 | top_builddir = @top_builddir@ |
| 449 | top_srcdir = @top_srcdir@ |
| 450 | AUTOMAKE_OPTIONS = foreign no-dependencies |
| 451 | |
| 452 | # EXTRA_DIST breaks with $(abs_builddir) so build it using this variable |
| 453 | # but distribute it (using the relative file name) in the next variable |
| 454 | man_MANS = $(abs_builddir)/curl.1 |
| 455 | noinst_man_MANS = curl.1 mk-ca-bundle.1 |
| 456 | dist_man_MANS = curl-config.1 |
| 457 | GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html |
| 458 | PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf |
| 459 | MANDISTPAGES = curl.1.dist curl-config.1.dist |
| 460 | HTMLPAGES = $(GENHTMLPAGES) index.html |
| 461 | |
| 462 | # Build targets in this file (.) before cmdline-opts to ensure that |
| 463 | # the curl.1 rule below runs first |
| 464 | SUBDIRS = libcurl . cmdline-opts |
| 465 | DIST_SUBDIRS = $(SUBDIRS) examples |
| 466 | CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES) $(MANDISTPAGES) curl.1 |
| 467 | EXTRA_DIST = MANUAL BUGS CONTRIBUTE.md FAQ FEATURES INTERNALS.md SSLCERTS.md \ |
| 468 | README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS VERSIONS KNOWN_BUGS \ |
| 469 | BINDINGS.md HISTORY.md INSTALL INSTALL.md LICENSE-MIXING.md \ |
| 470 | README.netware MAIL-ETIQUETTE HTTP-COOKIES.md SECURITY.md RELEASE-PROCEDURE \ |
| 471 | SSL-PROBLEMS.md HTTP2.md ROADMAP.md CODE_OF_CONDUCT.md CODE_STYLE.md \ |
| 472 | CHECKSRC.md CMakeLists.txt README.md CIPHERS.md INSTALL.cmake README.cmake \ |
| 473 | $(noinst_man_MANS) |
| 474 | |
| 475 | MAN2HTML = roffit $< >$@ |
| 476 | SUFFIXES = .1 .html .pdf |
| 477 | all: all-recursive |
| 478 | |
| 479 | .SUFFIXES: |
| 480 | .SUFFIXES: .1 .html .pdf |
| 481 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 482 | @for dep in $?; do \ |
| 483 | case '$(am__configure_deps)' in \ |
| 484 | *$$dep*) \ |
| 485 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 486 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 487 | exit 1;; \ |
| 488 | esac; \ |
| 489 | done; \ |
| 490 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \ |
| 491 | $(am__cd) $(top_srcdir) && \ |
| 492 | $(AUTOMAKE) --foreign docs/Makefile |
| 493 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 494 | @case '$?' in \ |
| 495 | *config.status*) \ |
| 496 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 497 | *) \ |
| 498 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 499 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 500 | esac; |
| 501 | |
| 502 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 503 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 504 | |
| 505 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 506 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 507 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 508 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 509 | $(am__aclocal_m4_deps): |
| 510 | |
| 511 | mostlyclean-libtool: |
| 512 | -rm -f *.lo |
| 513 | |
| 514 | clean-libtool: |
| 515 | -rm -rf .libs _libs |
| 516 | install-man1: $(dist_man_MANS) $(man_MANS) |
| 517 | @$(NORMAL_INSTALL) |
| 518 | @list1=''; \ |
| 519 | list2='$(dist_man_MANS) $(man_MANS)'; \ |
| 520 | test -n "$(man1dir)" \ |
| 521 | && test -n "`echo $$list1$$list2`" \ |
| 522 | || exit 0; \ |
| 523 | echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ |
| 524 | $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ |
| 525 | { for i in $$list1; do echo "$$i"; done; \ |
| 526 | if test -n "$$list2"; then \ |
| 527 | for i in $$list2; do echo "$$i"; done \ |
| 528 | | sed -n '/\.1[a-z]*$$/p'; \ |
| 529 | fi; \ |
| 530 | } | while read p; do \ |
| 531 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 532 | echo "$$d$$p"; echo "$$p"; \ |
| 533 | done | \ |
| 534 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ |
| 535 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ |
| 536 | sed 'N;N;s,\n, ,g' | { \ |
| 537 | list=; while read file base inst; do \ |
| 538 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \ |
| 539 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ |
| 540 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ |
| 541 | fi; \ |
| 542 | done; \ |
| 543 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \ |
| 544 | while read files; do \ |
| 545 | test -z "$$files" || { \ |
| 546 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ |
| 547 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ |
| 548 | done; } |
| 549 | |
| 550 | uninstall-man1: |
| 551 | @$(NORMAL_UNINSTALL) |
| 552 | @list=''; test -n "$(man1dir)" || exit 0; \ |
| 553 | files=`{ for i in $$list; do echo "$$i"; done; \ |
| 554 | l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
| 555 | sed -n '/\.1[a-z]*$$/p'; \ |
| 556 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ |
| 557 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| 558 | dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) |
| 559 | |
| 560 | # This directory's subdirectories are mostly independent; you can cd |
| 561 | # into them and run 'make' without going through this Makefile. |
| 562 | # To change the values of 'make' variables: instead of editing Makefiles, |
| 563 | # (1) if the variable is set in 'config.status', edit 'config.status' |
| 564 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
| 565 | # (2) otherwise, pass the desired values on the 'make' command line. |
| 566 | $(am__recursive_targets): |
| 567 | @fail=; \ |
| 568 | if $(am__make_keepgoing); then \ |
| 569 | failcom='fail=yes'; \ |
| 570 | else \ |
| 571 | failcom='exit 1'; \ |
| 572 | fi; \ |
| 573 | dot_seen=no; \ |
| 574 | target=`echo $@ | sed s/-recursive//`; \ |
| 575 | case "$@" in \ |
| 576 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 577 | *) list='$(SUBDIRS)' ;; \ |
| 578 | esac; \ |
| 579 | for subdir in $$list; do \ |
| 580 | echo "Making $$target in $$subdir"; \ |
| 581 | if test "$$subdir" = "."; then \ |
| 582 | dot_seen=yes; \ |
| 583 | local_target="$$target-am"; \ |
| 584 | else \ |
| 585 | local_target="$$target"; \ |
| 586 | fi; \ |
| 587 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 588 | || eval $$failcom; \ |
| 589 | done; \ |
| 590 | if test "$$dot_seen" = "no"; then \ |
| 591 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 592 | fi; test -z "$$fail" |
| 593 | |
| 594 | ID: $(am__tagged_files) |
| 595 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 596 | tags: tags-recursive |
| 597 | TAGS: tags |
| 598 | |
| 599 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 600 | set x; \ |
| 601 | here=`pwd`; \ |
| 602 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 603 | include_option=--etags-include; \ |
| 604 | empty_fix=.; \ |
| 605 | else \ |
| 606 | include_option=--include; \ |
| 607 | empty_fix=; \ |
| 608 | fi; \ |
| 609 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 610 | if test "$$subdir" = .; then :; else \ |
| 611 | test ! -f $$subdir/TAGS || \ |
| 612 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 613 | fi; \ |
| 614 | done; \ |
| 615 | $(am__define_uniq_tagged_files); \ |
| 616 | shift; \ |
| 617 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 618 | test -n "$$unique" || unique=$$empty_fix; \ |
| 619 | if test $$# -gt 0; then \ |
| 620 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 621 | "$$@" $$unique; \ |
| 622 | else \ |
| 623 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 624 | $$unique; \ |
| 625 | fi; \ |
| 626 | fi |
| 627 | ctags: ctags-recursive |
| 628 | |
| 629 | CTAGS: ctags |
| 630 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 631 | $(am__define_uniq_tagged_files); \ |
| 632 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 633 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 634 | $$unique |
| 635 | |
| 636 | GTAGS: |
| 637 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 638 | && $(am__cd) $(top_srcdir) \ |
| 639 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 640 | cscopelist: cscopelist-recursive |
| 641 | |
| 642 | cscopelist-am: $(am__tagged_files) |
| 643 | list='$(am__tagged_files)'; \ |
| 644 | case "$(srcdir)" in \ |
| 645 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 646 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 647 | esac; \ |
| 648 | for i in $$list; do \ |
| 649 | if test -f "$$i"; then \ |
| 650 | echo "$(subdir)/$$i"; \ |
| 651 | else \ |
| 652 | echo "$$sdir/$$i"; \ |
| 653 | fi; \ |
| 654 | done >> $(top_builddir)/cscope.files |
| 655 | |
| 656 | distclean-tags: |
| 657 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 658 | |
| 659 | distdir: $(DISTFILES) |
| 660 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 661 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 662 | list='$(DISTFILES)'; \ |
| 663 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 664 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 665 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 666 | case $$dist_files in \ |
| 667 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 668 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 669 | sort -u` ;; \ |
| 670 | esac; \ |
| 671 | for file in $$dist_files; do \ |
| 672 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 673 | if test -d $$d/$$file; then \ |
| 674 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 675 | if test -d "$(distdir)/$$file"; then \ |
| 676 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 677 | fi; \ |
| 678 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 679 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 680 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 681 | fi; \ |
| 682 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 683 | else \ |
| 684 | test -f "$(distdir)/$$file" \ |
| 685 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 686 | || exit 1; \ |
| 687 | fi; \ |
| 688 | done |
| 689 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 690 | if test "$$subdir" = .; then :; else \ |
| 691 | $(am__make_dryrun) \ |
| 692 | || test -d "$(distdir)/$$subdir" \ |
| 693 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 694 | || exit 1; \ |
| 695 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 696 | $(am__relativize); \ |
| 697 | new_distdir=$$reldir; \ |
| 698 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 699 | $(am__relativize); \ |
| 700 | new_top_distdir=$$reldir; \ |
| 701 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 702 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 703 | ($(am__cd) $$subdir && \ |
| 704 | $(MAKE) $(AM_MAKEFLAGS) \ |
| 705 | top_distdir="$$new_top_distdir" \ |
| 706 | distdir="$$new_distdir" \ |
| 707 | am__remove_distdir=: \ |
| 708 | am__skip_length_check=: \ |
| 709 | am__skip_mode_fix=: \ |
| 710 | distdir) \ |
| 711 | || exit 1; \ |
| 712 | fi; \ |
| 713 | done |
| 714 | check-am: all-am |
| 715 | check: check-recursive |
| 716 | all-am: Makefile $(MANS) |
| 717 | installdirs: installdirs-recursive |
| 718 | installdirs-am: |
| 719 | for dir in "$(DESTDIR)$(man1dir)"; do \ |
| 720 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 721 | done |
| 722 | install: install-recursive |
| 723 | install-exec: install-exec-recursive |
| 724 | install-data: install-data-recursive |
| 725 | uninstall: uninstall-recursive |
| 726 | |
| 727 | install-am: all-am |
| 728 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 729 | |
| 730 | installcheck: installcheck-recursive |
| 731 | install-strip: |
| 732 | if test -z '$(STRIP)'; then \ |
| 733 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 734 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 735 | install; \ |
| 736 | else \ |
| 737 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 738 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 739 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 740 | fi |
| 741 | mostlyclean-generic: |
| 742 | |
| 743 | clean-generic: |
| 744 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
| 745 | |
| 746 | distclean-generic: |
| 747 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 748 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 749 | |
| 750 | maintainer-clean-generic: |
| 751 | @echo "This command is intended for maintainers to use" |
| 752 | @echo "it deletes files that may require special tools to rebuild." |
| 753 | clean: clean-recursive |
| 754 | |
| 755 | clean-am: clean-generic clean-libtool mostlyclean-am |
| 756 | |
| 757 | distclean: distclean-recursive |
| 758 | -rm -f Makefile |
| 759 | distclean-am: clean-am distclean-generic distclean-tags |
| 760 | |
| 761 | dvi: dvi-recursive |
| 762 | |
| 763 | dvi-am: |
| 764 | |
| 765 | html-am: |
| 766 | |
| 767 | info: info-recursive |
| 768 | |
| 769 | info-am: |
| 770 | |
| 771 | install-data-am: install-man |
| 772 | |
| 773 | install-dvi: install-dvi-recursive |
| 774 | |
| 775 | install-dvi-am: |
| 776 | |
| 777 | install-exec-am: |
| 778 | |
| 779 | install-html: install-html-recursive |
| 780 | |
| 781 | install-html-am: |
| 782 | |
| 783 | install-info: install-info-recursive |
| 784 | |
| 785 | install-info-am: |
| 786 | |
| 787 | install-man: install-man1 |
| 788 | |
| 789 | install-pdf: install-pdf-recursive |
| 790 | |
| 791 | install-pdf-am: |
| 792 | |
| 793 | install-ps: install-ps-recursive |
| 794 | |
| 795 | install-ps-am: |
| 796 | |
| 797 | installcheck-am: |
| 798 | |
| 799 | maintainer-clean: maintainer-clean-recursive |
| 800 | -rm -f Makefile |
| 801 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 802 | |
| 803 | mostlyclean: mostlyclean-recursive |
| 804 | |
| 805 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 806 | |
| 807 | pdf-am: |
| 808 | |
| 809 | ps: ps-recursive |
| 810 | |
| 811 | ps-am: |
| 812 | |
| 813 | uninstall-am: uninstall-man |
| 814 | |
| 815 | uninstall-man: uninstall-man1 |
| 816 | |
| 817 | .MAKE: $(am__recursive_targets) install-am install-strip |
| 818 | |
| 819 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ |
| 820 | check-am clean clean-generic clean-libtool cscopelist-am ctags \ |
| 821 | ctags-am distclean distclean-generic distclean-libtool \ |
| 822 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
| 823 | install install-am install-data install-data-am install-dvi \ |
| 824 | install-dvi-am install-exec install-exec-am install-html \ |
| 825 | install-html-am install-info install-info-am install-man \ |
| 826 | install-man1 install-pdf install-pdf-am install-ps \ |
| 827 | install-ps-am install-strip installcheck installcheck-am \ |
| 828 | installdirs installdirs-am maintainer-clean \ |
| 829 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| 830 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
| 831 | uninstall-am uninstall-man uninstall-man1 |
| 832 | |
| 833 | .PRECIOUS: Makefile |
| 834 | |
| 835 | |
| 836 | # $(abs_builddir) is to disable VPATH when searching for this file, which |
| 837 | # would otherwise find the copy in $(srcdir) which breaks the $(HUGE) |
| 838 | # rule in src/Makefile.am in out-of-tree builds that references the file in the |
| 839 | # build directory. |
| 840 | # |
| 841 | # First, seed the used copy of curl.1 with the prebuilt copy (in an out-of-tree |
| 842 | # build), then run make recursively to rebuild it only if its dependencies |
| 843 | # have changed. |
| 844 | $(abs_builddir)/curl.1: |
| 845 | if test "$(top_builddir)x" != "$(top_srcdir)x" -a -e "$(srcdir)/curl.1"; then \ |
| 846 | cp -fp "$(srcdir)/curl.1" $@; fi |
| 847 | cd cmdline-opts && $(MAKE) |
| 848 | |
| 849 | html: $(HTMLPAGES) |
| 850 | cd libcurl && $(MAKE) html |
| 851 | |
| 852 | pdf: $(PDFPAGES) |
| 853 | cd libcurl && $(MAKE) pdf |
| 854 | |
| 855 | .1.html: |
| 856 | $(MAN2HTML) |
| 857 | |
| 858 | .1.pdf: |
| 859 | @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \ |
| 860 | groff -Tps -man $< >$$foo.ps; \ |
| 861 | ps2pdf $$foo.ps $@; \ |
| 862 | rm $$foo.ps; \ |
| 863 | echo "converted $< to $@") |
| 864 | |
| 865 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 866 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 867 | .NOEXPORT: |