|
1 | | -# Makefile.in generated by automake 1.16.5 from Makefile.am. |
| 1 | +# Makefile.in generated by automake 1.17 from Makefile.am. |
2 | 2 | # @configure_input@ |
3 | 3 |
|
4 | | -# Copyright (C) 1994-2021 Free Software Foundation, Inc. |
| 4 | +# Copyright (C) 1994-2024 Free Software Foundation, Inc. |
5 | 5 |
|
6 | 6 | # This Makefile.in is free software; the Free Software Foundation |
7 | 7 | # gives unlimited permission to copy and/or distribute it, |
@@ -76,6 +76,8 @@ am__make_running_with_option = \ |
76 | 76 | test $$has_opt = yes |
77 | 77 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
78 | 78 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
| 79 | +am__rm_f = rm -f $(am__rm_f_notfound) |
| 80 | +am__rm_rf = rm -rf $(am__rm_f_notfound) |
79 | 81 | pkglibdir = $(libdir)/@PACKAGE@ |
80 | 82 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
81 | 83 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
@@ -157,10 +159,9 @@ am__base_list = \ |
157 | 159 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
158 | 160 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
159 | 161 | am__uninstall_files_from_dir = { \ |
160 | | - test -z "$$files" \ |
161 | | - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
162 | | - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
163 | | - $(am__cd) "$$dir" && rm -f $$files; }; \ |
| 162 | + { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 163 | + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 164 | + $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ |
164 | 165 | } |
165 | 166 | am__installdirs = "$(DESTDIR)$(pkgconfiglibdir)" |
166 | 167 | DATA = $(pkgconfiglib_DATA) |
@@ -293,8 +294,10 @@ ac_ct_PKG_CONFIG = @ac_ct_PKG_CONFIG@ |
293 | 294 | am__include = @am__include@ |
294 | 295 | am__leading_dot = @am__leading_dot@ |
295 | 296 | am__quote = @am__quote@ |
| 297 | +am__rm_f_notfound = @am__rm_f_notfound@ |
296 | 298 | am__tar = @am__tar@ |
297 | 299 | am__untar = @am__untar@ |
| 300 | +am__xargs_n = @am__xargs_n@ |
298 | 301 | bindir = @bindir@ |
299 | 302 | build = @build@ |
300 | 303 | build_alias = @build_alias@ |
@@ -574,8 +577,8 @@ mostlyclean-generic: |
574 | 577 | clean-generic: |
575 | 578 |
|
576 | 579 | distclean-generic: |
577 | | - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
578 | | - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 580 | + -$(am__rm_f) $(CONFIG_CLEAN_FILES) |
| 581 | + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) |
579 | 582 |
|
580 | 583 | maintainer-clean-generic: |
581 | 584 | @echo "This command is intended for maintainers to use" |
@@ -775,3 +778,10 @@ uninstall-local: uninstall-doc uninstall-doxygen-docs |
775 | 778 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
776 | 779 | # Otherwise a system limit (for SysV at least) may be exceeded. |
777 | 780 | .NOEXPORT: |
| 781 | + |
| 782 | +# Tell GNU make to disable its built-in pattern rules. |
| 783 | +%:: %,v |
| 784 | +%:: RCS/%,v |
| 785 | +%:: RCS/% |
| 786 | +%:: s.% |
| 787 | +%:: SCCS/s.% |
0 commit comments