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
97check_PROGRAMS =
98subdir = tests
99ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
101	$(top_srcdir)/m4/ax_check_link_flag.m4 \
102	$(top_srcdir)/m4/ax_check_openssl.m4 \
103	$(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
104	$(top_srcdir)/m4/ax_jemalloc.m4 \
105	$(top_srcdir)/m4/ax_lib_lmdb.m4 \
106	$(top_srcdir)/m4/ax_posix_shell.m4 \
107	$(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
108	$(top_srcdir)/m4/ax_pthread.m4 \
109	$(top_srcdir)/m4/ax_restore_flags.m4 \
110	$(top_srcdir)/m4/ax_save_flags.m4 $(top_srcdir)/m4/ax_tls.m4 \
111	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
112	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
113	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115	$(ACLOCAL_M4)
116DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
117mkinstalldirs = $(install_sh) -d
118CONFIG_HEADER = $(top_builddir)/config.h
119CONFIG_CLEAN_FILES = unit-test-driver.sh
120CONFIG_CLEAN_VPATH_FILES =
121AM_V_P = $(am__v_P_@AM_V@)
122am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123am__v_P_0 = false
124am__v_P_1 = :
125AM_V_GEN = $(am__v_GEN_@AM_V@)
126am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127am__v_GEN_0 = @echo "  GEN     " $@;
128am__v_GEN_1 = 
129AM_V_at = $(am__v_at_@AM_V@)
130am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131am__v_at_0 = @
132am__v_at_1 = 
133SOURCES =
134DIST_SOURCES =
135RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
136	ctags-recursive dvi-recursive html-recursive info-recursive \
137	install-data-recursive install-dvi-recursive \
138	install-exec-recursive install-html-recursive \
139	install-info-recursive install-pdf-recursive \
140	install-ps-recursive install-recursive installcheck-recursive \
141	installdirs-recursive pdf-recursive ps-recursive \
142	tags-recursive uninstall-recursive
143am__can_run_installinfo = \
144  case $$AM_UPDATE_INFO_DIR in \
145    n|no|NO) false;; \
146    *) (install-info --version) >/dev/null 2>&1;; \
147  esac
148RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
149  distclean-recursive maintainer-clean-recursive
150am__recursive_targets = \
151  $(RECURSIVE_TARGETS) \
152  $(RECURSIVE_CLEAN_TARGETS) \
153  $(am__extra_recursive_targets)
154AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
155	distdir distdir-am
156am__extra_recursive_targets = test-recursive unit-recursive \
157	doc-recursive
158am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
159# Read a list of newline-separated strings from the standard input,
160# and print each of them once, without duplicates.  Input order is
161# *not* preserved.
162am__uniquify_input = $(AWK) '\
163  BEGIN { nonempty = 0; } \
164  { items[$$0] = 1; nonempty = 1; } \
165  END { if (nonempty) { for (i in items) print i; }; } \
166'
167# Make sure the list of sources is unique.  This is necessary because,
168# e.g., the same source file might be shared among _SOURCES variables
169# for different programs/libraries.
170am__define_uniq_tagged_files = \
171  list='$(am__tagged_files)'; \
172  unique=`for i in $$list; do \
173    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
174  done | $(am__uniquify_input)`
175DIST_SUBDIRS = $(SUBDIRS)
176am__DIST_COMMON = $(srcdir)/Makefile.in \
177	$(srcdir)/unit-test-driver.sh.in $(top_srcdir)/Makefile.top
178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179am__relativize = \
180  dir0=`pwd`; \
181  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
182  sed_rest='s,^[^/]*/*,,'; \
183  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
184  sed_butlast='s,/*[^/]*$$,,'; \
185  while test -n "$$dir1"; do \
186    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
187    if test "$$first" != "."; then \
188      if test "$$first" = ".."; then \
189        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
190        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
191      else \
192        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
193        if test "$$first2" = "$$first"; then \
194          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
195        else \
196          dir2="../$$dir2"; \
197        fi; \
198        dir0="$$dir0"/"$$first"; \
199      fi; \
200    fi; \
201    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
202  done; \
203  reldir="$$dir2"
204ACLOCAL = @ACLOCAL@
205AMTAR = @AMTAR@
206AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207AR = @AR@
208AUTOCONF = @AUTOCONF@
209AUTOHEADER = @AUTOHEADER@
210AUTOMAKE = @AUTOMAKE@
211AWK = @AWK@
212BUILD_EXEEXT = @BUILD_EXEEXT@
213BUILD_OBJEXT = @BUILD_OBJEXT@
214CC = @CC@
215CCDEPMODE = @CCDEPMODE@
216CC_FOR_BUILD = @CC_FOR_BUILD@
217CFLAGS = @CFLAGS@
218CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
219CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
220CMOCKA_LIBS = @CMOCKA_LIBS@
221CPP = @CPP@
222CPPFLAGS = @CPPFLAGS@
223CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
224CPP_FOR_BUILD = @CPP_FOR_BUILD@
225CSCOPE = @CSCOPE@
226CTAGS = @CTAGS@
227CURL = @CURL@
228CYGPATH_W = @CYGPATH_W@
229DEFS = @DEFS@
230DEPDIR = @DEPDIR@
231DEVELOPER_MODE = @DEVELOPER_MODE@
232DLLTOOL = @DLLTOOL@
233DNSTAP_CFLAGS = @DNSTAP_CFLAGS@
234DNSTAP_LIBS = @DNSTAP_LIBS@
235DOXYGEN = @DOXYGEN@
236DSYMUTIL = @DSYMUTIL@
237DUMPBIN = @DUMPBIN@
238ECHO_C = @ECHO_C@
239ECHO_N = @ECHO_N@
240ECHO_T = @ECHO_T@
241EGREP = @EGREP@
242ETAGS = @ETAGS@
243EXEEXT = @EXEEXT@
244FGREP = @FGREP@
245FILECMD = @FILECMD@
246FSTRM_CAPTURE = @FSTRM_CAPTURE@
247FUZZ_LDFLAGS = @FUZZ_LDFLAGS@
248FUZZ_LOG_COMPILER = @FUZZ_LOG_COMPILER@
249GREP = @GREP@
250GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
251GSSAPI_LIBS = @GSSAPI_LIBS@
252INSTALL = @INSTALL@
253INSTALL_DATA = @INSTALL_DATA@
254INSTALL_PROGRAM = @INSTALL_PROGRAM@
255INSTALL_SCRIPT = @INSTALL_SCRIPT@
256INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
257JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
258JEMALLOC_LIBS = @JEMALLOC_LIBS@
259JSON_C_CFLAGS = @JSON_C_CFLAGS@
260JSON_C_LIBS = @JSON_C_LIBS@
261KRB5_CFLAGS = @KRB5_CFLAGS@
262KRB5_CONFIG = @KRB5_CONFIG@
263KRB5_LIBS = @KRB5_LIBS@
264LATEXMK = @LATEXMK@
265LD = @LD@
266LDFLAGS = @LDFLAGS@
267LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
268LIBCAP_LIBS = @LIBCAP_LIBS@
269LIBIDN2_CFLAGS = @LIBIDN2_CFLAGS@
270LIBIDN2_LIBS = @LIBIDN2_LIBS@
271LIBNGHTTP2_CFLAGS = @LIBNGHTTP2_CFLAGS@
272LIBNGHTTP2_LIBS = @LIBNGHTTP2_LIBS@
273LIBOBJS = @LIBOBJS@
274LIBS = @LIBS@
275LIBTOOL = @LIBTOOL@
276LIBUV_CFLAGS = @LIBUV_CFLAGS@
277LIBUV_LIBS = @LIBUV_LIBS@
278LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
279LIBXML2_LIBS = @LIBXML2_LIBS@
280LIPO = @LIPO@
281LMDB_CFLAGS = @LMDB_CFLAGS@
282LMDB_LIBS = @LMDB_LIBS@
283LN_S = @LN_S@
284LTLIBOBJS = @LTLIBOBJS@
285LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
286MAINT = @MAINT@
287MAKEINFO = @MAKEINFO@
288MANIFEST_TOOL = @MANIFEST_TOOL@
289MAXMINDDB_CFLAGS = @MAXMINDDB_CFLAGS@
290MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
291MAXMINDDB_PREFIX = @MAXMINDDB_PREFIX@
292MKDIR_P = @MKDIR_P@
293NC = @NC@
294NM = @NM@
295NMEDIT = @NMEDIT@
296OBJDUMP = @OBJDUMP@
297OBJEXT = @OBJEXT@
298OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
299OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
300OPENSSL_LIBS = @OPENSSL_LIBS@
301OTOOL = @OTOOL@
302OTOOL64 = @OTOOL64@
303PACKAGE = @PACKAGE@
304PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305PACKAGE_NAME = @PACKAGE_NAME@
306PACKAGE_STRING = @PACKAGE_STRING@
307PACKAGE_TARNAME = @PACKAGE_TARNAME@
308PACKAGE_URL = @PACKAGE_URL@
309PACKAGE_VERSION = @PACKAGE_VERSION@
310PATH_SEPARATOR = @PATH_SEPARATOR@
311PERL = @PERL@
312PKG_CONFIG = @PKG_CONFIG@
313PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
314PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
315PROTOC_C = @PROTOC_C@
316PTHREAD_CC = @PTHREAD_CC@
317PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
318PTHREAD_CXX = @PTHREAD_CXX@
319PTHREAD_LIBS = @PTHREAD_LIBS@
320PYTEST = @PYTEST@
321PYTHON = @PYTHON@
322PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
323PYTHON_PLATFORM = @PYTHON_PLATFORM@
324PYTHON_PREFIX = @PYTHON_PREFIX@
325PYTHON_VERSION = @PYTHON_VERSION@
326RANLIB = @RANLIB@
327READLINE_CFLAGS = @READLINE_CFLAGS@
328READLINE_LIBS = @READLINE_LIBS@
329RELEASE_DATE = @RELEASE_DATE@
330SED = @SED@
331SET_MAKE = @SET_MAKE@
332SHELL = @SHELL@
333SPHINX_BUILD = @SPHINX_BUILD@
334STD_CFLAGS = @STD_CFLAGS@
335STD_CPPFLAGS = @STD_CPPFLAGS@
336STD_LDFLAGS = @STD_LDFLAGS@
337STRIP = @STRIP@
338TEST_CFLAGS = @TEST_CFLAGS@
339VERSION = @VERSION@
340XELATEX = @XELATEX@
341XSLTPROC = @XSLTPROC@
342ZLIB_CFLAGS = @ZLIB_CFLAGS@
343ZLIB_LIBS = @ZLIB_LIBS@
344abs_builddir = @abs_builddir@
345abs_srcdir = @abs_srcdir@
346abs_top_builddir = @abs_top_builddir@
347abs_top_srcdir = @abs_top_srcdir@
348ac_ct_AR = @ac_ct_AR@
349ac_ct_CC = @ac_ct_CC@
350ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
351ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
352am__include = @am__include@
353am__leading_dot = @am__leading_dot@
354am__quote = @am__quote@
355am__tar = @am__tar@
356am__untar = @am__untar@
357ax_pthread_config = @ax_pthread_config@
358bindir = @bindir@
359build = @build@
360build_alias = @build_alias@
361build_cpu = @build_cpu@
362build_os = @build_os@
363build_vendor = @build_vendor@
364builddir = @builddir@
365datadir = @datadir@
366datarootdir = @datarootdir@
367docdir = @docdir@
368dvidir = @dvidir@
369exec_prefix = @exec_prefix@
370host = @host@
371host_alias = @host_alias@
372host_cpu = @host_cpu@
373host_os = @host_os@
374host_vendor = @host_vendor@
375htmldir = @htmldir@
376includedir = @includedir@
377infodir = @infodir@
378install_sh = @install_sh@
379libdir = @libdir@
380libexecdir = @libexecdir@
381localedir = @localedir@
382localstatedir = @localstatedir@
383mandir = @mandir@
384mkdir_p = @mkdir_p@
385oldincludedir = @oldincludedir@
386pdfdir = @pdfdir@
387pkgpyexecdir = @pkgpyexecdir@
388pkgpythondir = @pkgpythondir@
389prefix = @prefix@
390program_transform_name = @program_transform_name@
391psdir = @psdir@
392pyexecdir = @pyexecdir@
393pythondir = @pythondir@
394runstatedir = @runstatedir@
395sbindir = @sbindir@
396sharedstatedir = @sharedstatedir@
397srcdir = @srcdir@
398sysconfdir = @sysconfdir@
399target = @target@
400target_alias = @target_alias@
401target_cpu = @target_cpu@
402target_os = @target_os@
403target_vendor = @target_vendor@
404top_build_prefix = @top_build_prefix@
405top_builddir = @top_builddir@
406top_srcdir = @top_srcdir@
407ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
408AM_CFLAGS = \
409	$(STD_CFLAGS)
410
411AM_CPPFLAGS = $(STD_CPPFLAGS) -include $(top_builddir)/config.h \
412	-I$(srcdir)/include $(LIBISC_CFLAGS) $(LIBDNS_CFLAGS) \
413	$(LIBNS_CFLAGS) $(LIBUV_CFLAGS) -I$(top_srcdir)/lib/isc
414AM_LDFLAGS = $(STD_LDFLAGS) $(am__append_1)
415LDADD = $(LIBISC_LIBS) $(LIBDNS_LIBS) $(LIBNS_LIBS)
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 = libtest isc dns ns isccfg 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 tests/Makefile'; \
473	$(am__cd) $(top_srcdir) && \
474	  $(AUTOMAKE) --foreign tests/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):
493unit-test-driver.sh: $(top_builddir)/config.status $(srcdir)/unit-test-driver.sh.in
494	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
495
496clean-checkPROGRAMS:
497	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
498	echo " rm -f" $$list; \
499	rm -f $$list || exit $$?; \
500	test -n "$(EXEEXT)" || exit 0; \
501	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
502	echo " rm -f" $$list; \
503	rm -f $$list
504
505mostlyclean-libtool:
506	-rm -f *.lo
507
508clean-libtool:
509	-rm -rf .libs _libs
510
511# This directory's subdirectories are mostly independent; you can cd
512# into them and run 'make' without going through this Makefile.
513# To change the values of 'make' variables: instead of editing Makefiles,
514# (1) if the variable is set in 'config.status', edit 'config.status'
515#     (which will cause the Makefiles to be regenerated when you run 'make');
516# (2) otherwise, pass the desired values on the 'make' command line.
517$(am__recursive_targets):
518	@fail=; \
519	if $(am__make_keepgoing); then \
520	  failcom='fail=yes'; \
521	else \
522	  failcom='exit 1'; \
523	fi; \
524	dot_seen=no; \
525	target=`echo $@ | sed s/-recursive//`; \
526	case "$@" in \
527	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
528	  *) list='$(SUBDIRS)' ;; \
529	esac; \
530	for subdir in $$list; do \
531	  echo "Making $$target in $$subdir"; \
532	  if test "$$subdir" = "."; then \
533	    dot_seen=yes; \
534	    local_target="$$target-am"; \
535	  else \
536	    local_target="$$target"; \
537	  fi; \
538	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
539	  || eval $$failcom; \
540	done; \
541	if test "$$dot_seen" = "no"; then \
542	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
543	fi; test -z "$$fail"
544test-local: 
545unit-local: 
546doc-local: 
547
548ID: $(am__tagged_files)
549	$(am__define_uniq_tagged_files); mkid -fID $$unique
550tags: tags-recursive
551TAGS: tags
552
553tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
554	set x; \
555	here=`pwd`; \
556	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
557	  include_option=--etags-include; \
558	  empty_fix=.; \
559	else \
560	  include_option=--include; \
561	  empty_fix=; \
562	fi; \
563	list='$(SUBDIRS)'; for subdir in $$list; do \
564	  if test "$$subdir" = .; then :; else \
565	    test ! -f $$subdir/TAGS || \
566	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
567	  fi; \
568	done; \
569	$(am__define_uniq_tagged_files); \
570	shift; \
571	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
572	  test -n "$$unique" || unique=$$empty_fix; \
573	  if test $$# -gt 0; then \
574	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
575	      "$$@" $$unique; \
576	  else \
577	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
578	      $$unique; \
579	  fi; \
580	fi
581ctags: ctags-recursive
582
583CTAGS: ctags
584ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
585	$(am__define_uniq_tagged_files); \
586	test -z "$(CTAGS_ARGS)$$unique" \
587	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
588	     $$unique
589
590GTAGS:
591	here=`$(am__cd) $(top_builddir) && pwd` \
592	  && $(am__cd) $(top_srcdir) \
593	  && gtags -i $(GTAGS_ARGS) "$$here"
594cscopelist: cscopelist-recursive
595
596cscopelist-am: $(am__tagged_files)
597	list='$(am__tagged_files)'; \
598	case "$(srcdir)" in \
599	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
600	  *) sdir=$(subdir)/$(srcdir) ;; \
601	esac; \
602	for i in $$list; do \
603	  if test -f "$$i"; then \
604	    echo "$(subdir)/$$i"; \
605	  else \
606	    echo "$$sdir/$$i"; \
607	  fi; \
608	done >> $(top_builddir)/cscope.files
609
610distclean-tags:
611	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
612distdir: $(BUILT_SOURCES)
613	$(MAKE) $(AM_MAKEFLAGS) distdir-am
614
615distdir-am: $(DISTFILES)
616	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618	list='$(DISTFILES)'; \
619	  dist_files=`for file in $$list; do echo $$file; done | \
620	  sed -e "s|^$$srcdirstrip/||;t" \
621	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
622	case $$dist_files in \
623	  */*) $(MKDIR_P) `echo "$$dist_files" | \
624			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
625			   sort -u` ;; \
626	esac; \
627	for file in $$dist_files; do \
628	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629	  if test -d $$d/$$file; then \
630	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
631	    if test -d "$(distdir)/$$file"; then \
632	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633	    fi; \
634	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
635	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
636	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637	    fi; \
638	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
639	  else \
640	    test -f "$(distdir)/$$file" \
641	    || cp -p $$d/$$file "$(distdir)/$$file" \
642	    || exit 1; \
643	  fi; \
644	done
645	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
646	  if test "$$subdir" = .; then :; else \
647	    $(am__make_dryrun) \
648	      || test -d "$(distdir)/$$subdir" \
649	      || $(MKDIR_P) "$(distdir)/$$subdir" \
650	      || exit 1; \
651	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
652	    $(am__relativize); \
653	    new_distdir=$$reldir; \
654	    dir1=$$subdir; dir2="$(top_distdir)"; \
655	    $(am__relativize); \
656	    new_top_distdir=$$reldir; \
657	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
658	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
659	    ($(am__cd) $$subdir && \
660	      $(MAKE) $(AM_MAKEFLAGS) \
661	        top_distdir="$$new_top_distdir" \
662	        distdir="$$new_distdir" \
663		am__remove_distdir=: \
664		am__skip_length_check=: \
665		am__skip_mode_fix=: \
666	        distdir) \
667	      || exit 1; \
668	  fi; \
669	done
670check-am: all-am
671	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
672check: check-recursive
673all-am: Makefile
674installdirs: installdirs-recursive
675installdirs-am:
676install: install-recursive
677install-exec: install-exec-recursive
678install-data: install-data-recursive
679uninstall: uninstall-recursive
680
681install-am: all-am
682	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
683
684installcheck: installcheck-recursive
685install-strip:
686	if test -z '$(STRIP)'; then \
687	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
688	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
689	      install; \
690	else \
691	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
692	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
693	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
694	fi
695mostlyclean-generic:
696
697clean-generic:
698
699distclean-generic:
700	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
701	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
702
703maintainer-clean-generic:
704	@echo "This command is intended for maintainers to use"
705	@echo "it deletes files that may require special tools to rebuild."
706clean: clean-recursive
707
708clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
709	mostlyclean-am
710
711distclean: distclean-recursive
712	-rm -f Makefile
713distclean-am: clean-am distclean-generic distclean-tags
714
715doc: doc-recursive
716
717doc-am: doc-local
718
719dvi: dvi-recursive
720
721dvi-am:
722
723html: html-recursive
724
725html-am:
726
727info: info-recursive
728
729info-am:
730
731install-data-am:
732
733install-dvi: install-dvi-recursive
734
735install-dvi-am:
736
737install-exec-am:
738
739install-html: install-html-recursive
740
741install-html-am:
742
743install-info: install-info-recursive
744
745install-info-am:
746
747install-man:
748
749install-pdf: install-pdf-recursive
750
751install-pdf-am:
752
753install-ps: install-ps-recursive
754
755install-ps-am:
756
757installcheck-am:
758
759maintainer-clean: maintainer-clean-recursive
760	-rm -f Makefile
761maintainer-clean-am: distclean-am maintainer-clean-generic
762
763mostlyclean: mostlyclean-recursive
764
765mostlyclean-am: mostlyclean-generic mostlyclean-libtool
766
767pdf: pdf-recursive
768
769pdf-am:
770
771ps: ps-recursive
772
773ps-am:
774
775test: test-recursive
776
777test-am: test-local
778
779uninstall-am:
780
781unit: unit-recursive
782
783unit-am: unit-local
784
785.MAKE: $(am__recursive_targets) check-am install-am install-strip
786
787.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
788	check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
789	cscopelist-am ctags ctags-am distclean distclean-generic \
790	distclean-libtool distclean-tags distdir doc-am doc-local dvi \
791	dvi-am html html-am info info-am install install-am \
792	install-data install-data-am install-dvi install-dvi-am \
793	install-exec install-exec-am install-html install-html-am \
794	install-info install-info-am install-man install-pdf \
795	install-pdf-am install-ps install-ps-am install-strip \
796	installcheck installcheck-am installdirs installdirs-am \
797	maintainer-clean maintainer-clean-generic mostlyclean \
798	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
799	tags tags-am test-am test-local uninstall uninstall-am unit-am \
800	unit-local
801
802.PRECIOUS: Makefile
803
804
805# Tell versions [3.59,3.63) of GNU make to not export all variables.
806# Otherwise a system limit (for SysV at least) may be exceeded.
807.NOEXPORT:
808