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