$output_rules .= file_contents ('color-tests', new Automake::Location);
if (option 'serial-tests')
{
- $output_rules .=
- file_contents ('serial-tests', new Automake::Location,
- CHECK_DEPS => "@check");
+ almost_verbatim ('serial-tests');
}
else
{
## Obsolescent serial testsuite driver.
-if %?HANDLE-EXEEXT%
+ifeq ($(am.conf.handle-exeext),yes)
## This is suboptimal, but we need to preserve the order of $(TESTS).
am__check_cook_with_exeext_1 = \
$(if $(filter $(am.all-progs), $1), $1$(EXEEXT), $1)
am__check_cook_with_exeext = $(strip \
$(if $(EXEEXT), $(foreach t, $1, $(call $(0)_1, $t)), $1))
-else !%?HANDLE-EXEEXT%
+else
am__check_cook_with_exeext = $(strip $1)
-endif !%?HANDLE-EXEEXT%
+endif
# TESTS can contain compiled programs, in which case we might have
# to account for $(EXEEXT) appending. For matching purposes, we