1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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)` 191am__tty_colors_dummy = \ 192 mgn= red= grn= lgn= blu= brg= std=; \ 193 am__color_tests=no 194am__tty_colors = { \ 195 $(am__tty_colors_dummy); \ 196 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 197 am__color_tests=no; \ 198 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 199 am__color_tests=yes; \ 200 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 201 am__color_tests=yes; \ 202 fi; \ 203 if test $$am__color_tests = yes; then \ 204 red='[0;31m'; \ 205 grn='[0;32m'; \ 206 lgn='[1;32m'; \ 207 blu='[1;34m'; \ 208 mgn='[0;35m'; \ 209 brg='[1m'; \ 210 std='[m'; \ 211 fi; \ 212} 213am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 214am__vpath_adj = case $$p in \ 215 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 216 *) f=$$p;; \ 217 esac; 218am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 219am__install_max = 40 220am__nobase_strip_setup = \ 221 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 222am__nobase_strip = \ 223 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 224am__nobase_list = $(am__nobase_strip_setup); \ 225 for p in $$list; do echo "$$p $$p"; done | \ 226 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 227 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 228 if (++n[$$2] == $(am__install_max)) \ 229 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 230 END { for (dir in files) print dir, files[dir] }' 231am__base_list = \ 232 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 233 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 234am__uninstall_files_from_dir = { \ 235 test -z "$$files" \ 236 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 237 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 238 $(am__cd) "$$dir" && rm -f $$files; }; \ 239 } 240am__recheck_rx = ^[ ]*:recheck:[ ]* 241am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 242am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 243# A command that, given a newline-separated list of test names on the 244# standard input, print the name of the tests that are to be re-run 245# upon "make recheck". 246am__list_recheck_tests = $(AWK) '{ \ 247 recheck = 1; \ 248 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 249 { \ 250 if (rc < 0) \ 251 { \ 252 if ((getline line2 < ($$0 ".log")) < 0) \ 253 recheck = 0; \ 254 break; \ 255 } \ 256 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 257 { \ 258 recheck = 0; \ 259 break; \ 260 } \ 261 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 262 { \ 263 break; \ 264 } \ 265 }; \ 266 if (recheck) \ 267 print $$0; \ 268 close ($$0 ".trs"); \ 269 close ($$0 ".log"); \ 270}' 271# A command that, given a newline-separated list of test names on the 272# standard input, create the global log from their .trs and .log files. 273am__create_global_log = $(AWK) ' \ 274function fatal(msg) \ 275{ \ 276 print "fatal: making $@: " msg | "cat >&2"; \ 277 exit 1; \ 278} \ 279function rst_section(header) \ 280{ \ 281 print header; \ 282 len = length(header); \ 283 for (i = 1; i <= len; i = i + 1) \ 284 printf "="; \ 285 printf "\n\n"; \ 286} \ 287{ \ 288 copy_in_global_log = 1; \ 289 global_test_result = "RUN"; \ 290 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 291 { \ 292 if (rc < 0) \ 293 fatal("failed to read from " $$0 ".trs"); \ 294 if (line ~ /$(am__global_test_result_rx)/) \ 295 { \ 296 sub("$(am__global_test_result_rx)", "", line); \ 297 sub("[ ]*$$", "", line); \ 298 global_test_result = line; \ 299 } \ 300 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 301 copy_in_global_log = 0; \ 302 }; \ 303 if (copy_in_global_log) \ 304 { \ 305 rst_section(global_test_result ": " $$0); \ 306 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 307 { \ 308 if (rc < 0) \ 309 fatal("failed to read from " $$0 ".log"); \ 310 print line; \ 311 }; \ 312 printf "\n"; \ 313 }; \ 314 close ($$0 ".trs"); \ 315 close ($$0 ".log"); \ 316}' 317# Restructured Text title. 318am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 319# Solaris 10 'make', and several other traditional 'make' implementations, 320# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 321# by disabling -e (using the XSI extension "set +e") if it's set. 322am__sh_e_setup = case $$- in *e*) set +e;; esac 323# Default flags passed to test drivers. 324am__common_driver_flags = \ 325 --color-tests "$$am__color_tests" \ 326 --enable-hard-errors "$$am__enable_hard_errors" \ 327 --expect-failure "$$am__expect_failure" 328# To be inserted before the command running the test. Creates the 329# directory for the log if needed. Stores in $dir the directory 330# containing $f, in $tst the test, in $log the log. Executes the 331# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 332# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 333# will run the test scripts (or their associated LOG_COMPILER, if 334# thy have one). 335am__check_pre = \ 336$(am__sh_e_setup); \ 337$(am__vpath_adj_setup) $(am__vpath_adj) \ 338$(am__tty_colors); \ 339srcdir=$(srcdir); export srcdir; \ 340case "$@" in \ 341 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 342 *) am__odir=.;; \ 343esac; \ 344test "x$$am__odir" = x"." || test -d "$$am__odir" \ 345 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 346if test -f "./$$f"; then dir=./; \ 347elif test -f "$$f"; then dir=; \ 348else dir="$(srcdir)/"; fi; \ 349tst=$$dir$$f; log='$@'; \ 350if test -n '$(DISABLE_HARD_ERRORS)'; then \ 351 am__enable_hard_errors=no; \ 352else \ 353 am__enable_hard_errors=yes; \ 354fi; \ 355case " $(XFAIL_TESTS) " in \ 356 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 357 am__expect_failure=yes;; \ 358 *) \ 359 am__expect_failure=no;; \ 360esac; \ 361$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 362# A shell command to get the names of the tests scripts with any registered 363# extension removed (i.e., equivalently, the names of the test logs, with 364# the '.log' extension removed). The result is saved in the shell variable 365# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 366# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 367# since that might cause problem with VPATH rewrites for suffix-less tests. 368# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 369am__set_TESTS_bases = \ 370 bases='$(TEST_LOGS)'; \ 371 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 372 bases=`echo $$bases` 373AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 374RECHECK_LOGS = $(TEST_LOGS) 375TEST_SUITE_LOG = test-suite.log 376TEST_EXTENSIONS = @EXEEXT@ .test 377LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver 378LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 379am__set_b = \ 380 case '$@' in \ 381 */*) \ 382 case '$*' in \ 383 */*) b='$*';; \ 384 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 385 esac;; \ 386 *) \ 387 b='$*';; \ 388 esac 389am__test_logs1 = $(TESTS:=.log) 390am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 391TEST_LOGS = $(am__test_logs2:.test.log=.log) 392TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver 393TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 394 $(TEST_LOG_FLAGS) 395DIST_SUBDIRS = $(SUBDIRS) 396am__DIST_COMMON = $(srcdir)/Makefile.in \ 397 $(top_srcdir)/build-aux/depcomp \ 398 $(top_srcdir)/build-aux/test-driver 399DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 400am__relativize = \ 401 dir0=`pwd`; \ 402 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 403 sed_rest='s,^[^/]*/*,,'; \ 404 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 405 sed_butlast='s,/*[^/]*$$,,'; \ 406 while test -n "$$dir1"; do \ 407 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 408 if test "$$first" != "."; then \ 409 if test "$$first" = ".."; then \ 410 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 411 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 412 else \ 413 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 414 if test "$$first2" = "$$first"; then \ 415 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 416 else \ 417 dir2="../$$dir2"; \ 418 fi; \ 419 dir0="$$dir0"/"$$first"; \ 420 fi; \ 421 fi; \ 422 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 423 done; \ 424 reldir="$$dir2" 425ACLOCAL = @ACLOCAL@ 426ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 427ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 428AMTAR = @AMTAR@ 429AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 430APP_MAN_DIR = @APP_MAN_DIR@ 431APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 432AR = @AR@ 433AS = @AS@ 434AUTOCONF = @AUTOCONF@ 435AUTOHEADER = @AUTOHEADER@ 436AUTOMAKE = @AUTOMAKE@ 437AWK = @AWK@ 438BASE_CFLAGS = @BASE_CFLAGS@ 439CC = @CC@ 440CCDEPMODE = @CCDEPMODE@ 441CFLAGS = @CFLAGS@ 442CHANGELOG_CMD = @CHANGELOG_CMD@ 443CHECK_CFLAGS = @CHECK_CFLAGS@ 444CHECK_LIBS = @CHECK_LIBS@ 445CPPFLAGS = @CPPFLAGS@ 446CSCOPE = @CSCOPE@ 447CTAGS = @CTAGS@ 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@ 463ETAGS = @ETAGS@ 464EXEEXT = @EXEEXT@ 465FGREP = @FGREP@ 466FILECMD = @FILECMD@ 467FILE_MAN_DIR = @FILE_MAN_DIR@ 468FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 469GREP = @GREP@ 470HAVE_DOT = @HAVE_DOT@ 471HTML_CHECK_RESULT = @HTML_CHECK_RESULT@ 472INSTALL = @INSTALL@ 473INSTALL_CMD = @INSTALL_CMD@ 474INSTALL_DATA = @INSTALL_DATA@ 475INSTALL_PROGRAM = @INSTALL_PROGRAM@ 476INSTALL_SCRIPT = @INSTALL_SCRIPT@ 477INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 478LD = @LD@ 479LDFLAGS = @LDFLAGS@ 480LIBOBJS = @LIBOBJS@ 481LIBS = @LIBS@ 482LIBTOOL = @LIBTOOL@ 483LIB_MAN_DIR = @LIB_MAN_DIR@ 484LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 485LIPO = @LIPO@ 486LN_S = @LN_S@ 487LTLIBOBJS = @LTLIBOBJS@ 488LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 489MAKEINFO = @MAKEINFO@ 490MANIFEST_TOOL = @MANIFEST_TOOL@ 491MAN_SUBSTS = @MAN_SUBSTS@ 492MISC_MAN_DIR = @MISC_MAN_DIR@ 493MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 494MKDIR_P = @MKDIR_P@ 495NEEDED = @NEEDED@ 496NEEDED_CFLAGS = @NEEDED_CFLAGS@ 497NEEDED_LIBS = @NEEDED_LIBS@ 498NM = @NM@ 499NMEDIT = @NMEDIT@ 500OBJDUMP = @OBJDUMP@ 501OBJEXT = @OBJEXT@ 502OTOOL = @OTOOL@ 503OTOOL64 = @OTOOL64@ 504PACKAGE = @PACKAGE@ 505PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 506PACKAGE_NAME = @PACKAGE_NAME@ 507PACKAGE_STRING = @PACKAGE_STRING@ 508PACKAGE_TARNAME = @PACKAGE_TARNAME@ 509PACKAGE_URL = @PACKAGE_URL@ 510PACKAGE_VERSION = @PACKAGE_VERSION@ 511PATH_SEPARATOR = @PATH_SEPARATOR@ 512PKG_CONFIG = @PKG_CONFIG@ 513PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 514PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 515PYTHON = @PYTHON@ 516PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 517PYTHON_PLATFORM = @PYTHON_PLATFORM@ 518PYTHON_PREFIX = @PYTHON_PREFIX@ 519PYTHON_VERSION = @PYTHON_VERSION@ 520RANLIB = @RANLIB@ 521SED = @SED@ 522SET_MAKE = @SET_MAKE@ 523SHELL = @SHELL@ 524STRICT_CFLAGS = @STRICT_CFLAGS@ 525STRIP = @STRIP@ 526VERSION = @VERSION@ 527XCBPROTO_CFLAGS = @XCBPROTO_CFLAGS@ 528XCBPROTO_LIBS = @XCBPROTO_LIBS@ 529XCBPROTO_VERSION = @XCBPROTO_VERSION@ 530XCBPROTO_XCBINCLUDEDIR = @XCBPROTO_XCBINCLUDEDIR@ 531XCBPROTO_XCBPYTHONDIR = @XCBPROTO_XCBPYTHONDIR@ 532XDMCP_CFLAGS = @XDMCP_CFLAGS@ 533XDMCP_LIBS = @XDMCP_LIBS@ 534XORG_MAN_PAGE = @XORG_MAN_PAGE@ 535XSLTPROC = @XSLTPROC@ 536abs_builddir = @abs_builddir@ 537abs_srcdir = @abs_srcdir@ 538abs_top_builddir = @abs_top_builddir@ 539abs_top_srcdir = @abs_top_srcdir@ 540ac_ct_AR = @ac_ct_AR@ 541ac_ct_CC = @ac_ct_CC@ 542ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 543am__include = @am__include@ 544am__leading_dot = @am__leading_dot@ 545am__quote = @am__quote@ 546am__tar = @am__tar@ 547am__untar = @am__untar@ 548bindir = @bindir@ 549build = @build@ 550build_alias = @build_alias@ 551build_cpu = @build_cpu@ 552build_os = @build_os@ 553build_vendor = @build_vendor@ 554builddir = @builddir@ 555datadir = @datadir@ 556datarootdir = @datarootdir@ 557docdir = @docdir@ 558dvidir = @dvidir@ 559exec_prefix = @exec_prefix@ 560host = @host@ 561host_alias = @host_alias@ 562host_cpu = @host_cpu@ 563host_os = @host_os@ 564host_vendor = @host_vendor@ 565htmldir = @htmldir@ 566includedir = @includedir@ 567infodir = @infodir@ 568install_sh = @install_sh@ 569libdir = @libdir@ 570libexecdir = @libexecdir@ 571localedir = @localedir@ 572localstatedir = @localstatedir@ 573lt_enable_auto_import = @lt_enable_auto_import@ 574mandir = @mandir@ 575mkdir_p = @mkdir_p@ 576oldincludedir = @oldincludedir@ 577pdfdir = @pdfdir@ 578pkgpyexecdir = @pkgpyexecdir@ 579pkgpythondir = @pkgpythondir@ 580prefix = @prefix@ 581program_transform_name = @program_transform_name@ 582psdir = @psdir@ 583pyexecdir = @pyexecdir@ 584pythondir = @pythondir@ 585runstatedir = @runstatedir@ 586sbindir = @sbindir@ 587sharedstatedir = @sharedstatedir@ 588srcdir = @srcdir@ 589sysconfdir = @sysconfdir@ 590target_alias = @target_alias@ 591top_build_prefix = @top_build_prefix@ 592top_builddir = @top_builddir@ 593top_srcdir = @top_srcdir@ 594xcbincludedir = @xcbincludedir@ 595 596######################## 597######################## 598SUBDIRS = 599EXTRA_DIST = CheckLog.xsl 600AM_MAKEFLAGS = -k 601AM_CFLAGS = -Wall -Werror @CHECK_CFLAGS@ -I$(top_srcdir)/src 602LDADD = @CHECK_LIBS@ $(top_builddir)/src/libxcb.la 603@HAVE_CHECK_TRUE@check_all_SOURCES = check_all.c check_suites.h check_public.c 604all: all-recursive 605 606.SUFFIXES: 607.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 608$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 609 @for dep in $?; do \ 610 case '$(am__configure_deps)' in \ 611 *$$dep*) \ 612 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 613 && { if test -f $@; then exit 0; else break; fi; }; \ 614 exit 1;; \ 615 esac; \ 616 done; \ 617 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ 618 $(am__cd) $(top_srcdir) && \ 619 $(AUTOMAKE) --foreign tests/Makefile 620Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 621 @case '$?' in \ 622 *config.status*) \ 623 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 624 *) \ 625 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 626 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 627 esac; 628 629$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 630 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 631 632$(top_srcdir)/configure: $(am__configure_deps) 633 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 634$(ACLOCAL_M4): $(am__aclocal_m4_deps) 635 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 636$(am__aclocal_m4_deps): 637 638clean-checkPROGRAMS: 639 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 640 echo " rm -f" $$list; \ 641 rm -f $$list || exit $$?; \ 642 test -n "$(EXEEXT)" || exit 0; \ 643 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 644 echo " rm -f" $$list; \ 645 rm -f $$list 646 647check_all$(EXEEXT): $(check_all_OBJECTS) $(check_all_DEPENDENCIES) $(EXTRA_check_all_DEPENDENCIES) 648 @rm -f check_all$(EXEEXT) 649 $(AM_V_CCLD)$(LINK) $(check_all_OBJECTS) $(check_all_LDADD) $(LIBS) 650 651mostlyclean-compile: 652 -rm -f *.$(OBJEXT) 653 654distclean-compile: 655 -rm -f *.tab.c 656 657@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_all.Po@am__quote@ # am--include-marker 658@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_public.Po@am__quote@ # am--include-marker 659 660$(am__depfiles_remade): 661 @$(MKDIR_P) $(@D) 662 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 663 664am--depfiles: $(am__depfiles_remade) 665 666.c.o: 667@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 668@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 669@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 670@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 671@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 672 673.c.obj: 674@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 675@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 676@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 677@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 678@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 679 680.c.lo: 681@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 682@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 683@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 684@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 685@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 686 687mostlyclean-libtool: 688 -rm -f *.lo 689 690clean-libtool: 691 -rm -rf .libs _libs 692 693# This directory's subdirectories are mostly independent; you can cd 694# into them and run 'make' without going through this Makefile. 695# To change the values of 'make' variables: instead of editing Makefiles, 696# (1) if the variable is set in 'config.status', edit 'config.status' 697# (which will cause the Makefiles to be regenerated when you run 'make'); 698# (2) otherwise, pass the desired values on the 'make' command line. 699$(am__recursive_targets): 700 @fail=; \ 701 if $(am__make_keepgoing); then \ 702 failcom='fail=yes'; \ 703 else \ 704 failcom='exit 1'; \ 705 fi; \ 706 dot_seen=no; \ 707 target=`echo $@ | sed s/-recursive//`; \ 708 case "$@" in \ 709 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 710 *) list='$(SUBDIRS)' ;; \ 711 esac; \ 712 for subdir in $$list; do \ 713 echo "Making $$target in $$subdir"; \ 714 if test "$$subdir" = "."; then \ 715 dot_seen=yes; \ 716 local_target="$$target-am"; \ 717 else \ 718 local_target="$$target"; \ 719 fi; \ 720 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 721 || eval $$failcom; \ 722 done; \ 723 if test "$$dot_seen" = "no"; then \ 724 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 725 fi; test -z "$$fail" 726 727ID: $(am__tagged_files) 728 $(am__define_uniq_tagged_files); mkid -fID $$unique 729tags: tags-recursive 730TAGS: tags 731 732tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 733 set x; \ 734 here=`pwd`; \ 735 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 736 include_option=--etags-include; \ 737 empty_fix=.; \ 738 else \ 739 include_option=--include; \ 740 empty_fix=; \ 741 fi; \ 742 list='$(SUBDIRS)'; for subdir in $$list; do \ 743 if test "$$subdir" = .; then :; else \ 744 test ! -f $$subdir/TAGS || \ 745 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 746 fi; \ 747 done; \ 748 $(am__define_uniq_tagged_files); \ 749 shift; \ 750 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 751 test -n "$$unique" || unique=$$empty_fix; \ 752 if test $$# -gt 0; then \ 753 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 754 "$$@" $$unique; \ 755 else \ 756 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 757 $$unique; \ 758 fi; \ 759 fi 760ctags: ctags-recursive 761 762CTAGS: ctags 763ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 764 $(am__define_uniq_tagged_files); \ 765 test -z "$(CTAGS_ARGS)$$unique" \ 766 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 767 $$unique 768 769GTAGS: 770 here=`$(am__cd) $(top_builddir) && pwd` \ 771 && $(am__cd) $(top_srcdir) \ 772 && gtags -i $(GTAGS_ARGS) "$$here" 773cscopelist: cscopelist-recursive 774 775cscopelist-am: $(am__tagged_files) 776 list='$(am__tagged_files)'; \ 777 case "$(srcdir)" in \ 778 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 779 *) sdir=$(subdir)/$(srcdir) ;; \ 780 esac; \ 781 for i in $$list; do \ 782 if test -f "$$i"; then \ 783 echo "$(subdir)/$$i"; \ 784 else \ 785 echo "$$sdir/$$i"; \ 786 fi; \ 787 done >> $(top_builddir)/cscope.files 788 789distclean-tags: 790 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 791 792# Recover from deleted '.trs' file; this should ensure that 793# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 794# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 795# to avoid problems with "make -n". 796.log.trs: 797 rm -f $< $@ 798 $(MAKE) $(AM_MAKEFLAGS) $< 799 800# Leading 'am--fnord' is there to ensure the list of targets does not 801# expand to empty, as could happen e.g. with make check TESTS=''. 802am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 803am--force-recheck: 804 @: 805 806$(TEST_SUITE_LOG): $(TEST_LOGS) 807 @$(am__set_TESTS_bases); \ 808 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 809 redo_bases=`for i in $$bases; do \ 810 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 811 done`; \ 812 if test -n "$$redo_bases"; then \ 813 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 814 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 815 if $(am__make_dryrun); then :; else \ 816 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 817 fi; \ 818 fi; \ 819 if test -n "$$am__remaking_logs"; then \ 820 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 821 "recursion detected" >&2; \ 822 elif test -n "$$redo_logs"; then \ 823 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 824 fi; \ 825 if $(am__make_dryrun); then :; else \ 826 st=0; \ 827 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 828 for i in $$redo_bases; do \ 829 test -f $$i.trs && test -r $$i.trs \ 830 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 831 test -f $$i.log && test -r $$i.log \ 832 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 833 done; \ 834 test $$st -eq 0 || exit 1; \ 835 fi 836 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 837 ws='[ ]'; \ 838 results=`for b in $$bases; do echo $$b.trs; done`; \ 839 test -n "$$results" || results=/dev/null; \ 840 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 841 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 842 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 843 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 844 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 845 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 846 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 847 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 848 success=true; \ 849 else \ 850 success=false; \ 851 fi; \ 852 br='==================='; br=$$br$$br$$br$$br; \ 853 result_count () \ 854 { \ 855 if test x"$$1" = x"--maybe-color"; then \ 856 maybe_colorize=yes; \ 857 elif test x"$$1" = x"--no-color"; then \ 858 maybe_colorize=no; \ 859 else \ 860 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 861 fi; \ 862 shift; \ 863 desc=$$1 count=$$2; \ 864 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 865 color_start=$$3 color_end=$$std; \ 866 else \ 867 color_start= color_end=; \ 868 fi; \ 869 echo "$${color_start}# $$desc $$count$${color_end}"; \ 870 }; \ 871 create_testsuite_report () \ 872 { \ 873 result_count $$1 "TOTAL:" $$all "$$brg"; \ 874 result_count $$1 "PASS: " $$pass "$$grn"; \ 875 result_count $$1 "SKIP: " $$skip "$$blu"; \ 876 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 877 result_count $$1 "FAIL: " $$fail "$$red"; \ 878 result_count $$1 "XPASS:" $$xpass "$$red"; \ 879 result_count $$1 "ERROR:" $$error "$$mgn"; \ 880 }; \ 881 { \ 882 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 883 $(am__rst_title); \ 884 create_testsuite_report --no-color; \ 885 echo; \ 886 echo ".. contents:: :depth: 2"; \ 887 echo; \ 888 for b in $$bases; do echo $$b; done \ 889 | $(am__create_global_log); \ 890 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 891 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 892 if $$success; then \ 893 col="$$grn"; \ 894 else \ 895 col="$$red"; \ 896 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 897 fi; \ 898 echo "$${col}$$br$${std}"; \ 899 echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 900 echo "$${col}$$br$${std}"; \ 901 create_testsuite_report --maybe-color; \ 902 echo "$$col$$br$$std"; \ 903 if $$success; then :; else \ 904 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 905 if test -n "$(PACKAGE_BUGREPORT)"; then \ 906 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 907 fi; \ 908 echo "$$col$$br$$std"; \ 909 fi; \ 910 $$success || exit 1 911 912check-TESTS: $(check_PROGRAMS) 913 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 914 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 915 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 916 @set +e; $(am__set_TESTS_bases); \ 917 log_list=`for i in $$bases; do echo $$i.log; done`; \ 918 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 919 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 920 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 921 exit $$?; 922recheck: all $(check_PROGRAMS) 923 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 924 @set +e; $(am__set_TESTS_bases); \ 925 bases=`for i in $$bases; do echo $$i; done \ 926 | $(am__list_recheck_tests)` || exit 1; \ 927 log_list=`for i in $$bases; do echo $$i.log; done`; \ 928 log_list=`echo $$log_list`; \ 929 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 930 am__force_recheck=am--force-recheck \ 931 TEST_LOGS="$$log_list"; \ 932 exit $$? 933check_all.log: check_all$(EXEEXT) 934 @p='check_all$(EXEEXT)'; \ 935 b='check_all'; \ 936 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 937 --log-file $$b.log --trs-file $$b.trs \ 938 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 939 "$$tst" $(AM_TESTS_FD_REDIRECT) 940.test.log: 941 @p='$<'; \ 942 $(am__set_b); \ 943 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 944 --log-file $$b.log --trs-file $$b.trs \ 945 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 946 "$$tst" $(AM_TESTS_FD_REDIRECT) 947@am__EXEEXT_TRUE@.test$(EXEEXT).log: 948@am__EXEEXT_TRUE@ @p='$<'; \ 949@am__EXEEXT_TRUE@ $(am__set_b); \ 950@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 951@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 952@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 953@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 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