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