• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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#
18#                          __  __            _
19#                       ___\ \/ /_ __   __ _| |_
20#                      / _ \\  /| '_ \ / _` | __|
21#                     |  __//  \| |_) | (_| | |_
22#                      \___/_/\_\ .__/ \__,_|\__|
23#                               |_| XML parser
24#
25# Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org>
26# Copyright (c) 2017      Rhodri James <rhodri@wildebeest.org.uk>
27# Copyright (c) 2020      Jeffrey Walton <noloader@gmail.com>
28# Licensed under the MIT license:
29#
30# Permission is  hereby granted,  free of charge,  to any  person obtaining
31# a  copy  of  this  software   and  associated  documentation  files  (the
32# "Software"),  to  deal in  the  Software  without restriction,  including
33# without  limitation the  rights  to use,  copy,  modify, merge,  publish,
34# distribute, sublicense, and/or sell copies of the Software, and to permit
35# persons  to whom  the Software  is  furnished to  do so,  subject to  the
36# following conditions:
37#
38# The above copyright  notice and this permission notice  shall be included
39# in all copies or substantial portions of the Software.
40#
41# THE  SOFTWARE  IS  PROVIDED  "AS  IS",  WITHOUT  WARRANTY  OF  ANY  KIND,
42# EXPRESS  OR IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO  THE WARRANTIES  OF
43# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
44# NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
45# DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
46# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
47# USE OR OTHER DEALINGS IN THE SOFTWARE.
48
49VPATH = @srcdir@
50am__is_gnu_make = { \
51  if test -z '$(MAKELEVEL)'; then \
52    false; \
53  elif test -n '$(MAKE_HOST)'; then \
54    true; \
55  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
56    true; \
57  else \
58    false; \
59  fi; \
60}
61am__make_running_with_option = \
62  case $${target_option-} in \
63      ?) ;; \
64      *) echo "am__make_running_with_option: internal error: invalid" \
65              "target option '$${target_option-}' specified" >&2; \
66         exit 1;; \
67  esac; \
68  has_opt=no; \
69  sane_makeflags=$$MAKEFLAGS; \
70  if $(am__is_gnu_make); then \
71    sane_makeflags=$$MFLAGS; \
72  else \
73    case $$MAKEFLAGS in \
74      *\\[\ \	]*) \
75        bs=\\; \
76        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
77          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
78    esac; \
79  fi; \
80  skip_next=no; \
81  strip_trailopt () \
82  { \
83    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
84  }; \
85  for flg in $$sane_makeflags; do \
86    test $$skip_next = yes && { skip_next=no; continue; }; \
87    case $$flg in \
88      *=*|--*) continue;; \
89        -*I) strip_trailopt 'I'; skip_next=yes;; \
90      -*I?*) strip_trailopt 'I';; \
91        -*O) strip_trailopt 'O'; skip_next=yes;; \
92      -*O?*) strip_trailopt 'O';; \
93        -*l) strip_trailopt 'l'; skip_next=yes;; \
94      -*l?*) strip_trailopt 'l';; \
95      -[dEDm]) skip_next=yes;; \
96      -[JT]) skip_next=yes;; \
97    esac; \
98    case $$flg in \
99      *$$target_option*) has_opt=yes; break;; \
100    esac; \
101  done; \
102  test $$has_opt = yes
103am__make_dryrun = (target_option=n; $(am__make_running_with_option))
104am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
105pkgdatadir = $(datadir)/@PACKAGE@
106pkgincludedir = $(includedir)/@PACKAGE@
107pkglibdir = $(libdir)/@PACKAGE@
108pkglibexecdir = $(libexecdir)/@PACKAGE@
109am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
110install_sh_DATA = $(install_sh) -c -m 644
111install_sh_PROGRAM = $(install_sh) -c
112install_sh_SCRIPT = $(install_sh) -c
113INSTALL_HEADER = $(INSTALL_DATA)
114transform = $(program_transform_name)
115NORMAL_INSTALL = :
116PRE_INSTALL = :
117POST_INSTALL = :
118NORMAL_UNINSTALL = :
119PRE_UNINSTALL = :
120POST_UNINSTALL = :
121build_triplet = @build@
122host_triplet = @host@
123check_PROGRAMS = runtests$(EXEEXT) runtestspp$(EXEEXT)
124TESTS = runtests$(EXEEXT) runtestspp$(EXEEXT)
125subdir = tests
126ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
127am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
128	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
129	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
130	$(top_srcdir)/acinclude.m4 \
131	$(top_srcdir)/conftools/ax-require-defined.m4 \
132	$(top_srcdir)/conftools/ax-check-compile-flag.m4 \
133	$(top_srcdir)/conftools/ax-check-link-flag.m4 \
134	$(top_srcdir)/conftools/ax-append-flag.m4 \
135	$(top_srcdir)/conftools/ax-append-compile-flags.m4 \
136	$(top_srcdir)/conftools/ax-append-link-flags.m4 \
137	$(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
138	$(top_srcdir)/configure.ac
139am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
140	$(ACLOCAL_M4)
141DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
142mkinstalldirs = $(install_sh) -d
143CONFIG_HEADER = $(top_builddir)/expat_config.h
144CONFIG_CLEAN_FILES =
145CONFIG_CLEAN_VPATH_FILES =
146LIBRARIES = $(noinst_LIBRARIES)
147ARFLAGS = cru
148AM_V_AR = $(am__v_AR_@AM_V@)
149am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
150am__v_AR_0 = @echo "  AR      " $@;
151am__v_AR_1 =
152libruntests_a_AR = $(AR) $(ARFLAGS)
153libruntests_a_LIBADD =
154am_libruntests_a_OBJECTS = chardata.$(OBJEXT) structdata.$(OBJEXT) \
155	memcheck.$(OBJEXT) minicheck.$(OBJEXT)
156libruntests_a_OBJECTS = $(am_libruntests_a_OBJECTS)
157am_runtests_OBJECTS = runtests.$(OBJEXT)
158runtests_OBJECTS = $(am_runtests_OBJECTS)
159runtests_DEPENDENCIES = libruntests.a ../lib/libexpatinternal.la
160AM_V_lt = $(am__v_lt_@AM_V@)
161am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
162am__v_lt_0 = --silent
163am__v_lt_1 =
164am_runtestspp_OBJECTS = runtestspp.$(OBJEXT)
165runtestspp_OBJECTS = $(am_runtestspp_OBJECTS)
166runtestspp_DEPENDENCIES = libruntests.a ../lib/libexpatinternal.la
167AM_V_P = $(am__v_P_@AM_V@)
168am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
169am__v_P_0 = false
170am__v_P_1 = :
171AM_V_GEN = $(am__v_GEN_@AM_V@)
172am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
173am__v_GEN_0 = @echo "  GEN     " $@;
174am__v_GEN_1 =
175AM_V_at = $(am__v_at_@AM_V@)
176am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
177am__v_at_0 = @
178am__v_at_1 =
179DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
180depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
181am__maybe_remake_depfiles = depfiles
182am__depfiles_remade = ./$(DEPDIR)/chardata.Po ./$(DEPDIR)/memcheck.Po \
183	./$(DEPDIR)/minicheck.Po ./$(DEPDIR)/runtests.Po \
184	./$(DEPDIR)/runtestspp.Po ./$(DEPDIR)/structdata.Po
185am__mv = mv -f
186COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
187	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
188LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
189	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
190	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
191	$(AM_CFLAGS) $(CFLAGS)
192AM_V_CC = $(am__v_CC_@AM_V@)
193am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
194am__v_CC_0 = @echo "  CC      " $@;
195am__v_CC_1 =
196CCLD = $(CC)
197LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
199	$(AM_LDFLAGS) $(LDFLAGS) -o $@
200AM_V_CCLD = $(am__v_CCLD_@AM_V@)
201am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
202am__v_CCLD_0 = @echo "  CCLD    " $@;
203am__v_CCLD_1 =
204CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
205	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
206LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
207	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
208	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
209	$(AM_CXXFLAGS) $(CXXFLAGS)
210AM_V_CXX = $(am__v_CXX_@AM_V@)
211am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
212am__v_CXX_0 = @echo "  CXX     " $@;
213am__v_CXX_1 =
214CXXLD = $(CXX)
215CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
216	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
217	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
218AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
219am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
220am__v_CXXLD_0 = @echo "  CXXLD   " $@;
221am__v_CXXLD_1 =
222SOURCES = $(libruntests_a_SOURCES) $(runtests_SOURCES) \
223	$(runtestspp_SOURCES)
224DIST_SOURCES = $(libruntests_a_SOURCES) $(runtests_SOURCES) \
225	$(runtestspp_SOURCES)
226RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
227	ctags-recursive dvi-recursive html-recursive info-recursive \
228	install-data-recursive install-dvi-recursive \
229	install-exec-recursive install-html-recursive \
230	install-info-recursive install-pdf-recursive \
231	install-ps-recursive install-recursive installcheck-recursive \
232	installdirs-recursive pdf-recursive ps-recursive \
233	tags-recursive uninstall-recursive
234am__can_run_installinfo = \
235  case $$AM_UPDATE_INFO_DIR in \
236    n|no|NO) false;; \
237    *) (install-info --version) >/dev/null 2>&1;; \
238  esac
239RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
240  distclean-recursive maintainer-clean-recursive
241am__recursive_targets = \
242  $(RECURSIVE_TARGETS) \
243  $(RECURSIVE_CLEAN_TARGETS) \
244  $(am__extra_recursive_targets)
245AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
246	check recheck distdir distdir-am
247am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
248# Read a list of newline-separated strings from the standard input,
249# and print each of them once, without duplicates.  Input order is
250# *not* preserved.
251am__uniquify_input = $(AWK) '\
252  BEGIN { nonempty = 0; } \
253  { items[$$0] = 1; nonempty = 1; } \
254  END { if (nonempty) { for (i in items) print i; }; } \
255'
256# Make sure the list of sources is unique.  This is necessary because,
257# e.g., the same source file might be shared among _SOURCES variables
258# for different programs/libraries.
259am__define_uniq_tagged_files = \
260  list='$(am__tagged_files)'; \
261  unique=`for i in $$list; do \
262    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263  done | $(am__uniquify_input)`
264ETAGS = etags
265CTAGS = ctags
266am__tty_colors_dummy = \
267  mgn= red= grn= lgn= blu= brg= std=; \
268  am__color_tests=no
269am__tty_colors = { \
270  $(am__tty_colors_dummy); \
271  if test "X$(AM_COLOR_TESTS)" = Xno; then \
272    am__color_tests=no; \
273  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
274    am__color_tests=yes; \
275  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
276    am__color_tests=yes; \
277  fi; \
278  if test $$am__color_tests = yes; then \
279    red=''; \
280    grn=''; \
281    lgn=''; \
282    blu=''; \
283    mgn=''; \
284    brg=''; \
285    std=''; \
286  fi; \
287}
288am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
289am__vpath_adj = case $$p in \
290    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
291    *) f=$$p;; \
292  esac;
293am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
294am__install_max = 40
295am__nobase_strip_setup = \
296  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
297am__nobase_strip = \
298  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
299am__nobase_list = $(am__nobase_strip_setup); \
300  for p in $$list; do echo "$$p $$p"; done | \
301  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
302  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
303    if (++n[$$2] == $(am__install_max)) \
304      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
305    END { for (dir in files) print dir, files[dir] }'
306am__base_list = \
307  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
308  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
309am__uninstall_files_from_dir = { \
310  test -z "$$files" \
311    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
312    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
313         $(am__cd) "$$dir" && rm -f $$files; }; \
314  }
315am__recheck_rx = ^[ 	]*:recheck:[ 	]*
316am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
317am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
318# A command that, given a newline-separated list of test names on the
319# standard input, print the name of the tests that are to be re-run
320# upon "make recheck".
321am__list_recheck_tests = $(AWK) '{ \
322  recheck = 1; \
323  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
324    { \
325      if (rc < 0) \
326        { \
327          if ((getline line2 < ($$0 ".log")) < 0) \
328	    recheck = 0; \
329          break; \
330        } \
331      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
332        { \
333          recheck = 0; \
334          break; \
335        } \
336      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
337        { \
338          break; \
339        } \
340    }; \
341  if (recheck) \
342    print $$0; \
343  close ($$0 ".trs"); \
344  close ($$0 ".log"); \
345}'
346# A command that, given a newline-separated list of test names on the
347# standard input, create the global log from their .trs and .log files.
348am__create_global_log = $(AWK) ' \
349function fatal(msg) \
350{ \
351  print "fatal: making $@: " msg | "cat >&2"; \
352  exit 1; \
353} \
354function rst_section(header) \
355{ \
356  print header; \
357  len = length(header); \
358  for (i = 1; i <= len; i = i + 1) \
359    printf "="; \
360  printf "\n\n"; \
361} \
362{ \
363  copy_in_global_log = 1; \
364  global_test_result = "RUN"; \
365  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
366    { \
367      if (rc < 0) \
368         fatal("failed to read from " $$0 ".trs"); \
369      if (line ~ /$(am__global_test_result_rx)/) \
370        { \
371          sub("$(am__global_test_result_rx)", "", line); \
372          sub("[ 	]*$$", "", line); \
373          global_test_result = line; \
374        } \
375      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
376        copy_in_global_log = 0; \
377    }; \
378  if (copy_in_global_log) \
379    { \
380      rst_section(global_test_result ": " $$0); \
381      while ((rc = (getline line < ($$0 ".log"))) != 0) \
382      { \
383        if (rc < 0) \
384          fatal("failed to read from " $$0 ".log"); \
385        print line; \
386      }; \
387      printf "\n"; \
388    }; \
389  close ($$0 ".trs"); \
390  close ($$0 ".log"); \
391}'
392# Restructured Text title.
393am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
394# Solaris 10 'make', and several other traditional 'make' implementations,
395# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
396# by disabling -e (using the XSI extension "set +e") if it's set.
397am__sh_e_setup = case $$- in *e*) set +e;; esac
398# Default flags passed to test drivers.
399am__common_driver_flags = \
400  --color-tests "$$am__color_tests" \
401  --enable-hard-errors "$$am__enable_hard_errors" \
402  --expect-failure "$$am__expect_failure"
403# To be inserted before the command running the test.  Creates the
404# directory for the log if needed.  Stores in $dir the directory
405# containing $f, in $tst the test, in $log the log.  Executes the
406# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
407# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
408# will run the test scripts (or their associated LOG_COMPILER, if
409# thy have one).
410am__check_pre = \
411$(am__sh_e_setup);					\
412$(am__vpath_adj_setup) $(am__vpath_adj)			\
413$(am__tty_colors);					\
414srcdir=$(srcdir); export srcdir;			\
415case "$@" in						\
416  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
417    *) am__odir=.;; 					\
418esac;							\
419test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
420  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
421if test -f "./$$f"; then dir=./;			\
422elif test -f "$$f"; then dir=;				\
423else dir="$(srcdir)/"; fi;				\
424tst=$$dir$$f; log='$@'; 				\
425if test -n '$(DISABLE_HARD_ERRORS)'; then		\
426  am__enable_hard_errors=no; 				\
427else							\
428  am__enable_hard_errors=yes; 				\
429fi; 							\
430case " $(XFAIL_TESTS) " in				\
431  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
432    am__expect_failure=yes;;				\
433  *)							\
434    am__expect_failure=no;;				\
435esac; 							\
436$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
437# A shell command to get the names of the tests scripts with any registered
438# extension removed (i.e., equivalently, the names of the test logs, with
439# the '.log' extension removed).  The result is saved in the shell variable
440# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
441# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
442# since that might cause problem with VPATH rewrites for suffix-less tests.
443# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
444am__set_TESTS_bases = \
445  bases='$(TEST_LOGS)'; \
446  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
447  bases=`echo $$bases`
448AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
449RECHECK_LOGS = $(TEST_LOGS)
450TEST_SUITE_LOG = test-suite.log
451TEST_EXTENSIONS = @EXEEXT@ .test
452LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
453am__set_b = \
454  case '$@' in \
455    */*) \
456      case '$*' in \
457        */*) b='$*';; \
458          *) b=`echo '$@' | sed 's/\.log$$//'`; \
459       esac;; \
460    *) \
461      b='$*';; \
462  esac
463am__test_logs1 = $(TESTS:=.log)
464am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
465TEST_LOGS = $(am__test_logs2:.test.log=.log)
466TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/conftools/test-driver
467TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
468	$(TEST_LOG_FLAGS)
469DIST_SUBDIRS = $(SUBDIRS)
470am__DIST_COMMON = $(srcdir)/Makefile.in \
471	$(top_srcdir)/conftools/depcomp \
472	$(top_srcdir)/conftools/test-driver
473DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
474am__relativize = \
475  dir0=`pwd`; \
476  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
477  sed_rest='s,^[^/]*/*,,'; \
478  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
479  sed_butlast='s,/*[^/]*$$,,'; \
480  while test -n "$$dir1"; do \
481    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
482    if test "$$first" != "."; then \
483      if test "$$first" = ".."; then \
484        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
485        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
486      else \
487        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
488        if test "$$first2" = "$$first"; then \
489          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
490        else \
491          dir2="../$$dir2"; \
492        fi; \
493        dir0="$$dir0"/"$$first"; \
494      fi; \
495    fi; \
496    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
497  done; \
498  reldir="$$dir2"
499ACLOCAL = @ACLOCAL@
500AMTAR = @AMTAR@
501AM_CFLAGS = @AM_CFLAGS@
502AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(srcdir)/../lib
503AM_CXXFLAGS = @AM_CXXFLAGS@
504AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
505AM_LDFLAGS = @AM_LDFLAGS@
506AR = @AR@
507AS = @AS@
508AUTOCONF = @AUTOCONF@
509AUTOHEADER = @AUTOHEADER@
510AUTOMAKE = @AUTOMAKE@
511AWK = @AWK@
512CC = @CC@
513CCDEPMODE = @CCDEPMODE@
514CFLAGS = @CFLAGS@
515CPP = @CPP@
516CPPFLAGS = @CPPFLAGS@
517CXX = @CXX@
518CXXCPP = @CXXCPP@
519CXXDEPMODE = @CXXDEPMODE@
520CXXFLAGS = @CXXFLAGS@
521CYGPATH_W = @CYGPATH_W@
522DEFS = @DEFS@
523DEPDIR = @DEPDIR@
524DLLTOOL = @DLLTOOL@
525DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
526DSYMUTIL = @DSYMUTIL@
527DUMPBIN = @DUMPBIN@
528ECHO_C = @ECHO_C@
529ECHO_N = @ECHO_N@
530ECHO_T = @ECHO_T@
531EGREP = @EGREP@
532EXEEXT = @EXEEXT@
533EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
534EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
535EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
536EXPAT_DTD = @EXPAT_DTD@
537EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
538EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
539EXPAT_NS = @EXPAT_NS@
540FGREP = @FGREP@
541FILEMAP = @FILEMAP@
542GREP = @GREP@
543INSTALL = @INSTALL@
544INSTALL_DATA = @INSTALL_DATA@
545INSTALL_PROGRAM = @INSTALL_PROGRAM@
546INSTALL_SCRIPT = @INSTALL_SCRIPT@
547INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
548LD = @LD@
549LDFLAGS = @LDFLAGS@
550LIBAGE = @LIBAGE@
551LIBCURRENT = @LIBCURRENT@
552LIBDIR_BASENAME = @LIBDIR_BASENAME@
553LIBOBJS = @LIBOBJS@
554LIBREVISION = @LIBREVISION@
555LIBS = @LIBS@
556LIBTOOL = @LIBTOOL@
557LIPO = @LIPO@
558LN_S = @LN_S@
559LTLIBOBJS = @LTLIBOBJS@
560LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
561MAKEINFO = @MAKEINFO@
562MANIFEST_TOOL = @MANIFEST_TOOL@
563MKDIR_P = @MKDIR_P@
564NM = @NM@
565NMEDIT = @NMEDIT@
566OBJDUMP = @OBJDUMP@
567OBJEXT = @OBJEXT@
568OTOOL = @OTOOL@
569OTOOL64 = @OTOOL64@
570PACKAGE = @PACKAGE@
571PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
572PACKAGE_NAME = @PACKAGE_NAME@
573PACKAGE_STRING = @PACKAGE_STRING@
574PACKAGE_TARNAME = @PACKAGE_TARNAME@
575PACKAGE_URL = @PACKAGE_URL@
576PACKAGE_VERSION = @PACKAGE_VERSION@
577PATH_SEPARATOR = @PATH_SEPARATOR@
578RANLIB = @RANLIB@
579SED = @SED@
580SET_MAKE = @SET_MAKE@
581SHELL = @SHELL@
582SO_MAJOR = @SO_MAJOR@
583SO_MINOR = @SO_MINOR@
584SO_PATCH = @SO_PATCH@
585STRIP = @STRIP@
586VERSION = @VERSION@
587_EXPAT_OUTPUT_NAME = @_EXPAT_OUTPUT_NAME@
588abs_builddir = @abs_builddir@
589abs_srcdir = @abs_srcdir@
590abs_top_builddir = @abs_top_builddir@
591abs_top_srcdir = @abs_top_srcdir@
592ac_ct_AR = @ac_ct_AR@
593ac_ct_CC = @ac_ct_CC@
594ac_ct_CXX = @ac_ct_CXX@
595ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
596ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
597am__include = @am__include@
598am__leading_dot = @am__leading_dot@
599am__quote = @am__quote@
600am__tar = @am__tar@
601am__untar = @am__untar@
602bindir = @bindir@
603build = @build@
604build_alias = @build_alias@
605build_cpu = @build_cpu@
606build_os = @build_os@
607build_vendor = @build_vendor@
608builddir = @builddir@
609datadir = @datadir@
610datarootdir = @datarootdir@
611docdir = @docdir@
612dvidir = @dvidir@
613exec_prefix = @exec_prefix@
614host = @host@
615host_alias = @host_alias@
616host_cpu = @host_cpu@
617host_os = @host_os@
618host_vendor = @host_vendor@
619htmldir = @htmldir@
620includedir = @includedir@
621infodir = @infodir@
622install_sh = @install_sh@
623libdir = @libdir@
624libexecdir = @libexecdir@
625localedir = @localedir@
626localstatedir = @localstatedir@
627mandir = @mandir@
628mkdir_p = @mkdir_p@
629oldincludedir = @oldincludedir@
630pdfdir = @pdfdir@
631prefix = @prefix@
632program_transform_name = @program_transform_name@
633psdir = @psdir@
634runstatedir = @runstatedir@
635sbindir = @sbindir@
636sharedstatedir = @sharedstatedir@
637srcdir = @srcdir@
638sysconfdir = @sysconfdir@
639target_alias = @target_alias@
640top_build_prefix = @top_build_prefix@
641top_builddir = @top_builddir@
642top_srcdir = @top_srcdir@
643SUBDIRS = . benchmark
644noinst_LIBRARIES = libruntests.a
645
646# To support MinGW and Non-MinGW at the same time:
647LOG_DRIVER = $(srcdir)/../test-driver-wrapper.sh
648libruntests_a_SOURCES = \
649    chardata.c \
650    structdata.c \
651    memcheck.c \
652    minicheck.c
653
654runtests_SOURCES = \
655    runtests.c
656
657runtestspp_SOURCES = \
658    runtestspp.cpp
659
660runtests_LDADD = libruntests.a ../lib/libexpatinternal.la
661runtestspp_LDADD = libruntests.a ../lib/libexpatinternal.la
662EXTRA_DIST = \
663    chardata.h \
664    structdata.h \
665    minicheck.h \
666    memcheck.h \
667    README.txt \
668    udiffer.py \
669    xmltest.log.expected \
670    xmltest.sh
671
672all: all-recursive
673
674.SUFFIXES:
675.SUFFIXES: .c .cpp .lo .log .o .obj .test .test$(EXEEXT) .trs
676$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
677	@for dep in $?; do \
678	  case '$(am__configure_deps)' in \
679	    *$$dep*) \
680	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
681	        && { if test -f $@; then exit 0; else break; fi; }; \
682	      exit 1;; \
683	  esac; \
684	done; \
685	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
686	$(am__cd) $(top_srcdir) && \
687	  $(AUTOMAKE) --gnu tests/Makefile
688Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
689	@case '$?' in \
690	  *config.status*) \
691	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
692	  *) \
693	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
694	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
695	esac;
696
697$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
698	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
699
700$(top_srcdir)/configure:  $(am__configure_deps)
701	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
702$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
703	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
704$(am__aclocal_m4_deps):
705
706clean-checkPROGRAMS:
707	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
708	echo " rm -f" $$list; \
709	rm -f $$list || exit $$?; \
710	test -n "$(EXEEXT)" || exit 0; \
711	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
712	echo " rm -f" $$list; \
713	rm -f $$list
714
715clean-noinstLIBRARIES:
716	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
717
718libruntests.a: $(libruntests_a_OBJECTS) $(libruntests_a_DEPENDENCIES) $(EXTRA_libruntests_a_DEPENDENCIES)
719	$(AM_V_at)-rm -f libruntests.a
720	$(AM_V_AR)$(libruntests_a_AR) libruntests.a $(libruntests_a_OBJECTS) $(libruntests_a_LIBADD)
721	$(AM_V_at)$(RANLIB) libruntests.a
722
723runtests$(EXEEXT): $(runtests_OBJECTS) $(runtests_DEPENDENCIES) $(EXTRA_runtests_DEPENDENCIES)
724	@rm -f runtests$(EXEEXT)
725	$(AM_V_CCLD)$(LINK) $(runtests_OBJECTS) $(runtests_LDADD) $(LIBS)
726
727runtestspp$(EXEEXT): $(runtestspp_OBJECTS) $(runtestspp_DEPENDENCIES) $(EXTRA_runtestspp_DEPENDENCIES)
728	@rm -f runtestspp$(EXEEXT)
729	$(AM_V_CXXLD)$(CXXLINK) $(runtestspp_OBJECTS) $(runtestspp_LDADD) $(LIBS)
730
731mostlyclean-compile:
732	-rm -f *.$(OBJEXT)
733
734distclean-compile:
735	-rm -f *.tab.c
736
737@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chardata.Po@am__quote@ # am--include-marker
738@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcheck.Po@am__quote@ # am--include-marker
739@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minicheck.Po@am__quote@ # am--include-marker
740@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtests.Po@am__quote@ # am--include-marker
741@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtestspp.Po@am__quote@ # am--include-marker
742@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/structdata.Po@am__quote@ # am--include-marker
743
744$(am__depfiles_remade):
745	@$(MKDIR_P) $(@D)
746	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
747
748am--depfiles: $(am__depfiles_remade)
749
750.c.o:
751@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
752@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
753@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
754@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
755@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
756
757.c.obj:
758@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
759@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
760@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
761@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
762@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
763
764.c.lo:
765@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
766@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
767@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
768@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
769@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
770
771.cpp.o:
772@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
773@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
774@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
775@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
776@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
777
778.cpp.obj:
779@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
780@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
781@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
782@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
783@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
784
785.cpp.lo:
786@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
787@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
788@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
789@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
790@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
791
792mostlyclean-libtool:
793	-rm -f *.lo
794
795clean-libtool:
796	-rm -rf .libs _libs
797
798# This directory's subdirectories are mostly independent; you can cd
799# into them and run 'make' without going through this Makefile.
800# To change the values of 'make' variables: instead of editing Makefiles,
801# (1) if the variable is set in 'config.status', edit 'config.status'
802#     (which will cause the Makefiles to be regenerated when you run 'make');
803# (2) otherwise, pass the desired values on the 'make' command line.
804$(am__recursive_targets):
805	@fail=; \
806	if $(am__make_keepgoing); then \
807	  failcom='fail=yes'; \
808	else \
809	  failcom='exit 1'; \
810	fi; \
811	dot_seen=no; \
812	target=`echo $@ | sed s/-recursive//`; \
813	case "$@" in \
814	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
815	  *) list='$(SUBDIRS)' ;; \
816	esac; \
817	for subdir in $$list; do \
818	  echo "Making $$target in $$subdir"; \
819	  if test "$$subdir" = "."; then \
820	    dot_seen=yes; \
821	    local_target="$$target-am"; \
822	  else \
823	    local_target="$$target"; \
824	  fi; \
825	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
826	  || eval $$failcom; \
827	done; \
828	if test "$$dot_seen" = "no"; then \
829	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
830	fi; test -z "$$fail"
831
832ID: $(am__tagged_files)
833	$(am__define_uniq_tagged_files); mkid -fID $$unique
834tags: tags-recursive
835TAGS: tags
836
837tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
838	set x; \
839	here=`pwd`; \
840	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
841	  include_option=--etags-include; \
842	  empty_fix=.; \
843	else \
844	  include_option=--include; \
845	  empty_fix=; \
846	fi; \
847	list='$(SUBDIRS)'; for subdir in $$list; do \
848	  if test "$$subdir" = .; then :; else \
849	    test ! -f $$subdir/TAGS || \
850	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
851	  fi; \
852	done; \
853	$(am__define_uniq_tagged_files); \
854	shift; \
855	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
856	  test -n "$$unique" || unique=$$empty_fix; \
857	  if test $$# -gt 0; then \
858	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
859	      "$$@" $$unique; \
860	  else \
861	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
862	      $$unique; \
863	  fi; \
864	fi
865ctags: ctags-recursive
866
867CTAGS: ctags
868ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
869	$(am__define_uniq_tagged_files); \
870	test -z "$(CTAGS_ARGS)$$unique" \
871	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
872	     $$unique
873
874GTAGS:
875	here=`$(am__cd) $(top_builddir) && pwd` \
876	  && $(am__cd) $(top_srcdir) \
877	  && gtags -i $(GTAGS_ARGS) "$$here"
878cscopelist: cscopelist-recursive
879
880cscopelist-am: $(am__tagged_files)
881	list='$(am__tagged_files)'; \
882	case "$(srcdir)" in \
883	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
884	  *) sdir=$(subdir)/$(srcdir) ;; \
885	esac; \
886	for i in $$list; do \
887	  if test -f "$$i"; then \
888	    echo "$(subdir)/$$i"; \
889	  else \
890	    echo "$$sdir/$$i"; \
891	  fi; \
892	done >> $(top_builddir)/cscope.files
893
894distclean-tags:
895	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
896
897# Recover from deleted '.trs' file; this should ensure that
898# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
899# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
900# to avoid problems with "make -n".
901.log.trs:
902	rm -f $< $@
903	$(MAKE) $(AM_MAKEFLAGS) $<
904
905# Leading 'am--fnord' is there to ensure the list of targets does not
906# expand to empty, as could happen e.g. with make check TESTS=''.
907am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
908am--force-recheck:
909	@:
910
911$(TEST_SUITE_LOG): $(TEST_LOGS)
912	@$(am__set_TESTS_bases); \
913	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
914	redo_bases=`for i in $$bases; do \
915	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
916	            done`; \
917	if test -n "$$redo_bases"; then \
918	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
919	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
920	  if $(am__make_dryrun); then :; else \
921	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
922	  fi; \
923	fi; \
924	if test -n "$$am__remaking_logs"; then \
925	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
926	       "recursion detected" >&2; \
927	elif test -n "$$redo_logs"; then \
928	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
929	fi; \
930	if $(am__make_dryrun); then :; else \
931	  st=0;  \
932	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
933	  for i in $$redo_bases; do \
934	    test -f $$i.trs && test -r $$i.trs \
935	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
936	    test -f $$i.log && test -r $$i.log \
937	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
938	  done; \
939	  test $$st -eq 0 || exit 1; \
940	fi
941	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
942	ws='[ 	]'; \
943	results=`for b in $$bases; do echo $$b.trs; done`; \
944	test -n "$$results" || results=/dev/null; \
945	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
946	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
947	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
948	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
949	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
950	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
951	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
952	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
953	  success=true; \
954	else \
955	  success=false; \
956	fi; \
957	br='==================='; br=$$br$$br$$br$$br; \
958	result_count () \
959	{ \
960	    if test x"$$1" = x"--maybe-color"; then \
961	      maybe_colorize=yes; \
962	    elif test x"$$1" = x"--no-color"; then \
963	      maybe_colorize=no; \
964	    else \
965	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
966	    fi; \
967	    shift; \
968	    desc=$$1 count=$$2; \
969	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
970	      color_start=$$3 color_end=$$std; \
971	    else \
972	      color_start= color_end=; \
973	    fi; \
974	    echo "$${color_start}# $$desc $$count$${color_end}"; \
975	}; \
976	create_testsuite_report () \
977	{ \
978	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
979	  result_count $$1 "PASS: " $$pass  "$$grn"; \
980	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
981	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
982	  result_count $$1 "FAIL: " $$fail  "$$red"; \
983	  result_count $$1 "XPASS:" $$xpass "$$red"; \
984	  result_count $$1 "ERROR:" $$error "$$mgn"; \
985	}; \
986	{								\
987	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
988	    $(am__rst_title);						\
989	  create_testsuite_report --no-color;				\
990	  echo;								\
991	  echo ".. contents:: :depth: 2";				\
992	  echo;								\
993	  for b in $$bases; do echo $$b; done				\
994	    | $(am__create_global_log);					\
995	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
996	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
997	if $$success; then						\
998	  col="$$grn";							\
999	 else								\
1000	  col="$$red";							\
1001	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1002	fi;								\
1003	echo "$${col}$$br$${std}"; 					\
1004	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
1005	echo "$${col}$$br$${std}"; 					\
1006	create_testsuite_report --maybe-color;				\
1007	echo "$$col$$br$$std";						\
1008	if $$success; then :; else					\
1009	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1010	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1011	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1012	  fi;								\
1013	  echo "$$col$$br$$std";					\
1014	fi;								\
1015	$$success || exit 1
1016
1017check-TESTS: $(check_PROGRAMS)
1018	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1019	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1020	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1021	@set +e; $(am__set_TESTS_bases); \
1022	log_list=`for i in $$bases; do echo $$i.log; done`; \
1023	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1024	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1025	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1026	exit $$?;
1027recheck: all $(check_PROGRAMS)
1028	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1029	@set +e; $(am__set_TESTS_bases); \
1030	bases=`for i in $$bases; do echo $$i; done \
1031	         | $(am__list_recheck_tests)` || exit 1; \
1032	log_list=`for i in $$bases; do echo $$i.log; done`; \
1033	log_list=`echo $$log_list`; \
1034	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1035	        am__force_recheck=am--force-recheck \
1036	        TEST_LOGS="$$log_list"; \
1037	exit $$?
1038runtests.log: runtests$(EXEEXT)
1039	@p='runtests$(EXEEXT)'; \
1040	b='runtests'; \
1041	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1042	--log-file $$b.log --trs-file $$b.trs \
1043	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1044	"$$tst" $(AM_TESTS_FD_REDIRECT)
1045runtestspp.log: runtestspp$(EXEEXT)
1046	@p='runtestspp$(EXEEXT)'; \
1047	b='runtestspp'; \
1048	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1049	--log-file $$b.log --trs-file $$b.trs \
1050	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1051	"$$tst" $(AM_TESTS_FD_REDIRECT)
1052.test.log:
1053	@p='$<'; \
1054	$(am__set_b); \
1055	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1056	--log-file $$b.log --trs-file $$b.trs \
1057	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1058	"$$tst" $(AM_TESTS_FD_REDIRECT)
1059@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1060@am__EXEEXT_TRUE@	@p='$<'; \
1061@am__EXEEXT_TRUE@	$(am__set_b); \
1062@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1063@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1064@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1065@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1066
1067distdir: $(BUILT_SOURCES)
1068	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1069
1070distdir-am: $(DISTFILES)
1071	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1072	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1073	list='$(DISTFILES)'; \
1074	  dist_files=`for file in $$list; do echo $$file; done | \
1075	  sed -e "s|^$$srcdirstrip/||;t" \
1076	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1077	case $$dist_files in \
1078	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1079			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1080			   sort -u` ;; \
1081	esac; \
1082	for file in $$dist_files; do \
1083	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1084	  if test -d $$d/$$file; then \
1085	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1086	    if test -d "$(distdir)/$$file"; then \
1087	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1088	    fi; \
1089	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1090	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1091	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1092	    fi; \
1093	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1094	  else \
1095	    test -f "$(distdir)/$$file" \
1096	    || cp -p $$d/$$file "$(distdir)/$$file" \
1097	    || exit 1; \
1098	  fi; \
1099	done
1100	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1101	  if test "$$subdir" = .; then :; else \
1102	    $(am__make_dryrun) \
1103	      || test -d "$(distdir)/$$subdir" \
1104	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1105	      || exit 1; \
1106	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1107	    $(am__relativize); \
1108	    new_distdir=$$reldir; \
1109	    dir1=$$subdir; dir2="$(top_distdir)"; \
1110	    $(am__relativize); \
1111	    new_top_distdir=$$reldir; \
1112	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1113	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1114	    ($(am__cd) $$subdir && \
1115	      $(MAKE) $(AM_MAKEFLAGS) \
1116	        top_distdir="$$new_top_distdir" \
1117	        distdir="$$new_distdir" \
1118		am__remove_distdir=: \
1119		am__skip_length_check=: \
1120		am__skip_mode_fix=: \
1121	        distdir) \
1122	      || exit 1; \
1123	  fi; \
1124	done
1125check-am: all-am
1126	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1127	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1128check: check-recursive
1129all-am: Makefile $(LIBRARIES)
1130installdirs: installdirs-recursive
1131installdirs-am:
1132install: install-recursive
1133install-exec: install-exec-recursive
1134install-data: install-data-recursive
1135uninstall: uninstall-recursive
1136
1137install-am: all-am
1138	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1139
1140installcheck: installcheck-recursive
1141install-strip:
1142	if test -z '$(STRIP)'; then \
1143	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1144	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1145	      install; \
1146	else \
1147	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1148	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1149	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1150	fi
1151mostlyclean-generic:
1152	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1153	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1154	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1155
1156clean-generic:
1157
1158distclean-generic:
1159	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1160	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1161
1162maintainer-clean-generic:
1163	@echo "This command is intended for maintainers to use"
1164	@echo "it deletes files that may require special tools to rebuild."
1165clean: clean-recursive
1166
1167clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1168	clean-noinstLIBRARIES mostlyclean-am
1169
1170distclean: distclean-recursive
1171		-rm -f ./$(DEPDIR)/chardata.Po
1172	-rm -f ./$(DEPDIR)/memcheck.Po
1173	-rm -f ./$(DEPDIR)/minicheck.Po
1174	-rm -f ./$(DEPDIR)/runtests.Po
1175	-rm -f ./$(DEPDIR)/runtestspp.Po
1176	-rm -f ./$(DEPDIR)/structdata.Po
1177	-rm -f Makefile
1178distclean-am: clean-am distclean-compile distclean-generic \
1179	distclean-tags
1180
1181dvi: dvi-recursive
1182
1183dvi-am:
1184
1185html: html-recursive
1186
1187html-am:
1188
1189info: info-recursive
1190
1191info-am:
1192
1193install-data-am:
1194
1195install-dvi: install-dvi-recursive
1196
1197install-dvi-am:
1198
1199install-exec-am:
1200
1201install-html: install-html-recursive
1202
1203install-html-am:
1204
1205install-info: install-info-recursive
1206
1207install-info-am:
1208
1209install-man:
1210
1211install-pdf: install-pdf-recursive
1212
1213install-pdf-am:
1214
1215install-ps: install-ps-recursive
1216
1217install-ps-am:
1218
1219installcheck-am:
1220
1221maintainer-clean: maintainer-clean-recursive
1222		-rm -f ./$(DEPDIR)/chardata.Po
1223	-rm -f ./$(DEPDIR)/memcheck.Po
1224	-rm -f ./$(DEPDIR)/minicheck.Po
1225	-rm -f ./$(DEPDIR)/runtests.Po
1226	-rm -f ./$(DEPDIR)/runtestspp.Po
1227	-rm -f ./$(DEPDIR)/structdata.Po
1228	-rm -f Makefile
1229maintainer-clean-am: distclean-am maintainer-clean-generic
1230
1231mostlyclean: mostlyclean-recursive
1232
1233mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1234	mostlyclean-libtool
1235
1236pdf: pdf-recursive
1237
1238pdf-am:
1239
1240ps: ps-recursive
1241
1242ps-am:
1243
1244uninstall-am:
1245
1246.MAKE: $(am__recursive_targets) check-am install-am install-strip
1247
1248.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1249	am--depfiles check check-TESTS check-am clean \
1250	clean-checkPROGRAMS clean-generic clean-libtool \
1251	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
1252	distclean-compile distclean-generic distclean-libtool \
1253	distclean-tags distdir dvi dvi-am html html-am info info-am \
1254	install install-am install-data install-data-am install-dvi \
1255	install-dvi-am install-exec install-exec-am install-html \
1256	install-html-am install-info install-info-am install-man \
1257	install-pdf install-pdf-am install-ps install-ps-am \
1258	install-strip installcheck installcheck-am installdirs \
1259	installdirs-am maintainer-clean maintainer-clean-generic \
1260	mostlyclean mostlyclean-compile mostlyclean-generic \
1261	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
1262	uninstall uninstall-am
1263
1264.PRECIOUS: Makefile
1265
1266
1267# Tell versions [3.59,3.63) of GNU make to not export all variables.
1268# Otherwise a system limit (for SysV at least) may be exceeded.
1269.NOEXPORT:
1270