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@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19am__make_running_with_option = \ 20 case $${target_option-} in \ 21 ?) ;; \ 22 *) echo "am__make_running_with_option: internal error: invalid" \ 23 "target option '$${target_option-}' specified" >&2; \ 24 exit 1;; \ 25 esac; \ 26 has_opt=no; \ 27 sane_makeflags=$$MAKEFLAGS; \ 28 if $(am__is_gnu_make); then \ 29 sane_makeflags=$$MFLAGS; \ 30 else \ 31 case $$MAKEFLAGS in \ 32 *\\[\ \ ]*) \ 33 bs=\\; \ 34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 36 esac; \ 37 fi; \ 38 skip_next=no; \ 39 strip_trailopt () \ 40 { \ 41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 42 }; \ 43 for flg in $$sane_makeflags; do \ 44 test $$skip_next = yes && { skip_next=no; continue; }; \ 45 case $$flg in \ 46 *=*|--*) continue;; \ 47 -*I) strip_trailopt 'I'; skip_next=yes;; \ 48 -*I?*) strip_trailopt 'I';; \ 49 -*O) strip_trailopt 'O'; skip_next=yes;; \ 50 -*O?*) strip_trailopt 'O';; \ 51 -*l) strip_trailopt 'l'; skip_next=yes;; \ 52 -*l?*) strip_trailopt 'l';; \ 53 -[dEDm]) skip_next=yes;; \ 54 -[JT]) skip_next=yes;; \ 55 esac; \ 56 case $$flg in \ 57 *$$target_option*) has_opt=yes; break;; \ 58 esac; \ 59 done; \ 60 test $$has_opt = yes 61am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 62am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 63pkgdatadir = $(datadir)/@PACKAGE@ 64pkgincludedir = $(includedir)/@PACKAGE@ 65pkglibdir = $(libdir)/@PACKAGE@ 66pkglibexecdir = $(libexecdir)/@PACKAGE@ 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 68install_sh_DATA = $(install_sh) -c -m 644 69install_sh_PROGRAM = $(install_sh) -c 70install_sh_SCRIPT = $(install_sh) -c 71INSTALL_HEADER = $(INSTALL_DATA) 72transform = $(program_transform_name) 73NORMAL_INSTALL = : 74PRE_INSTALL = : 75POST_INSTALL = : 76NORMAL_UNINSTALL = : 77PRE_UNINSTALL = : 78POST_UNINSTALL = : 79build_triplet = @build@ 80host_triplet = @host@ 81subdir = . 82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 83 $(top_srcdir)/configure $(am__configure_deps) \ 84 $(srcdir)/config.h.in $(srcdir)/SpeexDSP.spec.in \ 85 $(srcdir)/speexdsp.pc.in AUTHORS COPYING ChangeLog INSTALL \ 86 NEWS README TODO compile config.guess config.sub install-sh \ 87 missing ltmain.sh 88ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 89am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 90 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 91 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 92 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 94 $(ACLOCAL_M4) 95am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 96 configure.lineno config.status.lineno 97mkinstalldirs = $(install_sh) -d 98CONFIG_HEADER = config.h 99CONFIG_CLEAN_FILES = SpeexDSP.spec speexdsp.pc 100CONFIG_CLEAN_VPATH_FILES = 101AM_V_P = $(am__v_P_@AM_V@) 102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 103am__v_P_0 = false 104am__v_P_1 = : 105AM_V_GEN = $(am__v_GEN_@AM_V@) 106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 107am__v_GEN_0 = @echo " GEN " $@; 108am__v_GEN_1 = 109AM_V_at = $(am__v_at_@AM_V@) 110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 111am__v_at_0 = @ 112am__v_at_1 = 113SOURCES = 114DIST_SOURCES = 115RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 116 ctags-recursive dvi-recursive html-recursive info-recursive \ 117 install-data-recursive install-dvi-recursive \ 118 install-exec-recursive install-html-recursive \ 119 install-info-recursive install-pdf-recursive \ 120 install-ps-recursive install-recursive installcheck-recursive \ 121 installdirs-recursive pdf-recursive ps-recursive \ 122 tags-recursive uninstall-recursive 123am__can_run_installinfo = \ 124 case $$AM_UPDATE_INFO_DIR in \ 125 n|no|NO) false;; \ 126 *) (install-info --version) >/dev/null 2>&1;; \ 127 esac 128am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 129am__vpath_adj = case $$p in \ 130 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 131 *) f=$$p;; \ 132 esac; 133am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 134am__install_max = 40 135am__nobase_strip_setup = \ 136 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 137am__nobase_strip = \ 138 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 139am__nobase_list = $(am__nobase_strip_setup); \ 140 for p in $$list; do echo "$$p $$p"; done | \ 141 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 142 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 143 if (++n[$$2] == $(am__install_max)) \ 144 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 145 END { for (dir in files) print dir, files[dir] }' 146am__base_list = \ 147 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 148 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 149am__uninstall_files_from_dir = { \ 150 test -z "$$files" \ 151 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 152 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 153 $(am__cd) "$$dir" && rm -f $$files; }; \ 154 } 155am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 156DATA = $(pkgconfig_DATA) 157RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 158 distclean-recursive maintainer-clean-recursive 159am__recursive_targets = \ 160 $(RECURSIVE_TARGETS) \ 161 $(RECURSIVE_CLEAN_TARGETS) \ 162 $(am__extra_recursive_targets) 163AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 164 cscope distdir dist dist-all distcheck 165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 166 $(LISP)config.h.in 167# Read a list of newline-separated strings from the standard input, 168# and print each of them once, without duplicates. Input order is 169# *not* preserved. 170am__uniquify_input = $(AWK) '\ 171 BEGIN { nonempty = 0; } \ 172 { items[$$0] = 1; nonempty = 1; } \ 173 END { if (nonempty) { for (i in items) print i; }; } \ 174' 175# Make sure the list of sources is unique. This is necessary because, 176# e.g., the same source file might be shared among _SOURCES variables 177# for different programs/libraries. 178am__define_uniq_tagged_files = \ 179 list='$(am__tagged_files)'; \ 180 unique=`for i in $$list; do \ 181 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 182 done | $(am__uniquify_input)` 183ETAGS = etags 184CTAGS = ctags 185CSCOPE = cscope 186DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 187distdir = $(PACKAGE)-$(VERSION) 188top_distdir = $(distdir) 189am__remove_distdir = \ 190 if test -d "$(distdir)"; then \ 191 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 192 && rm -rf "$(distdir)" \ 193 || { sleep 5 && rm -rf "$(distdir)"; }; \ 194 else :; fi 195am__post_remove_distdir = $(am__remove_distdir) 196am__relativize = \ 197 dir0=`pwd`; \ 198 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 199 sed_rest='s,^[^/]*/*,,'; \ 200 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 201 sed_butlast='s,/*[^/]*$$,,'; \ 202 while test -n "$$dir1"; do \ 203 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 204 if test "$$first" != "."; then \ 205 if test "$$first" = ".."; then \ 206 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 207 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 208 else \ 209 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 210 if test "$$first2" = "$$first"; then \ 211 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 212 else \ 213 dir2="../$$dir2"; \ 214 fi; \ 215 dir0="$$dir0"/"$$first"; \ 216 fi; \ 217 fi; \ 218 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 219 done; \ 220 reldir="$$dir2" 221DIST_ARCHIVES = $(distdir).tar.gz 222GZIP_ENV = --best 223DIST_TARGETS = dist-gzip 224distuninstallcheck_listfiles = find . -type f -print 225am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 226 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 227distcleancheck_listfiles = find . -type f -print 228ACLOCAL = @ACLOCAL@ 229AMTAR = @AMTAR@ 230AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 231AR = @AR@ 232AS = @AS@ 233AUTOCONF = @AUTOCONF@ 234AUTOHEADER = @AUTOHEADER@ 235AUTOMAKE = @AUTOMAKE@ 236AWK = @AWK@ 237CC = @CC@ 238CCDEPMODE = @CCDEPMODE@ 239CFLAGS = @CFLAGS@ 240CPP = @CPP@ 241CPPFLAGS = @CPPFLAGS@ 242CYGPATH_W = @CYGPATH_W@ 243DEFS = @DEFS@ 244DEPDIR = @DEPDIR@ 245DLLTOOL = @DLLTOOL@ 246DSYMUTIL = @DSYMUTIL@ 247DUMPBIN = @DUMPBIN@ 248ECHO_C = @ECHO_C@ 249ECHO_N = @ECHO_N@ 250ECHO_T = @ECHO_T@ 251EGREP = @EGREP@ 252EXEEXT = @EXEEXT@ 253FFT_CFLAGS = @FFT_CFLAGS@ 254FFT_LIBS = @FFT_LIBS@ 255FFT_PKGCONFIG = @FFT_PKGCONFIG@ 256FGREP = @FGREP@ 257GREP = @GREP@ 258INSTALL = @INSTALL@ 259INSTALL_DATA = @INSTALL_DATA@ 260INSTALL_PROGRAM = @INSTALL_PROGRAM@ 261INSTALL_SCRIPT = @INSTALL_SCRIPT@ 262INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 263LD = @LD@ 264LDFLAGS = @LDFLAGS@ 265LIBM = @LIBM@ 266LIBOBJS = @LIBOBJS@ 267LIBS = @LIBS@ 268LIBTOOL = @LIBTOOL@ 269LIPO = @LIPO@ 270LN_S = @LN_S@ 271LTLIBOBJS = @LTLIBOBJS@ 272MAINT = @MAINT@ 273MAKEINFO = @MAKEINFO@ 274MANIFEST_TOOL = @MANIFEST_TOOL@ 275MKDIR_P = @MKDIR_P@ 276NM = @NM@ 277NMEDIT = @NMEDIT@ 278OBJDUMP = @OBJDUMP@ 279OBJEXT = @OBJEXT@ 280OTOOL = @OTOOL@ 281OTOOL64 = @OTOOL64@ 282PACKAGE = @PACKAGE@ 283PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 284PACKAGE_NAME = @PACKAGE_NAME@ 285PACKAGE_STRING = @PACKAGE_STRING@ 286PACKAGE_TARNAME = @PACKAGE_TARNAME@ 287PACKAGE_URL = @PACKAGE_URL@ 288PACKAGE_VERSION = @PACKAGE_VERSION@ 289PATH_SEPARATOR = @PATH_SEPARATOR@ 290PKG_CONFIG = @PKG_CONFIG@ 291PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 292PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 293RANLIB = @RANLIB@ 294SED = @SED@ 295SET_MAKE = @SET_MAKE@ 296SHELL = @SHELL@ 297SIZE16 = @SIZE16@ 298SIZE32 = @SIZE32@ 299SPEEXDSP_LT_AGE = @SPEEXDSP_LT_AGE@ 300SPEEXDSP_LT_CURRENT = @SPEEXDSP_LT_CURRENT@ 301SPEEXDSP_LT_REVISION = @SPEEXDSP_LT_REVISION@ 302STRIP = @STRIP@ 303USIZE16 = @USIZE16@ 304USIZE32 = @USIZE32@ 305VERSION = @VERSION@ 306abs_builddir = @abs_builddir@ 307abs_srcdir = @abs_srcdir@ 308abs_top_builddir = @abs_top_builddir@ 309abs_top_srcdir = @abs_top_srcdir@ 310ac_ct_AR = @ac_ct_AR@ 311ac_ct_CC = @ac_ct_CC@ 312ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 313am__include = @am__include@ 314am__leading_dot = @am__leading_dot@ 315am__quote = @am__quote@ 316am__tar = @am__tar@ 317am__untar = @am__untar@ 318bindir = @bindir@ 319build = @build@ 320build_alias = @build_alias@ 321build_cpu = @build_cpu@ 322build_os = @build_os@ 323build_vendor = @build_vendor@ 324builddir = @builddir@ 325datadir = @datadir@ 326datarootdir = @datarootdir@ 327docdir = @docdir@ 328dvidir = @dvidir@ 329exec_prefix = @exec_prefix@ 330host = @host@ 331host_alias = @host_alias@ 332host_cpu = @host_cpu@ 333host_os = @host_os@ 334host_vendor = @host_vendor@ 335htmldir = @htmldir@ 336includedir = @includedir@ 337infodir = @infodir@ 338install_sh = @install_sh@ 339libdir = @libdir@ 340libexecdir = @libexecdir@ 341localedir = @localedir@ 342localstatedir = @localstatedir@ 343mandir = @mandir@ 344mkdir_p = @mkdir_p@ 345oldincludedir = @oldincludedir@ 346pdfdir = @pdfdir@ 347prefix = @prefix@ 348program_transform_name = @program_transform_name@ 349psdir = @psdir@ 350sbindir = @sbindir@ 351sharedstatedir = @sharedstatedir@ 352src = @src@ 353srcdir = @srcdir@ 354sysconfdir = @sysconfdir@ 355target_alias = @target_alias@ 356top_build_prefix = @top_build_prefix@ 357top_builddir = @top_builddir@ 358top_srcdir = @top_srcdir@ 359 360# To disable automatic dependency tracking if using other tools than 361# gcc and gmake, add the option 'no-dependencies' 362AUTOMAKE_OPTIONS = 1.8 363ACLOCAL_AMFLAGS = -I m4 364pkgconfigdir = $(libdir)/pkgconfig 365pkgconfig_DATA = speexdsp.pc 366EXTRA_DIST = SpeexDSP.spec SpeexDSP.spec.in SpeexDSP.kdevelop speexdsp.pc.in README.blackfin 367 368#Fools KDevelop into including all files 369SUBDIRS = libspeexdsp include doc win32 symbian ti 370DIST_SUBDIRS = libspeexdsp include doc win32 symbian ti 371all: config.h 372 $(MAKE) $(AM_MAKEFLAGS) all-recursive 373 374.SUFFIXES: 375am--refresh: Makefile 376 @: 377$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 378 @for dep in $?; do \ 379 case '$(am__configure_deps)' in \ 380 *$$dep*) \ 381 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 382 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 383 && exit 0; \ 384 exit 1;; \ 385 esac; \ 386 done; \ 387 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 388 $(am__cd) $(top_srcdir) && \ 389 $(AUTOMAKE) --foreign Makefile 390.PRECIOUS: Makefile 391Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 392 @case '$?' in \ 393 *config.status*) \ 394 echo ' $(SHELL) ./config.status'; \ 395 $(SHELL) ./config.status;; \ 396 *) \ 397 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 398 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 399 esac; 400 401$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 402 $(SHELL) ./config.status --recheck 403 404$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 405 $(am__cd) $(srcdir) && $(AUTOCONF) 406$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 407 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 408$(am__aclocal_m4_deps): 409 410config.h: stamp-h1 411 @test -f $@ || rm -f stamp-h1 412 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 413 414stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 415 @rm -f stamp-h1 416 cd $(top_builddir) && $(SHELL) ./config.status config.h 417$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 418 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 419 rm -f stamp-h1 420 touch $@ 421 422distclean-hdr: 423 -rm -f config.h stamp-h1 424SpeexDSP.spec: $(top_builddir)/config.status $(srcdir)/SpeexDSP.spec.in 425 cd $(top_builddir) && $(SHELL) ./config.status $@ 426speexdsp.pc: $(top_builddir)/config.status $(srcdir)/speexdsp.pc.in 427 cd $(top_builddir) && $(SHELL) ./config.status $@ 428 429mostlyclean-libtool: 430 -rm -f *.lo 431 432clean-libtool: 433 -rm -rf .libs _libs 434 435distclean-libtool: 436 -rm -f libtool config.lt 437install-pkgconfigDATA: $(pkgconfig_DATA) 438 @$(NORMAL_INSTALL) 439 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 440 if test -n "$$list"; then \ 441 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 442 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 443 fi; \ 444 for p in $$list; do \ 445 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 446 echo "$$d$$p"; \ 447 done | $(am__base_list) | \ 448 while read files; do \ 449 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 450 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 451 done 452 453uninstall-pkgconfigDATA: 454 @$(NORMAL_UNINSTALL) 455 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 456 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 457 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 458 459# This directory's subdirectories are mostly independent; you can cd 460# into them and run 'make' without going through this Makefile. 461# To change the values of 'make' variables: instead of editing Makefiles, 462# (1) if the variable is set in 'config.status', edit 'config.status' 463# (which will cause the Makefiles to be regenerated when you run 'make'); 464# (2) otherwise, pass the desired values on the 'make' command line. 465$(am__recursive_targets): 466 @fail=; \ 467 if $(am__make_keepgoing); then \ 468 failcom='fail=yes'; \ 469 else \ 470 failcom='exit 1'; \ 471 fi; \ 472 dot_seen=no; \ 473 target=`echo $@ | sed s/-recursive//`; \ 474 case "$@" in \ 475 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 476 *) list='$(SUBDIRS)' ;; \ 477 esac; \ 478 for subdir in $$list; do \ 479 echo "Making $$target in $$subdir"; \ 480 if test "$$subdir" = "."; then \ 481 dot_seen=yes; \ 482 local_target="$$target-am"; \ 483 else \ 484 local_target="$$target"; \ 485 fi; \ 486 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 487 || eval $$failcom; \ 488 done; \ 489 if test "$$dot_seen" = "no"; then \ 490 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 491 fi; test -z "$$fail" 492 493ID: $(am__tagged_files) 494 $(am__define_uniq_tagged_files); mkid -fID $$unique 495tags: tags-recursive 496TAGS: tags 497 498tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 499 set x; \ 500 here=`pwd`; \ 501 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 502 include_option=--etags-include; \ 503 empty_fix=.; \ 504 else \ 505 include_option=--include; \ 506 empty_fix=; \ 507 fi; \ 508 list='$(SUBDIRS)'; for subdir in $$list; do \ 509 if test "$$subdir" = .; then :; else \ 510 test ! -f $$subdir/TAGS || \ 511 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 512 fi; \ 513 done; \ 514 $(am__define_uniq_tagged_files); \ 515 shift; \ 516 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 517 test -n "$$unique" || unique=$$empty_fix; \ 518 if test $$# -gt 0; then \ 519 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 520 "$$@" $$unique; \ 521 else \ 522 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 523 $$unique; \ 524 fi; \ 525 fi 526ctags: ctags-recursive 527 528CTAGS: ctags 529ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 530 $(am__define_uniq_tagged_files); \ 531 test -z "$(CTAGS_ARGS)$$unique" \ 532 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 533 $$unique 534 535GTAGS: 536 here=`$(am__cd) $(top_builddir) && pwd` \ 537 && $(am__cd) $(top_srcdir) \ 538 && gtags -i $(GTAGS_ARGS) "$$here" 539cscope: cscope.files 540 test ! -s cscope.files \ 541 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 542clean-cscope: 543 -rm -f cscope.files 544cscope.files: clean-cscope cscopelist 545cscopelist: cscopelist-recursive 546 547cscopelist-am: $(am__tagged_files) 548 list='$(am__tagged_files)'; \ 549 case "$(srcdir)" in \ 550 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 551 *) sdir=$(subdir)/$(srcdir) ;; \ 552 esac; \ 553 for i in $$list; do \ 554 if test -f "$$i"; then \ 555 echo "$(subdir)/$$i"; \ 556 else \ 557 echo "$$sdir/$$i"; \ 558 fi; \ 559 done >> $(top_builddir)/cscope.files 560 561distclean-tags: 562 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 563 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 564 565distdir: $(DISTFILES) 566 $(am__remove_distdir) 567 test -d "$(distdir)" || mkdir "$(distdir)" 568 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 569 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 570 list='$(DISTFILES)'; \ 571 dist_files=`for file in $$list; do echo $$file; done | \ 572 sed -e "s|^$$srcdirstrip/||;t" \ 573 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 574 case $$dist_files in \ 575 */*) $(MKDIR_P) `echo "$$dist_files" | \ 576 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 577 sort -u` ;; \ 578 esac; \ 579 for file in $$dist_files; do \ 580 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 581 if test -d $$d/$$file; then \ 582 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 583 if test -d "$(distdir)/$$file"; then \ 584 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 585 fi; \ 586 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 587 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 588 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 589 fi; \ 590 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 591 else \ 592 test -f "$(distdir)/$$file" \ 593 || cp -p $$d/$$file "$(distdir)/$$file" \ 594 || exit 1; \ 595 fi; \ 596 done 597 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 598 if test "$$subdir" = .; then :; else \ 599 $(am__make_dryrun) \ 600 || test -d "$(distdir)/$$subdir" \ 601 || $(MKDIR_P) "$(distdir)/$$subdir" \ 602 || exit 1; \ 603 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 604 $(am__relativize); \ 605 new_distdir=$$reldir; \ 606 dir1=$$subdir; dir2="$(top_distdir)"; \ 607 $(am__relativize); \ 608 new_top_distdir=$$reldir; \ 609 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 610 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 611 ($(am__cd) $$subdir && \ 612 $(MAKE) $(AM_MAKEFLAGS) \ 613 top_distdir="$$new_top_distdir" \ 614 distdir="$$new_distdir" \ 615 am__remove_distdir=: \ 616 am__skip_length_check=: \ 617 am__skip_mode_fix=: \ 618 distdir) \ 619 || exit 1; \ 620 fi; \ 621 done 622 -test -n "$(am__skip_mode_fix)" \ 623 || find "$(distdir)" -type d ! -perm -755 \ 624 -exec chmod u+rwx,go+rx {} \; -o \ 625 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 626 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 627 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 628 || chmod -R a+r "$(distdir)" 629dist-gzip: distdir 630 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 631 $(am__post_remove_distdir) 632 633dist-bzip2: distdir 634 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 635 $(am__post_remove_distdir) 636 637dist-lzip: distdir 638 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 639 $(am__post_remove_distdir) 640 641dist-xz: distdir 642 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 643 $(am__post_remove_distdir) 644 645dist-tarZ: distdir 646 @echo WARNING: "Support for shar distribution archives is" \ 647 "deprecated." >&2 648 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 649 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 650 $(am__post_remove_distdir) 651 652dist-shar: distdir 653 @echo WARNING: "Support for distribution archives compressed with" \ 654 "legacy program 'compress' is deprecated." >&2 655 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 656 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 657 $(am__post_remove_distdir) 658 659dist-zip: distdir 660 -rm -f $(distdir).zip 661 zip -rq $(distdir).zip $(distdir) 662 $(am__post_remove_distdir) 663 664dist dist-all: 665 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 666 $(am__post_remove_distdir) 667 668# This target untars the dist file and tries a VPATH configuration. Then 669# it guarantees that the distribution is self-contained by making another 670# tarfile. 671distcheck: dist 672 case '$(DIST_ARCHIVES)' in \ 673 *.tar.gz*) \ 674 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 675 *.tar.bz2*) \ 676 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 677 *.tar.lz*) \ 678 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 679 *.tar.xz*) \ 680 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 681 *.tar.Z*) \ 682 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 683 *.shar.gz*) \ 684 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 685 *.zip*) \ 686 unzip $(distdir).zip ;;\ 687 esac 688 chmod -R a-w $(distdir) 689 chmod u+w $(distdir) 690 mkdir $(distdir)/_build $(distdir)/_inst 691 chmod a-w $(distdir) 692 test -d $(distdir)/_build || exit 0; \ 693 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 694 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 695 && am__cwd=`pwd` \ 696 && $(am__cd) $(distdir)/_build \ 697 && ../configure \ 698 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 699 $(DISTCHECK_CONFIGURE_FLAGS) \ 700 --srcdir=.. --prefix="$$dc_install_base" \ 701 && $(MAKE) $(AM_MAKEFLAGS) \ 702 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 703 && $(MAKE) $(AM_MAKEFLAGS) check \ 704 && $(MAKE) $(AM_MAKEFLAGS) install \ 705 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 706 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 707 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 708 distuninstallcheck \ 709 && chmod -R a-w "$$dc_install_base" \ 710 && ({ \ 711 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 712 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 713 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 714 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 715 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 716 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 717 && rm -rf "$$dc_destdir" \ 718 && $(MAKE) $(AM_MAKEFLAGS) dist \ 719 && rm -rf $(DIST_ARCHIVES) \ 720 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 721 && cd "$$am__cwd" \ 722 || exit 1 723 $(am__post_remove_distdir) 724 @(echo "$(distdir) archives ready for distribution: "; \ 725 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 726 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 727distuninstallcheck: 728 @test -n '$(distuninstallcheck_dir)' || { \ 729 echo 'ERROR: trying to run $@ with an empty' \ 730 '$$(distuninstallcheck_dir)' >&2; \ 731 exit 1; \ 732 }; \ 733 $(am__cd) '$(distuninstallcheck_dir)' || { \ 734 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 735 exit 1; \ 736 }; \ 737 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 738 || { echo "ERROR: files left after uninstall:" ; \ 739 if test -n "$(DESTDIR)"; then \ 740 echo " (check DESTDIR support)"; \ 741 fi ; \ 742 $(distuninstallcheck_listfiles) ; \ 743 exit 1; } >&2 744distcleancheck: distclean 745 @if test '$(srcdir)' = . ; then \ 746 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 747 exit 1 ; \ 748 fi 749 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 750 || { echo "ERROR: files left in build directory after distclean:" ; \ 751 $(distcleancheck_listfiles) ; \ 752 exit 1; } >&2 753check-am: all-am 754check: check-recursive 755all-am: Makefile $(DATA) config.h 756installdirs: installdirs-recursive 757installdirs-am: 758 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 759 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 760 done 761install: install-recursive 762install-exec: install-exec-recursive 763install-data: install-data-recursive 764uninstall: uninstall-recursive 765 766install-am: all-am 767 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 768 769installcheck: installcheck-recursive 770install-strip: 771 if test -z '$(STRIP)'; then \ 772 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 773 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 774 install; \ 775 else \ 776 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 777 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 778 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 779 fi 780mostlyclean-generic: 781 782clean-generic: 783 784distclean-generic: 785 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 786 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 787 788maintainer-clean-generic: 789 @echo "This command is intended for maintainers to use" 790 @echo "it deletes files that may require special tools to rebuild." 791clean: clean-recursive 792 793clean-am: clean-generic clean-libtool mostlyclean-am 794 795distclean: distclean-recursive 796 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 797 -rm -f Makefile 798distclean-am: clean-am distclean-generic distclean-hdr \ 799 distclean-libtool distclean-tags 800 801dvi: dvi-recursive 802 803dvi-am: 804 805html: html-recursive 806 807html-am: 808 809info: info-recursive 810 811info-am: 812 813install-data-am: install-pkgconfigDATA 814 815install-dvi: install-dvi-recursive 816 817install-dvi-am: 818 819install-exec-am: 820 821install-html: install-html-recursive 822 823install-html-am: 824 825install-info: install-info-recursive 826 827install-info-am: 828 829install-man: 830 831install-pdf: install-pdf-recursive 832 833install-pdf-am: 834 835install-ps: install-ps-recursive 836 837install-ps-am: 838 839installcheck-am: 840 841maintainer-clean: maintainer-clean-recursive 842 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 843 -rm -rf $(top_srcdir)/autom4te.cache 844 -rm -f Makefile 845maintainer-clean-am: distclean-am maintainer-clean-generic 846 847mostlyclean: mostlyclean-recursive 848 849mostlyclean-am: mostlyclean-generic mostlyclean-libtool 850 851pdf: pdf-recursive 852 853pdf-am: 854 855ps: ps-recursive 856 857ps-am: 858 859uninstall-am: uninstall-pkgconfigDATA 860 861.MAKE: $(am__recursive_targets) all install-am install-strip 862 863.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 864 am--refresh check check-am clean clean-cscope clean-generic \ 865 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 866 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ 867 dist-xz dist-zip distcheck distclean distclean-generic \ 868 distclean-hdr distclean-libtool distclean-tags distcleancheck \ 869 distdir distuninstallcheck dvi dvi-am html html-am info \ 870 info-am install install-am install-data install-data-am \ 871 install-dvi install-dvi-am install-exec install-exec-am \ 872 install-html install-html-am install-info install-info-am \ 873 install-man install-pdf install-pdf-am install-pkgconfigDATA \ 874 install-ps install-ps-am install-strip installcheck \ 875 installcheck-am installdirs installdirs-am maintainer-clean \ 876 maintainer-clean-generic mostlyclean mostlyclean-generic \ 877 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 878 uninstall-am uninstall-pkgconfigDATA 879 880 881rpm: dist 882 rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz 883 884# Tell versions [3.59,3.63) of GNU make to not export all variables. 885# Otherwise a system limit (for SysV at least) may be exceeded. 886.NOEXPORT: 887