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