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,
1515@SET_MAKE@
1616
1717VPATH = @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+ }
1929am__make_running_with_option = \
2030 case $${target_option-} in \
2131 ?) ;; \
@@ -60,6 +70,8 @@ am__make_running_with_option = \
6070 test $$has_opt = yes
6171am__make_dryrun = (target_option=n; $(am__make_running_with_option ) )
6272am__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 )
6375pkgdatadir = $(datadir ) /@PACKAGE@
6476pkgincludedir = $(includedir ) /@PACKAGE@
6577pkglibdir = $(libdir ) /@PACKAGE@
@@ -79,17 +91,12 @@ POST_UNINSTALL = :
7991build_triplet = @build@
8092host_triplet = @host@
8193subdir = .
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
8994ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
9095am__aclocal_m4_deps = $(top_srcdir ) /configure.ac
9196am__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 )
93100am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94101 configure.lineno config.status.lineno
95102mkinstalldirs = $(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'
146153am__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 }
152158am__installdirs = "$(DESTDIR )$(pkgconfigdir ) "
153159DATA = $(pkgconfig_DATA )
@@ -158,7 +164,7 @@ am__recursive_targets = \
158164 $(RECURSIVE_CLEAN_TARGETS ) \
159165 $(am__extra_recursive_targets )
160166AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive= ) TAGS CTAGS \
161- cscope distdir dist dist-all distcheck
167+ cscope distdir distdir-am dist dist-all distcheck
162168am__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
182185DIST_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
183189DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
184190distdir = $(PACKAGE ) -$(VERSION )
185191top_distdir = $(distdir )
186192am__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
192198am__post_remove_distdir = $(am__remove_distdir )
@@ -216,12 +222,16 @@ am__relativize = \
216222 done; \
217223 reldir="$$dir2"
218224DIST_ARCHIVES = $(distdir ) .tar.gz
219- GZIP_ENV = --best
225+ GZIP_ENV = -9
220226DIST_TARGETS = dist-gzip
227+ # Exists only to be overridden by the user if desired.
228+ AM_DISTCHECK_DVI_TARGET = dvi
221229distuninstallcheck_listfiles = find . -type f -print
222230am__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
225235ACLOCAL = @ACLOCAL@
226236AMTAR = @AMTAR@
227237AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
@@ -234,8 +244,9 @@ AWK = @AWK@
234244CC = @CC@
235245CCDEPMODE = @CCDEPMODE@
236246CFLAGS = @CFLAGS@
237- CPP = @CPP@
238247CPPFLAGS = @CPPFLAGS@
248+ CSCOPE = @CSCOPE@
249+ CTAGS = @CTAGS@
239250CXX = @CXX@
240251CXXCPP = @CXXCPP@
241252CXXDEPMODE = @CXXDEPMODE@
@@ -251,8 +262,10 @@ ECHO_C = @ECHO_C@
251262ECHO_N = @ECHO_N@
252263ECHO_T = @ECHO_T@
253264EGREP = @EGREP@
265+ ETAGS = @ETAGS@
254266EXEEXT = @EXEEXT@
255267FGREP = @FGREP@
268+ FILECMD = @FILECMD@
256269GREP = @GREP@
257270INSTALL = @INSTALL@
258271INSTALL_DATA = @INSTALL_DATA@
@@ -267,6 +280,7 @@ LIBTOOL = @LIBTOOL@
267280LIPO = @LIPO@
268281LN_S = @LN_S@
269282LTLIBOBJS = @LTLIBOBJS@
283+ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
270284LT_VERSION_INFO = @LT_VERSION_INFO@
271285MAINT = @MAINT@
272286MAKEINFO = @MAKEINFO@
@@ -304,8 +318,10 @@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
304318am__include = @am__include@
305319am__leading_dot = @am__leading_dot@
306320am__quote = @am__quote@
321+ am__rm_f_notfound = @am__rm_f_notfound@
307322am__tar = @am__tar@
308323am__untar = @am__untar@
324+ am__xargs_n = @am__xargs_n@
309325bindir = @bindir@
310326build = @build@
311327build_alias = @build_alias@
@@ -338,6 +354,7 @@ pdfdir = @pdfdir@
338354prefix = @prefix@
339355program_transform_name = @program_transform_name@
340356psdir = @psdir@
357+ runstatedir = @runstatedir@
341358sbindir = @sbindir@
342359sharedstatedir = @sharedstatedir@
343360srcdir = @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
373389Makefile : $(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)
526542distclean-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) "
594612dist-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
598616dist-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+
610632dist-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
617639dist-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
624646dist-zip : distdir
@@ -636,7 +658,7 @@ dist dist-all:
636658distcheck : 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:
747771clean-generic :
748772
749773distclean-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
753777maintainer-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