1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91bin_PROGRAMS = dnstable_convert$(EXEEXT) dnstable_unconvert$(EXEEXT)
92check_PROGRAMS =
93subdir = .
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
96	$(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100	$(am__configure_deps) $(am__DIST_COMMON)
101am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102 configure.lineno config.status.lineno
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = config.h
105CONFIG_CLEAN_FILES = tests/tests.sh
106CONFIG_CLEAN_VPATH_FILES =
107am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
108PROGRAMS = $(bin_PROGRAMS)
109am_dnstable_convert_OBJECTS =  \
110	dnstable_convert-dnstable_convert.$(OBJEXT)
111dnstable_convert_OBJECTS = $(am_dnstable_convert_OBJECTS)
112am__DEPENDENCIES_1 =
113dnstable_convert_DEPENDENCIES = $(am__DEPENDENCIES_1) \
114	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
115	$(am__DEPENDENCIES_1)
116dnstable_convert_LINK = $(CCLD) $(dnstable_convert_CFLAGS) $(CFLAGS) \
117	$(AM_LDFLAGS) $(LDFLAGS) -o $@
118am_dnstable_unconvert_OBJECTS =  \
119	dnstable_unconvert-dnstable_unconvert.$(OBJEXT)
120dnstable_unconvert_OBJECTS = $(am_dnstable_unconvert_OBJECTS)
121dnstable_unconvert_DEPENDENCIES = $(am__DEPENDENCIES_1) \
122	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
123	$(am__DEPENDENCIES_1)
124dnstable_unconvert_LINK = $(CCLD) $(dnstable_unconvert_CFLAGS) \
125	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo "  GEN     " $@;
133am__v_GEN_1 =
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 =
138DEFAULT_INCLUDES = -I.@am__isrc@
139depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
140am__depfiles_maybe = depfiles
141am__mv = mv -f
142AM_V_lt = $(am__v_lt_@AM_V@)
143am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144am__v_lt_0 = --silent
145am__v_lt_1 =
146COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
147	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148AM_V_CC = $(am__v_CC_@AM_V@)
149am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
150am__v_CC_0 = @echo "  CC      " $@;
151am__v_CC_1 =
152CCLD = $(CC)
153LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
154AM_V_CCLD = $(am__v_CCLD_@AM_V@)
155am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
156am__v_CCLD_0 = @echo "  CCLD    " $@;
157am__v_CCLD_1 =
158SOURCES = $(dnstable_convert_SOURCES) $(dnstable_unconvert_SOURCES)
159DIST_SOURCES = $(dnstable_convert_SOURCES) \
160	$(dnstable_unconvert_SOURCES)
161am__can_run_installinfo = \
162  case $$AM_UPDATE_INFO_DIR in \
163    n|no|NO) false;; \
164    *) (install-info --version) >/dev/null 2>&1;; \
165  esac
166am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
167am__vpath_adj = case $$p in \
168    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
169    *) f=$$p;; \
170  esac;
171am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
172am__install_max = 40
173am__nobase_strip_setup = \
174  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
175am__nobase_strip = \
176  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
177am__nobase_list = $(am__nobase_strip_setup); \
178  for p in $$list; do echo "$$p $$p"; done | \
179  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
180  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
181    if (++n[$$2] == $(am__install_max)) \
182      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
183    END { for (dir in files) print dir, files[dir] }'
184am__base_list = \
185  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
186  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
187am__uninstall_files_from_dir = { \
188  test -z "$$files" \
189    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
190    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
191         $(am__cd) "$$dir" && rm -f $$files; }; \
192  }
193man1dir = $(mandir)/man1
194NROFF = nroff
195MANS = $(dist_man_MANS)
196am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
197	$(LISP)config.h.in
198# Read a list of newline-separated strings from the standard input,
199# and print each of them once, without duplicates.  Input order is
200# *not* preserved.
201am__uniquify_input = $(AWK) '\
202  BEGIN { nonempty = 0; } \
203  { items[$$0] = 1; nonempty = 1; } \
204  END { if (nonempty) { for (i in items) print i; }; } \
205'
206# Make sure the list of sources is unique.  This is necessary because,
207# e.g., the same source file might be shared among _SOURCES variables
208# for different programs/libraries.
209am__define_uniq_tagged_files = \
210  list='$(am__tagged_files)'; \
211  unique=`for i in $$list; do \
212    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213  done | $(am__uniquify_input)`
214ETAGS = etags
215CTAGS = ctags
216CSCOPE = cscope
217AM_RECURSIVE_TARGETS = cscope check recheck
218am__tty_colors_dummy = \
219  mgn= red= grn= lgn= blu= brg= std=; \
220  am__color_tests=no
221am__tty_colors = { \
222  $(am__tty_colors_dummy); \
223  if test "X$(AM_COLOR_TESTS)" = Xno; then \
224    am__color_tests=no; \
225  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
226    am__color_tests=yes; \
227  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
228    am__color_tests=yes; \
229  fi; \
230  if test $$am__color_tests = yes; then \
231    red=''; \
232    grn=''; \
233    lgn=''; \
234    blu=''; \
235    mgn=''; \
236    brg=''; \
237    std=''; \
238  fi; \
239}
240am__recheck_rx = ^[ 	]*:recheck:[ 	]*
241am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
242am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
243# A command that, given a newline-separated list of test names on the
244# standard input, print the name of the tests that are to be re-run
245# upon "make recheck".
246am__list_recheck_tests = $(AWK) '{ \
247  recheck = 1; \
248  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
249    { \
250      if (rc < 0) \
251        { \
252          if ((getline line2 < ($$0 ".log")) < 0) \
253	    recheck = 0; \
254          break; \
255        } \
256      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
257        { \
258          recheck = 0; \
259          break; \
260        } \
261      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
262        { \
263          break; \
264        } \
265    }; \
266  if (recheck) \
267    print $$0; \
268  close ($$0 ".trs"); \
269  close ($$0 ".log"); \
270}'
271# A command that, given a newline-separated list of test names on the
272# standard input, create the global log from their .trs and .log files.
273am__create_global_log = $(AWK) ' \
274function fatal(msg) \
275{ \
276  print "fatal: making $@: " msg | "cat >&2"; \
277  exit 1; \
278} \
279function rst_section(header) \
280{ \
281  print header; \
282  len = length(header); \
283  for (i = 1; i <= len; i = i + 1) \
284    printf "="; \
285  printf "\n\n"; \
286} \
287{ \
288  copy_in_global_log = 1; \
289  global_test_result = "RUN"; \
290  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
291    { \
292      if (rc < 0) \
293         fatal("failed to read from " $$0 ".trs"); \
294      if (line ~ /$(am__global_test_result_rx)/) \
295        { \
296          sub("$(am__global_test_result_rx)", "", line); \
297          sub("[ 	]*$$", "", line); \
298          global_test_result = line; \
299        } \
300      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
301        copy_in_global_log = 0; \
302    }; \
303  if (copy_in_global_log) \
304    { \
305      rst_section(global_test_result ": " $$0); \
306      while ((rc = (getline line < ($$0 ".log"))) != 0) \
307      { \
308        if (rc < 0) \
309          fatal("failed to read from " $$0 ".log"); \
310        print line; \
311      }; \
312      printf "\n"; \
313    }; \
314  close ($$0 ".trs"); \
315  close ($$0 ".log"); \
316}'
317# Restructured Text title.
318am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
319# Solaris 10 'make', and several other traditional 'make' implementations,
320# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
321# by disabling -e (using the XSI extension "set +e") if it's set.
322am__sh_e_setup = case $$- in *e*) set +e;; esac
323# Default flags passed to test drivers.
324am__common_driver_flags = \
325  --color-tests "$$am__color_tests" \
326  --enable-hard-errors "$$am__enable_hard_errors" \
327  --expect-failure "$$am__expect_failure"
328# To be inserted before the command running the test.  Creates the
329# directory for the log if needed.  Stores in $dir the directory
330# containing $f, in $tst the test, in $log the log.  Executes the
331# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
332# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
333# will run the test scripts (or their associated LOG_COMPILER, if
334# thy have one).
335am__check_pre = \
336$(am__sh_e_setup);					\
337$(am__vpath_adj_setup) $(am__vpath_adj)			\
338$(am__tty_colors);					\
339srcdir=$(srcdir); export srcdir;			\
340case "$@" in						\
341  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
342    *) am__odir=.;; 					\
343esac;							\
344test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
345  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
346if test -f "./$$f"; then dir=./;			\
347elif test -f "$$f"; then dir=;				\
348else dir="$(srcdir)/"; fi;				\
349tst=$$dir$$f; log='$@'; 				\
350if test -n '$(DISABLE_HARD_ERRORS)'; then		\
351  am__enable_hard_errors=no; 				\
352else							\
353  am__enable_hard_errors=yes; 				\
354fi; 							\
355case " $(XFAIL_TESTS) " in				\
356  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
357    am__expect_failure=yes;;				\
358  *)							\
359    am__expect_failure=no;;				\
360esac; 							\
361$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
362# A shell command to get the names of the tests scripts with any registered
363# extension removed (i.e., equivalently, the names of the test logs, with
364# the '.log' extension removed).  The result is saved in the shell variable
365# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
366# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
367# since that might cause problem with VPATH rewrites for suffix-less tests.
368# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
369am__set_TESTS_bases = \
370  bases='$(TEST_LOGS)'; \
371  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
372  bases=`echo $$bases`
373RECHECK_LOGS = $(TEST_LOGS)
374TEST_SUITE_LOG = test-suite.log
375TEST_EXTENSIONS = @EXEEXT@ .test
376LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
377LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
378am__set_b = \
379  case '$@' in \
380    */*) \
381      case '$*' in \
382        */*) b='$*';; \
383          *) b=`echo '$@' | sed 's/\.log$$//'`; \
384       esac;; \
385    *) \
386      b='$*';; \
387  esac
388am__test_logs1 = $(TESTS:=.log)
389am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
390TEST_LOGS = $(am__test_logs2:.test.log=.log)
391TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
392TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
393	$(TEST_LOG_FLAGS)
394am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
395	$(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \
396	$(top_srcdir)/build-aux/config.guess \
397	$(top_srcdir)/build-aux/config.sub \
398	$(top_srcdir)/build-aux/depcomp \
399	$(top_srcdir)/build-aux/install-sh \
400	$(top_srcdir)/build-aux/missing \
401	$(top_srcdir)/build-aux/test-driver \
402	$(top_srcdir)/tests/tests.sh.in ChangeLog build-aux/compile \
403	build-aux/config.guess build-aux/config.sub build-aux/depcomp \
404	build-aux/install-sh build-aux/missing
405DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
406distdir = $(PACKAGE)-$(VERSION)
407top_distdir = $(distdir)
408am__remove_distdir = \
409  if test -d "$(distdir)"; then \
410    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
411      && rm -rf "$(distdir)" \
412      || { sleep 5 && rm -rf "$(distdir)"; }; \
413  else :; fi
414am__post_remove_distdir = $(am__remove_distdir)
415DIST_ARCHIVES = $(distdir).tar.gz
416GZIP_ENV = --best
417DIST_TARGETS = dist-gzip
418distuninstallcheck_listfiles = find . -type f -print
419am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
420  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
421distcleancheck_listfiles = find . -type f -print
422ACLOCAL = @ACLOCAL@
423AMTAR = @AMTAR@
424AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
425ASCIIDOC = @ASCIIDOC@
426AUTOCONF = @AUTOCONF@
427AUTOHEADER = @AUTOHEADER@
428AUTOMAKE = @AUTOMAKE@
429AWK = @AWK@
430CC = @CC@
431CCDEPMODE = @CCDEPMODE@
432CFLAGS = @CFLAGS@
433CPP = @CPP@
434CPPFLAGS = @CPPFLAGS@
435CYGPATH_W = @CYGPATH_W@
436DEFS = @DEFS@
437DEPDIR = @DEPDIR@
438ECHO_C = @ECHO_C@
439ECHO_N = @ECHO_N@
440ECHO_T = @ECHO_T@
441EGREP = @EGREP@
442EXEEXT = @EXEEXT@
443GREP = @GREP@
444INSTALL = @INSTALL@
445INSTALL_DATA = @INSTALL_DATA@
446INSTALL_PROGRAM = @INSTALL_PROGRAM@
447INSTALL_SCRIPT = @INSTALL_SCRIPT@
448INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
449LDFLAGS = @LDFLAGS@
450LIBOBJS = @LIBOBJS@
451LIBS = @LIBS@
452LTLIBOBJS = @LTLIBOBJS@
453MAKEINFO = @MAKEINFO@
454MKDIR_P = @MKDIR_P@
455OBJEXT = @OBJEXT@
456PACKAGE = @PACKAGE@
457PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
458PACKAGE_NAME = @PACKAGE_NAME@
459PACKAGE_STRING = @PACKAGE_STRING@
460PACKAGE_TARNAME = @PACKAGE_TARNAME@
461PACKAGE_URL = @PACKAGE_URL@
462PACKAGE_VERSION = @PACKAGE_VERSION@
463PATH_SEPARATOR = @PATH_SEPARATOR@
464PKG_CONFIG = @PKG_CONFIG@
465PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
466PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
467PTHREAD_CC = @PTHREAD_CC@
468PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
469PTHREAD_LIBS = @PTHREAD_LIBS@
470SET_MAKE = @SET_MAKE@
471SHELL = @SHELL@
472STRIP = @STRIP@
473VERSION = @VERSION@
474abs_builddir = @abs_builddir@
475abs_srcdir = @abs_srcdir@
476abs_top_builddir = @abs_top_builddir@
477abs_top_srcdir = @abs_top_srcdir@
478ac_ct_CC = @ac_ct_CC@
479am__include = @am__include@
480am__leading_dot = @am__leading_dot@
481am__quote = @am__quote@
482am__tar = @am__tar@
483am__untar = @am__untar@
484ax_pthread_config = @ax_pthread_config@
485bindir = @bindir@
486build = @build@
487build_alias = @build_alias@
488build_cpu = @build_cpu@
489build_os = @build_os@
490build_vendor = @build_vendor@
491builddir = @builddir@
492datadir = @datadir@
493datarootdir = @datarootdir@
494docdir = @docdir@
495dvidir = @dvidir@
496exec_prefix = @exec_prefix@
497host = @host@
498host_alias = @host_alias@
499host_cpu = @host_cpu@
500host_os = @host_os@
501host_vendor = @host_vendor@
502htmldir = @htmldir@
503includedir = @includedir@
504infodir = @infodir@
505install_sh = @install_sh@
506libdir = @libdir@
507libdnstable_CFLAGS = @libdnstable_CFLAGS@
508libdnstable_LIBS = @libdnstable_LIBS@
509libexecdir = @libexecdir@
510libmtbl_CFLAGS = @libmtbl_CFLAGS@
511libmtbl_LIBS = @libmtbl_LIBS@
512libnmsg_CFLAGS = @libnmsg_CFLAGS@
513libnmsg_LIBS = @libnmsg_LIBS@
514libwdns_CFLAGS = @libwdns_CFLAGS@
515libwdns_LIBS = @libwdns_LIBS@
516localedir = @localedir@
517localstatedir = @localstatedir@
518mandir = @mandir@
519mkdir_p = @mkdir_p@
520my_CFLAGS = @my_CFLAGS@
521oldincludedir = @oldincludedir@
522pdfdir = @pdfdir@
523prefix = @prefix@
524program_transform_name = @program_transform_name@
525psdir = @psdir@
526runstatedir = @runstatedir@
527sbindir = @sbindir@
528sharedstatedir = @sharedstatedir@
529srcdir = @srcdir@
530sysconfdir = @sysconfdir@
531target_alias = @target_alias@
532top_build_prefix = @top_build_prefix@
533top_builddir = @top_builddir@
534top_srcdir = @top_srcdir@
535EXTRA_DIST = COPYRIGHT LICENSE README.md man/dnstable_convert.1.txt \
536	man/dnstable_unconvert.1.txt tests/broken-srv_soa.dns.mtbl \
537	tests/dnstable_convert.output1 \
538	tests/dnstable_dump.rdata.output1 \
539	tests/dnstable_dump.rrset.output1 \
540	tests/dnstable_lookup.rdata.name.soa.output1 \
541	tests/dnstable_lookup.rdata.name.srv.output1 \
542	tests/srv_soa.dnsdedupe.json tests/srv_soa.dnsdedupe.nmsg
543CLEANFILES =
544DISTCLEANFILES = tests/dnstable_convert.output1.tmp \
545	tests/dnstable_dump.rdata.output1.tmp \
546	tests/dnstable_dump.rdata.output2.tmp \
547	tests/dnstable_dump.rrset.output1.tmp \
548	tests/dnstable_dump.rrset.output2.tmp \
549	tests/dnstable_lookup.rdata.name.soa.output1.tmp \
550	tests/dnstable_lookup.rdata.name.soa.output2.tmp \
551	tests/dnstable_lookup.rdata.name.srv.output1.tmp \
552	tests/dnstable_lookup.rdata.name.srv.output2.tmp \
553	tests/srv_soa.dns.mtbl
554ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
555AM_CPPFLAGS = -include $(top_builddir)/config.h
556AM_CFLAGS = ${my_CFLAGS} \
557	$(libdnstable_CFLAGS) \
558	$(libmtbl_CFLAGS) \
559	$(libwdns_CFLAGS)
560
561dnstable_convert_SOURCES = dnstable_convert.c \
562	libmy/vector.h \
563	libmy/ubuf.h \
564	libmy/my_alloc.h \
565	libmy/my_byteorder.h \
566	dnstable-private.h
567
568dnstable_convert_CFLAGS = $(libnmsg_CFLAGS) $(libdnstable_CFLAGS) \
569			  $(libmtbl_CFLAGS) $(libwdns_CFLAGS)
570
571dnstable_convert_LDADD = \
572	$(libdnstable_LIBS) \
573	$(libmtbl_LIBS) \
574	$(libnmsg_LIBS) \
575	$(libwdns_LIBS)
576
577dnstable_unconvert_SOURCES = dnstable_unconvert.c
578dnstable_unconvert_CFLAGS = $(libnmsg_CFLAGS) $(libdnstable_CFLAGS) \
579			  $(libmtbl_CFLAGS) $(libwdns_CFLAGS)
580
581dnstable_unconvert_LDADD = \
582	$(libdnstable_LIBS) \
583	$(libmtbl_LIBS) \
584	$(libnmsg_LIBS) \
585	$(libwdns_LIBS)
586
587@BUILD_MAN_TRUE@SUFFIXES = .1.txt .3.txt .5.txt .7.txt .1 .3 .5 .7
588@BUILD_MAN_TRUE@ASCIIDOC_PROCESS = $(AM_V_GEN) $(ASCIIDOC) -f manpage --no-xmllint --asciidoc-opt="-f man/asciidoc.conf" $<
589dist_man_MANS = \
590	man/dnstable_convert.1 \
591	man/dnstable_unconvert.1
592
593TESTS = tests/tests.sh
594all: config.h
595	$(MAKE) $(AM_MAKEFLAGS) all-am
596
597.SUFFIXES:
598.SUFFIXES: .1.txt .3.txt .5.txt .7.txt .1 .3 .5 .7 .c .log .o .obj .test .test$(EXEEXT) .trs
599am--refresh: Makefile
600	@:
601$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
602	@for dep in $?; do \
603	  case '$(am__configure_deps)' in \
604	    *$$dep*) \
605	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
606	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
607		&& exit 0; \
608	      exit 1;; \
609	  esac; \
610	done; \
611	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
612	$(am__cd) $(top_srcdir) && \
613	  $(AUTOMAKE) --foreign Makefile
614Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
615	@case '$?' in \
616	  *config.status*) \
617	    echo ' $(SHELL) ./config.status'; \
618	    $(SHELL) ./config.status;; \
619	  *) \
620	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
621	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
622	esac;
623
624$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
625	$(SHELL) ./config.status --recheck
626
627$(top_srcdir)/configure:  $(am__configure_deps)
628	$(am__cd) $(srcdir) && $(AUTOCONF)
629$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
630	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
631$(am__aclocal_m4_deps):
632
633config.h: stamp-h1
634	@test -f $@ || rm -f stamp-h1
635	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
636
637stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
638	@rm -f stamp-h1
639	cd $(top_builddir) && $(SHELL) ./config.status config.h
640$(srcdir)/config.h.in:  $(am__configure_deps)
641	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
642	rm -f stamp-h1
643	touch $@
644
645distclean-hdr:
646	-rm -f config.h stamp-h1
647tests/tests.sh: $(top_builddir)/config.status $(top_srcdir)/tests/tests.sh.in
648	cd $(top_builddir) && $(SHELL) ./config.status $@
649install-binPROGRAMS: $(bin_PROGRAMS)
650	@$(NORMAL_INSTALL)
651	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
652	if test -n "$$list"; then \
653	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
654	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
655	fi; \
656	for p in $$list; do echo "$$p $$p"; done | \
657	sed 's/$(EXEEXT)$$//' | \
658	while read p p1; do if test -f $$p \
659	  ; then echo "$$p"; echo "$$p"; else :; fi; \
660	done | \
661	sed -e 'p;s,.*/,,;n;h' \
662	    -e 's|.*|.|' \
663	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
664	sed 'N;N;N;s,\n, ,g' | \
665	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
666	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
667	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
668	    else { print "f", $$3 "/" $$4, $$1; } } \
669	  END { for (d in files) print "f", d, files[d] }' | \
670	while read type dir files; do \
671	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
672	    test -z "$$files" || { \
673	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
674	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
675	    } \
676	; done
677
678uninstall-binPROGRAMS:
679	@$(NORMAL_UNINSTALL)
680	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
681	files=`for p in $$list; do echo "$$p"; done | \
682	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
683	      -e 's/$$/$(EXEEXT)/' \
684	`; \
685	test -n "$$list" || exit 0; \
686	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
687	cd "$(DESTDIR)$(bindir)" && rm -f $$files
688
689clean-binPROGRAMS:
690	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
691
692clean-checkPROGRAMS:
693	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
694
695dnstable_convert$(EXEEXT): $(dnstable_convert_OBJECTS) $(dnstable_convert_DEPENDENCIES) $(EXTRA_dnstable_convert_DEPENDENCIES)
696	@rm -f dnstable_convert$(EXEEXT)
697	$(AM_V_CCLD)$(dnstable_convert_LINK) $(dnstable_convert_OBJECTS) $(dnstable_convert_LDADD) $(LIBS)
698
699dnstable_unconvert$(EXEEXT): $(dnstable_unconvert_OBJECTS) $(dnstable_unconvert_DEPENDENCIES) $(EXTRA_dnstable_unconvert_DEPENDENCIES)
700	@rm -f dnstable_unconvert$(EXEEXT)
701	$(AM_V_CCLD)$(dnstable_unconvert_LINK) $(dnstable_unconvert_OBJECTS) $(dnstable_unconvert_LDADD) $(LIBS)
702
703mostlyclean-compile:
704	-rm -f *.$(OBJEXT)
705
706distclean-compile:
707	-rm -f *.tab.c
708
709@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnstable_convert-dnstable_convert.Po@am__quote@
710@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnstable_unconvert-dnstable_unconvert.Po@am__quote@
711
712.c.o:
713@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
714@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
715@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
716@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
717@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
718@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
719
720.c.obj:
721@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
722@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
723@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
724@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
725@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
726@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
727
728dnstable_convert-dnstable_convert.o: dnstable_convert.c
729@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dnstable_convert_CFLAGS) $(CFLAGS) -MT dnstable_convert-dnstable_convert.o -MD -MP -MF $(DEPDIR)/dnstable_convert-dnstable_convert.Tpo -c -o dnstable_convert-dnstable_convert.o `test -f 'dnstable_convert.c' || echo '$(srcdir)/'`dnstable_convert.c
730@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dnstable_convert-dnstable_convert.Tpo $(DEPDIR)/dnstable_convert-dnstable_convert.Po
731@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dnstable_convert.c' object='dnstable_convert-dnstable_convert.o' libtool=no @AMDEPBACKSLASH@
732@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
733@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dnstable_convert_CFLAGS) $(CFLAGS) -c -o dnstable_convert-dnstable_convert.o `test -f 'dnstable_convert.c' || echo '$(srcdir)/'`dnstable_convert.c
734
735dnstable_convert-dnstable_convert.obj: dnstable_convert.c
736@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dnstable_convert_CFLAGS) $(CFLAGS) -MT dnstable_convert-dnstable_convert.obj -MD -MP -MF $(DEPDIR)/dnstable_convert-dnstable_convert.Tpo -c -o dnstable_convert-dnstable_convert.obj `if test -f 'dnstable_convert.c'; then $(CYGPATH_W) 'dnstable_convert.c'; else $(CYGPATH_W) '$(srcdir)/dnstable_convert.c'; fi`
737@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dnstable_convert-dnstable_convert.Tpo $(DEPDIR)/dnstable_convert-dnstable_convert.Po
738@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dnstable_convert.c' object='dnstable_convert-dnstable_convert.obj' libtool=no @AMDEPBACKSLASH@
739@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
740@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dnstable_convert_CFLAGS) $(CFLAGS) -c -o dnstable_convert-dnstable_convert.obj `if test -f 'dnstable_convert.c'; then $(CYGPATH_W) 'dnstable_convert.c'; else $(CYGPATH_W) '$(srcdir)/dnstable_convert.c'; fi`
741
742dnstable_unconvert-dnstable_unconvert.o: dnstable_unconvert.c
743@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dnstable_unconvert_CFLAGS) $(CFLAGS) -MT dnstable_unconvert-dnstable_unconvert.o -MD -MP -MF $(DEPDIR)/dnstable_unconvert-dnstable_unconvert.Tpo -c -o dnstable_unconvert-dnstable_unconvert.o `test -f 'dnstable_unconvert.c' || echo '$(srcdir)/'`dnstable_unconvert.c
744@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dnstable_unconvert-dnstable_unconvert.Tpo $(DEPDIR)/dnstable_unconvert-dnstable_unconvert.Po
745@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dnstable_unconvert.c' object='dnstable_unconvert-dnstable_unconvert.o' libtool=no @AMDEPBACKSLASH@
746@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
747@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dnstable_unconvert_CFLAGS) $(CFLAGS) -c -o dnstable_unconvert-dnstable_unconvert.o `test -f 'dnstable_unconvert.c' || echo '$(srcdir)/'`dnstable_unconvert.c
748
749dnstable_unconvert-dnstable_unconvert.obj: dnstable_unconvert.c
750@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dnstable_unconvert_CFLAGS) $(CFLAGS) -MT dnstable_unconvert-dnstable_unconvert.obj -MD -MP -MF $(DEPDIR)/dnstable_unconvert-dnstable_unconvert.Tpo -c -o dnstable_unconvert-dnstable_unconvert.obj `if test -f 'dnstable_unconvert.c'; then $(CYGPATH_W) 'dnstable_unconvert.c'; else $(CYGPATH_W) '$(srcdir)/dnstable_unconvert.c'; fi`
751@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dnstable_unconvert-dnstable_unconvert.Tpo $(DEPDIR)/dnstable_unconvert-dnstable_unconvert.Po
752@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dnstable_unconvert.c' object='dnstable_unconvert-dnstable_unconvert.obj' libtool=no @AMDEPBACKSLASH@
753@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
754@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dnstable_unconvert_CFLAGS) $(CFLAGS) -c -o dnstable_unconvert-dnstable_unconvert.obj `if test -f 'dnstable_unconvert.c'; then $(CYGPATH_W) 'dnstable_unconvert.c'; else $(CYGPATH_W) '$(srcdir)/dnstable_unconvert.c'; fi`
755install-man1: $(dist_man_MANS)
756	@$(NORMAL_INSTALL)
757	@list1=''; \
758	list2='$(dist_man_MANS)'; \
759	test -n "$(man1dir)" \
760	  && test -n "`echo $$list1$$list2`" \
761	  || exit 0; \
762	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
763	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
764	{ for i in $$list1; do echo "$$i"; done;  \
765	if test -n "$$list2"; then \
766	  for i in $$list2; do echo "$$i"; done \
767	    | sed -n '/\.1[a-z]*$$/p'; \
768	fi; \
769	} | while read p; do \
770	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
771	  echo "$$d$$p"; echo "$$p"; \
772	done | \
773	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
774	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
775	sed 'N;N;s,\n, ,g' | { \
776	list=; while read file base inst; do \
777	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
778	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
779	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
780	  fi; \
781	done; \
782	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
783	while read files; do \
784	  test -z "$$files" || { \
785	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
786	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
787	done; }
788
789uninstall-man1:
790	@$(NORMAL_UNINSTALL)
791	@list=''; test -n "$(man1dir)" || exit 0; \
792	files=`{ for i in $$list; do echo "$$i"; done; \
793	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
794	  sed -n '/\.1[a-z]*$$/p'; \
795	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
796	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
797	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
798
799ID: $(am__tagged_files)
800	$(am__define_uniq_tagged_files); mkid -fID $$unique
801tags: tags-am
802TAGS: tags
803
804tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
805	set x; \
806	here=`pwd`; \
807	$(am__define_uniq_tagged_files); \
808	shift; \
809	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
810	  test -n "$$unique" || unique=$$empty_fix; \
811	  if test $$# -gt 0; then \
812	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
813	      "$$@" $$unique; \
814	  else \
815	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
816	      $$unique; \
817	  fi; \
818	fi
819ctags: ctags-am
820
821CTAGS: ctags
822ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
823	$(am__define_uniq_tagged_files); \
824	test -z "$(CTAGS_ARGS)$$unique" \
825	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
826	     $$unique
827
828GTAGS:
829	here=`$(am__cd) $(top_builddir) && pwd` \
830	  && $(am__cd) $(top_srcdir) \
831	  && gtags -i $(GTAGS_ARGS) "$$here"
832cscope: cscope.files
833	test ! -s cscope.files \
834	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
835clean-cscope:
836	-rm -f cscope.files
837cscope.files: clean-cscope cscopelist
838cscopelist: cscopelist-am
839
840cscopelist-am: $(am__tagged_files)
841	list='$(am__tagged_files)'; \
842	case "$(srcdir)" in \
843	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
844	  *) sdir=$(subdir)/$(srcdir) ;; \
845	esac; \
846	for i in $$list; do \
847	  if test -f "$$i"; then \
848	    echo "$(subdir)/$$i"; \
849	  else \
850	    echo "$$sdir/$$i"; \
851	  fi; \
852	done >> $(top_builddir)/cscope.files
853
854distclean-tags:
855	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
856	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
857
858# Recover from deleted '.trs' file; this should ensure that
859# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
860# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
861# to avoid problems with "make -n".
862.log.trs:
863	rm -f $< $@
864	$(MAKE) $(AM_MAKEFLAGS) $<
865
866# Leading 'am--fnord' is there to ensure the list of targets does not
867# expand to empty, as could happen e.g. with make check TESTS=''.
868am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
869am--force-recheck:
870	@:
871
872$(TEST_SUITE_LOG): $(TEST_LOGS)
873	@$(am__set_TESTS_bases); \
874	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
875	redo_bases=`for i in $$bases; do \
876	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
877	            done`; \
878	if test -n "$$redo_bases"; then \
879	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
880	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
881	  if $(am__make_dryrun); then :; else \
882	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
883	  fi; \
884	fi; \
885	if test -n "$$am__remaking_logs"; then \
886	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
887	       "recursion detected" >&2; \
888	elif test -n "$$redo_logs"; then \
889	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
890	fi; \
891	if $(am__make_dryrun); then :; else \
892	  st=0;  \
893	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
894	  for i in $$redo_bases; do \
895	    test -f $$i.trs && test -r $$i.trs \
896	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
897	    test -f $$i.log && test -r $$i.log \
898	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
899	  done; \
900	  test $$st -eq 0 || exit 1; \
901	fi
902	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
903	ws='[ 	]'; \
904	results=`for b in $$bases; do echo $$b.trs; done`; \
905	test -n "$$results" || results=/dev/null; \
906	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
907	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
908	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
909	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
910	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
911	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
912	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
913	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
914	  success=true; \
915	else \
916	  success=false; \
917	fi; \
918	br='==================='; br=$$br$$br$$br$$br; \
919	result_count () \
920	{ \
921	    if test x"$$1" = x"--maybe-color"; then \
922	      maybe_colorize=yes; \
923	    elif test x"$$1" = x"--no-color"; then \
924	      maybe_colorize=no; \
925	    else \
926	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
927	    fi; \
928	    shift; \
929	    desc=$$1 count=$$2; \
930	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
931	      color_start=$$3 color_end=$$std; \
932	    else \
933	      color_start= color_end=; \
934	    fi; \
935	    echo "$${color_start}# $$desc $$count$${color_end}"; \
936	}; \
937	create_testsuite_report () \
938	{ \
939	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
940	  result_count $$1 "PASS: " $$pass  "$$grn"; \
941	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
942	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
943	  result_count $$1 "FAIL: " $$fail  "$$red"; \
944	  result_count $$1 "XPASS:" $$xpass "$$red"; \
945	  result_count $$1 "ERROR:" $$error "$$mgn"; \
946	}; \
947	{								\
948	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
949	    $(am__rst_title);						\
950	  create_testsuite_report --no-color;				\
951	  echo;								\
952	  echo ".. contents:: :depth: 2";				\
953	  echo;								\
954	  for b in $$bases; do echo $$b; done				\
955	    | $(am__create_global_log);					\
956	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
957	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
958	if $$success; then						\
959	  col="$$grn";							\
960	 else								\
961	  col="$$red";							\
962	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
963	fi;								\
964	echo "$${col}$$br$${std}"; 					\
965	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
966	echo "$${col}$$br$${std}"; 					\
967	create_testsuite_report --maybe-color;				\
968	echo "$$col$$br$$std";						\
969	if $$success; then :; else					\
970	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
971	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
972	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
973	  fi;								\
974	  echo "$$col$$br$$std";					\
975	fi;								\
976	$$success || exit 1
977
978check-TESTS:
979	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
980	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
981	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
982	@set +e; $(am__set_TESTS_bases); \
983	log_list=`for i in $$bases; do echo $$i.log; done`; \
984	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
985	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
986	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
987	exit $$?;
988recheck: all $(check_PROGRAMS)
989	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
990	@set +e; $(am__set_TESTS_bases); \
991	bases=`for i in $$bases; do echo $$i; done \
992	         | $(am__list_recheck_tests)` || exit 1; \
993	log_list=`for i in $$bases; do echo $$i.log; done`; \
994	log_list=`echo $$log_list`; \
995	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
996	        am__force_recheck=am--force-recheck \
997	        TEST_LOGS="$$log_list"; \
998	exit $$?
999tests/tests.sh.log: tests/tests.sh
1000	@p='tests/tests.sh'; \
1001	b='tests/tests.sh'; \
1002	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1003	--log-file $$b.log --trs-file $$b.trs \
1004	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1005	"$$tst" $(AM_TESTS_FD_REDIRECT)
1006.test.log:
1007	@p='$<'; \
1008	$(am__set_b); \
1009	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1010	--log-file $$b.log --trs-file $$b.trs \
1011	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1012	"$$tst" $(AM_TESTS_FD_REDIRECT)
1013@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1014@am__EXEEXT_TRUE@	@p='$<'; \
1015@am__EXEEXT_TRUE@	$(am__set_b); \
1016@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1017@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1018@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1019@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1020
1021distdir: $(DISTFILES)
1022	$(am__remove_distdir)
1023	test -d "$(distdir)" || mkdir "$(distdir)"
1024	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1025	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1026	list='$(DISTFILES)'; \
1027	  dist_files=`for file in $$list; do echo $$file; done | \
1028	  sed -e "s|^$$srcdirstrip/||;t" \
1029	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1030	case $$dist_files in \
1031	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1032			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1033			   sort -u` ;; \
1034	esac; \
1035	for file in $$dist_files; do \
1036	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1037	  if test -d $$d/$$file; then \
1038	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1039	    if test -d "$(distdir)/$$file"; then \
1040	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1041	    fi; \
1042	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1043	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1044	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1045	    fi; \
1046	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1047	  else \
1048	    test -f "$(distdir)/$$file" \
1049	    || cp -p $$d/$$file "$(distdir)/$$file" \
1050	    || exit 1; \
1051	  fi; \
1052	done
1053	-test -n "$(am__skip_mode_fix)" \
1054	|| find "$(distdir)" -type d ! -perm -755 \
1055		-exec chmod u+rwx,go+rx {} \; -o \
1056	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1057	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1058	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1059	|| chmod -R a+r "$(distdir)"
1060dist-gzip: distdir
1061	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1062	$(am__post_remove_distdir)
1063
1064dist-bzip2: distdir
1065	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1066	$(am__post_remove_distdir)
1067
1068dist-lzip: distdir
1069	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1070	$(am__post_remove_distdir)
1071
1072dist-xz: distdir
1073	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1074	$(am__post_remove_distdir)
1075
1076dist-tarZ: distdir
1077	@echo WARNING: "Support for distribution archives compressed with" \
1078		       "legacy program 'compress' is deprecated." >&2
1079	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1080	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1081	$(am__post_remove_distdir)
1082
1083dist-shar: distdir
1084	@echo WARNING: "Support for shar distribution archives is" \
1085	               "deprecated." >&2
1086	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1087	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1088	$(am__post_remove_distdir)
1089
1090dist-zip: distdir
1091	-rm -f $(distdir).zip
1092	zip -rq $(distdir).zip $(distdir)
1093	$(am__post_remove_distdir)
1094
1095dist dist-all:
1096	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1097	$(am__post_remove_distdir)
1098
1099# This target untars the dist file and tries a VPATH configuration.  Then
1100# it guarantees that the distribution is self-contained by making another
1101# tarfile.
1102distcheck: dist
1103	case '$(DIST_ARCHIVES)' in \
1104	*.tar.gz*) \
1105	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1106	*.tar.bz2*) \
1107	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1108	*.tar.lz*) \
1109	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1110	*.tar.xz*) \
1111	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1112	*.tar.Z*) \
1113	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1114	*.shar.gz*) \
1115	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1116	*.zip*) \
1117	  unzip $(distdir).zip ;;\
1118	esac
1119	chmod -R a-w $(distdir)
1120	chmod u+w $(distdir)
1121	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1122	chmod a-w $(distdir)
1123	test -d $(distdir)/_build || exit 0; \
1124	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1125	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1126	  && am__cwd=`pwd` \
1127	  && $(am__cd) $(distdir)/_build/sub \
1128	  && ../../configure \
1129	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1130	    $(DISTCHECK_CONFIGURE_FLAGS) \
1131	    --srcdir=../.. --prefix="$$dc_install_base" \
1132	  && $(MAKE) $(AM_MAKEFLAGS) \
1133	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1134	  && $(MAKE) $(AM_MAKEFLAGS) check \
1135	  && $(MAKE) $(AM_MAKEFLAGS) install \
1136	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1137	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1138	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1139	        distuninstallcheck \
1140	  && chmod -R a-w "$$dc_install_base" \
1141	  && ({ \
1142	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1143	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1144	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1145	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1146	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1147	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1148	  && rm -rf "$$dc_destdir" \
1149	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1150	  && rm -rf $(DIST_ARCHIVES) \
1151	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1152	  && cd "$$am__cwd" \
1153	  || exit 1
1154	$(am__post_remove_distdir)
1155	@(echo "$(distdir) archives ready for distribution: "; \
1156	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1157	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1158distuninstallcheck:
1159	@test -n '$(distuninstallcheck_dir)' || { \
1160	  echo 'ERROR: trying to run $@ with an empty' \
1161	       '$$(distuninstallcheck_dir)' >&2; \
1162	  exit 1; \
1163	}; \
1164	$(am__cd) '$(distuninstallcheck_dir)' || { \
1165	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1166	  exit 1; \
1167	}; \
1168	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1169	   || { echo "ERROR: files left after uninstall:" ; \
1170	        if test -n "$(DESTDIR)"; then \
1171	          echo "  (check DESTDIR support)"; \
1172	        fi ; \
1173	        $(distuninstallcheck_listfiles) ; \
1174	        exit 1; } >&2
1175distcleancheck: distclean
1176	@if test '$(srcdir)' = . ; then \
1177	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1178	  exit 1 ; \
1179	fi
1180	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1181	  || { echo "ERROR: files left in build directory after distclean:" ; \
1182	       $(distcleancheck_listfiles) ; \
1183	       exit 1; } >&2
1184check-am: all-am
1185	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1186	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1187check: check-am
1188all-am: Makefile $(PROGRAMS) $(MANS) config.h
1189installdirs:
1190	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
1191	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1192	done
1193install: install-am
1194install-exec: install-exec-am
1195install-data: install-data-am
1196uninstall: uninstall-am
1197
1198install-am: all-am
1199	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1200
1201installcheck: installcheck-am
1202install-strip:
1203	if test -z '$(STRIP)'; then \
1204	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1205	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1206	      install; \
1207	else \
1208	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1209	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1210	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1211	fi
1212mostlyclean-generic:
1213	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1214	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1215	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1216
1217clean-generic:
1218	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1219
1220distclean-generic:
1221	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1222	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1223	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1224
1225maintainer-clean-generic:
1226	@echo "This command is intended for maintainers to use"
1227	@echo "it deletes files that may require special tools to rebuild."
1228clean: clean-am
1229
1230clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1231	mostlyclean-am
1232
1233distclean: distclean-am
1234	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1235	-rm -rf ./$(DEPDIR)
1236	-rm -f Makefile
1237distclean-am: clean-am distclean-compile distclean-generic \
1238	distclean-hdr distclean-tags
1239
1240dvi: dvi-am
1241
1242dvi-am:
1243
1244html: html-am
1245
1246html-am:
1247
1248info: info-am
1249
1250info-am:
1251
1252install-data-am: install-man
1253
1254install-dvi: install-dvi-am
1255
1256install-dvi-am:
1257
1258install-exec-am: install-binPROGRAMS
1259
1260install-html: install-html-am
1261
1262install-html-am:
1263
1264install-info: install-info-am
1265
1266install-info-am:
1267
1268install-man: install-man1
1269
1270install-pdf: install-pdf-am
1271
1272install-pdf-am:
1273
1274install-ps: install-ps-am
1275
1276install-ps-am:
1277
1278installcheck-am:
1279
1280maintainer-clean: maintainer-clean-am
1281	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1282	-rm -rf $(top_srcdir)/autom4te.cache
1283	-rm -rf ./$(DEPDIR)
1284	-rm -f Makefile
1285maintainer-clean-am: distclean-am maintainer-clean-generic
1286
1287mostlyclean: mostlyclean-am
1288
1289mostlyclean-am: mostlyclean-compile mostlyclean-generic
1290
1291pdf: pdf-am
1292
1293pdf-am:
1294
1295ps: ps-am
1296
1297ps-am:
1298
1299uninstall-am: uninstall-binPROGRAMS uninstall-man
1300
1301uninstall-man: uninstall-man1
1302
1303.MAKE: all check-am install-am install-strip
1304
1305.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
1306	check-am clean clean-binPROGRAMS clean-checkPROGRAMS \
1307	clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
1308	dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
1309	dist-tarZ dist-xz dist-zip distcheck distclean \
1310	distclean-compile distclean-generic distclean-hdr \
1311	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1312	dvi-am html html-am info info-am install install-am \
1313	install-binPROGRAMS install-data install-data-am install-dvi \
1314	install-dvi-am install-exec install-exec-am install-html \
1315	install-html-am install-info install-info-am install-man \
1316	install-man1 install-pdf install-pdf-am install-ps \
1317	install-ps-am install-strip installcheck installcheck-am \
1318	installdirs maintainer-clean maintainer-clean-generic \
1319	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1320	ps ps-am recheck tags tags-am uninstall uninstall-am \
1321	uninstall-binPROGRAMS uninstall-man uninstall-man1
1322
1323.PRECIOUS: Makefile
1324
1325
1326@BUILD_MAN_TRUE@.1.txt.1:
1327@BUILD_MAN_TRUE@	$(ASCIIDOC_PROCESS)
1328
1329@BUILD_MAN_TRUE@.3.txt.3:
1330@BUILD_MAN_TRUE@	$(ASCIIDOC_PROCESS)
1331
1332@BUILD_MAN_TRUE@.5.txt.5:
1333@BUILD_MAN_TRUE@	$(ASCIIDOC_PROCESS)
1334
1335@BUILD_MAN_TRUE@.7.txt.7:
1336@BUILD_MAN_TRUE@	$(ASCIIDOC_PROCESS)
1337
1338# Tell versions [3.59,3.63) of GNU make to not export all variables.
1339# Otherwise a system limit (for SysV at least) may be exceeded.
1340.NOEXPORT:
1341