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