diff options
author | John Glover <j@johnglover.net> | 2012-10-24 17:29:52 +0200 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-10-24 17:29:52 +0200 |
commit | a3c30e33ab9b43b31b8ce730822d24ef37513d75 (patch) | |
tree | cea1c46cbf7b1b1ddd45d221fb6793c62f4e1fda /src | |
parent | e304710c5cc70c6857aeed3aee0bf3e043d140c8 (diff) | |
download | simpl-a3c30e33ab9b43b31b8ce730822d24ef37513d75.tar.gz simpl-a3c30e33ab9b43b31b8ce730822d24ef37513d75.tar.bz2 simpl-a3c30e33ab9b43b31b8ce730822d24ef37513d75.zip |
[loris] Remove unused files
Diffstat (limited to 'src')
-rw-r--r-- | src/loris/Makefile.am | 163 | ||||
-rw-r--r-- | src/loris/Makefile.in | 1168 | ||||
-rw-r--r-- | src/loris/loris.h.in | 1020 |
3 files changed, 0 insertions, 2351 deletions
diff --git a/src/loris/Makefile.am b/src/loris/Makefile.am deleted file mode 100644 index 1dd3986..0000000 --- a/src/loris/Makefile.am +++ /dev/null @@ -1,163 +0,0 @@ -# Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken -# <loris@cerlsoundgroup.org> -# -# This file is free software; as a special exception the author 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. - -# source code for Loris classes -CPP_SRC = AiffData.C \ - AiffData.h \ - AiffFile.C \ - AiffFile.h \ - Analyzer.C \ - Analyzer.h \ - AssociateBandwidth.C \ - AssociateBandwidth.h \ - BigEndian.C \ - BigEndian.h \ - Breakpoint.C \ - Breakpoint.h \ - BreakpointEnvelope.h \ - BreakpointUtils.C \ - BreakpointUtils.h \ - Channelizer.C \ - Channelizer.h \ - Collator.C \ - Collator.h \ - Dilator.C \ - Dilator.h \ - Distiller.C \ - Distiller.h \ - Envelope.C \ - Envelope.h \ - F0Estimate.C \ - F0Estimate.h \ - LorisExceptions.C \ - LorisExceptions.h \ - Filter.C \ - Filter.h \ - FourierTransform.C \ - FourierTransform.h \ - FrequencyReference.C \ - FrequencyReference.h \ - Fundamental.C \ - Fundamental.h \ - Harmonifier.C \ - Harmonifier.h \ - ImportLemur.C \ - ImportLemur.h \ - KaiserWindow.C \ - KaiserWindow.h \ - LinearEnvelope.C \ - LinearEnvelope.h \ - Marker.C \ - Marker.h \ - Morpher.C \ - Morpher.h \ - NoiseGenerator.C \ - NoiseGenerator.h \ - Notifier.C \ - Notifier.h \ - Oscillator.C \ - Oscillator.h \ - Partial.C \ - Partial.h \ - PartialBuilder.C \ - PartialBuilder.h \ - PartialList.h \ - PartialPtrs.h \ - PartialUtils.C \ - PartialUtils.h \ - phasefix.C \ - phasefix.h \ - ReassignedSpectrum.C \ - ReassignedSpectrum.h \ - Resampler.C \ - Resampler.h \ - SdifFile.h \ - SdifFile.C \ - Sieve.h \ - Sieve.C \ - SpcFile.C \ - SpcFile.h \ - SpectralPeaks.h \ - SpectralPeakSelector.C \ - SpectralPeakSelector.h \ - SpectralSurface.C \ - SpectralSurface.h \ - Synthesizer.C \ - Synthesizer.h \ - fftsg.c - - -# source code for the procedural (C) interface -PI_SRC = loris.h lorisAnalyzer_pi.C lorisBpEnvelope_pi.C \ - lorisException_pi.C lorisException_pi.h lorisNonObj_pi.C \ - lorisPartialList_pi.C lorisUtilities_pi.C - - -# convenience library containing Csound opcodes -if HAVE_CSOUND -CSOUND_LIB = $(top_builddir)/csound/liblorisops.la -endif - - -lib_LTLIBRARIES = libloris.la -libloris_la_SOURCES = $(CPP_SRC) $(PI_SRC) -libloris_la_CPPFLAGS = $(INCLUDE_FFTW) $(default_includes) -libloris_la_LIBADD = $(LINK_FFTW) $(CSOUND_LIB) - -# the library version for Loris 1.8 is 13:0:0 -libloris_la_LDFLAGS = -version-info 13:0:0 $(EXTRA_LD_FLAGS) - -# loris.h is generated automatically from loris.h.in -nodist_include_HEADERS = loris.h -EXTRA_DIST = loris.h.in - -# installed Loris header files -pkginclude_HEADERS = \ - AiffFile.h \ - Analyzer.h \ - BreakpointEnvelope.h \ - Breakpoint.h \ - BreakpointUtils.h \ - Channelizer.h \ - Collator.h \ - Dilator.h \ - Distiller.h \ - Envelope.h \ - Exception.h \ - F0Estimate.h \ - Filter.h \ - FourierTransform.h \ - FrequencyReference.h \ - Fundamental.h \ - Harmonifier.h \ - ImportLemur.h \ - KaiserWindow.h \ - LinearEnvelope.h \ - LorisExceptions.h \ - Marker.h \ - Morpher.h \ - NoiseGenerator.h \ - Notifier.h \ - Oscillator.h \ - Partial.h \ - PartialList.h \ - PartialPtrs.h \ - PartialUtils.h \ - ReassignedSpectrum.h \ - Resampler.h \ - SdifFile.h \ - Sieve.h \ - SpcFile.h \ - SpectralSurface.h \ - Synthesizer.h - -MAINTAINERCLEANFILES = Makefile.in - diff --git a/src/loris/Makefile.in b/src/loris/Makefile.in deleted file mode 100644 index c66a11d..0000000 --- a/src/loris/Makefile.in +++ /dev/null @@ -1,1168 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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@ - -# Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken -# <loris@cerlsoundgroup.org> -# -# This file is free software; as a special exception the author 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. - - -VPATH = @srcdir@ -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@ -subdir = src -DIST_COMMON = README $(pkginclude_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(srcdir)/loris.h.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = loris.h -CONFIG_CLEAN_VPATH_FILES = -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; -am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ - *) f=$$p;; \ - esac; -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; -am__install_max = 40 -am__nobase_strip_setup = \ - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` -am__nobase_strip = \ - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" -am__nobase_list = $(am__nobase_strip_setup); \ - for p in $$list; do echo "$$p $$p"; done | \ - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ - if (++n[$$2] == $(am__install_max)) \ - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ - END { for (dir in files) print dir, files[dir] }' -am__base_list = \ - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \ - "$(DESTDIR)$(pkgincludedir)" -LTLIBRARIES = $(lib_LTLIBRARIES) -am__DEPENDENCIES_1 = -libloris_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(CSOUND_LIB) -am__objects_1 = libloris_la-AiffData.lo libloris_la-AiffFile.lo \ - libloris_la-Analyzer.lo libloris_la-AssociateBandwidth.lo \ - libloris_la-BigEndian.lo libloris_la-Breakpoint.lo \ - libloris_la-BreakpointUtils.lo libloris_la-Channelizer.lo \ - libloris_la-Collator.lo libloris_la-Dilator.lo \ - libloris_la-Distiller.lo libloris_la-Envelope.lo \ - libloris_la-F0Estimate.lo libloris_la-LorisExceptions.lo \ - libloris_la-Filter.lo libloris_la-FourierTransform.lo \ - libloris_la-FrequencyReference.lo libloris_la-Fundamental.lo \ - libloris_la-Harmonifier.lo libloris_la-ImportLemur.lo \ - libloris_la-KaiserWindow.lo libloris_la-LinearEnvelope.lo \ - libloris_la-Marker.lo libloris_la-Morpher.lo \ - libloris_la-NoiseGenerator.lo libloris_la-Notifier.lo \ - libloris_la-Oscillator.lo libloris_la-Partial.lo \ - libloris_la-PartialBuilder.lo libloris_la-PartialUtils.lo \ - libloris_la-phasefix.lo libloris_la-ReassignedSpectrum.lo \ - libloris_la-Resampler.lo libloris_la-SdifFile.lo \ - libloris_la-Sieve.lo libloris_la-SpcFile.lo \ - libloris_la-SpectralPeakSelector.lo \ - libloris_la-SpectralSurface.lo libloris_la-Synthesizer.lo \ - libloris_la-fftsg.lo -am__objects_2 = libloris_la-lorisAnalyzer_pi.lo \ - libloris_la-lorisBpEnvelope_pi.lo \ - libloris_la-lorisException_pi.lo libloris_la-lorisNonObj_pi.lo \ - libloris_la-lorisPartialList_pi.lo \ - libloris_la-lorisUtilities_pi.lo -am_libloris_la_OBJECTS = $(am__objects_1) $(am__objects_2) -libloris_la_OBJECTS = $(am_libloris_la_OBJECTS) -libloris_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ - $(CXXFLAGS) $(libloris_la_LDFLAGS) $(LDFLAGS) -o $@ -DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -depcomp = $(SHELL) $(top_srcdir)/config/depcomp -am__depfiles_maybe = depfiles -am__mv = mv -f -CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -CXXLD = $(CXX) -CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -SOURCES = $(libloris_la_SOURCES) -DIST_SOURCES = $(libloris_la_SOURCES) -HEADERS = $(nodist_include_HEADERS) $(pkginclude_HEADERS) -ETAGS = etags -CTAGS = ctags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CSOUND = @CSOUND@ -CSOUND_CONFIG = @CSOUND_CONFIG@ -CSOUND_CXXFLAGS = @CSOUND_CXXFLAGS@ -CSOUND_PREFIX = @CSOUND_PREFIX@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DOXYGEN = @DOXYGEN@ -DSYMUTIL = @DSYMUTIL@ -ECHO = @ECHO@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -F77 = @F77@ -FFLAGS = @FFLAGS@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIBTOOL_DEPS = @LIBTOOL_DEPS@ -LINK_FFTW = @LINK_FFTW@ -LN_S = @LN_S@ -LORIS_MAJOR_VERSION = @LORIS_MAJOR_VERSION@ -LORIS_MINOR_VERSION = @LORIS_MINOR_VERSION@ -LORIS_SUBMINOR_VERSION = @LORIS_SUBMINOR_VERSION@ -LORIS_VERSION_STR = @LORIS_VERSION_STR@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -NMEDIT = @NMEDIT@ -OBJEXT = @OBJEXT@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -PYFLAGS = @PYFLAGS@ -PYTHON = @PYTHON@ -PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ -PYTHON_PLATFORM = @PYTHON_PLATFORM@ -PYTHON_PREFIX = @PYTHON_PREFIX@ -PYTHON_VERSION = @PYTHON_VERSION@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -SWIG = @SWIG@ -VERSION = @VERSION@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_aux_dir = @ac_aux_dir@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_F77 = @ac_ct_F77@ -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@ -pkgpyexecdir = @pkgpyexecdir@ -pkgpythondir = @pkgpythondir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -pyexecdir = @pyexecdir@ -pythondir = @pythondir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ - -# source code for Loris classes -CPP_SRC = AiffData.C \ - AiffData.h \ - AiffFile.C \ - AiffFile.h \ - Analyzer.C \ - Analyzer.h \ - AssociateBandwidth.C \ - AssociateBandwidth.h \ - BigEndian.C \ - BigEndian.h \ - Breakpoint.C \ - Breakpoint.h \ - BreakpointEnvelope.h \ - BreakpointUtils.C \ - BreakpointUtils.h \ - Channelizer.C \ - Channelizer.h \ - Collator.C \ - Collator.h \ - Dilator.C \ - Dilator.h \ - Distiller.C \ - Distiller.h \ - Envelope.C \ - Envelope.h \ - F0Estimate.C \ - F0Estimate.h \ - LorisExceptions.C \ - LorisExceptions.h \ - Filter.C \ - Filter.h \ - FourierTransform.C \ - FourierTransform.h \ - FrequencyReference.C \ - FrequencyReference.h \ - Fundamental.C \ - Fundamental.h \ - Harmonifier.C \ - Harmonifier.h \ - ImportLemur.C \ - ImportLemur.h \ - KaiserWindow.C \ - KaiserWindow.h \ - LinearEnvelope.C \ - LinearEnvelope.h \ - Marker.C \ - Marker.h \ - Morpher.C \ - Morpher.h \ - NoiseGenerator.C \ - NoiseGenerator.h \ - Notifier.C \ - Notifier.h \ - Oscillator.C \ - Oscillator.h \ - Partial.C \ - Partial.h \ - PartialBuilder.C \ - PartialBuilder.h \ - PartialList.h \ - PartialPtrs.h \ - PartialUtils.C \ - PartialUtils.h \ - phasefix.C \ - phasefix.h \ - ReassignedSpectrum.C \ - ReassignedSpectrum.h \ - Resampler.C \ - Resampler.h \ - SdifFile.h \ - SdifFile.C \ - Sieve.h \ - Sieve.C \ - SpcFile.C \ - SpcFile.h \ - SpectralPeaks.h \ - SpectralPeakSelector.C \ - SpectralPeakSelector.h \ - SpectralSurface.C \ - SpectralSurface.h \ - Synthesizer.C \ - Synthesizer.h \ - fftsg.c - - -# source code for the procedural (C) interface -PI_SRC = loris.h lorisAnalyzer_pi.C lorisBpEnvelope_pi.C \ - lorisException_pi.C lorisException_pi.h lorisNonObj_pi.C \ - lorisPartialList_pi.C lorisUtilities_pi.C - - -# convenience library containing Csound opcodes -@HAVE_CSOUND_TRUE@CSOUND_LIB = $(top_builddir)/csound/liblorisops.la -lib_LTLIBRARIES = libloris.la -libloris_la_SOURCES = $(CPP_SRC) $(PI_SRC) -libloris_la_CPPFLAGS = $(INCLUDE_FFTW) $(default_includes) -libloris_la_LIBADD = $(LINK_FFTW) $(CSOUND_LIB) - -# the library version for Loris 1.8 is 13:0:0 -libloris_la_LDFLAGS = -version-info 13:0:0 $(EXTRA_LD_FLAGS) - -# loris.h is generated automatically from loris.h.in -nodist_include_HEADERS = loris.h -EXTRA_DIST = loris.h.in - -# installed Loris header files -pkginclude_HEADERS = \ - AiffFile.h \ - Analyzer.h \ - BreakpointEnvelope.h \ - Breakpoint.h \ - BreakpointUtils.h \ - Channelizer.h \ - Collator.h \ - Dilator.h \ - Distiller.h \ - Envelope.h \ - Exception.h \ - F0Estimate.h \ - Filter.h \ - FourierTransform.h \ - FrequencyReference.h \ - Fundamental.h \ - Harmonifier.h \ - ImportLemur.h \ - KaiserWindow.h \ - LinearEnvelope.h \ - LorisExceptions.h \ - Marker.h \ - Morpher.h \ - NoiseGenerator.h \ - Notifier.h \ - Oscillator.h \ - Partial.h \ - PartialList.h \ - PartialPtrs.h \ - PartialUtils.h \ - ReassignedSpectrum.h \ - Resampler.h \ - SdifFile.h \ - Sieve.h \ - SpcFile.h \ - SpectralSurface.h \ - Synthesizer.h - -MAINTAINERCLEANFILES = Makefile.in -all: all-am - -.SUFFIXES: -.SUFFIXES: .C .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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 src/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign src/Makefile -.PRECIOUS: 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; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -loris.h: $(top_builddir)/config.status $(srcdir)/loris.h.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ -install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ - } - -uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ - done - -clean-libLTLIBRARIES: - -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ - echo "rm -f \"$${dir}/so_locations\""; \ - rm -f "$${dir}/so_locations"; \ - done -libloris.la: $(libloris_la_OBJECTS) $(libloris_la_DEPENDENCIES) - $(libloris_la_LINK) -rpath $(libdir) $(libloris_la_OBJECTS) $(libloris_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-AiffData.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-AiffFile.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Analyzer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-AssociateBandwidth.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-BigEndian.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Breakpoint.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-BreakpointUtils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Channelizer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Collator.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Dilator.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Distiller.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Envelope.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-F0Estimate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Filter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-FourierTransform.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-FrequencyReference.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Fundamental.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Harmonifier.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-ImportLemur.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-KaiserWindow.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-LinearEnvelope.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-LorisExceptions.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Marker.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Morpher.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-NoiseGenerator.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Notifier.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Oscillator.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Partial.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-PartialBuilder.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-PartialUtils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-ReassignedSpectrum.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Resampler.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-SdifFile.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Sieve.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-SpcFile.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-SpectralPeakSelector.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-SpectralSurface.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-Synthesizer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-fftsg.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-lorisAnalyzer_pi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-lorisBpEnvelope_pi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-lorisException_pi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-lorisNonObj_pi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-lorisPartialList_pi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-lorisUtilities_pi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libloris_la-phasefix.Plo@am__quote@ - -.C.o: -@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< - -.C.obj: -@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` - -.C.lo: -@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< - -libloris_la-AiffData.lo: AiffData.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-AiffData.lo -MD -MP -MF $(DEPDIR)/libloris_la-AiffData.Tpo -c -o libloris_la-AiffData.lo `test -f 'AiffData.C' || echo '$(srcdir)/'`AiffData.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-AiffData.Tpo $(DEPDIR)/libloris_la-AiffData.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='AiffData.C' object='libloris_la-AiffData.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-AiffData.lo `test -f 'AiffData.C' || echo '$(srcdir)/'`AiffData.C - -libloris_la-AiffFile.lo: AiffFile.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-AiffFile.lo -MD -MP -MF $(DEPDIR)/libloris_la-AiffFile.Tpo -c -o libloris_la-AiffFile.lo `test -f 'AiffFile.C' || echo '$(srcdir)/'`AiffFile.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-AiffFile.Tpo $(DEPDIR)/libloris_la-AiffFile.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='AiffFile.C' object='libloris_la-AiffFile.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-AiffFile.lo `test -f 'AiffFile.C' || echo '$(srcdir)/'`AiffFile.C - -libloris_la-Analyzer.lo: Analyzer.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Analyzer.lo -MD -MP -MF $(DEPDIR)/libloris_la-Analyzer.Tpo -c -o libloris_la-Analyzer.lo `test -f 'Analyzer.C' || echo '$(srcdir)/'`Analyzer.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Analyzer.Tpo $(DEPDIR)/libloris_la-Analyzer.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Analyzer.C' object='libloris_la-Analyzer.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Analyzer.lo `test -f 'Analyzer.C' || echo '$(srcdir)/'`Analyzer.C - -libloris_la-AssociateBandwidth.lo: AssociateBandwidth.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-AssociateBandwidth.lo -MD -MP -MF $(DEPDIR)/libloris_la-AssociateBandwidth.Tpo -c -o libloris_la-AssociateBandwidth.lo `test -f 'AssociateBandwidth.C' || echo '$(srcdir)/'`AssociateBandwidth.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-AssociateBandwidth.Tpo $(DEPDIR)/libloris_la-AssociateBandwidth.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='AssociateBandwidth.C' object='libloris_la-AssociateBandwidth.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-AssociateBandwidth.lo `test -f 'AssociateBandwidth.C' || echo '$(srcdir)/'`AssociateBandwidth.C - -libloris_la-BigEndian.lo: BigEndian.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-BigEndian.lo -MD -MP -MF $(DEPDIR)/libloris_la-BigEndian.Tpo -c -o libloris_la-BigEndian.lo `test -f 'BigEndian.C' || echo '$(srcdir)/'`BigEndian.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-BigEndian.Tpo $(DEPDIR)/libloris_la-BigEndian.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='BigEndian.C' object='libloris_la-BigEndian.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-BigEndian.lo `test -f 'BigEndian.C' || echo '$(srcdir)/'`BigEndian.C - -libloris_la-Breakpoint.lo: Breakpoint.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Breakpoint.lo -MD -MP -MF $(DEPDIR)/libloris_la-Breakpoint.Tpo -c -o libloris_la-Breakpoint.lo `test -f 'Breakpoint.C' || echo '$(srcdir)/'`Breakpoint.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Breakpoint.Tpo $(DEPDIR)/libloris_la-Breakpoint.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Breakpoint.C' object='libloris_la-Breakpoint.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Breakpoint.lo `test -f 'Breakpoint.C' || echo '$(srcdir)/'`Breakpoint.C - -libloris_la-BreakpointUtils.lo: BreakpointUtils.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-BreakpointUtils.lo -MD -MP -MF $(DEPDIR)/libloris_la-BreakpointUtils.Tpo -c -o libloris_la-BreakpointUtils.lo `test -f 'BreakpointUtils.C' || echo '$(srcdir)/'`BreakpointUtils.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-BreakpointUtils.Tpo $(DEPDIR)/libloris_la-BreakpointUtils.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='BreakpointUtils.C' object='libloris_la-BreakpointUtils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-BreakpointUtils.lo `test -f 'BreakpointUtils.C' || echo '$(srcdir)/'`BreakpointUtils.C - -libloris_la-Channelizer.lo: Channelizer.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Channelizer.lo -MD -MP -MF $(DEPDIR)/libloris_la-Channelizer.Tpo -c -o libloris_la-Channelizer.lo `test -f 'Channelizer.C' || echo '$(srcdir)/'`Channelizer.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Channelizer.Tpo $(DEPDIR)/libloris_la-Channelizer.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Channelizer.C' object='libloris_la-Channelizer.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Channelizer.lo `test -f 'Channelizer.C' || echo '$(srcdir)/'`Channelizer.C - -libloris_la-Collator.lo: Collator.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Collator.lo -MD -MP -MF $(DEPDIR)/libloris_la-Collator.Tpo -c -o libloris_la-Collator.lo `test -f 'Collator.C' || echo '$(srcdir)/'`Collator.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Collator.Tpo $(DEPDIR)/libloris_la-Collator.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Collator.C' object='libloris_la-Collator.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Collator.lo `test -f 'Collator.C' || echo '$(srcdir)/'`Collator.C - -libloris_la-Dilator.lo: Dilator.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Dilator.lo -MD -MP -MF $(DEPDIR)/libloris_la-Dilator.Tpo -c -o libloris_la-Dilator.lo `test -f 'Dilator.C' || echo '$(srcdir)/'`Dilator.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Dilator.Tpo $(DEPDIR)/libloris_la-Dilator.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Dilator.C' object='libloris_la-Dilator.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Dilator.lo `test -f 'Dilator.C' || echo '$(srcdir)/'`Dilator.C - -libloris_la-Distiller.lo: Distiller.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Distiller.lo -MD -MP -MF $(DEPDIR)/libloris_la-Distiller.Tpo -c -o libloris_la-Distiller.lo `test -f 'Distiller.C' || echo '$(srcdir)/'`Distiller.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Distiller.Tpo $(DEPDIR)/libloris_la-Distiller.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Distiller.C' object='libloris_la-Distiller.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Distiller.lo `test -f 'Distiller.C' || echo '$(srcdir)/'`Distiller.C - -libloris_la-Envelope.lo: Envelope.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Envelope.lo -MD -MP -MF $(DEPDIR)/libloris_la-Envelope.Tpo -c -o libloris_la-Envelope.lo `test -f 'Envelope.C' || echo '$(srcdir)/'`Envelope.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Envelope.Tpo $(DEPDIR)/libloris_la-Envelope.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Envelope.C' object='libloris_la-Envelope.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Envelope.lo `test -f 'Envelope.C' || echo '$(srcdir)/'`Envelope.C - -libloris_la-F0Estimate.lo: F0Estimate.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-F0Estimate.lo -MD -MP -MF $(DEPDIR)/libloris_la-F0Estimate.Tpo -c -o libloris_la-F0Estimate.lo `test -f 'F0Estimate.C' || echo '$(srcdir)/'`F0Estimate.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-F0Estimate.Tpo $(DEPDIR)/libloris_la-F0Estimate.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='F0Estimate.C' object='libloris_la-F0Estimate.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-F0Estimate.lo `test -f 'F0Estimate.C' || echo '$(srcdir)/'`F0Estimate.C - -libloris_la-LorisExceptions.lo: LorisExceptions.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-LorisExceptions.lo -MD -MP -MF $(DEPDIR)/libloris_la-LorisExceptions.Tpo -c -o libloris_la-LorisExceptions.lo `test -f 'LorisExceptions.C' || echo '$(srcdir)/'`LorisExceptions.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-LorisExceptions.Tpo $(DEPDIR)/libloris_la-LorisExceptions.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='LorisExceptions.C' object='libloris_la-LorisExceptions.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-LorisExceptions.lo `test -f 'LorisExceptions.C' || echo '$(srcdir)/'`LorisExceptions.C - -libloris_la-Filter.lo: Filter.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Filter.lo -MD -MP -MF $(DEPDIR)/libloris_la-Filter.Tpo -c -o libloris_la-Filter.lo `test -f 'Filter.C' || echo '$(srcdir)/'`Filter.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Filter.Tpo $(DEPDIR)/libloris_la-Filter.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Filter.C' object='libloris_la-Filter.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Filter.lo `test -f 'Filter.C' || echo '$(srcdir)/'`Filter.C - -libloris_la-FourierTransform.lo: FourierTransform.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-FourierTransform.lo -MD -MP -MF $(DEPDIR)/libloris_la-FourierTransform.Tpo -c -o libloris_la-FourierTransform.lo `test -f 'FourierTransform.C' || echo '$(srcdir)/'`FourierTransform.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-FourierTransform.Tpo $(DEPDIR)/libloris_la-FourierTransform.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FourierTransform.C' object='libloris_la-FourierTransform.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-FourierTransform.lo `test -f 'FourierTransform.C' || echo '$(srcdir)/'`FourierTransform.C - -libloris_la-FrequencyReference.lo: FrequencyReference.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-FrequencyReference.lo -MD -MP -MF $(DEPDIR)/libloris_la-FrequencyReference.Tpo -c -o libloris_la-FrequencyReference.lo `test -f 'FrequencyReference.C' || echo '$(srcdir)/'`FrequencyReference.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-FrequencyReference.Tpo $(DEPDIR)/libloris_la-FrequencyReference.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='FrequencyReference.C' object='libloris_la-FrequencyReference.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-FrequencyReference.lo `test -f 'FrequencyReference.C' || echo '$(srcdir)/'`FrequencyReference.C - -libloris_la-Fundamental.lo: Fundamental.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Fundamental.lo -MD -MP -MF $(DEPDIR)/libloris_la-Fundamental.Tpo -c -o libloris_la-Fundamental.lo `test -f 'Fundamental.C' || echo '$(srcdir)/'`Fundamental.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Fundamental.Tpo $(DEPDIR)/libloris_la-Fundamental.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Fundamental.C' object='libloris_la-Fundamental.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Fundamental.lo `test -f 'Fundamental.C' || echo '$(srcdir)/'`Fundamental.C - -libloris_la-Harmonifier.lo: Harmonifier.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Harmonifier.lo -MD -MP -MF $(DEPDIR)/libloris_la-Harmonifier.Tpo -c -o libloris_la-Harmonifier.lo `test -f 'Harmonifier.C' || echo '$(srcdir)/'`Harmonifier.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Harmonifier.Tpo $(DEPDIR)/libloris_la-Harmonifier.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Harmonifier.C' object='libloris_la-Harmonifier.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Harmonifier.lo `test -f 'Harmonifier.C' || echo '$(srcdir)/'`Harmonifier.C - -libloris_la-ImportLemur.lo: ImportLemur.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-ImportLemur.lo -MD -MP -MF $(DEPDIR)/libloris_la-ImportLemur.Tpo -c -o libloris_la-ImportLemur.lo `test -f 'ImportLemur.C' || echo '$(srcdir)/'`ImportLemur.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-ImportLemur.Tpo $(DEPDIR)/libloris_la-ImportLemur.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ImportLemur.C' object='libloris_la-ImportLemur.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-ImportLemur.lo `test -f 'ImportLemur.C' || echo '$(srcdir)/'`ImportLemur.C - -libloris_la-KaiserWindow.lo: KaiserWindow.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-KaiserWindow.lo -MD -MP -MF $(DEPDIR)/libloris_la-KaiserWindow.Tpo -c -o libloris_la-KaiserWindow.lo `test -f 'KaiserWindow.C' || echo '$(srcdir)/'`KaiserWindow.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-KaiserWindow.Tpo $(DEPDIR)/libloris_la-KaiserWindow.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='KaiserWindow.C' object='libloris_la-KaiserWindow.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-KaiserWindow.lo `test -f 'KaiserWindow.C' || echo '$(srcdir)/'`KaiserWindow.C - -libloris_la-LinearEnvelope.lo: LinearEnvelope.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-LinearEnvelope.lo -MD -MP -MF $(DEPDIR)/libloris_la-LinearEnvelope.Tpo -c -o libloris_la-LinearEnvelope.lo `test -f 'LinearEnvelope.C' || echo '$(srcdir)/'`LinearEnvelope.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-LinearEnvelope.Tpo $(DEPDIR)/libloris_la-LinearEnvelope.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='LinearEnvelope.C' object='libloris_la-LinearEnvelope.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-LinearEnvelope.lo `test -f 'LinearEnvelope.C' || echo '$(srcdir)/'`LinearEnvelope.C - -libloris_la-Marker.lo: Marker.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Marker.lo -MD -MP -MF $(DEPDIR)/libloris_la-Marker.Tpo -c -o libloris_la-Marker.lo `test -f 'Marker.C' || echo '$(srcdir)/'`Marker.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Marker.Tpo $(DEPDIR)/libloris_la-Marker.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Marker.C' object='libloris_la-Marker.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Marker.lo `test -f 'Marker.C' || echo '$(srcdir)/'`Marker.C - -libloris_la-Morpher.lo: Morpher.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Morpher.lo -MD -MP -MF $(DEPDIR)/libloris_la-Morpher.Tpo -c -o libloris_la-Morpher.lo `test -f 'Morpher.C' || echo '$(srcdir)/'`Morpher.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Morpher.Tpo $(DEPDIR)/libloris_la-Morpher.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Morpher.C' object='libloris_la-Morpher.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Morpher.lo `test -f 'Morpher.C' || echo '$(srcdir)/'`Morpher.C - -libloris_la-NoiseGenerator.lo: NoiseGenerator.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-NoiseGenerator.lo -MD -MP -MF $(DEPDIR)/libloris_la-NoiseGenerator.Tpo -c -o libloris_la-NoiseGenerator.lo `test -f 'NoiseGenerator.C' || echo '$(srcdir)/'`NoiseGenerator.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-NoiseGenerator.Tpo $(DEPDIR)/libloris_la-NoiseGenerator.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='NoiseGenerator.C' object='libloris_la-NoiseGenerator.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-NoiseGenerator.lo `test -f 'NoiseGenerator.C' || echo '$(srcdir)/'`NoiseGenerator.C - -libloris_la-Notifier.lo: Notifier.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Notifier.lo -MD -MP -MF $(DEPDIR)/libloris_la-Notifier.Tpo -c -o libloris_la-Notifier.lo `test -f 'Notifier.C' || echo '$(srcdir)/'`Notifier.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Notifier.Tpo $(DEPDIR)/libloris_la-Notifier.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Notifier.C' object='libloris_la-Notifier.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Notifier.lo `test -f 'Notifier.C' || echo '$(srcdir)/'`Notifier.C - -libloris_la-Oscillator.lo: Oscillator.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Oscillator.lo -MD -MP -MF $(DEPDIR)/libloris_la-Oscillator.Tpo -c -o libloris_la-Oscillator.lo `test -f 'Oscillator.C' || echo '$(srcdir)/'`Oscillator.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Oscillator.Tpo $(DEPDIR)/libloris_la-Oscillator.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Oscillator.C' object='libloris_la-Oscillator.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Oscillator.lo `test -f 'Oscillator.C' || echo '$(srcdir)/'`Oscillator.C - -libloris_la-Partial.lo: Partial.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Partial.lo -MD -MP -MF $(DEPDIR)/libloris_la-Partial.Tpo -c -o libloris_la-Partial.lo `test -f 'Partial.C' || echo '$(srcdir)/'`Partial.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Partial.Tpo $(DEPDIR)/libloris_la-Partial.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Partial.C' object='libloris_la-Partial.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Partial.lo `test -f 'Partial.C' || echo '$(srcdir)/'`Partial.C - -libloris_la-PartialBuilder.lo: PartialBuilder.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-PartialBuilder.lo -MD -MP -MF $(DEPDIR)/libloris_la-PartialBuilder.Tpo -c -o libloris_la-PartialBuilder.lo `test -f 'PartialBuilder.C' || echo '$(srcdir)/'`PartialBuilder.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-PartialBuilder.Tpo $(DEPDIR)/libloris_la-PartialBuilder.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='PartialBuilder.C' object='libloris_la-PartialBuilder.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-PartialBuilder.lo `test -f 'PartialBuilder.C' || echo '$(srcdir)/'`PartialBuilder.C - -libloris_la-PartialUtils.lo: PartialUtils.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-PartialUtils.lo -MD -MP -MF $(DEPDIR)/libloris_la-PartialUtils.Tpo -c -o libloris_la-PartialUtils.lo `test -f 'PartialUtils.C' || echo '$(srcdir)/'`PartialUtils.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-PartialUtils.Tpo $(DEPDIR)/libloris_la-PartialUtils.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='PartialUtils.C' object='libloris_la-PartialUtils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-PartialUtils.lo `test -f 'PartialUtils.C' || echo '$(srcdir)/'`PartialUtils.C - -libloris_la-phasefix.lo: phasefix.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-phasefix.lo -MD -MP -MF $(DEPDIR)/libloris_la-phasefix.Tpo -c -o libloris_la-phasefix.lo `test -f 'phasefix.C' || echo '$(srcdir)/'`phasefix.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-phasefix.Tpo $(DEPDIR)/libloris_la-phasefix.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='phasefix.C' object='libloris_la-phasefix.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-phasefix.lo `test -f 'phasefix.C' || echo '$(srcdir)/'`phasefix.C - -libloris_la-ReassignedSpectrum.lo: ReassignedSpectrum.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-ReassignedSpectrum.lo -MD -MP -MF $(DEPDIR)/libloris_la-ReassignedSpectrum.Tpo -c -o libloris_la-ReassignedSpectrum.lo `test -f 'ReassignedSpectrum.C' || echo '$(srcdir)/'`ReassignedSpectrum.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-ReassignedSpectrum.Tpo $(DEPDIR)/libloris_la-ReassignedSpectrum.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ReassignedSpectrum.C' object='libloris_la-ReassignedSpectrum.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-ReassignedSpectrum.lo `test -f 'ReassignedSpectrum.C' || echo '$(srcdir)/'`ReassignedSpectrum.C - -libloris_la-Resampler.lo: Resampler.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Resampler.lo -MD -MP -MF $(DEPDIR)/libloris_la-Resampler.Tpo -c -o libloris_la-Resampler.lo `test -f 'Resampler.C' || echo '$(srcdir)/'`Resampler.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Resampler.Tpo $(DEPDIR)/libloris_la-Resampler.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Resampler.C' object='libloris_la-Resampler.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Resampler.lo `test -f 'Resampler.C' || echo '$(srcdir)/'`Resampler.C - -libloris_la-SdifFile.lo: SdifFile.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-SdifFile.lo -MD -MP -MF $(DEPDIR)/libloris_la-SdifFile.Tpo -c -o libloris_la-SdifFile.lo `test -f 'SdifFile.C' || echo '$(srcdir)/'`SdifFile.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-SdifFile.Tpo $(DEPDIR)/libloris_la-SdifFile.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SdifFile.C' object='libloris_la-SdifFile.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-SdifFile.lo `test -f 'SdifFile.C' || echo '$(srcdir)/'`SdifFile.C - -libloris_la-Sieve.lo: Sieve.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Sieve.lo -MD -MP -MF $(DEPDIR)/libloris_la-Sieve.Tpo -c -o libloris_la-Sieve.lo `test -f 'Sieve.C' || echo '$(srcdir)/'`Sieve.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Sieve.Tpo $(DEPDIR)/libloris_la-Sieve.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Sieve.C' object='libloris_la-Sieve.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Sieve.lo `test -f 'Sieve.C' || echo '$(srcdir)/'`Sieve.C - -libloris_la-SpcFile.lo: SpcFile.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-SpcFile.lo -MD -MP -MF $(DEPDIR)/libloris_la-SpcFile.Tpo -c -o libloris_la-SpcFile.lo `test -f 'SpcFile.C' || echo '$(srcdir)/'`SpcFile.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-SpcFile.Tpo $(DEPDIR)/libloris_la-SpcFile.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SpcFile.C' object='libloris_la-SpcFile.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-SpcFile.lo `test -f 'SpcFile.C' || echo '$(srcdir)/'`SpcFile.C - -libloris_la-SpectralPeakSelector.lo: SpectralPeakSelector.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-SpectralPeakSelector.lo -MD -MP -MF $(DEPDIR)/libloris_la-SpectralPeakSelector.Tpo -c -o libloris_la-SpectralPeakSelector.lo `test -f 'SpectralPeakSelector.C' || echo '$(srcdir)/'`SpectralPeakSelector.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-SpectralPeakSelector.Tpo $(DEPDIR)/libloris_la-SpectralPeakSelector.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SpectralPeakSelector.C' object='libloris_la-SpectralPeakSelector.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-SpectralPeakSelector.lo `test -f 'SpectralPeakSelector.C' || echo '$(srcdir)/'`SpectralPeakSelector.C - -libloris_la-SpectralSurface.lo: SpectralSurface.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-SpectralSurface.lo -MD -MP -MF $(DEPDIR)/libloris_la-SpectralSurface.Tpo -c -o libloris_la-SpectralSurface.lo `test -f 'SpectralSurface.C' || echo '$(srcdir)/'`SpectralSurface.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-SpectralSurface.Tpo $(DEPDIR)/libloris_la-SpectralSurface.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='SpectralSurface.C' object='libloris_la-SpectralSurface.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-SpectralSurface.lo `test -f 'SpectralSurface.C' || echo '$(srcdir)/'`SpectralSurface.C - -libloris_la-Synthesizer.lo: Synthesizer.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-Synthesizer.lo -MD -MP -MF $(DEPDIR)/libloris_la-Synthesizer.Tpo -c -o libloris_la-Synthesizer.lo `test -f 'Synthesizer.C' || echo '$(srcdir)/'`Synthesizer.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-Synthesizer.Tpo $(DEPDIR)/libloris_la-Synthesizer.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='Synthesizer.C' object='libloris_la-Synthesizer.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-Synthesizer.lo `test -f 'Synthesizer.C' || echo '$(srcdir)/'`Synthesizer.C - -libloris_la-lorisAnalyzer_pi.lo: lorisAnalyzer_pi.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-lorisAnalyzer_pi.lo -MD -MP -MF $(DEPDIR)/libloris_la-lorisAnalyzer_pi.Tpo -c -o libloris_la-lorisAnalyzer_pi.lo `test -f 'lorisAnalyzer_pi.C' || echo '$(srcdir)/'`lorisAnalyzer_pi.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-lorisAnalyzer_pi.Tpo $(DEPDIR)/libloris_la-lorisAnalyzer_pi.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lorisAnalyzer_pi.C' object='libloris_la-lorisAnalyzer_pi.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-lorisAnalyzer_pi.lo `test -f 'lorisAnalyzer_pi.C' || echo '$(srcdir)/'`lorisAnalyzer_pi.C - -libloris_la-lorisBpEnvelope_pi.lo: lorisBpEnvelope_pi.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-lorisBpEnvelope_pi.lo -MD -MP -MF $(DEPDIR)/libloris_la-lorisBpEnvelope_pi.Tpo -c -o libloris_la-lorisBpEnvelope_pi.lo `test -f 'lorisBpEnvelope_pi.C' || echo '$(srcdir)/'`lorisBpEnvelope_pi.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-lorisBpEnvelope_pi.Tpo $(DEPDIR)/libloris_la-lorisBpEnvelope_pi.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lorisBpEnvelope_pi.C' object='libloris_la-lorisBpEnvelope_pi.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-lorisBpEnvelope_pi.lo `test -f 'lorisBpEnvelope_pi.C' || echo '$(srcdir)/'`lorisBpEnvelope_pi.C - -libloris_la-lorisException_pi.lo: lorisException_pi.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-lorisException_pi.lo -MD -MP -MF $(DEPDIR)/libloris_la-lorisException_pi.Tpo -c -o libloris_la-lorisException_pi.lo `test -f 'lorisException_pi.C' || echo '$(srcdir)/'`lorisException_pi.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-lorisException_pi.Tpo $(DEPDIR)/libloris_la-lorisException_pi.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lorisException_pi.C' object='libloris_la-lorisException_pi.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-lorisException_pi.lo `test -f 'lorisException_pi.C' || echo '$(srcdir)/'`lorisException_pi.C - -libloris_la-lorisNonObj_pi.lo: lorisNonObj_pi.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-lorisNonObj_pi.lo -MD -MP -MF $(DEPDIR)/libloris_la-lorisNonObj_pi.Tpo -c -o libloris_la-lorisNonObj_pi.lo `test -f 'lorisNonObj_pi.C' || echo '$(srcdir)/'`lorisNonObj_pi.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-lorisNonObj_pi.Tpo $(DEPDIR)/libloris_la-lorisNonObj_pi.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lorisNonObj_pi.C' object='libloris_la-lorisNonObj_pi.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-lorisNonObj_pi.lo `test -f 'lorisNonObj_pi.C' || echo '$(srcdir)/'`lorisNonObj_pi.C - -libloris_la-lorisPartialList_pi.lo: lorisPartialList_pi.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-lorisPartialList_pi.lo -MD -MP -MF $(DEPDIR)/libloris_la-lorisPartialList_pi.Tpo -c -o libloris_la-lorisPartialList_pi.lo `test -f 'lorisPartialList_pi.C' || echo '$(srcdir)/'`lorisPartialList_pi.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-lorisPartialList_pi.Tpo $(DEPDIR)/libloris_la-lorisPartialList_pi.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lorisPartialList_pi.C' object='libloris_la-lorisPartialList_pi.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-lorisPartialList_pi.lo `test -f 'lorisPartialList_pi.C' || echo '$(srcdir)/'`lorisPartialList_pi.C - -libloris_la-lorisUtilities_pi.lo: lorisUtilities_pi.C -@am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libloris_la-lorisUtilities_pi.lo -MD -MP -MF $(DEPDIR)/libloris_la-lorisUtilities_pi.Tpo -c -o libloris_la-lorisUtilities_pi.lo `test -f 'lorisUtilities_pi.C' || echo '$(srcdir)/'`lorisUtilities_pi.C -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-lorisUtilities_pi.Tpo $(DEPDIR)/libloris_la-lorisUtilities_pi.Plo -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lorisUtilities_pi.C' object='libloris_la-lorisUtilities_pi.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libloris_la-lorisUtilities_pi.lo `test -f 'lorisUtilities_pi.C' || echo '$(srcdir)/'`lorisUtilities_pi.C - -.c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< - -.c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` - -.c.lo: -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< - -libloris_la-fftsg.lo: fftsg.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libloris_la-fftsg.lo -MD -MP -MF $(DEPDIR)/libloris_la-fftsg.Tpo -c -o libloris_la-fftsg.lo `test -f 'fftsg.c' || echo '$(srcdir)/'`fftsg.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libloris_la-fftsg.Tpo $(DEPDIR)/libloris_la-fftsg.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fftsg.c' object='libloris_la-fftsg.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libloris_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libloris_la-fftsg.lo `test -f 'fftsg.c' || echo '$(srcdir)/'`fftsg.c - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -install-nodist_includeHEADERS: $(nodist_include_HEADERS) - @$(NORMAL_INSTALL) - test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" - @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ - $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ - done - -uninstall-nodist_includeHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(includedir)" && rm -f $$files -install-pkgincludeHEADERS: $(pkginclude_HEADERS) - @$(NORMAL_INSTALL) - test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" - @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ - $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ - done - -uninstall-pkgincludeHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - 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 -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - 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" - -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 -check-am: all-am -check: check-am -all-am: Makefile $(LTLIBRARIES) $(HEADERS) -installdirs: - for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(pkgincludedir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -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." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -clean: clean-am - -clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ - mostlyclean-am - -distclean: distclean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: install-nodist_includeHEADERS \ - install-pkgincludeHEADERS - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: install-libLTLIBRARIES - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS \ - uninstall-pkgincludeHEADERS - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool ctags distclean \ - distclean-compile 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-libLTLIBRARIES install-man \ - install-nodist_includeHEADERS install-pdf install-pdf-am \ - install-pkgincludeHEADERS install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags uninstall uninstall-am \ - uninstall-libLTLIBRARIES uninstall-nodist_includeHEADERS \ - uninstall-pkgincludeHEADERS - - -# 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: diff --git a/src/loris/loris.h.in b/src/loris/loris.h.in deleted file mode 100644 index 9948da3..0000000 --- a/src/loris/loris.h.in +++ /dev/null @@ -1,1020 +0,0 @@ -#ifndef INCLUDE_LORIS_H -#define INCLUDE_LORIS_H -/* - * This is the Loris C++ Class Library, implementing analysis, - * manipulation, and synthesis of digitized sounds using the Reassigned - * Bandwidth-Enhanced Additive Sound Model. - * - * Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY, without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * - * loris.h - * - * Header specifying C-linkable procedural interface for Loris. - * - * Main components of this interface: - * - version identification symbols - * - type declarations - * - Analyzer configuration - * - LinearEnvelope (formerly BreakpointEnvelope) operations - * - PartialList operations - * - Partial operations - * - Breakpoint operations - * - sound modeling functions for preparing PartialLists - * - utility functions for manipulating PartialLists - * - notification and exception handlers (all exceptions must be caught and - * handled internally, clients can specify an exception handler and - * a notification function. The default one in Loris uses printf()). - * - * loris.h is generated automatically from loris.h.in. Do not modify loris.h - * - * Kelly Fitz, 4 Feb 2002 - * loris@cerlsoundgroup.org - * - * http://www.cerlsoundgroup.org/Loris/ - * - */ - -/* ---------------------------------------------------------------- */ -/* Version -/* -/* Define symbols that facilitate version/release identification. - */ - -#define LORIS_MAJOR_VERSION @LORIS_MAJOR_VERSION@ -#define LORIS_MINOR_VERSION @LORIS_MINOR_VERSION@ -#define LORIS_SUBMINOR_VERSION @LORIS_SUBMINOR_VERSION@ -#define LORIS_VERSION_STR "@LORIS_VERSION_STR@" - -/* ---------------------------------------------------------------- */ -/* Types -/* -/* The (class) types Breakpoint, LinearEnvelope, Partial, - and PartialList are imported from the Loris namespace. - The first three are classes, the latter is a typedef - for std::list< Loris::Partial >. - */ -#if defined(__cplusplus) - // include std library list header, declaring templates - // is too painful and fragile: - #include <list> - - // declare Loris classes in Loris namespace: - namespace Loris - { - class Breakpoint; - class LinearEnvelope; - class Partial; - - // this typedef has to be copied from PartialList.h - typedef std::list< Loris::Partial > PartialList; - } - - // import those names into the global namespace - using Loris::Breakpoint; - using Loris::LinearEnvelope; - using Loris::Partial; - using Loris::PartialList; -#else - /* no classes, just declare types and use - opaque C pointers - */ - typedef struct Breakpoint Breakpoint; - typedef struct LinearEnvelope LinearEnvelope; - typedef struct PartialList PartialList; - typedef struct Partial Partial; -#endif - -/* - TODO - Maybe should also have loris_label_t and loris_size_t - defined, depending on configure. -*/ - -#if defined(__cplusplus) - extern "C" { -#endif - -/* ---------------------------------------------------------------- */ -/* Analyzer configuration -/* -/* An Analyzer represents a configuration of parameters for - performing Reassigned Bandwidth-Enhanced Additive Analysis - of sampled waveforms. This analysis process yields a collection - of Partials, each having a trio of synchronous, non-uniformly- - sampled breakpoint envelopes representing the time-varying - frequency, amplitude, and noisiness of a single bandwidth- - enhanced sinusoid. - - For more information about Reassigned Bandwidth-Enhanced - Analysis and the Reassigned Bandwidth-Enhanced Additive Sound - Model, refer to the Loris website: www.cerlsoundgroup.org/Loris/. - - In the procedural interface, there is only one Analyzer. - It must be configured by calling analyzer_configure before - any of the other analyzer operations can be performed. - */ - -void analyze( const double * buffer, unsigned int bufferSize, - double srate, PartialList * partials ); -/* Analyze an array of bufferSize (mono) samples at the given sample rate - (in Hz) and append the extracted Partials to the given - PartialList. - */ - -void analyzer_configure( double resolution, double windowWidth ); -/* Configure the sole Analyzer instance with the specified - frequency resolution (minimum instantaneous frequency - difference between Partials). All other Analyzer parameters - are computed from the specified frequency resolution. - - Construct the Analyzer instance if necessary. - - In the procedural interface, there is only one Analyzer. - It must be configured by calling analyzer_configure before - any of the other analyzer operations can be performed. - */ - -double analyzer_getAmpFloor( void ); -/* Return the amplitude floor (lowest detected spectral amplitude), - in (negative) dB, for the Loris Analyzer. - */ - -double analyzer_getCropTime( void ); -/* Return the crop time (maximum temporal displacement of a time- - frequency data point from the time-domain center of the analysis - window, beyond which data points are considered "unreliable") - for the Loris Analyzer. - */ - -double analyzer_getFreqDrift( void ); -/* Return the maximum allowable frequency difference between - consecutive Breakpoints in a Partial envelope for the Loris Analyzer. - */ - -double analyzer_getFreqFloor( void ); -/* Return the frequency floor (minimum instantaneous Partial - frequency), in Hz, for the Loris Analyzer. - */ - -double analyzer_getFreqResolution( void ); -/* Return the frequency resolution (minimum instantaneous frequency - difference between Partials) for the Loris Analyzer. - */ - -double analyzer_getHopTime( void ); -/* Return the hop time (which corresponds approximately to the - average density of Partial envelope Breakpoint data) for this - Analyzer. - */ - -double analyzer_getSidelobeLevel( void ); -/* Return the sidelobe attenutation level for the Kaiser analysis window in - positive dB. Higher numbers (e.g. 90) give very good sidelobe - rejection but cause the window to be longer in time. Smaller - numbers raise the level of the sidelobes, increasing the likelihood - of frequency-domain interference, but allow the window to be shorter - in time. - */ - -double analyzer_getWindowWidth( void ); -/* Return the frequency-domain main lobe width (measured between - zero-crossings) of the analysis window used by the Loris Analyzer. - */ - -void analyzer_setAmpFloor( double x ); -/* Set the amplitude floor (lowest detected spectral amplitude), in - (negative) dB, for the Loris Analyzer. - */ - -void analyzer_setBwRegionWidth( double x ); -/* Deprecated, use analyzer_storeResidueBandwidth instead. - */ - -void analyzer_setCropTime( double x ); -/* Set the crop time (maximum temporal displacement of a time- - frequency data point from the time-domain center of the analysis - window, beyond which data points are considered "unreliable") - for the Loris Analyzer. - */ - -void analyzer_setFreqDrift( double x ); -/* Set the maximum allowable frequency difference between - consecutive Breakpoints in a Partial envelope for the Loris Analyzer. - */ - -void analyzer_setFreqFloor( double x ); -/* Set the amplitude floor (minimum instantaneous Partial - frequency), in Hz, for the Loris Analyzer. - */ - -void analyzer_setFreqResolution( double x ); -/* Set the frequency resolution (minimum instantaneous frequency - difference between Partials) for the Loris Analyzer. (Does not cause - other parameters to be recomputed.) - */ - -void analyzer_setHopTime( double x ); -/* Set the hop time (which corresponds approximately to the average - density of Partial envelope Breakpoint data) for the Loris Analyzer. - */ - -void analyzer_setSidelobeLevel( double x ); -/* Set the sidelobe attenutation level for the Kaiser analysis window in - positive dB. Larger numbers (e.g. 90) give very good sidelobe - rejection but cause the window to be longer in time. Smaller - numbers raise the level of the sidelobes, increasing the likelihood - of frequency-domain interference, but allow the window to be shorter - in time. - */ - -void analyzer_setWindowWidth( double x ); -/* Set the frequency-domain main lobe width (measured between - zero-crossings) of the analysis window used by the Loris Analyzer. - */ - -void analyzer_storeResidueBandwidth( double regionWidth ); -/* Construct Partial bandwidth envelopes during analysis - by associating residual energy in the spectrum (after - peak extraction) with the selected spectral peaks that - are used to construct Partials. - - regionWidth is the width (in Hz) of the bandwidth - association regions used by this process, must be positive. - */ - -void analyzer_storeConvergenceBandwidth( double tolerancePct ); -/* Construct Partial bandwidth envelopes during analysis - by storing the mixed derivative of short-time phase, - scaled and shifted so that a value of 0 corresponds - to a pure sinusoid, and a value of 1 corresponds to a - bandwidth-enhanced sinusoid with maximal energy spread - (minimum sinusoidal convergence). - - tolerance is the amount of range over which the - mixed derivative indicator should be allowed to drift away - from a pure sinusoid before saturating. This range is mapped - to bandwidth values on the range [0,1]. Must be positive and - not greater than 1. - */ - -void analyzer_storeNoBandwidth( void ); -/* Disable bandwidth envelope construction. Bandwidth - will be zero for all Breakpoints in all Partials. - */ - -double analyzer_getBwRegionWidth( void ); -/* Return the width (in Hz) of the Bandwidth Association regions - used by this Analyzer, only if the spectral residue method is - used to compute bandwidth envelopes. Return zero if the mixed - derivative method is used, or if no bandwidth is computed. - */ - -double analyzer_getBwConvergenceTolerance( void ); -/* Return the mixed derivative convergence tolerance - only if the convergence indicator is used to compute - bandwidth envelopes. Return zero if the spectral residue - method is used or if no bandwidth is computed. - */ - - -/* ---------------------------------------------------------------- */ -/* LinearEnvelope object interface -/* -/* A LinearEnvelope represents a linear segment breakpoint - function with infinite extension at each end (that is, the - values past either end of the breakpoint function have the - values at the nearest end). - - In C++, a LinearEnvelope is a Loris::LinearEnvelope. - */ - -LinearEnvelope * createLinearEnvelope( void ); -/* Construct and return a new LinearEnvelope having no - breakpoints and an implicit value of 0. everywhere, - until the first breakpoint is inserted. - */ - -LinearEnvelope * copyLinearEnvelope( const LinearEnvelope * ptr_this ); -/* Construct and return a new LinearEnvelope that is an - exact copy of the specified LinearEnvelopes, having - an identical set of breakpoints. - */ - -void destroyLinearEnvelope( LinearEnvelope * ptr_this ); -/* Destroy this LinearEnvelope. - */ - -void linearEnvelope_insertBreakpoint( LinearEnvelope * ptr_this, - double time, double val ); -/* Insert a breakpoint representing the specified (time, value) - pair into this LinearEnvelope. If there is already a - breakpoint at the specified time, it will be replaced with - the new breakpoint. - */ - -double linearEnvelope_valueAt( const LinearEnvelope * ptr_this, - double time ); -/* Return the interpolated value of this LinearEnvelope at the - specified time. - */ - -/* ---------------------------------------------------------------- */ -/* PartialList object interface -/* -/* A PartialList represents a collection of Bandwidth-Enhanced - Partials, each having a trio of synchronous, non-uniformly- - sampled breakpoint envelopes representing the time-varying - frequency, amplitude, and noisiness of a single bandwidth- - enhanced sinusoid. - - For more information about Bandwidth-Enhanced Partials and the - Reassigned Bandwidth-Enhanced Additive Sound Model, refer to - the Loris website: www.cerlsoundgroup.org/Loris/. - - In C++, a PartialList is a Loris::PartialList. - */ -PartialList * createPartialList( void ); -/* Return a new empty PartialList. - */ - -void destroyPartialList( PartialList * ptr_this ); -/* Destroy this PartialList. - */ - -void partialList_clear( PartialList * ptr_this ); -/* Remove (and destroy) all the Partials from this PartialList, - leaving it empty. - */ - -void partialList_copy( PartialList * ptr_this, - const PartialList * src ); -/* Make this PartialList a copy of the source PartialList by making - copies of all of the Partials in the source and adding them to - this PartialList. - */ - -unsigned long partialList_size( const PartialList * ptr_this ); -/* Return the number of Partials in this PartialList. - */ - -void partialList_splice( PartialList * ptr_this, - PartialList * src ); -/* Splice all the Partials in the source PartialList onto the end of - this PartialList, leaving the source empty. - */ - -/* ---------------------------------------------------------------- */ -/* Partial object interface -/* -/* A Partial represents a single component in the - reassigned bandwidth-enhanced additive model. A Partial consists of a - chain of Breakpoints describing the time-varying frequency, amplitude, - and bandwidth (or noisiness) envelopes of the component, and a 4-byte - label. The Breakpoints are non-uniformly distributed in time. For more - information about Reassigned Bandwidth-Enhanced Analysis and the - Reassigned Bandwidth-Enhanced Additive Sound Model, refer to the Loris - website: www.cerlsoundgroup.org/Loris/. - */ - -double partial_startTime( const Partial * p ); -/* Return the start time (seconds) for the specified Partial. - */ - -double partial_endTime( const Partial * p ); -/* Return the end time (seconds) for the specified Partial. - */ - -double partial_duration( const Partial * p ); -/* Return the duration (seconds) for the specified Partial. - */ - -double partial_initialPhase( const Partial * p ); -/* Return the initial phase (radians) for the specified Partial. - */ - -int partial_label( const Partial * p ); -/* Return the integer label for the specified Partial. - */ - -unsigned long partial_numBreakpoints( const Partial * p ); -/* Return the number of Breakpoints in the specified Partial. - */ - -double partial_frequencyAt( const Partial * p, double t ); -/* Return the frequency (Hz) of the specified Partial interpolated - at a particular time. It is an error to apply this function to - a Partial having no Breakpoints. - */ - -double partial_bandwidthAt( const Partial * p, double t ); -/* Return the bandwidth of the specified Partial interpolated - at a particular time. It is an error to apply this function to - a Partial having no Breakpoints. - */ - -double partial_phaseAt( const Partial * p, double t ); -/* Return the phase (radians) of the specified Partial interpolated - at a particular time. It is an error to apply this function to - a Partial having no Breakpoints. - */ - -double partial_amplitudeAt( const Partial * p, double t ); -/* Return the (absolute) amplitude of the specified Partial interpolated - at a particular time. Partials are assumed to fade out - over 1 millisecond at the ends (rather than instantaneously). - It is an error to apply this function to a Partial having no Breakpoints. - */ - -void partial_setLabel( Partial * p, int label ); -/* Assign a new integer label to the specified Partial. - */ - -/* ---------------------------------------------------------------- */ -/* Breakpoint object interface -/* -/* A Breakpoint represents a single breakpoint in the - Partial parameter (frequency, amplitude, bandwidth) envelope. - Instantaneous phase is also stored, but is only used at the onset of - a partial, or when it makes a transition from zero to nonzero amplitude. - - Loris Partials represent reassigned bandwidth-enhanced model components. - A Partial consists of a chain of Breakpoints describing the time-varying - frequency, amplitude, and bandwidth (noisiness) of the component. - For more information about Reassigned Bandwidth-Enhanced - Analysis and the Reassigned Bandwidth-Enhanced Additive Sound - Model, refer to the Loris website: - www.cerlsoundgroup.org/Loris/. - */ - -double breakpoint_getAmplitude( const Breakpoint * bp ); -/* Return the (absolute) amplitude of the specified Breakpoint. - */ - -double breakpoint_getBandwidth( const Breakpoint * bp ); -/* Return the bandwidth coefficient of the specified Breakpoint. - */ - -double breakpoint_getFrequency( const Breakpoint * bp ); -/* Return the frequency (Hz) of the specified Breakpoint. - */ - -double breakpoint_getPhase( const Breakpoint * bp ); -/* Return the phase (radians) of the specified Breakpoint. - */ - -void breakpoint_setAmplitude( Breakpoint * bp, double a ); -/* Assign a new (absolute) amplitude to the specified Breakpoint. - */ - -void breakpoint_setBandwidth( Breakpoint * bp, double bw ); -/* Assign a new bandwidth coefficient to the specified Breakpoint. - */ - -void breakpoint_setFrequency( Breakpoint * bp, double f ); -/* Assign a new frequency (Hz) to the specified Breakpoint. - */ - -void breakpoint_setPhase( Breakpoint * bp, double phi ); -/* Assign a new phase (radians) to the specified Breakpoint. - */ - -/* ---------------------------------------------------------------- */ -/* non-object-based procedures -/* -/* Operations in Loris that need not be accessed though object - interfaces are represented as simple functions. - */ - -void channelize( PartialList * partials, - LinearEnvelope * refFreqEnvelope, int refLabel ); -/* Label Partials in a PartialList with the integer nearest to - the amplitude-weighted average ratio of their frequency envelope - to a reference frequency envelope. The frequency spectrum is - partitioned into non-overlapping channels whose time-varying - center frequencies track the reference frequency envelope. - The reference label indicates which channel's center frequency - is exactly equal to the reference envelope frequency, and other - channels' center frequencies are multiples of the reference - envelope frequency divided by the reference label. Each Partial - in the PartialList is labeled with the number of the channel - that best fits its frequency envelope. The quality of the fit - is evaluated at the breakpoints in the Partial envelope and - weighted by the amplitude at each breakpoint, so that high- - amplitude breakpoints contribute more to the channel decision. - Partials are labeled, but otherwise unmodified. In particular, - their frequencies are not modified in any way. - */ - -void collate( PartialList * partials ); -/* Collate unlabeled (zero-labeled) Partials into the smallest-possible - number of Partials that does not combine any overlapping Partials. - Collated Partials appear at the end of the sequence, after all - labeled Partials. - */ - -LinearEnvelope * -createFreqReference( PartialList * partials, - double minFreq, double maxFreq, long numSamps ); -/* Return a newly-constructed LinearEnvelope using the legacy - FrequencyReference class. The envelope will have approximately - the specified number of samples. The specified number of samples - must be greater than 1. Uses the FundamentalEstimator - (FundamentalFromPartials) class to construct an estimator of - fundamental frequency, configured to emulate the behavior of - the FrequencyReference class in Loris 1.4-1.5.2. If numSamps - is zero, construct the reference envelope from fundamental - estimates taken every five milliseconds. - - For simple sounds, this frequency reference may be a - good first approximation to a reference envelope for - channelization (see channelize()). - - Clients are responsible for disposing of the newly-constructed - LinearEnvelope. - */ - -LinearEnvelope * -createF0Estimate( PartialList * partials, double minFreq, double maxFreq, - double interval ); -/* Return a newly-constructed LinearEnvelope that estimates - the time-varying fundamental frequency of the sound - represented by the Partials in a PartialList. This uses - the FundamentalEstimator (FundamentalFromPartials) - class to construct an estimator of fundamental frequency, - and returns a LinearEnvelope that samples the estimator at the - specified time interval (in seconds). Default values are used - to configure the estimator. Only estimates in the specified - frequency range will be considered valid, estimates outside this - range will be ignored. - - Clients are responsible for disposing of the newly-constructed - LinearEnvelope. - */ - -void dilate( PartialList * partials, - const double * initial, const double * target, int npts ); -/* Dilate Partials in a PartialList according to the given - initial and target time points. Partial envelopes are - stretched and compressed so that temporal features at - the initial time points are aligned with the final time - points. Time points are sorted, so Partial envelopes are - are only stretched and compressed, but breakpoints are not - reordered. Duplicate time points are allowed. There must be - the same number of initial and target time points. - */ - -void distill( PartialList * partials ); -/* Distill labeled (channelized) Partials in a PartialList into a - PartialList containing at most one Partial per label. Unlabeled - (zero-labeled) Partials are left unmodified at the end of the - distilled Partials. - */ - -void exportAiff( const char * path, const double * buffer, - unsigned int bufferSize, double samplerate, int bitsPerSamp ); -/* Export mono audio samples stored in an array of size bufferSize to - an AIFF file having the specified sample rate at the given file path - (or name). The floating point samples in the buffer are clamped to the - range (-1.,1.) and converted to integers having bitsPerSamp bits. - */ - -void exportSdif( const char * path, PartialList * partials ); -/* Export Partials in a PartialList to a SDIF file at the specified - file path (or name). SDIF data is described by RBEM and RBEL - matrices. - For more information about SDIF, see the SDIF web site at: - www.ircam.fr/equipes/analyse-synthese/sdif/ - */ - -void exportSpc( const char * path, PartialList * partials, double midiPitch, - int enhanced, double endApproachTime ); -/* Export Partials in a PartialList to a Spc file at the specified file - path (or name). The fractional MIDI pitch must be specified. The - enhanced parameter defaults to true (for bandwidth-enhanced spc files), - but an be specified false for pure-sines spc files. The endApproachTime - parameter is in seconds. A nonzero endApproachTime indicates that the plist does - not include a release, but rather ends in a static spectrum corresponding - to the final breakpoint values of the partials. The endApproachTime - specifies how long before the end of the sound the amplitude, frequency, - and bandwidth values are to be modified to make a gradual transition to - the static spectrum. - */ - -/* Apply a reference Partial to fix the frequencies of Breakpoints - whose amplitude is below threshold_dB. 0 harmonifies full-amplitude - Partials, to apply only to quiet Partials, specify a lower - threshold like -90). The reference Partial is the first Partial - in the PartialList labeled refLabel (usually 1). The LinearEnvelope - is a time-varying weighting on the harmonifing process. When 1, - harmonic frequencies are used, when 0, breakpoint frequencies are - unmodified. - */ -void harmonify( PartialList * partials, long refLabel, - const LinearEnvelope * env, double threshold_dB ); - -unsigned int importAiff( const char * path, double * buffer, unsigned int bufferSize, - double * samplerate ); -/* Import audio samples stored in an AIFF file at the given file - path (or name). The samples are converted to floating point - values on the range (-1.,1.) and stored in an array of doubles. - The value returned is the number of samples in buffer, and it is at - most bufferSize. If samplerate is not a NULL pointer, - then, on return, it points to the value of the sample rate (in - Hz) of the AIFF samples. The AIFF file must contain only a single - channel of audio data. The prior contents of buffer, if any, are - overwritten. - */ - -void importSdif( const char * path, PartialList * partials ); -/* Import Partials from an SDIF file at the given file path (or - name), and append them to a PartialList. - */ - -void importSpc( const char * path, PartialList * partials ); -/* Import Partials from an Spc file at the given file path (or - name), and return them in a PartialList. - */ - -void morph( const PartialList * src0, const PartialList * src1, - const LinearEnvelope * ffreq, - const LinearEnvelope * famp, - const LinearEnvelope * fbw, - PartialList * dst ); -/* Morph labeled Partials in two PartialLists according to the - given frequency, amplitude, and bandwidth (noisiness) morphing - envelopes, and append the morphed Partials to the destination - PartialList. Loris morphs Partials by interpolating frequency, - amplitude, and bandwidth envelopes of corresponding Partials in - the source PartialLists. For more information about the Loris - morphing algorithm, see the Loris website: - www.cerlsoundgroup.org/Loris/ - */ - -void morphWithReference( const PartialList * src0, - const PartialList * src1, - long src0RefLabel, - long src1RefLabel, - const LinearEnvelope * ffreq, - const LinearEnvelope * famp, - const LinearEnvelope * fbw, - PartialList * dst ); -/* Morph labeled Partials in two PartialLists according to the - given frequency, amplitude, and bandwidth (noisiness) morphing - envelopes, and append the morphed Partials to the destination - PartialList. Specify the labels of the Partials to be used as - reference Partial for the two morph sources. The reference - partial is used to compute frequencies for very low-amplitude - Partials whose frequency estimates are not considered reliable. - The reference Partial is considered to have good frequency - estimates throughout. A reference label of 0 indicates that - no reference Partial should be used for the corresponding - morph source. - - Loris morphs Partials by interpolating frequency, - amplitude, and bandwidth envelopes of corresponding Partials in - the source PartialLists. For more information about the Loris - morphing algorithm, see the Loris website: - www.cerlsoundgroup.org/Loris/ - */ - -void morpher_setAmplitudeShape( double shape ); -/* Set the shaping parameter for the amplitude morphing - function. This shaping parameter controls the slope of - the amplitude morphing function, for values greater than - 1, this function gets nearly linear (like the old - amplitude morphing function), for values much less than - 1 (e.g. 1E-5) the slope is gently curved and sounds - pretty "linear", for very small values (e.g. 1E-12) the - curve is very steep and sounds un-natural because of the - huge jump from zero amplitude to very small amplitude. - - Use LORIS_DEFAULT_AMPMORPHSHAPE to obtain the default - amplitude morphing shape for Loris, (equal to 1E-5, - which works well for many musical instrument morphs, - unless Loris was compiled with the symbol - LINEAR_AMP_MORPHS defined, in which case - LORIS_DEFAULT_AMPMORPHSHAPE is equal to - LORIS_LINEAR_AMPMORPHSHAPE). - - Use LORIS_LINEAR_AMPMORPHSHAPE to approximate the linear - amplitude morphs performed by older versions of Loris. - - The amplitude shape must be positive. - */ - -extern const double LORIS_DEFAULT_AMPMORPHSHAPE; -extern const double LORIS_LINEAR_AMPMORPHSHAPE; - -void resample( PartialList * partials, double interval ); -/* Resample all Partials in a PartialList using the specified - sampling interval, so that the Breakpoints in the Partial - envelopes will all lie on a common temporal grid. - The Breakpoint times in resampled Partials will comprise a - contiguous sequence of integer multiples of the sampling interval, - beginning with the multiple nearest to the Partial's start time and - ending with the multiple nearest to the Partial's end time. Resampling - is performed in-place. - - */ - -void shapeSpectrum( PartialList * partials, PartialList * surface, - double stretchFreq, double stretchTime ); -/* Scale the amplitudes of a set of Partials by applying - a spectral suface constructed from another set. - Stretch the spectral surface in time and frequency - using the specified stretch factors. Set the stretch - factors to one for no stretching. - */ - -void sift( PartialList * partials ); -/* Identify overlapping Partials having the same (nonzero) - label. If any two partials with same label - overlap in time, set the label of the weaker - (having less total energy) partial to zero. - - */ - -unsigned int -synthesize( const PartialList * partials, - double * buffer, unsigned int bufferSize, - double srate ); -/* Synthesize Partials in a PartialList at the given sample - rate, and store the (floating point) samples in a buffer of - size bufferSize. The buffer is neither resized nor - cleared before synthesis, so newly synthesized samples are - added to any previously computed samples in the buffer, and - samples beyond the end of the buffer are lost. Return the - number of samples synthesized, that is, the index of the - latest sample in the buffer that was modified. - */ - -/* ---------------------------------------------------------------- */ -/* utility functions -/* -/* Operations for transforming and manipulating collections - of Partials. - */ - -double avgAmplitude( const Partial * p ); -/* Return the average amplitude over all Breakpoints in this Partial. - Return zero if the Partial has no Breakpoints. - */ - -double avgFrequency( const Partial * p ); -/* Return the average frequency over all Breakpoints in this Partial. - Return zero if the Partial has no Breakpoints. - */ - -void copyIf( const PartialList * src, PartialList * dst, - int ( * predicate )( const Partial * p, void * data ), - void * data ); -/* Append copies of Partials in the source PartialList satisfying the - specified predicate to the destination PartialList. The source list - is unmodified. The data parameter can be used to - supply extra user-defined data to the function. Pass 0 if no - additional data is needed. - */ - -void copyLabeled( const PartialList * src, long label, PartialList * dst ); -/* Append copies of Partials in the source PartialList having the - specified label to the destination PartialList. The source list - is unmodified. - */ - -void crop( PartialList * partials, double t1, double t2 ); -/* Trim Partials by removing Breakpoints outside a specified time span. - Insert a Breakpoint at the boundary when cropping occurs. Remove - any Partials that are left empty after cropping (Partials having no - Breakpoints between t1 and t2). - */ - -void extractIf( PartialList * src, PartialList * dst, - int ( * predicate )( const Partial * p, void * data ), - void * data ); -/* Remove Partials in the source PartialList satisfying the - specified predicate from the source list and append them to - the destination PartialList. The data parameter can be used to - supply extra user-defined data to the function. Pass 0 if no - additional data is needed. - */ - -void extractLabeled( PartialList * src, long label, PartialList * dst ); -/* Remove Partials in the source PartialList having the specified - label from the source list and append them to the destination - PartialList. - */ - -void fixPhaseAfter( PartialList * partials, double time ); -/* Recompute phases of all Breakpoints later than the specified - time so that the synthesized phases of those later Breakpoints - matches the stored phase, as long as the synthesized phase at - the specified time matches the stored (not recomputed) phase. - - Phase fixing is only applied to non-null (nonzero-amplitude) - Breakpoints, because null Breakpoints are interpreted as phase - reset points in Loris. If a null is encountered, its phase is - corrected from its non-Null successor, if it has one, otherwise - it is unmodified. - */ - -void fixPhaseAt( PartialList * partials, double time ); -/* Recompute phases of all Breakpoints in a Partial - so that the synthesized phases match the stored phases, - and the synthesized phase at (nearest) the specified - time matches the stored (not recomputed) phase. - - Backward phase-fixing stops if a null (zero-amplitude) - Breakpoint is encountered, because nulls are interpreted as - phase reset points in Loris. If a null is encountered, the - remainder of the Partial (the front part) is fixed in the - forward direction, beginning at the start of the Partial. - Forward phase fixing is only applied to non-null - (nonzero-amplitude) Breakpoints. If a null is encountered, - its phase is corrected from its non-Null successor, if - it has one, otherwise it is unmodified. - */ - -void fixPhaseBefore( PartialList * partials, double time ); -/* Recompute phases of all Breakpoints earlier than the specified - time so that the synthesized phases of those earlier Breakpoints - matches the stored phase, and the synthesized phase at the - specified time matches the stored (not recomputed) phase. - - Backward phase-fixing stops if a null (zero-amplitude) Breakpoint - is encountered, because nulls are interpreted as phase reset - points in Loris. If a null is encountered, the remainder of the - Partial (the front part) is fixed in the forward direction, - beginning at the start of the Partial. - */ - -void fixPhaseBetween( PartialList * partials, double tbeg, double tend ); -/* - Fix the phase travel between two times by adjusting the - frequency and phase of Breakpoints between those two times. - - This algorithm assumes that there is nothing interesting - about the phases of the intervening Breakpoints, and modifies - their frequencies as little as possible to achieve the correct - amount of phase travel such that the frequencies and phases at - the specified times match the stored values. The phases of all - the Breakpoints between the specified times are recomputed. - */ - -void fixPhaseForward( PartialList * partials, double tbeg, double tend ); -/* Recompute phases of all Breakpoints later than the specified - time so that the synthesized phases of those later Breakpoints - matches the stored phase, as long as the synthesized phase at - the specified time matches the stored (not recomputed) phase. - Breakpoints later than tend are unmodified. - - Phase fixing is only applied to non-null (nonzero-amplitude) - Breakpoints, because null Breakpoints are interpreted as phase - reset points in Loris. If a null is encountered, its phase is - corrected from its non-Null successor, if it has one, otherwise - it is unmodified. - */ - -int forEachBreakpoint( Partial * p, - int ( * func )( Breakpoint * p, double time, void * data ), - void * data ); -/* Apply a function to each Breakpoint in a Partial. The function - is called once for each Breakpoint in the source Partial. The - function may modify the Breakpoint (but should not otherwise attempt - to modify the Partial). The data parameter can be used to supply extra - user-defined data to the function. Pass 0 if no additional data is needed. - The function should return 0 if successful. If the function returns - a non-zero value, then forEachBreakpoint immediately returns that value - without applying the function to any other Breakpoints in the Partial. - forEachBreakpoint returns zero if all calls to func return zero. - */ - -int forEachPartial( PartialList * src, - int ( * func )( Partial * p, void * data ), - void * data ); -/* Apply a function to each Partial in a PartialList. The function - is called once for each Partial in the source PartialList. The - function may modify the Partial (but should not attempt to modify - the PartialList). The data parameter can be used to supply extra - user-defined data to the function. Pass 0 if no additional data - is needed. The function should return 0 if successful. If the - function returns a non-zero value, then forEachPartial immediately - returns that value without applying the function to any other - Partials in the PartialList. forEachPartial returns zero if all - calls to func return zero. - */ - -double peakAmplitude( const Partial * p ); -/* Return the maximum amplitude achieved by a Partial. - */ - -void removeIf( PartialList * src, - int ( * predicate )( const Partial * p, void * data ), - void * data ); -/* Remove from a PartialList all Partials satisfying the - specified predicate. The data parameter can be used to - supply extra user-defined data to the function. Pass 0 if no - additional data is needed. - */ - -void removeLabeled( PartialList * src, long label ); -/* Remove from a PartialList all Partials having the specified label. - */ - -void scaleAmplitude( PartialList * partials, LinearEnvelope * ampEnv ); -/* Scale the amplitude of the Partials in a PartialList according - to an envelope representing a time-varying amplitude scale value. - */ - -void scaleAmp( PartialList * partials, LinearEnvelope * ampEnv ); -/* Bad old name for scaleAmplitude. - */ - -void scaleBandwidth( PartialList * partials, LinearEnvelope * bwEnv ); -/* Scale the bandwidth of the Partials in a PartialList according - to an envelope representing a time-varying bandwidth scale value. - */ - -void scaleFrequency( PartialList * partials, LinearEnvelope * freqEnv ); -/* Scale the frequency of the Partials in a PartialList according - to an envelope representing a time-varying frequency scale value. - */ - -void scaleNoiseRatio( PartialList * partials, LinearEnvelope * noiseEnv ); -/* Scale the relative noise content of the Partials in a PartialList - according to an envelope representing a (time-varying) noise energy - scale value. - */ - -void setBandwidth( PartialList * partials, LinearEnvelope * bwEnv ); -/* Set the bandwidth of the Partials in a PartialList according - to an envelope representing a time-varying bandwidth value. - */ - -void shiftPitch( PartialList * partials, LinearEnvelope * pitchEnv ); -/* Shift the pitch of all Partials in a PartialList according to - the given pitch envelope. The pitch envelope is assumed to have - units of cents (1/100 of a halfstep). - */ - -void shiftTime( PartialList * partials, double offset ); -/* Shift the time of all the Breakpoints in a Partial by a - constant amount. - */ - -void sortByLabel( PartialList * partials ); -/* Sort the Partials in a PartialList in order of increasing label. - The sort is stable; Partials having the same label are not - reordered. - */ - -void timeSpan( PartialList * partials, double * tmin, double * tmax ); -/* Return the minimum start time and maximum end time - in seconds of all Partials in this PartialList. The v - times are returned in the (non-null) pointers tmin - and tmax. - */ - -double weightedAvgFrequency( const Partial * p ); -/* Return the average frequency over all Breakpoints in this Partial, - weighted by the Breakpoint amplitudes. Return zero if the Partial - has no Breakpoints. - */ - -/* ---------------------------------------------------------------- */ -/* Notification and exception handlers -/* -/* An exception handler and a notifier may be specified. Both - are functions taking a const char * argument and returning - void. - */ - -void setExceptionHandler( void(*f)(const char *) ); -/* Specify a function to call when reporting exceptions. The - function takes a const char * argument, and returns void. - */ - -void setNotifier( void(*f)(const char *) ); -/* Specify a notification function. The function takes a - const char * argument, and returns void. - */ - -#if defined(__cplusplus) -} /* extern "C" */ -#endif - -#endif /* ndef INCLUDE_LORIS_H */ |