mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 06:03:49 +01:00 
			
		
		
		
	Tidy translation code in init.lsp Include rms.ny in Makefile.am Add rms.ny to Linux package Update Makefiles with: autoreconf --force --no-recursive Add rms.ny to mac build Add rms.ny to Windows build
		
			
				
	
	
		
			1304 lines
		
	
	
		
			50 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			1304 lines
		
	
	
		
			50 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile.in generated by automake 1.15 from Makefile.am.
 | |
| # @configure_input@
 | |
| 
 | |
| # Copyright (C) 1994-2014 Free Software Foundation, Inc.
 | |
| 
 | |
| # This Makefile.in is free software; the Free Software Foundation
 | |
| # gives unlimited permission to copy and/or distribute it,
 | |
| # with or without modifications, as long as this notice is preserved.
 | |
| 
 | |
| # This program is distributed in the hope that it will be useful,
 | |
| # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 | |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 | |
| # PARTICULAR PURPOSE.
 | |
| 
 | |
| @SET_MAKE@
 | |
| VPATH = @srcdir@
 | |
| am__is_gnu_make = { \
 | |
|   if test -z '$(MAKELEVEL)'; then \
 | |
|     false; \
 | |
|   elif test -n '$(MAKE_HOST)'; then \
 | |
|     true; \
 | |
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | |
|     true; \
 | |
|   else \
 | |
|     false; \
 | |
|   fi; \
 | |
| }
 | |
| am__make_running_with_option = \
 | |
|   case $${target_option-} in \
 | |
|       ?) ;; \
 | |
|       *) echo "am__make_running_with_option: internal error: invalid" \
 | |
|               "target option '$${target_option-}' specified" >&2; \
 | |
|          exit 1;; \
 | |
|   esac; \
 | |
|   has_opt=no; \
 | |
|   sane_makeflags=$$MAKEFLAGS; \
 | |
|   if $(am__is_gnu_make); then \
 | |
|     sane_makeflags=$$MFLAGS; \
 | |
|   else \
 | |
|     case $$MAKEFLAGS in \
 | |
|       *\\[\ \	]*) \
 | |
|         bs=\\; \
 | |
|         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 | |
|           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
 | |
|     esac; \
 | |
|   fi; \
 | |
|   skip_next=no; \
 | |
|   strip_trailopt () \
 | |
|   { \
 | |
|     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 | |
|   }; \
 | |
|   for flg in $$sane_makeflags; do \
 | |
|     test $$skip_next = yes && { skip_next=no; continue; }; \
 | |
|     case $$flg in \
 | |
|       *=*|--*) continue;; \
 | |
|         -*I) strip_trailopt 'I'; skip_next=yes;; \
 | |
|       -*I?*) strip_trailopt 'I';; \
 | |
|         -*O) strip_trailopt 'O'; skip_next=yes;; \
 | |
|       -*O?*) strip_trailopt 'O';; \
 | |
|         -*l) strip_trailopt 'l'; skip_next=yes;; \
 | |
|       -*l?*) strip_trailopt 'l';; \
 | |
|       -[dEDm]) skip_next=yes;; \
 | |
|       -[JT]) skip_next=yes;; \
 | |
|     esac; \
 | |
|     case $$flg in \
 | |
|       *$$target_option*) has_opt=yes; break;; \
 | |
|     esac; \
 | |
|   done; \
 | |
|   test $$has_opt = yes
 | |
| am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 | |
| am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 | |
| pkgdatadir = $(datadir)/@PACKAGE@
 | |
| pkgincludedir = $(includedir)/@PACKAGE@
 | |
| pkglibdir = $(libdir)/@PACKAGE@
 | |
| pkglibexecdir = $(libexecdir)/@PACKAGE@
 | |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 | |
| install_sh_DATA = $(install_sh) -c -m 644
 | |
| install_sh_PROGRAM = $(install_sh) -c
 | |
| install_sh_SCRIPT = $(install_sh) -c
 | |
| INSTALL_HEADER = $(INSTALL_DATA)
 | |
| transform = $(program_transform_name)
 | |
| NORMAL_INSTALL = :
 | |
| PRE_INSTALL = :
 | |
| POST_INSTALL = :
 | |
| NORMAL_UNINSTALL = :
 | |
| PRE_UNINSTALL = :
 | |
| POST_UNINSTALL = :
 | |
| build_triplet = @build@
 | |
| host_triplet = @host@
 | |
| @USE_LOCAL_EXPAT_TRUE@am__append_1 = expat
 | |
| @USE_LOCAL_LIBID3TAG_TRUE@am__append_2 = libid3tag
 | |
| @USE_LOCAL_LIBMAD_TRUE@am__append_3 = libmad
 | |
| @USE_LOCAL_LIBNYQUIST_TRUE@am__append_4 = libnyquist
 | |
| @USE_LOCAL_LIBSNDFILE_TRUE@am__append_5 = libsndfile
 | |
| @USE_LOCAL_LIBSOXR_TRUE@am__append_6 = libsoxr
 | |
| @USE_LOCAL_LIBSOUNDTOUCH_TRUE@am__append_7 = soundtouch
 | |
| @USE_LOCAL_LIBTWOLAME_TRUE@am__append_8 = twolame
 | |
| @USE_LOCAL_LIBVORBIS_TRUE@am__append_9 = libogg libvorbis
 | |
| 
 | |
| # Note: libflac needs to be linked against (the local or system) libogg.
 | |
| @USE_LOCAL_LIBFLAC_TRUE@am__append_10 = libflac
 | |
| @USE_LOCAL_LV2_TRUE@am__append_11 = lv2
 | |
| @USE_LOCAL_PORTAUDIO_TRUE@am__append_12 = portaudio-v19
 | |
| @USE_LOCAL_PORTSMF_TRUE@am__append_13 = portsmf
 | |
| @USE_LOCAL_PORTMIDI_TRUE@am__append_14 = portmidi
 | |
| @USE_LOCAL_SBSMS_TRUE@am__append_15 = sbsms
 | |
| @USE_LOCAL_VAMP_TRUE@am__append_16 = libvamp
 | |
| @USE_LOCAL_WIDGETEXTRA_TRUE@am__append_17 = lib-widget-extra
 | |
| subdir = lib-src
 | |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 | |
| am__aclocal_m4_deps = $(top_srcdir)/m4/ac_c99_func_lrint.m4 \
 | |
| 	$(top_srcdir)/m4/ac_c99_func_lrintf.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_ffmpeg.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_gstreamer.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_lame.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libexpat.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libflac.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libid3tag.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libmad.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libnyquist.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libsbsms.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libsndfile.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libsoundtouch.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libsoxr.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libtwolame.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libvamp.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_libvorbis.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_lv2.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_portaudio.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_portmidi.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_portsmf.m4 \
 | |
| 	$(top_srcdir)/m4/audacity_checklib_widgetextra.m4 \
 | |
| 	$(top_srcdir)/m4/ax_cflags_strict_prototypes.m4 \
 | |
| 	$(top_srcdir)/m4/ax_cflags_warn_all.m4 \
 | |
| 	$(top_srcdir)/m4/ax_check_compiler_flags.m4 \
 | |
| 	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
 | |
| 	$(top_srcdir)/m4/ax_cxx_check_flag.m4 \
 | |
| 	$(top_srcdir)/m4/ax_cxxcpp_check_flag.m4 \
 | |
| 	$(top_srcdir)/m4/ax_gcc_version_atleast.m4 \
 | |
| 	$(top_srcdir)/m4/ax_ld_check_flag.m4 \
 | |
| 	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
 | |
| 	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
 | |
| 	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 | |
| 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 | |
| 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 | |
| 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 | |
| 	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
 | |
| 	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/visibility.m4 \
 | |
| 	$(top_srcdir)/configure.ac
 | |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | |
| 	$(ACLOCAL_M4)
 | |
| DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 | |
| mkinstalldirs = $(install_sh) -d
 | |
| CONFIG_HEADER = $(top_builddir)/src/configwin.h \
 | |
| 	$(top_builddir)/src/configunix.h
 | |
| CONFIG_CLEAN_FILES =
 | |
| CONFIG_CLEAN_VPATH_FILES =
 | |
| AM_V_P = $(am__v_P_@AM_V@)
 | |
| am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 | |
| am__v_P_0 = false
 | |
| am__v_P_1 = :
 | |
| AM_V_GEN = $(am__v_GEN_@AM_V@)
 | |
| am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 | |
| am__v_GEN_0 = @echo "  GEN     " $@;
 | |
| am__v_GEN_1 = 
 | |
| AM_V_at = $(am__v_at_@AM_V@)
 | |
| am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 | |
| am__v_at_0 = @
 | |
| am__v_at_1 = 
 | |
| SOURCES =
 | |
| DIST_SOURCES =
 | |
| RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 | |
| 	ctags-recursive dvi-recursive html-recursive info-recursive \
 | |
| 	install-data-recursive install-dvi-recursive \
 | |
| 	install-exec-recursive install-html-recursive \
 | |
| 	install-info-recursive install-pdf-recursive \
 | |
| 	install-ps-recursive install-recursive installcheck-recursive \
 | |
| 	installdirs-recursive pdf-recursive ps-recursive \
 | |
| 	tags-recursive uninstall-recursive
 | |
| am__can_run_installinfo = \
 | |
|   case $$AM_UPDATE_INFO_DIR in \
 | |
|     n|no|NO) false;; \
 | |
|     *) (install-info --version) >/dev/null 2>&1;; \
 | |
|   esac
 | |
| RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
 | |
|   distclean-recursive maintainer-clean-recursive
 | |
