1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# libspeexdsp/Makefile. Generated from Makefile.in by configure. 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 16 17# Disable automatic dependency tracking if using other tools than gcc and gmake 18#AUTOMAKE_OPTIONS = no-dependencies 19 20 21 22 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)/speexdsp 79pkgincludedir = $(includedir)/speexdsp 80pkglibdir = $(libdir)/speexdsp 81pkglibexecdir = $(libexecdir)/speexdsp 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 = x86_64-pc-linux-gnu 95host_triplet = x86_64-pc-linux-gnu 96noinst_PROGRAMS = testdenoise$(EXEEXT) \ 97 testecho$(EXEEXT) testjitter$(EXEEXT) \ 98 testresample$(EXEEXT) \ 99 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 149am__objects_1 = smallft.lo 150#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_$(V)) 155am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 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 163am_testdenoise_OBJECTS = testdenoise.$(OBJEXT) 164testdenoise_OBJECTS = $(am_testdenoise_OBJECTS) 165testdenoise_DEPENDENCIES = libspeexdsp.la 166am__testecho_SOURCES_DIST = testecho.c 167am_testecho_OBJECTS = testecho.$(OBJEXT) 168testecho_OBJECTS = $(am_testecho_OBJECTS) 169testecho_DEPENDENCIES = libspeexdsp.la 170am__testjitter_SOURCES_DIST = testjitter.c 171am_testjitter_OBJECTS = testjitter.$(OBJEXT) 172testjitter_OBJECTS = $(am_testjitter_OBJECTS) 173testjitter_DEPENDENCIES = libspeexdsp.la 174am__testresample_SOURCES_DIST = testresample.c 175am_testresample_OBJECTS = testresample.$(OBJEXT) 176testresample_OBJECTS = $(am_testresample_OBJECTS) 177testresample_DEPENDENCIES = libspeexdsp.la 178am__testresample2_SOURCES_DIST = testresample2.c 179am_testresample2_OBJECTS = \ 180 testresample2.$(OBJEXT) 181testresample2_OBJECTS = $(am_testresample2_OBJECTS) 182testresample2_DEPENDENCIES = libspeexdsp.la 183AM_V_P = $(am__v_P_$(V)) 184am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 185am__v_P_0 = false 186am__v_P_1 = : 187AM_V_GEN = $(am__v_GEN_$(V)) 188am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 189am__v_GEN_0 = @echo " GEN " $@; 190am__v_GEN_1 = 191AM_V_at = $(am__v_at_$(V)) 192am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 193am__v_at_0 = @ 194am__v_at_1 = 195DEFAULT_INCLUDES = -I. -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_$(V)) 214am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 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_$(V)) 222am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 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 = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' aclocal-1.16 259AMTAR = $${TAR-tar} 260AM_DEFAULT_VERBOSITY = 0 261AR = ar 262AS = as 263AUTOCONF = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' autoconf 264AUTOHEADER = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' autoheader 265AUTOMAKE = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' automake-1.16 266AWK = gawk 267CC = gcc 268CCDEPMODE = depmode=gcc3 269CFLAGS = -g -O2 -fvisibility=hidden 270CPPFLAGS = 271CSCOPE = cscope 272CTAGS = ctags 273CYGPATH_W = echo 274DEFS = -DHAVE_CONFIG_H 275DEPDIR = .deps 276DLLTOOL = dlltool 277DSYMUTIL = 278DUMPBIN = 279ECHO_C = 280ECHO_N = -n 281ECHO_T = 282EGREP = /usr/bin/grep -E 283ETAGS = etags 284EXEEXT = 285FFT_CFLAGS = 286FFT_LIBS = 287FFT_PKGCONFIG = 288FGREP = /usr/bin/grep -F 289FILECMD = file 290GREP = /usr/bin/grep 291INCLUDE_STDINT = #include <stdint.h> 292INSTALL = /usr/bin/install -c 293INSTALL_DATA = ${INSTALL} -m 644 294INSTALL_PROGRAM = ${INSTALL} 295INSTALL_SCRIPT = ${INSTALL} 296INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 297LD = /usr/bin/ld -m elf_x86_64 298LDFLAGS = 299LIBM = -lm 300LIBOBJS = 301LIBS = 302LIBTOOL = $(SHELL) $(top_builddir)/libtool 303LIPO = 304LN_S = ln -s 305LTLIBOBJS = 306LT_SYS_LIBRARY_PATH = 307MAINT = 308MAKEINFO = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' makeinfo 309MANIFEST_TOOL = : 310MKDIR_P = /usr/bin/mkdir -p 311NM = /usr/bin/nm -B 312NMEDIT = 313OBJDUMP = objdump 314OBJEXT = o 315OTOOL = 316OTOOL64 = 317PACKAGE = speexdsp 318PACKAGE_BUGREPORT = speex-dev@xiph.org 319PACKAGE_NAME = speexdsp 320PACKAGE_STRING = speexdsp 1.2.1 321PACKAGE_TARNAME = speexdsp 322PACKAGE_URL = 323PACKAGE_VERSION = 1.2.1 324PATH_SEPARATOR = : 325PKG_CONFIG = /usr/bin/pkg-config 326PKG_CONFIG_LIBDIR = 327PKG_CONFIG_PATH = 328RANLIB = ranlib 329SED = /usr/bin/sed 330SET_MAKE = 331SHELL = /bin/sh 332SIZE16 = int16_t 333SIZE32 = int32_t 334SPEEXDSP_LT_AGE = 5 335SPEEXDSP_LT_CURRENT = 6 336SPEEXDSP_LT_REVISION = 2 337STRIP = strip 338USIZE16 = uint16_t 339USIZE32 = uint32_t 340VERSION = 1.2.1 341abs_builddir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/libspeexdsp 342abs_srcdir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/libspeexdsp 343abs_top_builddir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex 344abs_top_srcdir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex 345ac_ct_AR = ar 346ac_ct_CC = gcc 347ac_ct_DUMPBIN = 348am__include = include 349am__leading_dot = . 350am__quote = 351am__tar = $${TAR-tar} chof - "$$tardir" 352am__untar = $${TAR-tar} xf - 353bindir = ${exec_prefix}/bin 354build = x86_64-pc-linux-gnu 355build_alias = 356build_cpu = x86_64 357build_os = linux-gnu 358build_vendor = pc 359builddir = . 360datadir = ${datarootdir} 361datarootdir = ${prefix}/share 362docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 363dvidir = ${docdir} 364exec_prefix = ${prefix} 365host = x86_64-pc-linux-gnu 366host_alias = 367host_cpu = x86_64 368host_os = linux-gnu 369host_vendor = pc 370htmldir = ${docdir} 371includedir = ${prefix}/include 372infodir = ${datarootdir}/info 373install_sh = ${SHELL} /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/install-sh 374libdir = ${exec_prefix}/lib 375libexecdir = ${exec_prefix}/libexec 376localedir = ${datarootdir}/locale 377localstatedir = ${prefix}/var 378mandir = ${datarootdir}/man 379mkdir_p = $(MKDIR_P) 380oldincludedir = /usr/include 381pdfdir = ${docdir} 382prefix = /usr/local 383program_transform_name = s,x,x, 384psdir = ${docdir} 385runstatedir = ${localstatedir}/run 386sbindir = ${exec_prefix}/sbin 387sharedstatedir = ${prefix}/com 388src = 389srcdir = . 390sysconfdir = ${prefix}/etc 391target_alias = 392top_build_prefix = ../ 393top_builddir = .. 394top_srcdir = .. 395EXTRA_DIST = echo_diagnostic.m 396AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include/speex -I$(top_builddir) 397lib_LTLIBRARIES = libspeexdsp.la 398#FFTSRC = 399FFTSRC = smallft.c 400 401# Sources for compilation in the library 402#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 6:2:5 413libspeexdsp_la_LIBADD = $(LIBM) 414testdenoise_SOURCES = testdenoise.c 415testdenoise_LDADD = libspeexdsp.la 416testecho_SOURCES = testecho.c 417testecho_LDADD = libspeexdsp.la 418testjitter_SOURCES = testjitter.c 419testjitter_LDADD = libspeexdsp.la 420testresample_SOURCES = testresample.c 421testresample_LDADD = libspeexdsp.la -lm 422testresample2_SOURCES = testresample2.c 423testresample2_LDADD = libspeexdsp.la -lm 424all: all-am 425 426.SUFFIXES: 427.SUFFIXES: .c .lo .o .obj 428$(srcdir)/Makefile.in: $(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: $(am__configure_deps) 453 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 454$(ACLOCAL_M4): $(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 531include ./$(DEPDIR)/buffer.Plo # am--include-marker 532include ./$(DEPDIR)/fftwrap.Plo # am--include-marker 533include ./$(DEPDIR)/filterbank.Plo # am--include-marker 534include ./$(DEPDIR)/jitter.Plo # am--include-marker 535include ./$(DEPDIR)/kiss_fft.Plo # am--include-marker 536include ./$(DEPDIR)/kiss_fftr.Plo # am--include-marker 537include ./$(DEPDIR)/mdf.Plo # am--include-marker 538include ./$(DEPDIR)/preprocess.Plo # am--include-marker 539include ./$(DEPDIR)/resample.Plo # am--include-marker 540include ./$(DEPDIR)/scal.Plo # am--include-marker 541include ./$(DEPDIR)/smallft.Plo # am--include-marker 542include ./$(DEPDIR)/testdenoise.Po # am--include-marker 543include ./$(DEPDIR)/testecho.Po # am--include-marker 544include ./$(DEPDIR)/testjitter.Po # am--include-marker 545include ./$(DEPDIR)/testresample.Po # am--include-marker 546include ./$(DEPDIR)/testresample2.Po # 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_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 556 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 557# $(AM_V_CC)source='$<' object='$@' libtool=no \ 558# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 559# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< 560 561.c.obj: 562 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 563 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 564# $(AM_V_CC)source='$<' object='$@' libtool=no \ 565# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 566# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 567 568.c.lo: 569 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 570 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 571# $(AM_V_CC)source='$<' object='$@' libtool=yes \ 572# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 573# $(AM_V_CC_no)$(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