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,
@@ -70,6 +70,8 @@ am__make_running_with_option = \
70
70
test $$has_opt = yes
71
71
am__make_dryrun = (target_option=n; $(am__make_running_with_option ) )
72
72
am__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 )
73
75
pkgdatadir = $(datadir ) /@PACKAGE@
74
76
pkgincludedir = $(includedir ) /@PACKAGE@
75
77
pkglibdir = $(libdir ) /@PACKAGE@
@@ -126,10 +128,9 @@ am__base_list = \
126
128
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
127
129
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
128
130
am__uninstall_files_from_dir = { \
129
- test -z "$$files" \
130
- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
131
- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
132
- $(am__cd ) "$$dir" && rm -f $$files; }; \
131
+ { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
132
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
133
+ $(am__cd ) "$$dir" && echo $$files | $(am__xargs_n ) 40 $(am__rm_f ) ; }; \
133
134
}
134
135
am__installdirs = "$(DESTDIR )$(bindir ) "
135
136
SCRIPTS = $(bin_SCRIPTS )
@@ -196,8 +197,8 @@ distdir = $(PACKAGE)-$(VERSION)
196
197
top_distdir = $(distdir )
197
198
am__remove_distdir = \
198
199
if test -d "$(distdir ) "; then \
199
- find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
200
- && rm -rf "$(distdir ) " \
200
+ find "$(distdir ) " -type d ! -perm -700 -exec chmod u+rwx {} ';' \
201
+ ; rm -rf "$(distdir ) " \
201
202
|| { sleep 5 && rm -rf "$(distdir ) "; }; \
202
203
else :; fi
203
204
am__post_remove_distdir = $(am__remove_distdir )
@@ -228,14 +229,16 @@ am__relativize = \
228
229
reldir="$$dir2"
229
230
DIST_ARCHIVES = $(distdir ) .tar.gz $(distdir ) .tar.bz2 $(distdir ) .tar.lz \
230
231
$(distdir ) .tar.xz $(distdir ) .zip
231
- GZIP_ENV = --best
232
+ GZIP_ENV = -9
232
233
DIST_TARGETS = dist-lzip dist-xz dist-bzip2 dist-gzip dist-zip
233
234
# Exists only to be overridden by the user if desired.
234
235
AM_DISTCHECK_DVI_TARGET = dvi
235
236
distuninstallcheck_listfiles = find . -type f -print
236
237
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
237
238
| sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
238
- distcleancheck_listfiles = find . -type f -print
239
+ distcleancheck_listfiles = \
240
+ find . \( -type f -a \! \
241
+ \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
239
242
ACLOCAL = @ACLOCAL@
240
243
AMTAR = @AMTAR@
241
244
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -347,8 +350,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
347
350
am__include = @am__include@
348
351
am__leading_dot = @am__leading_dot@
349
352
am__quote = @am__quote@
353
+ am__rm_f_notfound = @am__rm_f_notfound@
350
354
am__tar = @am__tar@
351
355
am__untar = @am__untar@
356
+ am__xargs_n = @am__xargs_n@
352
357
bindir = @bindir@
353
358
build = @build@
354
359
build_alias = @build_alias@
@@ -456,12 +461,12 @@ config.h: stamp-h1
456
461
@test -f $@ || $(MAKE ) $(AM_MAKEFLAGS ) stamp-h1
457
462
458
463
stamp-h1 : $(srcdir ) /config.h.in $(top_builddir ) /config.status
459
- @ rm -f stamp-h1
460
- cd $(top_builddir ) && $(SHELL ) ./config.status config.h
464
+ $( AM_V_at ) rm -f stamp-h1
465
+ $( AM_V_GEN ) cd $(top_builddir ) && $(SHELL ) ./config.status config.h
461
466
$(srcdir ) /config.h.in : $(am__configure_deps )
462
- ($( am__cd) $( top_srcdir) && $( AUTOHEADER) )
463
- rm -f stamp-h1
464
- touch $@
467
+ $( AM_V_GEN ) ($( am__cd) $( top_srcdir) && $( AUTOHEADER) )
468
+ $( AM_V_at ) rm -f stamp-h1
469
+ $( AM_V_at ) touch $@
465
470
466
471
distclean-hdr :
467
472
-rm -f config.h stamp-h1
@@ -622,7 +627,7 @@ distdir: $(BUILT_SOURCES)
622
627
623
628
distdir-am : $(DISTFILES )
624
629
$(am__remove_distdir )
625
- test -d " $( distdir ) " || mkdir " $( distdir) "
630
+ $( AM_V_at )$( MKDIR_P ) " $( distdir) "
626
631
@srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
627
632
topsrcdirstrip=` echo " $( top_srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
628
633
list=' $(DISTFILES)' ; \
@@ -729,7 +734,7 @@ dist dist-all:
729
734
distcheck : dist
730
735
case ' $(DIST_ARCHIVES)' in \
731
736
* .tar.gz* ) \
732
- eval GZIP= gzip $( GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
737
+ eval GZIP= gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
733
738
* .tar.bz2* ) \
734
739
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
735
740
* .tar.lz* ) \
@@ -739,7 +744,7 @@ distcheck: dist
739
744
* .tar.Z* ) \
740
745
uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
741
746
* .shar.gz* ) \
742
- eval GZIP= gzip $( GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
747
+ eval GZIP= gzip -dc $(distdir ) .shar.gz | unshar ;; \
743
748
* .zip* ) \
744
749
unzip $(distdir ) .zip ;; \
745
750
* .tar.zst* ) \
@@ -842,8 +847,8 @@ mostlyclean-generic:
842
847
clean-generic :
843
848
844
849
distclean-generic :
845
- -test -z " $( CONFIG_CLEAN_FILES ) " || rm -f $(CONFIG_CLEAN_FILES )
846
- -test . = " $( srcdir) " || test -z " $( CONFIG_CLEAN_VPATH_FILES ) " || rm -f $(CONFIG_CLEAN_VPATH_FILES )
850
+ -$( am__rm_f ) $(CONFIG_CLEAN_FILES )
851
+ -test . = " $( srcdir) " || $( am__rm_f ) $(CONFIG_CLEAN_VPATH_FILES )
847
852
848
853
maintainer-clean-generic :
849
854
@echo " This command is intended for maintainers to use"
@@ -944,3 +949,10 @@ uninstall-am: uninstall-binSCRIPTS
944
949
# Tell versions [3.59,3.63) of GNU make to not export all variables.
945
950
# Otherwise a system limit (for SysV at least) may be exceeded.
946
951
.NOEXPORT :
952
+
953
+ # Tell GNU make to disable its built-in pattern rules.
954
+ % :: % ,v
955
+ % :: RCS/% ,v
956
+ % :: RCS/%
957
+ % :: s.%
958
+ % :: SCCS/s.%
0 commit comments