Lines Matching defs:log

289 am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
299 if ((getline line2 < ($$0 ".log")) < 0) \
316 close ($$0 ".log"); \
319 # standard input, create the global log from their .trs and .log files.
353 while ((rc = (getline line < ($$0 ".log"))) != 0) \
356 fatal("failed to read from " $$0 ".log"); \
362 close ($$0 ".log"); \
376 # directory for the log if needed. Stores in $dir the directory
377 # containing $f, in $tst the test, in $log the log. Executes the
396 tst=$$dir$$f; log='$@'; \
411 # the '.log' extension removed). The result is saved in the shell variable
413 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
418 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
423 TEST_SUITE_LOG = test-suite.log
432 *) b=`echo '$@' | sed 's/\.log$$//'`; \
437 am__test_logs1 = $(TESTS:=.log)
438 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
439 TEST_LOGS = $(am__test_logs2:.test.log=.log)
611 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
794 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
795 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
797 .log.trs:
803 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
811 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
814 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
832 test -f $$i.log && test -r $$i.log \
833 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
915 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
918 log_list=`for i in $$bases; do echo $$i.log; done`; \
928 log_list=`for i in $$bases; do echo $$i.log; done`; \
934 list.log: list$(EXEEXT)
938 --log-file $$b.log --trs-file $$b.trs \
941 menu.log: menu$(EXEEXT)
945 --log-file $$b.log --trs-file $$b.trs \
948 pane.log: pane$(EXEEXT)
952 --log-file $$b.log --trs-file $$b.trs \
955 repeater.log: repeater$(EXEEXT)
959 --log-file $$b.log --trs-file $$b.trs \
962 scrollbar.log: scrollbar$(EXEEXT)
966 --log-file $$b.log --trs-file $$b.trs \
969 simple.log: simple$(EXEEXT)
973 --log-file $$b.log --trs-file $$b.trs \
976 strip.log: strip$(EXEEXT)
980 --log-file $$b.log --trs-file $$b.trs \
983 toggle.log: toggle$(EXEEXT)
987 --log-file $$b.log --trs-file $$b.trs \
990 viewport.log: viewport$(EXEEXT)
994 --log-file $$b.log --trs-file $$b.trs \
997 xawhisto.log: xawhisto$(EXEEXT)
1001 --log-file $$b.log --trs-file $$b.trs \
1004 .test.log:
1008 --log-file $$b.log --trs-file $$b.trs \
1011 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1015 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1078 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)