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 17# Disable automatic dependency tracking if using other tools than gcc and gmake 18#AUTOMAKE_OPTIONS = no-dependencies 19VPATH = @srcdir@ 20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 21am__make_running_with_option = \ 22 case $${target_option-} in \ 23 ?) ;; \ 24 *) echo "am__make_running_with_option: internal error: invalid" \ 25 "target option '$${target_option-}' specified" >&2; \ 26 exit 1;; \ 27 esac; \ 28 has_opt=no; \ 29 sane_makeflags=$$MAKEFLAGS; \ 30 if $(am__is_gnu_make); then \ 31 sane_makeflags=$$MFLAGS; \ 32 else \ 33 case $$MAKEFLAGS in \ 34 *\\[\ \ ]*) \ 35 bs=\\; \ 36 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 37 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 38 esac; \ 39 fi; \ 40 skip_next=no; \ 41 strip_trailopt () \ 42 { \ 43 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 44 }; \ 45 for flg in $$sane_makeflags; do \ 46 test $$skip_next = yes && { skip_next=no; continue; }; \ 47 case $$flg in \ 48 *=*|--*) continue;; \ 49 -*I) strip_trailopt 'I'; skip_next=yes;; \ 50 -*I?*) strip_trailopt 'I';; \ 51 -*O) strip_trailopt 'O'; skip_next=yes;; \ 52 -*O?*) strip_trailopt 'O';; \ 53 -*l) strip_trailopt 'l'; skip_next=yes;; \ 54 -*l?*) strip_trailopt 'l';; \ 55 -[dEDm]) skip_next=yes;; \ 56 -[JT]) skip_next=yes;; \ 57 esac; \ 58 case $$flg in \ 59 *$$target_option*) has_opt=yes; break;; \ 60 esac; \ 61 done; \ 62 test $$has_opt = yes 63am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 64am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 65pkgdatadir = $(datadir)/@PACKAGE@ 66pkgincludedir = $(includedir)/@PACKAGE@ 67pkglibdir = $(libdir)/@PACKAGE@ 68pkglibexecdir = $(libexecdir)/@PACKAGE@ 69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 70install_sh_DATA = $(install_sh) -c -m 644 71install_sh_PROGRAM = $(install_sh) -c 72install_sh_SCRIPT = $(install_sh) -c 73INSTALL_HEADER = $(INSTALL_DATA) 74transform = $(program_transform_name) 75NORMAL_INSTALL = : 76PRE_INSTALL = : 77POST_INSTALL = : 78NORMAL_UNINSTALL = : 79PRE_UNINSTALL = : 80POST_UNINSTALL = : 81build_triplet = @build@ 82host_triplet = @host@ 83subdir = win32/VS2003/tests 84DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am 85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 86am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 87 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 88 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 89 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac 90am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 91 $(ACLOCAL_M4) 92mkinstalldirs = $(install_sh) -d 93CONFIG_HEADER = $(top_builddir)/config.h 94CONFIG_CLEAN_FILES = 95CONFIG_CLEAN_VPATH_FILES = 96AM_V_P = $(am__v_P_@AM_V@) 97am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 98am__v_P_0 = false 99am__v_P_1 = : 100AM_V_GEN = $(am__v_GEN_@AM_V@) 101am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 102am__v_GEN_0 = @echo " GEN " $@; 103am__v_GEN_1 = 104AM_V_at = $(am__v_at_@AM_V@) 105am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 106am__v_at_0 = @ 107am__v_at_1 = 108SOURCES = 109DIST_SOURCES = 110am__can_run_installinfo = \ 111 case $$AM_UPDATE_INFO_DIR in \ 112 n|no|NO) false;; \ 113 *) (install-info --version) >/dev/null 2>&1;; \ 114 esac 115am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 116DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 117ACLOCAL = @ACLOCAL@ 118AMTAR = @AMTAR@ 119AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 120AR = @AR@ 121AS = @AS@ 122AUTOCONF = @AUTOCONF@ 123AUTOHEADER = @AUTOHEADER@ 124AUTOMAKE = @AUTOMAKE@ 125AWK = @AWK@ 126CC = @CC@ 127CCDEPMODE = @CCDEPMODE@ 128CFLAGS = @CFLAGS@ 129CPP = @CPP@ 130CPPFLAGS = @CPPFLAGS@ 131CYGPATH_W = @CYGPATH_W@ 132DEFS = @DEFS@ 133DEPDIR = @DEPDIR@ 134DLLTOOL = @DLLTOOL@ 135DSYMUTIL = @DSYMUTIL@ 136DUMPBIN = @DUMPBIN@ 137ECHO_C = @ECHO_C@ 138ECHO_N = @ECHO_N@ 139ECHO_T = @ECHO_T@ 140EGREP = @EGREP@ 141EXEEXT = @EXEEXT@ 142FFT_CFLAGS = @FFT_CFLAGS@ 143FFT_LIBS = @FFT_LIBS@ 144FFT_PKGCONFIG = @FFT_PKGCONFIG@ 145FGREP = @FGREP@ 146GREP = @GREP@ 147INSTALL = @INSTALL@ 148INSTALL_DATA = @INSTALL_DATA@ 149INSTALL_PROGRAM = @INSTALL_PROGRAM@ 150INSTALL_SCRIPT = @INSTALL_SCRIPT@ 151INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 152LD = @LD@ 153LDFLAGS = @LDFLAGS@ 154LIBM = @LIBM@ 155LIBOBJS = @LIBOBJS@ 156LIBS = @LIBS@ 157LIBTOOL = @LIBTOOL@ 158LIPO = @LIPO@ 159LN_S = @LN_S@ 160LTLIBOBJS = @LTLIBOBJS@ 161MAINT = @MAINT@ 162MAKEINFO = @MAKEINFO@ 163MANIFEST_TOOL = @MANIFEST_TOOL@ 164MKDIR_P = @MKDIR_P@ 165NM = @NM@ 166NMEDIT = @NMEDIT@ 167OBJDUMP = @OBJDUMP@ 168OBJEXT = @OBJEXT@ 169OTOOL = @OTOOL@ 170OTOOL64 = @OTOOL64@ 171PACKAGE = @PACKAGE@ 172PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 173PACKAGE_NAME = @PACKAGE_NAME@ 174PACKAGE_STRING = @PACKAGE_STRING@ 175PACKAGE_TARNAME = @PACKAGE_TARNAME@ 176PACKAGE_URL = @PACKAGE_URL@ 177PACKAGE_VERSION = @PACKAGE_VERSION@ 178PATH_SEPARATOR = @PATH_SEPARATOR@ 179PKG_CONFIG = @PKG_CONFIG@ 180PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 181PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 182RANLIB = @RANLIB@ 183SED = @SED@ 184SET_MAKE = @SET_MAKE@ 185SHELL = @SHELL@ 186SIZE16 = @SIZE16@ 187SIZE32 = @SIZE32@ 188SPEEXDSP_LT_AGE = @SPEEXDSP_LT_AGE@ 189SPEEXDSP_LT_CURRENT = @SPEEXDSP_LT_CURRENT@ 190SPEEXDSP_LT_REVISION = @SPEEXDSP_LT_REVISION@ 191STRIP = @STRIP@ 192USIZE16 = @USIZE16@ 193USIZE32 = @USIZE32@ 194VERSION = @VERSION@ 195abs_builddir = @abs_builddir@ 196abs_srcdir = @abs_srcdir@ 197abs_top_builddir = @abs_top_builddir@ 198abs_top_srcdir = @abs_top_srcdir@ 199ac_ct_AR = @ac_ct_AR@ 200ac_ct_CC = @ac_ct_CC@ 201ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 202am__include = @am__include@ 203am__leading_dot = @am__leading_dot@ 204am__quote = @am__quote@ 205am__tar = @am__tar@ 206am__untar = @am__untar@ 207bindir = @bindir@ 208build = @build@ 209build_alias = @build_alias@ 210build_cpu = @build_cpu@ 211build_os = @build_os@ 212build_vendor = @build_vendor@ 213builddir = @builddir@ 214datadir = @datadir@ 215datarootdir = @datarootdir@ 216docdir = @docdir@ 217dvidir = @dvidir@ 218exec_prefix = @exec_prefix@ 219host = @host@ 220host_alias = @host_alias@ 221host_cpu = @host_cpu@ 222host_os = @host_os@ 223host_vendor = @host_vendor@ 224htmldir = @htmldir@ 225includedir = @includedir@ 226infodir = @infodir@ 227install_sh = @install_sh@ 228libdir = @libdir@ 229libexecdir = @libexecdir@ 230localedir = @localedir@ 231localstatedir = @localstatedir@ 232mandir = @mandir@ 233mkdir_p = @mkdir_p@ 234oldincludedir = @oldincludedir@ 235pdfdir = @pdfdir@ 236prefix = @prefix@ 237program_transform_name = @program_transform_name@ 238psdir = @psdir@ 239sbindir = @sbindir@ 240sharedstatedir = @sharedstatedir@ 241src = @src@ 242srcdir = @srcdir@ 243sysconfdir = @sysconfdir@ 244target_alias = @target_alias@ 245top_build_prefix = @top_build_prefix@ 246top_builddir = @top_builddir@ 247top_srcdir = @top_srcdir@ 248EXTRA_DIST = testdenoise.vcproj testecho.vcproj testresample.vcproj 249all: all-am 250 251.SUFFIXES: 252$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 253 @for dep in $?; do \ 254 case '$(am__configure_deps)' in \ 255 *$$dep*) \ 256 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 257 && { if test -f $@; then exit 0; else break; fi; }; \ 258 exit 1;; \ 259 esac; \ 260 done; \ 261 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign win32/VS2003/tests/Makefile'; \ 262 $(am__cd) $(top_srcdir) && \ 263 $(AUTOMAKE) --foreign win32/VS2003/tests/Makefile 264.PRECIOUS: Makefile 265Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 266 @case '$?' in \ 267 *config.status*) \ 268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 269 *) \ 270 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 271 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 272 esac; 273 274$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 276 277$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 278 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 279$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 281$(am__aclocal_m4_deps): 282 283mostlyclean-libtool: 284 -rm -f *.lo 285 286clean-libtool: 287 -rm -rf .libs _libs 288tags TAGS: 289 290ctags CTAGS: 291 292cscope cscopelist: 293 294 295distdir: $(DISTFILES) 296 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 297 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 298 list='$(DISTFILES)'; \ 299 dist_files=`for file in $$list; do echo $$file; done | \ 300 sed -e "s|^$$srcdirstrip/||;t" \ 301 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 302 case $$dist_files in \ 303 */*) $(MKDIR_P) `echo "$$dist_files" | \ 304 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 305 sort -u` ;; \ 306 esac; \ 307 for file in $$dist_files; do \ 308 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 309 if test -d $$d/$$file; then \ 310 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 311 if test -d "$(distdir)/$$file"; then \ 312 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 313 fi; \ 314 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 315 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 316 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 317 fi; \ 318 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 319 else \ 320 test -f "$(distdir)/$$file" \ 321 || cp -p $$d/$$file "$(distdir)/$$file" \ 322 || exit 1; \ 323 fi; \ 324 done 325check-am: all-am 326check: check-am 327all-am: Makefile 328installdirs: 329install: install-am 330install-exec: install-exec-am 331install-data: install-data-am 332uninstall: uninstall-am 333 334install-am: all-am 335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 336 337installcheck: installcheck-am 338install-strip: 339 if test -z '$(STRIP)'; then \ 340 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 341 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 342 install; \ 343 else \ 344 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 345 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 346 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 347 fi 348mostlyclean-generic: 349 350clean-generic: 351 352distclean-generic: 353 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 354 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 355 356maintainer-clean-generic: 357 @echo "This command is intended for maintainers to use" 358 @echo "it deletes files that may require special tools to rebuild." 359clean: clean-am 360 361clean-am: clean-generic clean-libtool mostlyclean-am 362 363distclean: distclean-am 364 -rm -f Makefile 365distclean-am: clean-am distclean-generic 366 367dvi: dvi-am 368 369dvi-am: 370 371html: html-am 372 373html-am: 374 375info: info-am 376 377info-am: 378 379install-data-am: 380 381install-dvi: install-dvi-am 382 383install-dvi-am: 384 385install-exec-am: 386 387install-html: install-html-am 388 389install-html-am: 390 391install-info: install-info-am 392 393install-info-am: 394 395install-man: 396 397install-pdf: install-pdf-am 398 399install-pdf-am: 400 401install-ps: install-ps-am 402 403install-ps-am: 404 405installcheck-am: 406 407maintainer-clean: maintainer-clean-am 408 -rm -f Makefile 409maintainer-clean-am: distclean-am maintainer-clean-generic 410 411mostlyclean: mostlyclean-am 412 413mostlyclean-am: mostlyclean-generic mostlyclean-libtool 414 415pdf: pdf-am 416 417pdf-am: 418 419ps: ps-am 420 421ps-am: 422 423uninstall-am: 424 425.MAKE: install-am install-strip 426 427.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 428 cscopelist-am ctags-am distclean distclean-generic \ 429 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 430 install install-am install-data install-data-am install-dvi \ 431 install-dvi-am install-exec install-exec-am install-html \ 432 install-html-am install-info install-info-am install-man \ 433 install-pdf install-pdf-am install-ps install-ps-am \ 434 install-strip installcheck installcheck-am installdirs \ 435 maintainer-clean maintainer-clean-generic mostlyclean \ 436 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 437 tags-am uninstall uninstall-am 438 439 440# Tell versions [3.59,3.63) of GNU make to not export all variables. 441# Otherwise a system limit (for SysV at least) may be exceeded. 442.NOEXPORT: 443