| am__recursive_targets = \
 | |
|   $(RECURSIVE_TARGETS) \
 | |
|   $(RECURSIVE_CLEAN_TARGETS) \
 | |
|   $(am__extra_recursive_targets)
 | |
| AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 | |
| 	distdir
 | |
| am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 | |
| # Read a list of newline-separated strings from the standard input,
 | |
| # and print each of them once, without duplicates.  Input order is
 | |
| # *not* preserved.
 | |
| am__uniquify_input = $(AWK) '\
 | |
|   BEGIN { nonempty = 0; } \
 | |
|   { items[$$0] = 1; nonempty = 1; } \
 | |
|   END { if (nonempty) { for (i in items) print i; }; } \
 | |
| '
 | |
| # Make sure the list of sources is unique.  This is necessary because,
 | |
| # e.g., the same source file might be shared among _SOURCES variables
 | |
| # for different programs/libraries.
 | |
| am__define_uniq_tagged_files = \
 | |
|   list='$(am__tagged_files)'; \
 | |
|   unique=`for i in $$list; do \
 | |
|     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 | |
|   done | $(am__uniquify_input)`
 | |
| ETAGS = etags
 | |
| CTAGS = ctags
 | |
| am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/dist-libsoxr.mk \
 | |
| 	$(srcdir)/dist-libvamp.mk $(srcdir)/dist-portaudio.mk
 | |
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 | |
| am__relativize = \
 | |
|   dir0=`pwd`; \
 | |
|   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 | |
|   sed_rest='s,^[^/]*/*,,'; \
 | |
|   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 | |
|   sed_butlast='s,/*[^/]*$$,,'; \
 | |
|   while test -n "$$dir1"; do \
 | |
|     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 | |
|     if test "$$first" != "."; then \
 | |
|       if test "$$first" = ".."; then \
 | |
|         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 | |
|         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 | |
|       else \
 | |
|         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 | |
|         if test "$$first2" = "$$first"; then \
 | |
|           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 | |
|         else \
 | |
|           dir2="../$$dir2"; \
 | |
|         fi; \
 | |
|         dir0="$$dir0"/"$$first"; \
 | |
|       fi; \
 | |
|     fi; \
 | |
|     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 | |
|   done; \
 | |
|   reldir="$$dir2"
 | |
| ACLOCAL = @ACLOCAL@
 | |
| AMTAR = @AMTAR@
 | |
| AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 | |
| AR = @AR@
 | |
| AUDACITY_NAME = @AUDACITY_NAME@
 | |
| AUTOCONF = @AUTOCONF@
 | |
| AUTOHEADER = @AUTOHEADER@
 | |
| AUTOMAKE = @AUTOMAKE@
 | |
| AVCODEC_CFLAGS = @AVCODEC_CFLAGS@
 | |
| AVCODEC_LIBS = @AVCODEC_LIBS@
 | |
| AVFORMAT_CFLAGS = @AVFORMAT_CFLAGS@
 | |
| AVFORMAT_LIBS = @AVFORMAT_LIBS@
 | |
| AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
 | |
| AVUTIL_LIBS = @AVUTIL_LIBS@
 | |
| AWK = @AWK@
 | |
| BUILD_LDFLAGS = @BUILD_LDFLAGS@
 | |
| CC = @CC@
 | |
| CCDEPMODE = @CCDEPMODE@
 | |
| CDEPEND = @CDEPEND@
 | |
| CFLAGS = @CFLAGS@
 | |
| CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
 | |
| CONFIGHEADER = @CONFIGHEADER@
 | |
| CPP = @CPP@
 | |
| CPPFLAGS = @CPPFLAGS@
 | |
| CXX = @CXX@
 | |
| CXXCPP = @CXXCPP@
 | |
| CXXDEPMODE = @CXXDEPMODE@
 | |
| CXXFLAGS = @CXXFLAGS@
 | |
| CYGPATH_W = @CYGPATH_W@
 | |
| DEFS = @DEFS@
 | |
| DEPDIR = @DEPDIR@
 | |
| DLLTOOL = @DLLTOOL@
 | |
| DSYMUTIL = @DSYMUTIL@
 | |
| DUMPBIN = @DUMPBIN@
 | |
| ECHO_C = @ECHO_C@
 | |
| ECHO_N = @ECHO_N@
 | |
| ECHO_T = @ECHO_T@
 | |
| EGREP = @EGREP@
 | |
| EXEEXT = @EXEEXT@
 | |
| EXPAT_CFLAGS = @EXPAT_CFLAGS@
 | |
| EXPAT_LIBS = @EXPAT_LIBS@
 | |
| EXTRATARGETS = @EXTRATARGETS@
 | |
| FFMPEG_CFLAGS = @FFMPEG_CFLAGS@
 | |
| FFMPEG_LIBS = @FFMPEG_LIBS@
 | |
| FGREP = @FGREP@
 | |
| FILEDIALOG_LIBS = @FILEDIALOG_LIBS@
 | |
| FLAC_CFLAGS = @FLAC_CFLAGS@
 | |
| FLAC_LIBS = @FLAC_LIBS@
 | |
| GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 | |
| GMSGFMT = @GMSGFMT@
 | |
| GMSGFMT_015 = @GMSGFMT_015@
 | |
| GREP = @GREP@
 | |
| GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
 | |
| GSTREAMER_LIBS = @GSTREAMER_LIBS@
 | |
| GTK_CFLAGS = @GTK_CFLAGS@
 | |
| GTK_LIBS = @GTK_LIBS@
 | |
| HAVE_GTK = @HAVE_GTK@
 | |
| HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 | |
| HAVE_VISIBILITY = @HAVE_VISIBILITY@
 | |
| ID3TAG_CFLAGS = @ID3TAG_CFLAGS@
 | |
| ID3TAG_LIBS = @ID3TAG_LIBS@
 | |
| INSTALL = @INSTALL@
 | |
| INSTALL_DATA = @INSTALL_DATA@
 | |
| INSTALL_PREFIX = @INSTALL_PREFIX@
 | |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@
 | |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@
 | |
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 | |
| INTLLIBS = @INTLLIBS@
 | |
| INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 | |
| JACK_CFLAGS = @JACK_CFLAGS@
 | |
| JACK_LIBS = @JACK_LIBS@
 | |
| LAME_CFLAGS = @LAME_CFLAGS@
 | |
| LAME_LIBS = @LAME_LIBS@
 | |
| LD = @LD@
 | |
| LDFLAGS = @LDFLAGS@
 | |
| LIBICONV = @LIBICONV@
 | |
| LIBINTL = @LIBINTL@
 | |
| LIBMAD_CFLAGS = @LIBMAD_CFLAGS@
 | |
| LIBMAD_LIBS = @LIBMAD_LIBS@
 | |
| LIBNYQUIST_CFLAGS = @LIBNYQUIST_CFLAGS@
 | |
| LIBNYQUIST_LIBS = @LIBNYQUIST_LIBS@
 | |
| LIBOBJS = @LIBOBJS@
 | |
| LIBS = @LIBS@
 | |
| LIBTOOL = @LIBTOOL@
 | |
| LIBTWOLAME_CFLAGS = @LIBTWOLAME_CFLAGS@
 | |
| LIBTWOLAME_LIBS = @LIBTWOLAME_LIBS@
 | |
| LIBVORBIS_CFLAGS = @LIBVORBIS_CFLAGS@
 | |
| LIBVORBIS_LIBS = @LIBVORBIS_LIBS@
 | |
| LIPO = @LIPO@
 | |
| LN_S = @LN_S@
 | |
| LTLIBICONV = @LTLIBICONV@
 | |
| LTLIBINTL = @LTLIBINTL@
 | |
| LTLIBOBJS = @LTLIBOBJS@
 | |
| LV2_CFLAGS = @LV2_CFLAGS@
 | |
| LV2_LIBS = @LV2_LIBS@
 | |
| MAINT = @MAINT@
 | |
| MAKEINFO = @MAKEINFO@
 | |
| MANIFEST_TOOL = @MANIFEST_TOOL@
 | |
| MIMETYPES = @MIMETYPES@
 | |
| MKDIR_P = @MKDIR_P@
 | |
| MSGFMT = @MSGFMT@
 | |
| MSGFMT_015 = @MSGFMT_015@
 | |
| MSGMERGE = @MSGMERGE@
 | |
| NM = @NM@
 | |
| NMEDIT = @NMEDIT@
 | |
| OBJDUMP = @OBJDUMP@
 | |
| OBJEXT = @OBJEXT@
 | |
| OTOOL = @OTOOL@
 | |
| OTOOL64 = @OTOOL64@
 | |
| PACKAGE = @PACKAGE@
 | |
| PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 | |
| PACKAGE_NAME = @PACKAGE_NAME@
 | |
| PACKAGE_STRING = @PACKAGE_STRING@
 | |
| PACKAGE_TARNAME = @PACKAGE_TARNAME@
 | |
| PACKAGE_URL = @PACKAGE_URL@
 | |
| PACKAGE_VERSION = @PACKAGE_VERSION@
 | |
| PATH_SEPARATOR = @PATH_SEPARATOR@
 | |
| PKG_CONFIG = @PKG_CONFIG@
 | |
| PORTAUDIO_CFLAGS = @PORTAUDIO_CFLAGS@
 | |
| PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
 | |
| PORTMIDI_CFLAGS = @PORTMIDI_CFLAGS@
 | |
| PORTMIDI_LIBS = @PORTMIDI_LIBS@
 | |
| PORTMIXER_LIBS = @PORTMIXER_LIBS@
 | |
