1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Disable automatic dependency tracking if using other tools than gcc and gmake 18#AUTOMAKE_OPTIONS = no-dependencies 19 20 21 22VPATH = @srcdir@ 23am__is_gnu_make = { \ 24 if test -z '$(MAKELEVEL)'; then \ 25 false; \ 26 elif test -n '$(MAKE_HOST)'; then \ 27 true; \ 28 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 true; \ 30 else \ 31 false; \ 32 fi; \ 33} 34am__make_running_with_option = \ 35 case $${target_option-} in \ 36 ?) ;; \ 37 *) echo "am__make_running_with_option: internal error: invalid" \ 38 "target option '$${target_option-}' specified" >&2; \ 39 exit 1;; \ 40 esac; \ 41 has_opt=no; \ 42 sane_makeflags=$$MAKEFLAGS; \ 43 if $(am__is_gnu_make); then \ 44 sane_makeflags=$$MFLAGS; \ 45 else \ 46 case $$MAKEFLAGS in \ 47 *\\[\ \ ]*) \ 48 bs=\\; \ 49 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 50 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 51 esac; \ 52 fi; \ 53 skip_next=no; \ 54 strip_trailopt () \ 55 { \ 56 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 57 }; \ 58 for flg in $$sane_makeflags; do \ 59 test $$skip_next = yes && { skip_next=no; continue; }; \ 60 case $$flg in \ 61 *=*|--*) continue;; \ 62 -*I) strip_trailopt 'I'; skip_next=yes;; \ 63 -*I?*) strip_trailopt 'I';; \ 64 -*O) strip_trailopt 'O'; skip_next=yes;; \ 65 -*O?*) strip_trailopt 'O';; \ 66 -*l) strip_trailopt 'l'; skip_next=yes;; \ 67 -*l?*) strip_trailopt 'l';; \ 68 -[dEDm]) skip_next=yes;; \ 69 -[JT]) skip_next=yes;; \ 70 esac; \ 71 case $$flg in \ 72 *$$target_option*) has_opt=yes; break;; \ 73 esac; \ 74 done; \ 75 test $$has_opt = yes 76am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 77am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 78pkgdatadir = $(datadir)/@PACKAGE@ 79pkgincludedir = $(includedir)/@PACKAGE@ 80pkglibdir = $(libdir)/@PACKAGE@ 81pkglibexecdir = $(libexecdir)/@PACKAGE@ 82am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 83install_sh_DATA = $(install_sh) -c -m 644 84install_sh_PROGRAM = $(install_sh) -c 85install_sh_SCRIPT = $(install_sh) -c 86INSTALL_HEADER = $(INSTALL_DATA) 87transform = $(program_transform_name) 88NORMAL_INSTALL = : 89PRE_INSTALL = : 90POST_INSTALL = : 91NORMAL_UNINSTALL = : 92PRE_UNINSTALL = : 93POST_UNINSTALL = : 94build_triplet = @build@ 95host_triplet = @host@ 96@BUILD_EXAMPLES_TRUE@noinst_PROGRAMS = testdenoise$(EXEEXT) \ 97@BUILD_EXAMPLES_TRUE@ testecho$(EXEEXT) testjitter$(EXEEXT) \ 98@BUILD_EXAMPLES_TRUE@ testresample$(EXEEXT) \ 99@BUILD_EXAMPLES_TRUE@ testresample2$(EXEEXT) 100subdir = libspeexdsp 101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 102am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 103 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 104 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 105 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 107 $(ACLOCAL_M4) 108DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 109 $(am__DIST_COMMON) 110mkinstalldirs = $(install_sh) -d 111CONFIG_HEADER = $(top_builddir)/config.h 112CONFIG_CLEAN_FILES = 113CONFIG_CLEAN_VPATH_FILES = 114PROGRAMS = $(noinst_PROGRAMS) 115am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 116am__vpath_adj = case $$p in \ 117 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 118 *) f=$$p;; \ 119 esac; 120am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 121am__install_max = 40 122am__nobase_strip_setup = \ 123 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 124am__nobase_strip = \ 125 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 126am__nobase_list = $(am__nobase_strip_setup); \ 127 for p in $$list; do echo "$$p $$p"; done | \ 128 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 129 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 130 if (++n[$$2] == $(am__install_max)) \ 131 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 132 END { for (dir in files) print dir, files[dir] }' 133am__base_list = \ 134 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 135 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 136am__uninstall_files_from_dir = { \ 137 test -z "$$files" \ 138 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 139 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 140 $(am__cd) "$$dir" && rm -f $$files; }; \ 141 } 142am__installdirs = "$(DESTDIR)$(libdir)" 143LTLIBRARIES = $(lib_LTLIBRARIES) 144am__DEPENDENCIES_1 = 145libspeexdsp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 146am__libspeexdsp_la_SOURCES_DIST = preprocess.c jitter.c mdf.c \ 147 fftwrap.c filterbank.c resample.c buffer.c scal.c smallft.c \ 148 kiss_fft.c _kiss_fft_guts.h kiss_fft.h kiss_fftr.c kiss_fftr.h 149@BUILD_KISS_FFT_FALSE@@BUILD_SMALLFT_TRUE@am__objects_1 = smallft.lo 150@BUILD_KISS_FFT_TRUE@am__objects_1 = kiss_fft.lo kiss_fftr.lo 151am_libspeexdsp_la_OBJECTS = preprocess.lo jitter.lo mdf.lo fftwrap.lo \ 152 filterbank.lo resample.lo buffer.lo scal.lo $(am__objects_1) 153libspeexdsp_la_OBJECTS = $(am_libspeexdsp_la_OBJECTS) 154AM_V_lt = $(am__v_lt_@AM_V@) 155am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 156am__v_lt_0 = --silent 157am__v_lt_1 = 158libspeexdsp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 159 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 160 $(AM_CFLAGS) $(CFLAGS) $(libspeexdsp_la_LDFLAGS) $(LDFLAGS) -o \ 161 $@ 162am__testdenoise_SOURCES_DIST = testdenoise.c 163@BUILD_EXAMPLES_TRUE@am_testdenoise_OBJECTS = testdenoise.$(OBJEXT) 164testdenoise_OBJECTS = $(am_testdenoise_OBJECTS) 165@BUILD_EXAMPLES_TRUE@testdenoise_DEPENDENCIES = libspeexdsp.la 166am__testecho_SOURCES_DIST = testecho.c 167@BUILD_EXAMPLES_TRUE@am_testecho_OBJECTS = testecho.$(OBJEXT) 168testecho_OBJECTS = $(am_testecho_OBJECTS) 169@BUILD_EXAMPLES_TRUE@testecho_DEPENDENCIES = libspeexdsp.la 170am__testjitter_SOURCES_DIST = testjitter.c 171@BUILD_EXAMPLES_TRUE@am_testjitter_OBJECTS = testjitter.$(OBJEXT) 172testjitter_OBJECTS = $(am_testjitter_OBJECTS) 173@BUILD_EXAMPLES_TRUE@testjitter_DEPENDENCIES = libspeexdsp.la 174am__testresample_SOURCES_DIST = testresample.c 175@BUILD_EXAMPLES_TRUE@am_testresample_OBJECTS = testresample.$(OBJEXT) 176testresample_OBJECTS = $(am_testresample_OBJECTS) 177@BUILD_EXAMPLES_TRUE@testresample_DEPENDENCIES = libspeexdsp.la 178am__testresample2_SOURCES_DIST = testresample2.c 179@BUILD_EXAMPLES_TRUE@am_testresample2_OBJECTS = \ 180@BUILD_EXAMPLES_TRUE@ testresample2.$(OBJEXT) 181testresample2_OBJECTS = $(am_testresample2_OBJECTS) 182@BUILD_EXAMPLES_TRUE@testresample2_DEPENDENCIES = libspeexdsp.la 183AM_V_P = $(am__v_P_@AM_V@) 184am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 185am__v_P_0 = false 186am__v_P_1 = : 187AM_V_GEN = $(am__v_GEN_@AM_V@) 188am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 189am__v_GEN_0 = @echo " GEN " $@; 190am__v_GEN_1 = 191AM_V_at = $(am__v_at_@AM_V@) 192am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 193am__v_at_0 = @ 194am__v_at_1 = 195DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 196depcomp = $(SHELL) $(top_srcdir)/depcomp 197am__maybe_remake_depfiles = depfiles 198am__depfiles_remade = ./$(DEPDIR)/buffer.Plo ./$(DEPDIR)/fftwrap.Plo \ 199 ./$(DEPDIR)/filterbank.Plo ./$(DEPDIR)/jitter.Plo \ 200 ./$(DEPDIR)/kiss_fft.Plo ./$(DEPDIR)/kiss_fftr.Plo \ 201 ./$(DEPDIR)/mdf.Plo ./$(DEPDIR)/preprocess.Plo \ 202 ./$(DEPDIR)/resample.Plo ./$(DEPDIR)/scal.Plo \ 203 ./$(DEPDIR)/smallft.Plo ./$(DEPDIR)/testdenoise.Po \ 204 ./$(DEPDIR)/testecho.Po ./$(DEPDIR)/testjitter.Po \ 205 ./$(DEPDIR)/testresample.Po ./$(DEPDIR)/testresample2.Po 206am__mv = mv -f 207COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 208 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 209LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 210 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 211 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 212 $(AM_CFLAGS) $(CFLAGS) 213AM_V_CC = $(am__v_CC_@AM_V@) 214am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 215am__v_CC_0 = @echo " CC " $@; 216am__v_CC_1 = 217CCLD = $(CC) 218LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 219 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 220 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 221AM_V_CCLD = $(am__v_CCLD_@AM_V@) 222am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 223am__v_CCLD_0 = @echo " CCLD " $@; 224am__v_CCLD_1 = 225SOURCES = $(libspeexdsp_la_SOURCES) $(testdenoise_SOURCES) \ 226 $(testecho_SOURCES) $(testjitter_SOURCES) \ 227 $(testresample_SOURCES) $(testresample2_SOURCES) 228DIST_SOURCES = $(am__libspeexdsp_la_SOURCES_DIST) \ 229 $(am__testdenoise_SOURCES_DIST) $(am__testecho_SOURCES_DIST) \ 230 $(am__testjitter_SOURCES_DIST) \ 231 $(am__testresample_SOURCES_DIST) \ 232 $(am__testresample2_SOURCES_DIST) 233am__can_run_installinfo = \ 234 case $$AM_UPDATE_INFO_DIR in \ 235 n|no|NO) false;; \ 236 *) (install-info --version) >/dev/null 2>&1;; \ 237 esac 238HEADERS = $(noinst_HEADERS) 239am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 240# Read a list of newline-separated strings from the standard input, 241# and print each of them once, without duplicates. Input order is 242# *not* preserved. 243am__uniquify_input = $(AWK) '\ 244 BEGIN { nonempty = 0; } \ 245 { items[$$0] = 1; nonempty = 1; } \ 246 END { if (nonempty) { for (i in items) print i; }; } \ 247' 248# Make sure the list of sources is unique. This is necessary because, 249# e.g., the same source file might be shared among _SOURCES variables 250# for different programs/libraries. 251am__define_uniq_tagged_files = \ 252 list='$(am__tagged_files)'; \ 253 unique=`for i in $$list; do \ 254 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 255 done | $(am__uniquify_input)` 256am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 257DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 258ACLOCAL = @ACLOCAL@ 259AMTAR = @AMTAR@ 260AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 261AR = @AR@ 262AS = @AS@ 263AUTOCONF = @AUTOCONF@ 264AUTOHEADER = @AUTOHEADER@ 265AUTOMAKE = @AUTOMAKE@ 266AWK = @AWK@ 267CC = @CC@ 268CCDEPMODE = @CCDEPMODE@ 269CFLAGS = @CFLAGS@ 270CPPFLAGS = @CPPFLAGS@ 271CSCOPE = @CSCOPE@ 272CTAGS = @CTAGS@ 273CYGPATH_W = @CYGPATH_W@ 274DEFS = @DEFS@ 275DEPDIR = @DEPDIR@ 276DLLTOOL = @DLLTOOL@ 277DSYMUTIL = @DSYMUTIL@ 278DUMPBIN = @DUMPBIN@ 279ECHO_C = @ECHO_C@ 280ECHO_N = @ECHO_N@ 281ECHO_T = @ECHO_T@ 282EGREP = @EGREP@ 283ETAGS = @ETAGS@ 284EXEEXT = @EXEEXT@ 285FFT_CFLAGS = @FFT_CFLAGS@ 286FFT_LIBS = @FFT_LIBS@ 287FFT_PKGCONFIG = @FFT_PKGCONFIG@ 288FGREP = @FGREP@ 289FILECMD = @FILECMD@ 290GREP = @GREP@ 291INCLUDE_STDINT = @INCLUDE_STDINT@ 292INSTALL = @INSTALL@ 293INSTALL_DATA = @INSTALL_DATA@ 294INSTALL_PROGRAM = @INSTALL_PROGRAM@ 295INSTALL_SCRIPT = @INSTALL_SCRIPT@ 296INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 297LD = @LD@ 298LDFLAGS = @LDFLAGS@ 299LIBM = @LIBM@ 300LIBOBJS = @LIBOBJS@ 301LIBS = @LIBS@ 302LIBTOOL = @LIBTOOL@ 303LIPO = @LIPO@ 304LN_S = @LN_S@ 305LTLIBOBJS = @LTLIBOBJS@ 306LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 307MAINT = @MAINT@ 308MAKEINFO = @MAKEINFO@ 309MANIFEST_TOOL = @MANIFEST_TOOL@ 310MKDIR_P = @MKDIR_P@ 311NM = @NM@ 312NMEDIT = @NMEDIT@ 313OBJDUMP = @OBJDUMP@ 314OBJEXT = @OBJEXT@ 315OTOOL = @OTOOL@ 316OTOOL64 = @OTOOL64@ 317PACKAGE = @PACKAGE@ 318PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 319PACKAGE_NAME = @PACKAGE_NAME@ 320PACKAGE_STRING = @PACKAGE_STRING@ 321PACKAGE_TARNAME = @PACKAGE_TARNAME@ 322PACKAGE_URL = @PACKAGE_URL@ 323PACKAGE_VERSION = @PACKAGE_VERSION@ 324PATH_SEPARATOR = @PATH_SEPARATOR@ 325PKG_CONFIG = @PKG_CONFIG@ 326PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 327PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 328RANLIB = @RANLIB@ 329SED = @SED@ 330SET_MAKE = @SET_MAKE@ 331SHELL = @SHELL@ 332SIZE16 = @SIZE16@ 333SIZE32 = @SIZE32@ 334SPEEXDSP_LT_AGE = @SPEEXDSP_LT_AGE@ 335SPEEXDSP_LT_CURRENT = @SPEEXDSP_LT_CURRENT@ 336SPEEXDSP_LT_REVISION = @SPEEXDSP_LT_REVISION@ 337STRIP = @STRIP@ 338USIZE16 = @USIZE16@ 339USIZE32 = @USIZE32@ 340VERSION = @VERSION@ 341abs_builddir = @abs_builddir@ 342abs_srcdir = @abs_srcdir@ 343abs_top_builddir = @abs_top_builddir@ 344abs_top_srcdir = @abs_top_srcdir@ 345ac_ct_AR = @ac_ct_AR@ 346ac_ct_CC = @ac_ct_CC@ 347ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 348am__include = @am__include@ 349am__leading_dot = @am__leading_dot@ 350am__quote = @am__quote@ 351am__tar = @am__tar@ 352am__untar = @am__untar@ 353bindir = @bindir@ 354build = @build@ 355build_alias = @build_alias@ 356build_cpu = @build_cpu@ 357build_os = @build_os@ 358build_vendor = @build_vendor@ 359builddir = @builddir@ 360datadir = @datadir@ 361datarootdir = @datarootdir@ 362docdir = @docdir@ 363dvidir = @dvidir@ 364exec_prefix = @exec_prefix@ 365host = @host@ 366host_alias = @host_alias@ 367host_cpu = @host_cpu@ 368host_os = @host_os@ 369host_vendor = @host_vendor@ 370htmldir = @htmldir@ 371includedir = @includedir@ 372infodir = @infodir@ 373install_sh = @install_sh@ 374libdir = @libdir@ 375libexecdir = @libexecdir@ 376localedir = @localedir@ 377localstatedir = @localstatedir@ 378mandir = @mandir@ 379mkdir_p = @mkdir_p@ 380oldincludedir = @oldincludedir@ 381pdfdir = @pdfdir@ 382prefix = @prefix@ 383program_transform_name = @program_transform_name@ 384psdir = @psdir@ 385runstatedir = @runstatedir@ 386sbindir = @sbindir@ 387sharedstatedir = @sharedstatedir@ 388src = @src@ 389srcdir = @srcdir@ 390sysconfdir = @sysconfdir@ 391target_alias = @target_alias@ 392top_build_prefix = @top_build_prefix@ 393top_builddir = @top_builddir@ 394top_srcdir = @top_srcdir@ 395EXTRA_DIST = echo_diagnostic.m 396AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include/speex -I$(top_builddir) @FFT_CFLAGS@ 397lib_LTLIBRARIES = libspeexdsp.la 398@BUILD_KISS_FFT_FALSE@@BUILD_SMALLFT_FALSE@FFTSRC = 399@BUILD_KISS_FFT_FALSE@@BUILD_SMALLFT_TRUE@FFTSRC = smallft.c 400 401# Sources for compilation in the library 402@BUILD_KISS_FFT_TRUE@FFTSRC = kiss_fft.c _kiss_fft_guts.h kiss_fft.h kiss_fftr.c kiss_fftr.h 403libspeexdsp_la_SOURCES = preprocess.c jitter.c mdf.c fftwrap.c filterbank.c resample.c buffer.c scal.c $(FFTSRC) 404noinst_HEADERS = arch.h bfin.h \ 405 fixed_arm4.h \ 406 fixed_arm5e.h fixed_bfin.h fixed_debug.h \ 407 math_approx.h misc_bfin.h \ 408 fftwrap.h \ 409 filterbank.h fixed_generic.h os_support.h \ 410 pseudofloat.h smallft.h vorbis_psy.h resample_sse.h resample_neon.h 411 412libspeexdsp_la_LDFLAGS = -no-undefined -version-info @SPEEXDSP_LT_CURRENT@:@SPEEXDSP_LT_REVISION@:@SPEEXDSP_LT_AGE@ 413libspeexdsp_la_LIBADD = $(LIBM) 414@BUILD_EXAMPLES_TRUE@testdenoise_SOURCES = testdenoise.c 415@BUILD_EXAMPLES_TRUE@testdenoise_LDADD = libspeexdsp.la @FFT_LIBS@ 416@BUILD_EXAMPLES_TRUE@testecho_SOURCES = testecho.c 417@BUILD_EXAMPLES_TRUE@testecho_LDADD = libspeexdsp.la @FFT_LIBS@ 418@BUILD_EXAMPLES_TRUE@testjitter_SOURCES = testjitter.c 419@BUILD_EXAMPLES_TRUE@testjitter_LDADD = libspeexdsp.la @FFT_LIBS@ 420@BUILD_EXAMPLES_TRUE@testresample_SOURCES = testresample.c 421@BUILD_EXAMPLES_TRUE@testresample_LDADD = libspeexdsp.la @FFT_LIBS@ @LIBM@ 422@BUILD_EXAMPLES_TRUE@testresample2_SOURCES = testresample2.c 423@BUILD_EXAMPLES_TRUE@testresample2_LDADD = libspeexdsp.la @FFT_LIBS@ @LIBM@ 424all: all-am 425 426.SUFFIXES: 427.SUFFIXES: .c .lo .o .obj 428$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 429 @for dep in $?; do \ 430 case '$(am__configure_deps)' in \ 431 *$$dep*) \ 432 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 433 && { if test -f $@; then exit 0; else break; fi; }; \ 434 exit 1;; \ 435 esac; \ 436 done; \ 437 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libspeexdsp/Makefile'; \ 438 $(am__cd) $(top_srcdir) && \ 439 $(AUTOMAKE) --foreign libspeexdsp/Makefile 440Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 441 @case '$?' in \ 442 *config.status*) \ 443 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 444 *) \ 445 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 446 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 447 esac; 448 449$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 450 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 451 452$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 454$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 455 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 456$(am__aclocal_m4_deps): 457 458clean-noinstPROGRAMS: 459 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 460 echo " rm -f" $$list; \ 461 rm -f $$list || exit $$?; \ 462 test -n "$(EXEEXT)" || exit 0; \ 463 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 464 echo " rm -f" $$list; \ 465 rm -f $$list 466 467install-libLTLIBRARIES: $(lib_LTLIBRARIES) 468 @$(NORMAL_INSTALL) 469 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 470 list2=; for p in $$list; do \ 471 if test -f $$p; then \ 472 list2="$$list2 $$p"; \ 473 else :; fi; \ 474 done; \ 475 test -z "$$list2" || { \ 476 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 477 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 478 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 479 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 480 } 481 482uninstall-libLTLIBRARIES: 483 @$(NORMAL_UNINSTALL) 484 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 485 for p in $$list; do \ 486 $(am__strip_dir) \ 487 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 488 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 489 done 490 491clean-libLTLIBRARIES: 492 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 493 @list='$(lib_LTLIBRARIES)'; \ 494 locs=`for p in $$list; do echo $$p; done | \ 495 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 496 sort -u`; \ 497 test -z "$$locs" || { \ 498 echo rm -f $${locs}; \ 499 rm -f $${locs}; \ 500 } 501 502libspeexdsp.la: $(libspeexdsp_la_OBJECTS) $(libspeexdsp_la_DEPENDENCIES) $(EXTRA_libspeexdsp_la_DEPENDENCIES) 503 $(AM_V_CCLD)$(libspeexdsp_la_LINK) -rpath $(libdir) $(libspeexdsp_la_OBJECTS) $(libspeexdsp_la_LIBADD) $(LIBS) 504 505testdenoise$(EXEEXT): $(testdenoise_OBJECTS) $(testdenoise_DEPENDENCIES) $(EXTRA_testdenoise_DEPENDENCIES) 506 @rm -f testdenoise$(EXEEXT) 507 $(AM_V_CCLD)$(LINK) $(testdenoise_OBJECTS) $(testdenoise_LDADD) $(LIBS) 508 509testecho$(EXEEXT): $(testecho_OBJECTS) $(testecho_DEPENDENCIES) $(EXTRA_testecho_DEPENDENCIES) 510 @rm -f testecho$(EXEEXT) 511 $(AM_V_CCLD)$(LINK) $(testecho_OBJECTS) $(testecho_LDADD) $(LIBS) 512 513testjitter$(EXEEXT): $(testjitter_OBJECTS) $(testjitter_DEPENDENCIES) $(EXTRA_testjitter_DEPENDENCIES) 514 @rm -f testjitter$(EXEEXT) 515 $(AM_V_CCLD)$(LINK) $(testjitter_OBJECTS) $(testjitter_LDADD) $(LIBS) 516 517testresample$(EXEEXT): $(testresample_OBJECTS) $(testresample_DEPENDENCIES) $(EXTRA_testresample_DEPENDENCIES) 518 @rm -f testresample$(EXEEXT) 519 $(AM_V_CCLD)$(LINK) $(testresample_OBJECTS) $(testresample_LDADD) $(LIBS) 520 521testresample2$(EXEEXT): $(testresample2_OBJECTS) $(testresample2_DEPENDENCIES) $(EXTRA_testresample2_DEPENDENCIES) 522 @rm -f testresample2$(EXEEXT) 523 $(AM_V_CCLD)$(LINK) $(testresample2_OBJECTS) $(testresample2_LDADD) $(LIBS) 524 525mostlyclean-compile: 526 -rm -f *.$(OBJEXT) 527 528distclean-compile: 529 -rm -f *.tab.c 530 531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@ # am--include-marker 532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fftwrap.Plo@am__quote@ # am--include-marker 533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filterbank.Plo@am__quote@ # am--include-marker 534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jitter.Plo@am__quote@ # am--include-marker 535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kiss_fft.Plo@am__quote@ # am--include-marker 536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kiss_fftr.Plo@am__quote@ # am--include-marker 537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdf.Plo@am__quote@ # am--include-marker 538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preprocess.Plo@am__quote@ # am--include-marker 539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resample.Plo@am__quote@ # am--include-marker 540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scal.Plo@am__quote@ # am--include-marker 541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smallft.Plo@am__quote@ # am--include-marker 542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testdenoise.Po@am__quote@ # am--include-marker 543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testecho.Po@am__quote@ # am--include-marker 544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testjitter.Po@am__quote@ # am--include-marker 545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testresample.Po@am__quote@ # am--include-marker 546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testresample2.Po@am__quote@ # am--include-marker 547 548$(am__depfiles_remade): 549 @$(MKDIR_P) $(@D) 550 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 551 552am--depfiles: $(am__depfiles_remade) 553 554.c.o: 555@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 556@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 557@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 558@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 559@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 560 561.c.obj: 562@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 563@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 564@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 565@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 566@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 567 568.c.lo: 569@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 570@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 571@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 572@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 573@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 574 575mostlyclean-libtool: 576 -rm -f *.lo 577 578clean-libtool: 579 -rm -rf .libs _libs 580 581ID: $(am__tagged_files) 582 $(am__define_uniq_tagged_files); mkid -fID $$unique 583tags: tags-am 584TAGS: tags 585 586tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 587 set x; \ 588 here=`pwd`; \ 589 $(am__define_uniq_tagged_files); \ 590 shift; \ 591 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 592 test -n "$$unique" || unique=$$empty_fix; \ 593 if test $$# -gt 0; then \ 594 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 595 "$$@" $$unique; \ 596 else \ 597 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 598 $$unique; \ 599 fi; \ 600 fi 601ctags: ctags-am 602 603CTAGS: ctags 604ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 605 $(am__define_uniq_tagged_files); \ 606 test -z "$(CTAGS_ARGS)$$unique" \ 607 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 608 $$unique 609 610GTAGS: 611 here=`$(am__cd) $(top_builddir) && pwd` \ 612 && $(am__cd) $(top_srcdir) \ 613 && gtags -i $(GTAGS_ARGS) "$$here" 614cscopelist: cscopelist-am 615 616cscopelist-am: $(am__tagged_files) 617 list='$(am__tagged_files)'; \ 618 case "$(srcdir)" in \ 619 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 620 *) sdir=$(subdir)/$(srcdir) ;; \ 621 esac; \ 622 for i in $$list; do \ 623 if test -f "$$i"; then \ 624 echo "$(subdir)/$$i"; \ 625 else \ 626 echo "$$sdir/$$i"; \ 627 fi; \ 628 done >> $(top_builddir)/cscope.files 629 630distclean-tags: 631 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 632distdir: $(BUILT_SOURCES) 633 $(MAKE) $(AM_MAKEFLAGS) distdir-am 634 635distdir-am: $(DISTFILES) 636 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 637 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 638 list='$(DISTFILES)'; \ 639 dist_files=`for file in $$list; do echo $$file; done | \ 640 sed -e "s|^$$srcdirstrip/||;t" \ 641 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 642 case $$dist_files in \ 643 */*) $(MKDIR_P) `echo "$$dist_files" | \ 644 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 645 sort -u` ;; \ 646 esac; \ 647 for file in $$dist_files; do \ 648 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 649 if test -d $$d/$$file; then \ 650 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 651 if test -d "$(distdir)/$$file"; then \ 652 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 653 fi; \ 654 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 655 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 656 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 657 fi; \ 658 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 659 else \ 660 test -f "$(distdir)/$$file" \ 661 || cp -p $$d/$$file "$(distdir)/$$file" \ 662 || exit 1; \ 663 fi; \ 664 done 665check-am: all-am 666check: check-am 667all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS) 668installdirs: 669 for dir in "$(DESTDIR)$(libdir)"; do \ 670 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 671 done 672install: install-am 673install-exec: install-exec-am 674install-data: install-data-am 675uninstall: uninstall-am 676 677install-am: all-am 678 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 679 680installcheck: installcheck-am 681install-strip: 682 if test -z '$(STRIP)'; then \ 683 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 684 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 685 install; \ 686 else \ 687 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 688 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 689 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 690 fi 691mostlyclean-generic: 692 693clean-generic: 694 695distclean-generic: 696 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 697 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 698 699maintainer-clean-generic: 700 @echo "This command is intended for maintainers to use" 701 @echo "it deletes files that may require special tools to rebuild." 702clean: clean-am 703 704clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 705 clean-noinstPROGRAMS mostlyclean-am 706 707distclean: distclean-am 708 -rm -f ./$(DEPDIR)/buffer.Plo 709 -rm -f ./$(DEPDIR)/fftwrap.Plo 710 -rm -f ./$(DEPDIR)/filterbank.Plo 711 -rm -f ./$(DEPDIR)/jitter.Plo 712 -rm -f ./$(DEPDIR)/kiss_fft.Plo 713 -rm -f ./$(DEPDIR)/kiss_fftr.Plo 714 -rm -f ./$(DEPDIR)/mdf.Plo 715 -rm -f ./$(DEPDIR)/preprocess.Plo 716 -rm -f ./$(DEPDIR)/resample.Plo 717 -rm -f ./$(DEPDIR)/scal.Plo 718 -rm -f ./$(DEPDIR)/smallft.Plo 719 -rm -f ./$(DEPDIR)/testdenoise.Po 720 -rm -f ./$(DEPDIR)/testecho.Po 721 -rm -f ./$(DEPDIR)/testjitter.Po 722 -rm -f ./$(DEPDIR)/testresample.Po 723 -rm -f ./$(DEPDIR)/testresample2.Po 724 -rm -f Makefile 725distclean-am: clean-am distclean-compile distclean-generic \ 726 distclean-tags 727 728dvi: dvi-am 729 730dvi-am: 731 732html: html-am 733 734html-am: 735 736info: info-am 737 738info-am: 739 740install-data-am: 741 742install-dvi: install-dvi-am 743 744install-dvi-am: 745 746install-exec-am: install-libLTLIBRARIES 747 748install-html: install-html-am 749 750install-html-am: 751 752install-info: install-info-am 753 754install-info-am: 755 756install-man: 757 758install-pdf: install-pdf-am 759 760install-pdf-am: 761 762install-ps: install-ps-am 763 764install-ps-am: 765 766installcheck-am: 767 768maintainer-clean: maintainer-clean-am 769 -rm -f ./$(DEPDIR)/buffer.Plo 770 -rm -f ./$(DEPDIR)/fftwrap.Plo 771 -rm -f ./$(DEPDIR)/filterbank.Plo 772 -rm -f ./$(DEPDIR)/jitter.Plo 773 -rm -f ./$(DEPDIR)/kiss_fft.Plo 774 -rm -f ./$(DEPDIR)/kiss_fftr.Plo 775 -rm -f ./$(DEPDIR)/mdf.Plo 776 -rm -f ./$(DEPDIR)/preprocess.Plo 777 -rm -f ./$(DEPDIR)/resample.Plo 778 -rm -f ./$(DEPDIR)/scal.Plo 779 -rm -f ./$(DEPDIR)/smallft.Plo 780 -rm -f ./$(DEPDIR)/testdenoise.Po 781 -rm -f ./$(DEPDIR)/testecho.Po 782 -rm -f ./$(DEPDIR)/testjitter.Po 783 -rm -f ./$(DEPDIR)/testresample.Po 784 -rm -f ./$(DEPDIR)/testresample2.Po 785 -rm -f Makefile 786maintainer-clean-am: distclean-am maintainer-clean-generic 787 788mostlyclean: mostlyclean-am 789 790mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 791 mostlyclean-libtool 792 793pdf: pdf-am 794 795pdf-am: 796 797ps: ps-am 798 799ps-am: 800 801uninstall-am: uninstall-libLTLIBRARIES 802 803.MAKE: install-am install-strip 804 805.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 806 clean-generic clean-libLTLIBRARIES clean-libtool \ 807 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 808 distclean-compile distclean-generic distclean-libtool \ 809 distclean-tags distdir dvi dvi-am html html-am info info-am \ 810 install install-am install-data install-data-am install-dvi \ 811 install-dvi-am install-exec install-exec-am install-html \ 812 install-html-am install-info install-info-am \ 813 install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 814 install-ps install-ps-am install-strip installcheck \ 815 installcheck-am installdirs maintainer-clean \ 816 maintainer-clean-generic mostlyclean mostlyclean-compile \ 817 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 818 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES 819 820.PRECIOUS: Makefile 821 822 823# Tell versions [3.59,3.63) of GNU make to not export all variables. 824# Otherwise a system limit (for SysV at least) may be exceeded. 825.NOEXPORT: 826