1
- # Makefile.in generated by automake 1.17 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.5 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2024 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2021 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,
@@ -91,8 +91,6 @@ am__make_running_with_option = \
91
91
test $$has_opt = yes
92
92
am__make_dryrun = (target_option=n; $(am__make_running_with_option ) )
93
93
am__make_keepgoing = (target_option=k; $(am__make_running_with_option ) )
94
- am__rm_f = rm -f $(am__rm_f_notfound )
95
- am__rm_rf = rm -rf $(am__rm_f_notfound )
96
94
pkgdatadir = $(datadir ) /@PACKAGE@
97
95
pkgincludedir = $(includedir ) /@PACKAGE@
98
96
pkglibdir = $(libdir ) /@PACKAGE@
@@ -196,9 +194,10 @@ am__base_list = \
196
194
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
197
195
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
198
196
am__uninstall_files_from_dir = { \
199
- { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
200
- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
201
- $(am__cd ) "$$dir" && echo $$files | $(am__xargs_n ) 40 $(am__rm_f ) ; }; \
197
+ test -z "$$files" \
198
+ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
199
+ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
200
+ $(am__cd ) "$$dir" && rm -f $$files; }; \
202
201
}
203
202
am__installdirs = "$(DESTDIR )$(pkgconfigdir ) "
204
203
DATA = $(pkgconfig_DATA )
@@ -239,8 +238,8 @@ distdir = $(PACKAGE)-$(VERSION)
239
238
top_distdir = $(distdir )
240
239
am__remove_distdir = \
241
240
if test -d "$(distdir ) "; then \
242
- find "$(distdir ) " -type d ! -perm -700 -exec chmod u+rwx {} ';' \
243
- ; rm -rf "$(distdir ) " \
241
+ find "$(distdir ) " -type d ! -perm -200 -exec chmod u+w {} ';' \
242
+ && rm -rf "$(distdir ) " \
244
243
|| { sleep 5 && rm -rf "$(distdir ) "; }; \
245
244
else :; fi
246
245
am__post_remove_distdir = $(am__remove_distdir )
@@ -270,16 +269,14 @@ am__relativize = \
270
269
done; \
271
270
reldir="$$dir2"
272
271
DIST_ARCHIVES = $(distdir ) .tar.gz
273
- GZIP_ENV = -9
272
+ GZIP_ENV = --best
274
273
DIST_TARGETS = dist-gzip
275
274
# Exists only to be overridden by the user if desired.
276
275
AM_DISTCHECK_DVI_TARGET = dvi
277
276
distuninstallcheck_listfiles = find . -type f -print
278
277
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
279
278
| sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
280
- distcleancheck_listfiles = \
281
- find . \( -type f -a \! \
282
- \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
279
+ distcleancheck_listfiles = find . -type f -print
283
280
ACLOCAL = @ACLOCAL@
284
281
AMTAR = @AMTAR@
285
282
AM_CFLAGS = @AM_CFLAGS@
@@ -325,7 +322,6 @@ EGREP = @EGREP@
325
322
ETAGS = @ETAGS@
326
323
EXEEXT = @EXEEXT@
327
324
FGREP = @FGREP@
328
- FILECMD = @FILECMD@
329
325
GCOV = @GCOV@
330
326
GENHTML = @GENHTML@
331
327
GMOCK112_CFLAGS = @GMOCK112_CFLAGS@
@@ -392,10 +388,8 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
392
388
am__include = @am__include@
393
389
am__leading_dot = @am__leading_dot@
394
390
am__quote = @am__quote@
395
- am__rm_f_notfound = @am__rm_f_notfound@
396
391
am__tar = @am__tar@
397
392
am__untar = @am__untar@
398
- am__xargs_n = @am__xargs_n@
399
393
ax_pthread_config = @ax_pthread_config@
400
394
bindir = @bindir@
401
395
build = @build@
@@ -641,7 +635,7 @@ distdir: $(BUILT_SOURCES)
641
635
642
636
distdir-am : $(DISTFILES )
643
637
$(am__remove_distdir )
644
- $( AM_V_at )$( MKDIR_P ) " $( distdir) "
638
+ test -d " $( distdir ) " || mkdir " $( distdir) "
645
639
@srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
646
640
topsrcdirstrip=` echo " $( top_srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
647
641
list=' $(DISTFILES)' ; \
@@ -755,7 +749,7 @@ dist dist-all:
755
749
distcheck : dist
756
750
case ' $(DIST_ARCHIVES)' in \
757
751
* .tar.gz* ) \
758
- eval GZIP= gzip -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
752
+ eval GZIP= gzip $( GZIP_ENV ) -dc $(distdir ) .tar.gz | $(am__untar ) ;; \
759
753
* .tar.bz2* ) \
760
754
bzip2 -dc $(distdir ) .tar.bz2 | $(am__untar ) ;; \
761
755
* .tar.lz* ) \
@@ -765,7 +759,7 @@ distcheck: dist
765
759
* .tar.Z* ) \
766
760
uncompress -c $(distdir ) .tar.Z | $(am__untar ) ;; \
767
761
* .shar.gz* ) \
768
- eval GZIP= gzip -dc $(distdir ) .shar.gz | unshar ;; \
762
+ eval GZIP= gzip $( GZIP_ENV ) -dc $(distdir ) .shar.gz | unshar ;; \
769
763
* .zip* ) \
770
764
unzip $(distdir ) .zip ;; \
771
765
* .tar.zst* ) \
@@ -866,12 +860,12 @@ install-strip:
866
860
mostlyclean-generic :
867
861
868
862
clean-generic :
869
- -$( am__rm_f ) $(CLEANFILES )
863
+ -test -z " $( CLEANFILES ) " || rm -f $(CLEANFILES )
870
864
871
865
distclean-generic :
872
- -$( am__rm_f ) $(CONFIG_CLEAN_FILES )
873
- -test . = " $( srcdir) " || $( am__rm_f ) $(CONFIG_CLEAN_VPATH_FILES )
874
- -$( am__rm_f ) $(DISTCLEANFILES )
866
+ -test -z " $( CONFIG_CLEAN_FILES ) " || rm -f $(CONFIG_CLEAN_FILES )
867
+ -test . = " $( srcdir) " || test -z " $( CONFIG_CLEAN_VPATH_FILES ) " || rm -f $(CONFIG_CLEAN_VPATH_FILES )
868
+ -test -z " $( DISTCLEANFILES ) " || rm -f $(DISTCLEANFILES )
875
869
876
870
maintainer-clean-generic :
877
871
@echo " This command is intended for maintainers to use"
@@ -980,10 +974,3 @@ dist-hook:
980
974
# Tell versions [3.59,3.63) of GNU make to not export all variables.
981
975
# Otherwise a system limit (for SysV at least) may be exceeded.
982
976
.NOEXPORT :
983
-
984
- # Tell GNU make to disable its built-in pattern rules.
985
- % :: % ,v
986
- % :: RCS/% ,v
987
- % :: RCS/%
988
- % :: s.%
989
- % :: SCCS/s.%
0 commit comments