| PORTSMF_CFLAGS = @PORTSMF_CFLAGS@
 | |
| PORTSMF_LIBS = @PORTSMF_LIBS@
 | |
| POSUB = @POSUB@
 | |
| PRECOMP_CFLAGS = @PRECOMP_CFLAGS@
 | |
| RANLIB = @RANLIB@
 | |
| SBSMS_CFLAGS = @SBSMS_CFLAGS@
 | |
| SBSMS_LIBS = @SBSMS_LIBS@
 | |
| SED = @SED@
 | |
| SET_MAKE = @SET_MAKE@
 | |
| SHELL = @SHELL@
 | |
| SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 | |
| SNDFILE_LIBS = @SNDFILE_LIBS@
 | |
| SOUNDTOUCH_CFLAGS = @SOUNDTOUCH_CFLAGS@
 | |
| SOUNDTOUCH_LIBS = @SOUNDTOUCH_LIBS@
 | |
| SOXR_CFLAGS = @SOXR_CFLAGS@
 | |
| SOXR_LIBS = @SOXR_LIBS@
 | |
| STRIP = @STRIP@
 | |
| USE_NLS = @USE_NLS@
 | |
| VAMP_CFLAGS = @VAMP_CFLAGS@
 | |
| VAMP_LIBS = @VAMP_LIBS@
 | |
| VERSION = @VERSION@
 | |
| WIDGETEXTRA_CFLAGS = @WIDGETEXTRA_CFLAGS@
 | |
| WIDGETEXTRA_LIBS = @WIDGETEXTRA_LIBS@
 | |
| WX_CONFIG = @WX_CONFIG@
 | |
| WX_CXXFLAGS = @WX_CXXFLAGS@
 | |
| WX_LIBS = @WX_LIBS@
 | |
| XGETTEXT = @XGETTEXT@
 | |
| XGETTEXT_015 = @XGETTEXT_015@
 | |
| XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 | |
| abs_builddir = @abs_builddir@
 | |
| abs_srcdir = @abs_srcdir@
 | |
| abs_top_builddir = @abs_top_builddir@
 | |
| abs_top_srcdir = @abs_top_srcdir@
 | |
| ac_ct_AR = @ac_ct_AR@
 | |
| ac_ct_CC = @ac_ct_CC@
 | |
| ac_ct_CXX = @ac_ct_CXX@
 | |
| ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 | |
| am__include = @am__include@
 | |
| am__leading_dot = @am__leading_dot@
 | |
| am__quote = @am__quote@
 | |
| am__tar = @am__tar@
 | |
| am__untar = @am__untar@
 | |
| bindir = @bindir@
 | |
| build = @build@
 | |
| build_alias = @build_alias@
 | |
| build_cpu = @build_cpu@
 | |
| build_os = @build_os@
 | |
| build_vendor = @build_vendor@
 | |
| builddir = @builddir@
 | |
| datadir = @datadir@
 | |
| datarootdir = @datarootdir@
 | |
| docdir = @docdir@
 | |
| dvidir = @dvidir@
 | |
| exec_prefix = @exec_prefix@
 | |
| host = @host@
 | |
| host_alias = @host_alias@
 | |
| host_cpu = @host_cpu@
 | |
| host_os = @host_os@
 | |
| host_vendor = @host_vendor@
 | |
| htmldir = @htmldir@
 | |
| includedir = @includedir@
 | |
| infodir = @infodir@
 | |
| install_sh = @install_sh@
 | |
| libdir = @libdir@
 | |
| libexecdir = @libexecdir@
 | |
| localedir = @localedir@
 | |
| localstatedir = @localstatedir@
 | |
| mandir = @mandir@
 | |
| mkdir_p = @mkdir_p@
 | |
| oldincludedir = @oldincludedir@
 | |
| pdfdir = @pdfdir@
 | |
| prefix = @prefix@
 | |
| program_transform_name = @program_transform_name@
 | |
| psdir = @psdir@
 | |
| runstatedir = @runstatedir@
 | |
| sbindir = @sbindir@
 | |
| sharedstatedir = @sharedstatedir@
 | |
| srcdir = @srcdir@
 | |
| subdirs = @subdirs@
 | |
| sysconfdir = @sysconfdir@
 | |
| target_alias = @target_alias@
 | |
| top_build_prefix = @top_build_prefix@
 | |
| top_builddir = @top_builddir@
 | |
| top_srcdir = @top_srcdir@
 | |
| 
 | |
| # Distribute patches
 | |
| 
 | |
| # Distribute library schedule
 | |
| EXTRA_DIST = ffmpeg/libavcodec/avcodec.h ffmpeg/libavcodec/avfft.h \
 | |
| 	ffmpeg/libavcodec/dxva2.h ffmpeg/libavcodec/old_codec_ids.h \
 | |
| 	ffmpeg/libavcodec/vaapi.h ffmpeg/libavcodec/vda.h \
 | |
| 	ffmpeg/libavcodec/vdpau.h ffmpeg/libavcodec/version.h \
 | |
| 	ffmpeg/libavcodec/xvmc.h ffmpeg/libavformat/avformat.h \
 | |
| 	ffmpeg/libavformat/avio.h ffmpeg/libavformat/version.h \
 | |
| 	ffmpeg/libavutil/adler32.h ffmpeg/libavutil/aes.h \
 | |
| 	ffmpeg/libavutil/attributes.h ffmpeg/libavutil/audioconvert.h \
 | |
| 	ffmpeg/libavutil/audio_fifo.h ffmpeg/libavutil/avassert.h \
 | |
| 	ffmpeg/libavutil/avconfig.h ffmpeg/libavutil/avstring.h \
 | |
| 	ffmpeg/libavutil/avutil.h ffmpeg/libavutil/base64.h \
 | |
| 	ffmpeg/libavutil/blowfish.h ffmpeg/libavutil/bprint.h \
 | |
| 	ffmpeg/libavutil/bswap.h ffmpeg/libavutil/buffer.h \
 | |
| 	ffmpeg/libavutil/channel_layout.h ffmpeg/libavutil/common.h \
 | |
| 	ffmpeg/libavutil/cpu.h ffmpeg/libavutil/crc.h \
 | |
| 	ffmpeg/libavutil/dict.h ffmpeg/libavutil/downmix_info.h \
 | |
| 	ffmpeg/libavutil/error.h ffmpeg/libavutil/eval.h \
 | |
| 	ffmpeg/libavutil/ffversion.h ffmpeg/libavutil/fifo.h \
 | |
| 	ffmpeg/libavutil/file.h ffmpeg/libavutil/frame.h \
 | |
| 	ffmpeg/libavutil/hmac.h ffmpeg/libavutil/imgutils.h \
 | |
| 	ffmpeg/libavutil/intfloat.h \
 | |
| 	ffmpeg/libavutil/intfloat_readwrite.h \
 | |
| 	ffmpeg/libavutil/intreadwrite.h ffmpeg/libavutil/lfg.h \
 | |
| 	ffmpeg/libavutil/log.h ffmpeg/libavutil/lzo.h \
 | |
| 	ffmpeg/libavutil/macros.h ffmpeg/libavutil/mathematics.h \
 | |
| 	ffmpeg/libavutil/md5.h ffmpeg/libavutil/mem.h \
 | |
| 	ffmpeg/libavutil/murmur3.h ffmpeg/libavutil/old_pix_fmts.h \
 | |
| 	ffmpeg/libavutil/opencl.h ffmpeg/libavutil/opt.h \
 | |
| 	ffmpeg/libavutil/parseutils.h ffmpeg/libavutil/pixdesc.h \
 | |
| 	ffmpeg/libavutil/pixfmt.h ffmpeg/libavutil/random_seed.h \
 | |
| 	ffmpeg/libavutil/rational.h ffmpeg/libavutil/ripemd.h \
 | |
| 	ffmpeg/libavutil/samplefmt.h ffmpeg/libavutil/sha512.h \
 | |
| 	ffmpeg/libavutil/sha.h ffmpeg/libavutil/stereo3d.h \
 | |
| 	ffmpeg/libavutil/timecode.h ffmpeg/libavutil/time.h \
 | |
| 	ffmpeg/libavutil/timestamp.h ffmpeg/libavutil/version.h \
 | |
| 	ffmpeg/libavutil/xtea.h ffmpeg/win32/inttypes.h \
 | |
| 	ffmpeg/win32/stdint.h lame/lame/lame.h $(NULL) \
 | |
| 	portsmf/autotools.patch portsmf/autotools-fix-make-dist.patch \
 | |
| 	sbsms/autotools.patch sbsms/autotools-fix-make-dist.patch \
 | |
| 	sbsms/dont-mangle-cflags.patch $(NULL) audacity-patches.txt \
 | |
| 	$(NULL) libsoxr/add-make-check-support.patch libsoxr/AUTHORS \
 | |
| 	libsoxr/CMakeLists.txt \
 | |
| 	libsoxr/cmake/Modules/FindLibAVCodec.cmake \
 | |
| 	libsoxr/cmake/Modules/FindOpenMP.cmake \
 | |
| 	libsoxr/cmake/Modules/FindSIMD.cmake \
 | |
| 	libsoxr/cmake/Modules/TestBigEndian.cmake libsoxr/configure \
 | |
| 	libsoxr/COPYING.LGPL libsoxr/deinstall.cmake.in \
 | |
| 	libsoxr/examples/1a-lsr.c libsoxr/examples/1-single-block.c \
 | |
| 	libsoxr/examples/2-stream.C \
 | |
| 	libsoxr/examples/3-options-input-fn.c \
 | |
| 	libsoxr/examples/4-split-channels.c \
 | |
