New upstream version 4.19.3
This commit is contained in:
+93
-55
@@ -1,7 +1,7 @@
|
||||
# Makefile.in generated by automake 1.16.5 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.18.1 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994-2025 Free Software Foundation, Inc.
|
||||
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
@@ -69,6 +69,8 @@ am__make_running_with_option = \
|
||||
test $$has_opt = yes
|
||||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||||
am__rm_f = rm -f $(am__rm_f_notfound)
|
||||
am__rm_rf = rm -rf $(am__rm_f_notfound)
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
@@ -348,10 +350,9 @@ am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__uninstall_files_from_dir = { \
|
||||
test -z "$$files" \
|
||||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||||
{ test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||||
$(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
|
||||
}
|
||||
am__recheck_rx = ^[ ]*:recheck:[ ]*
|
||||
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
||||
@@ -439,12 +440,13 @@ am__sh_e_setup = case $$- in *e*) set +e;; esac
|
||||
# Default flags passed to test drivers.
|
||||
am__common_driver_flags = \
|
||||
--color-tests "$$am__color_tests" \
|
||||
$$am__collect_skipped_logs \
|
||||
--enable-hard-errors "$$am__enable_hard_errors" \
|
||||
--expect-failure "$$am__expect_failure"
|
||||
# To be inserted before the command running the test. Creates the
|
||||
# directory for the log if needed. Stores in $dir the directory
|
||||
# containing $f, in $tst the test, in $log the log. Executes the
|
||||
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
||||
# developer-defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
||||
# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
||||
# will run the test scripts (or their associated LOG_COMPILER, if
|
||||
# thy have one).
|
||||
@@ -463,6 +465,11 @@ if test -f "./$$f"; then dir=./; \
|
||||
elif test -f "$$f"; then dir=; \
|
||||
else dir="$(srcdir)/"; fi; \
|
||||
tst=$$dir$$f; log='$@'; \
|
||||
if test -n '$(IGNORE_SKIPPED_LOGS)'; then \
|
||||
am__collect_skipped_logs='--collect-skipped-logs no'; \
|
||||
else \
|
||||
am__collect_skipped_logs=''; \
|
||||
fi; \
|
||||
if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
||||
am__enable_hard_errors=no; \
|
||||
else \
|
||||
@@ -545,6 +552,7 @@ EGREP = @EGREP@
|
||||
ETAGS = @ETAGS@
|
||||
EXEEXT = @EXEEXT@
|
||||
FGREP = @FGREP@
|
||||
FILECMD = @FILECMD@
|
||||
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
|
||||
GMSGFMT = @GMSGFMT@
|
||||
GMSGFMT_015 = @GMSGFMT_015@
|
||||
@@ -644,8 +652,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__rm_f_notfound = @am__rm_f_notfound@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
am__xargs_n = @am__xargs_n@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
@@ -876,27 +886,22 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||
$(am__aclocal_m4_deps):
|
||||
|
||||
clean-checkPROGRAMS:
|
||||
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
||||
echo " rm -f" $$list; \
|
||||
rm -f $$list || exit $$?; \
|
||||
test -n "$(EXEEXT)" || exit 0; \
|
||||
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
||||
echo " rm -f" $$list; \
|
||||
rm -f $$list
|
||||
$(am__rm_f) $(check_PROGRAMS)
|
||||
test -z "$(EXEEXT)" || $(am__rm_f) $(check_PROGRAMS:$(EXEEXT)=)
|
||||
../../lib/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib
|
||||
@: > ../../lib/$(am__dirstamp)
|
||||
@: >>../../lib/$(am__dirstamp)
|
||||
../../lib/$(DEPDIR)/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/$(DEPDIR)
|
||||
@: > ../../lib/$(DEPDIR)/$(am__dirstamp)
|
||||
@: >>../../lib/$(DEPDIR)/$(am__dirstamp)
|
||||
../../lib/test_adds-adds.$(OBJEXT): ../../lib/$(am__dirstamp) \
|
||||
../../lib/$(DEPDIR)/$(am__dirstamp)
|
||||
../../lib/search/cmp/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/search/cmp
|
||||
@: > ../../lib/search/cmp/$(am__dirstamp)
|
||||
@: >>../../lib/search/cmp/$(am__dirstamp)
|
||||
../../lib/search/cmp/$(DEPDIR)/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/search/cmp/$(DEPDIR)
|
||||
@: > ../../lib/search/cmp/$(DEPDIR)/$(am__dirstamp)
|
||||
@: >>../../lib/search/cmp/$(DEPDIR)/$(am__dirstamp)
|
||||
../../lib/search/cmp/test_adds-cmp.$(OBJEXT): \
|
||||
../../lib/search/cmp/$(am__dirstamp) \
|
||||
../../lib/search/cmp/$(DEPDIR)/$(am__dirstamp)
|
||||
@@ -906,10 +911,10 @@ test_adds$(EXEEXT): $(test_adds_OBJECTS) $(test_adds_DEPENDENCIES) $(EXTRA_test_
|
||||
$(AM_V_CCLD)$(test_adds_LINK) $(test_adds_OBJECTS) $(test_adds_LDADD) $(LIBS)
|
||||
../../lib/atoi/strtoi/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/atoi/strtoi
|
||||
@: > ../../lib/atoi/strtoi/$(am__dirstamp)
|
||||
@: >>../../lib/atoi/strtoi/$(am__dirstamp)
|
||||
../../lib/atoi/strtoi/$(DEPDIR)/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/atoi/strtoi/$(DEPDIR)
|
||||
@: > ../../lib/atoi/strtoi/$(DEPDIR)/$(am__dirstamp)
|
||||
@: >>../../lib/atoi/strtoi/$(DEPDIR)/$(am__dirstamp)
|
||||
../../lib/atoi/strtoi/test_atoi_strtoi-strtoi.$(OBJEXT): \
|
||||
../../lib/atoi/strtoi/$(am__dirstamp) \
|
||||
../../lib/atoi/strtoi/$(DEPDIR)/$(am__dirstamp)
|
||||
@@ -932,10 +937,10 @@ test_chkname$(EXEEXT): $(test_chkname_OBJECTS) $(test_chkname_DEPENDENCIES) $(EX
|
||||
../../lib/$(am__dirstamp) ../../lib/$(DEPDIR)/$(am__dirstamp)
|
||||
../../lib/alloc/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/alloc
|
||||
@: > ../../lib/alloc/$(am__dirstamp)
|
||||
@: >>../../lib/alloc/$(am__dirstamp)
|
||||
../../lib/alloc/$(DEPDIR)/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/alloc/$(DEPDIR)
|
||||
@: > ../../lib/alloc/$(DEPDIR)/$(am__dirstamp)
|
||||
@: >>../../lib/alloc/$(DEPDIR)/$(am__dirstamp)
|
||||
../../lib/alloc/test_exit_if_null-malloc.$(OBJEXT): \
|
||||
../../lib/alloc/$(am__dirstamp) \
|
||||
../../lib/alloc/$(DEPDIR)/$(am__dirstamp)
|
||||
@@ -951,10 +956,10 @@ test_logind$(EXEEXT): $(test_logind_OBJECTS) $(test_logind_DEPENDENCIES) $(EXTRA
|
||||
$(AM_V_CCLD)$(test_logind_LINK) $(test_logind_OBJECTS) $(test_logind_LDADD) $(LIBS)
|
||||
../../lib/string/sprintf/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/string/sprintf
|
||||
@: > ../../lib/string/sprintf/$(am__dirstamp)
|
||||
@: >>../../lib/string/sprintf/$(am__dirstamp)
|
||||
../../lib/string/sprintf/$(DEPDIR)/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/string/sprintf/$(DEPDIR)
|
||||
@: > ../../lib/string/sprintf/$(DEPDIR)/$(am__dirstamp)
|
||||
@: >>../../lib/string/sprintf/$(DEPDIR)/$(am__dirstamp)
|
||||
../../lib/string/sprintf/test_snprintf-snprintf.$(OBJEXT): \
|
||||
../../lib/string/sprintf/$(am__dirstamp) \
|
||||
../../lib/string/sprintf/$(DEPDIR)/$(am__dirstamp)
|
||||
@@ -968,10 +973,10 @@ test_strncpy$(EXEEXT): $(test_strncpy_OBJECTS) $(test_strncpy_DEPENDENCIES) $(EX
|
||||
$(AM_V_CCLD)$(test_strncpy_LINK) $(test_strncpy_OBJECTS) $(test_strncpy_LDADD) $(LIBS)
|
||||
../../lib/string/strcpy/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/string/strcpy
|
||||
@: > ../../lib/string/strcpy/$(am__dirstamp)
|
||||
@: >>../../lib/string/strcpy/$(am__dirstamp)
|
||||
../../lib/string/strcpy/$(DEPDIR)/$(am__dirstamp):
|
||||
@$(MKDIR_P) ../../lib/string/strcpy/$(DEPDIR)
|
||||
@: > ../../lib/string/strcpy/$(DEPDIR)/$(am__dirstamp)
|
||||
@: >>../../lib/string/strcpy/$(DEPDIR)/$(am__dirstamp)
|
||||
../../lib/string/strcpy/test_strtcpy-strtcpy.$(OBJEXT): \
|
||||
../../lib/string/strcpy/$(am__dirstamp) \
|
||||
../../lib/string/strcpy/$(DEPDIR)/$(am__dirstamp)
|
||||
@@ -1019,7 +1024,7 @@ distclean-compile:
|
||||
|
||||
$(am__depfiles_remade):
|
||||
@$(MKDIR_P) $(@D)
|
||||
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
|
||||
@: >>$@
|
||||
|
||||
am--depfiles: $(am__depfiles_remade)
|
||||
|
||||
@@ -1398,7 +1403,6 @@ distclean-tags:
|
||||
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
||||
am--force-recheck:
|
||||
@:
|
||||
|
||||
$(TEST_SUITE_LOG): $(TEST_LOGS)
|
||||
@$(am__set_TESTS_bases); \
|
||||
am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
||||
@@ -1474,10 +1478,37 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
|
||||
result_count $$1 "XPASS:" $$xpass "$$red"; \
|
||||
result_count $$1 "ERROR:" $$error "$$mgn"; \
|
||||
}; \
|
||||
output_system_information () \
|
||||
{ \
|
||||
echo; \
|
||||
{ uname -a | $(AWK) '{ \
|
||||
printf "System information (uname -a):"; \
|
||||
for (i = 1; i < NF; ++i) \
|
||||
{ \
|
||||
if (i != 2) \
|
||||
printf " %s", $$i; \
|
||||
} \
|
||||
printf "\n"; \
|
||||
}'; } 2>&1; \
|
||||
if test -r /etc/os-release; then \
|
||||
echo "Distribution information (/etc/os-release):"; \
|
||||
sed 8q /etc/os-release; \
|
||||
elif test -r /etc/issue; then \
|
||||
echo "Distribution information (/etc/issue):"; \
|
||||
cat /etc/issue; \
|
||||
fi; \
|
||||
}; \
|
||||
please_report () \
|
||||
{ \
|
||||
echo "Some test(s) failed. Please report this to $(PACKAGE_BUGREPORT),"; \
|
||||
echo "together with the test-suite.log file (gzipped) and your system"; \
|
||||
echo "information. Thanks."; \
|
||||
}; \
|
||||
{ \
|
||||
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
||||
$(am__rst_title); \
|
||||
create_testsuite_report --no-color; \
|
||||
output_system_information; \
|
||||
echo; \
|
||||
echo ".. contents:: :depth: 2"; \
|
||||
echo; \
|
||||
@@ -1497,26 +1528,25 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
|
||||
create_testsuite_report --maybe-color; \
|
||||
echo "$$col$$br$$std"; \
|
||||
if $$success; then :; else \
|
||||
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
||||
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG) for debugging.$${std}";\
|
||||
if test -n "$(PACKAGE_BUGREPORT)"; then \
|
||||
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
||||
please_report | sed -e "s/^/$${col}/" -e s/'$$'/"$${std}"/; \
|
||||
fi; \
|
||||
echo "$$col$$br$$std"; \
|
||||
fi; \
|
||||
$$success || exit 1
|
||||
|
||||
check-TESTS: $(check_PROGRAMS)
|
||||
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
|
||||
@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
|
||||
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
||||
@$(am__rm_f) $(RECHECK_LOGS)
|
||||
@$(am__rm_f) $(RECHECK_LOGS:.log=.trs)
|
||||
@$(am__rm_f) $(TEST_SUITE_LOG)
|
||||
@set +e; $(am__set_TESTS_bases); \
|
||||
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
||||
trs_list=`for i in $$bases; do echo $$i.trs; done`; \
|
||||
log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
|
||||
log_list=`echo $$log_list`; \
|
||||
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
|
||||
exit $$?;
|
||||
recheck: all $(check_PROGRAMS)
|
||||
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
||||
@$(am__rm_f) $(TEST_SUITE_LOG)
|
||||
@set +e; $(am__set_TESTS_bases); \
|
||||
bases=`for i in $$bases; do echo $$i; done \
|
||||
| $(am__list_recheck_tests)` || exit 1; \
|
||||
@@ -1603,6 +1633,7 @@ test_logind.log: test_logind$(EXEEXT)
|
||||
@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
|
||||
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
||||
@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
|
||||
|
||||
distdir: $(BUILT_SOURCES)
|
||||
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
||||
|
||||
@@ -1662,27 +1693,27 @@ install-strip:
|
||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||||
fi
|
||||
mostlyclean-generic:
|
||||
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
|
||||
-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
|
||||
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
||||
-$(am__rm_f) $(TEST_LOGS)
|
||||
-$(am__rm_f) $(TEST_LOGS:.log=.trs)
|
||||
-$(am__rm_f) $(TEST_SUITE_LOG)
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
-rm -f ../../lib/$(DEPDIR)/$(am__dirstamp)
|
||||
-rm -f ../../lib/$(am__dirstamp)
|
||||
-rm -f ../../lib/alloc/$(DEPDIR)/$(am__dirstamp)
|
||||
-rm -f ../../lib/alloc/$(am__dirstamp)
|
||||
-rm -f ../../lib/atoi/strtoi/$(DEPDIR)/$(am__dirstamp)
|
||||
-rm -f ../../lib/atoi/strtoi/$(am__dirstamp)
|
||||
-rm -f ../../lib/search/cmp/$(DEPDIR)/$(am__dirstamp)
|
||||
-rm -f ../../lib/search/cmp/$(am__dirstamp)
|
||||
-rm -f ../../lib/string/sprintf/$(DEPDIR)/$(am__dirstamp)
|
||||
-rm -f ../../lib/string/sprintf/$(am__dirstamp)
|
||||
-rm -f ../../lib/string/strcpy/$(DEPDIR)/$(am__dirstamp)
|
||||
-rm -f ../../lib/string/strcpy/$(am__dirstamp)
|
||||
-$(am__rm_f) $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
|
||||
-$(am__rm_f) ../../lib/$(DEPDIR)/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/alloc/$(DEPDIR)/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/alloc/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/atoi/strtoi/$(DEPDIR)/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/atoi/strtoi/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/search/cmp/$(DEPDIR)/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/search/cmp/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/string/sprintf/$(DEPDIR)/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/string/sprintf/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/string/strcpy/$(DEPDIR)/$(am__dirstamp)
|
||||
-$(am__rm_f) ../../lib/string/strcpy/$(am__dirstamp)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@@ -1693,7 +1724,7 @@ clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f ../../lib/$(DEPDIR)/test_adds-adds.Po
|
||||
-rm -f ../../lib/$(DEPDIR)/test_adds-adds.Po
|
||||
-rm -f ../../lib/$(DEPDIR)/test_chkname-chkname.Po
|
||||
-rm -f ../../lib/$(DEPDIR)/test_exit_if_null-exit_if_null.Po
|
||||
-rm -f ../../lib/$(DEPDIR)/test_exit_if_null-shadowlog.Po
|
||||
@@ -1758,7 +1789,7 @@ install-ps-am:
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f ../../lib/$(DEPDIR)/test_adds-adds.Po
|
||||
-rm -f ../../lib/$(DEPDIR)/test_adds-adds.Po
|
||||
-rm -f ../../lib/$(DEPDIR)/test_chkname-chkname.Po
|
||||
-rm -f ../../lib/$(DEPDIR)/test_exit_if_null-exit_if_null.Po
|
||||
-rm -f ../../lib/$(DEPDIR)/test_exit_if_null-shadowlog.Po
|
||||
@@ -1818,3 +1849,10 @@ uninstall-am:
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
||||
# Tell GNU make to disable its built-in pattern rules.
|
||||
%:: %,v
|
||||
%:: RCS/%,v
|
||||
%:: RCS/%
|
||||
%:: s.%
|
||||
%:: SCCS/s.%
|
||||
|
||||
Reference in New Issue
Block a user