1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# test/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2013 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
16
17#
18# Makefile.am - automake configuration file for nana.
19#
20
21am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22am__make_running_with_option = \
23  case $${target_option-} in \
24      ?) ;; \
25      *) echo "am__make_running_with_option: internal error: invalid" \
26              "target option '$${target_option-}' specified" >&2; \
27         exit 1;; \
28  esac; \
29  has_opt=no; \
30  sane_makeflags=$$MAKEFLAGS; \
31  if $(am__is_gnu_make); then \
32    sane_makeflags=$$MFLAGS; \
33  else \
34    case $$MAKEFLAGS in \
35      *\\[\ \	]*) \
36        bs=\\; \
37        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
38          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
39    esac; \
40  fi; \
41  skip_next=no; \
42  strip_trailopt () \
43  { \
44    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
45  }; \
46  for flg in $$sane_makeflags; do \
47    test $$skip_next = yes && { skip_next=no; continue; }; \
48    case $$flg in \
49      *=*|--*) continue;; \
50        -*I) strip_trailopt 'I'; skip_next=yes;; \
51      -*I?*) strip_trailopt 'I';; \
52        -*O) strip_trailopt 'O'; skip_next=yes;; \
53      -*O?*) strip_trailopt 'O';; \
54        -*l) strip_trailopt 'l'; skip_next=yes;; \
55      -*l?*) strip_trailopt 'l';; \
56      -[dEDm]) skip_next=yes;; \
57      -[JT]) skip_next=yes;; \
58    esac; \
59    case $$flg in \
60      *$$target_option*) has_opt=yes; break;; \
61    esac; \
62  done; \
63  test $$has_opt = yes
64am__make_dryrun = (target_option=n; $(am__make_running_with_option))
65am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
66pkgdatadir = $(datadir)/nana
67pkgincludedir = $(includedir)/nana
68pkglibdir = $(libdir)/nana
69pkglibexecdir = $(libexecdir)/nana
70am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
71install_sh_DATA = $(install_sh) -c -m 644
72install_sh_PROGRAM = $(install_sh) -c
73install_sh_SCRIPT = $(install_sh) -c
74INSTALL_HEADER = $(INSTALL_DATA)
75transform = $(program_transform_name)
76NORMAL_INSTALL = :
77PRE_INSTALL = :
78POST_INSTALL = :
79NORMAL_UNINSTALL = :
80PRE_UNINSTALL = :
81POST_UNINSTALL = :
82build_triplet = x86_64-pc-linux-gnu
83host_triplet = x86_64-pc-linux-gnu
84target_triplet = x86_64-pc-linux-gnu
85subdir = test
86DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
87	$(top_srcdir)/mkinstalldirs $(srcdir)/gammon.in \
88	$(top_srcdir)/test-driver ChangeLog README
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92	$(ACLOCAL_M4)
93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94CONFIG_CLEAN_FILES = gammon
95CONFIG_CLEAN_VPATH_FILES =
96AM_V_P = $(am__v_P_$(V))
97am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
98am__v_P_0 = false
99am__v_P_1 = :
100AM_V_GEN = $(am__v_GEN_$(V))
101am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
102am__v_GEN_0 = @echo "  GEN     " $@;
103am__v_GEN_1 =
104AM_V_at = $(am__v_at_$(V))
105am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
106am__v_at_0 = @
107am__v_at_1 =
108SOURCES =
109DIST_SOURCES =
110am__can_run_installinfo = \
111  case $$AM_UPDATE_INFO_DIR in \
112    n|no|NO) false;; \
113    *) (install-info --version) >/dev/null 2>&1;; \
114  esac
115am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
116am__tty_colors_dummy = \
117  mgn= red= grn= lgn= blu= brg= std=; \
118  am__color_tests=no
119am__tty_colors = { \
120  $(am__tty_colors_dummy); \
121  if test "X$(AM_COLOR_TESTS)" = Xno; then \
122    am__color_tests=no; \
123  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
124    am__color_tests=yes; \
125  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
126    am__color_tests=yes; \
127  fi; \
128  if test $$am__color_tests = yes; then \
129    red=''; \
130    grn=''; \
131    lgn=''; \
132    blu=''; \
133    mgn=''; \
134    brg=''; \
135    std=''; \
136  fi; \
137}
138am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139am__vpath_adj = case $$p in \
140    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
141    *) f=$$p;; \
142  esac;
143am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144am__install_max = 40
145am__nobase_strip_setup = \
146  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147am__nobase_strip = \
148  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149am__nobase_list = $(am__nobase_strip_setup); \
150  for p in $$list; do echo "$$p $$p"; done | \
151  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
152  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153    if (++n[$$2] == $(am__install_max)) \
154      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
155    END { for (dir in files) print dir, files[dir] }'
156am__base_list = \
157  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159am__uninstall_files_from_dir = { \
160  test -z "$$files" \
161    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
162    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
163         $(am__cd) "$$dir" && rm -f $$files; }; \
164  }
165am__recheck_rx = ^[ 	]*:recheck:[ 	]*
166am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
167am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
168# A command that, given a newline-separated list of test names on the
169# standard input, print the name of the tests that are to be re-run
170# upon "make recheck".
171am__list_recheck_tests = $(AWK) '{ \
172  recheck = 1; \
173  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
174    { \
175      if (rc < 0) \
176        { \
177          if ((getline line2 < ($$0 ".log")) < 0) \
178	    recheck = 0; \
179          break; \
180        } \
181      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
182        { \
183          recheck = 0; \
184          break; \
185        } \
186      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
187        { \
188          break; \
189        } \
190    }; \
191  if (recheck) \
192    print $$0; \
193  close ($$0 ".trs"); \
194  close ($$0 ".log"); \
195}'
196# A command that, given a newline-separated list of test names on the
197# standard input, create the global log from their .trs and .log files.
198am__create_global_log = $(AWK) ' \
199function fatal(msg) \
200{ \
201  print "fatal: making $@: " msg | "cat >&2"; \
202  exit 1; \
203} \
204function rst_section(header) \
205{ \
206  print header; \
207  len = length(header); \
208  for (i = 1; i <= len; i = i + 1) \
209    printf "="; \
210  printf "\n\n"; \
211} \
212{ \
213  copy_in_global_log = 1; \
214  global_test_result = "RUN"; \
215  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
216    { \
217      if (rc < 0) \
218         fatal("failed to read from " $$0 ".trs"); \
219      if (line ~ /$(am__global_test_result_rx)/) \
220        { \
221          sub("$(am__global_test_result_rx)", "", line); \
222          sub("[ 	]*$$", "", line); \
223          global_test_result = line; \
224        } \
225      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
226        copy_in_global_log = 0; \
227    }; \
228  if (copy_in_global_log) \
229    { \
230      rst_section(global_test_result ": " $$0); \
231      while ((rc = (getline line < ($$0 ".log"))) != 0) \
232      { \
233        if (rc < 0) \
234          fatal("failed to read from " $$0 ".log"); \
235        print line; \
236      }; \
237      printf "\n"; \
238    }; \
239  close ($$0 ".trs"); \
240  close ($$0 ".log"); \
241}'
242# Restructured Text title.
243am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
244# Solaris 10 'make', and several other traditional 'make' implementations,
245# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
246# by disabling -e (using the XSI extension "set +e") if it's set.
247am__sh_e_setup = case $$- in *e*) set +e;; esac
248# Default flags passed to test drivers.
249am__common_driver_flags = \
250  --color-tests "$$am__color_tests" \
251  --enable-hard-errors "$$am__enable_hard_errors" \
252  --expect-failure "$$am__expect_failure"
253# To be inserted before the command running the test.  Creates the
254# directory for the log if needed.  Stores in $dir the directory
255# containing $f, in $tst the test, in $log the log.  Executes the
256# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
257# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
258# will run the test scripts (or their associated LOG_COMPILER, if
259# thy have one).
260am__check_pre = \
261$(am__sh_e_setup);					\
262$(am__vpath_adj_setup) $(am__vpath_adj)			\
263$(am__tty_colors);					\
264srcdir=$(srcdir); export srcdir;			\
265case "$@" in						\
266  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
267    *) am__odir=.;; 					\
268esac;							\
269test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
270  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
271if test -f "./$$f"; then dir=./;			\
272elif test -f "$$f"; then dir=;				\
273else dir="$(srcdir)/"; fi;				\
274tst=$$dir$$f; log='$@'; 				\
275if test -n '$(DISABLE_HARD_ERRORS)'; then		\
276  am__enable_hard_errors=no; 				\
277else							\
278  am__enable_hard_errors=yes; 				\
279fi; 							\
280case " $(XFAIL_TESTS) " in				\
281  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
282    am__expect_failure=yes;;				\
283  *)							\
284    am__expect_failure=no;;				\
285esac; 							\
286$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
287# A shell command to get the names of the tests scripts with any registered
288# extension removed (i.e., equivalently, the names of the test logs, with
289# the '.log' extension removed).  The result is saved in the shell variable
290# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
291# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
292# since that might cause problem with VPATH rewrites for suffix-less tests.
293# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
294am__set_TESTS_bases = \
295  bases='$(TEST_LOGS)'; \
296  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
297  bases=`echo $$bases`
298RECHECK_LOGS = $(TEST_LOGS)
299AM_RECURSIVE_TARGETS = check recheck
300TEST_SUITE_LOG = test-suite.log
301TEST_EXTENSIONS =  .test
302LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
303LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
304am__set_b = \
305  case '$@' in \
306    */*) \
307      case '$*' in \
308        */*) b='$*';; \
309          *) b=`echo '$@' | sed 's/\.log$$//'`; \
310       esac;; \
311    *) \
312      b='$*';; \
313  esac
314am__test_logs1 = $(TESTS:=.log)
315am__test_logs2 = $(am__test_logs1:.log=.log)
316TEST_LOGS = $(am__test_logs2:.test.log=.log)
317TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
318TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
319	$(TEST_LOG_FLAGS)
320DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
321ACLOCAL = aclocal-1.14
322ALWAYS_INCLUDE_MALLOC = #define ALWAYS_INCLUDE_MALLOC/* no arguments */ 0
323AMTAR = $${TAR-tar}
324AM_DEFAULT_VERBOSITY = 1
325AUTOCONF = autoconf
326AUTOHEADER = autoheader
327AUTOMAKE = automake-1.14
328AWK = gawk
329CC = gcc
330CCDEPMODE = depmode=gcc3
331CFLAGS = -g -O2
332CPP = gcc -E
333CPPFLAGS =
334CXX = g++
335CXXCPP = g++ -E
336CXXDEPMODE = depmode=gcc3
337CXXFLAGS = -g -O2
338CYGPATH_W = echo
339DEFS = -DPACKAGE_NAME=\"nana\" -DPACKAGE_TARNAME=\"nana\" -DPACKAGE_VERSION=\"3.0\" -DPACKAGE_STRING=\"nana\ 3.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"nana\" -DVERSION=\"3.0\" -DHAVE_VSPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_GETTIMEOFDAY=1
340DEPDIR = .deps
341DI_MAKE_VALID_BREAKPOINT =
342DL_MAKE_VALID_BREAKPOINT =
343ECHO_C =
344ECHO_N = -n
345ECHO_T =
346EXEEXT =
347FIND = find
348FMT = fmt
349GDB = /usr/bin/gdb
350HAVE_RDTSC = 0
351INSTALL = /usr/bin/install -c
352INSTALL_DATA = ${INSTALL} -m 644
353INSTALL_PROGRAM = ${INSTALL}
354INSTALL_SCRIPT = ${INSTALL}
355INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
356I_DEFAULT_HANDLER =
357LDFLAGS =
358LIBOBJS =
359LIBS =
360LTLIBOBJS =
361MAKEINFO = makeinfo
362MKDIR_P = /bin/mkdir -p
363OBJEXT = o
364PACKAGE = nana
365PACKAGE_BUGREPORT =
366PACKAGE_NAME = nana
367PACKAGE_STRING = nana 3.0
368PACKAGE_TARNAME = nana
369PACKAGE_URL =
370PACKAGE_VERSION = 3.0
371PATH_SEPARATOR = :
372PREV_VERSION = 2.4
373RANLIB = ranlib
374SET_MAKE =
375SHELL = /bin/bash
376STRIP =
377TAR = tar
378VERSION = 3.0
379abs_builddir = /home/pjm/github/nana/test
380abs_srcdir = /home/pjm/github/nana/test
381abs_top_builddir = /home/pjm/github/nana
382abs_top_srcdir = /home/pjm/github/nana
383ac_ct_CC = gcc
384ac_ct_CXX = g++
385am__include = include
386am__leading_dot = .
387am__quote =
388am__tar = $${TAR-tar} chof - "$$tardir"
389am__untar = $${TAR-tar} xf -
390bindir = ${exec_prefix}/bin
391build = x86_64-pc-linux-gnu
392build_alias =
393build_cpu = x86_64
394build_os = linux-gnu
395build_vendor = pc
396builddir = .
397datadir = ${datarootdir}
398datarootdir = ${prefix}/share
399docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
400dvidir = ${docdir}
401exec_prefix = ${prefix}
402host = x86_64-pc-linux-gnu
403host_alias =
404host_cpu = x86_64
405host_os = linux-gnu
406host_vendor = pc
407htmldir = ${docdir}
408includedir = ${prefix}/include
409infodir = ${datarootdir}/info
410install_sh = ${SHELL} /home/pjm/github/nana/install-sh
411libdir = ${exec_prefix}/lib
412libexecdir = ${exec_prefix}/libexec
413localedir = ${datarootdir}/locale
414localstatedir = ${prefix}/var
415mandir = ${datarootdir}/man
416mkdir_p = $(MKDIR_P)
417oldincludedir = /usr/include
418pdfdir = ${docdir}
419prefix = /usr/local
420program_transform_name = s,x,x,
421psdir = ${docdir}
422sbindir = ${exec_prefix}/sbin
423sharedstatedir = ${prefix}/com
424srcdir = .
425sysconfdir = ${prefix}/etc
426target = x86_64-pc-linux-gnu
427target_alias =
428target_cpu = x86_64
429target_os = linux-gnu
430target_vendor = pc
431top_build_prefix = ../
432top_builddir = ..
433top_srcdir = ..
434TESTS_ENVIRONMENT = sh gammon
435TESTS = *.gam
436# all.gam Q.gam I.gam
437EXTRA_DIST = gammon.in all.gam Q.gam I.gam
438all: all-am
439
440.SUFFIXES:
441.SUFFIXES: .log .test .test$(EXEEXT) .trs
442$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
443	@for dep in $?; do \
444	  case '$(am__configure_deps)' in \
445	    *$$dep*) \
446	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
447	        && { if test -f $@; then exit 0; else break; fi; }; \
448	      exit 1;; \
449	  esac; \
450	done; \
451	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
452	$(am__cd) $(top_srcdir) && \
453	  $(AUTOMAKE) --gnu test/Makefile
454.PRECIOUS: Makefile
455Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
456	@case '$?' in \
457	  *config.status*) \
458	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
459	  *) \
460	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
461	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
462	esac;
463
464$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
465	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466
467$(top_srcdir)/configure:  $(am__configure_deps)
468	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
470	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471$(am__aclocal_m4_deps):
472gammon: $(top_builddir)/config.status $(srcdir)/gammon.in
473	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
474tags TAGS:
475
476ctags CTAGS:
477
478cscope cscopelist:
479
480
481# Recover from deleted '.trs' file; this should ensure that
482# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
483# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
484# to avoid problems with "make -n".
485.log.trs:
486	rm -f $< $@
487	$(MAKE) $(AM_MAKEFLAGS) $<
488
489# Leading 'am--fnord' is there to ensure the list of targets does not
490# expand to empty, as could happen e.g. with make check TESTS=''.
491am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
492am--force-recheck:
493	@:
494
495$(TEST_SUITE_LOG): $(TEST_LOGS)
496	@$(am__set_TESTS_bases); \
497	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
498	redo_bases=`for i in $$bases; do \
499	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
500	            done`; \
501	if test -n "$$redo_bases"; then \
502	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
503	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
504	  if $(am__make_dryrun); then :; else \
505	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
506	  fi; \
507	fi; \
508	if test -n "$$am__remaking_logs"; then \
509	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
510	       "recursion detected" >&2; \
511	else \
512	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
513	fi; \
514	if $(am__make_dryrun); then :; else \
515	  st=0;  \
516	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
517	  for i in $$redo_bases; do \
518	    test -f $$i.trs && test -r $$i.trs \
519	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
520	    test -f $$i.log && test -r $$i.log \
521	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
522	  done; \
523	  test $$st -eq 0 || exit 1; \
524	fi
525	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
526	ws='[ 	]'; \
527	results=`for b in $$bases; do echo $$b.trs; done`; \
528	test -n "$$results" || results=/dev/null; \
529	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
530	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
531	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
532	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
533	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
534	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
535	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
536	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
537	  success=true; \
538	else \
539	  success=false; \
540	fi; \
541	br='==================='; br=$$br$$br$$br$$br; \
542	result_count () \
543	{ \
544	    if test x"$$1" = x"--maybe-color"; then \
545	      maybe_colorize=yes; \
546	    elif test x"$$1" = x"--no-color"; then \
547	      maybe_colorize=no; \
548	    else \
549	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
550	    fi; \
551	    shift; \
552	    desc=$$1 count=$$2; \
553	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
554	      color_start=$$3 color_end=$$std; \
555	    else \
556	      color_start= color_end=; \
557	    fi; \
558	    echo "$${color_start}# $$desc $$count$${color_end}"; \
559	}; \
560	create_testsuite_report () \
561	{ \
562	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
563	  result_count $$1 "PASS: " $$pass  "$$grn"; \
564	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
565	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
566	  result_count $$1 "FAIL: " $$fail  "$$red"; \
567	  result_count $$1 "XPASS:" $$xpass "$$red"; \
568	  result_count $$1 "ERROR:" $$error "$$mgn"; \
569	}; \
570	{								\
571	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
572	    $(am__rst_title);						\
573	  create_testsuite_report --no-color;				\
574	  echo;								\
575	  echo ".. contents:: :depth: 2";				\
576	  echo;								\
577	  for b in $$bases; do echo $$b; done				\
578	    | $(am__create_global_log);					\
579	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
580	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
581	if $$success; then						\
582	  col="$$grn";							\
583	 else								\
584	  col="$$red";							\
585	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
586	fi;								\
587	echo "$${col}$$br$${std}"; 					\
588	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
589	echo "$${col}$$br$${std}"; 					\
590	create_testsuite_report --maybe-color;				\
591	echo "$$col$$br$$std";						\
592	if $$success; then :; else					\
593	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
594	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
595	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
596	  fi;								\
597	  echo "$$col$$br$$std";					\
598	fi;								\
599	$$success || exit 1
600
601check-TESTS:
602	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
603	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
604	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
605	@set +e; $(am__set_TESTS_bases); \
606	log_list=`for i in $$bases; do echo $$i.log; done`; \
607	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
608	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
609	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
610	exit $$?;
611recheck: all
612	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
613	@set +e; $(am__set_TESTS_bases); \
614	bases=`for i in $$bases; do echo $$i; done \
615	         | $(am__list_recheck_tests)` || exit 1; \
616	log_list=`for i in $$bases; do echo $$i.log; done`; \
617	log_list=`echo $$log_list`; \
618	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
619	        am__force_recheck=am--force-recheck \
620	        TEST_LOGS="$$log_list"; \
621	exit $$?
622*.gam.log: *.gam
623	@p='*.gam'; \
624	b='*.gam'; \
625	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
626	--log-file $$b.log --trs-file $$b.trs \
627	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
628	"$$tst" $(AM_TESTS_FD_REDIRECT)
629.test.log:
630	@p='$<'; \
631	$(am__set_b); \
632	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
633	--log-file $$b.log --trs-file $$b.trs \
634	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
635	"$$tst" $(AM_TESTS_FD_REDIRECT)
636#.test$(EXEEXT).log:
637#	@p='$<'; \
638#	$(am__set_b); \
639#	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
640#	--log-file $$b.log --trs-file $$b.trs \
641#	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
642#	"$$tst" $(AM_TESTS_FD_REDIRECT)
643
644distdir: $(DISTFILES)
645	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
646	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647	list='$(DISTFILES)'; \
648	  dist_files=`for file in $$list; do echo $$file; done | \
649	  sed -e "s|^$$srcdirstrip/||;t" \
650	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
651	case $$dist_files in \
652	  */*) $(MKDIR_P) `echo "$$dist_files" | \
653			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
654			   sort -u` ;; \
655	esac; \
656	for file in $$dist_files; do \
657	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
658	  if test -d $$d/$$file; then \
659	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
660	    if test -d "$(distdir)/$$file"; then \
661	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
662	    fi; \
663	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
664	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
665	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
666	    fi; \
667	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
668	  else \
669	    test -f "$(distdir)/$$file" \
670	    || cp -p $$d/$$file "$(distdir)/$$file" \
671	    || exit 1; \
672	  fi; \
673	done
674check-am: all-am
675	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
676check: check-am
677all-am: Makefile
678installdirs:
679install: install-am
680install-exec: install-exec-am
681install-data: install-data-am
682uninstall: uninstall-am
683
684install-am: all-am
685	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
686
687installcheck: installcheck-am
688install-strip:
689	if test -z '$(STRIP)'; then \
690	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
691	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
692	      install; \
693	else \
694	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
695	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
696	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
697	fi
698mostlyclean-generic:
699	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
700	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
701	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
702
703clean-generic:
704
705distclean-generic:
706	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
707	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
708
709maintainer-clean-generic:
710	@echo "This command is intended for maintainers to use"
711	@echo "it deletes files that may require special tools to rebuild."
712clean: clean-am
713
714clean-am: clean-generic mostlyclean-am
715
716distclean: distclean-am
717	-rm -f Makefile
718distclean-am: clean-am distclean-generic
719
720dvi: dvi-am
721
722dvi-am:
723
724html: html-am
725
726html-am:
727
728info: info-am
729
730info-am:
731
732install-data-am:
733
734install-dvi: install-dvi-am
735
736install-dvi-am:
737
738install-exec-am:
739
740install-html: install-html-am
741
742install-html-am:
743
744install-info: install-info-am
745
746install-info-am:
747
748install-man:
749
750install-pdf: install-pdf-am
751
752install-pdf-am:
753
754install-ps: install-ps-am
755
756install-ps-am:
757
758installcheck-am:
759
760maintainer-clean: maintainer-clean-am
761	-rm -f Makefile
762maintainer-clean-am: distclean-am maintainer-clean-generic
763
764mostlyclean: mostlyclean-am
765
766mostlyclean-am: mostlyclean-generic
767
768pdf: pdf-am
769
770pdf-am:
771
772ps: ps-am
773
774ps-am:
775
776uninstall-am:
777
778.MAKE: check-am install-am install-strip
779
780.PHONY: all all-am check check-TESTS check-am clean clean-generic \
781	cscopelist-am ctags-am distclean distclean-generic distdir dvi \
782	dvi-am html html-am info info-am install install-am \
783	install-data install-data-am install-dvi install-dvi-am \
784	install-exec install-exec-am install-html install-html-am \
785	install-info install-info-am install-man install-pdf \
786	install-pdf-am install-ps install-ps-am install-strip \
787	installcheck installcheck-am installdirs maintainer-clean \
788	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
789	pdf-am ps ps-am recheck tags-am uninstall uninstall-am
790
791
792# Tell versions [3.59,3.63) of GNU make to not export all variables.
793# Otherwise a system limit (for SysV at least) may be exceeded.
794.NOEXPORT:
795