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