Skip to content

Commit b906b56

Browse files
committed
[autoconf] Regenerate files with autoreconf -fi
Using aclocal 1.17, automake 1.17, autoconf-archive
1 parent cd4b8f0 commit b906b56

16 files changed

Lines changed: 23931 additions & 17369 deletions

File tree

aclocal.m4

Lines changed: 1974 additions & 1323 deletions
Large diffs are not rendered by default.

bindings/cpp/INSTALL

Lines changed: 253 additions & 258 deletions
Large diffs are not rendered by default.

bindings/cpp/Makefile.in

Lines changed: 88 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.14.1 from Makefile.am.
1+
# Makefile.in generated by automake 1.17 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2013 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,
@@ -15,7 +15,17 @@
1515
@SET_MAKE@
1616

1717
VPATH = @srcdir@
18-
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18+
am__is_gnu_make = { \
19+
if test -z '$(MAKELEVEL)'; then \
20+
false; \
21+
elif test -n '$(MAKE_HOST)'; then \
22+
true; \
23+
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24+
true; \
25+
else \
26+
false; \
27+
fi; \
28+
}
1929
am__make_running_with_option = \
2030
case $${target_option-} in \
2131
?) ;; \
@@ -60,6 +70,8 @@ am__make_running_with_option = \
6070
test $$has_opt = yes
6171
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
6272
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)
6375
pkgdatadir = $(datadir)/@PACKAGE@
6476
pkgincludedir = $(includedir)/@PACKAGE@
6577
pkglibdir = $(libdir)/@PACKAGE@
@@ -79,17 +91,12 @@ POST_UNINSTALL = :
7991
build_triplet = @build@
8092
host_triplet = @host@
8193
subdir = .
82-
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
83-
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84-
$(top_srcdir)/configure $(am__configure_deps) \
85-
$(srcdir)/portaudiocpp.pc.in COPYING \
86-
$(top_srcdir)/../../compile $(top_srcdir)/../../config.guess \
87-
$(top_srcdir)/../../config.sub $(top_srcdir)/../../install-sh \
88-
$(top_srcdir)/../../ltmain.sh $(top_srcdir)/../../missing
8994
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9095
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
9196
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
9297
$(ACLOCAL_M4)
98+
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
99+
$(am__configure_deps) $(am__DIST_COMMON)
93100
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94101
configure.lineno config.status.lineno
95102
mkinstalldirs = $(install_sh) -d
@@ -144,10 +151,9 @@ am__base_list = \
144151
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
145152
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
146153
am__uninstall_files_from_dir = { \
147-
test -z "$$files" \
148-
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
149-
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
150-
$(am__cd) "$$dir" && rm -f $$files; }; \
154+
{ test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155+
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156+
$(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
151157
}
152158
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
153159
DATA = $(pkgconfig_DATA)
@@ -158,7 +164,7 @@ am__recursive_targets = \
158164
$(RECURSIVE_CLEAN_TARGETS) \
159165
$(am__extra_recursive_targets)
160166
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
161-
cscope distdir dist dist-all distcheck
167+
cscope distdir distdir-am dist dist-all distcheck
162168
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163169
# Read a list of newline-separated strings from the standard input,
164170
# and print each of them once, without duplicates. Input order is
@@ -176,17 +182,17 @@ am__define_uniq_tagged_files = \
176182
unique=`for i in $$list; do \
177183
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178184
done | $(am__uniquify_input)`
179-
ETAGS = etags
180-
CTAGS = ctags
181-
CSCOPE = cscope
182185
DIST_SUBDIRS = $(SUBDIRS)
186+
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/portaudiocpp.pc.in \
187+
AUTHORS COPYING ChangeLog INSTALL NEWS README compile \
188+
config.guess config.sub install-sh ltmain.sh missing
183189
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
184190
distdir = $(PACKAGE)-$(VERSION)
185191
top_distdir = $(distdir)
186192
am__remove_distdir = \
187193
if test -d "$(distdir)"; then \
188-
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
189-
&& rm -rf "$(distdir)" \
194+
find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
195+
; rm -rf "$(distdir)" \
190196
|| { sleep 5 && rm -rf "$(distdir)"; }; \
191197
else :; fi
192198
am__post_remove_distdir = $(am__remove_distdir)
@@ -216,12 +222,16 @@ am__relativize = \
216222
done; \
217223
reldir="$$dir2"
218224
DIST_ARCHIVES = $(distdir).tar.gz
219-
GZIP_ENV = --best
225+
GZIP_ENV = -9
220226
DIST_TARGETS = dist-gzip
227+
# Exists only to be overridden by the user if desired.
228+
AM_DISTCHECK_DVI_TARGET = dvi
221229
distuninstallcheck_listfiles = find . -type f -print
222230
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
223231
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
224-
distcleancheck_listfiles = find . -type f -print
232+
distcleancheck_listfiles = \
233+
find . \( -type f -a \! \
234+
\( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
225235
ACLOCAL = @ACLOCAL@
226236
AMTAR = @AMTAR@
227237
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -234,8 +244,9 @@ AWK = @AWK@
234244
CC = @CC@
235245
CCDEPMODE = @CCDEPMODE@
236246
CFLAGS = @CFLAGS@
237-
CPP = @CPP@
238247
CPPFLAGS = @CPPFLAGS@
248+
CSCOPE = @CSCOPE@
249+
CTAGS = @CTAGS@
239250
CXX = @CXX@
240251
CXXCPP = @CXXCPP@
241252
CXXDEPMODE = @CXXDEPMODE@
@@ -251,8 +262,10 @@ ECHO_C = @ECHO_C@
251262
ECHO_N = @ECHO_N@
252263
ECHO_T = @ECHO_T@
253264
EGREP = @EGREP@
265+
ETAGS = @ETAGS@
254266
EXEEXT = @EXEEXT@
255267
FGREP = @FGREP@
268+
FILECMD = @FILECMD@
256269
GREP = @GREP@
257270
INSTALL = @INSTALL@
258271
INSTALL_DATA = @INSTALL_DATA@
@@ -267,6 +280,7 @@ LIBTOOL = @LIBTOOL@
267280
LIPO = @LIPO@
268281
LN_S = @LN_S@
269282
LTLIBOBJS = @LTLIBOBJS@
283+
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
270284
LT_VERSION_INFO = @LT_VERSION_INFO@
271285
MAINT = @MAINT@
272286
MAKEINFO = @MAKEINFO@
@@ -304,8 +318,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
304318
am__include = @am__include@
305319
am__leading_dot = @am__leading_dot@
306320
am__quote = @am__quote@
321+
am__rm_f_notfound = @am__rm_f_notfound@
307322
am__tar = @am__tar@
308323
am__untar = @am__untar@
324+
am__xargs_n = @am__xargs_n@
309325
bindir = @bindir@
310326
build = @build@
311327
build_alias = @build_alias@
@@ -338,6 +354,7 @@ pdfdir = @pdfdir@
338354
prefix = @prefix@
339355
program_transform_name = @program_transform_name@
340356
psdir = @psdir@
357+
runstatedir = @runstatedir@
341358
sbindir = @sbindir@
342359
sharedstatedir = @sharedstatedir@
343360
srcdir = @srcdir@
@@ -369,15 +386,14 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
369386
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
370387
$(am__cd) $(top_srcdir) && \
371388
$(AUTOMAKE) --gnu Makefile
372-
.PRECIOUS: Makefile
373389
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
374390
@case '$?' in \
375391
*config.status*) \
376392
echo ' $(SHELL) ./config.status'; \
377393
$(SHELL) ./config.status;; \
378394
*) \
379-
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
380-
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
395+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
396+
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
381397
esac;
382398

383399
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -526,10 +542,12 @@ cscopelist-am: $(am__tagged_files)
526542
distclean-tags:
527543
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528544
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
545+
distdir: $(BUILT_SOURCES)
546+
$(MAKE) $(AM_MAKEFLAGS) distdir-am
529547

530-
distdir: $(DISTFILES)
548+
distdir-am: $(DISTFILES)
531549
$(am__remove_distdir)
532-
test -d "$(distdir)" || mkdir "$(distdir)"
550+
$(AM_V_at)$(MKDIR_P) "$(distdir)"
533551
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534552
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535553
list='$(DISTFILES)'; \
@@ -592,7 +610,7 @@ distdir: $(DISTFILES)
592610
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
593611
|| chmod -R a+r "$(distdir)"
594612
dist-gzip: distdir
595-
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
613+
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
596614
$(am__post_remove_distdir)
597615

598616
dist-bzip2: distdir
@@ -607,18 +625,22 @@ dist-xz: distdir
607625
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
608626
$(am__post_remove_distdir)
609627

628+
dist-zstd: distdir
629+
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
630+
$(am__post_remove_distdir)
631+
610632
dist-tarZ: distdir
611-
@echo WARNING: "Support for shar distribution archives is" \
612-
"deprecated." >&2
633+
@echo WARNING: "Support for distribution archives compressed with" \
634+
"legacy program 'compress' is deprecated." >&2
613635
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
614636
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
615637
$(am__post_remove_distdir)
616638

617639
dist-shar: distdir
618-
@echo WARNING: "Support for distribution archives compressed with" \
619-
"legacy program 'compress' is deprecated." >&2
640+
@echo WARNING: "Support for shar distribution archives is" \
641+
"deprecated." >&2
620642
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
621-
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
643+
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
622644
$(am__post_remove_distdir)
623645

624646
dist-zip: distdir
@@ -636,7 +658,7 @@ dist dist-all:
636658
distcheck: dist
637659
case '$(DIST_ARCHIVES)' in \
638660
*.tar.gz*) \
639-
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
661+
eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
640662
*.tar.bz2*) \
641663
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
642664
*.tar.lz*) \
@@ -646,25 +668,27 @@ distcheck: dist
646668
*.tar.Z*) \
647669
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
648670
*.shar.gz*) \
649-
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
671+
eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
650672
*.zip*) \
651673
unzip $(distdir).zip ;;\
674+
*.tar.zst*) \
675+
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
652676
esac
653677
chmod -R a-w $(distdir)
654678
chmod u+w $(distdir)
655-
mkdir $(distdir)/_build $(distdir)/_inst
679+
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
656680
chmod a-w $(distdir)
657681
test -d $(distdir)/_build || exit 0; \
658682
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
659683
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
660684
&& am__cwd=`pwd` \
661-
&& $(am__cd) $(distdir)/_build \
662-
&& ../configure \
685+
&& $(am__cd) $(distdir)/_build/sub \
686+
&& ../../configure \
663687
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
664688
$(DISTCHECK_CONFIGURE_FLAGS) \
665-
--srcdir=.. --prefix="$$dc_install_base" \
689+
--srcdir=../.. --prefix="$$dc_install_base" \
666690
&& $(MAKE) $(AM_MAKEFLAGS) \
667-
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
691+
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
668692
&& $(MAKE) $(AM_MAKEFLAGS) check \
669693
&& $(MAKE) $(AM_MAKEFLAGS) install \
670694
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
@@ -747,8 +771,8 @@ mostlyclean-generic:
747771
clean-generic:
748772

