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 | VPATH = @srcdir@ |
| 17 | am__is_gnu_make = { \ |
| 18 | if test -z '$(MAKELEVEL)'; then \ |
| 19 | false; \ |
| 20 | elif test -n '$(MAKE_HOST)'; then \ |
| 21 | true; \ |
| 22 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
| 23 | true; \ |
| 24 | else \ |
| 25 | false; \ |
| 26 | fi; \ |
| 27 | } |
| 28 | am__make_running_with_option = \ |
| 29 | case $${target_option-} in \ |
| 30 | ?) ;; \ |
| 31 | *) echo "am__make_running_with_option: internal error: invalid" \ |
| 32 | "target option '$${target_option-}' specified" >&2; \ |
| 33 | exit 1;; \ |
| 34 | esac; \ |
| 35 | has_opt=no; \ |
| 36 | sane_makeflags=$$MAKEFLAGS; \ |
| 37 | if $(am__is_gnu_make); then \ |
| 38 | sane_makeflags=$$MFLAGS; \ |
| 39 | else \ |
| 40 | case $$MAKEFLAGS in \ |
| 41 | *\\[\ \ ]*) \ |
| 42 | bs=\\; \ |
| 43 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
| 44 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
| 45 | esac; \ |
| 46 | fi; \ |
| 47 | skip_next=no; \ |
| 48 | strip_trailopt () \ |
| 49 | { \ |
| 50 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
| 51 | }; \ |
| 52 | for flg in $$sane_makeflags; do \ |
| 53 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
| 54 | case $$flg in \ |
| 55 | *=*|--*) continue;; \ |
| 56 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
| 57 | -*I?*) strip_trailopt 'I';; \ |
| 58 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
| 59 | -*O?*) strip_trailopt 'O';; \ |
| 60 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
| 61 | -*l?*) strip_trailopt 'l';; \ |
| 62 | -[dEDm]) skip_next=yes;; \ |
| 63 | -[JT]) skip_next=yes;; \ |
| 64 | esac; \ |
| 65 | case $$flg in \ |
| 66 | *$$target_option*) has_opt=yes; break;; \ |
| 67 | esac; \ |
| 68 | done; \ |
| 69 | test $$has_opt = yes |
| 70 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
| 71 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 72 | pkgdatadir = $(datadir)/@PACKAGE@ |
| 73 | pkgincludedir = $(includedir)/@PACKAGE@ |
| 74 | pkglibdir = $(libdir)/@PACKAGE@ |
| 75 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 76 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 77 | install_sh_DATA = $(install_sh) -c -m 644 |
| 78 | install_sh_PROGRAM = $(install_sh) -c |
| 79 | install_sh_SCRIPT = $(install_sh) -c |
| 80 | INSTALL_HEADER = $(INSTALL_DATA) |
| 81 | transform = $(program_transform_name) |
| 82 | NORMAL_INSTALL = : |
| 83 | PRE_INSTALL = : |
| 84 | POST_INSTALL = : |
| 85 | NORMAL_UNINSTALL = : |
| 86 | PRE_UNINSTALL = : |
| 87 | POST_UNINSTALL = : |
| 88 | build_triplet = @build@ |
| 89 | host_triplet = @host@ |
| 90 | subdir = tests/certs |
| 91 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 92 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \ |
| 93 | $(top_srcdir)/m4/curl-compilers.m4 \ |
| 94 | $(top_srcdir)/m4/curl-confopts.m4 \ |
| 95 | $(top_srcdir)/m4/curl-functions.m4 \ |
| 96 | $(top_srcdir)/m4/curl-openssl.m4 \ |
| 97 | $(top_srcdir)/m4/curl-override.m4 \ |
| 98 | $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \ |
| 99 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
| 100 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
| 101 | $(top_srcdir)/m4/xc-am-iface.m4 \ |
| 102 | $(top_srcdir)/m4/xc-cc-check.m4 \ |
| 103 | $(top_srcdir)/m4/xc-lt-iface.m4 \ |
| 104 | $(top_srcdir)/m4/xc-translit.m4 \ |
| 105 | $(top_srcdir)/m4/xc-val-flgs.m4 \ |
| 106 | $(top_srcdir)/m4/zz40-xc-ovr.m4 \ |
| 107 | $(top_srcdir)/m4/zz50-xc-ovr.m4 \ |
| 108 | $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ |
| 109 | $(top_srcdir)/configure.ac |
| 110 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 111 | $(ACLOCAL_M4) |
| 112 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
| 113 | mkinstalldirs = $(install_sh) -d |
| 114 | CONFIG_HEADER = $(top_builddir)/lib/curl_config.h \ |
| 115 | $(top_builddir)/include/curl/curlbuild.h |
| 116 | CONFIG_CLEAN_FILES = |
| 117 | CONFIG_CLEAN_VPATH_FILES = |
| 118 | AM_V_P = $(am__v_P_@AM_V@) |
| 119 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 120 | am__v_P_0 = false |
| 121 | am__v_P_1 = : |
| 122 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 123 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 124 | am__v_GEN_0 = @echo " GEN " $@; |
| 125 | am__v_GEN_1 = |
| 126 | AM_V_at = $(am__v_at_@AM_V@) |
| 127 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 128 | am__v_at_0 = @ |
| 129 | am__v_at_1 = |
| 130 | SOURCES = |
| 131 | DIST_SOURCES = |
| 132 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
| 133 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
| 134 | install-data-recursive install-dvi-recursive \ |
| 135 | install-exec-recursive install-html-recursive \ |
| 136 | install-info-recursive install-pdf-recursive \ |
| 137 | install-ps-recursive install-recursive installcheck-recursive \ |
| 138 | installdirs-recursive pdf-recursive ps-recursive \ |
| 139 | tags-recursive uninstall-recursive |
| 140 | am__can_run_installinfo = \ |
| 141 | case $$AM_UPDATE_INFO_DIR in \ |
| 142 | n|no|NO) false;; \ |
| 143 | *) (install-info --version) >/dev/null 2>&1;; \ |
| 144 | esac |
| 145 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 146 | distclean-recursive maintainer-clean-recursive |
| 147 | am__recursive_targets = \ |
| 148 | $(RECURSIVE_TARGETS) \ |
| 149 | $(RECURSIVE_CLEAN_TARGETS) \ |
| 150 | $(am__extra_recursive_targets) |
| 151 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
| 152 | distdir |
| 153 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 154 | # Read a list of newline-separated strings from the standard input, |
| 155 | # and print each of them once, without duplicates. Input order is |
| 156 | # *not* preserved. |
| 157 | am__uniquify_input = $(AWK) '\ |
| 158 | BEGIN { nonempty = 0; } \ |
| 159 | { items[$$0] = 1; nonempty = 1; } \ |
| 160 | END { if (nonempty) { for (i in items) print i; }; } \ |
| 161 | ' |
| 162 | # Make sure the list of sources is unique. This is necessary because, |
| 163 | # e.g., the same source file might be shared among _SOURCES variables |
| 164 | # for different programs/libraries. |
| 165 | am__define_uniq_tagged_files = \ |
| 166 | list='$(am__tagged_files)'; \ |
| 167 | unique=`for i in $$list; do \ |
| 168 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 169 | done | $(am__uniquify_input)` |
| 170 | ETAGS = etags |
| 171 | CTAGS = ctags |
| 172 | DIST_SUBDIRS = $(SUBDIRS) |
| 173 | am__DIST_COMMON = $(srcdir)/Makefile.in |
| 174 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 175 | am__relativize = \ |
| 176 | dir0=`pwd`; \ |
| 177 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| 178 | sed_rest='s,^[^/]*/*,,'; \ |
| 179 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| 180 | sed_butlast='s,/*[^/]*$$,,'; \ |
| 181 | while test -n "$$dir1"; do \ |
| 182 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| 183 | if test "$$first" != "."; then \ |
| 184 | if test "$$first" = ".."; then \ |
| 185 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| 186 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| 187 | else \ |
| 188 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| 189 | if test "$$first2" = "$$first"; then \ |
| 190 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| 191 | else \ |
| 192 | dir2="../$$dir2"; \ |
| 193 | fi; \ |
| 194 | dir0="$$dir0"/"$$first"; \ |
| 195 | fi; \ |
| 196 | fi; \ |
| 197 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| 198 | done; \ |
| 199 | reldir="$$dir2" |
| 200 | ACLOCAL = @ACLOCAL@ |
| 201 | AMTAR = @AMTAR@ |
| 202 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 203 | AR = @AR@ |
| 204 | AS = @AS@ |
| 205 | AUTOCONF = @AUTOCONF@ |
| 206 | AUTOHEADER = @AUTOHEADER@ |
| 207 | AUTOMAKE = @AUTOMAKE@ |
| 208 | AWK = @AWK@ |
| 209 | BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ |
| 210 | CC = @CC@ |
| 211 | CCDEPMODE = @CCDEPMODE@ |
| 212 | CFLAGS = @CFLAGS@ |
| 213 | CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ |
| 214 | CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ |
| 215 | CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ |
| 216 | CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@ |
| 217 | CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ |
| 218 | CPP = @CPP@ |
| 219 | CPPFLAGS = @CPPFLAGS@ |
| 220 | CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@ |
| 221 | CURLVERSION = @CURLVERSION@ |
| 222 | CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ |
| 223 | CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ |
| 224 | CURL_DISABLE_DICT = @CURL_DISABLE_DICT@ |
| 225 | CURL_DISABLE_FILE = @CURL_DISABLE_FILE@ |
| 226 | CURL_DISABLE_FTP = @CURL_DISABLE_FTP@ |
| 227 | CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@ |
| 228 | CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@ |
| 229 | CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@ |
| 230 | CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@ |
| 231 | CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@ |
| 232 | CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@ |
| 233 | CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@ |
| 234 | CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@ |
| 235 | CURL_DISABLE_SMB = @CURL_DISABLE_SMB@ |
| 236 | CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@ |
| 237 | CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@ |
| 238 | CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@ |
| 239 | CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@ |
| 240 | CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ |
| 241 | CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@ |
| 242 | CYGPATH_W = @CYGPATH_W@ |
| 243 | DEFS = @DEFS@ |
| 244 | DEPDIR = @DEPDIR@ |
| 245 | DLLTOOL = @DLLTOOL@ |
| 246 | DSYMUTIL = @DSYMUTIL@ |
| 247 | DUMPBIN = @DUMPBIN@ |
| 248 | ECHO_C = @ECHO_C@ |
| 249 | ECHO_N = @ECHO_N@ |
| 250 | ECHO_T = @ECHO_T@ |
| 251 | EGREP = @EGREP@ |
| 252 | ENABLE_SHARED = @ENABLE_SHARED@ |
| 253 | ENABLE_STATIC = @ENABLE_STATIC@ |
| 254 | EXEEXT = @EXEEXT@ |
| 255 | FGREP = @FGREP@ |
| 256 | GCOV = @GCOV@ |
| 257 | GENHTML = @GENHTML@ |
| 258 | GREP = @GREP@ |
| 259 | HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@ |
| 260 | HAVE_LDAP_SSL = @HAVE_LDAP_SSL@ |
| 261 | HAVE_LIBZ = @HAVE_LIBZ@ |
| 262 | HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@ |
| 263 | IDN_ENABLED = @IDN_ENABLED@ |
| 264 | INSTALL = @INSTALL@ |
| 265 | INSTALL_DATA = @INSTALL_DATA@ |
| 266 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 267 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 268 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 269 | IPV6_ENABLED = @IPV6_ENABLED@ |
| 270 | LCOV = @LCOV@ |
| 271 | LD = @LD@ |
| 272 | LDFLAGS = @LDFLAGS@ |
| 273 | LIBCURL_LIBS = @LIBCURL_LIBS@ |
| 274 | LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@ |
| 275 | LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@ |
| 276 | LIBMETALINK_LIBS = @LIBMETALINK_LIBS@ |
| 277 | LIBOBJS = @LIBOBJS@ |
| 278 | LIBS = @LIBS@ |
| 279 | LIBTOOL = @LIBTOOL@ |
| 280 | LIPO = @LIPO@ |
| 281 | LN_S = @LN_S@ |
| 282 | LTLIBOBJS = @LTLIBOBJS@ |
| 283 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
| 284 | MAINT = @MAINT@ |
| 285 | MAKEINFO = @MAKEINFO@ |
| 286 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 287 | MANOPT = @MANOPT@ |
| 288 | MKDIR_P = @MKDIR_P@ |
| 289 | NM = @NM@ |
| 290 | NMEDIT = @NMEDIT@ |
| 291 | NROFF = @NROFF@ |
| 292 | NSS_LIBS = @NSS_LIBS@ |
| 293 | OBJDUMP = @OBJDUMP@ |
| 294 | OBJEXT = @OBJEXT@ |
| 295 | OTOOL = @OTOOL@ |
| 296 | OTOOL64 = @OTOOL64@ |
| 297 | PACKAGE = @PACKAGE@ |
| 298 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 299 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 300 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 301 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 302 | PACKAGE_URL = @PACKAGE_URL@ |
| 303 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 304 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 305 | PERL = @PERL@ |
| 306 | PKGADD_NAME = @PKGADD_NAME@ |
| 307 | PKGADD_PKG = @PKGADD_PKG@ |
| 308 | PKGADD_VENDOR = @PKGADD_VENDOR@ |
| 309 | PKGCONFIG = @PKGCONFIG@ |
| 310 | RANDOM_FILE = @RANDOM_FILE@ |
| 311 | RANLIB = @RANLIB@ |
| 312 | REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@ |
| 313 | SED = @SED@ |
| 314 | SET_MAKE = @SET_MAKE@ |
| 315 | SHELL = @SHELL@ |
| 316 | SSL_ENABLED = @SSL_ENABLED@ |
| 317 | SSL_LIBS = @SSL_LIBS@ |
| 318 | STRIP = @STRIP@ |
| 319 | SUPPORT_FEATURES = @SUPPORT_FEATURES@ |
| 320 | SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ |
| 321 | USE_ARES = @USE_ARES@ |
| 322 | USE_AXTLS = @USE_AXTLS@ |
| 323 | USE_CYASSL = @USE_CYASSL@ |
| 324 | USE_DARWINSSL = @USE_DARWINSSL@ |
| 325 | USE_GNUTLS = @USE_GNUTLS@ |
| 326 | USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@ |
| 327 | USE_LIBRTMP = @USE_LIBRTMP@ |
| 328 | USE_LIBSSH2 = @USE_LIBSSH2@ |
| 329 | USE_MBEDTLS = @USE_MBEDTLS@ |
| 330 | USE_NGHTTP2 = @USE_NGHTTP2@ |
| 331 | USE_NSS = @USE_NSS@ |
| 332 | USE_OPENLDAP = @USE_OPENLDAP@ |
| 333 | USE_POLARSSL = @USE_POLARSSL@ |
| 334 | USE_SCHANNEL = @USE_SCHANNEL@ |
| 335 | USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@ |
| 336 | USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@ |
| 337 | VERSION = @VERSION@ |
| 338 | VERSIONNUM = @VERSIONNUM@ |
| 339 | ZLIB_LIBS = @ZLIB_LIBS@ |
| 340 | ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ |
| 341 | abs_builddir = @abs_builddir@ |
| 342 | abs_srcdir = @abs_srcdir@ |
| 343 | abs_top_builddir = @abs_top_builddir@ |
| 344 | abs_top_srcdir = @abs_top_srcdir@ |
| 345 | ac_ct_AR = @ac_ct_AR@ |
| 346 | ac_ct_CC = @ac_ct_CC@ |
| 347 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 348 | am__include = @am__include@ |
| 349 | am__leading_dot = @am__leading_dot@ |
| 350 | am__quote = @am__quote@ |
| 351 | am__tar = @am__tar@ |
| 352 | am__untar = @am__untar@ |
| 353 | bindir = @bindir@ |
| 354 | build = @build@ |
| 355 | build_alias = @build_alias@ |
| 356 | build_cpu = @build_cpu@ |
| 357 | build_os = @build_os@ |
| 358 | build_vendor = @build_vendor@ |
| 359 | builddir = @builddir@ |
| 360 | datadir = @datadir@ |
| 361 | datarootdir = @datarootdir@ |
| 362 | docdir = @docdir@ |
| 363 | dvidir = @dvidir@ |
| 364 | exec_prefix = @exec_prefix@ |
| 365 | host = @host@ |
| 366 | host_alias = @host_alias@ |
| 367 | host_cpu = @host_cpu@ |
| 368 | host_os = @host_os@ |
| 369 | host_vendor = @host_vendor@ |
| 370 | htmldir = @htmldir@ |
| 371 | includedir = @includedir@ |
| 372 | infodir = @infodir@ |
| 373 | install_sh = @install_sh@ |
| 374 | libdir = @libdir@ |
| 375 | libexecdir = @libexecdir@ |
| 376 | libext = @libext@ |
| 377 | localedir = @localedir@ |
| 378 | localstatedir = @localstatedir@ |
| 379 | mandir = @mandir@ |
| 380 | mkdir_p = @mkdir_p@ |
| 381 | oldincludedir = @oldincludedir@ |
| 382 | pdfdir = @pdfdir@ |
| 383 | prefix = @prefix@ |
| 384 | program_transform_name = @program_transform_name@ |
| 385 | psdir = @psdir@ |
| 386 | runstatedir = @runstatedir@ |
| 387 | sbindir = @sbindir@ |
| 388 | sharedstatedir = @sharedstatedir@ |
| 389 | srcdir = @srcdir@ |
| 390 | subdirs = @subdirs@ |
| 391 | sysconfdir = @sysconfdir@ |
| 392 | target_alias = @target_alias@ |
| 393 | top_build_prefix = @top_build_prefix@ |
| 394 | top_builddir = @top_builddir@ |
| 395 | top_srcdir = @top_srcdir@ |
| 396 | |
| 397 | #*************************************************************************** |
| 398 | # _ _ ____ _ |
| 399 | # Project ___| | | | _ \| | |
| 400 | # / __| | | | |_) | | |
| 401 | # | (__| |_| | _ <| |___ |
| 402 | # \___|\___/|_| \_\_____| |
| 403 | # |
| 404 | # Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 405 | # |
| 406 | # This software is licensed as described in the file COPYING, which |
| 407 | # you should have received as part of this distribution. The terms |
| 408 | # are also available at https://curl.haxx.se/docs/copyright.html. |
| 409 | # |
| 410 | # You may opt to use, copy, modify, merge, publish, distribute and/or sell |
| 411 | # copies of the Software, and permit persons to whom the Software is |
| 412 | # furnished to do so, under the terms of the COPYING file. |
| 413 | # |
| 414 | # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY |
| 415 | # KIND, either express or implied. |
| 416 | # |
| 417 | ########################################################################### |
| 418 | AUTOMAKE_OPTIONS = foreign |
| 419 | SUBDIRS = scripts |
| 420 | CERTCONFIGS = \ |
| 421 | EdelCurlRoot-ca.prm \ |
| 422 | EdelCurlRoot-ca.cnf \ |
| 423 | Server-localhost-sv.prm \ |
| 424 | Server-localhost.nn-sv.prm \ |
| 425 | Server-localhost0h-sv.prm |
| 426 | |
| 427 | GENERATEDCERTS = \ |
| 428 | EdelCurlRoot-ca.cacert \ |
| 429 | EdelCurlRoot-ca.crt \ |
| 430 | EdelCurlRoot-ca.csr \ |
| 431 | EdelCurlRoot-ca.der \ |
| 432 | EdelCurlRoot-ca.key \ |
| 433 | Server-localhost-sv.crl \ |
| 434 | Server-localhost-sv.crt \ |
| 435 | Server-localhost-sv.csr \ |
| 436 | Server-localhost-sv.der \ |
| 437 | Server-localhost-sv.dhp \ |
| 438 | Server-localhost-sv.key \ |
| 439 | Server-localhost-sv.pem \ |
| 440 | Server-localhost-sv.pub.der \ |
| 441 | Server-localhost-sv.pub.pem \ |
| 442 | Server-localhost.nn-sv.crl \ |
| 443 | Server-localhost.nn-sv.crt \ |
| 444 | Server-localhost.nn-sv.csr \ |
| 445 | Server-localhost.nn-sv.der \ |
| 446 | Server-localhost.nn-sv.dhp \ |
| 447 | Server-localhost.nn-sv.key \ |
| 448 | Server-localhost.nn-sv.pem \ |
| 449 | Server-localhost.nn-sv.pub.der \ |
| 450 | Server-localhost.nn-sv.pub.pem \ |
| 451 | Server-localhost0h-sv.crl \ |
| 452 | Server-localhost0h-sv.crt \ |
| 453 | Server-localhost0h-sv.csr \ |
| 454 | Server-localhost0h-sv.der \ |
| 455 | Server-localhost0h-sv.dhp \ |
| 456 | Server-localhost0h-sv.key \ |
| 457 | Server-localhost0h-sv.pem \ |
| 458 | Server-localhost0h-sv.pub.der \ |
| 459 | Server-localhost0h-sv.pub.pem |
| 460 | |
| 461 | SRPFILES = \ |
| 462 | srp-verifier-conf \ |
| 463 | srp-verifier-db |
| 464 | |
| 465 | EXTRA_DIST = $(CERTCONFIGS) $(GENERATEDCERTS) $(SRPFILES) |
| 466 | all: all-recursive |
| 467 | |
| 468 | .SUFFIXES: |
| 469 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 470 | @for dep in $?; do \ |
| 471 | case '$(am__configure_deps)' in \ |
| 472 | *$$dep*) \ |
| 473 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 474 | && { if test -f $@; then exit 0; else break; fi; }; \ |
| 475 | exit 1;; \ |
| 476 | esac; \ |
| 477 | done; \ |
| 478 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/certs/Makefile'; \ |
| 479 | $(am__cd) $(top_srcdir) && \ |
| 480 | $(AUTOMAKE) --foreign tests/certs/Makefile |
| 481 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 482 | @case '$?' in \ |
| 483 | *config.status*) \ |
| 484 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 485 | *) \ |
| 486 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 487 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 488 | esac; |
| 489 | |
| 490 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 491 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 492 | |
| 493 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 494 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 495 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 496 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 497 | $(am__aclocal_m4_deps): |
| 498 | |
| 499 | mostlyclean-libtool: |
| 500 | -rm -f *.lo |
| 501 | |
| 502 | clean-libtool: |
| 503 | -rm -rf .libs _libs |
| 504 | |
| 505 | # This directory's subdirectories are mostly independent; you can cd |
| 506 | # into them and run 'make' without going through this Makefile. |
| 507 | # To change the values of 'make' variables: instead of editing Makefiles, |
| 508 | # (1) if the variable is set in 'config.status', edit 'config.status' |
| 509 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
| 510 | # (2) otherwise, pass the desired values on the 'make' command line. |
| 511 | $(am__recursive_targets): |
| 512 | @fail=; \ |
| 513 | if $(am__make_keepgoing); then \ |
| 514 | failcom='fail=yes'; \ |
| 515 | else \ |
| 516 | failcom='exit 1'; \ |
| 517 | fi; \ |
| 518 | dot_seen=no; \ |
| 519 | target=`echo $@ | sed s/-recursive//`; \ |
| 520 | case "$@" in \ |
| 521 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 522 | *) list='$(SUBDIRS)' ;; \ |
| 523 | esac; \ |
| 524 | for subdir in $$list; do \ |
| 525 | echo "Making $$target in $$subdir"; \ |
| 526 | if test "$$subdir" = "."; then \ |
| 527 | dot_seen=yes; \ |
| 528 | local_target="$$target-am"; \ |
| 529 | else \ |
| 530 | local_target="$$target"; \ |
| 531 | fi; \ |
| 532 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 533 | || eval $$failcom; \ |
| 534 | done; \ |
| 535 | if test "$$dot_seen" = "no"; then \ |
| 536 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 537 | fi; test -z "$$fail" |
| 538 | |
| 539 | ID: $(am__tagged_files) |
| 540 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
| 541 | tags: tags-recursive |
| 542 | TAGS: tags |
| 543 | |
| 544 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 545 | set x; \ |
| 546 | here=`pwd`; \ |
| 547 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 548 | include_option=--etags-include; \ |
| 549 | empty_fix=.; \ |
| 550 | else \ |
| 551 | include_option=--include; \ |
| 552 | empty_fix=; \ |
| 553 | fi; \ |
| 554 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 555 | if test "$$subdir" = .; then :; else \ |
| 556 | test ! -f $$subdir/TAGS || \ |
| 557 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 558 | fi; \ |
| 559 | done; \ |
| 560 | $(am__define_uniq_tagged_files); \ |
| 561 | shift; \ |
| 562 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 563 | test -n "$$unique" || unique=$$empty_fix; \ |
| 564 | if test $$# -gt 0; then \ |
| 565 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 566 | "$$@" $$unique; \ |
| 567 | else \ |
| 568 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 569 | $$unique; \ |
| 570 | fi; \ |
| 571 | fi |
| 572 | ctags: ctags-recursive |
| 573 | |
| 574 | CTAGS: ctags |
| 575 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 576 | $(am__define_uniq_tagged_files); \ |
| 577 | test -z "$(CTAGS_ARGS)$$unique" \ |
| 578 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 579 | $$unique |
| 580 | |
| 581 | GTAGS: |
| 582 | here=`$(am__cd) $(top_builddir) && pwd` \ |
| 583 | && $(am__cd) $(top_srcdir) \ |
| 584 | && gtags -i $(GTAGS_ARGS) "$$here" |
| 585 | cscopelist: cscopelist-recursive |
| 586 | |
| 587 | cscopelist-am: $(am__tagged_files) |
| 588 | list='$(am__tagged_files)'; \ |
| 589 | case "$(srcdir)" in \ |
| 590 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 591 | *) sdir=$(subdir)/$(srcdir) ;; \ |
| 592 | esac; \ |
| 593 | for i in $$list; do \ |
| 594 | if test -f "$$i"; then \ |
| 595 | echo "$(subdir)/$$i"; \ |
| 596 | else \ |
| 597 | echo "$$sdir/$$i"; \ |
| 598 | fi; \ |
| 599 | done >> $(top_builddir)/cscope.files |
| 600 | |
| 601 | distclean-tags: |
| 602 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 603 | |
| 604 | distdir: $(DISTFILES) |
| 605 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 606 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 607 | list='$(DISTFILES)'; \ |
| 608 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 609 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 610 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 611 | case $$dist_files in \ |
| 612 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 613 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 614 | sort -u` ;; \ |
| 615 | esac; \ |
| 616 | for file in $$dist_files; do \ |
| 617 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 618 | if test -d $$d/$$file; then \ |
| 619 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 620 | if test -d "$(distdir)/$$file"; then \ |
| 621 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 622 | fi; \ |
| 623 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 624 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 625 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 626 | fi; \ |
| 627 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 628 | else \ |
| 629 | test -f "$(distdir)/$$file" \ |
| 630 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
| 631 | || exit 1; \ |
| 632 | fi; \ |
| 633 | done |
| 634 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 635 | if test "$$subdir" = .; then :; else \ |
| 636 | $(am__make_dryrun) \ |
| 637 | || test -d "$(distdir)/$$subdir" \ |
| 638 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 639 | || exit 1; \ |
| 640 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 641 | $(am__relativize); \ |
| 642 | new_distdir=$$reldir; \ |
| 643 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 644 | $(am__relativize); \ |
| 645 | new_top_distdir=$$reldir; \ |
| 646 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 647 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 648 | ($(am__cd) $$subdir && \ |
| 649 | $(MAKE) $(AM_MAKEFLAGS) \ |
| 650 | top_distdir="$$new_top_distdir" \ |
| 651 | distdir="$$new_distdir" \ |
| 652 | am__remove_distdir=: \ |
| 653 | am__skip_length_check=: \ |
| 654 | am__skip_mode_fix=: \ |
| 655 | distdir) \ |
| 656 | || exit 1; \ |
| 657 | fi; \ |
| 658 | done |
| 659 | check-am: all-am |
| 660 | check: check-recursive |
| 661 | all-am: Makefile |
| 662 | installdirs: installdirs-recursive |
| 663 | installdirs-am: |
| 664 | install: install-recursive |
| 665 | install-exec: install-exec-recursive |
| 666 | install-data: install-data-recursive |
| 667 | uninstall: uninstall-recursive |
| 668 | |
| 669 | install-am: all-am |
| 670 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 671 | |
| 672 | installcheck: installcheck-recursive |
| 673 | install-strip: |
| 674 | if test -z '$(STRIP)'; then \ |
| 675 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 676 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 677 | install; \ |
| 678 | else \ |
| 679 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 680 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 681 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 682 | fi |
| 683 | mostlyclean-generic: |
| 684 | |
| 685 | clean-generic: |
| 686 | |
| 687 | distclean-generic: |
| 688 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 689 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 690 | |
| 691 | maintainer-clean-generic: |
| 692 | @echo "This command is intended for maintainers to use" |
| 693 | @echo "it deletes files that may require special tools to rebuild." |
| 694 | clean: clean-recursive |
| 695 | |
| 696 | clean-am: clean-generic clean-libtool mostlyclean-am |
| 697 | |
| 698 | distclean: distclean-recursive |
| 699 | -rm -f Makefile |
| 700 | distclean-am: clean-am distclean-generic distclean-tags |
| 701 | |
| 702 | dvi: dvi-recursive |
| 703 | |
| 704 | dvi-am: |
| 705 | |
| 706 | html: html-recursive |
| 707 | |
| 708 | html-am: |
| 709 | |
| 710 | info: info-recursive |
| 711 | |
| 712 | info-am: |
| 713 | |
| 714 | install-data-am: |
| 715 | |
| 716 | install-dvi: install-dvi-recursive |
| 717 | |
| 718 | install-dvi-am: |
| 719 | |
| 720 | install-exec-am: |
| 721 | |
| 722 | install-html: install-html-recursive |
| 723 | |
| 724 | install-html-am: |
| 725 | |
| 726 | install-info: install-info-recursive |
| 727 | |
| 728 | install-info-am: |
| 729 | |
| 730 | install-man: |
| 731 | |
| 732 | install-pdf: install-pdf-recursive |
| 733 | |
| 734 | install-pdf-am: |
| 735 | |
| 736 | install-ps: install-ps-recursive |
| 737 | |
| 738 | install-ps-am: |
| 739 | |
| 740 | installcheck-am: |
| 741 | |
| 742 | maintainer-clean: maintainer-clean-recursive |
| 743 | -rm -f Makefile |
| 744 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 745 | |
| 746 | mostlyclean: mostlyclean-recursive |
| 747 | |
| 748 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 749 | |
| 750 | pdf: pdf-recursive |
| 751 | |
| 752 | pdf-am: |
| 753 | |
| 754 | ps: ps-recursive |
| 755 | |
| 756 | ps-am: |
| 757 | |
| 758 | uninstall-am: |
| 759 | |
| 760 | .MAKE: $(am__recursive_targets) install-am install-strip |
| 761 | |
| 762 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ |
| 763 | check-am clean clean-generic clean-libtool cscopelist-am ctags \ |
| 764 | ctags-am distclean distclean-generic distclean-libtool \ |
| 765 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
| 766 | install install-am install-data install-data-am install-dvi \ |
| 767 | install-dvi-am install-exec install-exec-am install-html \ |
| 768 | install-html-am install-info install-info-am install-man \ |
| 769 | install-pdf install-pdf-am install-ps install-ps-am \ |
| 770 | install-strip installcheck installcheck-am installdirs \ |
| 771 | installdirs-am maintainer-clean maintainer-clean-generic \ |
| 772 | mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
| 773 | ps ps-am tags tags-am uninstall uninstall-am |
| 774 | |
| 775 | .PRECIOUS: Makefile |
| 776 | |
| 777 | |
| 778 | # Rebuild the certificates |
| 779 | |
| 780 | clean-certs: |
| 781 | cd $(srcdir); rm -f $(GENERATEDCERTS) |
| 782 | |
| 783 | build-certs: $(srcdir)/EdelCurlRoot-ca.cacert $(srcdir)/Server-localhost-sv.pem \ |
| 784 | $(srcdir)/Server-localhost.nn-sv.pem $(srcdir)/Server-localhost0h-sv.pem |
| 785 | |
| 786 | $(srcdir)/EdelCurlRoot-ca.cacert: |
| 787 | cd $(srcdir); scripts/genroot.sh EdelCurlRoot |
| 788 | |
| 789 | $(srcdir)/Server-localhost-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert |
| 790 | cd $(srcdir); scripts/genserv.sh Server-localhost EdelCurlRoot |
| 791 | |
| 792 | $(srcdir)/Server-localhost.nn-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert |
| 793 | cd $(srcdir); scripts/genserv.sh Server-localhost.nn EdelCurlRoot |
| 794 | |
| 795 | $(srcdir)/Server-localhost0h-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert |
| 796 | cd $(srcdir); scripts/genserv.sh Server-localhost0h EdelCurlRoot |
| 797 | |
| 798 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 799 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 800 | .NOEXPORT: |