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