1 # Makefile.in generated by automake 1.13.1 from Makefile.am.
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
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.
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
18 # Copyright 2009-2010 Johan Dahlin
20 # This file defines variables that are compatible with
21 # Makefile.introspection, but for use within the gobject-introspection
30 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
31 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
33 for am__flg in $$MAKEFLAGS; do \
36 *n*) am__dry=yes; break;; \
40 test $$am__dry = yes; \
42 pkgdatadir = $(datadir)/@PACKAGE@
43 pkgincludedir = $(includedir)/@PACKAGE@
44 pkglibdir = $(libdir)/@PACKAGE@
45 pkglibexecdir = $(libexecdir)/@PACKAGE@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 install_sh_DATA = $(install_sh) -c -m 644
48 install_sh_PROGRAM = $(install_sh) -c
49 install_sh_SCRIPT = $(install_sh) -c
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = $(program_transform_name)
58 build_triplet = @build@
60 DIST_COMMON = $(top_srcdir)/common.mk $(srcdir)/Makefile.in \
61 $(srcdir)/Makefile.am $(top_srcdir)/build-aux/test-driver
63 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
65 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
66 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
67 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
68 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71 mkinstalldirs = $(install_sh) -d
72 CONFIG_HEADER = $(top_builddir)/config.h
74 CONFIG_CLEAN_VPATH_FILES =
75 AM_V_P = $(am__v_P_@AM_V@)
76 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
79 AM_V_GEN = $(am__v_GEN_@AM_V@)
80 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
81 am__v_GEN_0 = @echo " GEN " $@;
83 AM_V_at = $(am__v_at_@AM_V@)
84 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
89 am__can_run_installinfo = \
90 case $$AM_UPDATE_INFO_DIR in \
92 *) (install-info --version) >/dev/null 2>&1;; \
94 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
95 am__tty_colors_dummy = \
96 mgn= red= grn= lgn= blu= brg= std=; \
99 $(am__tty_colors_dummy); \
100 if test "X$(AM_COLOR_TESTS)" = Xno; then \
101 am__color_tests=no; \
102 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
103 am__color_tests=yes; \
104 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
105 am__color_tests=yes; \
107 if test $$am__color_tests = yes; then \
117 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118 am__vpath_adj = case $$p in \
119 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
122 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
124 am__nobase_strip_setup = \
125 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
127 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
128 am__nobase_list = $(am__nobase_strip_setup); \
129 for p in $$list; do echo "$$p $$p"; done | \
130 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
131 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132 if (++n[$$2] == $(am__install_max)) \
133 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
134 END { for (dir in files) print dir, files[dir] }'
136 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
137 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
138 am__uninstall_files_from_dir = { \
140 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
141 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
142 $(am__cd) "$$dir" && rm -f $$files; }; \
144 am__recheck_rx = ^[ ]*:recheck:[ ]*
145 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
146 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
147 # A command that, given a newline-separated list of test names on the
148 # standard input, print the name of the tests that are to be re-run
149 # upon "make recheck".
150 am__list_recheck_tests = $(AWK) '{ \
152 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
156 if ((getline line2 < ($$0 ".log")) < 0) \
160 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
165 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
172 close ($$0 ".trs"); \
173 close ($$0 ".log"); \
175 # A command that, given a newline-separated list of test names on the
176 # standard input, create the global log from their .trs and .log files.
177 am__create_global_log = $(AWK) ' \
178 function fatal(msg) \
180 print "fatal: making $@: " msg | "cat >&2"; \
183 function rst_section(header) \
186 len = length(header); \
187 for (i = 1; i <= len; i = i + 1) \
192 copy_in_global_log = 1; \
193 global_test_result = "RUN"; \
194 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
197 fatal("failed to read from " $$0 ".trs"); \
198 if (line ~ /$(am__global_test_result_rx)/) \
200 sub("$(am__global_test_result_rx)", "", line); \
201 sub("[ ]*$$", "", line); \
202 global_test_result = line; \
204 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
205 copy_in_global_log = 0; \
207 if (copy_in_global_log) \
209 rst_section(global_test_result ": " $$0); \
210 while ((rc = (getline line < ($$0 ".log"))) != 0) \
213 fatal("failed to read from " $$0 ".log"); \
218 close ($$0 ".trs"); \
219 close ($$0 ".log"); \
221 # Restructured Text title.
222 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
223 # Solaris 10 'make', and several other traditional 'make' implementations,
224 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
225 # by disabling -e (using the XSI extension "set +e") if it's set.
226 am__sh_e_setup = case $$- in *e*) set +e;; esac
227 # Default flags passed to test drivers.
228 am__common_driver_flags = \
229 --color-tests "$$am__color_tests" \
230 --enable-hard-errors "$$am__enable_hard_errors" \
231 --expect-failure "$$am__expect_failure"
232 # To be inserted before the command running the test. Creates the
233 # directory for the log if needed. Stores in $dir the directory
234 # containing $f, in $tst the test, in $log the log. Executes the
235 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
236 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
237 # will run the test scripts (or their associated LOG_COMPILER, if
241 $(am__vpath_adj_setup) $(am__vpath_adj) \
243 srcdir=$(srcdir); export srcdir; \
245 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
248 test "x$$am__odir" = x"." || test -d "$$am__odir" \
249 || $(MKDIR_P) "$$am__odir" || exit $$?; \
250 if test -f "./$$f"; then dir=./; \
251 elif test -f "$$f"; then dir=; \
252 else dir="$(srcdir)/"; fi; \
253 tst=$$dir$$f; log='$@'; \
254 if test -n '$(DISABLE_HARD_ERRORS)'; then \
255 am__enable_hard_errors=no; \
257 am__enable_hard_errors=yes; \
259 case " $(XFAIL_TESTS) " in \
260 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
261 am__expect_failure=yes;; \
263 am__expect_failure=no;; \
265 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
266 # A shell command to get the names of the tests scripts with any registered
267 # extension removed (i.e., equivalently, the names of the test logs, with
268 # the '.log' extension removed). The result is saved in the shell variable
269 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
270 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
271 # since that might cause problem with VPATH rewrites for suffix-less tests.
272 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
273 am__set_TESTS_bases = \
274 bases='$(TEST_LOGS)'; \
275 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
277 RECHECK_LOGS = $(TEST_LOGS)
278 AM_RECURSIVE_TARGETS = check recheck
279 TEST_SUITE_LOG = test-suite.log
280 TEST_EXTENSIONS = @EXEEXT@ .test
281 LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
282 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
288 *) b=`echo '$@' | sed 's/\.log$$//'`; \
293 am__test_logs1 = $(TESTS:=.log)
294 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
295 TEST_LOGS = $(am__test_logs2:.test.log=.log)
296 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
297 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
299 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
302 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
304 AUTOCONF = @AUTOCONF@
305 AUTOHEADER = @AUTOHEADER@
306 AUTOMAKE = @AUTOMAKE@
308 CAIRO_CFLAGS = @CAIRO_CFLAGS@
309 CAIRO_GIR_PACKAGE = @CAIRO_GIR_PACKAGE@
310 CAIRO_LIBS = @CAIRO_LIBS@
311 CAIRO_SHARED_LIBRARY = @CAIRO_SHARED_LIBRARY@
313 CCDEPMODE = @CCDEPMODE@
316 CPPFLAGS = @CPPFLAGS@
317 CYGPATH_W = @CYGPATH_W@
321 DSYMUTIL = @DSYMUTIL@
328 EXPANDED_BINDIR = @EXPANDED_BINDIR@
329 EXPANDED_DATADIR = @EXPANDED_DATADIR@
330 EXPANDED_LIBDIR = @EXPANDED_LIBDIR@
331 EXPANDED_LIBEXECDIR = @EXPANDED_LIBEXECDIR@
332 EXPANDED_LOCALSTATEDIR = @EXPANDED_LOCALSTATEDIR@
333 EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@
334 EXTRA_LINK_FLAGS = @EXTRA_LINK_FLAGS@
335 FFI_CFLAGS = @FFI_CFLAGS@
336 FFI_LIBS = @FFI_LIBS@
337 FFI_PC_CFLAGS = @FFI_PC_CFLAGS@
338 FFI_PC_LIBS = @FFI_PC_LIBS@
339 FFI_PC_PACKAGES = @FFI_PC_PACKAGES@
341 GIO_CFLAGS = @GIO_CFLAGS@
342 GIO_LIBS = @GIO_LIBS@
343 GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
344 GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
345 GIREPO_CFLAGS = @GIREPO_CFLAGS@
346 GIREPO_LIBS = @GIREPO_LIBS@
348 GIR_SUFFIX = @GIR_SUFFIX@
350 GLIB_CFLAGS = @GLIB_CFLAGS@
351 GLIB_LIBS = @GLIB_LIBS@
352 GMODULE_CFLAGS = @GMODULE_CFLAGS@
353 GMODULE_LIBS = @GMODULE_LIBS@
354 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
355 GOBJECT_INTROSPECTION_LIBDIR = @GOBJECT_INTROSPECTION_LIBDIR@
356 GOBJECT_LIBS = @GOBJECT_LIBS@
358 GTKDOC_CHECK = @GTKDOC_CHECK@
359 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
360 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
361 GTKDOC_MKPDF = @GTKDOC_MKPDF@
362 GTKDOC_REBASE = @GTKDOC_REBASE@
363 HTML_DIR = @HTML_DIR@
365 INSTALL_DATA = @INSTALL_DATA@
366 INSTALL_PROGRAM = @INSTALL_PROGRAM@
367 INSTALL_SCRIPT = @INSTALL_SCRIPT@
368 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
373 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
379 LTLIBOBJS = @LTLIBOBJS@
381 MAKEINFO = @MAKEINFO@
382 MANIFEST_TOOL = @MANIFEST_TOOL@
391 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
392 PACKAGE_NAME = @PACKAGE_NAME@
393 PACKAGE_STRING = @PACKAGE_STRING@
394 PACKAGE_TARNAME = @PACKAGE_TARNAME@
395 PACKAGE_URL = @PACKAGE_URL@
396 PACKAGE_VERSION = @PACKAGE_VERSION@
397 PATH_SEPARATOR = @PATH_SEPARATOR@
398 PKG_CONFIG = @PKG_CONFIG@
399 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
400 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
403 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
404 PYTHON_INCLUDES = @PYTHON_INCLUDES@
405 PYTHON_LIBS = @PYTHON_LIBS@
406 PYTHON_PLATFORM = @PYTHON_PLATFORM@
407 PYTHON_PREFIX = @PYTHON_PREFIX@
408 PYTHON_VERSION = @PYTHON_VERSION@
410 SCANNER_CFLAGS = @SCANNER_CFLAGS@
411 SCANNER_LIBS = @SCANNER_LIBS@
413 SET_MAKE = @SET_MAKE@
418 abs_builddir = @abs_builddir@
419 abs_srcdir = @abs_srcdir@
420 abs_top_builddir = @abs_top_builddir@
421 abs_top_srcdir = @abs_top_srcdir@
422 ac_ct_AR = @ac_ct_AR@
423 ac_ct_CC = @ac_ct_CC@
424 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
425 am__include = @am__include@
426 am__leading_dot = @am__leading_dot@
427 am__quote = @am__quote@
429 am__untar = @am__untar@
432 build_alias = @build_alias@
433 build_cpu = @build_cpu@
434 build_os = @build_os@
435 build_vendor = @build_vendor@
436 builddir = @builddir@
438 datarootdir = @datarootdir@
441 exec_prefix = @exec_prefix@
443 host_alias = @host_alias@
444 host_cpu = @host_cpu@
446 host_vendor = @host_vendor@
448 includedir = @includedir@
450 install_sh = @install_sh@
452 libexecdir = @libexecdir@
453 localedir = @localedir@
454 localstatedir = @localstatedir@
457 oldincludedir = @oldincludedir@
459 pkgpyexecdir = @pkgpyexecdir@
460 pkgpythondir = @pkgpythondir@
462 program_transform_name = @program_transform_name@
464 pyexecdir = @pyexecdir@
465 pythondir = @pythondir@
467 sharedstatedir = @sharedstatedir@
469 sysconfdir = @sysconfdir@
470 target_alias = @target_alias@
471 top_build_prefix = @top_build_prefix@
472 top_builddir = @top_builddir@
473 top_srcdir = @top_srcdir@
474 INTROSPECTION_SCANNER = \
475 env PATH=.libs:$(PATH) \
478 PYTHONPATH=$(top_builddir):$(top_srcdir) \
479 UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
480 UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir) \
481 $(top_builddir)/g-ir-scanner
483 INTROSPECTION_SCANNER_ARGS = \
486 --add-include-path=$(srcdir) \
487 --add-include-path=$(top_srcdir)/gir \
488 --add-include-path=$(builddir) \
489 --add-include-path=$(top_builddir)
491 INTROSPECTION_COMPILER = \
492 env PATH=.libs:$(PATH) \
493 $(top_builddir)/g-ir-compiler$(EXEEXT)
495 INTROSPECTION_COMPILER_ARGS = \
496 --includedir=$(srcdir) \
497 --includedir=$(top_srcdir)/gir \
498 --includedir=$(builddir) \
499 --includedir=$(top_builddir)
501 INTROSPECTION_DOCTOOL = \
502 env PATH=.libs:$(PATH) \
504 PYTHONPATH=$(top_builddir):$(top_srcdir) \
505 UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
506 UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir) \
507 $(top_builddir)/g-ir-doc-tool
509 INTROSPECTION_DOCTOOL_ARGS = \
510 --add-include-path=$(srcdir) \
511 --add-include-path=$(top_srcdir)/gir \
512 --add-include-path=$(builddir) \
513 --add-include-path=$(top_builddir)
515 TESTS = warntestrunner
518 callback-invalid-scope.h \
519 callback-missing-scope.h \
523 invalid-constructor.h \
524 invalid-element-type.h \
529 missing-element-type.h \
530 unknown-parameter.h \
533 EXTRA_DIST = warningtester.py warntestrunner $(alltests) common.h $(TESTS)
534 TESTS_ENVIRONMENT = PYTHONPATH=$(top_builddir):$(top_srcdir) TOP_BUILDDIR=$(top_builddir) UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) PYTHON=$(PYTHON) srcdir=$(srcdir) alltests="$(alltests)"
538 .SUFFIXES: .log .test .test$(EXEEXT) .trs
539 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common.mk $(am__configure_deps)
541 case '$(am__configure_deps)' in \
543 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
544 && { if test -f $@; then exit 0; else break; fi; }; \
548 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/warn/Makefile'; \
549 $(am__cd) $(top_srcdir) && \
550 $(AUTOMAKE) --foreign tests/warn/Makefile
552 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
555 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
557 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
558 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
560 $(top_srcdir)/common.mk:
562 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
563 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
565 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
566 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
567 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
568 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
569 $(am__aclocal_m4_deps):
583 # Recover from deleted '.trs' file; this should ensure that
584 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
585 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
586 # to avoid problems with "make -n".
589 $(MAKE) $(AM_MAKEFLAGS) $<
591 # Leading 'am--fnord' is there to ensure the list of targets does not
592 # exand to empty, as could happen e.g. with make check TESTS=''.
593 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
597 $(TEST_SUITE_LOG): $(TEST_LOGS)
598 @$(am__set_TESTS_bases); \
599 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
600 redo_bases=`for i in $$bases; do \
601 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
603 if test -n "$$redo_bases"; then \
604 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
605 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
606 if $(am__make_dryrun); then :; else \
607 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
610 if test -n "$$am__remaking_logs"; then \
611 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
612 "recursion detected" >&2; \
614 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
616 if $(am__make_dryrun); then :; else \
618 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
619 for i in $$redo_bases; do \
620 test -f $$i.trs && test -r $$i.trs \
621 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
622 test -f $$i.log && test -r $$i.log \
623 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
625 test $$st -eq 0 || exit 1; \
627 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
629 results=`for b in $$bases; do echo $$b.trs; done`; \
630 test -n "$$results" || results=/dev/null; \
631 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
632 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
633 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
634 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
635 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
636 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
637 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
638 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
643 br='==================='; br=$$br$$br$$br$$br; \
646 if test x"$$1" = x"--maybe-color"; then \
647 maybe_colorize=yes; \
648 elif test x"$$1" = x"--no-color"; then \
651 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
654 desc=$$1 count=$$2; \
655 if test $$maybe_colorize = yes && test $$count -gt 0; then \
656 color_start=$$3 color_end=$$std; \
658 color_start= color_end=; \
660 echo "$${color_start}# $$desc $$count$${color_end}"; \
662 create_testsuite_report () \
664 result_count $$1 "TOTAL:" $$all "$$brg"; \
665 result_count $$1 "PASS: " $$pass "$$grn"; \
666 result_count $$1 "SKIP: " $$skip "$$blu"; \
667 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
668 result_count $$1 "FAIL: " $$fail "$$red"; \
669 result_count $$1 "XPASS:" $$xpass "$$red"; \
670 result_count $$1 "ERROR:" $$error "$$mgn"; \
673 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
675 create_testsuite_report --no-color; \
677 echo ".. contents:: :depth: 2"; \
679 for b in $$bases; do echo $$b; done \
680 | $(am__create_global_log); \
681 } >$(TEST_SUITE_LOG).tmp || exit 1; \
682 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
687 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
689 echo "$${col}$$br$${std}"; \
690 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
691 echo "$${col}$$br$${std}"; \
692 create_testsuite_report --maybe-color; \
693 echo "$$col$$br$$std"; \
694 if $$success; then :; else \
695 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
696 if test -n "$(PACKAGE_BUGREPORT)"; then \
697 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
699 echo "$$col$$br$$std"; \
704 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
705 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
706 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
707 @set +e; $(am__set_TESTS_bases); \
708 log_list=`for i in $$bases; do echo $$i.log; done`; \
709 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
710 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
711 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
714 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
715 @set +e; $(am__set_TESTS_bases); \
716 bases=`for i in $$bases; do echo $$i; done \
717 | $(am__list_recheck_tests)` || exit 1; \
718 log_list=`for i in $$bases; do echo $$i.log; done`; \
719 log_list=`echo $$log_list`; \
720 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
721 am__force_recheck=am--force-recheck \
722 TEST_LOGS="$$log_list"; \
724 warntestrunner.log: warntestrunner
725 @p='warntestrunner'; \
726 b='warntestrunner'; \
727 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
728 --log-file $$b.log --trs-file $$b.trs \
729 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
730 "$$tst" $(AM_TESTS_FD_REDIRECT)
734 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
735 --log-file $$b.log --trs-file $$b.trs \
736 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
737 "$$tst" $(AM_TESTS_FD_REDIRECT)
738 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
739 @am__EXEEXT_TRUE@ @p='$<'; \
740 @am__EXEEXT_TRUE@ $(am__set_b); \
741 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
742 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
743 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
744 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
746 distdir: $(DISTFILES)
747 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
748 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
749 list='$(DISTFILES)'; \
750 dist_files=`for file in $$list; do echo $$file; done | \
751 sed -e "s|^$$srcdirstrip/||;t" \
752 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
753 case $$dist_files in \
754 */*) $(MKDIR_P) `echo "$$dist_files" | \
755 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
758 for file in $$dist_files; do \
759 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
760 if test -d $$d/$$file; then \
761 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
762 if test -d "$(distdir)/$$file"; then \
763 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
765 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
766 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
767 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
769 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
771 test -f "$(distdir)/$$file" \
772 || cp -p $$d/$$file "$(distdir)/$$file" \
777 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
782 install-exec: install-exec-am
783 install-data: install-data-am
784 uninstall: uninstall-am
787 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
789 installcheck: installcheck-am
791 if test -z '$(STRIP)'; then \
792 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
793 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
796 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
797 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
798 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
801 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
802 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
803 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
808 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
809 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
811 maintainer-clean-generic:
812 @echo "This command is intended for maintainers to use"
813 @echo "it deletes files that may require special tools to rebuild."
816 clean-am: clean-generic clean-libtool mostlyclean-am
818 distclean: distclean-am
820 distclean-am: clean-am distclean-generic
836 install-dvi: install-dvi-am
842 install-html: install-html-am
846 install-info: install-info-am
852 install-pdf: install-pdf-am
856 install-ps: install-ps-am
862 maintainer-clean: maintainer-clean-am
864 maintainer-clean-am: distclean-am maintainer-clean-generic
866 mostlyclean: mostlyclean-am
868 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
880 .MAKE: check-am install-am install-strip
882 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
883 clean-libtool cscopelist-am ctags-am distclean \
884 distclean-generic distclean-libtool distdir dvi dvi-am html \
885 html-am info info-am install install-am install-data \
886 install-data-am install-dvi install-dvi-am install-exec \
887 install-exec-am install-html install-html-am install-info \
888 install-info-am install-man install-pdf install-pdf-am \
889 install-ps install-ps-am install-strip installcheck \
890 installcheck-am installdirs maintainer-clean \
891 maintainer-clean-generic mostlyclean mostlyclean-generic \
892 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
893 uninstall uninstall-am
896 # Tell versions [3.59,3.63) of GNU make to not export all variables.
897 # Otherwise a system limit (for SysV at least) may be exceeded.