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
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93target_triplet = @target@
94@HOST_MACOS_TRUE@am__append_1 = \
95@HOST_MACOS_TRUE@	-Wl,-flat_namespace
96
97subdir = lib
98ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
100	$(top_srcdir)/m4/ax_check_link_flag.m4 \
101	$(top_srcdir)/m4/ax_check_openssl.m4 \
102	$(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
103	$(top_srcdir)/m4/ax_jemalloc.m4 \
104	$(top_srcdir)/m4/ax_lib_lmdb.m4 \
105	$(top_srcdir)/m4/ax_posix_shell.m4 \
106	$(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
107	$(top_srcdir)/m4/ax_pthread.m4 \
108	$(top_srcdir)/m4/ax_restore_flags.m4 \
109	$(top_srcdir)/m4/ax_save_flags.m4 $(top_srcdir)/m4/ax_tls.m4 \
110	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
111	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
112	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114	$(ACLOCAL_M4)
115DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
116mkinstalldirs = $(install_sh) -d
117CONFIG_HEADER = $(top_builddir)/config.h
118CONFIG_CLEAN_FILES =
119CONFIG_CLEAN_VPATH_FILES =
120AM_V_P = $(am__v_P_@AM_V@)
121am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122am__v_P_0 = false
123am__v_P_1 = :
124AM_V_GEN = $(am__v_GEN_@AM_V@)
125am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126am__v_GEN_0 = @echo "  GEN     " $@;
127am__v_GEN_1 = 
128AM_V_at = $(am__v_at_@AM_V@)
129am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130am__v_at_0 = @
131am__v_at_1 = 
132SOURCES =
133DIST_SOURCES =
134RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
135	ctags-recursive dvi-recursive html-recursive info-recursive \
136	install-data-recursive install-dvi-recursive \
137	install-exec-recursive install-html-recursive \
138	install-info-recursive install-pdf-recursive \
139	install-ps-recursive install-recursive installcheck-recursive \
140	installdirs-recursive pdf-recursive ps-recursive \
141	tags-recursive uninstall-recursive
142am__can_run_installinfo = \
143  case $$AM_UPDATE_INFO_DIR in \
144    n|no|NO) false;; \
145    *) (install-info --version) >/dev/null 2>&1;; \
146  esac
147RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
148  distclean-recursive maintainer-clean-recursive
149am__recursive_targets = \
150  $(RECURSIVE_TARGETS) \
151  $(RECURSIVE_CLEAN_TARGETS) \
152  $(am__extra_recursive_targets)
153AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
154	distdir distdir-am
155am__extra_recursive_targets = test-recursive unit-recursive \
156	doc-recursive
157am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158# Read a list of newline-separated strings from the standard input,
159# and print each of them once, without duplicates.  Input order is
160# *not* preserved.
161am__uniquify_input = $(AWK) '\
162  BEGIN { nonempty = 0; } \
163  { items[$$0] = 1; nonempty = 1; } \
164  END { if (nonempty) { for (i in items) print i; }; } \
165'
166# Make sure the list of sources is unique.  This is necessary because,
167# e.g., the same source file might be shared among _SOURCES variables
168# for different programs/libraries.
169am__define_uniq_tagged_files = \
170  list='$(am__tagged_files)'; \
171  unique=`for i in $$list; do \
172    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173  done | $(am__uniquify_input)`
174DIST_SUBDIRS = $(SUBDIRS)
175am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.top
176DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
177am__relativize = \
178  dir0=`pwd`; \
179  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
180  sed_rest='s,^[^/]*/*,,'; \
181  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
182  sed_butlast='s,/*[^/]*$$,,'; \
183  while test -n "$$dir1"; do \
184    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
185    if test "$$first" != "."; then \
186      if test "$$first" = ".."; then \
187        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
188        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
189      else \
190        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
191        if test "$$first2" = "$$first"; then \
192          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
193        else \
194          dir2="../$$dir2"; \
195        fi; \
196        dir0="$$dir0"/"$$first"; \
197      fi; \
198    fi; \
199    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
200  done; \
201  reldir="$$dir2"
202ACLOCAL = @ACLOCAL@
203AMTAR = @AMTAR@
204AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205AR = @AR@
206AUTOCONF = @AUTOCONF@
207AUTOHEADER = @AUTOHEADER@
208AUTOMAKE = @AUTOMAKE@
209AWK = @AWK@
210BUILD_EXEEXT = @BUILD_EXEEXT@
211BUILD_OBJEXT = @BUILD_OBJEXT@
212CC = @CC@
213CCDEPMODE = @CCDEPMODE@
214CC_FOR_BUILD = @CC_FOR_BUILD@
215CFLAGS = @CFLAGS@
216CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
217CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
218CMOCKA_LIBS = @CMOCKA_LIBS@
219CPP = @CPP@
220CPPFLAGS = @CPPFLAGS@
221CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
222CPP_FOR_BUILD = @CPP_FOR_BUILD@
223CSCOPE = @CSCOPE@
224CTAGS = @CTAGS@
225CURL = @CURL@
226CYGPATH_W = @CYGPATH_W@
227DEFS = @DEFS@
228DEPDIR = @DEPDIR@
229DEVELOPER_MODE = @DEVELOPER_MODE@
230DLLTOOL = @DLLTOOL@
231DNSTAP_CFLAGS = @DNSTAP_CFLAGS@
232DNSTAP_LIBS = @DNSTAP_LIBS@
233DOXYGEN = @DOXYGEN@
234DSYMUTIL = @DSYMUTIL@
235DUMPBIN = @DUMPBIN@
236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGREP = @EGREP@
240ETAGS = @ETAGS@
241EXEEXT = @EXEEXT@
242FGREP = @FGREP@
243FILECMD = @FILECMD@
244FSTRM_CAPTURE = @FSTRM_CAPTURE@
245FUZZ_LDFLAGS = @FUZZ_LDFLAGS@
246FUZZ_LOG_COMPILER = @FUZZ_LOG_COMPILER@
247GREP = @GREP@
248GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
249GSSAPI_LIBS = @GSSAPI_LIBS@
250INSTALL = @INSTALL@
251INSTALL_DATA = @INSTALL_DATA@
252INSTALL_PROGRAM = @INSTALL_PROGRAM@
253INSTALL_SCRIPT = @INSTALL_SCRIPT@
254INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
255JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
256JEMALLOC_LIBS = @JEMALLOC_LIBS@
257JSON_C_CFLAGS = @JSON_C_CFLAGS@
258JSON_C_LIBS = @JSON_C_LIBS@
259KRB5_CFLAGS = @KRB5_CFLAGS@
260KRB5_CONFIG = @KRB5_CONFIG@
261KRB5_LIBS = @KRB5_LIBS@
262LATEXMK = @LATEXMK@
263LD = @LD@
264LDFLAGS = @LDFLAGS@
265LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
266LIBCAP_LIBS = @LIBCAP_LIBS@
267LIBIDN2_CFLAGS = @LIBIDN2_CFLAGS@
268LIBIDN2_LIBS = @LIBIDN2_LIBS@
269LIBNGHTTP2_CFLAGS = @LIBNGHTTP2_CFLAGS@
270LIBNGHTTP2_LIBS = @LIBNGHTTP2_LIBS@
271LIBOBJS = @LIBOBJS@
272LIBS = @LIBS@
273LIBTOOL = @LIBTOOL@
274LIBUV_CFLAGS = @LIBUV_CFLAGS@
275LIBUV_LIBS = @LIBUV_LIBS@
276LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
277LIBXML2_LIBS = @LIBXML2_LIBS@
278LIPO = @LIPO@
279LMDB_CFLAGS = @LMDB_CFLAGS@
280LMDB_LIBS = @LMDB_LIBS@
281LN_S = @LN_S@
282LTLIBOBJS = @LTLIBOBJS@
283LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
284MAINT = @MAINT@
285MAKEINFO = @MAKEINFO@
286MANIFEST_TOOL = @MANIFEST_TOOL@
287MAXMINDDB_CFLAGS = @MAXMINDDB_CFLAGS@
288MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
289MAXMINDDB_PREFIX = @MAXMINDDB_PREFIX@
290MKDIR_P = @MKDIR_P@
291NC = @NC@
292NM = @NM@
293NMEDIT = @NMEDIT@
294OBJDUMP = @OBJDUMP@
295OBJEXT = @OBJEXT@
296OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
297OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
298OPENSSL_LIBS = @OPENSSL_LIBS@
299OTOOL = @OTOOL@
300OTOOL64 = @OTOOL64@
301PACKAGE = @PACKAGE@
302PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
303PACKAGE_NAME = @PACKAGE_NAME@
304PACKAGE_STRING = @PACKAGE_STRING@
305PACKAGE_TARNAME = @PACKAGE_TARNAME@
306PACKAGE_URL = @PACKAGE_URL@
307PACKAGE_VERSION = @PACKAGE_VERSION@
308PATH_SEPARATOR = @PATH_SEPARATOR@
309PERL = @PERL@
310PKG_CONFIG = @PKG_CONFIG@
311PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
312PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
313PROTOC_C = @PROTOC_C@
314PTHREAD_CC = @PTHREAD_CC@
315PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
316PTHREAD_CXX = @PTHREAD_CXX@
317PTHREAD_LIBS = @PTHREAD_LIBS@
318PYTEST = @PYTEST@
319PYTHON = @PYTHON@
320PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
321PYTHON_PLATFORM = @PYTHON_PLATFORM@
322PYTHON_PREFIX = @PYTHON_PREFIX@
323PYTHON_VERSION = @PYTHON_VERSION@
324RANLIB = @RANLIB@
325READLINE_CFLAGS = @READLINE_CFLAGS@
326READLINE_LIBS = @READLINE_LIBS@
327RELEASE_DATE = @RELEASE_DATE@
328SED = @SED@
329SET_MAKE = @SET_MAKE@
330SHELL = @SHELL@
331SPHINX_BUILD = @SPHINX_BUILD@
332STD_CFLAGS = @STD_CFLAGS@
333STD_CPPFLAGS = @STD_CPPFLAGS@
334STD_LDFLAGS = @STD_LDFLAGS@
335STRIP = @STRIP@
336TEST_CFLAGS = @TEST_CFLAGS@
337VERSION = @VERSION@
338XELATEX = @XELATEX@
339XSLTPROC = @XSLTPROC@
340ZLIB_CFLAGS = @ZLIB_CFLAGS@
341ZLIB_LIBS = @ZLIB_LIBS@
342abs_builddir = @abs_builddir@
343abs_srcdir = @abs_srcdir@
344abs_top_builddir = @abs_top_builddir@
345abs_top_srcdir = @abs_top_srcdir@
346ac_ct_AR = @ac_ct_AR@
347ac_ct_CC = @ac_ct_CC@
348ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
349ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
350am__include = @am__include@
351am__leading_dot = @am__leading_dot@
352am__quote = @am__quote@
353am__tar = @am__tar@
354am__untar = @am__untar@
355ax_pthread_config = @ax_pthread_config@
356bindir = @bindir@
357build = @build@
358build_alias = @build_alias@
359build_cpu = @build_cpu@
360build_os = @build_os@
361build_vendor = @build_vendor@
362builddir = @builddir@
363datadir = @datadir@
364datarootdir = @datarootdir@
365docdir = @docdir@
366dvidir = @dvidir@
367exec_prefix = @exec_prefix@
368host = @host@
369host_alias = @host_alias@
370host_cpu = @host_cpu@
371host_os = @host_os@
372host_vendor = @host_vendor@
373htmldir = @htmldir@
374includedir = @includedir@
375infodir = @infodir@
376install_sh = @install_sh@
377libdir = @libdir@
378libexecdir = @libexecdir@
379localedir = @localedir@
380localstatedir = @localstatedir@
381mandir = @mandir@
382mkdir_p = @mkdir_p@
383oldincludedir = @oldincludedir@
384pdfdir = @pdfdir@
385pkgpyexecdir = @pkgpyexecdir@
386pkgpythondir = @pkgpythondir@
387prefix = @prefix@
388program_transform_name = @program_transform_name@
389psdir = @psdir@
390pyexecdir = @pyexecdir@
391pythondir = @pythondir@
392runstatedir = @runstatedir@
393sbindir = @sbindir@
394sharedstatedir = @sharedstatedir@
395srcdir = @srcdir@
396sysconfdir = @sysconfdir@
397target = @target@
398target_alias = @target_alias@
399target_cpu = @target_cpu@
400target_os = @target_os@
401target_vendor = @target_vendor@
402top_build_prefix = @top_build_prefix@
403top_builddir = @top_builddir@
404top_srcdir = @top_srcdir@
405ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
406AM_CFLAGS = \
407	$(STD_CFLAGS)
408
409AM_CPPFLAGS = \
410	$(STD_CPPFLAGS)				\
411	-include $(top_builddir)/config.h	\
412	-I$(srcdir)/include
413
414AM_LDFLAGS = $(STD_LDFLAGS) $(am__append_1)
415LDADD = 
416LIBISC_CFLAGS = \
417	-I$(top_srcdir)/include				\
418	-I$(top_srcdir)/lib/isc/include			\
419	-I$(top_builddir)/lib/isc/include
420
421LIBISC_LIBS = $(top_builddir)/lib/isc/libisc.la
422LIBDNS_CFLAGS = \
423	-I$(top_srcdir)/lib/dns/include			\
424	-I$(top_builddir)/lib/dns/include
425
426LIBDNS_LIBS = \
427	$(top_builddir)/lib/dns/libdns.la
428
429LIBNS_CFLAGS = \
430	-I$(top_srcdir)/lib/ns/include
431
432LIBNS_LIBS = \
433	$(top_builddir)/lib/ns/libns.la
434
435LIBIRS_CFLAGS = \
436	-I$(top_srcdir)/lib/irs/include
437
438LIBIRS_LIBS = \
439	$(top_builddir)/lib/irs/libirs.la
440
441LIBISCCFG_CFLAGS = \
442	-I$(top_srcdir)/lib/isccfg/include
443
444LIBISCCFG_LIBS = \
445	$(top_builddir)/lib/isccfg/libisccfg.la
446
447LIBISCCC_CFLAGS = \
448	-I$(top_srcdir)/lib/isccc/include/
449
450LIBISCCC_LIBS = \
451	$(top_builddir)/lib/isccc/libisccc.la
452
453LIBBIND9_CFLAGS = \
454	-I$(top_srcdir)/lib/bind9/include
455
456LIBBIND9_LIBS = \
457	$(top_builddir)/lib/bind9/libbind9.la
458
459SUBDIRS = isc dns isccc ns isccfg bind9 irs
460all: all-recursive
461
462.SUFFIXES:
463$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.top $(am__configure_deps)
464	@for dep in $?; do \
465	  case '$(am__configure_deps)' in \
466	    *$$dep*) \
467	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
468	        && { if test -f $@; then exit 0; else break; fi; }; \
469	      exit 1;; \
470	  esac; \
471	done; \
472	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
473	$(am__cd) $(top_srcdir) && \
474	  $(AUTOMAKE) --foreign lib/Makefile
475Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
476	@case '$?' in \
477	  *config.status*) \
478	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
479	  *) \
480	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
481	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
482	esac;
483$(top_srcdir)/Makefile.top $(am__empty):
484
485$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
486	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487
488$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
489	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
490$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
491	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492$(am__aclocal_m4_deps):
493
494mostlyclean-libtool:
495	-rm -f *.lo
496
497clean-libtool:
498	-rm -rf .libs _libs
499
500# This directory's subdirectories are mostly independent; you can cd
501# into them and run 'make' without going through this Makefile.
502# To change the values of 'make' variables: instead of editing Makefiles,
503# (1) if the variable is set in 'config.status', edit 'config.status'
504#     (which will cause the Makefiles to be regenerated when you run 'make');
505# (2) otherwise, pass the desired values on the 'make' command line.
506$(am__recursive_targets):
507	@fail=; \
508	if $(am__make_keepgoing); then \
509	  failcom='fail=yes'; \
510	else \
511	  failcom='exit 1'; \
512	fi; \
513	dot_seen=no; \
514	target=`echo $@ | sed s/-recursive//`; \
515	case "$@" in \
516	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
517	  *) list='$(SUBDIRS)' ;; \
518	esac; \
519	for subdir in $$list; do \
520	  echo "Making $$target in $$subdir"; \
521	  if test "$$subdir" = "."; then \
522	    dot_seen=yes; \
523	    local_target="$$target-am"; \
524	  else \
525	    local_target="$$target"; \
526	  fi; \
527	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
528	  || eval $$failcom; \
529	done; \
530	if test "$$dot_seen" = "no"; then \
531	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
532	fi; test -z "$$fail"
533test-local: 
534unit-local: 
535doc-local: 
536
537ID: $(am__tagged_files)
538	$(am__define_uniq_tagged_files); mkid -fID $$unique
539tags: tags-recursive
540TAGS: tags
541
542tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
543	set x; \
544	here=`pwd`; \
545	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
546	  include_option=--etags-include; \
547	  empty_fix=.; \
548	else \
549	  include_option=--include; \
550	  empty_fix=; \
551	fi; \
552	list='$(SUBDIRS)'; for subdir in $$list; do \
553	  if test "$$subdir" = .; then :; else \
554	    test ! -f $$subdir/TAGS || \
555	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
556	  fi; \
557	done; \
558	$(am__define_uniq_tagged_files); \
559	shift; \
560	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
561	  test -n "$$unique" || unique=$$empty_fix; \
562	  if test $$# -gt 0; then \
563	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
564	      "$$@" $$unique; \
565	  else \
566	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
567	      $$unique; \
568	  fi; \
569	fi
570ctags: ctags-recursive
571
572CTAGS: ctags
573ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
574	$(am__define_uniq_tagged_files); \
575	test -z "$(CTAGS_ARGS)$$unique" \
576	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
577	     $$unique
578
579GTAGS:
580	here=`$(am__cd) $(top_builddir) && pwd` \
581	  && $(am__cd) $(top_srcdir) \
582	  && gtags -i $(GTAGS_ARGS) "$$here"
583cscopelist: cscopelist-recursive
584
585cscopelist-am: $(am__tagged_files)
586	list='$(am__tagged_files)'; \
587	case "$(srcdir)" in \
588	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
589	  *) sdir=$(subdir)/$(srcdir) ;; \
590	esac; \
591	for i in $$list; do \
592	  if test -f "$$i"; then \
593	    echo "$(subdir)/$$i"; \
594	  else \
595	    echo "$$sdir/$$i"; \
596	  fi; \
597	done >> $(top_builddir)/cscope.files
598
599distclean-tags:
600	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
601distdir: $(BUILT_SOURCES)
602	$(MAKE) $(AM_MAKEFLAGS) distdir-am
603
604distdir-am: $(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
702doc: doc-recursive
703
704doc-am: doc-local
705
706dvi: dvi-recursive
707
708dvi-am:
709
710html: html-recursive
711
712html-am:
713
714info: info-recursive
715
716info-am:
717
718install-data-am:
719
720install-dvi: install-dvi-recursive
721
722install-dvi-am:
723
724install-exec-am:
725
726install-html: install-html-recursive
727
728install-html-am:
729
730install-info: install-info-recursive
731
732install-info-am:
733
734install-man:
735
736install-pdf: install-pdf-recursive
737
738install-pdf-am:
739
740install-ps: install-ps-recursive
741
742install-ps-am:
743
744installcheck-am:
745
746maintainer-clean: maintainer-clean-recursive
747	-rm -f Makefile
748maintainer-clean-am: distclean-am maintainer-clean-generic
749
750mostlyclean: mostlyclean-recursive
751
752mostlyclean-am: mostlyclean-generic mostlyclean-libtool
753
754pdf: pdf-recursive
755
756pdf-am:
757
758ps: ps-recursive
759
760ps-am:
761
762test: test-recursive
763
764test-am: test-local
765
766uninstall-am:
767
768unit: unit-recursive
769
770unit-am: unit-local
771
772.MAKE: $(am__recursive_targets) install-am install-strip
773
774.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
775	check-am clean clean-generic clean-libtool cscopelist-am ctags \
776	ctags-am distclean distclean-generic distclean-libtool \
777	distclean-tags distdir doc-am doc-local dvi dvi-am html \
778	html-am info info-am install install-am install-data \
779	install-data-am install-dvi install-dvi-am install-exec \
780	install-exec-am install-html install-html-am install-info \
781	install-info-am install-man install-pdf install-pdf-am \
782	install-ps install-ps-am install-strip installcheck \
783	installcheck-am installdirs installdirs-am maintainer-clean \
784	maintainer-clean-generic mostlyclean mostlyclean-generic \
785	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am test-am \
786	test-local uninstall uninstall-am unit-am unit-local
787
788.PRECIOUS: Makefile
789
790
791# Tell versions [3.59,3.63) of GNU make to not export all variables.
792# Otherwise a system limit (for SysV at least) may be exceeded.
793.NOEXPORT:
794