quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

Makefile (19252B)


      1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
      2 # tests/certs/Makefile.  Generated from Makefile.in by configure.
      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 
     16 
     17 #***************************************************************************
     18 #                                  _   _ ____  _
     19 #  Project                     ___| | | |  _ \| |
     20 #                             / __| | | | |_) | |
     21 #                            | (__| |_| |  _ <| |___
     22 #                             \___|\___/|_| \_\_____|
     23 #
     24 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
     25 #
     26 # This software is licensed as described in the file COPYING, which
     27 # you should have received as part of this distribution. The terms
     28 # are also available at https://curl.se/docs/copyright.html.
     29 #
     30 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
     31 # copies of the Software, and permit persons to whom the Software is
     32 # furnished to do so, under the terms of the COPYING file.
     33 #
     34 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
     35 # KIND, either express or implied.
     36 #
     37 # SPDX-License-Identifier: curl
     38 #
     39 ###########################################################################
     40 # Shared between CMakeLists.txt and Makefile.am
     41 
     42 am__is_gnu_make = { \
     43   if test -z '$(MAKELEVEL)'; then \
     44     false; \
     45   elif test -n '$(MAKE_HOST)'; then \
     46     true; \
     47   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     48     true; \
     49   else \
     50     false; \
     51   fi; \
     52 }
     53 am__make_running_with_option = \
     54   case $${target_option-} in \
     55       ?) ;; \
     56       *) echo "am__make_running_with_option: internal error: invalid" \
     57               "target option '$${target_option-}' specified" >&2; \
     58          exit 1;; \
     59   esac; \
     60   has_opt=no; \
     61   sane_makeflags=$$MAKEFLAGS; \
     62   if $(am__is_gnu_make); then \
     63     sane_makeflags=$$MFLAGS; \
     64   else \
     65     case $$MAKEFLAGS in \
     66       *\\[\ \	]*) \
     67         bs=\\; \
     68         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     69           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     70     esac; \
     71   fi; \
     72   skip_next=no; \
     73   strip_trailopt () \
     74   { \
     75     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     76   }; \
     77   for flg in $$sane_makeflags; do \
     78     test $$skip_next = yes && { skip_next=no; continue; }; \
     79     case $$flg in \
     80       *=*|--*) continue;; \
     81         -*I) strip_trailopt 'I'; skip_next=yes;; \
     82       -*I?*) strip_trailopt 'I';; \
     83         -*O) strip_trailopt 'O'; skip_next=yes;; \
     84       -*O?*) strip_trailopt 'O';; \
     85         -*l) strip_trailopt 'l'; skip_next=yes;; \
     86       -*l?*) strip_trailopt 'l';; \
     87       -[dEDm]) skip_next=yes;; \
     88       -[JT]) skip_next=yes;; \
     89     esac; \
     90     case $$flg in \
     91       *$$target_option*) has_opt=yes; break;; \
     92     esac; \
     93   done; \
     94   test $$has_opt = yes
     95 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     97 pkgdatadir = $(datadir)/curl
     98 pkgincludedir = $(includedir)/curl
     99 pkglibdir = $(libdir)/curl
    100 pkglibexecdir = $(libexecdir)/curl
    101 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    102 install_sh_DATA = $(install_sh) -c -m 644
    103 install_sh_PROGRAM = $(install_sh) -c
    104 install_sh_SCRIPT = $(install_sh) -c
    105 INSTALL_HEADER = $(INSTALL_DATA)
    106 transform = $(program_transform_name)
    107 NORMAL_INSTALL = :
    108 PRE_INSTALL = :
    109 POST_INSTALL = :
    110 NORMAL_UNINSTALL = :
    111 PRE_UNINSTALL = :
    112 POST_UNINSTALL = :
    113 build_triplet = x86_64-pc-linux-gnu
    114 host_triplet = x86_64-pc-linux-gnu
    115 subdir = tests/certs
    116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    117 am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
    118 	$(top_srcdir)/m4/curl-compilers.m4 \
    119 	$(top_srcdir)/m4/curl-confopts.m4 \
    120 	$(top_srcdir)/m4/curl-functions.m4 \
    121 	$(top_srcdir)/m4/curl-gnutls.m4 \
    122 	$(top_srcdir)/m4/curl-mbedtls.m4 \
    123 	$(top_srcdir)/m4/curl-openssl.m4 \
    124 	$(top_srcdir)/m4/curl-override.m4 \
    125 	$(top_srcdir)/m4/curl-reentrant.m4 \
    126 	$(top_srcdir)/m4/curl-rustls.m4 \
    127 	$(top_srcdir)/m4/curl-schannel.m4 \
    128 	$(top_srcdir)/m4/curl-sysconfig.m4 \
    129 	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
    130 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    131 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    132 	$(top_srcdir)/m4/xc-am-iface.m4 \
    133 	$(top_srcdir)/m4/xc-cc-check.m4 \
    134 	$(top_srcdir)/m4/xc-lt-iface.m4 \
    135 	$(top_srcdir)/m4/xc-val-flgs.m4 \
    136 	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
    137 	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
    138 	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
    139 	$(top_srcdir)/configure.ac
    140 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    141 	$(ACLOCAL_M4)
    142 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    143 mkinstalldirs = $(install_sh) -d
    144 CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
    145 CONFIG_CLEAN_FILES =
    146 CONFIG_CLEAN_VPATH_FILES =
    147 AM_V_P = $(am__v_P_$(V))
    148 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
    149 am__v_P_0 = false
    150 am__v_P_1 = :
    151 AM_V_GEN = $(am__v_GEN_$(V))
    152 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
    153 am__v_GEN_0 = @echo "  GEN     " $@;
    154 am__v_GEN_1 = 
    155 AM_V_at = $(am__v_at_$(V))
    156 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
    157 am__v_at_0 = @
    158 am__v_at_1 = 
    159 SOURCES =
    160 DIST_SOURCES =
    161 am__can_run_installinfo = \
    162   case $$AM_UPDATE_INFO_DIR in \
    163     n|no|NO) false;; \
    164     *) (install-info --version) >/dev/null 2>&1;; \
    165   esac
    166 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    167 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
    168 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    169 ACLOCAL = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16
    170 AMTAR = $${TAR-tar}
    171 AM_DEFAULT_VERBOSITY = 0
    172 APXS = 
    173 AR = /usr/bin/ar
    174 AR_FLAGS = cr
    175 AS = as
    176 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf
    177 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader
    178 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16
    179 AWK = gawk
    180 BLANK_AT_MAKETIME = 
    181 CADDY = 
    182 CC = gcc
    183 CCDEPMODE = depmode=gcc3
    184 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers
    185 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
    186 CONFIGURE_OPTIONS = " '--with-mbedtls'"
    187 CPP = gcc -E
    188 CPPFLAGS = -D_GNU_SOURCE -isystem /include
    189 CSCOPE = cscope
    190 CTAGS = ctags
    191 CURLVERSION = 8.15.0
    192 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt
    193 CURL_CA_EMBED = 
    194 CURL_CFLAG_EXTRAS = 
    195 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include
    196 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 
    197 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4
    198 CURL_NETWORK_AND_TIME_LIBS = 
    199 CYGPATH_W = echo
    200 DEFS = -DHAVE_CONFIG_H
    201 DEPDIR = .deps
    202 DLLTOOL = false
    203 DSYMUTIL = 
    204 DUMPBIN = 
    205 ECHO_C = 
    206 ECHO_N = -n
    207 ECHO_T = 
    208 EGREP = /usr/bin/grep -E
    209 ENABLE_SHARED = yes
    210 ENABLE_STATIC = yes
    211 ETAGS = etags
    212 EXEEXT = 
    213 FGREP = /usr/bin/grep -F
    214 FILECMD = file
    215 FISH_FUNCTIONS_DIR = 
    216 GCOV = 
    217 GREP = /usr/bin/grep
    218 HAVE_LIBZ = 1
    219 HTTPD = 
    220 HTTPD_NGHTTPX = 
    221 INSTALL = /usr/bin/install -c
    222 INSTALL_DATA = ${INSTALL} -m 644
    223 INSTALL_PROGRAM = ${INSTALL}
    224 INSTALL_SCRIPT = ${INSTALL}
    225 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    226 LCOV = 
    227 LD = /usr/bin/ld -m elf_x86_64
    228 LDFLAGS = -L/lib
    229 LIBCURL_PC_CFLAGS = 
    230 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB
    231 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib
    232 LIBCURL_PC_LIBS = 
    233 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz
    234 LIBCURL_PC_REQUIRES = 
    235 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2
    236 LIBOBJS = 
    237 LIBS = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz
    238 LIBTOOL = $(SHELL) $(top_builddir)/libtool
    239 LIPO = 
    240 LN_S = ln -s
    241 LTLIBOBJS = 
    242 LT_SYS_LIBRARY_PATH = 
    243 MAINT = #
    244 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo
    245 MANIFEST_TOOL = :
    246 MKDIR_P = /usr/bin/mkdir -p
    247 NM = /usr/bin/nm -B
    248 NMEDIT = 
    249 OBJDUMP = objdump
    250 OBJEXT = o
    251 OTOOL = 
    252 OTOOL64 = 
    253 PACKAGE = curl
    254 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/
    255 PACKAGE_NAME = curl
    256 PACKAGE_STRING = curl -
    257 PACKAGE_TARNAME = curl
    258 PACKAGE_URL = 
    259 PACKAGE_VERSION = -
    260 PATH_SEPARATOR = :
    261 PERL = /usr/bin/perl
    262 PKGCONFIG = /usr/bin/pkg-config
    263 RANLIB = ranlib
    264 RC = 
    265 SED = /usr/bin/sed
    266 SET_MAKE = 
    267 SHELL = /bin/sh
    268 SSL_BACKENDS = mbedTLS
    269 STRIP = strip
    270 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd
    271 SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP WS WSS
    272 TEST_NGHTTPX = nghttpx
    273 VERSION = -
    274 VERSIONNUM = 080f00
    275 VSFTPD = 
    276 ZLIB_LIBS = -lz
    277 ZSH_FUNCTIONS_DIR = 
    278 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/tests/certs
    279 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/tests/certs
    280 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    281 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0
    282 ac_ct_AR = 
    283 ac_ct_CC = gcc
    284 ac_ct_DUMPBIN = 
    285 am__include = include
    286 am__leading_dot = .
    287 am__quote = 
    288 am__tar = $${TAR-tar} chof - "$$tardir"
    289 am__untar = $${TAR-tar} xf -
    290 bindir = ${exec_prefix}/bin
    291 build = x86_64-pc-linux-gnu
    292 build_alias = 
    293 build_cpu = x86_64
    294 build_os = linux-gnu
    295 build_vendor = pc
    296 builddir = .
    297 datadir = ${datarootdir}
    298 datarootdir = ${prefix}/share
    299 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    300 dvidir = ${docdir}
    301 exec_prefix = ${prefix}
    302 host = x86_64-pc-linux-gnu
    303 host_alias = 
    304 host_cpu = x86_64
    305 host_os = linux-gnu
    306 host_vendor = pc
    307 htmldir = ${docdir}
    308 includedir = ${prefix}/include
    309 infodir = ${datarootdir}/info
    310 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh
    311 libdir = ${exec_prefix}/lib
    312 libexecdir = ${exec_prefix}/libexec
    313 libext = a
    314 localedir = ${datarootdir}/locale
    315 localstatedir = ${prefix}/var
    316 mandir = ${datarootdir}/man
    317 mkdir_p = $(MKDIR_P)
    318 oldincludedir = /usr/include
    319 pdfdir = ${docdir}
    320 prefix = /usr/local
    321 program_transform_name = s,x,x,
    322 psdir = ${docdir}
    323 runstatedir = ${localstatedir}/run
    324 sbindir = ${exec_prefix}/sbin
    325 sharedstatedir = ${prefix}/com
    326 srcdir = .
    327 sysconfdir = ${prefix}/etc
    328 target_alias = 
    329 top_build_prefix = ../../
    330 top_builddir = ../..
    331 top_srcdir = ../..
    332 
    333 #***************************************************************************
    334 #                                  _   _ ____  _
    335 #  Project                     ___| | | |  _ \| |
    336 #                             / __| | | | |_) | |
    337 #                            | (__| |_| |  _ <| |___
    338 #                             \___|\___/|_| \_\_____|
    339 #
    340 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
    341 #
    342 # This software is licensed as described in the file COPYING, which
    343 # you should have received as part of this distribution. The terms
    344 # are also available at https://curl.se/docs/copyright.html.
    345 #
    346 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
    347 # copies of the Software, and permit persons to whom the Software is
    348 # furnished to do so, under the terms of the COPYING file.
    349 #
    350 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
    351 # KIND, either express or implied.
    352 #
    353 # SPDX-License-Identifier: curl
    354 #
    355 ###########################################################################
    356 AUTOMAKE_OPTIONS = foreign
    357 CERTCONFIG_CA = \
    358   test-ca.cnf \
    359   test-ca.prm
    360 
    361 CERTCONFIGS = \
    362   test-localhost.prm \
    363   test-localhost.nn.prm \
    364   test-localhost0h.prm \
    365   test-localhost-san-first.prm \
    366   test-localhost-san-last.prm \
    367   test-client-cert.prm \
    368   test-client-eku-only.prm
    369 
    370 GENERATEDCERTS = \
    371   test-ca.cacert \
    372   test-ca.crt \
    373   test-ca.key \
    374   test-localhost.crl \
    375   test-localhost.crt \
    376   test-localhost.key \
    377   test-localhost.pem \
    378   test-localhost.pub.der \
    379   test-localhost.pub.pem \
    380   test-localhost.nn.crl \
    381   test-localhost.nn.crt \
    382   test-localhost.nn.key \
    383   test-localhost.nn.pem \
    384   test-localhost.nn.pub.der \
    385   test-localhost.nn.pub.pem \
    386   test-localhost0h.crl \
    387   test-localhost0h.crt \
    388   test-localhost0h.key \
    389   test-localhost0h.pem \
    390   test-localhost0h.pub.der \
    391   test-localhost0h.pub.pem \
    392   test-localhost-san-first.crl \
    393   test-localhost-san-first.crt \
    394   test-localhost-san-first.key \
    395   test-localhost-san-first.pem \
    396   test-localhost-san-first.pub.der \
    397   test-localhost-san-first.pub.pem \
    398   test-localhost-san-last.crl \
    399   test-localhost-san-last.crt \
    400   test-localhost-san-last.key \
    401   test-localhost-san-last.pem \
    402   test-localhost-san-last.pub.der \
    403   test-localhost-san-last.pub.pem \
    404   test-client-cert.crl \
    405   test-client-cert.crt \
    406   test-client-cert.key \
    407   test-client-cert.pem \
    408   test-client-cert.pub.der \
    409   test-client-cert.pub.pem
    410 
    411 SRPFILES = \
    412   srp-verifier-conf \
    413   srp-verifier-db
    414 
    415 
    416 # Get CERTCONFIG_CA, CERTCONFIGS, GENERATEDCERTS, SRPFILES variables
    417 EXTRA_DIST = $(CERTCONFIG_CA) $(CERTCONFIGS) $(SRPFILES) CMakeLists.txt \
    418   genserv.pl
    419 
    420 DISTCLEANFILES = $(GENERATEDCERTS)
    421 all: all-am
    422 
    423 .SUFFIXES:
    424 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
    425 	@for dep in $?; do \
    426 	  case '$(am__configure_deps)' in \
    427 	    *$$dep*) \
    428 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    429 	        && { if test -f $@; then exit 0; else break; fi; }; \
    430 	      exit 1;; \
    431 	  esac; \
    432 	done; \
    433 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/certs/Makefile'; \
    434 	$(am__cd) $(top_srcdir) && \
    435 	  $(AUTOMAKE) --foreign tests/certs/Makefile
    436 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    437 	@case '$?' in \
    438 	  *config.status*) \
    439 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    440 	  *) \
    441 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
    442 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
    443 	esac;
    444 $(srcdir)/Makefile.inc $(am__empty):
    445 
    446 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    447 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    448 
    449 $(top_srcdir)/configure: # $(am__configure_deps)
    450 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    451 $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
    452 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    453 $(am__aclocal_m4_deps):
    454 
    455 mostlyclean-libtool:
    456 	-rm -f *.lo
    457 
    458 clean-libtool:
    459 	-rm -rf .libs _libs
    460 tags TAGS:
    461 
    462 ctags CTAGS:
    463 
    464 cscope cscopelist:
    465 
    466 distdir: $(BUILT_SOURCES)
    467 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    468 
    469 distdir-am: $(DISTFILES)
    470 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    471 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    472 	list='$(DISTFILES)'; \
    473 	  dist_files=`for file in $$list; do echo $$file; done | \
    474 	  sed -e "s|^$$srcdirstrip/||;t" \
    475 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    476 	case $$dist_files in \
    477 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    478 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    479 			   sort -u` ;; \
    480 	esac; \
    481 	for file in $$dist_files; do \
    482 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    483 	  if test -d $$d/$$file; then \
    484 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    485 	    if test -d "$(distdir)/$$file"; then \
    486 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    487 	    fi; \
    488 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    489 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    490 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    491 	    fi; \
    492 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    493 	  else \
    494 	    test -f "$(distdir)/$$file" \
    495 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    496 	    || exit 1; \
    497 	  fi; \
    498 	done
    499 check-am: all-am
    500 check: check-am
    501 all-am: Makefile
    502 installdirs:
    503 install: install-am
    504 install-exec: install-exec-am
    505 install-data: install-data-am
    506 uninstall: uninstall-am
    507 
    508 install-am: all-am
    509 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    510 
    511 installcheck: installcheck-am
    512 install-strip:
    513 	if test -z '$(STRIP)'; then \
    514 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    515 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    516 	      install; \
    517 	else \
    518 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    519 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    520 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    521 	fi
    522 mostlyclean-generic:
    523 
    524 clean-generic:
    525 
    526 distclean-generic:
    527 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    528 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    529 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
    530 
    531 maintainer-clean-generic:
    532 	@echo "This command is intended for maintainers to use"
    533 	@echo "it deletes files that may require special tools to rebuild."
    534 clean: clean-am
    535 
    536 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
    537 
    538 distclean: distclean-am
    539 	-rm -f Makefile
    540 distclean-am: clean-am distclean-generic
    541 
    542 dvi: dvi-am
    543 
    544 dvi-am:
    545 
    546 html: html-am
    547 
    548 html-am:
    549 
    550 info: info-am
    551 
    552 info-am:
    553 
    554 install-data-am:
    555 
    556 install-dvi: install-dvi-am
    557 
    558 install-dvi-am:
    559 
    560 install-exec-am:
    561 
    562 install-html: install-html-am
    563 
    564 install-html-am:
    565 
    566 install-info: install-info-am
    567 
    568 install-info-am:
    569 
    570 install-man:
    571 
    572 install-pdf: install-pdf-am
    573 
    574 install-pdf-am:
    575 
    576 install-ps: install-ps-am
    577 
    578 install-ps-am:
    579 
    580 installcheck-am:
    581 
    582 maintainer-clean: maintainer-clean-am
    583 	-rm -f Makefile
    584 maintainer-clean-am: distclean-am maintainer-clean-generic
    585 
    586 mostlyclean: mostlyclean-am
    587 
    588 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    589 
    590 pdf: pdf-am
    591 
    592 pdf-am:
    593 
    594 ps: ps-am
    595 
    596 ps-am:
    597 
    598 uninstall-am:
    599 
    600 .MAKE: install-am install-strip
    601 
    602 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
    603 	clean-local cscopelist-am ctags-am distclean distclean-generic \
    604 	distclean-libtool distdir dvi dvi-am html html-am info info-am \
    605 	install install-am install-data install-data-am install-dvi \
    606 	install-dvi-am install-exec install-exec-am install-html \
    607 	install-html-am install-info install-info-am install-man \
    608 	install-pdf install-pdf-am install-ps install-ps-am \
    609 	install-strip installcheck installcheck-am installdirs \
    610 	maintainer-clean maintainer-clean-generic mostlyclean \
    611 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    612 	tags-am uninstall uninstall-am
    613 
    614 .PRECIOUS: Makefile
    615 
    616 
    617 all-am: test-ca.cacert
    618 
    619 # Rebuild the certificates
    620 
    621 # Generate all certs in a single shot, but declare just a single target file
    622 # to support GNU Make <4.3 without the "grouped explicit targets" feature.
    623 test-ca.cacert: $(CERTCONFIG_CA) $(CERTCONFIGS) genserv.pl
    624 	$(PERL) $(srcdir)/genserv.pl test $(CERTCONFIGS)
    625 
    626 clean-local:
    627 	rm -f $(GENERATEDCERTS) \
    628 	  test-*.csr \
    629 	  test-*.der \
    630 	  test-*.keyenc \
    631 	  test-ca.cnt* \
    632 	  test-ca.db* \
    633 	  test-ca.raw* \
    634 	  test-ca.srl
    635 
    636 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    637 # Otherwise a system limit (for SysV at least) may be exceeded.
    638 .NOEXPORT: