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