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