749773
distclean-generic:
750-
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
751-
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
774+
-$(am__rm_f) $(CONFIG_CLEAN_FILES)
775+
-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
752776

753777
maintainer-clean-generic:
754778
@echo "This command is intended for maintainers to use"
@@ -829,20 +853,29 @@ uninstall-am: uninstall-pkgconfigDATA
829853
am--refresh check check-am clean clean-cscope clean-generic \
830854
clean-libtool cscope cscopelist-am ctags ctags-am dist \
831855
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
832-
dist-xz dist-zip distcheck distclean distclean-generic \
833-
distclean-libtool distclean-tags distcleancheck distdir \
834-
distuninstallcheck dvi dvi-am html html-am info info-am \
835-
install install-am install-data install-data-am install-dvi \
836-
install-dvi-am install-exec install-exec-am install-html \
837-
install-html-am install-info install-info-am install-man \
838-
install-pdf install-pdf-am install-pkgconfigDATA install-ps \
839-
install-ps-am install-strip installcheck installcheck-am \
840-
installdirs installdirs-am maintainer-clean \
841-
maintainer-clean-generic mostlyclean mostlyclean-generic \
842-
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
843-
uninstall-am uninstall-pkgconfigDATA
856+
dist-xz dist-zip dist-zstd distcheck distclean \
857+
distclean-generic distclean-libtool distclean-tags \
858+
distcleancheck distdir distuninstallcheck dvi dvi-am html \
859+
html-am info info-am install install-am install-data \
860+
install-data-am install-dvi install-dvi-am install-exec \
861+
install-exec-am install-html install-html-am install-info \
862+
install-info-am install-man install-pdf install-pdf-am \
863+
install-pkgconfigDATA install-ps install-ps-am install-strip \
864+
installcheck installcheck-am installdirs installdirs-am \
865+
maintainer-clean maintainer-clean-generic mostlyclean \
866+
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
867+
tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
868+
869+
.PRECIOUS: Makefile
844870

845871

846872
# Tell versions [3.59,3.63) of GNU make to not export all variables.
847873
# Otherwise a system limit (for SysV at least) may be exceeded.
848874
.NOEXPORT:
875+
876+
# Tell GNU make to disable its built-in pattern rules.
877+
%:: %,v
878+
%:: RCS/%,v
879+
%:: RCS/%
880+
%:: s.%
881+
%:: SCCS/s.%

0 commit comments

Comments
 (0)