Skip to content

Commit d36e09f

Browse files
committed
build-sys: regen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
1 parent aca4289 commit d36e09f

File tree

3 files changed

+573
-247
lines changed

3 files changed

+573
-247
lines changed

Makefile.in

Lines changed: 41 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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,
@@ -85,6 +85,8 @@ am__make_running_with_option = \
8585
test $$has_opt = yes
8686
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
8787
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
88+
am__rm_f = rm -f $(am__rm_f_notfound)
89+
am__rm_rf = rm -rf $(am__rm_f_notfound)
8890
pkgdatadir = $(datadir)/@PACKAGE@
8991
pkgincludedir = $(includedir)/@PACKAGE@
9092
pkglibdir = $(libdir)/@PACKAGE@
@@ -233,10 +235,9 @@ am__base_list = \
233235
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
234236
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
235237
am__uninstall_files_from_dir = { \
236-
test -z "$$files" \
237-
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
238-
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
239-
$(am__cd) "$$dir" && rm -f $$files; }; \
238+
{ test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
239+
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
240+
$(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
240241
}
241242
man1dir = $(mandir)/man1
242243
NROFF = nroff
@@ -269,20 +270,22 @@ distdir = $(PACKAGE)-$(VERSION)
269270
top_distdir = $(distdir)
270271
am__remove_distdir = \
271272
if test -d "$(distdir)"; then \
272-
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
273-
&& rm -rf "$(distdir)" \
273+
find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
274+
; rm -rf "$(distdir)" \
274275
|| { sleep 5 && rm -rf "$(distdir)"; }; \
275276
else :; fi
276277
am__post_remove_distdir = $(am__remove_distdir)
277278
DIST_ARCHIVES = $(distdir).tar.gz
278-
GZIP_ENV = --best
279+
GZIP_ENV = -9
279280
DIST_TARGETS = dist-gzip
280281
# Exists only to be overridden by the user if desired.
281282
AM_DISTCHECK_DVI_TARGET = dvi
282283
distuninstallcheck_listfiles = find . -type f -print
283284
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
284285
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
285-
distcleancheck_listfiles = find . -type f -print
286+
distcleancheck_listfiles = \
287+
find . \( -type f -a \! \
288+
\( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
286289
ACLOCAL = @ACLOCAL@
287290
AMTAR = @AMTAR@
288291
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -345,8 +348,10 @@ ac_ct_CC = @ac_ct_CC@
345348
am__include = @am__include@
346349
am__leading_dot = @am__leading_dot@
347350
am__quote = @am__quote@
351+
am__rm_f_notfound = @am__rm_f_notfound@
348352
am__tar = @am__tar@
349353
am__untar = @am__untar@
354+
am__xargs_n = @am__xargs_n@
350355
bindir = @bindir@
351356
build = @build@
352357
build_alias = @build_alias@
@@ -459,9 +464,9 @@ CRTESTS = issue10 issue27 issue117 issue156 issue157 issue163 issue165 \
459464
issue180 issue184 issue202 issue213 issue218 issue228 issue235 \
460465
issue236 issue246 issue252 issue253 issue263 issue267 issue288 \
461466
issue293 issue310 issue357 issue369 issue448 issue461 issue462 \
462-
server-type basic metriclimits buftest large dual-udp dual-tcp \
463-
dual-gzip large-gzip dual-large-gzip dual-lz4 large-lz4 \
464-
dual-large-lz4 $(NULL) $(am__append_1)
467+
issue465 server-type basic metriclimits buftest large dual-udp \
468+
dual-tcp dual-gzip large-gzip dual-large-gzip dual-lz4 \
469+
large-lz4 dual-large-lz4 $(NULL) $(am__append_1)
465470
all: config.h
466471
$(MAKE) $(AM_MAKEFLAGS) all-am
467472

@@ -506,12 +511,12 @@ config.h: stamp-h1
506511
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
507512

508513
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
509-
@rm -f stamp-h1
510-
cd $(top_builddir) && $(SHELL) ./config.status config.h
514+
$(AM_V_at)rm -f stamp-h1
515+
$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h
511516
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
512-
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
513-
rm -f stamp-h1
514-
touch $@
517+
$(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER))
518+
$(AM_V_at)rm -f stamp-h1
519+
$(AM_V_at)touch $@
515520

516521
distclean-hdr:
517522
-rm -f config.h stamp-h1
@@ -553,13 +558,13 @@ uninstall-binPROGRAMS:
553558
`; \
554559
test -n "$$list" || exit 0; \
555560
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
556-
cd "$(DESTDIR)$(bindir)" && rm -f $$files
561+
cd "$(DESTDIR)$(bindir)" && $(am__rm_f) $$files
557562

558563
clean-binPROGRAMS:
559-
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
564+
-$(am__rm_f) $(bin_PROGRAMS)
560565

561566
clean-checkPROGRAMS:
562-
-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
567+
-$(am__rm_f) $(check_PROGRAMS)
563568

564569
relay$(EXEEXT): $(relay_OBJECTS) $(relay_DEPENDENCIES) $(EXTRA_relay_DEPENDENCIES)
565570
@rm -f relay$(EXEEXT)
@@ -610,7 +615,7 @@ distclean-compile:
610615

611616
$(am__depfiles_remade):
612617
@$(MKDIR_P) $(@D)
613-
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
618+
@: >>$@
614619

615620
am--depfiles: $(am__depfiles_remade)
616621

@@ -930,7 +935,7 @@ distdir: $(BUILT_SOURCES)
930935

931936
distdir-am: $(DISTFILES)
932937
$(am__remove_distdir)
933-
test -d "$(distdir)" || mkdir "$(distdir)"
938+
$(AM_V_at)$(MKDIR_P) "$(distdir)"
934939
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
935940
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
936941
list='$(DISTFILES)'; \
@@ -1016,7 +1021,7 @@ dist dist-all:
10161021
distcheck: dist
10171022
case '$(DIST_ARCHIVES)' in \
10181023
*.tar.gz*) \
1019-
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1024+
eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
10201025
*.tar.bz2*) \
10211026
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
10221027
*.tar.lz*) \
@@ -1026,7 +1031,7 @@ distcheck: dist
10261031
*.tar.Z*) \
10271032
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
10281033
*.shar.gz*) \
1029-
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1034+
eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
10301035
*.zip*) \
10311036
unzip $(distdir).zip ;;\
10321037
*.tar.zst*) \
@@ -1130,8 +1135,8 @@ mostlyclean-generic:
11301135
clean-generic:
11311136

11321137
distclean-generic:
1133-
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1134-
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1138+
-$(am__rm_f) $(CONFIG_CLEAN_FILES)
1139+
-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
11351140

11361141
maintainer-clean-generic:
11371142
@echo "This command is intended for maintainers to use"
@@ -1143,7 +1148,7 @@ clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
11431148

11441149
distclean: distclean-am
11451150
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1146-
-rm -f ./$(DEPDIR)/aggregator.Po
1151+
-rm -f ./$(DEPDIR)/aggregator.Po
11471152
-rm -f ./$(DEPDIR)/allocator.Po
11481153
-rm -f ./$(DEPDIR)/collector.Po
11491154
-rm -f ./$(DEPDIR)/conffile.tab.Po
@@ -1218,7 +1223,7 @@ installcheck-am:
12181223
maintainer-clean: maintainer-clean-am
12191224
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
12201225
-rm -rf $(top_srcdir)/autom4te.cache
1221-
-rm -f ./$(DEPDIR)/aggregator.Po
1226+
-rm -f ./$(DEPDIR)/aggregator.Po
12221227
-rm -f ./$(DEPDIR)/allocator.Po
12231228
-rm -f ./$(DEPDIR)/collector.Po
12241229
-rm -f ./$(DEPDIR)/conffile.tab.Po
@@ -1320,3 +1325,10 @@ check-local:
13201325
# Tell versions [3.59,3.63) of GNU make to not export all variables.
13211326
# Otherwise a system limit (for SysV at least) may be exceeded.
13221327
.NOEXPORT:
1328+
1329+
# Tell GNU make to disable its built-in pattern rules.
1330+
%:: %,v
1331+
%:: RCS/%,v
1332+
%:: RCS/%
1333+
%:: s.%
1334+
%:: SCCS/s.%

0 commit comments

Comments
 (0)