Skip to content

Commit 038debb

Browse files
committed
Re-gen.
1 parent 21ff8db commit 038debb

File tree

22 files changed

+2362
-1589
lines changed

22 files changed

+2362
-1589
lines changed

Makefile.in

Lines changed: 32 additions & 20 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,
@@ -70,6 +70,8 @@ am__make_running_with_option = \
7070
test $$has_opt = yes
7171
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
7272
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)
7375
pkgdatadir = $(datadir)/@PACKAGE@
7476
pkgincludedir = $(includedir)/@PACKAGE@
7577
pkglibdir = $(libdir)/@PACKAGE@
@@ -88,6 +90,7 @@ PRE_UNINSTALL = :
8890
POST_UNINSTALL = :
8991
build_triplet = @build@
9092
host_triplet = @host@
93+
@TESTS_EXIST_TRUE@am__append_1 = tests
9194
subdir = .
9295
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9396
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
@@ -157,10 +160,9 @@ am__base_list = \
157160
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158161
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159162
am__uninstall_files_from_dir = { \
160-
test -z "$$files" \
161-
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
162-
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
163-
$(am__cd) "$$dir" && rm -f $$files; }; \
163+
{ test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
164+
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
165+
$(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
164166
}
165167
man8dir = $(mandir)/man8
166168
am__installdirs = "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(includedir)"
@@ -194,7 +196,7 @@ am__define_uniq_tagged_files = \
194196
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195197
done | $(am__uniquify_input)`
196198
DIST_SUBDIRS = libexecinfo libucl libxxHash libre makeann modules \
197-
libelperiodic/src src pertools tests extractaudio doc
199+
libelperiodic/src src pertools extractaudio doc tests
198200
am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
199201
$(top_srcdir)/python/sippy_lite/sippy/Time/clock_dtime.py.in \
200202
AUTHORS ChangeLog INSTALL README.md compile config.guess \
@@ -204,8 +206,8 @@ distdir = $(PACKAGE)-$(VERSION)
204206
top_distdir = $(distdir)
205207
am__remove_distdir = \
206208
if test -d "$(distdir)"; then \
207-
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
208-
&& rm -rf "$(distdir)" \
209+
find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
210+
; rm -rf "$(distdir)" \
209211
|| { sleep 5 && rm -rf "$(distdir)"; }; \
210212
else :; fi
211213
am__post_remove_distdir = $(am__remove_distdir)
@@ -235,14 +237,16 @@ am__relativize = \
235237
done; \
236238
reldir="$$dir2"
237239
DIST_ARCHIVES = $(distdir).tar.gz
238-
GZIP_ENV = --best
240+
GZIP_ENV = -9
239241
DIST_TARGETS = dist-gzip
240242
# Exists only to be overridden by the user if desired.
241243
AM_DISTCHECK_DVI_TARGET = dvi
242244
distuninstallcheck_listfiles = find . -type f -print
243245
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
244246
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
245-
distcleancheck_listfiles = find . -type f -print
247+
distcleancheck_listfiles = \
248+
find . \( -type f -a \! \
249+
\( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
246250
ACLOCAL = @ACLOCAL@
247251
ALLOCA = @ALLOCA@
248252
AMTAR = @AMTAR@
@@ -339,8 +343,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
339343
am__include = @am__include@
340344
am__leading_dot = @am__leading_dot@
341345
am__quote = @am__quote@
346+
am__rm_f_notfound = @am__rm_f_notfound@
342347
am__tar = @am__tar@
343348
am__untar = @am__untar@
349+
am__xargs_n = @am__xargs_n@
344350
bindir = @bindir@
345351
build = @build@
346352
build_alias = @build_alias@
@@ -391,10 +397,9 @@ AUTOMAKE_OPTIONS = foreign
391397
@BUILD_UDP_CONTENTION_TRUE@SUBD_UDCNT = pertools
392398
@BUILD_DOCS_TRUE@SUBD_DOCS = doc
393399
@BUILD_CRYPTO_TRUE@SUB_LIBRE = libre
394-
SUBDIRS = libexecinfo libucl libxxHash $(SUB_LIBRE) makeann $(SUBD_MOD) \
395-
$(SUBD_ELP) src $(SUBD_UDCNT) tests \
396-
$(SUBD_EAUD) ${SUBD_DOCS}
397-
400+
SUBDIRS = libexecinfo libucl libxxHash $(SUB_LIBRE) makeann \
401+
$(SUBD_MOD) $(SUBD_ELP) src $(SUBD_UDCNT) $(SUBD_EAUD) \
402+
${SUBD_DOCS} $(am__append_1)
398403
dist_man_MANS = rtpproxy.8
399404
EXTRA_DIST = README.remote doc rpm/rtpproxy.init rpm/rtpproxy.spec \
400405
LICENSE README.md
@@ -622,7 +627,7 @@ distdir: $(BUILT_SOURCES)
622627

623628
distdir-am: $(DISTFILES)
624629
$(am__remove_distdir)
625-
test -d "$(distdir)" || mkdir "$(distdir)"
630+
$(AM_V_at)$(MKDIR_P) "$(distdir)"
626631
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
627632
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
628633
list='$(DISTFILES)'; \
@@ -733,7 +738,7 @@ dist dist-all:
733738
distcheck: dist
734739
case '$(DIST_ARCHIVES)' in \
735740
*.tar.gz*) \
736-
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
741+
eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
737742
*.tar.bz2*) \
738743
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
739744
*.tar.lz*) \
@@ -743,7 +748,7 @@ distcheck: dist
743748
*.tar.Z*) \
744749
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
745750
*.shar.gz*) \
746-
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
751+
eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
747752
*.zip*) \
748753
unzip $(distdir).zip ;;\
749754
*.tar.zst*) \
@@ -846,8 +851,8 @@ mostlyclean-generic:
846851
clean-generic:
847852

848853
distclean-generic:
849-
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
850-
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
854+
-$(am__rm_f) $(CONFIG_CLEAN_FILES)
855+
-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
851856

852857
maintainer-clean-generic:
853858
@echo "This command is intended for maintainers to use"
@@ -957,3 +962,10 @@ update_autosrc:
957962
# Tell versions [3.59,3.63) of GNU make to not export all variables.
958963
# Otherwise a system limit (for SysV at least) may be exceeded.
959964
.NOEXPORT:
965+
966+
# Tell GNU make to disable its built-in pattern rules.
967+
%:: %,v
968+
%:: RCS/%,v
969+
%:: RCS/%
970+
%:: s.%
971+
%:: SCCS/s.%

0 commit comments

Comments
 (0)