| 	libsoxr/examples/5-variable-rate.c \
 | |
| 	libsoxr/examples/CMakeLists.txt \
 | |
| 	libsoxr/examples/examples-common.h libsoxr/examples/README \
 | |
| 	libsoxr/go libsoxr/go.bat libsoxr/INSTALL libsoxr/inst-check \
 | |
| 	libsoxr/inst-check-soxr libsoxr/LICENCE \
 | |
| 	libsoxr/msvc/libsoxr.vcproj libsoxr/msvc/README \
 | |
| 	libsoxr/msvc/soxr-config.h libsoxr/NEWS libsoxr/README \
 | |
| 	libsoxr/soxr-config.h.in libsoxr/src/aliases.h \
 | |
| 	libsoxr/src/avfft32.c libsoxr/src/avfft32s.c \
 | |
| 	libsoxr/src/ccrw2.h libsoxr/src/CMakeLists.txt \
 | |
| 	libsoxr/src/data-io.c libsoxr/src/data-io.h \
 | |
| 	libsoxr/src/dbesi0.c libsoxr/src/fft4g32.c \
 | |
| 	libsoxr/src/fft4g32s.c libsoxr/src/fft4g64.c \
 | |
| 	libsoxr/src/fft4g.c libsoxr/src/fft4g_cache.h \
 | |
| 	libsoxr/src/fft4g.h libsoxr/src/fifo.h libsoxr/src/filter.c \
 | |
| 	libsoxr/src/filter.h libsoxr/src/filters.h \
 | |
| 	libsoxr/src/half_coefs.h libsoxr/src/half-fir.h \
 | |
| 	libsoxr/src/internal.h libsoxr/src/libsoxr-dev.src.in \
 | |
| 	libsoxr/src/libsoxr.src.in libsoxr/src/lsr.c \
 | |
| 	libsoxr/src/pffft32.c libsoxr/src/pffft32s.c \
 | |
| 	libsoxr/src/pffft.c libsoxr/src/pffft.h \
 | |
| 	libsoxr/src/poly-fir0.h libsoxr/src/poly-fir.h \
 | |
| 	libsoxr/src/rate32.c libsoxr/src/rate32s.c \
 | |
| 	libsoxr/src/rate64.c libsoxr/src/rate.h libsoxr/src/rdft.h \
 | |
| 	libsoxr/src/rint-clip.h libsoxr/src/rint.h \
 | |
| 	libsoxr/src/samplerate.h libsoxr/src/simd.c \
 | |
| 	libsoxr/src/simd-dev.h libsoxr/src/simd.h libsoxr/src/soxr.c \
 | |
| 	libsoxr/src/soxr.h libsoxr/src/soxr-lsr.h \
 | |
| 	libsoxr/src/soxr-lsr.pc.in libsoxr/src/soxr.pc.in \
 | |
| 	libsoxr/src/vr32.c libsoxr/tests/CMakeLists.txt \
 | |
| 	libsoxr/tests/cmp-test.cmake libsoxr/tests/eg-test \
 | |
| 	libsoxr/tests/io-test libsoxr/tests/large-ratio \
 | |
| 	libsoxr/tests/README libsoxr/tests/vector-cmp.c \
 | |
| 	libsoxr/tests/vector-gen.c libsoxr/TODO $(NULL) \
 | |
| 	libvamp/build/Doxyfile libvamp/build/libvamp-hostsdk.la.in \
 | |
| 	libvamp/build/libvamp-sdk.la.in libvamp/build/Makefile.mingw32 \
 | |
| 	libvamp/build/Makefile.osx libvamp/build/Makefile.osx.106 \
 | |
| 	libvamp/build/README.linux libvamp/build/README.msvc \
 | |
| 	libvamp/build/README.osx libvamp/build/update-version.sh \
 | |
| 	libvamp/build/VampExamplePlugins.sln \
 | |
| 	libvamp/build/VampExamplePlugins.vcproj \
 | |
| 	libvamp/build/VampExamplePlugins.vcxproj \
 | |
| 	libvamp/build/VampHostSDK.sln libvamp/build/VampHostSDK.vcproj \
 | |
| 	libvamp/build/VampHostSDK.vcxproj \
 | |
| 	libvamp/build/vamp-plugin.list libvamp/build/vamp-plugin.map \
 | |
| 	libvamp/build/VampPluginSDK.sln \
 | |
| 	libvamp/build/VampPluginSDK.vcproj \
 | |
| 	libvamp/build/VampPluginSDK.vcxproj libvamp/CHANGELOG \
 | |
| 	libvamp/configure libvamp/configure.ac libvamp/COPYING \
 | |
| 	libvamp/examples/AmplitudeFollower.cpp \
 | |
| 	libvamp/examples/AmplitudeFollower.h \
 | |
| 	libvamp/examples/FixedTempoEstimator.cpp \
 | |
| 	libvamp/examples/FixedTempoEstimator.h \
 | |
| 	libvamp/examples/PercussionOnsetDetector.cpp \
 | |
| 	libvamp/examples/PercussionOnsetDetector.h \
 | |
| 	libvamp/examples/plugins.cpp \
 | |
| 	libvamp/examples/PowerSpectrum.cpp \
 | |
| 	libvamp/examples/PowerSpectrum.h \
 | |
| 	libvamp/examples/SpectralCentroid.cpp \
 | |
| 	libvamp/examples/SpectralCentroid.h \
 | |
| 	libvamp/examples/vamp-example-plugins.cat \
 | |
| 	libvamp/examples/vamp-example-plugins.n3 \
 | |
| 	libvamp/examples/ZeroCrossing.cpp \
 | |
| 	libvamp/examples/ZeroCrossing.h libvamp/fix-all-target.patch \
 | |
| 	libvamp/fix-linkage-against-dl.patch libvamp/host/system.h \
 | |
| 	libvamp/host/vamp-simple-host.cpp libvamp/INSTALL \
 | |
| 	libvamp/Makefile.in libvamp/pkgconfig/vamp-hostsdk.pc.in \
 | |
| 	libvamp/pkgconfig/vamp.pc.in libvamp/pkgconfig/vamp-sdk.pc.in \
 | |
| 	libvamp/rdf/doc/glance.htm libvamp/rdf/doc/vamp.html \
 | |
| 	libvamp/rdf/doc/vamp.pl \
 | |
| 	libvamp/rdf/generator/vamp-rdf-template-generator.cpp \
 | |
| 	libvamp/rdf/README libvamp/rdf/ToDo libvamp/rdf/vamp.n3 \
 | |
| 	libvamp/rdf/vamp.rdf libvamp/README libvamp/README.compat \
 | |
| 	libvamp/skeleton/Makefile.skeleton \
 | |
| 	libvamp/skeleton/MyPlugin.cpp libvamp/skeleton/MyPlugin.h \
 | |
| 	libvamp/skeleton/plugins.cpp libvamp/skeleton/vamp-plugin.list \
 | |
| 	libvamp/skeleton/vamp-plugin.map libvamp/src/doc-overview \
 | |
| 	libvamp/src/vamp-hostsdk/acsymbols.c \
 | |
| 	libvamp/src/vamp-hostsdk/PluginBufferingAdapter.cpp \
 | |
| 	libvamp/src/vamp-hostsdk/PluginChannelAdapter.cpp \
 | |
| 	libvamp/src/vamp-hostsdk/PluginHostAdapter.cpp \
 | |
| 	libvamp/src/vamp-hostsdk/PluginInputDomainAdapter.cpp \
 | |
| 	libvamp/src/vamp-hostsdk/PluginLoader.cpp \
 | |
| 	libvamp/src/vamp-hostsdk/PluginSummarisingAdapter.cpp \
 | |
| 	libvamp/src/vamp-hostsdk/PluginWrapper.cpp \
 | |
| 	libvamp/src/vamp-hostsdk/RealTime.cpp \
 | |
| 	libvamp/src/vamp-hostsdk/Window.h \
 | |
| 	libvamp/src/vamp-sdk/acsymbols.c libvamp/src/vamp-sdk/FFT.cpp \
 | |
| 	libvamp/src/vamp-sdk/FFTimpl.cpp \
 | |
| 	libvamp/src/vamp-sdk/PluginAdapter.cpp \
 | |
| 	libvamp/src/vamp-sdk/RealTime.cpp \
 | |
| 	libvamp/vamp-hostsdk/hostguard.h \
 | |
| 	libvamp/vamp-hostsdk/PluginBase.h \
 | |
| 	libvamp/vamp-hostsdk/PluginBufferingAdapter.h \
 | |
| 	libvamp/vamp-hostsdk/PluginChannelAdapter.h \
 | |
| 	libvamp/vamp-hostsdk/Plugin.h \
 | |
| 	libvamp/vamp-hostsdk/PluginHostAdapter.h \
 | |
| 	libvamp/vamp-hostsdk/PluginInputDomainAdapter.h \
 | |
| 	libvamp/vamp-hostsdk/PluginLoader.h \
 | |
| 	libvamp/vamp-hostsdk/PluginSummarisingAdapter.h \
 | |
| 	libvamp/vamp-hostsdk/PluginWrapper.h \
 | |
| 	libvamp/vamp-hostsdk/RealTime.h \
 | |
| 	libvamp/vamp-hostsdk/vamp-hostsdk.h libvamp/vamp-sdk/FFT.h \
 | |
| 	libvamp/vamp-sdk/plugguard.h libvamp/vamp-sdk/PluginAdapter.h \
 | |
| 	libvamp/vamp-sdk/PluginBase.h libvamp/vamp-sdk/Plugin.h \
 | |
