1- # Makefile.in generated by automake 1.16.5 from Makefile.am.
1+ # Makefile.in generated by automake 1.18.1 from Makefile.am.
22# @configure_input@
33
4- # Copyright (C) 1994-2021 Free Software Foundation, Inc.
4+ # Copyright (C) 1994-2025 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,
@@ -69,6 +69,8 @@ am__make_running_with_option = \
6969 test $$has_opt = yes
7070am__make_dryrun = (target_option=n; $(am__make_running_with_option ) )
7171am__make_keepgoing = (target_option=k; $(am__make_running_with_option ) )
72+ am__rm_f = rm -f $(am__rm_f_notfound )
73+ am__rm_rf = rm -rf $(am__rm_f_notfound )
7274pkgdatadir = $(datadir ) /@PACKAGE@
7375pkgincludedir = $(includedir ) /@PACKAGE@
7476pkglibdir = $(libdir ) /@PACKAGE@
@@ -165,8 +167,8 @@ distdir = $(PACKAGE)-$(VERSION)
165167top_distdir = $(distdir )
166168am__remove_distdir = \
167169 if test -d "$(distdir ) "; then \
168- find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
169- && rm -rf "$(distdir ) " \
170+ find "$(distdir ) " -type d ! -perm -700 -exec chmod u+rwx {} ';' \
171+ ; rm -rf "$(distdir ) " \
170172 || { sleep 5 && rm -rf "$(distdir ) "; }; \
171173 else :; fi
172174am__post_remove_distdir = $(am__remove_distdir )
@@ -196,14 +198,16 @@ am__relativize = \
196198 done; \
197199 reldir="$$dir2"
198200DIST_ARCHIVES = $(distdir ) .tar.gz
199- GZIP_ENV = --best
201+ GZIP_ENV = -9
200202DIST_TARGETS = dist-gzip
201203# Exists only to be overridden by the user if desired.
202204AM_DISTCHECK_DVI_TARGET = dvi
203205distuninstallcheck_listfiles = find . -type f -print
204206am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
205207 | sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
206- distcleancheck_listfiles = find . -type f -print
208+ distcleancheck_listfiles = \
209+ find . \( -type f -a \! \
210+ \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
207211ACLOCAL = @ACLOCAL@
208212AMTAR = @AMTAR@
209213AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -316,8 +320,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
316320am__include = @am__include@
317321am__leading_dot = @am__leading_dot@
318322am__quote = @am__quote@
323+ am__rm_f_notfound = @am__rm_f_notfound@
319324am__tar = @am__tar@
320325am__untar = @am__untar@
326+ am__xargs_n = @am__xargs_n@
321327bindir = @bindir@
322328build = @build@
323329build_alias = @build_alias@
@@ -413,12 +419,12 @@ config.h: stamp-h1
413419 @test -f $@ || $(MAKE ) $(AM_MAKEFLAGS ) stamp-h1
414420
415421stamp-h1 : $(srcdir ) /config.h.in $(top_builddir ) /config.status
416- @ rm -f stamp-h1
417- cd $(top_builddir ) && $(SHELL ) ./config.status config.h
422+ $( AM_V_at ) rm -f stamp-h1
423+ $( AM_V_GEN ) cd $(top_builddir ) && $(SHELL ) ./config.status config.h
418424$(srcdir ) /config.h.in : $(am__configure_deps )
419- ($( am__cd) $( top_srcdir) && $( AUTOHEADER) )
420- rm -f stamp-h1
421- touch $@
425+ $( AM_V_GEN ) ($( am__cd) $( top_srcdir) && $( AUTOHEADER) )
426+ $( AM_V_at ) rm -f stamp-h1
427+ $( AM_V_at ) touch $@
422428
423429distclean-hdr :
424430 -rm -f config.h stamp-h1
@@ -537,12 +543,13 @@ cscopelist-am: $(am__tagged_files)
537543distclean-tags :
538544 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
539545 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
546+
540547distdir : $(BUILT_SOURCES )
541548 $(MAKE ) $(AM_MAKEFLAGS ) distdir-am
542549
543550distdir-am : $(DISTFILES )
544551 $(am__remove_distdir )
545- test -d " $( distdir ) " || mkdir " $( distdir) "
552+ $( AM_V_at )$( MKDIR_P ) " $( distdir) "
546553 @srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
547554 topsrcdirstrip=` echo " $( top_srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
548555 list=' $(DISTFILES)' ; \
@@ -612,6 +619,10 @@ dist-bzip2: distdir
612619 tardir=$(distdir ) && $(am__tar ) | BZIP2=$$ {BZIP2--9} bzip2 -c > $(distdir ) .tar.bz2
613620 $(am__post_remove_distdir )
614621
622+ dist-bzip3 : distdir
623+ tardir=$(distdir ) && $(am__tar ) | bzip3 -c > $(distdir ) .tar.bz3
624+ $(am__post_remove_distdir )
625+
615626dist-lzip : distdir
616627 tardir=$(distdir ) && $(am__tar ) | lzip -c $$ {LZIP_OPT--9} > $(distdir ) .tar.lz
617628 $(am__post_remove_distdir )
@@ -653,17 +664,19 @@ dist dist-all:
653664distcheck : dist
654665 case ' $(DIST_ARCHIVES)' in \
655666 * .tar.gz* ) \
656- eval GZIP= gzip $( GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
667+ eval GZIP= gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
657668 * .tar.bz2* ) \
658669 bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
670+ * .tar.bz3* ) \
671+ bzip3 -dc $(distdir ) .tar.bz3 | $(am__untar ) ;; \
659672 * .tar.lz* ) \
660673 lzip -dc $(distdir ) .tar.lz | $(am__untar ) ;; \
661674 * .tar.xz* ) \
662675 xz -dc $(distdir ) .tar.xz | $(am__untar ) ;; \
663676 * .tar.Z* ) \
664677 uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
665678 * .shar.gz* ) \
666- eval GZIP= gzip $( GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
679+ eval GZIP= gzip -dc $(distdir ) .shar.gz | unshar ;; \
667680 * .zip* ) \
668681 unzip $(distdir ) .zip ;; \
669682 * .tar.zst* ) \
@@ -763,8 +776,8 @@ mostlyclean-generic:
763776clean-generic :
764777
765778distclean-generic :
766- -test -z " $( CONFIG_CLEAN_FILES ) " || rm -f $(CONFIG_CLEAN_FILES )
767- -test . = " $( srcdir) " || test -z " $( CONFIG_CLEAN_VPATH_FILES ) " || rm -f $(CONFIG_CLEAN_VPATH_FILES )
779+ -$( am__rm_f ) $(CONFIG_CLEAN_FILES )
780+ -test . = " $( srcdir) " || $( am__rm_f ) $(CONFIG_CLEAN_VPATH_FILES )
768781
769782maintainer-clean-generic :
770783 @echo " This command is intended for maintainers to use"
@@ -844,8 +857,8 @@ uninstall-am:
844857.PHONY : $(am__recursive_targets ) CTAGS GTAGS TAGS all all-am \
845858 am--refresh check check-am clean clean-cscope clean-generic \
846859 clean-libtool cscope cscopelist-am ctags ctags-am dist \
847- dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
848- dist-xz dist-zip dist-zstd distcheck distclean \
860+ dist-all dist-bzip2 dist-bzip3 dist-gzip dist-lzip dist-shar \
861+ dist-tarZ dist- xz dist-zip dist-zstd distcheck distclean \
849862 distclean-generic distclean-hdr distclean-libtool \
850863 distclean-tags distcleancheck distdir distuninstallcheck dvi \
851864 dvi-am html html-am info info-am install install-am \
@@ -864,3 +877,10 @@ uninstall-am:
864877# Tell versions [3.59,3.63) of GNU make to not export all variables.
865878# Otherwise a system limit (for SysV at least) may be exceeded.
866879.NOEXPORT :
880+
881+ # Tell GNU make to disable its built-in pattern rules.
882+ % :: % ,v
883+ % :: RCS/% ,v
884+ % :: RCS/%
885+ % :: s.%
886+ % :: SCCS/s.%
0 commit comments