Makefile.in (sshguard-2.4.1) | : | Makefile.in (sshguard-2.4.2) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.16.2 from Makefile.am. | # Makefile.in generated by automake 1.16.3 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2020 Free Software Foundation, Inc. | # Copyright (C) 1994-2020 Free Software Foundation, Inc. | |||
# This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
skipping to change at line 360 | skipping to change at line 360 | |||
# extension removed (i.e., equivalently, the names of the test logs, with | # extension removed (i.e., equivalently, the names of the test logs, with | |||
# the '.log' extension removed). The result is saved in the shell variable | # the '.log' extension removed). The result is saved in the shell variable | |||
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, | # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, | |||
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", | # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", | |||
# since that might cause problem with VPATH rewrites for suffix-less tests. | # since that might cause problem with VPATH rewrites for suffix-less tests. | |||
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. | # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. | |||
am__set_TESTS_bases = \ | am__set_TESTS_bases = \ | |||
bases='$(TEST_LOGS)'; \ | bases='$(TEST_LOGS)'; \ | |||
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ | |||
bases=`echo $$bases` | bases=`echo $$bases` | |||
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' | ||||
RECHECK_LOGS = $(TEST_LOGS) | RECHECK_LOGS = $(TEST_LOGS) | |||
AM_RECURSIVE_TARGETS = check recheck | AM_RECURSIVE_TARGETS = check recheck | |||
TEST_SUITE_LOG = test-suite.log | TEST_SUITE_LOG = test-suite.log | |||
TEST_EXTENSIONS = @EXEEXT@ .test | TEST_EXTENSIONS = @EXEEXT@ .test | |||
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) | LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) | |||
am__set_b = \ | am__set_b = \ | |||
case '$@' in \ | case '$@' in \ | |||
*/*) \ | */*) \ | |||
case '$*' in \ | case '$*' in \ | |||
*/*) b='$*';; \ | */*) b='$*';; \ | |||
skipping to change at line 778 | skipping to change at line 779 | |||
| $(am__create_global_log); \ | | $(am__create_global_log); \ | |||
} >$(TEST_SUITE_LOG).tmp || exit 1; \ | } >$(TEST_SUITE_LOG).tmp || exit 1; \ | |||
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | |||
if $$success; then \ | if $$success; then \ | |||
col="$$grn"; \ | col="$$grn"; \ | |||
else \ | else \ | |||
col="$$red"; \ | col="$$red"; \ | |||
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ | |||
fi; \ | fi; \ | |||
echo "$${col}$$br$${std}"; \ | echo "$${col}$$br$${std}"; \ | |||
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ | echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ | |||
echo "$${col}$$br$${std}"; \ | echo "$${col}$$br$${std}"; \ | |||
create_testsuite_report --maybe-color; \ | create_testsuite_report --maybe-color; \ | |||
echo "$$col$$br$$std"; \ | echo "$$col$$br$$std"; \ | |||
if $$success; then :; else \ | if $$success; then :; else \ | |||
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ | echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ | |||
if test -n "$(PACKAGE_BUGREPORT)"; then \ | if test -n "$(PACKAGE_BUGREPORT)"; then \ | |||
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ | echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ | |||
fi; \ | fi; \ | |||
echo "$$col$$br$$std"; \ | echo "$$col$$br$$std"; \ | |||
fi; \ | fi; \ | |||
skipping to change at line 878 | skipping to change at line 879 | |||
$(MAKE) $(AM_MAKEFLAGS) check-TESTS | $(MAKE) $(AM_MAKEFLAGS) check-TESTS | |||
check: $(BUILT_SOURCES) | check: $(BUILT_SOURCES) | |||
$(MAKE) $(AM_MAKEFLAGS) check-am | $(MAKE) $(AM_MAKEFLAGS) check-am | |||
all-am: Makefile $(PROGRAMS) | all-am: Makefile $(PROGRAMS) | |||
installdirs: | installdirs: | |||
for dir in "$(DESTDIR)$(libexecdir)"; do \ | for dir in "$(DESTDIR)$(libexecdir)"; do \ | |||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |||
done | done | |||
install: $(BUILT_SOURCES) | install: $(BUILT_SOURCES) | |||
$(MAKE) $(AM_MAKEFLAGS) install-am | $(MAKE) $(AM_MAKEFLAGS) install-am | |||
install-exec: install-exec-am | install-exec: $(BUILT_SOURCES) | |||
$(MAKE) $(AM_MAKEFLAGS) install-exec-am | ||||
install-data: install-data-am | install-data: install-data-am | |||
uninstall: uninstall-am | uninstall: uninstall-am | |||
install-am: all-am | install-am: all-am | |||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |||
installcheck: installcheck-am | installcheck: installcheck-am | |||
install-strip: | install-strip: | |||
if test -z '$(STRIP)'; then \ | if test -z '$(STRIP)'; then \ | |||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |||
skipping to change at line 989 | skipping to change at line 991 | |||
pdf: pdf-am | pdf: pdf-am | |||
pdf-am: | pdf-am: | |||
ps: ps-am | ps: ps-am | |||
ps-am: | ps-am: | |||
uninstall-am: uninstall-libexecPROGRAMS | uninstall-am: uninstall-libexecPROGRAMS | |||
.MAKE: all check check-am install install-am install-strip | .MAKE: all check check-am install install-am install-exec \ | |||
install-strip | ||||
.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ | .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ | |||
check-am clean clean-generic clean-libexecPROGRAMS \ | check-am clean clean-generic clean-libexecPROGRAMS \ | |||
cscopelist-am ctags ctags-am distclean distclean-compile \ | cscopelist-am ctags ctags-am distclean distclean-compile \ | |||
distclean-generic distclean-tags distdir dvi dvi-am html \ | distclean-generic distclean-tags distdir dvi dvi-am html \ | |||
html-am info info-am install install-am install-data \ | html-am info info-am install install-am install-data \ | |||
install-data-am install-dvi install-dvi-am install-exec \ | install-data-am install-dvi install-dvi-am install-exec \ | |||
install-exec-am install-html install-html-am install-info \ | install-exec-am install-html install-html-am install-info \ | |||
install-info-am install-libexecPROGRAMS install-man \ | install-info-am install-libexecPROGRAMS install-man \ | |||
install-pdf install-pdf-am install-ps install-ps-am \ | install-pdf install-pdf-am install-ps install-ps-am \ | |||
End of changes. 5 change blocks. | ||||
4 lines changed or deleted | 7 lines changed or added |