| 	libvamp/vamp-sdk/RealTime.h libvamp/vamp-sdk/vamp-sdk.h \
 | |
| 	libvamp/vamp/vamp.h $(NULL) \
 | |
| 	portaudio-v19/bindings/cpp/aclocal.m4 \
 | |
| 	portaudio-v19/bindings/cpp/AUTHORS \
 | |
| 	portaudio-v19/bindings/cpp/bin/Makefile.am \
 | |
| 	portaudio-v19/bindings/cpp/bin/Makefile.in \
 | |
| 	portaudio-v19/bindings/cpp/build/gnu/aclocal.m4 \
 | |
| 	portaudio-v19/bindings/cpp/build/gnu/config.guess \
 | |
| 	portaudio-v19/bindings/cpp/build/gnu/config.sub \
 | |
| 	portaudio-v19/bindings/cpp/build/gnu/configure \
 | |
| 	portaudio-v19/bindings/cpp/build/gnu/configure.ac \
 | |
| 	portaudio-v19/bindings/cpp/build/gnu/install-sh \
 | |
| 	portaudio-v19/bindings/cpp/build/gnu/Makefile.in \
 | |
| 	portaudio-v19/bindings/cpp/build/gnu/OUT_OF_DATE \
 | |
| 	portaudio-v19/bindings/cpp/build/vc6/devs_example.dsp \
 | |
| 	portaudio-v19/bindings/cpp/build/vc6/devs_example.dsw \
 | |
| 	portaudio-v19/bindings/cpp/build/vc6/sine_example.dsp \
 | |
| 	portaudio-v19/bindings/cpp/build/vc6/sine_example.dsw \
 | |
| 	portaudio-v19/bindings/cpp/build/vc6/static_library.dsp \
 | |
| 	portaudio-v19/bindings/cpp/build/vc6/static_library.dsw \
 | |
| 	portaudio-v19/bindings/cpp/build/vc7_1/devs_example.sln \
 | |
| 	portaudio-v19/bindings/cpp/build/vc7_1/devs_example.vcproj \
 | |
| 	portaudio-v19/bindings/cpp/build/vc7_1/sine_example.sln \
 | |
| 	portaudio-v19/bindings/cpp/build/vc7_1/sine_example.vcproj \
 | |
| 	portaudio-v19/bindings/cpp/build/vc7_1/static_library.sln \
 | |
| 	portaudio-v19/bindings/cpp/build/vc7_1/static_library.vcproj \
 | |
| 	portaudio-v19/bindings/cpp/build/vc7/OUT_OF_DATE \
 | |
| 	portaudio-v19/bindings/cpp/ChangeLog \
 | |
| 	portaudio-v19/bindings/cpp/configure \
 | |
| 	portaudio-v19/bindings/cpp/configure.ac \
 | |
| 	portaudio-v19/bindings/cpp/COPYING \
 | |
| 	portaudio-v19/bindings/cpp/doc/config.doxy \
 | |
| 	portaudio-v19/bindings/cpp/doc/config.doxy.linux \
 | |
| 	portaudio-v19/bindings/cpp/doc/Makefile.am \
 | |
| 	portaudio-v19/bindings/cpp/doc/Makefile.in \
 | |
| 	portaudio-v19/bindings/cpp/doc/README \
 | |
| 	portaudio-v19/bindings/cpp/example/devs.cxx \
 | |
| 	portaudio-v19/bindings/cpp/example/sine.cxx \
 | |
| 	portaudio-v19/bindings/cpp/include/Makefile.am \
 | |
| 	portaudio-v19/bindings/cpp/include/Makefile.in \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/AsioDeviceAdapter.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/AutoSystem.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/BlockingStream.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/CallbackInterface.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/CallbackStream.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/CFunCallbackStream.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/CppFunCallbackStream.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/Device.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/DirectionSpecificStreamParameters.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/Exception.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/HostApi.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/InterfaceCallbackStream.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/MemFunCallbackStream.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/PortAudioCpp.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/SampleDataFormat.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/Stream.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/StreamParameters.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/SystemDeviceIterator.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/SystemHostApiIterator.hxx \
 | |
| 	portaudio-v19/bindings/cpp/include/portaudiocpp/System.hxx \
 | |
| 	portaudio-v19/bindings/cpp/INSTALL \
 | |
| 	portaudio-v19/bindings/cpp/lib/Makefile.am \
 | |
| 	portaudio-v19/bindings/cpp/lib/Makefile.in \
 | |
| 	portaudio-v19/bindings/cpp/Makefile.am \
 | |
| 	portaudio-v19/bindings/cpp/Makefile.in \
 | |
| 	portaudio-v19/bindings/cpp/NEWS \
 | |
| 	portaudio-v19/bindings/cpp/portaudiocpp.pc.in \
 | |
| 	portaudio-v19/bindings/cpp/README \
 | |
| 	portaudio-v19/bindings/cpp/SConscript \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/AsioDeviceAdapter.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/BlockingStream.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/CallbackInterface.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/CallbackStream.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/CFunCallbackStream.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/CppFunCallbackStream.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/Device.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/DirectionSpecificStreamParameters.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/Exception.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/HostApi.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/InterfaceCallbackStream.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/MemFunCallbackStream.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/Stream.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/StreamParameters.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/System.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/SystemDeviceIterator.cxx \
 | |
| 	portaudio-v19/bindings/cpp/source/portaudiocpp/SystemHostApiIterator.cxx \
 | |
| 	portaudio-v19/bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.sln \
 | |
| 	portaudio-v19/bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.vcproj \
 | |
| 	portaudio-v19/bindings/java/c/build/vs2010/PortAudioJNI/PortAudioJNI.vcxproj \
 | |
| 	portaudio-v19/bindings/java/c/src/com_portaudio_BlockingStream.c \
 | |
| 	portaudio-v19/bindings/java/c/src/com_portaudio_BlockingStream.h \
 | |
| 	portaudio-v19/bindings/java/c/src/com_portaudio_PortAudio.c \
 | |
| 	portaudio-v19/bindings/java/c/src/com_portaudio_PortAudio.h \
 | |
| 	portaudio-v19/bindings/java/c/src/jpa_tools.c \
 | |
| 	portaudio-v19/bindings/java/c/src/jpa_tools.h \
 | |
| 	portaudio-v19/bindings/java/jportaudio/.classpath \
 | |
| 	portaudio-v19/bindings/java/jportaudio.dox \
 | |
| 	portaudio-v19/bindings/java/jportaudio/jtests/com/portaudio/PlaySine.java \
 | |
| 	portaudio-v19/bindings/java/jportaudio/jtests/com/portaudio/TestBasic.java \
 | |
| 	portaudio-v19/bindings/java/jportaudio/.project \
 | |
| 	portaudio-v19/bindings/java/jportaudio/src/com/portaudio/BlockingStream.java \
 | |
| 	portaudio-v19/bindings/java/jportaudio/src/com/portaudio/DeviceInfo.java \
 | |
| 	portaudio-v19/bindings/java/jportaudio/src/com/portaudio/HostApiInfo.java \
 | |
| 	portaudio-v19/bindings/java/jportaudio/src/com/portaudio/PortAudio.java \
 | |
| 	portaudio-v19/bindings/java/jportaudio/src/com/portaudio/StreamInfo.java \
 | |
| 	portaudio-v19/bindings/java/jportaudio/src/com/portaudio/StreamParameters.java \
 | |
| 	portaudio-v19/bindings/java/scripts/make_header.bat \
 | |
| 	portaudio-v19/build/msvc/portaudio.def \
 | |
| 	portaudio-v19/build/msvc/portaudio.dsp \
 | |
| 	portaudio-v19/build/msvc/portaudio.dsw \
 | |
| 	portaudio-v19/build/msvc/portaudio.sln \
 | |
| 	portaudio-v19/build/msvc/portaudio.vcproj \
 | |
| 	portaudio-v19/build/msvc/readme.txt \
 | |
| 	portaudio-v19/build/scons/SConscript_common \
 | |
| 	portaudio-v19/build/scons/SConscript_opts \
 | |
| 	portaudio-v19/CMakeLists.txt \
 | |
| 	portaudio-v19/cmake_support/FindASIOSDK.cmake \
 | |
| 	portaudio-v19/cmake_support/FindDXSDK.cmake \
 | |
| 	portaudio-v19/cmake_support/options_cmake.h.in \
 | |
| 	portaudio-v19/cmake_support/template_portaudio.def \
 | |
| 	portaudio-v19/config.guess portaudio-v19/config.sub \
 | |
| 	portaudio-v19/configure portaudio-v19/configure.in \
 | |
| 	portaudio-v19/depcomp portaudio-v19/doc/src/api_overview.dox \
 | |
| 	portaudio-v19/doc/src/images/portaudio-external-architecture-diagram.png \
 | |
| 	portaudio-v19/doc/src/license.dox \
 | |
| 	portaudio-v19/doc/src/mainpage.dox \
 | |
| 	portaudio-v19/doc/src/srcguide.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/blocking_read_write.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/compile_cmake.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/compile_linux.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/compile_mac_coreaudio.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/compile_windows_asio_msvc.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/compile_windows.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/compile_windows_mingw.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/exploring.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/initializing_portaudio.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/open_default_stream.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/querying_devices.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/start_stop_abort.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/terminating_portaudio.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/tutorial_start.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/utility_functions.dox \
 | |
| 	portaudio-v19/doc/src/tutorial/writing_a_callback.dox \
 | |
| 	portaudio-v19/doc/utils/checkfiledocs.py \
 | |
| 	portaudio-v19/Doxyfile portaudio-v19/Doxyfile.developer \
 | |
