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# Hey Emacs, this is -*- makefile-automake -*- file!
18# vim: filetype=automake
19
20VPATH = @srcdir@
21am__is_gnu_make = { \
22  if test -z '$(MAKELEVEL)'; then \
23    false; \
24  elif test -n '$(MAKE_HOST)'; then \
25    true; \
26  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27    true; \
28  else \
29    false; \
30  fi; \
31}
32am__make_running_with_option = \
33  case $${target_option-} in \
34      ?) ;; \
35      *) echo "am__make_running_with_option: internal error: invalid" \
36              "target option '$${target_option-}' specified" >&2; \
37         exit 1;; \
38  esac; \
39  has_opt=no; \
40  sane_makeflags=$$MAKEFLAGS; \
41  if $(am__is_gnu_make); then \
42    sane_makeflags=$$MFLAGS; \
43  else \
44    case $$MAKEFLAGS in \
45      *\\[\ \	]*) \
46        bs=\\; \
47        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
49    esac; \
50  fi; \
51  skip_next=no; \
52  strip_trailopt () \
53  { \
54    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55  }; \
56  for flg in $$sane_makeflags; do \
57    test $$skip_next = yes && { skip_next=no; continue; }; \
58    case $$flg in \
59      *=*|--*) continue;; \
60        -*I) strip_trailopt 'I'; skip_next=yes;; \
61      -*I?*) strip_trailopt 'I';; \
62        -*O) strip_trailopt 'O'; skip_next=yes;; \
63      -*O?*) strip_trailopt 'O';; \
64        -*l) strip_trailopt 'l'; skip_next=yes;; \
65      -*l?*) strip_trailopt 'l';; \
66      -[dEDm]) skip_next=yes;; \
67      -[JT]) skip_next=yes;; \
68    esac; \
69    case $$flg in \
70      *$$target_option*) has_opt=yes; break;; \
71    esac; \
72  done; \
73  test $$has_opt = yes
74am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92build_triplet = @build@
93host_triplet = @host@
94target_triplet = @target@
95@HOST_MACOS_TRUE@am__append_1 = \
96@HOST_MACOS_TRUE@	-Wl,-flat_namespace
97
98@HAVE_CMOCKA_TRUE@am__append_2 = tests
99subdir = .
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
102	$(top_srcdir)/m4/ax_check_link_flag.m4 \
103	$(top_srcdir)/m4/ax_check_openssl.m4 \
104	$(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
105	$(top_srcdir)/m4/ax_jemalloc.m4 \
106	$(top_srcdir)/m4/ax_lib_lmdb.m4 \
107	$(top_srcdir)/m4/ax_posix_shell.m4 \
108	$(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
109	$(top_srcdir)/m4/ax_pthread.m4 \
110	$(top_srcdir)/m4/ax_restore_flags.m4 \
111	$(top_srcdir)/m4/ax_save_flags.m4 $(top_srcdir)/m4/ax_tls.m4 \
112	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
113	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
114	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116	$(ACLOCAL_M4)
117DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
118	$(am__configure_deps) $(dist_sysconf_DATA) $(am__DIST_COMMON)
119am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120 configure.lineno config.status.lineno
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = config.h
123CONFIG_CLEAN_FILES = doc/doxygen/doxygen-input-filter \
124	util/check-make-install
125CONFIG_CLEAN_VPATH_FILES =
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo "  GEN     " $@;
133am__v_GEN_1 = 
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 = 
138SOURCES =
139DIST_SOURCES =
140RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
141	ctags-recursive dvi-recursive html-recursive info-recursive \
142	install-data-recursive install-dvi-recursive \
143	install-exec-recursive install-html-recursive \
144	install-info-recursive install-pdf-recursive \
145	install-ps-recursive install-recursive installcheck-recursive \
146	installdirs-recursive pdf-recursive ps-recursive \
147	tags-recursive uninstall-recursive
148am__can_run_installinfo = \
149  case $$AM_UPDATE_INFO_DIR in \
150    n|no|NO) false;; \
151    *) (install-info --version) >/dev/null 2>&1;; \
152  esac
153am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
154am__vpath_adj = case $$p in \
155    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
156    *) f=$$p;; \
157  esac;
158am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
159am__install_max = 40
160am__nobase_strip_setup = \
161  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
162am__nobase_strip = \
163  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
164am__nobase_list = $(am__nobase_strip_setup); \
165  for p in $$list; do echo "$$p $$p"; done | \
166  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
167  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
168    if (++n[$$2] == $(am__install_max)) \
169      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
170    END { for (dir in files) print dir, files[dir] }'
171am__base_list = \
172  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
173  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
174am__uninstall_files_from_dir = { \
175  test -z "$$files" \
176    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
177    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
178         $(am__cd) "$$dir" && rm -f $$files; }; \
179  }
180am__installdirs = "$(DESTDIR)$(sysconfdir)"
181DATA = $(dist_sysconf_DATA)
182RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
183  distclean-recursive maintainer-clean-recursive
184am__recursive_targets = \
185  $(RECURSIVE_TARGETS) \
186  $(RECURSIVE_CLEAN_TARGETS) \
187  $(am__extra_recursive_targets)
188AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
189	cscope distdir distdir-am dist dist-all distcheck
190am__extra_recursive_targets = test-recursive unit-recursive \
191	doc-recursive
192am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
193	config.h.in
194# Read a list of newline-separated strings from the standard input,
195# and print each of them once, without duplicates.  Input order is
196# *not* preserved.
197am__uniquify_input = $(AWK) '\
198  BEGIN { nonempty = 0; } \
199  { items[$$0] = 1; nonempty = 1; } \
200  END { if (nonempty) { for (i in items) print i; }; } \
201'
202# Make sure the list of sources is unique.  This is necessary because,
203# e.g., the same source file might be shared among _SOURCES variables
204# for different programs/libraries.
205am__define_uniq_tagged_files = \
206  list='$(am__tagged_files)'; \
207  unique=`for i in $$list; do \
208    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209  done | $(am__uniquify_input)`
210DIST_SUBDIRS = . lib doc bin fuzz tests
211am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
212	$(top_srcdir)/Makefile.top \
213	$(top_srcdir)/doc/doxygen/doxygen-input-filter.in \
214	$(top_srcdir)/util/check-make-install.in AUTHORS COPYING \
215	ChangeLog NEWS README.md ar-lib compile config.guess \
216	config.sub install-sh ltmain.sh missing
217DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218distdir = $(PACKAGE)-$(VERSION)
219top_distdir = $(distdir)
220am__remove_distdir = \
221  if test -d "$(distdir)"; then \
222    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
223      && rm -rf "$(distdir)" \
224      || { sleep 5 && rm -rf "$(distdir)"; }; \
225  else :; fi
226am__post_remove_distdir = $(am__remove_distdir)
227am__relativize = \
228  dir0=`pwd`; \
229  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
230  sed_rest='s,^[^/]*/*,,'; \
231  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
232  sed_butlast='s,/*[^/]*$$,,'; \
233  while test -n "$$dir1"; do \
234    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
235    if test "$$first" != "."; then \
236      if test "$$first" = ".."; then \
237        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
238        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
239      else \
240        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
241        if test "$$first2" = "$$first"; then \
242          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
243        else \
244          dir2="../$$dir2"; \
245        fi; \
246        dir0="$$dir0"/"$$first"; \
247      fi; \
248    fi; \
249    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
250  done; \
251  reldir="$$dir2"
252GZIP_ENV = --best
253DIST_ARCHIVES = $(distdir).tar.xz
254DIST_TARGETS = dist-xz
255# Exists only to be overridden by the user if desired.
256AM_DISTCHECK_DVI_TARGET = dvi
257distuninstallcheck_listfiles = find . -type f -print
258am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
259  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
260distcleancheck_listfiles = find . -type f -print
261ACLOCAL = @ACLOCAL@
262AMTAR = @AMTAR@
263AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
264AR = @AR@
265AUTOCONF = @AUTOCONF@
266AUTOHEADER = @AUTOHEADER@
267AUTOMAKE = @AUTOMAKE@
268AWK = @AWK@
269BUILD_EXEEXT = @BUILD_EXEEXT@
270BUILD_OBJEXT = @BUILD_OBJEXT@
271CC = @CC@
272CCDEPMODE = @CCDEPMODE@
273CC_FOR_BUILD = @CC_FOR_BUILD@
274CFLAGS = @CFLAGS@
275CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
276CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
277CMOCKA_LIBS = @CMOCKA_LIBS@
278CPP = @CPP@
279CPPFLAGS = @CPPFLAGS@
280CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
281CPP_FOR_BUILD = @CPP_FOR_BUILD@
282CSCOPE = @CSCOPE@
283CTAGS = @CTAGS@
284CURL = @CURL@
285CYGPATH_W = @CYGPATH_W@
286DEFS = @DEFS@
287DEPDIR = @DEPDIR@
288DEVELOPER_MODE = @DEVELOPER_MODE@
289DLLTOOL = @DLLTOOL@
290DNSTAP_CFLAGS = @DNSTAP_CFLAGS@
291DNSTAP_LIBS = @DNSTAP_LIBS@
292DOXYGEN = @DOXYGEN@
293DSYMUTIL = @DSYMUTIL@
294DUMPBIN = @DUMPBIN@
295ECHO_C = @ECHO_C@
296ECHO_N = @ECHO_N@
297ECHO_T = @ECHO_T@
298EGREP = @EGREP@
299ETAGS = @ETAGS@
300EXEEXT = @EXEEXT@
301FGREP = @FGREP@
302FILECMD = @FILECMD@
303FSTRM_CAPTURE = @FSTRM_CAPTURE@
304FUZZ_LDFLAGS = @FUZZ_LDFLAGS@
305FUZZ_LOG_COMPILER = @FUZZ_LOG_COMPILER@
306GREP = @GREP@
307GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
308GSSAPI_LIBS = @GSSAPI_LIBS@
309INSTALL = @INSTALL@
310INSTALL_DATA = @INSTALL_DATA@
311INSTALL_PROGRAM = @INSTALL_PROGRAM@
312INSTALL_SCRIPT = @INSTALL_SCRIPT@
313INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
314JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
315JEMALLOC_LIBS = @JEMALLOC_LIBS@
316JSON_C_CFLAGS = @JSON_C_CFLAGS@
317JSON_C_LIBS = @JSON_C_LIBS@
318KRB5_CFLAGS = @KRB5_CFLAGS@
319KRB5_CONFIG = @KRB5_CONFIG@
320KRB5_LIBS = @KRB5_LIBS@
321LATEXMK = @LATEXMK@
322LD = @LD@
323LDFLAGS = @LDFLAGS@
324LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
325LIBCAP_LIBS = @LIBCAP_LIBS@
326LIBIDN2_CFLAGS = @LIBIDN2_CFLAGS@
327LIBIDN2_LIBS = @LIBIDN2_LIBS@
328LIBNGHTTP2_CFLAGS = @LIBNGHTTP2_CFLAGS@
329LIBNGHTTP2_LIBS = @LIBNGHTTP2_LIBS@
330LIBOBJS = @LIBOBJS@
331LIBS = @LIBS@
332LIBTOOL = @LIBTOOL@
333LIBUV_CFLAGS = @LIBUV_CFLAGS@
334LIBUV_LIBS = @LIBUV_LIBS@
335LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
336LIBXML2_LIBS = @LIBXML2_LIBS@
337LIPO = @LIPO@
338LMDB_CFLAGS = @LMDB_CFLAGS@
339LMDB_LIBS = @LMDB_LIBS@
340LN_S = @LN_S@
341LTLIBOBJS = @LTLIBOBJS@
342LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
343MAINT = @MAINT@
344MAKEINFO = @MAKEINFO@
345MANIFEST_TOOL = @MANIFEST_TOOL@
346MAXMINDDB_CFLAGS = @MAXMINDDB_CFLAGS@
347MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
348MAXMINDDB_PREFIX = @MAXMINDDB_PREFIX@
349MKDIR_P = @MKDIR_P@
350NC = @NC@
351NM = @NM@
352NMEDIT = @NMEDIT@
353OBJDUMP = @OBJDUMP@
354OBJEXT = @OBJEXT@
355OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
356OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
357OPENSSL_LIBS = @OPENSSL_LIBS@
358OTOOL = @OTOOL@
359OTOOL64 = @OTOOL64@
360PACKAGE = @PACKAGE@
361PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
362PACKAGE_NAME = @PACKAGE_NAME@
363PACKAGE_STRING = @PACKAGE_STRING@
364PACKAGE_TARNAME = @PACKAGE_TARNAME@
365PACKAGE_URL = @PACKAGE_URL@
366PACKAGE_VERSION = @PACKAGE_VERSION@
367PATH_SEPARATOR = @PATH_SEPARATOR@
368PERL = @PERL@
369PKG_CONFIG = @PKG_CONFIG@
370PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
371PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
372PROTOC_C = @PROTOC_C@
373PTHREAD_CC = @PTHREAD_CC@
374PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
375PTHREAD_CXX = @PTHREAD_CXX@
376PTHREAD_LIBS = @PTHREAD_LIBS@
377PYTEST = @PYTEST@
378PYTHON = @PYTHON@
379PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
380PYTHON_PLATFORM = @PYTHON_PLATFORM@
381PYTHON_PREFIX = @PYTHON_PREFIX@
382PYTHON_VERSION = @PYTHON_VERSION@
383RANLIB = @RANLIB@
384READLINE_CFLAGS = @READLINE_CFLAGS@
385READLINE_LIBS = @READLINE_LIBS@
386RELEASE_DATE = @RELEASE_DATE@
387SED = @SED@
388SET_MAKE = @SET_MAKE@
389SHELL = @SHELL@
390SPHINX_BUILD = @SPHINX_BUILD@
391STD_CFLAGS = @STD_CFLAGS@
392STD_CPPFLAGS = @STD_CPPFLAGS@
393STD_LDFLAGS = @STD_LDFLAGS@
394STRIP = @STRIP@
395TEST_CFLAGS = @TEST_CFLAGS@
396VERSION = @VERSION@
397XELATEX = @XELATEX@
398XSLTPROC = @XSLTPROC@
399ZLIB_CFLAGS = @ZLIB_CFLAGS@
400ZLIB_LIBS = @ZLIB_LIBS@
401abs_builddir = @abs_builddir@
402abs_srcdir = @abs_srcdir@
403abs_top_builddir = @abs_top_builddir@
404abs_top_srcdir = @abs_top_srcdir@
405ac_ct_AR = @ac_ct_AR@
406ac_ct_CC = @ac_ct_CC@
407ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
408ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
409am__include = @am__include@
410am__leading_dot = @am__leading_dot@
411am__quote = @am__quote@
412am__tar = @am__tar@
413am__untar = @am__untar@
414ax_pthread_config = @ax_pthread_config@
415bindir = @bindir@
416build = @build@
417build_alias = @build_alias@
418build_cpu = @build_cpu@
419build_os = @build_os@
420build_vendor = @build_vendor@
421builddir = @builddir@
422datadir = @datadir@
423datarootdir = @datarootdir@
424docdir = @docdir@
425dvidir = @dvidir@
426exec_prefix = @exec_prefix@
427host = @host@
428host_alias = @host_alias@
429host_cpu = @host_cpu@
430host_os = @host_os@
431host_vendor = @host_vendor@
432htmldir = @htmldir@
433includedir = @includedir@
434infodir = @infodir@
435install_sh = @install_sh@
436libdir = @libdir@
437libexecdir = @libexecdir@
438localedir = @localedir@
439localstatedir = @localstatedir@
440mandir = @mandir@
441mkdir_p = @mkdir_p@
442oldincludedir = @oldincludedir@
443pdfdir = @pdfdir@
444pkgpyexecdir = @pkgpyexecdir@
445pkgpythondir = @pkgpythondir@
446prefix = @prefix@
447program_transform_name = @program_transform_name@
448psdir = @psdir@
449pyexecdir = @pyexecdir@
450pythondir = @pythondir@
451runstatedir = @runstatedir@
452sbindir = @sbindir@
453sharedstatedir = @sharedstatedir@
454srcdir = @srcdir@
455sysconfdir = @sysconfdir@
456target = @target@
457target_alias = @target_alias@
458target_cpu = @target_cpu@
459target_os = @target_os@
460target_vendor = @target_vendor@
461top_build_prefix = @top_build_prefix@
462top_builddir = @top_builddir@
463top_srcdir = @top_srcdir@
464ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
465AM_CFLAGS = \
466	$(STD_CFLAGS)
467
468AM_CPPFLAGS = \
469	$(STD_CPPFLAGS)				\
470	-include $(top_builddir)/config.h	\
471	-I$(srcdir)/include
472
473AM_LDFLAGS = $(STD_LDFLAGS) $(am__append_1)
474LDADD = 
475LIBISC_CFLAGS = \
476	-I$(top_srcdir)/include				\
477	-I$(top_srcdir)/lib/isc/include			\
478	-I$(top_builddir)/lib/isc/include
479
480LIBISC_LIBS = $(top_builddir)/lib/isc/libisc.la
481LIBDNS_CFLAGS = \
482	-I$(top_srcdir)/lib/dns/include			\
483	-I$(top_builddir)/lib/dns/include
484
485LIBDNS_LIBS = \
486	$(top_builddir)/lib/dns/libdns.la
487
488LIBNS_CFLAGS = \
489	-I$(top_srcdir)/lib/ns/include
490
491LIBNS_LIBS = \
492	$(top_builddir)/lib/ns/libns.la
493
494LIBIRS_CFLAGS = \
495	-I$(top_srcdir)/lib/irs/include
496
497LIBIRS_LIBS = \
498	$(top_builddir)/lib/irs/libirs.la
499
500LIBISCCFG_CFLAGS = \
501	-I$(top_srcdir)/lib/isccfg/include
502
503LIBISCCFG_LIBS = \
504	$(top_builddir)/lib/isccfg/libisccfg.la
505
506LIBISCCC_CFLAGS = \
507	-I$(top_srcdir)/lib/isccc/include/
508
509LIBISCCC_LIBS = \
510	$(top_builddir)/lib/isccc/libisccc.la
511
512LIBBIND9_CFLAGS = \
513	-I$(top_srcdir)/lib/bind9/include
514
515LIBBIND9_LIBS = \
516	$(top_builddir)/lib/bind9/libbind9.la
517
518SUBDIRS = . lib doc bin fuzz $(am__append_2)
519BUILT_SOURCES = bind.keys.h
520CLEANFILES = bind.keys.h
521dist_sysconf_DATA = bind.keys
522EXTRA_DIST = \
523	util/bindkeys.pl	\
524	contrib			\
525	CHANGES			\
526	COPYRIGHT		\
527	LICENSE			\
528	*.md
529
530all: $(BUILT_SOURCES) config.h
531	$(MAKE) $(AM_MAKEFLAGS) all-recursive
532
533.SUFFIXES:
534am--refresh: Makefile
535	@:
536$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.top $(am__configure_deps)
537	@for dep in $?; do \
538	  case '$(am__configure_deps)' in \
539	    *$$dep*) \
540	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
541	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
542		&& exit 0; \
543	      exit 1;; \
544	  esac; \
545	done; \
546	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
547	$(am__cd) $(top_srcdir) && \
548	  $(AUTOMAKE) --foreign Makefile
549Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
550	@case '$?' in \
551	  *config.status*) \
552	    echo ' $(SHELL) ./config.status'; \
553	    $(SHELL) ./config.status;; \
554	  *) \
555	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
556	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
557	esac;
558$(top_srcdir)/Makefile.top $(am__empty):
559
560$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
561	$(SHELL) ./config.status --recheck
562
563$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
564	$(am__cd) $(srcdir) && $(AUTOCONF)
565$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
566	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
567$(am__aclocal_m4_deps):
568
569config.h: stamp-h1
570	@test -f $@ || rm -f stamp-h1
571	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
572
573stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
574	@rm -f stamp-h1
575	cd $(top_builddir) && $(SHELL) ./config.status config.h
576$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
577	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
578	rm -f stamp-h1
579	touch $@
580
581distclean-hdr:
582	-rm -f config.h stamp-h1
583doc/doxygen/doxygen-input-filter: $(top_builddir)/config.status $(top_srcdir)/doc/doxygen/doxygen-input-filter.in
584	cd $(top_builddir) && $(SHELL) ./config.status $@
585util/check-make-install: $(top_builddir)/config.status $(top_srcdir)/util/check-make-install.in
586	cd $(top_builddir) && $(SHELL) ./config.status $@
587
588mostlyclean-libtool:
589	-rm -f *.lo
590
591clean-libtool:
592	-rm -rf .libs _libs
593
594distclean-libtool:
595	-rm -f libtool config.lt
596install-dist_sysconfDATA: $(dist_sysconf_DATA)
597	@$(NORMAL_INSTALL)
598	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
599	if test -n "$$list"; then \
600	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
601	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
602	fi; \
603	for p in $$list; do \
604	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
605	  echo "$$d$$p"; \
606	done | $(am__base_list) | \
607	while read files; do \
608	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
609	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
610	done
611
612uninstall-dist_sysconfDATA:
613	@$(NORMAL_UNINSTALL)
614	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
615	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
616	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
617
618# This directory's subdirectories are mostly independent; you can cd
619# into them and run 'make' without going through this Makefile.
620# To change the values of 'make' variables: instead of editing Makefiles,
621# (1) if the variable is set in 'config.status', edit 'config.status'
622#     (which will cause the Makefiles to be regenerated when you run 'make');
623# (2) otherwise, pass the desired values on the 'make' command line.
624$(am__recursive_targets):
625	@fail=; \
626	if $(am__make_keepgoing); then \
627	  failcom='fail=yes'; \
628	else \
629	  failcom='exit 1'; \
630	fi; \
631	dot_seen=no; \
632	target=`echo $@ | sed s/-recursive//`; \
633	case "$@" in \
634	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
635	  *) list='$(SUBDIRS)' ;; \
636	esac; \
637	for subdir in $$list; do \
638	  echo "Making $$target in $$subdir"; \
639	  if test "$$subdir" = "."; then \
640	    dot_seen=yes; \
641	    local_target="$$target-am"; \
642	  else \
643	    local_target="$$target"; \
644	  fi; \
645	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
646	  || eval $$failcom; \
647	done; \
648	if test "$$dot_seen" = "no"; then \
649	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
650	fi; test -z "$$fail"
651test-local: 
652unit-local: 
653doc-local: 
654
655ID: $(am__tagged_files)
656	$(am__define_uniq_tagged_files); mkid -fID $$unique
657tags: tags-recursive
658TAGS: tags
659
660tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
661	set x; \
662	here=`pwd`; \
663	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
664	  include_option=--etags-include; \
665	  empty_fix=.; \
666	else \
667	  include_option=--include; \
668	  empty_fix=; \
669	fi; \
670	list='$(SUBDIRS)'; for subdir in $$list; do \
671	  if test "$$subdir" = .; then :; else \
672	    test ! -f $$subdir/TAGS || \
673	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
674	  fi; \
675	done; \
676	$(am__define_uniq_tagged_files); \
677	shift; \
678	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
679	  test -n "$$unique" || unique=$$empty_fix; \
680	  if test $$# -gt 0; then \
681	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
682	      "$$@" $$unique; \
683	  else \
684	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
685	      $$unique; \
686	  fi; \
687	fi
688ctags: ctags-recursive
689
690CTAGS: ctags
691ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
692	$(am__define_uniq_tagged_files); \
693	test -z "$(CTAGS_ARGS)$$unique" \
694	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
695	     $$unique
696
697GTAGS:
698	here=`$(am__cd) $(top_builddir) && pwd` \
699	  && $(am__cd) $(top_srcdir) \
700	  && gtags -i $(GTAGS_ARGS) "$$here"
701cscope: cscope.files
702	test ! -s cscope.files \
703	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
704clean-cscope:
705	-rm -f cscope.files
706cscope.files: clean-cscope cscopelist
707cscopelist: cscopelist-recursive
708
709cscopelist-am: $(am__tagged_files)
710	list='$(am__tagged_files)'; \
711	case "$(srcdir)" in \
712	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
713	  *) sdir=$(subdir)/$(srcdir) ;; \
714	esac; \
715	for i in $$list; do \
716	  if test -f "$$i"; then \
717	    echo "$(subdir)/$$i"; \
718	  else \
719	    echo "$$sdir/$$i"; \
720	  fi; \
721	done >> $(top_builddir)/cscope.files
722
723distclean-tags:
724	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
725	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
726distdir: $(BUILT_SOURCES)
727	$(MAKE) $(AM_MAKEFLAGS) distdir-am
728
729distdir-am: $(DISTFILES)
730	$(am__remove_distdir)
731	test -d "$(distdir)" || mkdir "$(distdir)"
732	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
733	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
734	list='$(DISTFILES)'; \
735	  dist_files=`for file in $$list; do echo $$file; done | \
736	  sed -e "s|^$$srcdirstrip/||;t" \
737	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
738	case $$dist_files in \
739	  */*) $(MKDIR_P) `echo "$$dist_files" | \
740			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
741			   sort -u` ;; \
742	esac; \
743	for file in $$dist_files; do \
744	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
745	  if test -d $$d/$$file; then \
746	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
747	    if test -d "$(distdir)/$$file"; then \
748	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
749	    fi; \
750	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
751	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
752	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
753	    fi; \
754	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
755	  else \
756	    test -f "$(distdir)/$$file" \
757	    || cp -p $$d/$$file "$(distdir)/$$file" \
758	    || exit 1; \
759	  fi; \
760	done
761	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
762	  if test "$$subdir" = .; then :; else \
763	    $(am__make_dryrun) \
764	      || test -d "$(distdir)/$$subdir" \
765	      || $(MKDIR_P) "$(distdir)/$$subdir" \
766	      || exit 1; \
767	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
768	    $(am__relativize); \
769	    new_distdir=$$reldir; \
770	    dir1=$$subdir; dir2="$(top_distdir)"; \
771	    $(am__relativize); \
772	    new_top_distdir=$$reldir; \
773	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
774	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
775	    ($(am__cd) $$subdir && \
776	      $(MAKE) $(AM_MAKEFLAGS) \
777	        top_distdir="$$new_top_distdir" \
778	        distdir="$$new_distdir" \
779		am__remove_distdir=: \
780		am__skip_length_check=: \
781		am__skip_mode_fix=: \
782	        distdir) \
783	      || exit 1; \
784	  fi; \
785	done
786	$(MAKE) $(AM_MAKEFLAGS) \
787	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
788	  dist-hook
789	-test -n "$(am__skip_mode_fix)" \
790	|| find "$(distdir)" -type d ! -perm -755 \
791		-exec chmod u+rwx,go+rx {} \; -o \
792	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
793	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
794	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
795	|| chmod -R a+r "$(distdir)"
796dist-gzip: distdir
797	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
798	$(am__post_remove_distdir)
799
800dist-bzip2: distdir
801	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
802	$(am__post_remove_distdir)
803
804dist-lzip: distdir
805	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
806	$(am__post_remove_distdir)
807dist-xz: distdir
808	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
809	$(am__post_remove_distdir)
810
811dist-zstd: distdir
812	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
813	$(am__post_remove_distdir)
814
815dist-tarZ: distdir
816	@echo WARNING: "Support for distribution archives compressed with" \
817		       "legacy program 'compress' is deprecated." >&2
818	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
819	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
820	$(am__post_remove_distdir)
821
822dist-shar: distdir
823	@echo WARNING: "Support for shar distribution archives is" \
824	               "deprecated." >&2
825	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
826	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
827	$(am__post_remove_distdir)
828
829dist-zip: distdir
830	-rm -f $(distdir).zip
831	zip -rq $(distdir).zip $(distdir)
832	$(am__post_remove_distdir)
833
834dist dist-all:
835	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
836	$(am__post_remove_distdir)
837
838# This target untars the dist file and tries a VPATH configuration.  Then
839# it guarantees that the distribution is self-contained by making another
840# tarfile.
841distcheck: dist
842	case '$(DIST_ARCHIVES)' in \
843	*.tar.gz*) \
844	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
845	*.tar.bz2*) \
846	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
847	*.tar.lz*) \
848	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
849	*.tar.xz*) \
850	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
851	*.tar.Z*) \
852	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
853	*.shar.gz*) \
854	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
855	*.zip*) \
856	  unzip $(distdir).zip ;;\
857	*.tar.zst*) \
858	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
859	esac
860	chmod -R a-w $(distdir)
861	chmod u+w $(distdir)
862	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
863	chmod a-w $(distdir)
864	test -d $(distdir)/_build || exit 0; \
865	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
866	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
867	  && am__cwd=`pwd` \
868	  && $(am__cd) $(distdir)/_build/sub \
869	  && ../../configure \
870	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
871	    $(DISTCHECK_CONFIGURE_FLAGS) \
872	    --srcdir=../.. --prefix="$$dc_install_base" \
873	  && $(MAKE) $(AM_MAKEFLAGS) \
874	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
875	  && $(MAKE) $(AM_MAKEFLAGS) check \
876	  && $(MAKE) $(AM_MAKEFLAGS) install \
877	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
878	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
879	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
880	        distuninstallcheck \
881	  && chmod -R a-w "$$dc_install_base" \
882	  && ({ \
883	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
884	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
885	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
886	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
887	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
888	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
889	  && rm -rf "$$dc_destdir" \
890	  && $(MAKE) $(AM_MAKEFLAGS) dist \
891	  && rm -rf $(DIST_ARCHIVES) \
892	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
893	  && cd "$$am__cwd" \
894	  || exit 1
895	$(am__post_remove_distdir)
896	@(echo "$(distdir) archives ready for distribution: "; \
897	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
898	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
899distuninstallcheck:
900	@test -n '$(distuninstallcheck_dir)' || { \
901	  echo 'ERROR: trying to run $@ with an empty' \
902	       '$$(distuninstallcheck_dir)' >&2; \
903	  exit 1; \
904	}; \
905	$(am__cd) '$(distuninstallcheck_dir)' || { \
906	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
907	  exit 1; \
908	}; \
909	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
910	   || { echo "ERROR: files left after uninstall:" ; \
911	        if test -n "$(DESTDIR)"; then \
912	          echo "  (check DESTDIR support)"; \
913	        fi ; \
914	        $(distuninstallcheck_listfiles) ; \
915	        exit 1; } >&2
916distcleancheck: distclean
917	@if test '$(srcdir)' = . ; then \
918	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
919	  exit 1 ; \
920	fi
921	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
922	  || { echo "ERROR: files left in build directory after distclean:" ; \
923	       $(distcleancheck_listfiles) ; \
924	       exit 1; } >&2
925check-am: all-am
926check: $(BUILT_SOURCES)
927	$(MAKE) $(AM_MAKEFLAGS) check-recursive
928all-am: Makefile $(DATA) config.h
929installdirs: installdirs-recursive
930installdirs-am:
931	for dir in "$(DESTDIR)$(sysconfdir)"; do \
932	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
933	done
934install: $(BUILT_SOURCES)
935	$(MAKE) $(AM_MAKEFLAGS) install-recursive
936install-exec: $(BUILT_SOURCES)
937	$(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
938install-data: install-data-recursive
939uninstall: uninstall-recursive
940
941install-am: all-am
942	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
943
944installcheck: installcheck-recursive
945install-strip:
946	if test -z '$(STRIP)'; then \
947	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
948	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
949	      install; \
950	else \
951	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
952	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
953	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
954	fi
955mostlyclean-generic:
956
957clean-generic:
958	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
959
960distclean-generic:
961	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
962	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
963
964maintainer-clean-generic:
965	@echo "This command is intended for maintainers to use"
966	@echo "it deletes files that may require special tools to rebuild."
967	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
968clean: clean-recursive
969
970clean-am: clean-generic clean-libtool mostlyclean-am
971
972distclean: distclean-recursive
973	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
974	-rm -f Makefile
975distclean-am: clean-am distclean-generic distclean-hdr \
976	distclean-libtool distclean-tags
977
978doc: doc-recursive
979
980doc-am: doc-local
981
982dvi: dvi-recursive
983
984dvi-am:
985
986html: html-recursive
987
988html-am:
989
990info: info-recursive
991
992info-am:
993
994install-data-am:
995
996install-dvi: install-dvi-recursive
997
998install-dvi-am:
999
1000install-exec-am: install-dist_sysconfDATA
1001
1002install-html: install-html-recursive
1003
1004install-html-am:
1005
1006install-info: install-info-recursive
1007
1008install-info-am:
1009
1010install-man:
1011
1012install-pdf: install-pdf-recursive
1013
1014install-pdf-am:
1015
1016install-ps: install-ps-recursive
1017
1018install-ps-am:
1019
1020installcheck-am:
1021
1022maintainer-clean: maintainer-clean-recursive
1023	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1024	-rm -rf $(top_srcdir)/autom4te.cache
1025	-rm -f Makefile
1026maintainer-clean-am: distclean-am maintainer-clean-generic
1027
1028mostlyclean: mostlyclean-recursive
1029
1030mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1031
1032pdf: pdf-recursive
1033
1034pdf-am:
1035
1036ps: ps-recursive
1037
1038ps-am:
1039
1040test: test-recursive
1041
1042test-am: test-local
1043
1044uninstall-am: uninstall-dist_sysconfDATA
1045
1046unit: unit-recursive
1047
1048unit-am: unit-local
1049
1050.MAKE: $(am__recursive_targets) all check install install-am \
1051	install-exec install-strip
1052
1053.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1054	am--refresh check check-am clean clean-cscope clean-generic \
1055	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1056	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1057	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
1058	distclean-generic distclean-hdr distclean-libtool \
1059	distclean-tags distcleancheck distdir distuninstallcheck \
1060	doc-am doc-local dvi dvi-am html html-am info info-am install \
1061	install-am install-data install-data-am \
1062	install-dist_sysconfDATA install-dvi install-dvi-am \
1063	install-exec install-exec-am install-html install-html-am \
1064	install-info install-info-am install-man install-pdf \
1065	install-pdf-am install-ps install-ps-am install-strip \
1066	installcheck installcheck-am installdirs installdirs-am \
1067	maintainer-clean maintainer-clean-generic mostlyclean \
1068	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1069	tags tags-am test-am test-local uninstall uninstall-am \
1070	uninstall-dist_sysconfDATA unit-am unit-local
1071
1072.PRECIOUS: Makefile
1073
1074
1075bind.keys.h: bind.keys Makefile
1076	${PERL} ${top_srcdir}/util/bindkeys.pl ${top_srcdir}/bind.keys > $@
1077
1078.PHONY: doc
1079
1080dist-hook:
1081	find $(distdir) -type f -name .gitignore -delete
1082	git rev-parse --short HEAD | cut -b1-7 > $(distdir)/srcid
1083
1084# Tell versions [3.59,3.63) of GNU make to not export all variables.
1085# Otherwise a system limit (for SysV at least) may be exceeded.
1086.NOEXPORT:
1087