1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# include/speex/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# Historically, these headers were part of the speex package, so in order to 21# keep compatibility with existing software we need to keep installing them 22# in the same place as they were found then. If new functionality, with new 23# headers, are added later, some thought should be given as to whether they 24# should instead go somewhere other than $prefix/include/speex. 25 26 27am__is_gnu_make = { \ 28 if test -z '$(MAKELEVEL)'; then \ 29 false; \ 30 elif test -n '$(MAKE_HOST)'; then \ 31 true; \ 32 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 33 true; \ 34 else \ 35 false; \ 36 fi; \ 37} 38am__make_running_with_option = \ 39 case $${target_option-} in \ 40 ?) ;; \ 41 *) echo "am__make_running_with_option: internal error: invalid" \ 42 "target option '$${target_option-}' specified" >&2; \ 43 exit 1;; \ 44 esac; \ 45 has_opt=no; \ 46 sane_makeflags=$$MAKEFLAGS; \ 47 if $(am__is_gnu_make); then \ 48 sane_makeflags=$$MFLAGS; \ 49 else \ 50 case $$MAKEFLAGS in \ 51 *\\[\ \ ]*) \ 52 bs=\\; \ 53 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 54 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 55 esac; \ 56 fi; \ 57 skip_next=no; \ 58 strip_trailopt () \ 59 { \ 60 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 61 }; \ 62 for flg in $$sane_makeflags; do \ 63 test $$skip_next = yes && { skip_next=no; continue; }; \ 64 case $$flg in \ 65 *=*|--*) continue;; \ 66 -*I) strip_trailopt 'I'; skip_next=yes;; \ 67 -*I?*) strip_trailopt 'I';; \ 68 -*O) strip_trailopt 'O'; skip_next=yes;; \ 69 -*O?*) strip_trailopt 'O';; \ 70 -*l) strip_trailopt 'l'; skip_next=yes;; \ 71 -*l?*) strip_trailopt 'l';; \ 72 -[dEDm]) skip_next=yes;; \ 73 -[JT]) skip_next=yes;; \ 74 esac; \ 75 case $$flg in \ 76 *$$target_option*) has_opt=yes; break;; \ 77 esac; \ 78 done; \ 79 test $$has_opt = yes 80am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 81am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 82pkgdatadir = $(datadir)/speexdsp 83pkgincludedir = $(includedir)/speexdsp 84pkglibdir = $(libdir)/speexdsp 85pkglibexecdir = $(libexecdir)/speexdsp 86am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 87install_sh_DATA = $(install_sh) -c -m 644 88install_sh_PROGRAM = $(install_sh) -c 89install_sh_SCRIPT = $(install_sh) -c 90INSTALL_HEADER = $(INSTALL_DATA) 91transform = $(program_transform_name) 92NORMAL_INSTALL = : 93PRE_INSTALL = : 94POST_INSTALL = : 95NORMAL_UNINSTALL = : 96PRE_UNINSTALL = : 97POST_UNINSTALL = : 98build_triplet = x86_64-pc-linux-gnu 99host_triplet = x86_64-pc-linux-gnu 100subdir = include/speex 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 $(speexinclude_HEADERS) $(am__DIST_COMMON) 110mkinstalldirs = $(install_sh) -d 111CONFIG_HEADER = $(top_builddir)/config.h 112CONFIG_CLEAN_FILES = speexdsp_config_types.h 113CONFIG_CLEAN_VPATH_FILES = 114AM_V_P = $(am__v_P_$(V)) 115am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 116am__v_P_0 = false 117am__v_P_1 = : 118AM_V_GEN = $(am__v_GEN_$(V)) 119am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 120am__v_GEN_0 = @echo " GEN " $@; 121am__v_GEN_1 = 122AM_V_at = $(am__v_at_$(V)) 123am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 124am__v_at_0 = @ 125am__v_at_1 = 126SOURCES = 127DIST_SOURCES = 128am__can_run_installinfo = \ 129 case $$AM_UPDATE_INFO_DIR in \ 130 n|no|NO) false;; \ 131 *) (install-info --version) >/dev/null 2>&1;; \ 132 esac 133am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 134am__vpath_adj = case $$p in \ 135 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 136 *) f=$$p;; \ 137 esac; 138am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 139am__install_max = 40 140am__nobase_strip_setup = \ 141 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 142am__nobase_strip = \ 143 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 144am__nobase_list = $(am__nobase_strip_setup); \ 145 for p in $$list; do echo "$$p $$p"; done | \ 146 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 147 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 148 if (++n[$$2] == $(am__install_max)) \ 149 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 150 END { for (dir in files) print dir, files[dir] }' 151am__base_list = \ 152 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 153 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 154am__uninstall_files_from_dir = { \ 155 test -z "$$files" \ 156 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 157 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 158 $(am__cd) "$$dir" && rm -f $$files; }; \ 159 } 160am__installdirs = "$(DESTDIR)$(speexincludedir)" \ 161 "$(DESTDIR)$(speexincludedir)" 162HEADERS = $(nodist_speexinclude_HEADERS) $(noinst_HEADERS) \ 163 $(speexinclude_HEADERS) 164am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 165# Read a list of newline-separated strings from the standard input, 166# and print each of them once, without duplicates. Input order is 167# *not* preserved. 168am__uniquify_input = $(AWK) '\ 169 BEGIN { nonempty = 0; } \ 170 { items[$$0] = 1; nonempty = 1; } \ 171 END { if (nonempty) { for (i in items) print i; }; } \ 172' 173# Make sure the list of sources is unique. This is necessary because, 174# e.g., the same source file might be shared among _SOURCES variables 175# for different programs/libraries. 176am__define_uniq_tagged_files = \ 177 list='$(am__tagged_files)'; \ 178 unique=`for i in $$list; do \ 179 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 180 done | $(am__uniquify_input)` 181am__DIST_COMMON = $(srcdir)/Makefile.in \ 182 $(srcdir)/speexdsp_config_types.h.in 183DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 184ACLOCAL = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' aclocal-1.16 185AMTAR = $${TAR-tar} 186AM_DEFAULT_VERBOSITY = 0 187AR = ar 188AS = as 189AUTOCONF = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' autoconf 190AUTOHEADER = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' autoheader 191AUTOMAKE = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' automake-1.16 192AWK = gawk 193CC = gcc 194CCDEPMODE = depmode=gcc3 195CFLAGS = -g -O2 -fvisibility=hidden 196CPPFLAGS = 197CSCOPE = cscope 198CTAGS = ctags 199CYGPATH_W = echo 200DEFS = -DHAVE_CONFIG_H 201DEPDIR = .deps 202DLLTOOL = dlltool 203DSYMUTIL = 204DUMPBIN = 205ECHO_C = 206ECHO_N = -n 207ECHO_T = 208EGREP = /usr/bin/grep -E 209ETAGS = etags 210EXEEXT = 211FFT_CFLAGS = 212FFT_LIBS = 213FFT_PKGCONFIG = 214FGREP = /usr/bin/grep -F 215FILECMD = file 216GREP = /usr/bin/grep 217INCLUDE_STDINT = #include <stdint.h> 218INSTALL = /usr/bin/install -c 219INSTALL_DATA = ${INSTALL} -m 644 220INSTALL_PROGRAM = ${INSTALL} 221INSTALL_SCRIPT = ${INSTALL} 222INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 223LD = /usr/bin/ld -m elf_x86_64 224LDFLAGS = 225LIBM = -lm 226LIBOBJS = 227LIBS = 228LIBTOOL = $(SHELL) $(top_builddir)/libtool 229LIPO = 230LN_S = ln -s 231LTLIBOBJS = 232LT_SYS_LIBRARY_PATH = 233MAINT = 234MAKEINFO = ${SHELL} '/usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/missing' makeinfo 235MANIFEST_TOOL = : 236MKDIR_P = /usr/bin/mkdir -p 237NM = /usr/bin/nm -B 238NMEDIT = 239OBJDUMP = objdump 240OBJEXT = o 241OTOOL = 242OTOOL64 = 243PACKAGE = speexdsp 244PACKAGE_BUGREPORT = speex-dev@xiph.org 245PACKAGE_NAME = speexdsp 246PACKAGE_STRING = speexdsp 1.2.1 247PACKAGE_TARNAME = speexdsp 248PACKAGE_URL = 249PACKAGE_VERSION = 1.2.1 250PATH_SEPARATOR = : 251PKG_CONFIG = /usr/bin/pkg-config 252PKG_CONFIG_LIBDIR = 253PKG_CONFIG_PATH = 254RANLIB = ranlib 255SED = /usr/bin/sed 256SET_MAKE = 257SHELL = /bin/sh 258SIZE16 = int16_t 259SIZE32 = int32_t 260SPEEXDSP_LT_AGE = 5 261SPEEXDSP_LT_CURRENT = 6 262SPEEXDSP_LT_REVISION = 2 263STRIP = strip 264USIZE16 = uint16_t 265USIZE32 = uint32_t 266VERSION = 1.2.1 267abs_builddir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/include/speex 268abs_srcdir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/include/speex 269abs_top_builddir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex 270abs_top_srcdir = /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex 271ac_ct_AR = ar 272ac_ct_CC = gcc 273ac_ct_DUMPBIN = 274am__include = include 275am__leading_dot = . 276am__quote = 277am__tar = $${TAR-tar} chof - "$$tardir" 278am__untar = $${TAR-tar} xf - 279bindir = ${exec_prefix}/bin 280build = x86_64-pc-linux-gnu 281build_alias = 282build_cpu = x86_64 283build_os = linux-gnu 284build_vendor = pc 285builddir = . 286datadir = ${datarootdir} 287datarootdir = ${prefix}/share 288docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 289dvidir = ${docdir} 290exec_prefix = ${prefix} 291host = x86_64-pc-linux-gnu 292host_alias = 293host_cpu = x86_64 294host_os = linux-gnu 295host_vendor = pc 296htmldir = ${docdir} 297includedir = ${prefix}/include 298infodir = ${datarootdir}/info 299install_sh = ${SHELL} /usr/local/google/home/sadafebrahimi/aosp/forupdatesonly/aosp-master-with-phones/external/speex/install-sh 300libdir = ${exec_prefix}/lib 301libexecdir = ${exec_prefix}/libexec 302localedir = ${datarootdir}/locale 303localstatedir = ${prefix}/var 304mandir = ${datarootdir}/man 305mkdir_p = $(MKDIR_P) 306oldincludedir = /usr/include 307pdfdir = ${docdir} 308prefix = /usr/local 309program_transform_name = s,x,x, 310psdir = ${docdir} 311runstatedir = ${localstatedir}/run 312sbindir = ${exec_prefix}/sbin 313sharedstatedir = ${prefix}/com 314src = 315srcdir = . 316sysconfdir = ${prefix}/etc 317target_alias = 318top_build_prefix = ../../ 319top_builddir = ../.. 320top_srcdir = ../.. 321speexincludedir = $(includedir)/speex 322nodist_speexinclude_HEADERS = speexdsp_config_types.h 323speexinclude_HEADERS = speex_echo.h speex_jitter.h speex_preprocess.h speex_resampler.h \ 324 speexdsp_types.h 325 326noinst_HEADERS = speex_buffer.h 327all: all-am 328 329.SUFFIXES: 330$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 331 @for dep in $?; do \ 332 case '$(am__configure_deps)' in \ 333 *$$dep*) \ 334 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 335 && { if test -f $@; then exit 0; else break; fi; }; \ 336 exit 1;; \ 337 esac; \ 338 done; \ 339 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/speex/Makefile'; \ 340 $(am__cd) $(top_srcdir) && \ 341 $(AUTOMAKE) --foreign include/speex/Makefile 342Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 343 @case '$?' in \ 344 *config.status*) \ 345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 346 *) \ 347 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 348 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 349 esac; 350 351$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 352 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 353 354$(top_srcdir)/configure: $(am__configure_deps) 355 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 356$(ACLOCAL_M4): $(am__aclocal_m4_deps) 357 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 358$(am__aclocal_m4_deps): 359speexdsp_config_types.h: $(top_builddir)/config.status $(srcdir)/speexdsp_config_types.h.in 360 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 361 362mostlyclean-libtool: 363 -rm -f *.lo 364 365clean-libtool: 366 -rm -rf .libs _libs 367install-nodist_speexincludeHEADERS: $(nodist_speexinclude_HEADERS) 368 @$(NORMAL_INSTALL) 369 @list='$(nodist_speexinclude_HEADERS)'; test -n "$(speexincludedir)" || list=; \ 370 if test -n "$$list"; then \ 371 echo " $(MKDIR_P) '$(DESTDIR)$(speexincludedir)'"; \ 372 $(MKDIR_P) "$(DESTDIR)$(speexincludedir)" || exit 1; \ 373 fi; \ 374 for p in $$list; do \ 375 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 376 echo "$$d$$p"; \ 377 done | $(am__base_list) | \ 378 while read files; do \ 379 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(speexincludedir)'"; \ 380 $(INSTALL_HEADER) $$files "$(DESTDIR)$(speexincludedir)" || exit $$?; \ 381 done 382 383uninstall-nodist_speexincludeHEADERS: 384 @$(NORMAL_UNINSTALL) 385 @list='$(nodist_speexinclude_HEADERS)'; test -n "$(speexincludedir)" || list=; \ 386 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 387 dir='$(DESTDIR)$(speexincludedir)'; $(am__uninstall_files_from_dir) 388install-speexincludeHEADERS: $(speexinclude_HEADERS) 389 @$(NORMAL_INSTALL) 390 @list='$(speexinclude_HEADERS)'; test -n "$(speexincludedir)" || list=; \ 391 if test -n "$$list"; then \ 392 echo " $(MKDIR_P) '$(DESTDIR)$(speexincludedir)'"; \ 393 $(MKDIR_P) "$(DESTDIR)$(speexincludedir)" || exit 1; \ 394 fi; \ 395 for p in $$list; do \ 396 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 397 echo "$$d$$p"; \ 398 done | $(am__base_list) | \ 399 while read files; do \ 400 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(speexincludedir)'"; \ 401 $(INSTALL_HEADER) $$files "$(DESTDIR)$(speexincludedir)" || exit $$?; \ 402 done 403 404uninstall-speexincludeHEADERS: 405 @$(NORMAL_UNINSTALL) 406 @list='$(speexinclude_HEADERS)'; test -n "$(speexincludedir)" || list=; \ 407 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 408 dir='$(DESTDIR)$(speexincludedir)'; $(am__uninstall_files_from_dir) 409 410ID: $(am__tagged_files) 411 $(am__define_uniq_tagged_files); mkid -fID $$unique 412tags: tags-am 413TAGS: tags 414 415tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 416 set x; \ 417 here=`pwd`; \ 418 $(am__define_uniq_tagged_files); \ 419 shift; \ 420 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 421 test -n "$$unique" || unique=$$empty_fix; \ 422 if test $$# -gt 0; then \ 423 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 424 "$$@" $$unique; \ 425 else \ 426 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 427 $$unique; \ 428 fi; \ 429 fi 430ctags: ctags-am 431 432CTAGS: ctags 433ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 434 $(am__define_uniq_tagged_files); \ 435 test -z "$(CTAGS_ARGS)$$unique" \ 436 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 437 $$unique 438 439GTAGS: 440 here=`$(am__cd) $(top_builddir) && pwd` \ 441 && $(am__cd) $(top_srcdir) \ 442 && gtags -i $(GTAGS_ARGS) "$$here" 443cscopelist: cscopelist-am 444 445cscopelist-am: $(am__tagged_files) 446 list='$(am__tagged_files)'; \ 447 case "$(srcdir)" in \ 448 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 449 *) sdir=$(subdir)/$(srcdir) ;; \ 450 esac; \ 451 for i in $$list; do \ 452 if test -f "$$i"; then \ 453 echo "$(subdir)/$$i"; \ 454 else \ 455 echo "$$sdir/$$i"; \ 456 fi; \ 457 done >> $(top_builddir)/cscope.files 458 459distclean-tags: 460 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 461distdir: $(BUILT_SOURCES) 462 $(MAKE) $(AM_MAKEFLAGS) distdir-am 463 464distdir-am: $(DISTFILES) 465 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 466 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 467 list='$(DISTFILES)'; \ 468 dist_files=`for file in $$list; do echo $$file; done | \ 469 sed -e "s|^$$srcdirstrip/||;t" \ 470 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 471 case $$dist_files in \ 472 */*) $(MKDIR_P) `echo "$$dist_files" | \ 473 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 474 sort -u` ;; \ 475 esac; \ 476 for file in $$dist_files; do \ 477 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 478 if test -d $$d/$$file; then \ 479 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 480 if test -d "$(distdir)/$$file"; then \ 481 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 482 fi; \ 483 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 484 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 485 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 486 fi; \ 487 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 488 else \ 489 test -f "$(distdir)/$$file" \ 490 || cp -p $$d/$$file "$(distdir)/$$file" \ 491 || exit 1; \ 492 fi; \ 493 done 494check-am: all-am 495check: check-am 496all-am: Makefile $(HEADERS) 497installdirs: 498 for dir in "$(DESTDIR)$(speexincludedir)" "$(DESTDIR)$(speexincludedir)"; do \ 499 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 500 done 501install: install-am 502install-exec: install-exec-am 503install-data: install-data-am 504uninstall: uninstall-am 505 506install-am: all-am 507 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 508 509installcheck: installcheck-am 510install-strip: 511 if test -z '$(STRIP)'; then \ 512 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 513 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 514 install; \ 515 else \ 516 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 517 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 518 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 519 fi 520mostlyclean-generic: 521 522clean-generic: 523 524distclean-generic: 525 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 526 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 527 528maintainer-clean-generic: 529 @echo "This command is intended for maintainers to use" 530 @echo "it deletes files that may require special tools to rebuild." 531clean: clean-am 532 533clean-am: clean-generic clean-libtool mostlyclean-am 534 535distclean: distclean-am 536 -rm -f Makefile 537distclean-am: clean-am distclean-generic distclean-tags 538 539dvi: dvi-am 540 541dvi-am: 542 543html: html-am 544 545html-am: 546 547info: info-am 548 549info-am: 550 551install-data-am: install-nodist_speexincludeHEADERS \ 552 install-speexincludeHEADERS 553 554install-dvi: install-dvi-am 555 556install-dvi-am: 557 558install-exec-am: 559 560install-html: install-html-am 561 562install-html-am: 563 564install-info: install-info-am 565 566install-info-am: 567 568install-man: 569 570install-pdf: install-pdf-am 571 572install-pdf-am: 573 574install-ps: install-ps-am 575 576install-ps-am: 577 578installcheck-am: 579 580maintainer-clean: maintainer-clean-am 581 -rm -f Makefile 582maintainer-clean-am: distclean-am maintainer-clean-generic 583 584mostlyclean: mostlyclean-am 585 586mostlyclean-am: mostlyclean-generic mostlyclean-libtool 587 588pdf: pdf-am 589 590pdf-am: 591 592ps: ps-am 593 594ps-am: 595 596uninstall-am: uninstall-nodist_speexincludeHEADERS \ 597 uninstall-speexincludeHEADERS 598 599.MAKE: install-am install-strip 600 601.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 602 clean-libtool cscopelist-am ctags ctags-am distclean \ 603 distclean-generic distclean-libtool distclean-tags distdir dvi \ 604 dvi-am html html-am info info-am install install-am \ 605 install-data install-data-am install-dvi install-dvi-am \ 606 install-exec install-exec-am install-html install-html-am \ 607 install-info install-info-am install-man \ 608 install-nodist_speexincludeHEADERS install-pdf install-pdf-am \ 609 install-ps install-ps-am install-speexincludeHEADERS \ 610 install-strip installcheck installcheck-am installdirs \ 611 maintainer-clean maintainer-clean-generic mostlyclean \ 612 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 613 tags tags-am uninstall uninstall-am \ 614 uninstall-nodist_speexincludeHEADERS \ 615 uninstall-speexincludeHEADERS 616 617.PRECIOUS: Makefile 618 619 620# Tell versions [3.59,3.63) of GNU make to not export all variables. 621# Otherwise a system limit (for SysV at least) may be exceeded. 622.NOEXPORT: 623