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