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