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