1- # Makefile.in generated by automake 1.16.5 from Makefile.am.
1+ # Makefile.in generated by automake 1.17 from Makefile.am.
22# @configure_input@
33
4- # Copyright (C) 1994-2021 Free Software Foundation, Inc.
4+ # Copyright (C) 1994-2024 Free Software Foundation, Inc.
55
66# This Makefile.in is free software; the Free Software Foundation
77# gives unlimited permission to copy and/or distribute it,
@@ -70,6 +70,8 @@ am__make_running_with_option = \
7070 test $$has_opt = yes
7171am__make_dryrun = (target_option=n; $(am__make_running_with_option ) )
7272am__make_keepgoing = (target_option=k; $(am__make_running_with_option ) )
73+ am__rm_f = rm -f $(am__rm_f_notfound )
74+ am__rm_rf = rm -rf $(am__rm_f_notfound )
7375pkgdatadir = $(datadir ) /@PACKAGE@
7476pkgincludedir = $(includedir ) /@PACKAGE@
7577pkglibdir = $(libdir ) /@PACKAGE@
@@ -220,10 +222,9 @@ am__base_list = \
220222 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
221223 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
222224am__uninstall_files_from_dir = { \
223- test -z "$$files" \
224- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
225- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
226- $(am__cd ) "$$dir" && rm -f $$files; }; \
225+ { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
226+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
227+ $(am__cd ) "$$dir" && echo $$files | $(am__xargs_n ) 40 $(am__rm_f ) ; }; \
227228 }
228229am__installdirs = "$(DESTDIR )$(mypkgdir ) "
229230SCRIPTS = $(mypkg_SCRIPTS )
@@ -419,20 +420,22 @@ distdir = $(PACKAGE)-$(VERSION)
419420top_distdir = $(distdir )
420421am__remove_distdir = \
421422 if test -d "$(distdir ) "; then \
422- find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
423- && rm -rf "$(distdir ) " \
423+ find "$(distdir ) " -type d ! -perm -700 -exec chmod u+rwx {} ';' \
424+ ; rm -rf "$(distdir ) " \
424425 || { sleep 5 && rm -rf "$(distdir ) "; }; \
425426 else :; fi
426427am__post_remove_distdir = $(am__remove_distdir )
427428DIST_ARCHIVES = $(distdir ) .tar.gz
428- GZIP_ENV = --best
429+ GZIP_ENV = -9
429430DIST_TARGETS = dist-gzip
430431# Exists only to be overridden by the user if desired.
431432AM_DISTCHECK_DVI_TARGET = dvi
432433distuninstallcheck_listfiles = find . -type f -print
433434am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
434435 | sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
435- distcleancheck_listfiles = find . -type f -print
436+ distcleancheck_listfiles = \
437+ find . \( -type f -a \! \
438+ \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
436439ACLOCAL = @ACLOCAL@
437440AMTAR = @AMTAR@
438441AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -776,8 +779,10 @@ ac_ct_CC = @ac_ct_CC@
776779am__include = @am__include@
777780am__leading_dot = @am__leading_dot@
778781am__quote = @am__quote@
782+ am__rm_f_notfound = @am__rm_f_notfound@
779783am__tar = @am__tar@
780784am__untar = @am__untar@
785+ am__xargs_n = @am__xargs_n@
781786bindir = @bindir@
782787build_alias = @build_alias@
783788builddir = @builddir@
@@ -964,12 +969,12 @@ config.h: stamp-h1
964969 @test -f $@ || $(MAKE ) $(AM_MAKEFLAGS ) stamp-h1
965970
966971stamp-h1 : $(srcdir ) /config.h.in $(top_builddir ) /config.status
967- @ rm -f stamp-h1
968- cd $(top_builddir ) && $(SHELL ) ./config.status config.h
972+ $( AM_V_at ) rm -f stamp-h1
973+ $( AM_V_GEN ) cd $(top_builddir ) && $(SHELL ) ./config.status config.h
969974$(srcdir ) /config.h.in : @MAINTAINER_MODE_TRUE@ $(am__configure_deps )
970- ($( am__cd) $( top_srcdir) && $( AUTOHEADER) )
971- rm -f stamp-h1
972- touch $@
975+ $( AM_V_GEN ) ($( am__cd) $( top_srcdir) && $( AUTOHEADER) )
976+ $( AM_V_at ) rm -f stamp-h1
977+ $( AM_V_at ) touch $@
973978
974979distclean-hdr :
975980 -rm -f config.h stamp-h1
@@ -1480,7 +1485,7 @@ distdir: $(BUILT_SOURCES)
14801485
14811486distdir-am : $(DISTFILES )
14821487 $(am__remove_distdir )
1483- test -d " $( distdir ) " || mkdir " $( distdir) "
1488+ $( AM_V_at )$( MKDIR_P ) " $( distdir) "
14841489 @srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
14851490 topsrcdirstrip=` echo " $( top_srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
14861491 list=' $(DISTFILES)' ; \
@@ -1566,7 +1571,7 @@ dist dist-all:
15661571distcheck : dist
15671572 case ' $(DIST_ARCHIVES)' in \
15681573 * .tar.gz* ) \
1569- eval GZIP= gzip $( GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
1574+ eval GZIP= gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
15701575 * .tar.bz2* ) \
15711576 bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
15721577 * .tar.lz* ) \
@@ -1576,7 +1581,7 @@ distcheck: dist
15761581 * .tar.Z* ) \
15771582 uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
15781583 * .shar.gz* ) \
1579- eval GZIP= gzip $( GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
1584+ eval GZIP= gzip -dc $(distdir ) .shar.gz | unshar ;; \
15801585 * .zip* ) \
15811586 unzip $(distdir ) .zip ;; \
15821587 * .tar.zst* ) \
@@ -1676,11 +1681,11 @@ install-strip:
16761681mostlyclean-generic :
16771682
16781683clean-generic :
1679- -test -z " $( CLEANFILES ) " || rm -f $(CLEANFILES )
1684+ -$( am__rm_f ) $(CLEANFILES )
16801685
16811686distclean-generic :
1682- -test -z " $( CONFIG_CLEAN_FILES ) " || rm -f $(CONFIG_CLEAN_FILES )
1683- -test . = " $( srcdir) " || test -z " $( CONFIG_CLEAN_VPATH_FILES ) " || rm -f $(CONFIG_CLEAN_VPATH_FILES )
1687+ -$( am__rm_f ) $(CONFIG_CLEAN_FILES )
1688+ -test . = " $( srcdir) " || $( am__rm_f ) $(CONFIG_CLEAN_VPATH_FILES )
16841689
16851690maintainer-clean-generic :
16861691 @echo " This command is intended for maintainers to use"
@@ -1840,3 +1845,10 @@ install-exec-hook :
18401845# Tell versions [3.59,3.63) of GNU make to not export all variables.
18411846# Otherwise a system limit (for SysV at least) may be exceeded.
18421847.NOEXPORT :
1848+
1849+ # Tell GNU make to disable its built-in pattern rules.
1850+ % :: % ,v
1851+ % :: RCS/% ,v
1852+ % :: RCS/%
1853+ % :: s.%
1854+ % :: SCCS/s.%
0 commit comments