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