Makefile.in (18716B)
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@ 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 VPATH = @srcdir@ 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)/@PACKAGE@ 98 pkgincludedir = $(includedir)/@PACKAGE@ 99 pkglibdir = $(libdir)/@PACKAGE@ 100 pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ 114 host_triplet = @host@ 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_@AM_V@) 148 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 149 am__v_P_0 = false 150 am__v_P_1 = : 151 AM_V_GEN = $(am__v_GEN_@AM_V@) 152 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 153 am__v_GEN_0 = @echo " GEN " $@; 154 am__v_GEN_1 = 155 AM_V_at = $(am__v_at_@AM_V@) 156 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 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 = @ACLOCAL@ 170 AMTAR = @AMTAR@ 171 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 172 APXS = @APXS@ 173 AR = @AR@ 174 AR_FLAGS = @AR_FLAGS@ 175 AS = @AS@ 176 AUTOCONF = @AUTOCONF@ 177 AUTOHEADER = @AUTOHEADER@ 178 AUTOMAKE = @AUTOMAKE@ 179 AWK = @AWK@ 180 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 181 CADDY = @CADDY@ 182 CC = @CC@ 183 CCDEPMODE = @CCDEPMODE@ 184 CFLAGS = @CFLAGS@ 185 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 186 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 187 CPP = @CPP@ 188 CPPFLAGS = @CPPFLAGS@ 189 CSCOPE = @CSCOPE@ 190 CTAGS = @CTAGS@ 191 CURLVERSION = @CURLVERSION@ 192 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 193 CURL_CA_EMBED = @CURL_CA_EMBED@ 194 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 195 CURL_CPP = @CURL_CPP@ 196 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = @CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@ 197 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = @CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@ 198 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 199 CYGPATH_W = @CYGPATH_W@ 200 DEFS = @DEFS@ 201 DEPDIR = @DEPDIR@ 202 DLLTOOL = @DLLTOOL@ 203 DSYMUTIL = @DSYMUTIL@ 204 DUMPBIN = @DUMPBIN@ 205 ECHO_C = @ECHO_C@ 206 ECHO_N = @ECHO_N@ 207 ECHO_T = @ECHO_T@ 208 EGREP = @EGREP@ 209 ENABLE_SHARED = @ENABLE_SHARED@ 210 ENABLE_STATIC = @ENABLE_STATIC@ 211 ETAGS = @ETAGS@ 212 EXEEXT = @EXEEXT@ 213 FGREP = @FGREP@ 214 FILECMD = @FILECMD@ 215 FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 216 GCOV = @GCOV@ 217 GREP = @GREP@ 218 HAVE_LIBZ = @HAVE_LIBZ@ 219 HTTPD = @HTTPD@ 220 HTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 221 INSTALL = @INSTALL@ 222 INSTALL_DATA = @INSTALL_DATA@ 223 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 224 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 225 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 226 LCOV = @LCOV@ 227 LD = @LD@ 228 LDFLAGS = @LDFLAGS@ 229 LIBCURL_PC_CFLAGS = @LIBCURL_PC_CFLAGS@ 230 LIBCURL_PC_CFLAGS_PRIVATE = @LIBCURL_PC_CFLAGS_PRIVATE@ 231 LIBCURL_PC_LDFLAGS_PRIVATE = @LIBCURL_PC_LDFLAGS_PRIVATE@ 232 LIBCURL_PC_LIBS = @LIBCURL_PC_LIBS@ 233 LIBCURL_PC_LIBS_PRIVATE = @LIBCURL_PC_LIBS_PRIVATE@ 234 LIBCURL_PC_REQUIRES = @LIBCURL_PC_REQUIRES@ 235 LIBCURL_PC_REQUIRES_PRIVATE = @LIBCURL_PC_REQUIRES_PRIVATE@ 236 LIBOBJS = @LIBOBJS@ 237 LIBS = @LIBS@ 238 LIBTOOL = @LIBTOOL@ 239 LIPO = @LIPO@ 240 LN_S = @LN_S@ 241 LTLIBOBJS = @LTLIBOBJS@ 242 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 243 MAINT = @MAINT@ 244 MAKEINFO = @MAKEINFO@ 245 MANIFEST_TOOL = @MANIFEST_TOOL@ 246 MKDIR_P = @MKDIR_P@ 247 NM = @NM@ 248 NMEDIT = @NMEDIT@ 249 OBJDUMP = @OBJDUMP@ 250 OBJEXT = @OBJEXT@ 251 OTOOL = @OTOOL@ 252 OTOOL64 = @OTOOL64@ 253 PACKAGE = @PACKAGE@ 254 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 255 PACKAGE_NAME = @PACKAGE_NAME@ 256 PACKAGE_STRING = @PACKAGE_STRING@ 257 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 258 PACKAGE_URL = @PACKAGE_URL@ 259 PACKAGE_VERSION = @PACKAGE_VERSION@ 260 PATH_SEPARATOR = @PATH_SEPARATOR@ 261 PERL = @PERL@ 262 PKGCONFIG = @PKGCONFIG@ 263 RANLIB = @RANLIB@ 264 RC = @RC@ 265 SED = @SED@ 266 SET_MAKE = @SET_MAKE@ 267 SHELL = @SHELL@ 268 SSL_BACKENDS = @SSL_BACKENDS@ 269 STRIP = @STRIP@ 270 SUPPORT_FEATURES = @SUPPORT_FEATURES@ 271 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 272 TEST_NGHTTPX = @TEST_NGHTTPX@ 273 VERSION = @VERSION@ 274 VERSIONNUM = @VERSIONNUM@ 275 VSFTPD = @VSFTPD@ 276 ZLIB_LIBS = @ZLIB_LIBS@ 277 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 278 abs_builddir = @abs_builddir@ 279 abs_srcdir = @abs_srcdir@ 280 abs_top_builddir = @abs_top_builddir@ 281 abs_top_srcdir = @abs_top_srcdir@ 282 ac_ct_AR = @ac_ct_AR@ 283 ac_ct_CC = @ac_ct_CC@ 284 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 285 am__include = @am__include@ 286 am__leading_dot = @am__leading_dot@ 287 am__quote = @am__quote@ 288 am__tar = @am__tar@ 289 am__untar = @am__untar@ 290 bindir = @bindir@ 291 build = @build@ 292 build_alias = @build_alias@ 293 build_cpu = @build_cpu@ 294 build_os = @build_os@ 295 build_vendor = @build_vendor@ 296 builddir = @builddir@ 297 datadir = @datadir@ 298 datarootdir = @datarootdir@ 299 docdir = @docdir@ 300 dvidir = @dvidir@ 301 exec_prefix = @exec_prefix@ 302 host = @host@ 303 host_alias = @host_alias@ 304 host_cpu = @host_cpu@ 305 host_os = @host_os@ 306 host_vendor = @host_vendor@ 307 htmldir = @htmldir@ 308 includedir = @includedir@ 309 infodir = @infodir@ 310 install_sh = @install_sh@ 311 libdir = @libdir@ 312 libexecdir = @libexecdir@ 313 libext = @libext@ 314 localedir = @localedir@ 315 localstatedir = @localstatedir@ 316 mandir = @mandir@ 317 mkdir_p = @mkdir_p@ 318 oldincludedir = @oldincludedir@ 319 pdfdir = @pdfdir@ 320 prefix = @prefix@ 321 program_transform_name = @program_transform_name@ 322 psdir = @psdir@ 323 runstatedir = @runstatedir@ 324 sbindir = @sbindir@ 325 sharedstatedir = @sharedstatedir@ 326 srcdir = @srcdir@ 327 sysconfdir = @sysconfdir@ 328 target_alias = @target_alias@ 329 top_build_prefix = @top_build_prefix@ 330 top_builddir = @top_builddir@ 331 top_srcdir = @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: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 450 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 451 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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: