1# Makefile.in generated by automake 1.16.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = man
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_add_fortify_source.m4 \
93	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
94	$(top_srcdir)/m4/ax_check_openssl.m4 \
95	$(top_srcdir)/m4/check-hardening-options.m4 \
96	$(top_srcdir)/m4/check-libc.m4 \
97	$(top_srcdir)/m4/check-os-options.m4 \
98	$(top_srcdir)/m4/disable-compiler-warnings.m4 \
99	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
100	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
101	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108AM_V_P = $(am__v_P_@AM_V@)
109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110am__v_P_0 = false
111am__v_P_1 = :
112AM_V_GEN = $(am__v_GEN_@AM_V@)
113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114am__v_GEN_0 = @echo "  GEN     " $@;
115am__v_GEN_1 =
116AM_V_at = $(am__v_at_@AM_V@)
117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118am__v_at_0 = @
119am__v_at_1 =
120SOURCES =
121DIST_SOURCES =
122am__can_run_installinfo = \
123  case $$AM_UPDATE_INFO_DIR in \
124    n|no|NO) false;; \
125    *) (install-info --version) >/dev/null 2>&1;; \
126  esac
127am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128am__vpath_adj = case $$p in \
129    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130    *) f=$$p;; \
131  esac;
132am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133am__install_max = 40
134am__nobase_strip_setup = \
135  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136am__nobase_strip = \
137  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138am__nobase_list = $(am__nobase_strip_setup); \
139  for p in $$list; do echo "$$p $$p"; done | \
140  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142    if (++n[$$2] == $(am__install_max)) \
143      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144    END { for (dir in files) print dir, files[dir] }'
145am__base_list = \
146  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148am__uninstall_files_from_dir = { \
149  test -z "$$files" \
150    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152         $(am__cd) "$$dir" && rm -f $$files; }; \
153  }
154man3dir = $(mandir)/man3
155am__installdirs = "$(DESTDIR)$(man3dir)"
156NROFF = nroff
157MANS = $(dist_man3_MANS)
158am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
159am__DIST_COMMON = $(dist_man3_MANS) $(srcdir)/Makefile.in
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161ACLOCAL = @ACLOCAL@
162AMTAR = @AMTAR@
163AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164AR = @AR@
165AUTOCONF = @AUTOCONF@
166AUTOHEADER = @AUTOHEADER@
167AUTOMAKE = @AUTOMAKE@
168AWK = @AWK@
169CC = @CC@
170CCAS = @CCAS@
171CCASDEPMODE = @CCASDEPMODE@
172CCASFLAGS = @CCASFLAGS@
173CCDEPMODE = @CCDEPMODE@
174CFLAGS = @CFLAGS@
175CPPFLAGS = @CPPFLAGS@
176CSCOPE = @CSCOPE@
177CTAGS = @CTAGS@
178CYGPATH_W = @CYGPATH_W@
179DEFS = @DEFS@
180DEPDIR = @DEPDIR@
181DLLTOOL = @DLLTOOL@
182DSYMUTIL = @DSYMUTIL@
183DUMPBIN = @DUMPBIN@
184ECHO_C = @ECHO_C@
185ECHO_N = @ECHO_N@
186ECHO_T = @ECHO_T@
187EGREP = @EGREP@
188ETAGS = @ETAGS@
189EXEEXT = @EXEEXT@
190FGREP = @FGREP@
191GREP = @GREP@
192INSTALL = @INSTALL@
193INSTALL_DATA = @INSTALL_DATA@
194INSTALL_PROGRAM = @INSTALL_PROGRAM@
195INSTALL_SCRIPT = @INSTALL_SCRIPT@
196INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
197LD = @LD@
198LDFLAGS = @LDFLAGS@
199LIBOBJS = @LIBOBJS@
200LIBS = @LIBS@
201LIBTLS_VERSION = @LIBTLS_VERSION@
202LIBTOOL = @LIBTOOL@
203LIPO = @LIPO@
204LN_S = @LN_S@
205LTLIBOBJS = @LTLIBOBJS@
206LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
207MAKEINFO = @MAKEINFO@
208MANIFEST_TOOL = @MANIFEST_TOOL@
209MKDIR_P = @MKDIR_P@
210NM = @NM@
211NMEDIT = @NMEDIT@
212OBJDUMP = @OBJDUMP@
213OBJEXT = @OBJEXT@
214OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
215OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
216OPENSSL_LIBS = @OPENSSL_LIBS@
217OTOOL = @OTOOL@
218OTOOL64 = @OTOOL64@
219PACKAGE = @PACKAGE@
220PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
221PACKAGE_NAME = @PACKAGE_NAME@
222PACKAGE_STRING = @PACKAGE_STRING@
223PACKAGE_TARNAME = @PACKAGE_TARNAME@
224PACKAGE_URL = @PACKAGE_URL@
225PACKAGE_VERSION = @PACKAGE_VERSION@
226PATH_SEPARATOR = @PATH_SEPARATOR@
227PKG_CONFIG = @PKG_CONFIG@
228PLATFORM_LDADD = @PLATFORM_LDADD@
229PROG_LDADD = @PROG_LDADD@
230RANLIB = @RANLIB@
231SED = @SED@
232SET_MAKE = @SET_MAKE@
233SHELL = @SHELL@
234STRIP = @STRIP@
235VERSION = @VERSION@
236abs_builddir = @abs_builddir@
237abs_srcdir = @abs_srcdir@
238abs_top_builddir = @abs_top_builddir@
239abs_top_srcdir = @abs_top_srcdir@
240ac_ct_AR = @ac_ct_AR@
241ac_ct_CC = @ac_ct_CC@
242ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
243am__include = @am__include@
244am__leading_dot = @am__leading_dot@
245am__quote = @am__quote@
246am__tar = @am__tar@
247am__untar = @am__untar@
248bindir = @bindir@
249build = @build@
250build_alias = @build_alias@
251build_cpu = @build_cpu@
252build_os = @build_os@
253build_vendor = @build_vendor@
254builddir = @builddir@
255datadir = @datadir@
256datarootdir = @datarootdir@
257docdir = @docdir@
258dvidir = @dvidir@
259exec_prefix = @exec_prefix@
260host = @host@
261host_alias = @host_alias@
262host_cpu = @host_cpu@
263host_os = @host_os@
264host_vendor = @host_vendor@
265htmldir = @htmldir@
266includedir = @includedir@
267infodir = @infodir@
268install_sh = @install_sh@
269libdir = @libdir@
270libexecdir = @libexecdir@
271localedir = @localedir@
272localstatedir = @localstatedir@
273mandir = @mandir@
274mkdir_p = @mkdir_p@
275oldincludedir = @oldincludedir@
276pdfdir = @pdfdir@
277prefix = @prefix@
278program_transform_name = @program_transform_name@
279psdir = @psdir@
280runstatedir = @runstatedir@
281sbindir = @sbindir@
282sharedstatedir = @sharedstatedir@
283srcdir = @srcdir@
284sysconfdir = @sysconfdir@
285target_alias = @target_alias@
286top_build_prefix = @top_build_prefix@
287top_builddir = @top_builddir@
288top_srcdir = @top_srcdir@
289dist_man3_MANS = tls_accept_socket.3 tls_client.3 \
290	tls_config_ocsp_require_stapling.3 tls_config_set_protocols.3 \
291	tls_config_set_session_id.3 tls_config_verify.3 \
292	tls_conn_version.3 tls_connect.3 tls_init.3 tls_load_file.3 \
293	tls_ocsp_process_response.3 tls_read.3
294all: all-am
295
296.SUFFIXES:
297$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
298	@for dep in $?; do \
299	  case '$(am__configure_deps)' in \
300	    *$$dep*) \
301	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302	        && { if test -f $@; then exit 0; else break; fi; }; \
303	      exit 1;; \
304	  esac; \
305	done; \
306	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
307	$(am__cd) $(top_srcdir) && \
308	  $(AUTOMAKE) --foreign man/Makefile
309Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
310	@case '$?' in \
311	  *config.status*) \
312	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
313	  *) \
314	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
315	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
316	esac;
317
318$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320
321$(top_srcdir)/configure:  $(am__configure_deps)
322	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
324	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325$(am__aclocal_m4_deps):
326
327mostlyclean-libtool:
328	-rm -f *.lo
329
330clean-libtool:
331	-rm -rf .libs _libs
332install-man3: $(dist_man3_MANS)
333	@$(NORMAL_INSTALL)
334	@list1='$(dist_man3_MANS)'; \
335	list2=''; \
336	test -n "$(man3dir)" \
337	  && test -n "`echo $$list1$$list2`" \
338	  || exit 0; \
339	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
340	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
341	{ for i in $$list1; do echo "$$i"; done;  \
342	if test -n "$$list2"; then \
343	  for i in $$list2; do echo "$$i"; done \
344	    | sed -n '/\.3[a-z]*$$/p'; \
345	fi; \
346	} | while read p; do \
347	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
348	  echo "$$d$$p"; echo "$$p"; \
349	done | \
350	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
351	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
352	sed 'N;N;s,\n, ,g' | { \
353	list=; while read file base inst; do \
354	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
355	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
356	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
357	  fi; \
358	done; \
359	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
360	while read files; do \
361	  test -z "$$files" || { \
362	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
363	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
364	done; }
365
366uninstall-man3:
367	@$(NORMAL_UNINSTALL)
368	@list='$(dist_man3_MANS)'; test -n "$(man3dir)" || exit 0; \
369	files=`{ for i in $$list; do echo "$$i"; done; \
370	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
371	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
372	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
373tags TAGS:
374
375ctags CTAGS:
376
377cscope cscopelist:
378
379distdir: $(BUILT_SOURCES)
380	$(MAKE) $(AM_MAKEFLAGS) distdir-am
381
382distdir-am: $(DISTFILES)
383	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
384	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
385	list='$(DISTFILES)'; \
386	  dist_files=`for file in $$list; do echo $$file; done | \
387	  sed -e "s|^$$srcdirstrip/||;t" \
388	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
389	case $$dist_files in \
390	  */*) $(MKDIR_P) `echo "$$dist_files" | \
391			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
392			   sort -u` ;; \
393	esac; \
394	for file in $$dist_files; do \
395	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
396	  if test -d $$d/$$file; then \
397	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
398	    if test -d "$(distdir)/$$file"; then \
399	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
400	    fi; \
401	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
402	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
403	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404	    fi; \
405	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
406	  else \
407	    test -f "$(distdir)/$$file" \
408	    || cp -p $$d/$$file "$(distdir)/$$file" \
409	    || exit 1; \
410	  fi; \
411	done
412check-am: all-am
413check: check-am
414all-am: Makefile $(MANS)
415installdirs:
416	for dir in "$(DESTDIR)$(man3dir)"; do \
417	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
418	done
419install: install-am
420install-exec: install-exec-am
421install-data: install-data-am
422uninstall: uninstall-am
423
424install-am: all-am
425	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
426
427installcheck: installcheck-am
428install-strip:
429	if test -z '$(STRIP)'; then \
430	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
431	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
432	      install; \
433	else \
434	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
435	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
436	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
437	fi
438mostlyclean-generic:
439
440clean-generic:
441
442distclean-generic:
443	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
444	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
445
446maintainer-clean-generic:
447	@echo "This command is intended for maintainers to use"
448	@echo "it deletes files that may require special tools to rebuild."
449clean: clean-am
450
451clean-am: clean-generic clean-libtool mostlyclean-am
452
453distclean: distclean-am
454	-rm -f Makefile
455distclean-am: clean-am distclean-generic
456
457dvi: dvi-am
458
459dvi-am:
460
461html: html-am
462
463html-am:
464
465info: info-am
466
467info-am:
468
469install-data-am: install-man
470	@$(NORMAL_INSTALL)
471	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
472install-dvi: install-dvi-am
473
474install-dvi-am:
475
476install-exec-am:
477
478install-html: install-html-am
479
480install-html-am:
481
482install-info: install-info-am
483
484install-info-am:
485
486install-man: install-man3
487
488install-pdf: install-pdf-am
489
490install-pdf-am:
491
492install-ps: install-ps-am
493
494install-ps-am:
495
496installcheck-am:
497
498maintainer-clean: maintainer-clean-am
499	-rm -f Makefile
500maintainer-clean-am: distclean-am maintainer-clean-generic
501
502mostlyclean: mostlyclean-am
503
504mostlyclean-am: mostlyclean-generic mostlyclean-libtool
505
506pdf: pdf-am
507
508pdf-am:
509
510ps: ps-am
511
512ps-am:
513
514uninstall-am: uninstall-local uninstall-man
515
516uninstall-man: uninstall-man3
517
518.MAKE: install-am install-data-am install-strip
519
520.PHONY: all all-am check check-am clean clean-generic clean-libtool \
521	cscopelist-am ctags-am distclean distclean-generic \
522	distclean-libtool distdir dvi dvi-am html html-am info info-am \
523	install install-am install-data install-data-am \
524	install-data-hook install-dvi install-dvi-am install-exec \
525	install-exec-am install-html install-html-am install-info \
526	install-info-am install-man install-man3 install-pdf \
527	install-pdf-am install-ps install-ps-am install-strip \
528	installcheck installcheck-am installdirs maintainer-clean \
529	maintainer-clean-generic mostlyclean mostlyclean-generic \
530	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
531	uninstall-am uninstall-local uninstall-man uninstall-man3
532
533.PRECIOUS: Makefile
534
535install-data-hook:
536	ln -sf "tls_accept_socket.3" "$(DESTDIR)$(mandir)/man3/tls_accept_cbs.3"
537	ln -sf "tls_accept_socket.3" "$(DESTDIR)$(mandir)/man3/tls_accept_fds.3"
538	ln -sf "tls_client.3" "$(DESTDIR)$(mandir)/man3/tls_configure.3"
539	ln -sf "tls_client.3" "$(DESTDIR)$(mandir)/man3/tls_free.3"
540	ln -sf "tls_client.3" "$(DESTDIR)$(mandir)/man3/tls_reset.3"
541	ln -sf "tls_client.3" "$(DESTDIR)$(mandir)/man3/tls_server.3"
542	ln -sf "tls_config_set_protocols.3" "$(DESTDIR)$(mandir)/man3/tls_config_parse_protocols.3"
543	ln -sf "tls_config_set_protocols.3" "$(DESTDIR)$(mandir)/man3/tls_config_prefer_ciphers_client.3"
544	ln -sf "tls_config_set_protocols.3" "$(DESTDIR)$(mandir)/man3/tls_config_prefer_ciphers_server.3"
545	ln -sf "tls_config_set_protocols.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_alpn.3"
546	ln -sf "tls_config_set_protocols.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_ciphers.3"
547	ln -sf "tls_config_set_protocols.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_dheparams.3"
548	ln -sf "tls_config_set_protocols.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_ecdhecurves.3"
549	ln -sf "tls_config_set_session_id.3" "$(DESTDIR)$(mandir)/man3/tls_config_add_ticket_key.3"
550	ln -sf "tls_config_set_session_id.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_session_fd.3"
551	ln -sf "tls_config_set_session_id.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_session_lifetime.3"
552	ln -sf "tls_config_verify.3" "$(DESTDIR)$(mandir)/man3/tls_config_insecure_noverifycert.3"
553	ln -sf "tls_config_verify.3" "$(DESTDIR)$(mandir)/man3/tls_config_insecure_noverifyname.3"
554	ln -sf "tls_config_verify.3" "$(DESTDIR)$(mandir)/man3/tls_config_insecure_noverifytime.3"
555	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_conn_alpn_selected.3"
556	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_conn_cipher.3"
557	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_conn_cipher_strength.3"
558	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_conn_servername.3"
559	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_conn_session_resumed.3"
560	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_peer_cert_chain_pem.3"
561	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_peer_cert_contains_name.3"
562	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_peer_cert_hash.3"
563	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_peer_cert_issuer.3"
564	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_peer_cert_notafter.3"
565	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_peer_cert_notbefore.3"
566	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_peer_cert_provided.3"
567	ln -sf "tls_conn_version.3" "$(DESTDIR)$(mandir)/man3/tls_peer_cert_subject.3"
568	ln -sf "tls_connect.3" "$(DESTDIR)$(mandir)/man3/tls_connect_cbs.3"
569	ln -sf "tls_connect.3" "$(DESTDIR)$(mandir)/man3/tls_connect_fds.3"
570	ln -sf "tls_connect.3" "$(DESTDIR)$(mandir)/man3/tls_connect_servername.3"
571	ln -sf "tls_connect.3" "$(DESTDIR)$(mandir)/man3/tls_connect_socket.3"
572	ln -sf "tls_init.3" "$(DESTDIR)$(mandir)/man3/tls_config_error.3"
573	ln -sf "tls_init.3" "$(DESTDIR)$(mandir)/man3/tls_config_free.3"
574	ln -sf "tls_init.3" "$(DESTDIR)$(mandir)/man3/tls_config_new.3"
575	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_add_keypair_file.3"
576	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_add_keypair_mem.3"
577	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_add_keypair_ocsp_file.3"
578	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_add_keypair_ocsp_mem.3"
579	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_clear_keys.3"
580	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_ca_file.3"
581	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_ca_mem.3"
582	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_ca_path.3"
583	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_cert_file.3"
584	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_cert_mem.3"
585	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_crl_file.3"
586	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_crl_mem.3"
587	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_key_file.3"
588	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_key_mem.3"
589	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_keypair_file.3"
590	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_keypair_mem.3"
591	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_keypair_ocsp_file.3"
592	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_keypair_ocsp_mem.3"
593	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_ocsp_staple_file.3"
594	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_ocsp_staple_mem.3"
595	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_set_verify_depth.3"
596	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_verify_client.3"
597	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_config_verify_client_optional.3"
598	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_default_ca_cert_file.3"
599	ln -sf "tls_load_file.3" "$(DESTDIR)$(mandir)/man3/tls_unload_file.3"
600	ln -sf "tls_ocsp_process_response.3" "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_cert_status.3"
601	ln -sf "tls_ocsp_process_response.3" "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_crl_reason.3"
602	ln -sf "tls_ocsp_process_response.3" "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_next_update.3"
603	ln -sf "tls_ocsp_process_response.3" "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_response_status.3"
604	ln -sf "tls_ocsp_process_response.3" "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_result.3"
605	ln -sf "tls_ocsp_process_response.3" "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_revocation_time.3"
606	ln -sf "tls_ocsp_process_response.3" "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_this_update.3"
607	ln -sf "tls_ocsp_process_response.3" "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_url.3"
608	ln -sf "tls_read.3" "$(DESTDIR)$(mandir)/man3/tls_close.3"
609	ln -sf "tls_read.3" "$(DESTDIR)$(mandir)/man3/tls_error.3"
610	ln -sf "tls_read.3" "$(DESTDIR)$(mandir)/man3/tls_handshake.3"
611	ln -sf "tls_read.3" "$(DESTDIR)$(mandir)/man3/tls_reset.3"
612	ln -sf "tls_read.3" "$(DESTDIR)$(mandir)/man3/tls_write.3"
613
614uninstall-local:
615	-rm -f "$(DESTDIR)$(mandir)/man3/tls_accept_cbs.3"
616	-rm -f "$(DESTDIR)$(mandir)/man3/tls_accept_fds.3"
617	-rm -f "$(DESTDIR)$(mandir)/man3/tls_configure.3"
618	-rm -f "$(DESTDIR)$(mandir)/man3/tls_free.3"
619	-rm -f "$(DESTDIR)$(mandir)/man3/tls_reset.3"
620	-rm -f "$(DESTDIR)$(mandir)/man3/tls_server.3"
621	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_parse_protocols.3"
622	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_prefer_ciphers_client.3"
623	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_prefer_ciphers_server.3"
624	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_alpn.3"
625	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_ciphers.3"
626	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_dheparams.3"
627	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_ecdhecurves.3"
628	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_add_ticket_key.3"
629	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_session_fd.3"
630	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_session_lifetime.3"
631	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_insecure_noverifycert.3"
632	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_insecure_noverifyname.3"
633	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_insecure_noverifytime.3"
634	-rm -f "$(DESTDIR)$(mandir)/man3/tls_conn_alpn_selected.3"
635	-rm -f "$(DESTDIR)$(mandir)/man3/tls_conn_cipher.3"
636	-rm -f "$(DESTDIR)$(mandir)/man3/tls_conn_cipher_strength.3"
637	-rm -f "$(DESTDIR)$(mandir)/man3/tls_conn_servername.3"
638	-rm -f "$(DESTDIR)$(mandir)/man3/tls_conn_session_resumed.3"
639	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_cert_chain_pem.3"
640	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_cert_contains_name.3"
641	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_cert_hash.3"
642	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_cert_issuer.3"
643	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_cert_notafter.3"
644	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_cert_notbefore.3"
645	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_cert_provided.3"
646	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_cert_subject.3"
647	-rm -f "$(DESTDIR)$(mandir)/man3/tls_connect_cbs.3"
648	-rm -f "$(DESTDIR)$(mandir)/man3/tls_connect_fds.3"
649	-rm -f "$(DESTDIR)$(mandir)/man3/tls_connect_servername.3"
650	-rm -f "$(DESTDIR)$(mandir)/man3/tls_connect_socket.3"
651	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_error.3"
652	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_free.3"
653	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_new.3"
654	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_add_keypair_file.3"
655	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_add_keypair_mem.3"
656	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_add_keypair_ocsp_file.3"
657	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_add_keypair_ocsp_mem.3"
658	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_clear_keys.3"
659	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_ca_file.3"
660	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_ca_mem.3"
661	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_ca_path.3"
662	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_cert_file.3"
663	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_cert_mem.3"
664	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_crl_file.3"
665	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_crl_mem.3"
666	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_key_file.3"
667	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_key_mem.3"
668	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_keypair_file.3"
669	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_keypair_mem.3"
670	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_keypair_ocsp_file.3"
671	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_keypair_ocsp_mem.3"
672	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_ocsp_staple_file.3"
673	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_ocsp_staple_mem.3"
674	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_set_verify_depth.3"
675	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_verify_client.3"
676	-rm -f "$(DESTDIR)$(mandir)/man3/tls_config_verify_client_optional.3"
677	-rm -f "$(DESTDIR)$(mandir)/man3/tls_default_ca_cert_file.3"
678	-rm -f "$(DESTDIR)$(mandir)/man3/tls_unload_file.3"
679	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_cert_status.3"
680	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_crl_reason.3"
681	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_next_update.3"
682	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_response_status.3"
683	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_result.3"
684	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_revocation_time.3"
685	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_this_update.3"
686	-rm -f "$(DESTDIR)$(mandir)/man3/tls_peer_ocsp_url.3"
687	-rm -f "$(DESTDIR)$(mandir)/man3/tls_close.3"
688	-rm -f "$(DESTDIR)$(mandir)/man3/tls_error.3"
689	-rm -f "$(DESTDIR)$(mandir)/man3/tls_handshake.3"
690	-rm -f "$(DESTDIR)$(mandir)/man3/tls_reset.3"
691	-rm -f "$(DESTDIR)$(mandir)/man3/tls_write.3"
692
693# Tell versions [3.59,3.63) of GNU make to not export all variables.
694# Otherwise a system limit (for SysV at least) may be exceeded.
695.NOEXPORT:
696