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