| 	portaudio-v19/examples/CMakeLists.txt \
 | |
| 	portaudio-v19/examples/pa_devs.c \
 | |
| 	portaudio-v19/examples/paex_mono_asio_channel_select.c \
 | |
| 	portaudio-v19/examples/paex_ocean_shore.c \
 | |
| 	portaudio-v19/examples/paex_pink.c \
 | |
| 	portaudio-v19/examples/paex_read_write_wire.c \
 | |
| 	portaudio-v19/examples/paex_record.c \
 | |
| 	portaudio-v19/examples/paex_record_file.c \
 | |
| 	portaudio-v19/examples/paex_saw.c \
 | |
| 	portaudio-v19/examples/paex_sine.c \
 | |
| 	portaudio-v19/examples/paex_sine_c++.cpp \
 | |
| 	portaudio-v19/examples/paex_wmme_ac3.c \
 | |
| 	portaudio-v19/examples/paex_wmme_surround.c \
 | |
| 	portaudio-v19/examples/paex_write_sine.c \
 | |
| 	portaudio-v19/examples/paex_write_sine_nonint.c \
 | |
| 	portaudio-v19/examples/pa_fuzz.c portaudio-v19/fixdir.bat \
 | |
| 	portaudio-v19/fixfile.bat portaudio-v19/include/pa_asio.h \
 | |
| 	portaudio-v19/include/pa_jack.h \
 | |
| 	portaudio-v19/include/pa_linux_alsa.h \
 | |
| 	portaudio-v19/include/pa_mac_core.h \
 | |
| 	portaudio-v19/include/pa_unix_oss.h \
 | |
| 	portaudio-v19/include/pa_win_ds.h \
 | |
| 	portaudio-v19/include/pa_win_wasapi.h \
 | |
| 	portaudio-v19/include/pa_win_waveformat.h \
 | |
| 	portaudio-v19/include/pa_win_wdmks.h \
 | |
| 	portaudio-v19/include/pa_win_wmme.h \
 | |
| 	portaudio-v19/include/portaudio.h portaudio-v19/index.html \
 | |
| 	portaudio-v19/install-sh portaudio-v19/jack.patch \
 | |
| 	portaudio-v19/libtool22.patch portaudio-v19/LICENSE.txt \
 | |
| 	portaudio-v19/ltmain.sh portaudio-v19/Makefile.in \
 | |
| 	portaudio-v19/missing portaudio-v19/pablio/pablio.c \
 | |
| 	portaudio-v19/pablio/pablio.def portaudio-v19/pablio/pablio.h \
 | |
| 	portaudio-v19/pablio/README.txt portaudio-v19/pablio/test_rw.c \
 | |
| 	portaudio-v19/pablio/test_rw_echo.c \
 | |
| 	portaudio-v19/pablio/test_w_saw8.c \
 | |
| 	portaudio-v19/pablio/test_w_saw.c \
 | |
| 	portaudio-v19/portaudio-2.0.pc.in \
 | |
| 	portaudio-v19/qa/loopback/README.txt \
 | |
| 	portaudio-v19/qa/loopback/src/audio_analyzer.c \
 | |
| 	portaudio-v19/qa/loopback/src/audio_analyzer.h \
 | |
| 	portaudio-v19/qa/loopback/src/biquad_filter.c \
 | |
| 	portaudio-v19/qa/loopback/src/biquad_filter.h \
 | |
| 	portaudio-v19/qa/loopback/src/paqa.c \
 | |
| 	portaudio-v19/qa/loopback/src/paqa_tools.c \
 | |
| 	portaudio-v19/qa/loopback/src/paqa_tools.h \
 | |
| 	portaudio-v19/qa/loopback/src/qa_tools.h \
 | |
| 	portaudio-v19/qa/loopback/src/test_audio_analyzer.c \
 | |
| 	portaudio-v19/qa/loopback/src/test_audio_analyzer.h \
 | |
| 	portaudio-v19/qa/loopback/src/write_wav.c \
 | |
| 	portaudio-v19/qa/loopback/src/write_wav.h \
 | |
| 	portaudio-v19/qa/paqa_devs.c portaudio-v19/qa/paqa_errs.c \
 | |
| 	portaudio-v19/qa/paqa_latency.c \
 | |
| 	portaudio-v19/README.configure.txt portaudio-v19/README.txt \
 | |
| 	portaudio-v19/SConstruct \
 | |
| 	portaudio-v19/src/common/pa_allocation.c \
 | |
| 	portaudio-v19/src/common/pa_allocation.h \
 | |
| 	portaudio-v19/src/common/pa_converters.c \
 | |
| 	portaudio-v19/src/common/pa_converters.h \
 | |
| 	portaudio-v19/src/common/pa_cpuload.c \
 | |
| 	portaudio-v19/src/common/pa_cpuload.h \
 | |
| 	portaudio-v19/src/common/pa_debugprint.c \
 | |
| 	portaudio-v19/src/common/pa_debugprint.h \
 | |
| 	portaudio-v19/src/common/pa_dither.c \
 | |
| 	portaudio-v19/src/common/pa_dither.h \
 | |
| 	portaudio-v19/src/common/pa_dynload.c \
 | |
| 	portaudio-v19/src/common/pa_dynload.h \
 | |
| 	portaudio-v19/src/common/pa_endianness.h \
 | |
| 	portaudio-v19/src/common/pa_front.c \
 | |
| 	portaudio-v19/src/common/pa_hostapi.h \
 | |
| 	portaudio-v19/src/common/pa_memorybarrier.h \
 | |
| 	portaudio-v19/src/common/pa_process.c \
 | |
| 	portaudio-v19/src/common/pa_process.h \
 | |
| 	portaudio-v19/src/common/pa_ringbuffer.c \
 | |
| 	portaudio-v19/src/common/pa_ringbuffer.h \
 | |
| 	portaudio-v19/src/common/pa_stream.c \
 | |
| 	portaudio-v19/src/common/pa_stream.h \
 | |
| 	portaudio-v19/src/common/pa_trace.c \
 | |
| 	portaudio-v19/src/common/pa_trace.h \
 | |
| 	portaudio-v19/src/common/pa_types.h \
 | |
| 	portaudio-v19/src/common/pa_util.h \
 | |
| 	portaudio-v19/src/hostapi/alsa/pa_linux_alsa.c \
 | |
| 	portaudio-v19/src/hostapi/asihpi/pa_linux_asihpi.c \
 | |
| 	portaudio-v19/src/hostapi/asio/ASIO-README.txt \
 | |
| 	portaudio-v19/src/hostapi/asio/Callback_adaptation_.pdf \
 | |
| 	portaudio-v19/src/hostapi/asio/iasiothiscallresolver.cpp \
 | |
| 	portaudio-v19/src/hostapi/asio/iasiothiscallresolver.h \
 | |
| 	portaudio-v19/src/hostapi/asio/pa_asio.cpp \
 | |
| 	portaudio-v19/src/hostapi/asio/Pa_ASIO.pdf \
 | |
| 	portaudio-v19/src/hostapi/coreaudio/notes.txt \
 | |
| 	portaudio-v19/src/hostapi/coreaudio/pa_mac_core_blocking.c \
 | |
| 	portaudio-v19/src/hostapi/coreaudio/pa_mac_core_blocking.h \
 | |
| 	portaudio-v19/src/hostapi/coreaudio/pa_mac_core.c \
 | |
| 	portaudio-v19/src/hostapi/coreaudio/pa_mac_core_internal.h \
 | |
| 	portaudio-v19/src/hostapi/coreaudio/pa_mac_core_old.c \
 | |
| 	portaudio-v19/src/hostapi/coreaudio/pa_mac_core_utilities.c \
 | |
| 	portaudio-v19/src/hostapi/coreaudio/pa_mac_core_utilities.h \
 | |
| 	portaudio-v19/src/hostapi/dsound/pa_win_ds.c \
 | |
| 	portaudio-v19/src/hostapi/dsound/pa_win_ds_dynlink.c \
 | |
| 	portaudio-v19/src/hostapi/dsound/pa_win_ds_dynlink.h \
 | |
| 	portaudio-v19/src/hostapi/jack/pa_jack.c \
 | |
| 	portaudio-v19/src/hostapi/jack/pa_jack_dynload.c \
 | |
| 	portaudio-v19/src/hostapi/jack/pa_jack_dynload.h \
 | |
| 	portaudio-v19/src/hostapi/oss/low_latency_tip.txt \
 | |
| 	portaudio-v19/src/hostapi/oss/pa_unix_oss.c \
 | |
| 	portaudio-v19/src/hostapi/oss/recplay.c \
 | |
| 	portaudio-v19/src/hostapi/skeleton/pa_hostapi_skeleton.c \
 | |
| 	portaudio-v19/src/hostapi/skeleton/README.txt \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/audioclient.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/AudioSessionTypes.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/devicetopology.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/endpointvolume.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/FunctionDiscoveryKeys_devpkey.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/functiondiscoverykeys.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/ksguid.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/ks.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/ksmedia.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/ksproxy.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/ksuuids.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/mmdeviceapi.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/propidl.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/propkeydef.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/propkey.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/propsys.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/rpcsal.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/sal.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/sdkddkver.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/shtypes.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/mingw-include/structuredquery.h \
 | |
| 	portaudio-v19/src/hostapi/wasapi/pa_win_wasapi.c \
 | |
| 	portaudio-v19/src/hostapi/wasapi/readme.txt \
 | |
| 	portaudio-v19/src/hostapi/wdmks/pa_win_wdmks.c \
 | |
| 	portaudio-v19/src/hostapi/wdmks/readme.txt \
 | |
