source: tests/preempt_longrun/Makefile.in@ bd07b15

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr no_list persistent-indexer pthread-emulation qualifiedEnum stuck-waitfor-destruct
Last change on this file since bd07b15 was 95d0a5db, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Removed backend_cc, everything now uses CC or CXX

  • Property mode set to 100644
File size: 29.2 KB
Line 
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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@
16
17######################## -*- Mode: Makefile-Automake -*- ######################
18###############################################################################
19VPATH = @srcdir@
20am__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}
31am__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
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = tests/preempt_longrun
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \
96 $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo " GEN " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118am__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
123am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124am__tty_colors_dummy = \
125 mgn= red= grn= lgn= blu= brg= std=; \
126 am__color_tests=no
127am__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}
146am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
147am__vpath_adj = case $$p in \
148 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
149 *) f=$$p;; \
150 esac;
151am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
152am__install_max = 40
153am__nobase_strip_setup = \
154 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
155am__nobase_strip = \
156 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
157am__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] }'
164am__base_list = \
165 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
166 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
167am__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 }
173am__recheck_rx = ^[ ]*:recheck:[ ]*
174am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
175am__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".
179am__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.
206am__create_global_log = $(AWK) ' \
207function fatal(msg) \
208{ \
209 print "fatal: making $@: " msg | "cat >&2"; \
210 exit 1; \
211} \
212function 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.
251am__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.
255am__sh_e_setup = case $$- in *e*) set +e;; esac
256# Default flags passed to test drivers.
257am__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).
268am__check_pre = \
269$(am__sh_e_setup); \
270$(am__vpath_adj_setup) $(am__vpath_adj) \
271$(am__tty_colors); \
272srcdir=$(srcdir); export srcdir; \
273case "$@" in \
274 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
275 *) am__odir=.;; \
276esac; \
277test "x$$am__odir" = x"." || test -d "$$am__odir" \
278 || $(MKDIR_P) "$$am__odir" || exit $$?; \
279if test -f "./$$f"; then dir=./; \
280elif test -f "$$f"; then dir=; \
281else dir="$(srcdir)/"; fi; \
282tst=$$dir$$f; log='$@'; \
283if test -n '$(DISABLE_HARD_ERRORS)'; then \
284 am__enable_hard_errors=no; \
285else \
286 am__enable_hard_errors=yes; \
287fi; \
288case " $(XFAIL_TESTS) " in \
289 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
290 am__expect_failure=yes;; \
291 *) \
292 am__expect_failure=no;; \
293esac; \
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'.
302am__set_TESTS_bases = \
303 bases='$(TEST_LOGS)'; \
304 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
305 bases=`echo $$bases`
306RECHECK_LOGS = $(TEST_LOGS)
307AM_RECURSIVE_TARGETS = check recheck
308TEST_SUITE_LOG = test-suite.log
309TEST_EXTENSIONS = @EXEEXT@ .test
310LOG_DRIVER = $(SHELL) $(top_srcdir)/automake/test-driver
311LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
312am__set_b = \
313 case '$@' in \
314 */*) \
315 case '$*' in \
316 */*) b='$*';; \
317 *) b=`echo '$@' | sed 's/\.log$$//'`; \
318 esac;; \
319 *) \
320 b='$*';; \
321 esac
322am__test_logs1 = $(TESTS:=.log)
323am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
324TEST_LOGS = $(am__test_logs2:.test.log=.log)
325TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/automake/test-driver
326TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
327 $(TEST_LOG_FLAGS)
328am__DIST_COMMON = $(srcdir)/Makefile.in \
329 $(top_srcdir)/automake/test-driver
330DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
331ACLOCAL = @ACLOCAL@
332ALLOCA = @ALLOCA@
333AMTAR = @AMTAR@
334AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
335AUTOCONF = @AUTOCONF@
336AUTOHEADER = @AUTOHEADER@
337AUTOMAKE = @AUTOMAKE@
338AWK = @AWK@
339BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
340CC = @CFACC@
341CCAS = @CCAS@
342CCASDEPMODE = @CCASDEPMODE@
343CCASFLAGS = @CCASFLAGS@
344CCDEPMODE = @CCDEPMODE@
345CFACC = @CFACC@
346CFACPP = @CFACPP@
347CFA_BACKEND_CC = @CFA_BACKEND_CC@
348CFA_BINDIR = @CFA_BINDIR@
349CFA_FLAGS = @CFA_FLAGS@
350CFA_INCDIR = @CFA_INCDIR@
351CFA_LIBDIR = @CFA_LIBDIR@
352CFA_NAME = @CFA_NAME@
353CFA_PREFIX = @CFA_PREFIX@
354CFLAGS = ${BUILD_FLAGS}
355CPP = @CPP@
356CPPFLAGS = @CPPFLAGS@
357CXX = @CXX@
358CXXDEPMODE = @CXXDEPMODE@
359CXXFLAGS = @CXXFLAGS@
360CYGPATH_W = @CYGPATH_W@
361DEFS = @DEFS@
362DEPDIR = @DEPDIR@
363DRIVER_DIR = @DRIVER_DIR@
364ECHO_C = @ECHO_C@
365ECHO_N = @ECHO_N@
366ECHO_T = @ECHO_T@
367EGREP = @EGREP@
368EXEEXT = @EXEEXT@
369GREP = @GREP@
370HOST_FLAGS = @HOST_FLAGS@
371INSTALL = @INSTALL@
372INSTALL_DATA = @INSTALL_DATA@
373INSTALL_PROGRAM = @INSTALL_PROGRAM@
374INSTALL_SCRIPT = @INSTALL_SCRIPT@
375INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
376LDFLAGS = @LDFLAGS@
377LEX = @LEX@
378LEXLIB = @LEXLIB@
379LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
380LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
381LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
382LIBOBJS = @LIBOBJS@
383LIBS = @LIBS@
384LTLIBOBJS = @LTLIBOBJS@
385MAKEINFO = @MAKEINFO@
386MKDIR_P = @MKDIR_P@
387OBJEXT = @OBJEXT@
388PACKAGE = @PACKAGE@
389PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
390PACKAGE_NAME = @PACKAGE_NAME@
391PACKAGE_STRING = @PACKAGE_STRING@
392PACKAGE_TARNAME = @PACKAGE_TARNAME@
393PACKAGE_URL = @PACKAGE_URL@
394PACKAGE_VERSION = @PACKAGE_VERSION@
395PATH_SEPARATOR = @PATH_SEPARATOR@
396RANLIB = @RANLIB@
397SET_MAKE = @SET_MAKE@
398SHELL = @SHELL@
399STRIP = @STRIP@
400TARGET_HOSTS = @TARGET_HOSTS@
401VERSION = @VERSION@
402YACC = @YACC@
403YFLAGS = @YFLAGS@
404abs_builddir = @abs_builddir@
405abs_srcdir = @abs_srcdir@
406abs_top_builddir = @abs_top_builddir@
407abs_top_srcdir = @abs_top_srcdir@
408ac_ct_CC = @ac_ct_CC@
409ac_ct_CXX = @ac_ct_CXX@
410am__include = @am__include@
411am__leading_dot = @am__leading_dot@
412am__quote = @am__quote@
413am__tar = @am__tar@
414am__untar = @am__untar@
415bindir = @bindir@
416build = @build@
417build_alias = @build_alias@
418build_cpu = @build_cpu@
419build_os = @build_os@
420build_vendor = @build_vendor@
421builddir = @builddir@
422datadir = @datadir@
423datarootdir = @datarootdir@
424docdir = @docdir@
425dvidir = @dvidir@
426exec_prefix = @exec_prefix@
427host = @host@
428host_alias = @host_alias@
429host_cpu = @host_cpu@
430host_os = @host_os@
431host_vendor = @host_vendor@
432htmldir = @htmldir@
433includedir = @includedir@
434infodir = @infodir@
435install_sh = @install_sh@
436libdir = @libdir@
437libexecdir = @libexecdir@
438localedir = @localedir@
439localstatedir = @localstatedir@
440mandir = @mandir@
441mkdir_p = @mkdir_p@
442oldincludedir = @oldincludedir@
443pdfdir = @pdfdir@
444prefix = @prefix@
445program_transform_name = @program_transform_name@
446psdir = @psdir@
447runstatedir = @runstatedir@
448sbindir = @sbindir@
449sharedstatedir = @sharedstatedir@
450srcdir = @srcdir@
451sysconfdir = @sysconfdir@
452target_alias = @target_alias@
453top_build_prefix = @top_build_prefix@
454top_builddir = @top_builddir@
455top_srcdir = @top_srcdir@
456AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names
457repeats = 10
458max_time = 600
459preempt = 10ul\`ms
460debug = -debug
461type = LONG
462REPEAT = ${abs_top_srcdir}/tools/repeat
463WATCHDOG = ${abs_top_srcdir}/tools/watchdog
464TIME = /usr/bin/time -f "%E"
465
466# $(shell ./update-type $(type))
467# ./update-type $(type)
468UPDATED_TYPE = $(shell ./update-type $(type))
469BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell cat .type | tr a-z A-Z)
470TESTS = block coroutine create disjoint enter enter3 processor stack wait yield
471all: all-am
472
473.SUFFIXES:
474.SUFFIXES: .log .test .test$(EXEEXT) .trs
475$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
476 @for dep in $?; do \
477 case '$(am__configure_deps)' in \
478 *$$dep*) \
479 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
480 && { if test -f $@; then exit 0; else break; fi; }; \
481 exit 1;; \
482 esac; \
483 done; \
484 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile'; \
485 $(am__cd) $(top_srcdir) && \
486 $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile
487Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
488 @case '$?' in \
489 *config.status*) \
490 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
491 *) \
492 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
493 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
494 esac;
495
496$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
497 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
498
499$(top_srcdir)/configure: $(am__configure_deps)
500 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
501$(ACLOCAL_M4): $(am__aclocal_m4_deps)
502 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
503$(am__aclocal_m4_deps):
504tags TAGS:
505
506ctags CTAGS:
507
508cscope cscopelist:
509
510
511# Recover from deleted '.trs' file; this should ensure that
512# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
513# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
514# to avoid problems with "make -n".
515.log.trs:
516 rm -f $< $@
517 $(MAKE) $(AM_MAKEFLAGS) $<
518
519# Leading 'am--fnord' is there to ensure the list of targets does not
520# expand to empty, as could happen e.g. with make check TESTS=''.
521am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
522am--force-recheck:
523 @:
524
525$(TEST_SUITE_LOG): $(TEST_LOGS)
526 @$(am__set_TESTS_bases); \
527 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
528 redo_bases=`for i in $$bases; do \
529 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
530 done`; \
531 if test -n "$$redo_bases"; then \
532 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
533 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
534 if $(am__make_dryrun); then :; else \
535 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
536 fi; \
537 fi; \
538 if test -n "$$am__remaking_logs"; then \
539 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
540 "recursion detected" >&2; \
541 elif test -n "$$redo_logs"; then \
542 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
543 fi; \
544 if $(am__make_dryrun); then :; else \
545 st=0; \
546 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
547 for i in $$redo_bases; do \
548 test -f $$i.trs && test -r $$i.trs \
549 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
550 test -f $$i.log && test -r $$i.log \
551 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
552 done; \
553 test $$st -eq 0 || exit 1; \
554 fi
555 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
556 ws='[ ]'; \
557 results=`for b in $$bases; do echo $$b.trs; done`; \
558 test -n "$$results" || results=/dev/null; \
559 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
560 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
561 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
562 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
563 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
564 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
565 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
566 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
567 success=true; \
568 else \
569 success=false; \
570 fi; \
571 br='==================='; br=$$br$$br$$br$$br; \
572 result_count () \
573 { \
574 if test x"$$1" = x"--maybe-color"; then \
575 maybe_colorize=yes; \
576 elif test x"$$1" = x"--no-color"; then \
577 maybe_colorize=no; \
578 else \
579 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
580 fi; \
581 shift; \
582 desc=$$1 count=$$2; \
583 if test $$maybe_colorize = yes && test $$count -gt 0; then \
584 color_start=$$3 color_end=$$std; \
585 else \
586 color_start= color_end=; \
587 fi; \
588 echo "$${color_start}# $$desc $$count$${color_end}"; \
589 }; \
590 create_testsuite_report () \
591 { \
592 result_count $$1 "TOTAL:" $$all "$$brg"; \
593 result_count $$1 "PASS: " $$pass "$$grn"; \
594 result_count $$1 "SKIP: " $$skip "$$blu"; \
595 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
596 result_count $$1 "FAIL: " $$fail "$$red"; \
597 result_count $$1 "XPASS:" $$xpass "$$red"; \
598 result_count $$1 "ERROR:" $$error "$$mgn"; \
599 }; \
600 { \
601 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
602 $(am__rst_title); \
603 create_testsuite_report --no-color; \
604 echo; \
605 echo ".. contents:: :depth: 2"; \
606 echo; \
607 for b in $$bases; do echo $$b; done \
608 | $(am__create_global_log); \
609 } >$(TEST_SUITE_LOG).tmp || exit 1; \
610 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
611 if $$success; then \
612 col="$$grn"; \
613 else \
614 col="$$red"; \
615 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
616 fi; \
617 echo "$${col}$$br$${std}"; \
618 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
619 echo "$${col}$$br$${std}"; \
620 create_testsuite_report --maybe-color; \
621 echo "$$col$$br$$std"; \
622 if $$success; then :; else \
623 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
624 if test -n "$(PACKAGE_BUGREPORT)"; then \
625 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
626 fi; \
627 echo "$$col$$br$$std"; \
628 fi; \
629 $$success || exit 1
630
631check-TESTS:
632 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
633 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
634 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
635 @set +e; $(am__set_TESTS_bases); \
636 log_list=`for i in $$bases; do echo $$i.log; done`; \
637 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
638 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
639 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
640 exit $$?;
641recheck: all
642 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
643 @set +e; $(am__set_TESTS_bases); \
644 bases=`for i in $$bases; do echo $$i; done \
645 | $(am__list_recheck_tests)` || exit 1; \
646 log_list=`for i in $$bases; do echo $$i.log; done`; \
647 log_list=`echo $$log_list`; \
648 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
649 am__force_recheck=am--force-recheck \
650 TEST_LOGS="$$log_list"; \
651 exit $$?
652block.log: block
653 @p='block'; \
654 b='block'; \
655 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
656 --log-file $$b.log --trs-file $$b.trs \
657 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
658 "$$tst" $(AM_TESTS_FD_REDIRECT)
659coroutine.log: coroutine
660 @p='coroutine'; \
661 b='coroutine'; \
662 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
663 --log-file $$b.log --trs-file $$b.trs \
664 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
665 "$$tst" $(AM_TESTS_FD_REDIRECT)
666create.log: create
667 @p='create'; \
668 b='create'; \
669 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
670 --log-file $$b.log --trs-file $$b.trs \
671 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
672 "$$tst" $(AM_TESTS_FD_REDIRECT)
673disjoint.log: disjoint
674 @p='disjoint'; \
675 b='disjoint'; \
676 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
677 --log-file $$b.log --trs-file $$b.trs \
678 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
679 "$$tst" $(AM_TESTS_FD_REDIRECT)
680enter.log: enter
681 @p='enter'; \
682 b='enter'; \
683 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
684 --log-file $$b.log --trs-file $$b.trs \
685 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
686 "$$tst" $(AM_TESTS_FD_REDIRECT)
687enter3.log: enter3
688 @p='enter3'; \
689 b='enter3'; \
690 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
691 --log-file $$b.log --trs-file $$b.trs \
692 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
693 "$$tst" $(AM_TESTS_FD_REDIRECT)
694processor.log: processor
695 @p='processor'; \
696 b='processor'; \
697 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
698 --log-file $$b.log --trs-file $$b.trs \
699 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
700 "$$tst" $(AM_TESTS_FD_REDIRECT)
701stack.log: stack
702 @p='stack'; \
703 b='stack'; \
704 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
705 --log-file $$b.log --trs-file $$b.trs \
706 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
707 "$$tst" $(AM_TESTS_FD_REDIRECT)
708wait.log: wait
709 @p='wait'; \
710 b='wait'; \
711 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
712 --log-file $$b.log --trs-file $$b.trs \
713 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
714 "$$tst" $(AM_TESTS_FD_REDIRECT)
715yield.log: yield
716 @p='yield'; \
717 b='yield'; \
718 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
719 --log-file $$b.log --trs-file $$b.trs \
720 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
721 "$$tst" $(AM_TESTS_FD_REDIRECT)
722.test.log:
723 @p='$<'; \
724 $(am__set_b); \
725 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
726 --log-file $$b.log --trs-file $$b.trs \
727 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
728 "$$tst" $(AM_TESTS_FD_REDIRECT)
729@am__EXEEXT_TRUE@.test$(EXEEXT).log:
730@am__EXEEXT_TRUE@ @p='$<'; \
731@am__EXEEXT_TRUE@ $(am__set_b); \
732@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
733@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
734@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
735@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
736
737distdir: $(DISTFILES)
738 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
739 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
740 list='$(DISTFILES)'; \
741 dist_files=`for file in $$list; do echo $$file; done | \
742 sed -e "s|^$$srcdirstrip/||;t" \
743 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
744 case $$dist_files in \
745 */*) $(MKDIR_P) `echo "$$dist_files" | \
746 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
747 sort -u` ;; \
748 esac; \
749 for file in $$dist_files; do \
750 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
751 if test -d $$d/$$file; then \
752 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
753 if test -d "$(distdir)/$$file"; then \
754 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
755 fi; \
756 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
757 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
758 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
759 fi; \
760 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
761 else \
762 test -f "$(distdir)/$$file" \
763 || cp -p $$d/$$file "$(distdir)/$$file" \
764 || exit 1; \
765 fi; \
766 done
767check-am: all-am
768 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
769check: check-am
770all-am: Makefile all-local
771installdirs:
772install: install-am
773install-exec: install-exec-am
774install-data: install-data-am
775uninstall: uninstall-am
776
777install-am: all-am
778 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
779
780installcheck: installcheck-am
781install-strip:
782 if test -z '$(STRIP)'; then \
783 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
784 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
785 install; \
786 else \
787 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
788 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
789 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
790 fi
791mostlyclean-generic:
792 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
793 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
794 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
795
796clean-generic:
797
798distclean-generic:
799 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
800 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
801
802maintainer-clean-generic:
803 @echo "This command is intended for maintainers to use"
804 @echo "it deletes files that may require special tools to rebuild."
805clean: clean-am
806
807clean-am: clean-generic clean-local mostlyclean-am
808
809distclean: distclean-am
810 -rm -f Makefile
811distclean-am: clean-am distclean-generic
812
813dvi: dvi-am
814
815dvi-am:
816
817html: html-am
818
819html-am:
820
821info: info-am
822
823info-am:
824
825install-data-am:
826
827install-dvi: install-dvi-am
828
829install-dvi-am:
830
831install-exec-am:
832
833install-html: install-html-am
834
835install-html-am:
836
837install-info: install-info-am
838
839install-info-am:
840
841install-man:
842
843install-pdf: install-pdf-am
844
845install-pdf-am:
846
847install-ps: install-ps-am
848
849install-ps-am:
850
851installcheck-am:
852
853maintainer-clean: maintainer-clean-am
854 -rm -f Makefile
855maintainer-clean-am: distclean-am maintainer-clean-generic
856
857mostlyclean: mostlyclean-am
858
859mostlyclean-am: mostlyclean-generic
860
861pdf: pdf-am
862
863pdf-am:
864
865ps: ps-am
866
867ps-am:
868
869uninstall-am:
870
871.MAKE: check-am install-am install-strip
872
873.PHONY: all all-am all-local check check-TESTS check-am clean \
874 clean-generic clean-local cscopelist-am ctags-am distclean \
875 distclean-generic distdir dvi dvi-am html html-am info info-am \
876 install install-am install-data install-data-am install-dvi \
877 install-dvi-am install-exec install-exec-am install-html \
878 install-html-am install-info install-info-am install-man \
879 install-pdf install-pdf-am install-ps install-ps-am \
880 install-strip installcheck installcheck-am installdirs \
881 maintainer-clean maintainer-clean-generic mostlyclean \
882 mostlyclean-generic pdf pdf-am ps ps-am recheck tags-am \
883 uninstall uninstall-am
884
885.PRECIOUS: Makefile
886
887
888# .INTERMEDIATE: ${TESTS}
889
890all-local: ${TESTS:=.run}
891
892runall : ${TESTS:=.run}
893 @ echo "All programs terminated normally"
894
895watchall : ${TESTS:=.watch}
896 @ echo "All programs terminated normally"
897
898compileall : ${TESTS}
899 @ echo "Compiled"
900
901clean-local:
902 rm -f ${TESTS} core* out.log .type
903
904% : %.c ${CC} ${UPDATED_TYPE}
905 ${AM_V_GEN}${CC} ${CFLAGS} ${<} $(debug) -o ${@}
906
907%.run : % ${REPEAT}
908 @ time ${REPEAT} -r out.log -i -s $(repeats) timeout ${max_time} ./${<}
909 @ rm ${<}
910 @ echo -e "${<}: SUCCESS\n"
911
912%.watch : % ${WATCHDOG}
913 @ time ${WATCHDOG} ./${<}
914 @ rm ${<}
915 @ echo -e "${<}: SUCCESS\n"
916
917%.time : % ${REPEAT}
918 @ ${REPEAT} -i -s -- $(repeats) $(TIME) -a -o times.log ./${<}
919 @ rm ${<}
920 @ echo -e "${<}: SUCCESS\n"
921
922${REPEAT}: ${abs_top_srcdir}/tools/Makefile
923 @+make -C ${abs_top_srcdir}/tools/
924
925${WATCHDOG}: ${abs_top_srcdir}/tools/Makefile
926 @+make -C ${abs_top_srcdir}/tools/
927
928# Tell versions [3.59,3.63) of GNU make to not export all variables.
929# Otherwise a system limit (for SysV at least) may be exceeded.
930.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.