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