| 	portaudio-v19/src/hostapi/wmme/pa_win_wmme.c \
 | |
| 	portaudio-v19/src/os/unix/pa_unix_hostapis.c \
 | |
| 	portaudio-v19/src/os/unix/pa_unix_util.c \
 | |
| 	portaudio-v19/src/os/unix/pa_unix_util.h \
 | |
| 	portaudio-v19/src/os/win/pa_win_coinitialize.c \
 | |
| 	portaudio-v19/src/os/win/pa_win_coinitialize.h \
 | |
| 	portaudio-v19/src/os/win/pa_win_hostapis.c \
 | |
| 	portaudio-v19/src/os/win/pa_win_util.c \
 | |
| 	portaudio-v19/src/os/win/pa_win_waveformat.c \
 | |
| 	portaudio-v19/src/os/win/pa_win_wdmks_utils.c \
 | |
| 	portaudio-v19/src/os/win/pa_win_wdmks_utils.h \
 | |
| 	portaudio-v19/src/os/win/pa_x86_plain_converters.c \
 | |
| 	portaudio-v19/src/os/win/pa_x86_plain_converters.h \
 | |
| 	portaudio-v19/src/SConscript portaudio-v19/test/CMakeLists.txt \
 | |
| 	portaudio-v19/testcvs/changeme.txt \
 | |
| 	portaudio-v19/test/pa_minlat.c portaudio-v19/test/patest1.c \
 | |
| 	portaudio-v19/test/patest_buffer.c \
 | |
| 	portaudio-v19/test/patest_callbackstop.c \
 | |
| 	portaudio-v19/test/patest_clip.c \
 | |
| 	portaudio-v19/test/patest_converters.c \
 | |
| 	portaudio-v19/test/patest_dither.c \
 | |
| 	portaudio-v19/test/patest_dsound_find_best_latency_params.c \
 | |
| 	portaudio-v19/test/patest_dsound_low_level_latency_params.c \
 | |
| 	portaudio-v19/test/patest_dsound_surround.c \
 | |
| 	portaudio-v19/test/patest_hang.c \
 | |
| 	portaudio-v19/test/patest_in_overflow.c \
 | |
| 	portaudio-v19/test/patest_jack_wasapi.c \
 | |
| 	portaudio-v19/test/patest_latency.c \
 | |
| 	portaudio-v19/test/patest_leftright.c \
 | |
| 	portaudio-v19/test/patest_longsine.c \
 | |
| 	portaudio-v19/test/patest_many.c \
 | |
| 	portaudio-v19/test/patest_maxsines.c \
 | |
| 	portaudio-v19/test/patest_mono.c \
 | |
| 	portaudio-v19/test/patest_multi_sine.c \
 | |
| 	portaudio-v19/test/patest_out_underflow.c \
 | |
| 	portaudio-v19/test/patest_prime.c \
 | |
| 	portaudio-v19/test/patest_read_record.c \
 | |
| 	portaudio-v19/test/patest_ringmix.c \
 | |
| 	portaudio-v19/test/patest_sine8.c \
 | |
| 	portaudio-v19/test/patest_sine_channelmaps.c \
 | |
| 	portaudio-v19/test/patest_sine_formats.c \
 | |
| 	portaudio-v19/test/patest_sine_srate.c \
 | |
| 	portaudio-v19/test/patest_sine_time.c \
 | |
| 	portaudio-v19/test/patest_start_stop.c \
 | |
| 	portaudio-v19/test/patest_stop.c \
 | |
| 	portaudio-v19/test/patest_stop_playout.c \
 | |
| 	portaudio-v19/test/patest_suggested_vs_streaminfo_latency.c \
 | |
| 	portaudio-v19/test/patest_suggested_vs_streaminfo_latency.py \
 | |
| 	portaudio-v19/test/patest_sync.c \
 | |
| 	portaudio-v19/test/patest_timing.c \
 | |
| 	portaudio-v19/test/patest_toomanysines.c \
 | |
| 	portaudio-v19/test/patest_two_rates.c \
 | |
| 	portaudio-v19/test/patest_underflow.c \
 | |
| 	portaudio-v19/test/patest_wire.c \
 | |
| 	portaudio-v19/test/patest_wmme_find_best_latency_params.c \
 | |
| 	portaudio-v19/test/patest_wmme_low_level_latency_params.c \
 | |
| 	portaudio-v19/test/patest_write_stop.c \
 | |
| 	portaudio-v19/test/README.txt portaudio-v19/wasapi-fix.patch \
 | |
| 	portaudio-v19/wasapi-loopback.patch $(NULL)
 | |
| DIST_SUBDIRS = \
 | |
| 	FileDialog \
 | |
| 	libnyquist \
 | |
| 	libsoxr \
 | |
| 	lib-widget-extra \
 | |
| 	lv2 \
 | |
| 	portmixer \
 | |
| 	portsmf \
 | |
| 	sbsms \
 | |
| 	$(NULL)
 | |
| 
 | |
| 
 | |
| # TODO: Check and distribute these directories:
 | |
| # libscorealign, mod-null, mod-nyq-bench, mod-script-pipe, mod-track-panel, portmidi
 | |
| 
 | |
| # Note: portmixer needs to be linked against (the local or system) portaudio.
 | |
| 
 | |
| # Note: These optional libraries will not be distributed in the source tarball.
 | |
| SUBDIRS = FileDialog $(am__append_4) $(am__append_11) $(am__append_12) \
 | |
| 	portmixer $(am__append_13) $(am__append_14) $(am__append_15) \
 | |
| 	$(am__append_16) $(am__append_17) $(OPTIONAL_SUBDIRS)
 | |
| OPTIONAL_SUBDIRS = $(am__append_1) $(am__append_2) $(am__append_3) \
 | |
| 	$(am__append_5) $(am__append_6) $(am__append_7) \
 | |
| 	$(am__append_8) $(am__append_9) $(am__append_10)
 | |
| all: all-recursive
 | |
| 
 | |
| .SUFFIXES:
 | |
| $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/dist-libsoxr.mk $(srcdir)/dist-libvamp.mk $(srcdir)/dist-portaudio.mk $(am__configure_deps)
 | |
| 	@for dep in $?; do \
 | |
| 	  case '$(am__configure_deps)' in \
 | |
| 	    *$$dep*) \
 | |
| 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 | |
| 	        && { if test -f $@; then exit 0; else break; fi; }; \
 | |
| 	      exit 1;; \
 | |
| 	  esac; \
 | |
| 	done; \
 | |
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib-src/Makefile'; \
 | |
| 	$(am__cd) $(top_srcdir) && \
 | |
| 	  $(AUTOMAKE) --foreign lib-src/Makefile
 | |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 | |
| 	@case '$?' in \
 | |
| 	  *config.status*) \
 | |
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | |
| 	  *) \
 | |
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | |
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | |
| 	esac;
 | |
| $(srcdir)/dist-libsoxr.mk $(srcdir)/dist-libvamp.mk $(srcdir)/dist-portaudio.mk $(am__empty):
 | |
| 
 | |
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| 
 | |
| $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 | |
| 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 | |
| $(am__aclocal_m4_deps):
 | |
| 
 | |
| mostlyclean-libtool:
 | |
| 	-rm -f *.lo
 | |
| 
 | |
| clean-libtool:
 | |
| 	-rm -rf .libs _libs
 | |
| 
 | |
| # This directory's subdirectories are mostly independent; you can cd
 | |
| # into them and run 'make' without going through this Makefile.
 | |
| # To change the values of 'make' variables: instead of editing Makefiles,
 | |
| # (1) if the variable is set in 'config.status', edit 'config.status'
 | |
| #     (which will cause the Makefiles to be regenerated when you run 'make');
 | |
| # (2) otherwise, pass the desired values on the 'make' command line.
 | |
| $(am__recursive_targets):
 | |
| 	@fail=; \
 | |
| 	if $(am__make_keepgoing); then \
 | |
| 	  failcom='fail=yes'; \
 | |
| 	else \
 | |
| 	  failcom='exit 1'; \
 | |
| 	fi; \
 | |
| 	dot_seen=no; \
 | |
| 	target=`echo $@ | sed s/-recursive//`; \
 | |
| 	case "$@" in \
 | |
| 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 | |
| 	  *) list='$(SUBDIRS)' ;; \
 | |
| 	esac; \
 | |
| 	for subdir in $$list; do \
 | |
| 	  echo "Making $$target in $$subdir"; \
 | |
| 	  if test "$$subdir" = "."; then \
 | |
| 	    dot_seen=yes; \
 | |
| 	    local_target="$$target-am"; \
 | |
| 	  else \
 | |
| 	    local_target="$$target"; \
 | |
| 	  fi; \
 | |
| 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 | |
| 	  || eval $$failcom; \
 | |
| 	done; \
 | |
| 	if test "$$dot_seen" = "no"; then \
 | |
| 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 | |
| 	fi; test -z "$$fail"
 | |
| 
 | |
| ID: $(am__tagged_files)
 | |
| 	$(am__define_uniq_tagged_files); mkid -fID $$unique
 | |
| tags: tags-recursive
 | |
| TAGS: tags
 | |
| 
 | |
| tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 | |
| 	set x; \
 | |
| 	here=`pwd`; \
 | |
| 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 | |
| 	  include_option=--etags-include; \
 | |
| 	  empty_fix=.; \
 | |
| 	else \
 | |
| 	  include_option=--include; \
 | |
| 	  empty_fix=; \
 | |
| 	fi; \
 | |
| 	list='$(SUBDIRS)'; for subdir in $$list; do \
 | |
