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
20# Hey Emacs, this is -*- makefile-automake -*- file!
21# vim: filetype=automake
22VPATH = @srcdir@
23am__is_gnu_make = { \
24  if test -z '$(MAKELEVEL)'; then \
25    false; \
26  elif test -n '$(MAKE_HOST)'; then \
27    true; \
28  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29    true; \
30  else \
31    false; \
32  fi; \
33}
34am__make_running_with_option = \
35  case $${target_option-} in \
36      ?) ;; \
37      *) echo "am__make_running_with_option: internal error: invalid" \
38              "target option '$${target_option-}' specified" >&2; \
39         exit 1;; \
40  esac; \
41  has_opt=no; \
42  sane_makeflags=$$MAKEFLAGS; \
43  if $(am__is_gnu_make); then \
44    sane_makeflags=$$MFLAGS; \
45  else \
46    case $$MAKEFLAGS in \
47      *\\[\ \	]*) \
48        bs=\\; \
49        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51    esac; \
52  fi; \
53  skip_next=no; \
54  strip_trailopt () \
55  { \
56    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57  }; \
58  for flg in $$sane_makeflags; do \
59    test $$skip_next = yes && { skip_next=no; continue; }; \
60    case $$flg in \
61      *=*|--*) continue;; \
62        -*I) strip_trailopt 'I'; skip_next=yes;; \
63      -*I?*) strip_trailopt 'I';; \
64        -*O) strip_trailopt 'O'; skip_next=yes;; \
65      -*O?*) strip_trailopt 'O';; \
66        -*l) strip_trailopt 'l'; skip_next=yes;; \
67      -*l?*) strip_trailopt 'l';; \
68      -[dEDm]) skip_next=yes;; \
69      -[JT]) skip_next=yes;; \
70    esac; \
71    case $$flg in \
72      *$$target_option*) has_opt=yes; break;; \
73    esac; \
74  done; \
75  test $$has_opt = yes
76am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78pkgdatadir = $(datadir)/@PACKAGE@
79pkgincludedir = $(includedir)/@PACKAGE@
80pkglibdir = $(libdir)/@PACKAGE@
81pkglibexecdir = $(libexecdir)/@PACKAGE@
82am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83install_sh_DATA = $(install_sh) -c -m 644
84install_sh_PROGRAM = $(install_sh) -c
85install_sh_SCRIPT = $(install_sh) -c
86INSTALL_HEADER = $(INSTALL_DATA)
87transform = $(program_transform_name)
88NORMAL_INSTALL = :
89PRE_INSTALL = :
90POST_INSTALL = :
91NORMAL_UNINSTALL = :
92PRE_UNINSTALL = :
93POST_UNINSTALL = :
94build_triplet = @build@
95host_triplet = @host@
96target_triplet = @target@
97@HOST_MACOS_TRUE@am__append_1 = \
98@HOST_MACOS_TRUE@	-Wl,-flat_namespace
99
100check_PROGRAMS = duration_test$(EXEEXT) parser_test$(EXEEXT)
101subdir = tests/isccfg
102ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
104	$(top_srcdir)/m4/ax_check_link_flag.m4 \
105	$(top_srcdir)/m4/ax_check_openssl.m4 \
106	$(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
107	$(top_srcdir)/m4/ax_jemalloc.m4 \
108	$(top_srcdir)/m4/ax_lib_lmdb.m4 \
109	$(top_srcdir)/m4/ax_posix_shell.m4 \
110	$(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
111	$(top_srcdir)/m4/ax_pthread.m4 \
112	$(top_srcdir)/m4/ax_restore_flags.m4 \
113	$(top_srcdir)/m4/ax_save_flags.m4 $(top_srcdir)/m4/ax_tls.m4 \
114	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
115	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
116	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
120mkinstalldirs = $(install_sh) -d
121CONFIG_HEADER = $(top_builddir)/config.h
122CONFIG_CLEAN_FILES =
123CONFIG_CLEAN_VPATH_FILES =
124duration_test_SOURCES = duration_test.c
125duration_test_OBJECTS = duration_test.$(OBJEXT)
126duration_test_LDADD = $(LDADD)
127am__DEPENDENCIES_1 =
128duration_test_DEPENDENCIES = $(LIBISC_LIBS) $(LIBDNS_LIBS) \
129	$(LIBISCCFG_LIBS) $(am__DEPENDENCIES_1) \
130	$(top_builddir)/tests/libtest/libtest.la $(am__DEPENDENCIES_1)
131AM_V_lt = $(am__v_lt_@AM_V@)
132am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
133am__v_lt_0 = --silent
134am__v_lt_1 = 
135parser_test_SOURCES = parser_test.c
136parser_test_OBJECTS = parser_test.$(OBJEXT)
137parser_test_LDADD = $(LDADD)
138parser_test_DEPENDENCIES = $(LIBISC_LIBS) $(LIBDNS_LIBS) \
139	$(LIBISCCFG_LIBS) $(am__DEPENDENCIES_1) \
140	$(top_builddir)/tests/libtest/libtest.la $(am__DEPENDENCIES_1)
141AM_V_P = $(am__v_P_@AM_V@)
142am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143am__v_P_0 = false
144am__v_P_1 = :
145AM_V_GEN = $(am__v_GEN_@AM_V@)
146am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147am__v_GEN_0 = @echo "  GEN     " $@;
148am__v_GEN_1 = 
149AM_V_at = $(am__v_at_@AM_V@)
150am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151am__v_at_0 = @
152am__v_at_1 = 
153DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
154depcomp = $(SHELL) $(top_srcdir)/depcomp
155am__maybe_remake_depfiles = depfiles
156am__depfiles_remade = ./$(DEPDIR)/duration_test.Po \
157	./$(DEPDIR)/parser_test.Po
158am__mv = mv -f
159COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
160	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
161LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
163	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
164	$(AM_CFLAGS) $(CFLAGS)
165AM_V_CC = $(am__v_CC_@AM_V@)
166am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
167am__v_CC_0 = @echo "  CC      " $@;
168am__v_CC_1 = 
169CCLD = $(CC)
170LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
172	$(AM_LDFLAGS) $(LDFLAGS) -o $@
173AM_V_CCLD = $(am__v_CCLD_@AM_V@)
174am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
175am__v_CCLD_0 = @echo "  CCLD    " $@;
176am__v_CCLD_1 = 
177SOURCES = duration_test.c parser_test.c
178DIST_SOURCES = duration_test.c parser_test.c
179am__can_run_installinfo = \
180  case $$AM_UPDATE_INFO_DIR in \
181    n|no|NO) false;; \
182    *) (install-info --version) >/dev/null 2>&1;; \
183  esac
184am__extra_recursive_targets = test-recursive unit-recursive \
185	doc-recursive
186am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
187# Read a list of newline-separated strings from the standard input,
188# and print each of them once, without duplicates.  Input order is
189# *not* preserved.
190am__uniquify_input = $(AWK) '\
191  BEGIN { nonempty = 0; } \
192  { items[$$0] = 1; nonempty = 1; } \
193  END { if (nonempty) { for (i in items) print i; }; } \
194'
195# Make sure the list of sources is unique.  This is necessary because,
196# e.g., the same source file might be shared among _SOURCES variables
197# for different programs/libraries.
198am__define_uniq_tagged_files = \
199  list='$(am__tagged_files)'; \
200  unique=`for i in $$list; do \
201    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202  done | $(am__uniquify_input)`
203am__tty_colors_dummy = \
204  mgn= red= grn= lgn= blu= brg= std=; \
205  am__color_tests=no
206am__tty_colors = { \
207  $(am__tty_colors_dummy); \
208  if test "X$(AM_COLOR_TESTS)" = Xno; then \
209    am__color_tests=no; \
210  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
211    am__color_tests=yes; \
212  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
213    am__color_tests=yes; \
214  fi; \
215  if test $$am__color_tests = yes; then \
216    red='[0;31m'; \
217    grn='[0;32m'; \
218    lgn='[1;32m'; \
219    blu='[1;34m'; \
220    mgn='[0;35m'; \
221    brg='[1m'; \
222    std='[m'; \
223  fi; \
224}
225am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
226am__vpath_adj = case $$p in \
227    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
228    *) f=$$p;; \
229  esac;
230am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
231am__install_max = 40
232am__nobase_strip_setup = \
233  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
234am__nobase_strip = \
235  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
236am__nobase_list = $(am__nobase_strip_setup); \
237  for p in $$list; do echo "$$p $$p"; done | \
238  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
239  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
240    if (++n[$$2] == $(am__install_max)) \
241      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
242    END { for (dir in files) print dir, files[dir] }'
243am__base_list = \
244  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
245  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
246am__uninstall_files_from_dir = { \
247  test -z "$$files" \
248    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
249    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
250         $(am__cd) "$$dir" && rm -f $$files; }; \
251  }
252am__recheck_rx = ^[ 	]*:recheck:[ 	]*
253am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
254am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
255# A command that, given a newline-separated list of test names on the
256# standard input, print the name of the tests that are to be re-run
257# upon "make recheck".
258am__list_recheck_tests = $(AWK) '{ \
259  recheck = 1; \
260  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
261    { \
262      if (rc < 0) \
263        { \
264          if ((getline line2 < ($$0 ".log")) < 0) \
265	    recheck = 0; \
266          break; \
267        } \
268      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
269        { \
270          recheck = 0; \
271          break; \
272        } \
273      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
274        { \
275          break; \
276        } \
277    }; \
278  if (recheck) \
279    print $$0; \
280  close ($$0 ".trs"); \
281  close ($$0 ".log"); \
282}'
283# A command that, given a newline-separated list of test names on the
284# standard input, create the global log from their .trs and .log files.
285am__create_global_log = $(AWK) ' \
286function fatal(msg) \
287{ \
288  print "fatal: making $@: " msg | "cat >&2"; \
289  exit 1; \
290} \
291function rst_section(header) \
292{ \
293  print header; \
294  len = length(header); \
295  for (i = 1; i <= len; i = i + 1) \
296    printf "="; \
297  printf "\n\n"; \
298} \
299{ \
300  copy_in_global_log = 1; \
301  global_test_result = "RUN"; \
302  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
303    { \
304      if (rc < 0) \
305         fatal("failed to read from " $$0 ".trs"); \
306      if (line ~ /$(am__global_test_result_rx)/) \
307        { \
308          sub("$(am__global_test_result_rx)", "", line); \
309          sub("[ 	]*$$", "", line); \
310          global_test_result = line; \
311        } \
312      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
313        copy_in_global_log = 0; \
314    }; \
315  if (copy_in_global_log) \
316    { \
317      rst_section(global_test_result ": " $$0); \
318      while ((rc = (getline line < ($$0 ".log"))) != 0) \
319      { \
320        if (rc < 0) \
321          fatal("failed to read from " $$0 ".log"); \
322        print line; \
323      }; \
324      printf "\n"; \
325    }; \
326  close ($$0 ".trs"); \
327  close ($$0 ".log"); \
328}'
329# Restructured Text title.
330am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
331# Solaris 10 'make', and several other traditional 'make' implementations,
332# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
333# by disabling -e (using the XSI extension "set +e") if it's set.
334am__sh_e_setup = case $$- in *e*) set +e;; esac
335# Default flags passed to test drivers.
336am__common_driver_flags = \
337  --color-tests "$$am__color_tests" \
338  --enable-hard-errors "$$am__enable_hard_errors" \
339  --expect-failure "$$am__expect_failure"
340# To be inserted before the command running the test.  Creates the
341# directory for the log if needed.  Stores in $dir the directory
342# containing $f, in $tst the test, in $log the log.  Executes the
343# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
344# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
345# will run the test scripts (or their associated LOG_COMPILER, if
346# thy have one).
347am__check_pre = \
348$(am__sh_e_setup);					\
349$(am__vpath_adj_setup) $(am__vpath_adj)			\
350$(am__tty_colors);					\
351srcdir=$(srcdir); export srcdir;			\
352case "$@" in						\
353  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
354    *) am__odir=.;; 					\
355esac;							\
356test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
357  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
358if test -f "./$$f"; then dir=./;			\
359elif test -f "$$f"; then dir=;				\
360else dir="$(srcdir)/"; fi;				\
361tst=$$dir$$f; log='$@'; 				\
362if test -n '$(DISABLE_HARD_ERRORS)'; then		\
363  am__enable_hard_errors=no; 				\
364else							\
365  am__enable_hard_errors=yes; 				\
366fi; 							\
367case " $(XFAIL_TESTS) " in				\
368  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
369    am__expect_failure=yes;;				\
370  *)							\
371    am__expect_failure=no;;				\
372esac; 							\
373$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
374# A shell command to get the names of the tests scripts with any registered
375# extension removed (i.e., equivalently, the names of the test logs, with
376# the '.log' extension removed).  The result is saved in the shell variable
377# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
378# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
379# since that might cause problem with VPATH rewrites for suffix-less tests.
380# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
381am__set_TESTS_bases = \
382  bases='$(TEST_LOGS)'; \
383  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
384  bases=`echo $$bases`
385AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
386RECHECK_LOGS = $(TEST_LOGS)
387AM_RECURSIVE_TARGETS = check recheck
388TEST_SUITE_LOG = test-suite.log
389TEST_EXTENSIONS = @EXEEXT@ .test
390LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
391LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
392am__set_b = \
393  case '$@' in \
394    */*) \
395      case '$*' in \
396        */*) b='$*';; \
397          *) b=`echo '$@' | sed 's/\.log$$//'`; \
398       esac;; \
399    *) \
400      b='$*';; \
401  esac
402am__test_logs1 = $(TESTS:=.log)
403am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
404TEST_LOGS = $(am__test_logs2:.test.log=.log)
405TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
406TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
407	$(TEST_LOG_FLAGS)
408am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.tests \
409	$(top_srcdir)/Makefile.top $(top_srcdir)/depcomp \
410	$(top_srcdir)/test-driver
411DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
412ACLOCAL = @ACLOCAL@
413AMTAR = @AMTAR@
414AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
415AR = @AR@
416AUTOCONF = @AUTOCONF@
417AUTOHEADER = @AUTOHEADER@
418AUTOMAKE = @AUTOMAKE@
419AWK = @AWK@
420BUILD_EXEEXT = @BUILD_EXEEXT@
421BUILD_OBJEXT = @BUILD_OBJEXT@
422CC = @CC@
423CCDEPMODE = @CCDEPMODE@
424CC_FOR_BUILD = @CC_FOR_BUILD@
425CFLAGS = @CFLAGS@
426CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
427CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
428CMOCKA_LIBS = @CMOCKA_LIBS@
429CPP = @CPP@
430CPPFLAGS = @CPPFLAGS@
431CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
432CPP_FOR_BUILD = @CPP_FOR_BUILD@
433CSCOPE = @CSCOPE@
434CTAGS = @CTAGS@
435CURL = @CURL@
436CYGPATH_W = @CYGPATH_W@
437DEFS = @DEFS@
438DEPDIR = @DEPDIR@
439DEVELOPER_MODE = @DEVELOPER_MODE@
440DLLTOOL = @DLLTOOL@
441DNSTAP_CFLAGS = @DNSTAP_CFLAGS@
442DNSTAP_LIBS = @DNSTAP_LIBS@
443DOXYGEN = @DOXYGEN@
444DSYMUTIL = @DSYMUTIL@
445DUMPBIN = @DUMPBIN@
446ECHO_C = @ECHO_C@
447ECHO_N = @ECHO_N@
448ECHO_T = @ECHO_T@
449EGREP = @EGREP@
450ETAGS = @ETAGS@
451EXEEXT = @EXEEXT@
452FGREP = @FGREP@
453FILECMD = @FILECMD@
454FSTRM_CAPTURE = @FSTRM_CAPTURE@
455FUZZ_LDFLAGS = @FUZZ_LDFLAGS@
456FUZZ_LOG_COMPILER = @FUZZ_LOG_COMPILER@
457GREP = @GREP@
458GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
459GSSAPI_LIBS = @GSSAPI_LIBS@
460INSTALL = @INSTALL@
461INSTALL_DATA = @INSTALL_DATA@
462INSTALL_PROGRAM = @INSTALL_PROGRAM@
463INSTALL_SCRIPT = @INSTALL_SCRIPT@
464INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
465JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
466JEMALLOC_LIBS = @JEMALLOC_LIBS@
467JSON_C_CFLAGS = @JSON_C_CFLAGS@
468JSON_C_LIBS = @JSON_C_LIBS@
469KRB5_CFLAGS = @KRB5_CFLAGS@
470KRB5_CONFIG = @KRB5_CONFIG@
471KRB5_LIBS = @KRB5_LIBS@
472LATEXMK = @LATEXMK@
473LD = @LD@
474LDFLAGS = @LDFLAGS@
475LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
476LIBCAP_LIBS = @LIBCAP_LIBS@
477LIBIDN2_CFLAGS = @LIBIDN2_CFLAGS@
478LIBIDN2_LIBS = @LIBIDN2_LIBS@
479LIBNGHTTP2_CFLAGS = @LIBNGHTTP2_CFLAGS@
480LIBNGHTTP2_LIBS = @LIBNGHTTP2_LIBS@
481LIBOBJS = @LIBOBJS@
482LIBS = @LIBS@
483LIBTOOL = @LIBTOOL@
484LIBUV_CFLAGS = @LIBUV_CFLAGS@
485LIBUV_LIBS = @LIBUV_LIBS@
486LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
487LIBXML2_LIBS = @LIBXML2_LIBS@
488LIPO = @LIPO@
489LMDB_CFLAGS = @LMDB_CFLAGS@
490LMDB_LIBS = @LMDB_LIBS@
491LN_S = @LN_S@
492LTLIBOBJS = @LTLIBOBJS@
493LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
494MAINT = @MAINT@
495MAKEINFO = @MAKEINFO@
496MANIFEST_TOOL = @MANIFEST_TOOL@
497MAXMINDDB_CFLAGS = @MAXMINDDB_CFLAGS@
498MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
499MAXMINDDB_PREFIX = @MAXMINDDB_PREFIX@
500MKDIR_P = @MKDIR_P@
501NC = @NC@
502NM = @NM@
503NMEDIT = @NMEDIT@
504OBJDUMP = @OBJDUMP@
505OBJEXT = @OBJEXT@
506OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
507OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
508OPENSSL_LIBS = @OPENSSL_LIBS@
509OTOOL = @OTOOL@
510OTOOL64 = @OTOOL64@
511PACKAGE = @PACKAGE@
512PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
513PACKAGE_NAME = @PACKAGE_NAME@
514PACKAGE_STRING = @PACKAGE_STRING@
515PACKAGE_TARNAME = @PACKAGE_TARNAME@
516PACKAGE_URL = @PACKAGE_URL@
517PACKAGE_VERSION = @PACKAGE_VERSION@
518PATH_SEPARATOR = @PATH_SEPARATOR@
519PERL = @PERL@
520PKG_CONFIG = @PKG_CONFIG@
521PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
522PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
523PROTOC_C = @PROTOC_C@
524PTHREAD_CC = @PTHREAD_CC@
525PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
526PTHREAD_CXX = @PTHREAD_CXX@
527PTHREAD_LIBS = @PTHREAD_LIBS@
528PYTEST = @PYTEST@
529PYTHON = @PYTHON@
530PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
531PYTHON_PLATFORM = @PYTHON_PLATFORM@
532PYTHON_PREFIX = @PYTHON_PREFIX@
533PYTHON_VERSION = @PYTHON_VERSION@
534RANLIB = @RANLIB@
535READLINE_CFLAGS = @READLINE_CFLAGS@
536READLINE_LIBS = @READLINE_LIBS@
537RELEASE_DATE = @RELEASE_DATE@
538SED = @SED@
539SET_MAKE = @SET_MAKE@
540SHELL = @SHELL@
541SPHINX_BUILD = @SPHINX_BUILD@
542STD_CFLAGS = @STD_CFLAGS@
543STD_CPPFLAGS = @STD_CPPFLAGS@
544STD_LDFLAGS = @STD_LDFLAGS@
545STRIP = @STRIP@
546TEST_CFLAGS = @TEST_CFLAGS@
547VERSION = @VERSION@
548XELATEX = @XELATEX@
549XSLTPROC = @XSLTPROC@
550ZLIB_CFLAGS = @ZLIB_CFLAGS@
551ZLIB_LIBS = @ZLIB_LIBS@
552abs_builddir = @abs_builddir@
553abs_srcdir = @abs_srcdir@
554abs_top_builddir = @abs_top_builddir@
555abs_top_srcdir = @abs_top_srcdir@
556ac_ct_AR = @ac_ct_AR@
557ac_ct_CC = @ac_ct_CC@
558ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
559ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
560am__include = @am__include@
561am__leading_dot = @am__leading_dot@
562am__quote = @am__quote@
563am__tar = @am__tar@
564am__untar = @am__untar@
565ax_pthread_config = @ax_pthread_config@
566bindir = @bindir@
567build = @build@
568build_alias = @build_alias@
569build_cpu = @build_cpu@
570build_os = @build_os@
571build_vendor = @build_vendor@
572builddir = @builddir@
573datadir = @datadir@
574datarootdir = @datarootdir@
575docdir = @docdir@
576dvidir = @dvidir@
577exec_prefix = @exec_prefix@
578host = @host@
579host_alias = @host_alias@
580host_cpu = @host_cpu@
581host_os = @host_os@
582host_vendor = @host_vendor@
583htmldir = @htmldir@
584includedir = @includedir@
585infodir = @infodir@
586install_sh = @install_sh@
587libdir = @libdir@
588libexecdir = @libexecdir@
589localedir = @localedir@
590localstatedir = @localstatedir@
591mandir = @mandir@
592mkdir_p = @mkdir_p@
593oldincludedir = @oldincludedir@
594pdfdir = @pdfdir@
595pkgpyexecdir = @pkgpyexecdir@
596pkgpythondir = @pkgpythondir@
597prefix = @prefix@
598program_transform_name = @program_transform_name@
599psdir = @psdir@
600pyexecdir = @pyexecdir@
601pythondir = @pythondir@
602runstatedir = @runstatedir@
603sbindir = @sbindir@
604sharedstatedir = @sharedstatedir@
605srcdir = @srcdir@
606sysconfdir = @sysconfdir@
607target = @target@
608target_alias = @target_alias@
609target_cpu = @target_cpu@
610target_os = @target_os@
611target_vendor = @target_vendor@
612top_build_prefix = @top_build_prefix@
613top_builddir = @top_builddir@
614top_srcdir = @top_srcdir@
615ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
616AM_CFLAGS = $(STD_CFLAGS) -I$(top_srcdir)/tests/include $(TEST_CFLAGS)
617AM_CPPFLAGS = $(STD_CPPFLAGS) -include $(top_builddir)/config.h \
618	-I$(srcdir)/include $(LIBISC_CFLAGS) $(LIBDNS_CFLAGS) \
619	$(LIBISCCFG_CFLAGS) $(LIBUV_CFLAGS) -I$(top_srcdir)/lib/isc \
620	$(CMOCKA_CFLAGS) -DNAMED_PLUGINDIR=\"$(pkglibdir)\" \
621	-DTESTS_DIR=\"$(abs_srcdir)\"
622AM_LDFLAGS = $(STD_LDFLAGS) $(am__append_1)
623LDADD = $(LIBISC_LIBS) $(LIBDNS_LIBS) $(LIBISCCFG_LIBS) $(LIBUV_LIBS) \
624	$(top_builddir)/tests/libtest/libtest.la $(CMOCKA_LIBS)
625LIBISC_CFLAGS = \
626	-I$(top_srcdir)/include				\
627	-I$(top_srcdir)/lib/isc/include			\
628	-I$(top_builddir)/lib/isc/include
629
630LIBISC_LIBS = $(top_builddir)/lib/isc/libisc.la
631LIBDNS_CFLAGS = \
632	-I$(top_srcdir)/lib/dns/include			\
633	-I$(top_builddir)/lib/dns/include
634
635LIBDNS_LIBS = \
636	$(top_builddir)/lib/dns/libdns.la
637
638LIBNS_CFLAGS = \
639	-I$(top_srcdir)/lib/ns/include
640
641LIBNS_LIBS = \
642	$(top_builddir)/lib/ns/libns.la
643
644LIBIRS_CFLAGS = \
645	-I$(top_srcdir)/lib/irs/include
646
647LIBIRS_LIBS = \
648	$(top_builddir)/lib/irs/libirs.la
649
650LIBISCCFG_CFLAGS = \
651	-I$(top_srcdir)/lib/isccfg/include
652
653LIBISCCFG_LIBS = \
654	$(top_builddir)/lib/isccfg/libisccfg.la
655
656LIBISCCC_CFLAGS = \
657	-I$(top_srcdir)/lib/isccc/include/
658
659LIBISCCC_LIBS = \
660	$(top_builddir)/lib/isccc/libisccc.la
661
662LIBBIND9_CFLAGS = \
663	-I$(top_srcdir)/lib/bind9/include
664
665LIBBIND9_LIBS = \
666	$(top_builddir)/lib/bind9/libbind9.la
667
668@HAVE_CMOCKA_TRUE@TESTS = $(check_PROGRAMS)
669LOG_COMPILER = $(top_builddir)/tests/unit-test-driver.sh
670all: all-am
671
672.SUFFIXES:
673.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
674$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.top $(top_srcdir)/Makefile.tests $(am__configure_deps)
675	@for dep in $?; do \
676	  case '$(am__configure_deps)' in \
677	    *$$dep*) \
678	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
679	        && { if test -f $@; then exit 0; else break; fi; }; \
680	      exit 1;; \
681	  esac; \
682	done; \
683	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/isccfg/Makefile'; \
684	$(am__cd) $(top_srcdir) && \
685	  $(AUTOMAKE) --foreign tests/isccfg/Makefile
686Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
687	@case '$?' in \
688	  *config.status*) \
689	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
690	  *) \
691	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
692	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
693	esac;
694$(top_srcdir)/Makefile.top $(top_srcdir)/Makefile.tests $(am__empty):
695
696$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
697	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
698
699$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
700	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
701$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
702	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
703$(am__aclocal_m4_deps):
704
705clean-checkPROGRAMS:
706	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
707	echo " rm -f" $$list; \
708	rm -f $$list || exit $$?; \
709	test -n "$(EXEEXT)" || exit 0; \
710	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
711	echo " rm -f" $$list; \
712	rm -f $$list
713
714duration_test$(EXEEXT): $(duration_test_OBJECTS) $(duration_test_DEPENDENCIES) $(EXTRA_duration_test_DEPENDENCIES) 
715	@rm -f duration_test$(EXEEXT)
716	$(AM_V_CCLD)$(LINK) $(duration_test_OBJECTS) $(duration_test_LDADD) $(LIBS)
717
718parser_test$(EXEEXT): $(parser_test_OBJECTS) $(parser_test_DEPENDENCIES) $(EXTRA_parser_test_DEPENDENCIES) 
719	@rm -f parser_test$(EXEEXT)
720	$(AM_V_CCLD)$(LINK) $(parser_test_OBJECTS) $(parser_test_LDADD) $(LIBS)
721
722mostlyclean-compile:
723	-rm -f *.$(OBJEXT)
724
725distclean-compile:
726	-rm -f *.tab.c
727
728@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/duration_test.Po@am__quote@ # am--include-marker
729@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser_test.Po@am__quote@ # am--include-marker
730
731$(am__depfiles_remade):
732	@$(MKDIR_P) $(@D)
733	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
734
735am--depfiles: $(am__depfiles_remade)
736
737.c.o:
738@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
739@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
740@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
741@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
742@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
743@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
744
745.c.obj:
746@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
747@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
748@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
749@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
750@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
751@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
752
753.c.lo:
754@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
755@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
756@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
757@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
758@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
760
761mostlyclean-libtool:
762	-rm -f *.lo
763
764clean-libtool:
765	-rm -rf .libs _libs
766test-local: 
767unit-local: 
768doc-local: 
769
770ID: $(am__tagged_files)
771	$(am__define_uniq_tagged_files); mkid -fID $$unique
772tags: tags-am
773TAGS: tags
774
775tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
776	set x; \
777	here=`pwd`; \
778	$(am__define_uniq_tagged_files); \
779	shift; \
780	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
781	  test -n "$$unique" || unique=$$empty_fix; \
782	  if test $$# -gt 0; then \
783	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
784	      "$$@" $$unique; \
785	  else \
786	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
787	      $$unique; \
788	  fi; \
789	fi
790ctags: ctags-am
791
792CTAGS: ctags
793ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
794	$(am__define_uniq_tagged_files); \
795	test -z "$(CTAGS_ARGS)$$unique" \
796	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
797	     $$unique
798
799GTAGS:
800	here=`$(am__cd) $(top_builddir) && pwd` \
801	  && $(am__cd) $(top_srcdir) \
802	  && gtags -i $(GTAGS_ARGS) "$$here"
803cscopelist: cscopelist-am
804
805cscopelist-am: $(am__tagged_files)
806	list='$(am__tagged_files)'; \
807	case "$(srcdir)" in \
808	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
809	  *) sdir=$(subdir)/$(srcdir) ;; \
810	esac; \
811	for i in $$list; do \
812	  if test -f "$$i"; then \
813	    echo "$(subdir)/$$i"; \
814	  else \
815	    echo "$$sdir/$$i"; \
816	  fi; \
817	done >> $(top_builddir)/cscope.files
818
819distclean-tags:
820	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
821
822# Recover from deleted '.trs' file; this should ensure that
823# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
824# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
825# to avoid problems with "make -n".
826.log.trs:
827	rm -f $< $@
828	$(MAKE) $(AM_MAKEFLAGS) $<
829
830# Leading 'am--fnord' is there to ensure the list of targets does not
831# expand to empty, as could happen e.g. with make check TESTS=''.
832am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
833am--force-recheck:
834	@:
835
836$(TEST_SUITE_LOG): $(TEST_LOGS)
837	@$(am__set_TESTS_bases); \
838	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
839	redo_bases=`for i in $$bases; do \
840	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
841	            done`; \
842	if test -n "$$redo_bases"; then \
843	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
844	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
845	  if $(am__make_dryrun); then :; else \
846	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
847	  fi; \
848	fi; \
849	if test -n "$$am__remaking_logs"; then \
850	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
851	       "recursion detected" >&2; \
852	elif test -n "$$redo_logs"; then \
853	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
854	fi; \
855	if $(am__make_dryrun); then :; else \
856	  st=0;  \
857	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
858	  for i in $$redo_bases; do \
859	    test -f $$i.trs && test -r $$i.trs \
860	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
861	    test -f $$i.log && test -r $$i.log \
862	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
863	  done; \
864	  test $$st -eq 0 || exit 1; \
865	fi
866	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
867	ws='[ 	]'; \
868	results=`for b in $$bases; do echo $$b.trs; done`; \
869	test -n "$$results" || results=/dev/null; \
870	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
871	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
872	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
873	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
874	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
875	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
876	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
877	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
878	  success=true; \
879	else \
880	  success=false; \
881	fi; \
882	br='==================='; br=$$br$$br$$br$$br; \
883	result_count () \
884	{ \
885	    if test x"$$1" = x"--maybe-color"; then \
886	      maybe_colorize=yes; \
887	    elif test x"$$1" = x"--no-color"; then \
888	      maybe_colorize=no; \
889	    else \
890	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
891	    fi; \
892	    shift; \
893	    desc=$$1 count=$$2; \
894	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
895	      color_start=$$3 color_end=$$std; \
896	    else \
897	      color_start= color_end=; \
898	    fi; \
899	    echo "$${color_start}# $$desc $$count$${color_end}"; \
900	}; \
901	create_testsuite_report () \
902	{ \
903	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
904	  result_count $$1 "PASS: " $$pass  "$$grn"; \
905	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
906	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
907	  result_count $$1 "FAIL: " $$fail  "$$red"; \
908	  result_count $$1 "XPASS:" $$xpass "$$red"; \
909	  result_count $$1 "ERROR:" $$error "$$mgn"; \
910	}; \
911	{								\
912	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
913	    $(am__rst_title);						\
914	  create_testsuite_report --no-color;				\
915	  echo;								\
916	  echo ".. contents:: :depth: 2";				\
917	  echo;								\
918	  for b in $$bases; do echo $$b; done				\
919	    | $(am__create_global_log);					\
920	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
921	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
922	if $$success; then						\
923	  col="$$grn";							\
924	 else								\
925	  col="$$red";							\
926	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
927	fi;								\
928	echo "$${col}$$br$${std}"; 					\
929	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
930	echo "$${col}$$br$${std}"; 					\
931	create_testsuite_report --maybe-color;				\
932	echo "$$col$$br$$std";						\
933	if $$success; then :; else					\
934	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
935	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
936	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
937	  fi;								\
938	  echo "$$col$$br$$std";					\
939	fi;								\
940	$$success || exit 1
941
942check-TESTS: $(check_PROGRAMS)
943	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
944	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
945	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
946	@set +e; $(am__set_TESTS_bases); \
947	log_list=`for i in $$bases; do echo $$i.log; done`; \
948	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
949	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
950	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
951	exit $$?;
952recheck: all $(check_PROGRAMS)
953	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
954	@set +e; $(am__set_TESTS_bases); \
955	bases=`for i in $$bases; do echo $$i; done \
956	         | $(am__list_recheck_tests)` || exit 1; \
957	log_list=`for i in $$bases; do echo $$i.log; done`; \
958	log_list=`echo $$log_list`; \
959	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
960	        am__force_recheck=am--force-recheck \
961	        TEST_LOGS="$$log_list"; \
962	exit $$?
963duration_test.log: duration_test$(EXEEXT)
964	@p='duration_test$(EXEEXT)'; \
965	b='duration_test'; \
966	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
967	--log-file $$b.log --trs-file $$b.trs \
968	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
969	"$$tst" $(AM_TESTS_FD_REDIRECT)
970parser_test.log: parser_test$(EXEEXT)
971	@p='parser_test$(EXEEXT)'; \
972	b='parser_test'; \
973	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
974	--log-file $$b.log --trs-file $$b.trs \
975	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
976	"$$tst" $(AM_TESTS_FD_REDIRECT)
977.test.log:
978	@p='$<'; \
979	$(am__set_b); \
980	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
981	--log-file $$b.log --trs-file $$b.trs \
982	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
983	"$$tst" $(AM_TESTS_FD_REDIRECT)
984@am__EXEEXT_TRUE@.test$(EXEEXT).log:
985@am__EXEEXT_TRUE@	@p='$<'; \
986@am__EXEEXT_TRUE@	$(am__set_b); \
987@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
988@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
989@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
990@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
991distdir: $(BUILT_SOURCES)
992	$(MAKE) $(AM_MAKEFLAGS) distdir-am
993
994distdir-am: $(DISTFILES)
995	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
996	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
997	list='$(DISTFILES)'; \
998	  dist_files=`for file in $$list; do echo $$file; done | \
999	  sed -e "s|^$$srcdirstrip/||;t" \
1000	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1001	case $$dist_files in \
1002	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1003			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1004			   sort -u` ;; \
1005	esac; \
1006	for file in $$dist_files; do \
1007	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1008	  if test -d $$d/$$file; then \
1009	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1010	    if test -d "$(distdir)/$$file"; then \
1011	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1012	    fi; \
1013	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1014	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1015	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1016	    fi; \
1017	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1018	  else \
1019	    test -f "$(distdir)/$$file" \
1020	    || cp -p $$d/$$file "$(distdir)/$$file" \
1021	    || exit 1; \
1022	  fi; \
1023	done
1024check-am: all-am
1025	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1026	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1027check: check-am
1028all-am: Makefile
1029installdirs:
1030install: install-am
1031install-exec: install-exec-am
1032install-data: install-data-am
1033uninstall: uninstall-am
1034
1035install-am: all-am
1036	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1037
1038installcheck: installcheck-am
1039install-strip:
1040	if test -z '$(STRIP)'; then \
1041	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1042	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1043	      install; \
1044	else \
1045	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1046	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1047	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1048	fi
1049mostlyclean-generic:
1050	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1051	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1052	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1053
1054clean-generic:
1055
1056distclean-generic:
1057	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1058	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1059
1060maintainer-clean-generic:
1061	@echo "This command is intended for maintainers to use"
1062	@echo "it deletes files that may require special tools to rebuild."
1063clean: clean-am
1064
1065clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1066	mostlyclean-am
1067
1068distclean: distclean-am
1069		-rm -f ./$(DEPDIR)/duration_test.Po
1070	-rm -f ./$(DEPDIR)/parser_test.Po
1071	-rm -f Makefile
1072distclean-am: clean-am distclean-compile distclean-generic \
1073	distclean-tags
1074
1075doc: doc-am
1076
1077doc-am: doc-local
1078
1079dvi: dvi-am
1080
1081dvi-am:
1082
1083html: html-am
1084
1085html-am:
1086
1087info: info-am
1088
1089info-am:
1090
1091install-data-am:
1092
1093install-dvi: install-dvi-am
1094
1095install-dvi-am:
1096
1097install-exec-am:
1098
1099install-html: install-html-am
1100
1101install-html-am:
1102
1103install-info: install-info-am
1104
1105install-info-am:
1106
1107install-man:
1108
1109install-pdf: install-pdf-am
1110
1111install-pdf-am:
1112
1113install-ps: install-ps-am
1114
1115install-ps-am:
1116
1117installcheck-am:
1118
1119maintainer-clean: maintainer-clean-am
1120		-rm -f ./$(DEPDIR)/duration_test.Po
1121	-rm -f ./$(DEPDIR)/parser_test.Po
1122	-rm -f Makefile
1123maintainer-clean-am: distclean-am maintainer-clean-generic
1124
1125mostlyclean: mostlyclean-am
1126
1127mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1128	mostlyclean-libtool
1129
1130pdf: pdf-am
1131
1132pdf-am:
1133
1134ps: ps-am
1135
1136ps-am:
1137
1138test: test-am
1139
1140test-am: test-local
1141
1142uninstall-am:
1143
1144unit: unit-am
1145
1146unit-am: unit-local
1147
1148.MAKE: check-am install-am install-strip
1149
1150.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
1151	check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
1152	cscopelist-am ctags ctags-am distclean distclean-compile \
1153	distclean-generic distclean-libtool distclean-tags distdir \
1154	doc-am doc-local dvi dvi-am html html-am info info-am install \
1155	install-am install-data install-data-am install-dvi \
1156	install-dvi-am install-exec install-exec-am install-html \
1157	install-html-am install-info install-info-am install-man \
1158	install-pdf install-pdf-am install-ps install-ps-am \
1159	install-strip installcheck installcheck-am installdirs \
1160	maintainer-clean maintainer-clean-generic mostlyclean \
1161	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1162	pdf pdf-am ps ps-am recheck tags tags-am test-am test-local \
1163	uninstall uninstall-am unit-am unit-local
1164
1165.PRECIOUS: Makefile
1166
1167
1168unit-local: check
1169
1170# Tell versions [3.59,3.63) of GNU make to not export all variables.
1171# Otherwise a system limit (for SysV at least) may be exceeded.
1172.NOEXPORT:
1173