| 	  if test "$$subdir" = .; then :; else \
 | |
| 	    test ! -f $$subdir/TAGS || \
 | |
| 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 | |
| 	  fi; \
 | |
| 	done; \
 | |
| 	$(am__define_uniq_tagged_files); \
 | |
| 	shift; \
 | |
| 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 | |
| 	  test -n "$$unique" || unique=$$empty_fix; \
 | |
| 	  if test $$# -gt 0; then \
 | |
| 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 | |
| 	      "$$@" $$unique; \
 | |
| 	  else \
 | |
| 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 | |
| 	      $$unique; \
 | |
| 	  fi; \
 | |
| 	fi
 | |
| ctags: ctags-recursive
 | |
| 
 | |
| CTAGS: ctags
 | |
| ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 | |
| 	$(am__define_uniq_tagged_files); \
 | |
| 	test -z "$(CTAGS_ARGS)$$unique" \
 | |
| 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 | |
| 	     $$unique
 | |
| 
 | |
| GTAGS:
 | |
| 	here=`$(am__cd) $(top_builddir) && pwd` \
 | |
| 	  && $(am__cd) $(top_srcdir) \
 | |
| 	  && gtags -i $(GTAGS_ARGS) "$$here"
 | |
| cscopelist: cscopelist-recursive
 | |
| 
 | |
| cscopelist-am: $(am__tagged_files)
 | |
| 	list='$(am__tagged_files)'; \
 | |
| 	case "$(srcdir)" in \
 | |
| 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 | |
| 	  *) sdir=$(subdir)/$(srcdir) ;; \
 | |
| 	esac; \
 | |
| 	for i in $$list; do \
 | |
| 	  if test -f "$$i"; then \
 | |
| 	    echo "$(subdir)/$$i"; \
 | |
| 	  else \
 | |
| 	    echo "$$sdir/$$i"; \
 | |
| 	  fi; \
 | |
| 	done >> $(top_builddir)/cscope.files
 | |
| 
 | |
| distclean-tags:
 | |
| 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 | |
| 
 | |
| distdir: $(DISTFILES)
 | |
| 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 | |
| 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 | |
| 	list='$(DISTFILES)'; \
 | |
| 	  dist_files=`for file in $$list; do echo $$file; done | \
 | |
| 	  sed -e "s|^$$srcdirstrip/||;t" \
 | |
| 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 | |
| 	case $$dist_files in \
 | |
| 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 | |
| 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 | |
| 			   sort -u` ;; \
 | |
| 	esac; \
 | |
| 	for file in $$dist_files; do \
 | |
| 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 | |
| 	  if test -d $$d/$$file; then \
 | |
| 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 | |
| 	    if test -d "$(distdir)/$$file"; then \
 | |
| 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 | |
| 	    fi; \
 | |
| 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 | |
| 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 | |
| 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 | |
| 	    fi; \
 | |
| 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 | |
| 	  else \
 | |
| 	    test -f "$(distdir)/$$file" \
 | |
| 	    || cp -p $$d/$$file "$(distdir)/$$file" \
 | |
| 	    || exit 1; \
 | |
| 	  fi; \
 | |
| 	done
 | |
| 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 | |
| 	  if test "$$subdir" = .; then :; else \
 | |
| 	    $(am__make_dryrun) \
 | |
| 	      || test -d "$(distdir)/$$subdir" \
 | |
| 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
 | |
| 	      || exit 1; \
 | |
| 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 | |
| 	    $(am__relativize); \
 | |
| 	    new_distdir=$$reldir; \
 | |
| 	    dir1=$$subdir; dir2="$(top_distdir)"; \
 | |
| 	    $(am__relativize); \
 | |
| 	    new_top_distdir=$$reldir; \
 | |
| 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 | |
| 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 | |
| 	    ($(am__cd) $$subdir && \
 | |
| 	      $(MAKE) $(AM_MAKEFLAGS) \
 | |
| 	        top_distdir="$$new_top_distdir" \
 | |
| 	        distdir="$$new_distdir" \
 | |
| 		am__remove_distdir=: \
 | |
| 		am__skip_length_check=: \
 | |
| 		am__skip_mode_fix=: \
 | |
| 	        distdir) \
 | |
| 	      || exit 1; \
 | |
| 	  fi; \
 | |
| 	done
 | |
| check-am: all-am
 | |
| check: check-recursive
 | |
| all-am: Makefile
 | |
| installdirs-am:
 | |
| 
 | |
| install-am: all-am
 | |
| 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 | |
| 
 | |
| installcheck: installcheck-recursive
 | |
| install-strip:
 | |
| 	if test -z '$(STRIP)'; then \
 | |
| 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 | |
| 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 | |
| 	      install; \
 | |
| 	else \
 | |
| 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 | |
| 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 | |
| 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 | |
| 	fi
 | |
| mostlyclean-generic:
 | |
| 
 | |
| clean-generic:
 | |
| 
 | |
| distclean-generic:
 | |
| 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 | |
| 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 | |
| 
 | |
| maintainer-clean-generic:
 | |
| 	@echo "This command is intended for maintainers to use"
 | |
| 	@echo "it deletes files that may require special tools to rebuild."
 | |
| clean: clean-recursive
 | |
| 
 | |
| clean-am: clean-generic clean-libtool mostlyclean-am
 | |
| 
 | |
| distclean-am: clean-am distclean-generic distclean-tags
 | |
| 
 | |
| dvi: dvi-recursive
 | |
| 
 | |
| dvi-am:
 | |
| 
 | |
| html: html-recursive
 | |
| 
 | |
| html-am:
 | |
| 
 | |
| info: info-recursive
 | |
| 
 | |
| info-am:
 | |
| 
 | |
| install-data-am:
 | |
| 
 | |
| install-dvi-am:
 | |
| 
 | |
| install-exec-am:
 | |
| 
 | |
| install-html-am:
 | |
| 
 | |
| install-info-am:
 | |
| 
 | |
| install-man:
 | |
| 
 | |
| install-pdf-am:
 | |
| 
 | |
| install-ps-am:
 | |
| 
 | |
| installcheck-am:
 | |
| 
 | |
| maintainer-clean-am: distclean-am maintainer-clean-generic
 | |
| 
 | |
| mostlyclean: mostlyclean-recursive
 | |
| 
 | |
| mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 | |
| 
 | |
| pdf: pdf-recursive
 | |
| 
 | |
| pdf-am:
 | |
| 
 | |
| ps: ps-recursive
 | |
| 
 | |
| ps-am:
 | |
| 
 | |
| uninstall-am:
 | |
| 
 | |
| .MAKE: $(am__recursive_targets) install-am install-strip
 | |
| 
 | |
| .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 | |
| 	check-am clean clean-generic clean-libtool cscopelist-am ctags \
 | |
| 	ctags-am distclean distclean-generic distclean-libtool \
 | |
| 	distclean-tags distdir dvi dvi-am html html-am info info-am \
 | |
| 	install install-am install-data install-data-am install-dvi \
 | |
| 	install-dvi-am install-exec install-exec-am install-html \
 | |
| 	install-html-am install-info install-info-am install-man \
 | |
| 	install-pdf install-pdf-am install-ps install-ps-am \
 | |
| 	install-strip installcheck installcheck-am installdirs \
 | |
| 	installdirs-am maintainer-clean maintainer-clean-generic \
 | |
| 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 | |
| 	ps ps-am tags tags-am uninstall uninstall-am
 | |
| 
 | |
| .PRECIOUS: Makefile
 | |
| 
 | |
| 
 | |
| # Overwrite install* targets from automake. We do not want to install anything
 | |
| # from the lib-src libraries, because we statically link these libraries.
 | |
| install:
 | |
| install-dvi:
 | |
| install-data:
 | |
| install-exec:
 | |
| install-html:
 | |
| install-info:
 | |
| install-ps:
 | |
| install-pdf:
 | |
| installdirs:
 | |
| uninstall:
 | |
| 
 | |
| # Overwrite check target. We do not want to run the tests from the libraries.
 | |
| check:
 | |
| 
 | |
| # Overwrite distclean rule to avoid running distclean for unconfigured libraries
 | |
| # (and then failing due to the missing Makefile).
 | |
| distclean:
 | |
| 	@for subdir in $(SUBDIRS); do \
 | |
| 	   if test -f $$subdir/Makefile; then \
 | |
| 	      echo "Making $@ in $$subdir"; \
 | |
| 	      $(MAKE) $(AM_MAKEFLAGS) -C $$subdir $@ || exit 1; \
 | |
| 	   fi; \
 | |
| 	done
 | |
| 	rm -f Makefile
 | |
| 
 | |
| # Overwrite maintainer-clean rule to avoid running maintainer-clean for
 | |
| # unconfigured libraries (and then failing due to the missing Makefile).
 | |
| maintainer-clean:
 | |
| 	@for subdir in $(SUBDIRS); do \
 | |
| 	   if test -f $$subdir/Makefile; then \
 | |
| 	      echo "Making $@ in $$subdir"; \
 | |
| 	      $(MAKE) $(AM_MAKEFLAGS) -C $$subdir $@ || exit 1; \
 | |
| 	   fi; \
 | |
| 	done
 | |
| 	rm -f Makefile
 | |
| 
 | |
| .PHONY: check install install-dvi install-data install-exec install-html install-info install-ps install-pdf installdirs uninstall distclean maintainer-clean
 | |
| 
 | |
| # Tell versions [3.59,3.63) of GNU make to not export all variables.
 | |
| # Otherwise a system limit (for SysV at least) may be exceeded.
 | |
| .NOEXPORT:
 |