===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
flac-1.3.3/compile-67-	mingw/*)
flac-1.3.3/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
flac-1.3.3/compile-69-	  ;;
flac-1.3.3/compile-70-	cygwin/*)
flac-1.3.3/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
flac-1.3.3/compile-72-	  ;;
flac-1.3.3/compile-73-	wine/*)
flac-1.3.3/compile:74:	  file=`winepath -w "$file" || echo "$file"`
flac-1.3.3/compile-75-	  ;;
##############################################
flac-1.3.3/compile-310-# Name of file we expect compiler to create.
flac-1.3.3/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
flac-1.3.3/compile-312-
##############################################
flac-1.3.3/compile-316-# object file name, since that is what matters with a parallel build.
flac-1.3.3/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
flac-1.3.3/compile-318-while true; do
##############################################
flac-1.3.3/aclocal.m4-172-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
flac-1.3.3/aclocal.m4:173:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
flac-1.3.3/aclocal.m4-174-# and then we would define $MISSING as
##############################################
flac-1.3.3/aclocal.m4-187-# Expand $ac_aux_dir to an absolute path.
flac-1.3.3/aclocal.m4:188:am_aux_dir=`cd "$ac_aux_dir" && pwd`
flac-1.3.3/aclocal.m4-189-])
##############################################
flac-1.3.3/aclocal.m4-285-  if test "$am_compiler_list" = ""; then
flac-1.3.3/aclocal.m4:286:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
flac-1.3.3/aclocal.m4-287-  fi
##############################################
flac-1.3.3/aclocal.m4-438-    # Strip MF so we end up with the name of the file.
flac-1.3.3/aclocal.m4:439:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
flac-1.3.3/aclocal.m4-440-    # Check whether this is an Automake generated Makefile which includes
##############################################
flac-1.3.3/aclocal.m4-445-      || continue
flac-1.3.3/aclocal.m4:446:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
flac-1.3.3/aclocal.m4:447:    am_filepart=`AS_BASENAME(["$am_mf"])`
flac-1.3.3/aclocal.m4-448-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
flac-1.3.3/aclocal.m4-513-AC_REQUIRE([AC_PROG_INSTALL])dnl
flac-1.3.3/aclocal.m4:514:if test "`cd $srcdir && pwd`" != "`pwd`"; then
flac-1.3.3/aclocal.m4-515-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
flac-1.3.3/aclocal.m4-672-    * )
flac-1.3.3/aclocal.m4:673:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
flac-1.3.3/aclocal.m4-674-  esac
flac-1.3.3/aclocal.m4-675-done
flac-1.3.3/aclocal.m4:676:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
flac-1.3.3/aclocal.m4-677-
##############################################
flac-1.3.3/aclocal.m4-928-     echo "timestamp, slept: $am_has_slept" > conftest.file
flac-1.3.3/aclocal.m4:929:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
flac-1.3.3/aclocal.m4-930-     if test "$[*]" = "X"; then
flac-1.3.3/aclocal.m4-931-	# -L didn't work.
flac-1.3.3/aclocal.m4:932:	set X `ls -t "$srcdir/configure" conftest.file`
flac-1.3.3/aclocal.m4-933-     fi
##############################################
flac-1.3.3/examples/cpp/encode/file/Makefile.in-68-  { \
flac-1.3.3/examples/cpp/encode/file/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/cpp/encode/file/Makefile.in-70-  }; \
##############################################
flac-1.3.3/examples/cpp/encode/file/Makefile.in-269-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/cpp/encode/file/Makefile.in:270:NASM = @NASM@
flac-1.3.3/examples/cpp/encode/file/Makefile.in-271-NM = @NM@
##############################################
flac-1.3.3/examples/cpp/encode/file/Makefile.in-413-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/examples/cpp/encode/file/Makefile.in:414:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/examples/cpp/encode/file/Makefile.in-415-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/examples/cpp/encode/file/Makefile.in-436-.cpp.o:
flac-1.3.3/examples/cpp/encode/file/Makefile.in:437:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/examples/cpp/encode/file/Makefile.in-438-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/examples/cpp/encode/file/Makefile.in-444-.cpp.obj:
flac-1.3.3/examples/cpp/encode/file/Makefile.in:445:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/examples/cpp/encode/file/Makefile.in:446:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/examples/cpp/encode/file/Makefile.in-447-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/examples/cpp/encode/file/Makefile.in-449-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/examples/cpp/encode/file/Makefile.in:450:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/examples/cpp/encode/file/Makefile.in-451-
flac-1.3.3/examples/cpp/encode/file/Makefile.in-452-.cpp.lo:
flac-1.3.3/examples/cpp/encode/file/Makefile.in:453:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/examples/cpp/encode/file/Makefile.in-454-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/examples/cpp/encode/file/Makefile.in-495-GTAGS:
flac-1.3.3/examples/cpp/encode/file/Makefile.in:496:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/cpp/encode/file/Makefile.in-497-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/cpp/encode/file/Makefile.in-521-distdir-am: $(DISTFILES)
flac-1.3.3/examples/cpp/encode/file/Makefile.in:522:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/encode/file/Makefile.in:523:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/encode/file/Makefile.in-524-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/cpp/encode/file/Makefile.in-535-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/cpp/encode/file/Makefile.in:536:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/cpp/encode/file/Makefile.in-537-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/cpp/encode/Makefile.in-67-  { \
flac-1.3.3/examples/cpp/encode/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/cpp/encode/Makefile.in-69-  }; \
##############################################
flac-1.3.3/examples/cpp/encode/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/examples/cpp/encode/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/cpp/encode/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/examples/cpp/encode/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/examples/cpp/encode/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/examples/cpp/encode/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/examples/cpp/encode/Makefile.in-200-      else \
flac-1.3.3/examples/cpp/encode/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/cpp/encode/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/examples/cpp/encode/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/cpp/encode/Makefile.in-204-        else \
##############################################
flac-1.3.3/examples/cpp/encode/Makefile.in-209-    fi; \
flac-1.3.3/examples/cpp/encode/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/cpp/encode/Makefile.in-211-  done; \
##############################################
flac-1.3.3/examples/cpp/encode/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/cpp/encode/Makefile.in:276:NASM = @NASM@
flac-1.3.3/examples/cpp/encode/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/examples/cpp/encode/Makefile.in-419-	dot_seen=no; \
flac-1.3.3/examples/cpp/encode/Makefile.in:420:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/examples/cpp/encode/Makefile.in-421-	case "$@" in \
##############################################
flac-1.3.3/examples/cpp/encode/Makefile.in-482-GTAGS:
flac-1.3.3/examples/cpp/encode/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/cpp/encode/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/cpp/encode/Makefile.in-508-distdir-am: $(DISTFILES)
flac-1.3.3/examples/cpp/encode/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/encode/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/encode/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/cpp/encode/Makefile.in-522-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/cpp/encode/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/cpp/encode/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/cpp/Makefile.in-67-  { \
flac-1.3.3/examples/cpp/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/cpp/Makefile.in-69-  }; \
##############################################
flac-1.3.3/examples/cpp/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/examples/cpp/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/cpp/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/examples/cpp/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/examples/cpp/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/examples/cpp/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/examples/cpp/Makefile.in-200-      else \
flac-1.3.3/examples/cpp/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/cpp/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/examples/cpp/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/cpp/Makefile.in-204-        else \
##############################################
flac-1.3.3/examples/cpp/Makefile.in-209-    fi; \
flac-1.3.3/examples/cpp/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/cpp/Makefile.in-211-  done; \
##############################################
flac-1.3.3/examples/cpp/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/cpp/Makefile.in:276:NASM = @NASM@
flac-1.3.3/examples/cpp/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/examples/cpp/Makefile.in-419-	dot_seen=no; \
flac-1.3.3/examples/cpp/Makefile.in:420:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/examples/cpp/Makefile.in-421-	case "$@" in \
##############################################
flac-1.3.3/examples/cpp/Makefile.in-482-GTAGS:
flac-1.3.3/examples/cpp/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/cpp/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/cpp/Makefile.in-508-distdir-am: $(DISTFILES)
flac-1.3.3/examples/cpp/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/cpp/Makefile.in-522-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/cpp/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/cpp/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/cpp/decode/file/Makefile.in-68-  { \
flac-1.3.3/examples/cpp/decode/file/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/cpp/decode/file/Makefile.in-70-  }; \
##############################################
flac-1.3.3/examples/cpp/decode/file/Makefile.in-269-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/cpp/decode/file/Makefile.in:270:NASM = @NASM@
flac-1.3.3/examples/cpp/decode/file/Makefile.in-271-NM = @NM@
##############################################
flac-1.3.3/examples/cpp/decode/file/Makefile.in-413-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/examples/cpp/decode/file/Makefile.in:414:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/examples/cpp/decode/file/Makefile.in-415-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/examples/cpp/decode/file/Makefile.in-436-.cpp.o:
flac-1.3.3/examples/cpp/decode/file/Makefile.in:437:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/examples/cpp/decode/file/Makefile.in-438-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/examples/cpp/decode/file/Makefile.in-444-.cpp.obj:
flac-1.3.3/examples/cpp/decode/file/Makefile.in:445:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/examples/cpp/decode/file/Makefile.in:446:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/examples/cpp/decode/file/Makefile.in-447-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/examples/cpp/decode/file/Makefile.in-449-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/examples/cpp/decode/file/Makefile.in:450:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/examples/cpp/decode/file/Makefile.in-451-
flac-1.3.3/examples/cpp/decode/file/Makefile.in-452-.cpp.lo:
flac-1.3.3/examples/cpp/decode/file/Makefile.in:453:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/examples/cpp/decode/file/Makefile.in-454-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/examples/cpp/decode/file/Makefile.in-495-GTAGS:
flac-1.3.3/examples/cpp/decode/file/Makefile.in:496:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/cpp/decode/file/Makefile.in-497-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/cpp/decode/file/Makefile.in-521-distdir-am: $(DISTFILES)
flac-1.3.3/examples/cpp/decode/file/Makefile.in:522:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/decode/file/Makefile.in:523:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/decode/file/Makefile.in-524-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/cpp/decode/file/Makefile.in-535-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/cpp/decode/file/Makefile.in:536:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/cpp/decode/file/Makefile.in-537-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/cpp/decode/Makefile.in-67-  { \
flac-1.3.3/examples/cpp/decode/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/cpp/decode/Makefile.in-69-  }; \
##############################################
flac-1.3.3/examples/cpp/decode/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/examples/cpp/decode/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/cpp/decode/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/examples/cpp/decode/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/examples/cpp/decode/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/examples/cpp/decode/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/examples/cpp/decode/Makefile.in-200-      else \
flac-1.3.3/examples/cpp/decode/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/cpp/decode/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/examples/cpp/decode/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/cpp/decode/Makefile.in-204-        else \
##############################################
flac-1.3.3/examples/cpp/decode/Makefile.in-209-    fi; \
flac-1.3.3/examples/cpp/decode/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/cpp/decode/Makefile.in-211-  done; \
##############################################
flac-1.3.3/examples/cpp/decode/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/cpp/decode/Makefile.in:276:NASM = @NASM@
flac-1.3.3/examples/cpp/decode/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/examples/cpp/decode/Makefile.in-419-	dot_seen=no; \
flac-1.3.3/examples/cpp/decode/Makefile.in:420:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/examples/cpp/decode/Makefile.in-421-	case "$@" in \
##############################################
flac-1.3.3/examples/cpp/decode/Makefile.in-482-GTAGS:
flac-1.3.3/examples/cpp/decode/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/cpp/decode/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/cpp/decode/Makefile.in-508-distdir-am: $(DISTFILES)
flac-1.3.3/examples/cpp/decode/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/decode/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/cpp/decode/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/cpp/decode/Makefile.in-522-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/cpp/decode/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/cpp/decode/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/Makefile.in-67-  { \
flac-1.3.3/examples/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/Makefile.in-69-  }; \
##############################################
flac-1.3.3/examples/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/examples/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/examples/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/examples/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/examples/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/examples/Makefile.in-200-      else \
flac-1.3.3/examples/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/examples/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/Makefile.in-204-        else \
##############################################
flac-1.3.3/examples/Makefile.in-209-    fi; \
flac-1.3.3/examples/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/Makefile.in-211-  done; \
##############################################
flac-1.3.3/examples/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/Makefile.in:276:NASM = @NASM@
flac-1.3.3/examples/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/examples/Makefile.in-424-	dot_seen=no; \
flac-1.3.3/examples/Makefile.in:425:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/examples/Makefile.in-426-	case "$@" in \
##############################################
flac-1.3.3/examples/Makefile.in-487-GTAGS:
flac-1.3.3/examples/Makefile.in:488:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/Makefile.in-489-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/Makefile.in-513-distdir-am: $(DISTFILES)
flac-1.3.3/examples/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/Makefile.in-516-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/Makefile.in-527-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/Makefile.in:528:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/Makefile.in-529-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/c/encode/file/Makefile.in-68-  { \
flac-1.3.3/examples/c/encode/file/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/c/encode/file/Makefile.in-70-  }; \
##############################################
flac-1.3.3/examples/c/encode/file/Makefile.in-267-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/c/encode/file/Makefile.in:268:NASM = @NASM@
flac-1.3.3/examples/c/encode/file/Makefile.in-269-NM = @NM@
##############################################
flac-1.3.3/examples/c/encode/file/Makefile.in-410-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/examples/c/encode/file/Makefile.in:411:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/examples/c/encode/file/Makefile.in-412-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/examples/c/encode/file/Makefile.in-433-.c.o:
flac-1.3.3/examples/c/encode/file/Makefile.in:434:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/examples/c/encode/file/Makefile.in-435-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/examples/c/encode/file/Makefile.in-441-.c.obj:
flac-1.3.3/examples/c/encode/file/Makefile.in:442:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/examples/c/encode/file/Makefile.in:443:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/examples/c/encode/file/Makefile.in-444-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/examples/c/encode/file/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/examples/c/encode/file/Makefile.in:447:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/examples/c/encode/file/Makefile.in-448-
flac-1.3.3/examples/c/encode/file/Makefile.in-449-.c.lo:
flac-1.3.3/examples/c/encode/file/Makefile.in:450:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/examples/c/encode/file/Makefile.in-451-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/examples/c/encode/file/Makefile.in-492-GTAGS:
flac-1.3.3/examples/c/encode/file/Makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/c/encode/file/Makefile.in-494-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/c/encode/file/Makefile.in-518-distdir-am: $(DISTFILES)
flac-1.3.3/examples/c/encode/file/Makefile.in:519:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/encode/file/Makefile.in:520:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/encode/file/Makefile.in-521-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/c/encode/file/Makefile.in-532-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/c/encode/file/Makefile.in:533:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/c/encode/file/Makefile.in-534-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/c/encode/Makefile.in-67-  { \
flac-1.3.3/examples/c/encode/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/c/encode/Makefile.in-69-  }; \
##############################################
flac-1.3.3/examples/c/encode/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/examples/c/encode/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/c/encode/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/examples/c/encode/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/examples/c/encode/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/examples/c/encode/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/examples/c/encode/Makefile.in-200-      else \
flac-1.3.3/examples/c/encode/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/c/encode/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/examples/c/encode/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/c/encode/Makefile.in-204-        else \
##############################################
flac-1.3.3/examples/c/encode/Makefile.in-209-    fi; \
flac-1.3.3/examples/c/encode/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/c/encode/Makefile.in-211-  done; \
##############################################
flac-1.3.3/examples/c/encode/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/c/encode/Makefile.in:276:NASM = @NASM@
flac-1.3.3/examples/c/encode/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/examples/c/encode/Makefile.in-419-	dot_seen=no; \
flac-1.3.3/examples/c/encode/Makefile.in:420:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/examples/c/encode/Makefile.in-421-	case "$@" in \
##############################################
flac-1.3.3/examples/c/encode/Makefile.in-482-GTAGS:
flac-1.3.3/examples/c/encode/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/c/encode/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/c/encode/Makefile.in-508-distdir-am: $(DISTFILES)
flac-1.3.3/examples/c/encode/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/encode/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/encode/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/c/encode/Makefile.in-522-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/c/encode/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/c/encode/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/c/Makefile.in-67-  { \
flac-1.3.3/examples/c/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/c/Makefile.in-69-  }; \
##############################################
flac-1.3.3/examples/c/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/examples/c/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/c/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/examples/c/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/examples/c/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/examples/c/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/examples/c/Makefile.in-200-      else \
flac-1.3.3/examples/c/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/c/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/examples/c/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/c/Makefile.in-204-        else \
##############################################
flac-1.3.3/examples/c/Makefile.in-209-    fi; \
flac-1.3.3/examples/c/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/c/Makefile.in-211-  done; \
##############################################
flac-1.3.3/examples/c/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/c/Makefile.in:276:NASM = @NASM@
flac-1.3.3/examples/c/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/examples/c/Makefile.in-419-	dot_seen=no; \
flac-1.3.3/examples/c/Makefile.in:420:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/examples/c/Makefile.in-421-	case "$@" in \
##############################################
flac-1.3.3/examples/c/Makefile.in-482-GTAGS:
flac-1.3.3/examples/c/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/c/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/c/Makefile.in-508-distdir-am: $(DISTFILES)
flac-1.3.3/examples/c/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/c/Makefile.in-522-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/c/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/c/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/c/decode/file/Makefile.in-68-  { \
flac-1.3.3/examples/c/decode/file/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/c/decode/file/Makefile.in-70-  }; \
##############################################
flac-1.3.3/examples/c/decode/file/Makefile.in-267-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/c/decode/file/Makefile.in:268:NASM = @NASM@
flac-1.3.3/examples/c/decode/file/Makefile.in-269-NM = @NM@
##############################################
flac-1.3.3/examples/c/decode/file/Makefile.in-408-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/examples/c/decode/file/Makefile.in:409:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/examples/c/decode/file/Makefile.in-410-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/examples/c/decode/file/Makefile.in-431-.c.o:
flac-1.3.3/examples/c/decode/file/Makefile.in:432:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/examples/c/decode/file/Makefile.in-433-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/examples/c/decode/file/Makefile.in-439-.c.obj:
flac-1.3.3/examples/c/decode/file/Makefile.in:440:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/examples/c/decode/file/Makefile.in:441:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/examples/c/decode/file/Makefile.in-442-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/examples/c/decode/file/Makefile.in-444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/examples/c/decode/file/Makefile.in:445:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/examples/c/decode/file/Makefile.in-446-
flac-1.3.3/examples/c/decode/file/Makefile.in-447-.c.lo:
flac-1.3.3/examples/c/decode/file/Makefile.in:448:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/examples/c/decode/file/Makefile.in-449-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/examples/c/decode/file/Makefile.in-490-GTAGS:
flac-1.3.3/examples/c/decode/file/Makefile.in:491:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/c/decode/file/Makefile.in-492-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/c/decode/file/Makefile.in-516-distdir-am: $(DISTFILES)
flac-1.3.3/examples/c/decode/file/Makefile.in:517:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/decode/file/Makefile.in:518:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/decode/file/Makefile.in-519-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/c/decode/file/Makefile.in-530-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/c/decode/file/Makefile.in:531:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/c/decode/file/Makefile.in-532-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/examples/c/decode/Makefile.in-67-  { \
flac-1.3.3/examples/c/decode/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/examples/c/decode/Makefile.in-69-  }; \
##############################################
flac-1.3.3/examples/c/decode/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/examples/c/decode/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/c/decode/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/examples/c/decode/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/examples/c/decode/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/examples/c/decode/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/examples/c/decode/Makefile.in-200-      else \
flac-1.3.3/examples/c/decode/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/examples/c/decode/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/examples/c/decode/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/c/decode/Makefile.in-204-        else \
##############################################
flac-1.3.3/examples/c/decode/Makefile.in-209-    fi; \
flac-1.3.3/examples/c/decode/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/examples/c/decode/Makefile.in-211-  done; \
##############################################
flac-1.3.3/examples/c/decode/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/examples/c/decode/Makefile.in:276:NASM = @NASM@
flac-1.3.3/examples/c/decode/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/examples/c/decode/Makefile.in-419-	dot_seen=no; \
flac-1.3.3/examples/c/decode/Makefile.in:420:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/examples/c/decode/Makefile.in-421-	case "$@" in \
##############################################
flac-1.3.3/examples/c/decode/Makefile.in-482-GTAGS:
flac-1.3.3/examples/c/decode/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/examples/c/decode/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/examples/c/decode/Makefile.in-508-distdir-am: $(DISTFILES)
flac-1.3.3/examples/c/decode/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/decode/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/examples/c/decode/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/examples/c/decode/Makefile.in-522-	  if test -d $$d/$$file; then \
flac-1.3.3/examples/c/decode/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/examples/c/decode/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/config.sub-52-
flac-1.3.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
flac-1.3.3/config.sub-54-
##############################################
flac-1.3.3/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
flac-1.3.3/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
flac-1.3.3/config.sub-116-case $maybe_os in
##############################################
flac-1.3.3/config.sub-122-    os=-$maybe_os
flac-1.3.3/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
flac-1.3.3/config.sub-124-    ;;
##############################################
flac-1.3.3/config.sub-126-    os=-linux-android
flac-1.3.3/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
flac-1.3.3/config.sub-128-    ;;
flac-1.3.3/config.sub-129-  *)
flac-1.3.3/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
flac-1.3.3/config.sub-131-    if [ "$basic_machine" != "$1" ]
flac-1.3.3/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
flac-1.3.3/config.sub-133-    else os=; fi
##############################################
flac-1.3.3/config.sub-180-		os=-sco5v6
flac-1.3.3/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-182-		;;
##############################################
flac-1.3.3/config.sub-184-		os=-sco3.2v5
flac-1.3.3/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-186-		;;
##############################################
flac-1.3.3/config.sub-188-		os=-sco3.2v4
flac-1.3.3/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-190-		;;
flac-1.3.3/config.sub-191-	-sco3.2.[4-9]*)
flac-1.3.3/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
flac-1.3.3/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-194-		;;
##############################################
flac-1.3.3/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
flac-1.3.3/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-198-		;;
##############################################
flac-1.3.3/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
flac-1.3.3/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-202-		;;
##############################################
flac-1.3.3/config.sub-204-		os=-sco3.2v2
flac-1.3.3/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-206-		;;
flac-1.3.3/config.sub-207-	-udk*)
flac-1.3.3/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-209-		;;
##############################################
flac-1.3.3/config.sub-211-		os=-isc2.2
flac-1.3.3/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-213-		;;
##############################################
flac-1.3.3/config.sub-217-	-isc*)
flac-1.3.3/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
flac-1.3.3/config.sub-219-		;;
##############################################
flac-1.3.3/config.sub-229-	-ptx*)
flac-1.3.3/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
flac-1.3.3/config.sub-231-		;;
##############################################
flac-1.3.3/config.sub-364-	*-*-*)
flac-1.3.3/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
flac-1.3.3/config.sub-366-		exit 1
##############################################
flac-1.3.3/config.sub-493-	amd64-*)
flac-1.3.3/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-495-		;;
##############################################
flac-1.3.3/config.sub-538-	blackfin-*)
flac-1.3.3/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-540-		os=-linux
##############################################
flac-1.3.3/config.sub-546-	c54x-*)
flac-1.3.3/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-548-		;;
flac-1.3.3/config.sub-549-	c55x-*)
flac-1.3.3/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-551-		;;
flac-1.3.3/config.sub-552-	c6x-*)
flac-1.3.3/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-554-		;;
##############################################
flac-1.3.3/config.sub-650-	e500v[12]-*)
flac-1.3.3/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-652-		os=$os"spe"
##############################################
flac-1.3.3/config.sub-754-	i*86v32)
flac-1.3.3/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
flac-1.3.3/config.sub-756-		os=-sysv32
##############################################
flac-1.3.3/config.sub-758-	i*86v4*)
flac-1.3.3/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
flac-1.3.3/config.sub-760-		os=-sysv4
##############################################
flac-1.3.3/config.sub-762-	i*86v)
flac-1.3.3/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
flac-1.3.3/config.sub-764-		os=-sysv
##############################################
flac-1.3.3/config.sub-766-	i*86sol2)
flac-1.3.3/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
flac-1.3.3/config.sub-768-		os=-solaris2
##############################################
flac-1.3.3/config.sub-792-	leon-*|leon[3-9]-*)
flac-1.3.3/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
flac-1.3.3/config.sub-794-		;;
##############################################
flac-1.3.3/config.sub-799-	m68knommu-*)
flac-1.3.3/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-801-		os=-linux
##############################################
flac-1.3.3/config.sub-833-	mips3*-*)
flac-1.3.3/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
flac-1.3.3/config.sub-835-		;;
flac-1.3.3/config.sub-836-	mips3*)
flac-1.3.3/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
flac-1.3.3/config.sub-838-		;;
##############################################
flac-1.3.3/config.sub-855-	ms1-*)
flac-1.3.3/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
flac-1.3.3/config.sub-857-		;;
##############################################
flac-1.3.3/config.sub-980-	parisc-*)
flac-1.3.3/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-982-		os=-linux
##############################################
flac-1.3.3/config.sub-996-	pc98-*)
flac-1.3.3/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-998-		;;
##############################################
flac-1.3.3/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
flac-1.3.3/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-1013-		;;
flac-1.3.3/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
flac-1.3.3/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-1016-		;;
flac-1.3.3/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
flac-1.3.3/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-1019-		;;
flac-1.3.3/config.sub-1020-	pentium4-*)
flac-1.3.3/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-1022-		;;
##############################################
flac-1.3.3/config.sub-1030-	ppc-* | ppcbe-*)
flac-1.3.3/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-1032-		;;
##############################################
flac-1.3.3/config.sub-1036-	ppcle-* | powerpclittle-*)
flac-1.3.3/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-1038-		;;
##############################################
flac-1.3.3/config.sub-1040-		;;
flac-1.3.3/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-1042-		;;
##############################################
flac-1.3.3/config.sub-1046-	ppc64le-* | powerpc64little-*)
flac-1.3.3/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-1048-		;;
##############################################
flac-1.3.3/config.sub-1122-	strongarm-* | thumb-*)
flac-1.3.3/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
flac-1.3.3/config.sub-1124-		;;
##############################################
flac-1.3.3/config.sub-1255-	xscale-* | xscalee[bl]-*)
flac-1.3.3/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
flac-1.3.3/config.sub-1257-		;;
##############################################
flac-1.3.3/config.sub-1317-	*)
flac-1.3.3/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
flac-1.3.3/config.sub-1319-		exit 1
##############################################
flac-1.3.3/config.sub-1325-	*-digital*)
flac-1.3.3/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
flac-1.3.3/config.sub-1327-		;;
flac-1.3.3/config.sub-1328-	*-commodore*)
flac-1.3.3/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
flac-1.3.3/config.sub-1330-		;;
##############################################
flac-1.3.3/config.sub-1346-	-solaris1 | -solaris1.*)
flac-1.3.3/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
flac-1.3.3/config.sub-1348-		;;
##############################################
flac-1.3.3/config.sub-1355-	-gnu/linux*)
flac-1.3.3/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
flac-1.3.3/config.sub-1357-		;;
##############################################
flac-1.3.3/config.sub-1407-	-nto*)
flac-1.3.3/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
flac-1.3.3/config.sub-1409-		;;
##############################################
flac-1.3.3/config.sub-1414-	-mac*)
flac-1.3.3/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
flac-1.3.3/config.sub-1416-		;;
##############################################
flac-1.3.3/config.sub-1420-	-linux*)
flac-1.3.3/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
flac-1.3.3/config.sub-1422-		;;
flac-1.3.3/config.sub-1423-	-sunos5*)
flac-1.3.3/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
flac-1.3.3/config.sub-1425-		;;
flac-1.3.3/config.sub-1426-	-sunos6*)
flac-1.3.3/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
flac-1.3.3/config.sub-1428-		;;
##############################################
flac-1.3.3/config.sub-1469-	-sinix5.*)
flac-1.3.3/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
flac-1.3.3/config.sub-1471-		;;
##############################################
flac-1.3.3/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
flac-1.3.3/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
flac-1.3.3/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
flac-1.3.3/config.sub-1531-		exit 1
##############################################
flac-1.3.3/config.sub-1788-		esac
flac-1.3.3/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
flac-1.3.3/config.sub-1790-		;;
##############################################
flac-1.3.3/microbench/Makefile.in-81-  { \
flac-1.3.3/microbench/Makefile.in:82:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/microbench/Makefile.in-83-  }; \
##############################################
flac-1.3.3/microbench/Makefile.in-283-MKDIR_P = @MKDIR_P@
flac-1.3.3/microbench/Makefile.in:284:NASM = @NASM@
flac-1.3.3/microbench/Makefile.in-285-NM = @NM@
##############################################
flac-1.3.3/microbench/Makefile.in-416-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/microbench/Makefile.in:417:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/microbench/Makefile.in-418-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/microbench/Makefile.in-440-.c.o:
flac-1.3.3/microbench/Makefile.in:441:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/microbench/Makefile.in-442-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/microbench/Makefile.in-448-.c.obj:
flac-1.3.3/microbench/Makefile.in:449:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/microbench/Makefile.in:450:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/microbench/Makefile.in-451-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/microbench/Makefile.in-453-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/microbench/Makefile.in:454:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/microbench/Makefile.in-455-
flac-1.3.3/microbench/Makefile.in-456-.c.lo:
flac-1.3.3/microbench/Makefile.in:457:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/microbench/Makefile.in-458-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/microbench/Makefile.in-499-GTAGS:
flac-1.3.3/microbench/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/microbench/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/microbench/Makefile.in-525-distdir-am: $(DISTFILES)
flac-1.3.3/microbench/Makefile.in:526:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/microbench/Makefile.in:527:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/microbench/Makefile.in-528-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/microbench/Makefile.in-539-	  if test -d $$d/$$file; then \
flac-1.3.3/microbench/Makefile.in:540:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/microbench/Makefile.in-541-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/build/lib.mk-39-endif
flac-1.3.3/build/lib.mk:40:NASM        = nasm
flac-1.3.3/build/lib.mk-41-LINK        = ar cru
##############################################
flac-1.3.3/build/exe.mk-39-endif
flac-1.3.3/build/exe.mk:40:NASM        = nasm
flac-1.3.3/build/exe.mk-41-LINK        = $(CC) $(LINKAGE)
##############################################
flac-1.3.3/build/Makefile.in-67-  { \
flac-1.3.3/build/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/build/Makefile.in-69-  }; \
##############################################
flac-1.3.3/build/Makefile.in-215-MKDIR_P = @MKDIR_P@
flac-1.3.3/build/Makefile.in:216:NASM = @NASM@
flac-1.3.3/build/Makefile.in-217-NM = @NM@
##############################################
flac-1.3.3/build/Makefile.in-360-distdir-am: $(DISTFILES)
flac-1.3.3/build/Makefile.in:361:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/build/Makefile.in:362:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/build/Makefile.in-363-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/build/Makefile.in-374-	  if test -d $$d/$$file; then \
flac-1.3.3/build/Makefile.in:375:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/build/Makefile.in-376-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/depcomp-64-  case $1 in
flac-1.3.3/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
flac-1.3.3/depcomp-66-      *) dir=;;
##############################################
flac-1.3.3/depcomp-73-{
flac-1.3.3/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
flac-1.3.3/depcomp-75-}
##############################################
flac-1.3.3/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
flac-1.3.3/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
flac-1.3.3/depcomp-128-
##############################################
flac-1.3.3/depcomp-405-        sleep 1
flac-1.3.3/depcomp:406:        i=`expr $i - 1`
flac-1.3.3/depcomp-407-      done
flac-1.3.3/depcomp-408-    fi
flac-1.3.3/depcomp:409:    i=`expr $i - 1`
flac-1.3.3/depcomp-410-  done
##############################################
flac-1.3.3/depcomp-425-  # Do two passes, one to just change these to
flac-1.3.3/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
flac-1.3.3/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
flac-1.3.3/depcomp-659-  done
flac-1.3.3/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
flac-1.3.3/depcomp-661-  touch "$tmpdepfile"
##############################################
flac-1.3.3/include/FLAC/Makefile.in-81-  { \
flac-1.3.3/include/FLAC/Makefile.in:82:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/include/FLAC/Makefile.in-83-  }; \
##############################################
flac-1.3.3/include/FLAC/Makefile.in-164-  esac
flac-1.3.3/include/FLAC/Makefile.in:165:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flac-1.3.3/include/FLAC/Makefile.in-166-am__vpath_adj = case $$p in \
flac-1.3.3/include/FLAC/Makefile.in:167:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flac-1.3.3/include/FLAC/Makefile.in-168-    *) f=$$p;; \
flac-1.3.3/include/FLAC/Makefile.in-169-  esac;
flac-1.3.3/include/FLAC/Makefile.in:170:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flac-1.3.3/include/FLAC/Makefile.in-171-am__install_max = 40
flac-1.3.3/include/FLAC/Makefile.in-172-am__nobase_strip_setup = \
flac-1.3.3/include/FLAC/Makefile.in:173:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flac-1.3.3/include/FLAC/Makefile.in-174-am__nobase_strip = \
##############################################
flac-1.3.3/include/FLAC/Makefile.in-277-MKDIR_P = @MKDIR_P@
flac-1.3.3/include/FLAC/Makefile.in:278:NASM = @NASM@
flac-1.3.3/include/FLAC/Makefile.in-279-NM = @NM@
##############################################
flac-1.3.3/include/FLAC/Makefile.in-436-	@list='$(flaccinclude_HEADERS)'; test -n "$(flaccincludedir)" || list=; \
flac-1.3.3/include/FLAC/Makefile.in:437:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flac-1.3.3/include/FLAC/Makefile.in-438-	dir='$(DESTDIR)$(flaccincludedir)'; $(am__uninstall_files_from_dir)
##############################################
flac-1.3.3/include/FLAC/Makefile.in-469-GTAGS:
flac-1.3.3/include/FLAC/Makefile.in:470:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/include/FLAC/Makefile.in-471-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/include/FLAC/Makefile.in-495-distdir-am: $(DISTFILES)
flac-1.3.3/include/FLAC/Makefile.in:496:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/FLAC/Makefile.in:497:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/FLAC/Makefile.in-498-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/include/FLAC/Makefile.in-509-	  if test -d $$d/$$file; then \
flac-1.3.3/include/FLAC/Makefile.in:510:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/include/FLAC/Makefile.in-511-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/include/FLAC++/Makefile.in-81-  { \
flac-1.3.3/include/FLAC++/Makefile.in:82:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/include/FLAC++/Makefile.in-83-  }; \
##############################################
flac-1.3.3/include/FLAC++/Makefile.in-164-  esac
flac-1.3.3/include/FLAC++/Makefile.in:165:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flac-1.3.3/include/FLAC++/Makefile.in-166-am__vpath_adj = case $$p in \
flac-1.3.3/include/FLAC++/Makefile.in:167:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flac-1.3.3/include/FLAC++/Makefile.in-168-    *) f=$$p;; \
flac-1.3.3/include/FLAC++/Makefile.in-169-  esac;
flac-1.3.3/include/FLAC++/Makefile.in:170:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flac-1.3.3/include/FLAC++/Makefile.in-171-am__install_max = 40
flac-1.3.3/include/FLAC++/Makefile.in-172-am__nobase_strip_setup = \
flac-1.3.3/include/FLAC++/Makefile.in:173:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flac-1.3.3/include/FLAC++/Makefile.in-174-am__nobase_strip = \
##############################################
flac-1.3.3/include/FLAC++/Makefile.in-277-MKDIR_P = @MKDIR_P@
flac-1.3.3/include/FLAC++/Makefile.in:278:NASM = @NASM@
flac-1.3.3/include/FLAC++/Makefile.in-279-NM = @NM@
##############################################
flac-1.3.3/include/FLAC++/Makefile.in-433-	@list='$(flaccppinclude_HEADERS)'; test -n "$(flaccppincludedir)" || list=; \
flac-1.3.3/include/FLAC++/Makefile.in:434:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flac-1.3.3/include/FLAC++/Makefile.in-435-	dir='$(DESTDIR)$(flaccppincludedir)'; $(am__uninstall_files_from_dir)
##############################################
flac-1.3.3/include/FLAC++/Makefile.in-466-GTAGS:
flac-1.3.3/include/FLAC++/Makefile.in:467:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/include/FLAC++/Makefile.in-468-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/include/FLAC++/Makefile.in-492-distdir-am: $(DISTFILES)
flac-1.3.3/include/FLAC++/Makefile.in:493:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/FLAC++/Makefile.in:494:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/FLAC++/Makefile.in-495-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/include/FLAC++/Makefile.in-506-	  if test -d $$d/$$file; then \
flac-1.3.3/include/FLAC++/Makefile.in:507:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/include/FLAC++/Makefile.in-508-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/include/share/grabbag/Makefile.in-49-  { \
flac-1.3.3/include/share/grabbag/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/include/share/grabbag/Makefile.in-51-  }; \
##############################################
flac-1.3.3/include/share/grabbag/Makefile.in-197-MKDIR_P = @MKDIR_P@
flac-1.3.3/include/share/grabbag/Makefile.in:198:NASM = @NASM@
flac-1.3.3/include/share/grabbag/Makefile.in-199-NM = @NM@
##############################################
flac-1.3.3/include/share/grabbag/Makefile.in-343-distdir-am: $(DISTFILES)
flac-1.3.3/include/share/grabbag/Makefile.in:344:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/share/grabbag/Makefile.in:345:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/share/grabbag/Makefile.in-346-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/include/share/grabbag/Makefile.in-357-	  if test -d $$d/$$file; then \
flac-1.3.3/include/share/grabbag/Makefile.in:358:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/include/share/grabbag/Makefile.in-359-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/include/share/Makefile.in-49-  { \
flac-1.3.3/include/share/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/include/share/Makefile.in-51-  }; \
##############################################
flac-1.3.3/include/share/Makefile.in-176-  while test -n "$$dir1"; do \
flac-1.3.3/include/share/Makefile.in:177:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/include/share/Makefile.in-178-    if test "$$first" != "."; then \
flac-1.3.3/include/share/Makefile.in-179-      if test "$$first" = ".."; then \
flac-1.3.3/include/share/Makefile.in:180:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/include/share/Makefile.in:181:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/include/share/Makefile.in-182-      else \
flac-1.3.3/include/share/Makefile.in:183:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/include/share/Makefile.in-184-        if test "$$first2" = "$$first"; then \
flac-1.3.3/include/share/Makefile.in:185:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/include/share/Makefile.in-186-        else \
##############################################
flac-1.3.3/include/share/Makefile.in-191-    fi; \
flac-1.3.3/include/share/Makefile.in:192:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/include/share/Makefile.in-193-  done; \
##############################################
flac-1.3.3/include/share/Makefile.in-257-MKDIR_P = @MKDIR_P@
flac-1.3.3/include/share/Makefile.in:258:NASM = @NASM@
flac-1.3.3/include/share/Makefile.in-259-NM = @NM@
##############################################
flac-1.3.3/include/share/Makefile.in-417-	dot_seen=no; \
flac-1.3.3/include/share/Makefile.in:418:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/include/share/Makefile.in-419-	case "$@" in \
##############################################
flac-1.3.3/include/share/Makefile.in-480-GTAGS:
flac-1.3.3/include/share/Makefile.in:481:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/include/share/Makefile.in-482-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/include/share/Makefile.in-506-distdir-am: $(DISTFILES)
flac-1.3.3/include/share/Makefile.in:507:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/share/Makefile.in:508:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/share/Makefile.in-509-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/include/share/Makefile.in-520-	  if test -d $$d/$$file; then \
flac-1.3.3/include/share/Makefile.in:521:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/include/share/Makefile.in-522-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/include/test_libs_common/Makefile.in-49-  { \
flac-1.3.3/include/test_libs_common/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/include/test_libs_common/Makefile.in-51-  }; \
##############################################
flac-1.3.3/include/test_libs_common/Makefile.in-197-MKDIR_P = @MKDIR_P@
flac-1.3.3/include/test_libs_common/Makefile.in:198:NASM = @NASM@
flac-1.3.3/include/test_libs_common/Makefile.in-199-NM = @NM@
##############################################
flac-1.3.3/include/test_libs_common/Makefile.in-340-distdir-am: $(DISTFILES)
flac-1.3.3/include/test_libs_common/Makefile.in:341:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/test_libs_common/Makefile.in:342:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/test_libs_common/Makefile.in-343-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/include/test_libs_common/Makefile.in-354-	  if test -d $$d/$$file; then \
flac-1.3.3/include/test_libs_common/Makefile.in:355:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/include/test_libs_common/Makefile.in-356-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/include/Makefile.in-67-  { \
flac-1.3.3/include/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/include/Makefile.in-69-  }; \
##############################################
flac-1.3.3/include/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/include/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/include/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/include/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/include/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/include/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/include/Makefile.in-200-      else \
flac-1.3.3/include/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/include/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/include/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/include/Makefile.in-204-        else \
##############################################
flac-1.3.3/include/Makefile.in-209-    fi; \
flac-1.3.3/include/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/include/Makefile.in-211-  done; \
##############################################
flac-1.3.3/include/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/include/Makefile.in:276:NASM = @NASM@
flac-1.3.3/include/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/include/Makefile.in-420-	dot_seen=no; \
flac-1.3.3/include/Makefile.in:421:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/include/Makefile.in-422-	case "$@" in \
##############################################
flac-1.3.3/include/Makefile.in-483-GTAGS:
flac-1.3.3/include/Makefile.in:484:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/include/Makefile.in-485-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/include/Makefile.in-509-distdir-am: $(DISTFILES)
flac-1.3.3/include/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/include/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/include/Makefile.in-523-	  if test -d $$d/$$file; then \
flac-1.3.3/include/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/include/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/metaflac/Makefile.in-68-  { \
flac-1.3.3/src/metaflac/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/metaflac/Makefile.in-70-  }; \
##############################################
flac-1.3.3/src/metaflac/Makefile.in-288-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/metaflac/Makefile.in:289:NASM = @NASM@
flac-1.3.3/src/metaflac/Makefile.in-290-NM = @NM@
##############################################
flac-1.3.3/src/metaflac/Makefile.in-494-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/src/metaflac/Makefile.in:495:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/src/metaflac/Makefile.in-496-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/src/metaflac/Makefile.in-526-.c.o:
flac-1.3.3/src/metaflac/Makefile.in:527:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/metaflac/Makefile.in-528-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/metaflac/Makefile.in-534-.c.obj:
flac-1.3.3/src/metaflac/Makefile.in:535:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/metaflac/Makefile.in:536:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/metaflac/Makefile.in-537-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/metaflac/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/metaflac/Makefile.in:540:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/metaflac/Makefile.in-541-
flac-1.3.3/src/metaflac/Makefile.in-542-.c.lo:
flac-1.3.3/src/metaflac/Makefile.in:543:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/metaflac/Makefile.in-544-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/metaflac/Makefile.in-585-GTAGS:
flac-1.3.3/src/metaflac/Makefile.in:586:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/metaflac/Makefile.in-587-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/metaflac/Makefile.in-611-distdir-am: $(DISTFILES)
flac-1.3.3/src/metaflac/Makefile.in:612:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/metaflac/Makefile.in:613:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/metaflac/Makefile.in-614-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/metaflac/Makefile.in-625-	  if test -d $$d/$$file; then \
flac-1.3.3/src/metaflac/Makefile.in:626:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/metaflac/Makefile.in-627-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/test_streams/Makefile.in-67-  { \
flac-1.3.3/src/test_streams/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/test_streams/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/test_streams/Makefile.in-265-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/test_streams/Makefile.in:266:NASM = @NASM@
flac-1.3.3/src/test_streams/Makefile.in-267-NM = @NM@
##############################################
flac-1.3.3/src/test_streams/Makefile.in-406-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/src/test_streams/Makefile.in:407:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/src/test_streams/Makefile.in-408-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/src/test_streams/Makefile.in-429-.c.o:
flac-1.3.3/src/test_streams/Makefile.in:430:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/test_streams/Makefile.in-431-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_streams/Makefile.in-437-.c.obj:
flac-1.3.3/src/test_streams/Makefile.in:438:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/test_streams/Makefile.in:439:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/test_streams/Makefile.in-440-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/test_streams/Makefile.in-442-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/test_streams/Makefile.in:443:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/test_streams/Makefile.in-444-
flac-1.3.3/src/test_streams/Makefile.in-445-.c.lo:
flac-1.3.3/src/test_streams/Makefile.in:446:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/test_streams/Makefile.in-447-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_streams/Makefile.in-488-GTAGS:
flac-1.3.3/src/test_streams/Makefile.in:489:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/test_streams/Makefile.in-490-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/test_streams/Makefile.in-514-distdir-am: $(DISTFILES)
flac-1.3.3/src/test_streams/Makefile.in:515:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_streams/Makefile.in:516:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_streams/Makefile.in-517-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/test_streams/Makefile.in-528-	  if test -d $$d/$$file; then \
flac-1.3.3/src/test_streams/Makefile.in:529:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/test_streams/Makefile.in-530-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/flac/Makefile.in-68-  { \
flac-1.3.3/src/flac/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/flac/Makefile.in-70-  }; \
##############################################
flac-1.3.3/src/flac/Makefile.in-278-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/flac/Makefile.in:279:NASM = @NASM@
flac-1.3.3/src/flac/Makefile.in-280-NM = @NM@
##############################################
flac-1.3.3/src/flac/Makefile.in-490-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/src/flac/Makefile.in:491:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/src/flac/Makefile.in-492-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/src/flac/Makefile.in-520-.c.o:
flac-1.3.3/src/flac/Makefile.in:521:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/flac/Makefile.in-522-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/flac/Makefile.in-528-.c.obj:
flac-1.3.3/src/flac/Makefile.in:529:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/flac/Makefile.in:530:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/flac/Makefile.in-531-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/flac/Makefile.in-533-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/flac/Makefile.in:534:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/flac/Makefile.in-535-
flac-1.3.3/src/flac/Makefile.in-536-.c.lo:
flac-1.3.3/src/flac/Makefile.in:537:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/flac/Makefile.in-538-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/flac/Makefile.in-579-GTAGS:
flac-1.3.3/src/flac/Makefile.in:580:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/flac/Makefile.in-581-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/flac/Makefile.in-605-distdir-am: $(DISTFILES)
flac-1.3.3/src/flac/Makefile.in:606:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/flac/Makefile.in:607:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/flac/Makefile.in-608-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/flac/Makefile.in-619-	  if test -d $$d/$$file; then \
flac-1.3.3/src/flac/Makefile.in:620:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/flac/Makefile.in-621-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/plugin_xmms/Makefile.in-73-  { \
flac-1.3.3/src/plugin_xmms/Makefile.in:74:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/plugin_xmms/Makefile.in-75-  }; \
##############################################
flac-1.3.3/src/plugin_xmms/Makefile.in-137-CONFIG_CLEAN_VPATH_FILES =
flac-1.3.3/src/plugin_xmms/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flac-1.3.3/src/plugin_xmms/Makefile.in-139-am__vpath_adj = case $$p in \
flac-1.3.3/src/plugin_xmms/Makefile.in:140:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flac-1.3.3/src/plugin_xmms/Makefile.in-141-    *) f=$$p;; \
flac-1.3.3/src/plugin_xmms/Makefile.in-142-  esac;
flac-1.3.3/src/plugin_xmms/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flac-1.3.3/src/plugin_xmms/Makefile.in-144-am__install_max = 40
flac-1.3.3/src/plugin_xmms/Makefile.in-145-am__nobase_strip_setup = \
flac-1.3.3/src/plugin_xmms/Makefile.in:146:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flac-1.3.3/src/plugin_xmms/Makefile.in-147-am__nobase_strip = \
##############################################
flac-1.3.3/src/plugin_xmms/Makefile.in-315-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/plugin_xmms/Makefile.in:316:NASM = @NASM@
flac-1.3.3/src/plugin_xmms/Makefile.in-317-NM = @NM@
##############################################
flac-1.3.3/src/plugin_xmms/Makefile.in-536-.c.o:
flac-1.3.3/src/plugin_xmms/Makefile.in:537:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/plugin_xmms/Makefile.in-538-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/plugin_xmms/Makefile.in-544-.c.obj:
flac-1.3.3/src/plugin_xmms/Makefile.in:545:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/plugin_xmms/Makefile.in:546:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/plugin_xmms/Makefile.in-547-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/plugin_xmms/Makefile.in-549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/plugin_xmms/Makefile.in:550:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/plugin_xmms/Makefile.in-551-
flac-1.3.3/src/plugin_xmms/Makefile.in-552-.c.lo:
flac-1.3.3/src/plugin_xmms/Makefile.in:553:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/plugin_xmms/Makefile.in-554-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/plugin_xmms/Makefile.in-595-GTAGS:
flac-1.3.3/src/plugin_xmms/Makefile.in:596:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/plugin_xmms/Makefile.in-597-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/plugin_xmms/Makefile.in-621-distdir-am: $(DISTFILES)
flac-1.3.3/src/plugin_xmms/Makefile.in:622:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/plugin_xmms/Makefile.in:623:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/plugin_xmms/Makefile.in-624-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/plugin_xmms/Makefile.in-635-	  if test -d $$d/$$file; then \
flac-1.3.3/src/plugin_xmms/Makefile.in:636:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/plugin_xmms/Makefile.in-637-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/utils/flactimer/Makefile.in-67-  { \
flac-1.3.3/src/utils/flactimer/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/utils/flactimer/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/utils/flactimer/Makefile.in-215-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/utils/flactimer/Makefile.in:216:NASM = @NASM@
flac-1.3.3/src/utils/flactimer/Makefile.in-217-NM = @NM@
##############################################
flac-1.3.3/src/utils/flactimer/Makefile.in-361-distdir-am: $(DISTFILES)
flac-1.3.3/src/utils/flactimer/Makefile.in:362:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/utils/flactimer/Makefile.in:363:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/utils/flactimer/Makefile.in-364-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/utils/flactimer/Makefile.in-375-	  if test -d $$d/$$file; then \
flac-1.3.3/src/utils/flactimer/Makefile.in:376:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/utils/flactimer/Makefile.in-377-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/utils/flacdiff/Makefile.in-67-  { \
flac-1.3.3/src/utils/flacdiff/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/utils/flacdiff/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/utils/flacdiff/Makefile.in-215-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/utils/flacdiff/Makefile.in:216:NASM = @NASM@
flac-1.3.3/src/utils/flacdiff/Makefile.in-217-NM = @NM@
##############################################
flac-1.3.3/src/utils/flacdiff/Makefile.in-361-distdir-am: $(DISTFILES)
flac-1.3.3/src/utils/flacdiff/Makefile.in:362:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/utils/flacdiff/Makefile.in:363:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/utils/flacdiff/Makefile.in-364-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/utils/flacdiff/Makefile.in-375-	  if test -d $$d/$$file; then \
flac-1.3.3/src/utils/flacdiff/Makefile.in:376:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/utils/flacdiff/Makefile.in-377-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/utils/Makefile.in-67-  { \
flac-1.3.3/src/utils/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/utils/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/utils/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/src/utils/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/src/utils/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/src/utils/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/src/utils/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/src/utils/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/src/utils/Makefile.in-200-      else \
flac-1.3.3/src/utils/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/src/utils/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/src/utils/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/utils/Makefile.in-204-        else \
##############################################
flac-1.3.3/src/utils/Makefile.in-209-    fi; \
flac-1.3.3/src/utils/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/utils/Makefile.in-211-  done; \
##############################################
flac-1.3.3/src/utils/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/utils/Makefile.in:276:NASM = @NASM@
flac-1.3.3/src/utils/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/src/utils/Makefile.in-419-	dot_seen=no; \
flac-1.3.3/src/utils/Makefile.in:420:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/src/utils/Makefile.in-421-	case "$@" in \
##############################################
flac-1.3.3/src/utils/Makefile.in-482-GTAGS:
flac-1.3.3/src/utils/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/utils/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/utils/Makefile.in-508-distdir-am: $(DISTFILES)
flac-1.3.3/src/utils/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/utils/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/utils/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/utils/Makefile.in-522-	  if test -d $$d/$$file; then \
flac-1.3.3/src/utils/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/utils/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/libFLAC/lpc_intrin_avx2.c-1120-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/lpc_intrin_avx2.c:1121:#endif /* FLAC__NO_ASM */
flac-1.3.3/src/libFLAC/lpc_intrin_avx2.c-1122-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
flac-1.3.3/src/libFLAC/lpc_intrin_sse41.c-1492-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/lpc_intrin_sse41.c:1493:#endif /* FLAC__NO_ASM */
flac-1.3.3/src/libFLAC/lpc_intrin_sse41.c-1494-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
flac-1.3.3/src/libFLAC/Makefile.lite-52-ifeq ($(OS),Solaris)
flac-1.3.3/src/libFLAC/Makefile.lite:53:    DEFINES = -DFLAC__NO_ASM -DFLAC__ALIGN_MALLOC_DATA
flac-1.3.3/src/libFLAC/Makefile.lite-54-else
flac-1.3.3/src/libFLAC/Makefile.lite-55-ifeq ($(PROC),i386)
flac-1.3.3/src/libFLAC/Makefile.lite:56:    DEFINES = -DFLAC__CPU_IA32 -DFLAC__HAS_NASM -DFLAC__ALIGN_MALLOC_DATA
flac-1.3.3/src/libFLAC/Makefile.lite-57-else
##############################################
flac-1.3.3/src/libFLAC/Makefile.lite-65-ifeq ($(PROC),i386)
flac-1.3.3/src/libFLAC/Makefile.lite:66:SRCS_NASM = \
flac-1.3.3/src/libFLAC/Makefile.lite:67:	ia32/cpu_asm.nasm \
flac-1.3.3/src/libFLAC/Makefile.lite:68:	ia32/fixed_asm.nasm \
flac-1.3.3/src/libFLAC/Makefile.lite-69-	ia32/lpc_asm.nasm
##############################################
flac-1.3.3/src/libFLAC/lpc_intrin_sse.c-50- *   old routines: less unaligned loads, more shuffle
flac-1.3.3/src/libFLAC/lpc_intrin_sse.c:51: *   these *_old routines are equivalent to the ASM routines in ia32/lpc_asm.nasm
flac-1.3.3/src/libFLAC/lpc_intrin_sse.c-52- */
##############################################
flac-1.3.3/src/libFLAC/lpc_intrin_sse.c-452-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/lpc_intrin_sse.c:453:#endif /* FLAC__NO_ASM */
flac-1.3.3/src/libFLAC/lpc_intrin_sse.c-454-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
flac-1.3.3/src/libFLAC/fixed_intrin_sse2.c-253-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/fixed_intrin_sse2.c:254:#endif /* FLAC__NO_ASM */
flac-1.3.3/src/libFLAC/fixed_intrin_sse2.c-255-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
flac-1.3.3/src/libFLAC/include/private/lpc.h-49- *	Applies the given window to the data.
flac-1.3.3/src/libFLAC/include/private/lpc.h:50: *  OPT: asm implementation
flac-1.3.3/src/libFLAC/include/private/lpc.h-51- *
##############################################
flac-1.3.3/src/libFLAC/include/private/lpc.h-219-void FLAC__lpc_restore_signal_wide_asm_ia32(const FLAC__int32 residual[], uint32_t data_len, const FLAC__int32 qlp_coeff[], uint32_t order, int lp_quantization, FLAC__int32 data[]);
flac-1.3.3/src/libFLAC/include/private/lpc.h:220:#    endif /* FLAC__HAS_NASM */
flac-1.3.3/src/libFLAC/include/private/lpc.h-221-#  endif /* FLAC__CPU_IA32 */
##############################################
flac-1.3.3/src/libFLAC/include/private/lpc.h-228-#  endif
flac-1.3.3/src/libFLAC/include/private/lpc.h:229:#endif /* FLAC__NO_ASM */
flac-1.3.3/src/libFLAC/include/private/lpc.h-230-
##############################################
flac-1.3.3/src/libFLAC/include/private/Makefile.in-81-  { \
flac-1.3.3/src/libFLAC/include/private/Makefile.in:82:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/libFLAC/include/private/Makefile.in-83-  }; \
##############################################
flac-1.3.3/src/libFLAC/include/private/Makefile.in-249-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/libFLAC/include/private/Makefile.in:250:NASM = @NASM@
flac-1.3.3/src/libFLAC/include/private/Makefile.in-251-NM = @NM@
##############################################
flac-1.3.3/src/libFLAC/include/private/Makefile.in-431-GTAGS:
flac-1.3.3/src/libFLAC/include/private/Makefile.in:432:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/libFLAC/include/private/Makefile.in-433-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/libFLAC/include/private/Makefile.in-457-distdir-am: $(DISTFILES)
flac-1.3.3/src/libFLAC/include/private/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/include/private/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/include/private/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/libFLAC/include/private/Makefile.in-471-	  if test -d $$d/$$file; then \
flac-1.3.3/src/libFLAC/include/private/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/libFLAC/include/private/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-81-  { \
flac-1.3.3/src/libFLAC/include/protected/Makefile.in:82:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-83-  }; \
##############################################
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-249-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/libFLAC/include/protected/Makefile.in:250:NASM = @NASM@
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-251-NM = @NM@
##############################################
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-413-GTAGS:
flac-1.3.3/src/libFLAC/include/protected/Makefile.in:414:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-415-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-439-distdir-am: $(DISTFILES)
flac-1.3.3/src/libFLAC/include/protected/Makefile.in:440:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/include/protected/Makefile.in:441:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-442-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-453-	  if test -d $$d/$$file; then \
flac-1.3.3/src/libFLAC/include/protected/Makefile.in:454:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/libFLAC/include/protected/Makefile.in-455-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/libFLAC/include/Makefile.in-80-  { \
flac-1.3.3/src/libFLAC/include/Makefile.in:81:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/libFLAC/include/Makefile.in-82-  }; \
##############################################
flac-1.3.3/src/libFLAC/include/Makefile.in-207-  while test -n "$$dir1"; do \
flac-1.3.3/src/libFLAC/include/Makefile.in:208:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/src/libFLAC/include/Makefile.in-209-    if test "$$first" != "."; then \
flac-1.3.3/src/libFLAC/include/Makefile.in-210-      if test "$$first" = ".."; then \
flac-1.3.3/src/libFLAC/include/Makefile.in:211:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/src/libFLAC/include/Makefile.in:212:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/src/libFLAC/include/Makefile.in-213-      else \
flac-1.3.3/src/libFLAC/include/Makefile.in:214:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/src/libFLAC/include/Makefile.in-215-        if test "$$first2" = "$$first"; then \
flac-1.3.3/src/libFLAC/include/Makefile.in:216:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/libFLAC/include/Makefile.in-217-        else \
##############################################
flac-1.3.3/src/libFLAC/include/Makefile.in-222-    fi; \
flac-1.3.3/src/libFLAC/include/Makefile.in:223:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/libFLAC/include/Makefile.in-224-  done; \
##############################################
flac-1.3.3/src/libFLAC/include/Makefile.in-288-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/libFLAC/include/Makefile.in:289:NASM = @NASM@
flac-1.3.3/src/libFLAC/include/Makefile.in-290-NM = @NM@
##############################################
flac-1.3.3/src/libFLAC/include/Makefile.in-432-	dot_seen=no; \
flac-1.3.3/src/libFLAC/include/Makefile.in:433:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/src/libFLAC/include/Makefile.in-434-	case "$@" in \
##############################################
flac-1.3.3/src/libFLAC/include/Makefile.in-495-GTAGS:
flac-1.3.3/src/libFLAC/include/Makefile.in:496:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/libFLAC/include/Makefile.in-497-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/libFLAC/include/Makefile.in-521-distdir-am: $(DISTFILES)
flac-1.3.3/src/libFLAC/include/Makefile.in:522:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/include/Makefile.in:523:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/include/Makefile.in-524-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/libFLAC/include/Makefile.in-535-	  if test -d $$d/$$file; then \
flac-1.3.3/src/libFLAC/include/Makefile.in:536:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/libFLAC/include/Makefile.in-537-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-465-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj:466:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-467-					AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-475-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj:476:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-477-					AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-489-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj:490:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-491-					AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-499-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj:500:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-501-					AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-513-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj:514:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-515-					AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-523-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj:524:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_static.vcproj-525-					AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/stream_encoder_intrin_ssse3.c-147-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/stream_encoder_intrin_ssse3.c:148:#endif /* FLAC__NO_ASM */
##############################################
flac-1.3.3/src/libFLAC/ia32/lpc_asm.nasm:1:;  vim:filetype=nasm ts=8
flac-1.3.3/src/libFLAC/ia32/lpc_asm.nasm-2-
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.am-31-
flac-1.3.3/src/libFLAC/ia32/Makefile.am:32:SUFFIXES = .nasm .lo
flac-1.3.3/src/libFLAC/ia32/Makefile.am-33-
flac-1.3.3/src/libFLAC/ia32/Makefile.am:34:STRIP_NON_ASM = sh $(top_srcdir)/strip_non_asm_libtool_args.sh
flac-1.3.3/src/libFLAC/ia32/Makefile.am-35-AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.am-40-libFLAC_asm_la_SOURCES = \
flac-1.3.3/src/libFLAC/ia32/Makefile.am:41:	cpu_asm.nasm \
flac-1.3.3/src/libFLAC/ia32/Makefile.am:42:	fixed_asm.nasm \
flac-1.3.3/src/libFLAC/ia32/Makefile.am:43:	lpc_asm.nasm \
flac-1.3.3/src/libFLAC/ia32/Makefile.am-44-	nasm.h
##############################################
flac-1.3.3/src/libFLAC/ia32/cpu_asm.nasm:1:;  vim:filetype=nasm ts=8
flac-1.3.3/src/libFLAC/ia32/cpu_asm.nasm-2-
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.in-81-  { \
flac-1.3.3/src/libFLAC/ia32/Makefile.in:82:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/libFLAC/ia32/Makefile.in-83-  }; \
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.in-274-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/libFLAC/ia32/Makefile.in:275:NASM = @NASM@
flac-1.3.3/src/libFLAC/ia32/Makefile.in-276-NM = @NM@
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.in-364-top_srcdir = @top_srcdir@
flac-1.3.3/src/libFLAC/ia32/Makefile.in:365:SUFFIXES = .nasm .lo
flac-1.3.3/src/libFLAC/ia32/Makefile.in:366:STRIP_NON_ASM = sh $(top_srcdir)/strip_non_asm_libtool_args.sh
flac-1.3.3/src/libFLAC/ia32/Makefile.in-367-AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.in-369-libFLAC_asm_la_SOURCES = \
flac-1.3.3/src/libFLAC/ia32/Makefile.in:370:	cpu_asm.nasm \
flac-1.3.3/src/libFLAC/ia32/Makefile.in:371:	fixed_asm.nasm \
flac-1.3.3/src/libFLAC/ia32/Makefile.in:372:	lpc_asm.nasm \
flac-1.3.3/src/libFLAC/ia32/Makefile.in-373-	nasm.h
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.in-377-.SUFFIXES:
flac-1.3.3/src/libFLAC/ia32/Makefile.in:378:.SUFFIXES: .nasm .lo
flac-1.3.3/src/libFLAC/ia32/Makefile.in-379-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.in-464-GTAGS:
flac-1.3.3/src/libFLAC/ia32/Makefile.in:465:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/libFLAC/ia32/Makefile.in-466-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.in-490-distdir-am: $(DISTFILES)
flac-1.3.3/src/libFLAC/ia32/Makefile.in:491:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/ia32/Makefile.in:492:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/ia32/Makefile.in-493-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/libFLAC/ia32/Makefile.in-504-	  if test -d $$d/$$file; then \
flac-1.3.3/src/libFLAC/ia32/Makefile.in:505:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/libFLAC/ia32/Makefile.in-506-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/libFLAC/ia32/fixed_asm.nasm:1:;  vim:filetype=nasm ts=8
flac-1.3.3/src/libFLAC/ia32/fixed_asm.nasm-2-
##############################################
flac-1.3.3/src/libFLAC/cpu.c-59-
flac-1.3.3/src/libFLAC/cpu.c:60:#if (defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64) && (defined FLAC__HAS_NASM || FLAC__HAS_X86INTRIN) && !defined FLAC__NO_ASM
flac-1.3.3/src/libFLAC/cpu.c-61-
##############################################
flac-1.3.3/src/libFLAC/cpu.c-108-	FLAC__uint32 flags1, flags2;
flac-1.3.3/src/libFLAC/cpu.c:109:	__asm {
flac-1.3.3/src/libFLAC/cpu.c-110-		pushfd
##############################################
flac-1.3.3/src/libFLAC/cpu.c-153-	}
flac-1.3.3/src/libFLAC/cpu.c:154:#elif defined FLAC__HAS_NASM && defined FLAC__CPU_IA32
flac-1.3.3/src/libFLAC/cpu.c-155-	FLAC__cpu_info_asm_ia32(level, eax, ebx, ecx, edx);
##############################################
flac-1.3.3/src/libFLAC/cpu.c-165-{
flac-1.3.3/src/libFLAC/cpu.c:166:#if (defined FLAC__CPU_IA32 || defined FLAC__CPU_X86_64) && (defined FLAC__HAS_NASM || FLAC__HAS_X86INTRIN) && !defined FLAC__NO_ASM
flac-1.3.3/src/libFLAC/cpu.c-167-	FLAC__bool x86_osxsave = false;
##############################################
flac-1.3.3/src/libFLAC/cpu.c-170-
flac-1.3.3/src/libFLAC/cpu.c:171:	info->use_asm = true; /* we assume a minimum of 80386 */
flac-1.3.3/src/libFLAC/cpu.c-172-	if (!cpu_have_cpuid())
##############################################
flac-1.3.3/src/libFLAC/cpu.c-231-#else
flac-1.3.3/src/libFLAC/cpu.c:232:	info->use_asm = false;
flac-1.3.3/src/libFLAC/cpu.c-233-#endif
##############################################
flac-1.3.3/src/libFLAC/cpu.c-281-	default:
flac-1.3.3/src/libFLAC/cpu.c:282:		info->use_asm = false;
flac-1.3.3/src/libFLAC/cpu.c-283-		break;
##############################################
flac-1.3.3/src/libFLAC/lpc_intrin_vsx.c-940-#endif /* FLAC__CPU_PPC64 && FLAC__USE_VSX */
flac-1.3.3/src/libFLAC/lpc_intrin_vsx.c:941:#endif /* FLAC__NO_ASM */
flac-1.3.3/src/libFLAC/lpc_intrin_vsx.c-942-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
flac-1.3.3/src/libFLAC/stream_decoder.c-375-	FLAC__cpu_info(&decoder->private_->cpuinfo);
flac-1.3.3/src/libFLAC/stream_decoder.c:376:	/* first default to the non-asm routines */
flac-1.3.3/src/libFLAC/stream_decoder.c-377-	decoder->private_->local_lpc_restore_signal = FLAC__lpc_restore_signal;
##############################################
flac-1.3.3/src/libFLAC/stream_decoder.c-379-	decoder->private_->local_lpc_restore_signal_16bit = FLAC__lpc_restore_signal;
flac-1.3.3/src/libFLAC/stream_decoder.c:380:	/* now override with asm where appropriate */
flac-1.3.3/src/libFLAC/stream_decoder.c-381-#ifndef FLAC__NO_ASM
##############################################
flac-1.3.3/src/libFLAC/stream_decoder.c-398-		if (decoder->private_->cpuinfo.x86.sse41) {
flac-1.3.3/src/libFLAC/stream_decoder.c:399:#  if !defined FLAC__HAS_NASM  /* these are not undoubtedly faster than their MMX ASM counterparts */
flac-1.3.3/src/libFLAC/stream_decoder.c-400-			decoder->private_->local_lpc_restore_signal = FLAC__lpc_restore_signal_intrin_sse41;
##############################################
flac-1.3.3/src/libFLAC/stream_encoder.c-872-	FLAC__cpu_info(&encoder->private_->cpuinfo);
flac-1.3.3/src/libFLAC/stream_encoder.c:873:	/* first default to the non-asm routines */
flac-1.3.3/src/libFLAC/stream_encoder.c-874-#ifndef FLAC__INTEGER_ONLY_LIBRARY
##############################################
flac-1.3.3/src/libFLAC/stream_encoder.c-884-#endif
flac-1.3.3/src/libFLAC/stream_encoder.c:885:	/* now override with asm where appropriate */
flac-1.3.3/src/libFLAC/stream_encoder.c-886-#ifndef FLAC__INTEGER_ONLY_LIBRARY
##############################################
flac-1.3.3/src/libFLAC/stream_encoder.c-948-			encoder->private_->local_fixed_compute_best_predictor = FLAC__fixed_compute_best_predictor_asm_ia32_mmx_cmov;
flac-1.3.3/src/libFLAC/stream_encoder.c:949:#   endif /* FLAC__HAS_NASM */
flac-1.3.3/src/libFLAC/stream_encoder.c-950-#   if FLAC__HAS_X86INTRIN
##############################################
flac-1.3.3/src/libFLAC/stream_encoder.c-1067-	}
flac-1.3.3/src/libFLAC/stream_encoder.c:1068:# endif /* !FLAC__NO_ASM */
flac-1.3.3/src/libFLAC/stream_encoder.c-1069-#endif /* !FLAC__INTEGER_ONLY_LIBRARY */
flac-1.3.3/src/libFLAC/stream_encoder.c:1070:#if !defined FLAC__NO_ASM && FLAC__HAS_X86INTRIN
flac-1.3.3/src/libFLAC/stream_encoder.c-1071-	if(encoder->private_->cpuinfo.use_asm) {
##############################################
flac-1.3.3/src/libFLAC/stream_encoder.c-1098-	}
flac-1.3.3/src/libFLAC/stream_encoder.c:1099:#endif /* !FLAC__NO_ASM && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/stream_encoder.c-1100-
##############################################
flac-1.3.3/src/libFLAC/stream_encoder.c-3409-	double lpc_residual_bits_per_sample;
flac-1.3.3/src/libFLAC/stream_encoder.c:3410:	FLAC__real autoc[FLAC__MAX_LPC_ORDER+1]; /* WATCHOUT: the size is important even though encoder->protected_->max_lpc_order might be less; some asm and x86 intrinsic routines need all the space */
flac-1.3.3/src/libFLAC/stream_encoder.c-3411-	double lpc_error[FLAC__MAX_LPC_ORDER];
##############################################
flac-1.3.3/src/libFLAC/libFLAC.m4-10-dnl
flac-1.3.3/src/libFLAC/libFLAC.m4:11:AC_ARG_WITH(libFLAC,[  --with-libFLAC=PFX   Prefix where libFLAC is installed (optional)], libFLAC_prefix="$withval", libFLAC_prefix="")
flac-1.3.3/src/libFLAC/libFLAC.m4:12:AC_ARG_WITH(libFLAC-libraries,[  --with-libFLAC-libraries=DIR   Directory where libFLAC library is installed (optional)], libFLAC_libraries="$withval", libFLAC_libraries="")
flac-1.3.3/src/libFLAC/libFLAC.m4:13:AC_ARG_WITH(libFLAC-includes,[  --with-libFLAC-includes=DIR   Directory where libFLAC header files are installed (optional)], libFLAC_includes="$withval", libFLAC_includes="")
flac-1.3.3/src/libFLAC/libFLAC.m4-14-AC_ARG_ENABLE(libFLACtest, [  --disable-libFLACtest       Do not try to compile and run a test libFLAC program],, enable_libFLACtest=yes)
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-82-  { \
flac-1.3.3/src/libFLAC/Makefile.in:83:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/libFLAC/Makefile.in-84-  }; \
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-146-CONFIG_CLEAN_VPATH_FILES =
flac-1.3.3/src/libFLAC/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flac-1.3.3/src/libFLAC/Makefile.in-148-am__vpath_adj = case $$p in \
flac-1.3.3/src/libFLAC/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flac-1.3.3/src/libFLAC/Makefile.in-150-    *) f=$$p;; \
flac-1.3.3/src/libFLAC/Makefile.in-151-  esac;
flac-1.3.3/src/libFLAC/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flac-1.3.3/src/libFLAC/Makefile.in-153-am__install_max = 40
flac-1.3.3/src/libFLAC/Makefile.in-154-am__nobase_strip_setup = \
flac-1.3.3/src/libFLAC/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flac-1.3.3/src/libFLAC/Makefile.in-156-am__nobase_strip = \
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-333-  while test -n "$$dir1"; do \
flac-1.3.3/src/libFLAC/Makefile.in:334:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/src/libFLAC/Makefile.in-335-    if test "$$first" != "."; then \
flac-1.3.3/src/libFLAC/Makefile.in-336-      if test "$$first" = ".."; then \
flac-1.3.3/src/libFLAC/Makefile.in:337:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/src/libFLAC/Makefile.in:338:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/src/libFLAC/Makefile.in-339-      else \
flac-1.3.3/src/libFLAC/Makefile.in:340:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/src/libFLAC/Makefile.in-341-        if test "$$first2" = "$$first"; then \
flac-1.3.3/src/libFLAC/Makefile.in:342:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/libFLAC/Makefile.in-343-        else \
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-348-    fi; \
flac-1.3.3/src/libFLAC/Makefile.in:349:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/libFLAC/Makefile.in-350-  done; \
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-414-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/libFLAC/Makefile.in:415:NASM = @NASM@
flac-1.3.3/src/libFLAC/Makefile.in-416-NM = @NM@
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-715-.c.o:
flac-1.3.3/src/libFLAC/Makefile.in:716:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/libFLAC/Makefile.in-717-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-723-.c.obj:
flac-1.3.3/src/libFLAC/Makefile.in:724:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/libFLAC/Makefile.in:725:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/libFLAC/Makefile.in-726-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-728-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/libFLAC/Makefile.in:729:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/libFLAC/Makefile.in-730-
flac-1.3.3/src/libFLAC/Makefile.in-731-.c.lo:
flac-1.3.3/src/libFLAC/Makefile.in:732:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/libFLAC/Makefile.in-733-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-762-	@list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
flac-1.3.3/src/libFLAC/Makefile.in:763:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flac-1.3.3/src/libFLAC/Makefile.in-764-	dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-783-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
flac-1.3.3/src/libFLAC/Makefile.in:784:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flac-1.3.3/src/libFLAC/Makefile.in-785-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-800-	dot_seen=no; \
flac-1.3.3/src/libFLAC/Makefile.in:801:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/src/libFLAC/Makefile.in-802-	case "$@" in \
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-863-GTAGS:
flac-1.3.3/src/libFLAC/Makefile.in:864:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/libFLAC/Makefile.in-865-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-889-distdir-am: $(DISTFILES)
flac-1.3.3/src/libFLAC/Makefile.in:890:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/Makefile.in:891:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC/Makefile.in-892-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/libFLAC/Makefile.in-903-	  if test -d $$d/$$file; then \
flac-1.3.3/src/libFLAC/Makefile.in:904:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/libFLAC/Makefile.in-905-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/libFLAC/lpc_intrin_sse2.c-935-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/lpc_intrin_sse2.c:936:#endif /* FLAC__NO_ASM */
flac-1.3.3/src/libFLAC/lpc_intrin_sse2.c-937-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-223-    <CustomBuild Include="ia32\cpu_asm.nasm">
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:224:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-225-</Command>
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:226:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-227-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-231-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ia32/cpu_asm.obj;%(Outputs)</Outputs>
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:232:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-233-</Command>
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:234:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-235-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-243-    <CustomBuild Include="ia32\fixed_asm.nasm">
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:244:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-245-</Command>
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:246:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-247-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-251-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ia32/fixed_asm.obj;%(Outputs)</Outputs>
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:252:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-253-</Command>
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:254:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-255-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-263-    <CustomBuild Include="ia32\lpc_asm.nasm">
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:264:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-265-</Command>
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:266:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-267-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-271-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ia32/lpc_asm.obj;%(Outputs)</Outputs>
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:272:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-273-</Command>
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj:274:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_static.vcxproj-275-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-492-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj:493:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-494-					AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-502-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj:503:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-504-					AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-516-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj:517:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-518-					AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-526-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj:527:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-528-					AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-540-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj:541:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-542-					AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-550-					Name="VCCustomBuildTool"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj:551:					CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcproj-552-					AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
##############################################
flac-1.3.3/src/libFLAC/stream_encoder_intrin_sse2.c-158-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/stream_encoder_intrin_sse2.c:159:#endif /* FLAC__NO_ASM */
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-263-    <CustomBuild Include="ia32\cpu_asm.nasm">
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:264:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-265-</Command>
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:266:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-267-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-271-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ia32/cpu_asm.obj;%(Outputs)</Outputs>
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:272:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-273-</Command>
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:274:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-275-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-283-    <CustomBuild Include="ia32\fixed_asm.nasm">
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:284:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-285-</Command>
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:286:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-287-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-291-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ia32/fixed_asm.obj;%(Outputs)</Outputs>
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:292:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-293-</Command>
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:294:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-295-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-303-    <CustomBuild Include="ia32\lpc_asm.nasm">
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:304:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-305-</Command>
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:306:      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-307-</Command>
##############################################
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-311-      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ia32/lpc_asm.obj;%(Outputs)</Outputs>
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:312:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-313-</Command>
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj:314:      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
flac-1.3.3/src/libFLAC/libFLAC_dynamic.vcxproj-315-</Command>
##############################################
flac-1.3.3/src/libFLAC/stream_encoder_intrin_avx2.c-145-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/stream_encoder_intrin_avx2.c:146:#endif /* FLAC__NO_ASM */
##############################################
flac-1.3.3/src/libFLAC/fixed_intrin_ssse3.c-241-#endif /* (FLAC__CPU_IA32 || FLAC__CPU_X86_64) && FLAC__HAS_X86INTRIN */
flac-1.3.3/src/libFLAC/fixed_intrin_ssse3.c:242:#endif /* FLAC__NO_ASM */
flac-1.3.3/src/libFLAC/fixed_intrin_ssse3.c-243-#endif /* FLAC__INTEGER_ONLY_LIBRARY */
##############################################
flac-1.3.3/src/test_libFLAC/Makefile.in-67-  { \
flac-1.3.3/src/test_libFLAC/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/test_libFLAC/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/test_libFLAC/Makefile.in-277-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/test_libFLAC/Makefile.in:278:NASM = @NASM@
flac-1.3.3/src/test_libFLAC/Makefile.in-279-NM = @NM@
##############################################
flac-1.3.3/src/test_libFLAC/Makefile.in-447-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/src/test_libFLAC/Makefile.in:448:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/src/test_libFLAC/Makefile.in-449-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/src/test_libFLAC/Makefile.in-481-.c.o:
flac-1.3.3/src/test_libFLAC/Makefile.in:482:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/test_libFLAC/Makefile.in-483-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_libFLAC/Makefile.in-489-.c.obj:
flac-1.3.3/src/test_libFLAC/Makefile.in:490:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/test_libFLAC/Makefile.in:491:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/test_libFLAC/Makefile.in-492-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/test_libFLAC/Makefile.in-494-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/test_libFLAC/Makefile.in:495:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/test_libFLAC/Makefile.in-496-
flac-1.3.3/src/test_libFLAC/Makefile.in-497-.c.lo:
flac-1.3.3/src/test_libFLAC/Makefile.in:498:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/test_libFLAC/Makefile.in-499-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_libFLAC/Makefile.in-540-GTAGS:
flac-1.3.3/src/test_libFLAC/Makefile.in:541:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/test_libFLAC/Makefile.in-542-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/test_libFLAC/Makefile.in-566-distdir-am: $(DISTFILES)
flac-1.3.3/src/test_libFLAC/Makefile.in:567:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_libFLAC/Makefile.in:568:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_libFLAC/Makefile.in-569-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/test_libFLAC/Makefile.in-580-	  if test -d $$d/$$file; then \
flac-1.3.3/src/test_libFLAC/Makefile.in:581:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/test_libFLAC/Makefile.in-582-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/test_grabbag/Makefile.in-67-  { \
flac-1.3.3/src/test_grabbag/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/test_grabbag/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/test_grabbag/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/src/test_grabbag/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/src/test_grabbag/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/src/test_grabbag/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/src/test_grabbag/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/src/test_grabbag/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/src/test_grabbag/Makefile.in-200-      else \
flac-1.3.3/src/test_grabbag/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/src/test_grabbag/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/src/test_grabbag/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/test_grabbag/Makefile.in-204-        else \
##############################################
flac-1.3.3/src/test_grabbag/Makefile.in-209-    fi; \
flac-1.3.3/src/test_grabbag/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/test_grabbag/Makefile.in-211-  done; \
##############################################
flac-1.3.3/src/test_grabbag/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/test_grabbag/Makefile.in:276:NASM = @NASM@
flac-1.3.3/src/test_grabbag/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/src/test_grabbag/Makefile.in-422-	dot_seen=no; \
flac-1.3.3/src/test_grabbag/Makefile.in:423:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/src/test_grabbag/Makefile.in-424-	case "$@" in \
##############################################
flac-1.3.3/src/test_grabbag/Makefile.in-485-GTAGS:
flac-1.3.3/src/test_grabbag/Makefile.in:486:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/test_grabbag/Makefile.in-487-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/test_grabbag/Makefile.in-511-distdir-am: $(DISTFILES)
flac-1.3.3/src/test_grabbag/Makefile.in:512:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_grabbag/Makefile.in:513:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_grabbag/Makefile.in-514-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/test_grabbag/Makefile.in-525-	  if test -d $$d/$$file; then \
flac-1.3.3/src/test_grabbag/Makefile.in:526:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/test_grabbag/Makefile.in-527-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/test_grabbag/picture/Makefile.in-67-  { \
flac-1.3.3/src/test_grabbag/picture/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/test_grabbag/picture/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/test_grabbag/picture/Makefile.in-267-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/test_grabbag/picture/Makefile.in:268:NASM = @NASM@
flac-1.3.3/src/test_grabbag/picture/Makefile.in-269-NM = @NM@
##############################################
flac-1.3.3/src/test_grabbag/picture/Makefile.in-414-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/src/test_grabbag/picture/Makefile.in:415:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/src/test_grabbag/picture/Makefile.in-416-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/src/test_grabbag/picture/Makefile.in-437-.c.o:
flac-1.3.3/src/test_grabbag/picture/Makefile.in:438:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/test_grabbag/picture/Makefile.in-439-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_grabbag/picture/Makefile.in-445-.c.obj:
flac-1.3.3/src/test_grabbag/picture/Makefile.in:446:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/test_grabbag/picture/Makefile.in:447:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/test_grabbag/picture/Makefile.in-448-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/test_grabbag/picture/Makefile.in-450-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/test_grabbag/picture/Makefile.in:451:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/test_grabbag/picture/Makefile.in-452-
flac-1.3.3/src/test_grabbag/picture/Makefile.in-453-.c.lo:
flac-1.3.3/src/test_grabbag/picture/Makefile.in:454:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/test_grabbag/picture/Makefile.in-455-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_grabbag/picture/Makefile.in-496-GTAGS:
flac-1.3.3/src/test_grabbag/picture/Makefile.in:497:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/test_grabbag/picture/Makefile.in-498-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/test_grabbag/picture/Makefile.in-522-distdir-am: $(DISTFILES)
flac-1.3.3/src/test_grabbag/picture/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_grabbag/picture/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_grabbag/picture/Makefile.in-525-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/test_grabbag/picture/Makefile.in-536-	  if test -d $$d/$$file; then \
flac-1.3.3/src/test_grabbag/picture/Makefile.in:537:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/test_grabbag/picture/Makefile.in-538-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-67-  { \
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-267-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:268:NASM = @NASM@
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-269-NM = @NM@
##############################################
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-412-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:413:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-414-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-435-.c.o:
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:436:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-437-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-443-.c.obj:
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:444:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:445:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-446-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-448-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:449:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-450-
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-451-.c.lo:
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:452:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-453-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-494-GTAGS:
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:495:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-496-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-520-distdir-am: $(DISTFILES)
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:521:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:522:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-523-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-534-	  if test -d $$d/$$file; then \
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in:535:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/test_grabbag/cuesheet/Makefile.in-536-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/share/Makefile.in-68-  { \
flac-1.3.3/src/share/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/share/Makefile.in-70-  }; \
##############################################
flac-1.3.3/src/share/Makefile.in-316-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/share/Makefile.in:317:NASM = @NASM@
flac-1.3.3/src/share/Makefile.in-318-NM = @NM@
##############################################
flac-1.3.3/src/share/Makefile.in-641-.c.o:
flac-1.3.3/src/share/Makefile.in:642:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/share/Makefile.in-643-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/share/Makefile.in-649-.c.obj:
flac-1.3.3/src/share/Makefile.in:650:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/share/Makefile.in:651:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/share/Makefile.in-652-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/share/Makefile.in-654-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/share/Makefile.in:655:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/share/Makefile.in-656-
flac-1.3.3/src/share/Makefile.in-657-.c.lo:
flac-1.3.3/src/share/Makefile.in:658:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/share/Makefile.in-659-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/share/Makefile.in-665-replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo: replaygain_synthesis/replaygain_synthesis.c
flac-1.3.3/src/share/Makefile.in:666:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS) $(CFLAGS) -MT replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo -MD -MP -MF replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Tpo -c -o replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo `test -f 'replaygain_synthesis/replaygain_synthesis.c' || echo '$(srcdir)/'`replaygain_synthesis/replaygain_synthesis.c
flac-1.3.3/src/share/Makefile.in-667-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Tpo replaygain_synthesis/$(DEPDIR)/libreplaygain_synthesis_la-replaygain_synthesis.Plo
##############################################
flac-1.3.3/src/share/Makefile.in-669-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/share/Makefile.in:670:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(replaygain_synthesis_libreplaygain_synthesis_la_CFLAGS) $(CFLAGS) -c -o replaygain_synthesis/libreplaygain_synthesis_la-replaygain_synthesis.lo `test -f 'replaygain_synthesis/replaygain_synthesis.c' || echo '$(srcdir)/'`replaygain_synthesis/replaygain_synthesis.c
flac-1.3.3/src/share/Makefile.in-671-
##############################################
flac-1.3.3/src/share/Makefile.in-713-GTAGS:
flac-1.3.3/src/share/Makefile.in:714:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/share/Makefile.in-715-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/share/Makefile.in-739-distdir-am: $(DISTFILES)
flac-1.3.3/src/share/Makefile.in:740:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/share/Makefile.in:741:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/share/Makefile.in-742-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/share/Makefile.in-753-	  if test -d $$d/$$file; then \
flac-1.3.3/src/share/Makefile.in:754:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/share/Makefile.in-755-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/plugin_common/Makefile.in-69-  { \
flac-1.3.3/src/plugin_common/Makefile.in:70:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/plugin_common/Makefile.in-71-  }; \
##############################################
flac-1.3.3/src/plugin_common/Makefile.in-270-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/plugin_common/Makefile.in:271:NASM = @NASM@
flac-1.3.3/src/plugin_common/Makefile.in-272-NM = @NM@
##############################################
flac-1.3.3/src/plugin_common/Makefile.in-446-.c.o:
flac-1.3.3/src/plugin_common/Makefile.in:447:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/plugin_common/Makefile.in-448-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/plugin_common/Makefile.in-454-.c.obj:
flac-1.3.3/src/plugin_common/Makefile.in:455:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/plugin_common/Makefile.in:456:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/plugin_common/Makefile.in-457-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/plugin_common/Makefile.in-459-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/plugin_common/Makefile.in:460:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/plugin_common/Makefile.in-461-
flac-1.3.3/src/plugin_common/Makefile.in-462-.c.lo:
flac-1.3.3/src/plugin_common/Makefile.in:463:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/plugin_common/Makefile.in-464-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/plugin_common/Makefile.in-505-GTAGS:
flac-1.3.3/src/plugin_common/Makefile.in:506:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/plugin_common/Makefile.in-507-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/plugin_common/Makefile.in-531-distdir-am: $(DISTFILES)
flac-1.3.3/src/plugin_common/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/plugin_common/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/plugin_common/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/plugin_common/Makefile.in-545-	  if test -d $$d/$$file; then \
flac-1.3.3/src/plugin_common/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/plugin_common/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/test_seeking/Makefile.in-67-  { \
flac-1.3.3/src/test_seeking/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/test_seeking/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/test_seeking/Makefile.in-264-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/test_seeking/Makefile.in:265:NASM = @NASM@
flac-1.3.3/src/test_seeking/Makefile.in-266-NM = @NM@
##############################################
flac-1.3.3/src/test_seeking/Makefile.in-408-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/src/test_seeking/Makefile.in:409:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/src/test_seeking/Makefile.in-410-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/src/test_seeking/Makefile.in-431-.c.o:
flac-1.3.3/src/test_seeking/Makefile.in:432:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/test_seeking/Makefile.in-433-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_seeking/Makefile.in-439-.c.obj:
flac-1.3.3/src/test_seeking/Makefile.in:440:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/test_seeking/Makefile.in:441:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/test_seeking/Makefile.in-442-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/test_seeking/Makefile.in-444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/test_seeking/Makefile.in:445:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/test_seeking/Makefile.in-446-
flac-1.3.3/src/test_seeking/Makefile.in-447-.c.lo:
flac-1.3.3/src/test_seeking/Makefile.in:448:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/test_seeking/Makefile.in-449-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_seeking/Makefile.in-490-GTAGS:
flac-1.3.3/src/test_seeking/Makefile.in:491:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/test_seeking/Makefile.in-492-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/test_seeking/Makefile.in-516-distdir-am: $(DISTFILES)
flac-1.3.3/src/test_seeking/Makefile.in:517:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_seeking/Makefile.in:518:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_seeking/Makefile.in-519-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/test_seeking/Makefile.in-530-	  if test -d $$d/$$file; then \
flac-1.3.3/src/test_seeking/Makefile.in:531:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/test_seeking/Makefile.in-532-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/test_libs_common/Makefile.in-68-  { \
flac-1.3.3/src/test_libs_common/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/test_libs_common/Makefile.in-70-  }; \
##############################################
flac-1.3.3/src/test_libs_common/Makefile.in-267-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/test_libs_common/Makefile.in:268:NASM = @NASM@
flac-1.3.3/src/test_libs_common/Makefile.in-269-NM = @NM@
##############################################
flac-1.3.3/src/test_libs_common/Makefile.in-434-.c.o:
flac-1.3.3/src/test_libs_common/Makefile.in:435:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/test_libs_common/Makefile.in-436-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_libs_common/Makefile.in-442-.c.obj:
flac-1.3.3/src/test_libs_common/Makefile.in:443:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/test_libs_common/Makefile.in:444:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/test_libs_common/Makefile.in-445-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/test_libs_common/Makefile.in-447-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/test_libs_common/Makefile.in:448:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/test_libs_common/Makefile.in-449-
flac-1.3.3/src/test_libs_common/Makefile.in-450-.c.lo:
flac-1.3.3/src/test_libs_common/Makefile.in:451:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/test_libs_common/Makefile.in-452-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_libs_common/Makefile.in-493-GTAGS:
flac-1.3.3/src/test_libs_common/Makefile.in:494:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/test_libs_common/Makefile.in-495-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/test_libs_common/Makefile.in-519-distdir-am: $(DISTFILES)
flac-1.3.3/src/test_libs_common/Makefile.in:520:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_libs_common/Makefile.in:521:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_libs_common/Makefile.in-522-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/test_libs_common/Makefile.in-533-	  if test -d $$d/$$file; then \
flac-1.3.3/src/test_libs_common/Makefile.in:534:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/test_libs_common/Makefile.in-535-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/libFLAC++/libFLAC++.m4-11-dnl
flac-1.3.3/src/libFLAC++/libFLAC++.m4:12:AC_ARG_WITH(libFLACPP,[  --with-libFLACPP=PFX   Prefix where libFLAC++ is installed (optional)], libFLACPP_prefix="$withval", libFLACPP_prefix="")
flac-1.3.3/src/libFLAC++/libFLAC++.m4:13:AC_ARG_WITH(libFLACPP-libraries,[  --with-libFLACPP-libraries=DIR   Directory where libFLAC++ library is installed (optional)], libFLACPP_libraries="$withval", libFLACPP_libraries="")
flac-1.3.3/src/libFLAC++/libFLAC++.m4:14:AC_ARG_WITH(libFLACPP-includes,[  --with-libFLACPP-includes=DIR   Directory where libFLAC++ header files are installed (optional)], libFLACPP_includes="$withval", libFLACPP_includes="")
flac-1.3.3/src/libFLAC++/libFLAC++.m4-15-AC_ARG_ENABLE(libFLACPPtest, [  --disable-libFLACPPtest       Do not try to compile and run a test libFLAC++ program],, enable_libFLACPPtest=yes)
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-82-  { \
flac-1.3.3/src/libFLAC++/Makefile.in:83:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/libFLAC++/Makefile.in-84-  }; \
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-145-CONFIG_CLEAN_VPATH_FILES =
flac-1.3.3/src/libFLAC++/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flac-1.3.3/src/libFLAC++/Makefile.in-147-am__vpath_adj = case $$p in \
flac-1.3.3/src/libFLAC++/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flac-1.3.3/src/libFLAC++/Makefile.in-149-    *) f=$$p;; \
flac-1.3.3/src/libFLAC++/Makefile.in-150-  esac;
flac-1.3.3/src/libFLAC++/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flac-1.3.3/src/libFLAC++/Makefile.in-152-am__install_max = 40
flac-1.3.3/src/libFLAC++/Makefile.in-153-am__nobase_strip_setup = \
flac-1.3.3/src/libFLAC++/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flac-1.3.3/src/libFLAC++/Makefile.in-155-am__nobase_strip = \
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-315-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/libFLAC++/Makefile.in:316:NASM = @NASM@
flac-1.3.3/src/libFLAC++/Makefile.in-317-NM = @NM@
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-522-.cpp.o:
flac-1.3.3/src/libFLAC++/Makefile.in:523:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/libFLAC++/Makefile.in-524-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-530-.cpp.obj:
flac-1.3.3/src/libFLAC++/Makefile.in:531:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/libFLAC++/Makefile.in:532:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/libFLAC++/Makefile.in-533-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-535-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/libFLAC++/Makefile.in:536:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/libFLAC++/Makefile.in-537-
flac-1.3.3/src/libFLAC++/Makefile.in-538-.cpp.lo:
flac-1.3.3/src/libFLAC++/Makefile.in:539:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/libFLAC++/Makefile.in-540-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-569-	@list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
flac-1.3.3/src/libFLAC++/Makefile.in:570:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flac-1.3.3/src/libFLAC++/Makefile.in-571-	dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-590-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
flac-1.3.3/src/libFLAC++/Makefile.in:591:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flac-1.3.3/src/libFLAC++/Makefile.in-592-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-623-GTAGS:
flac-1.3.3/src/libFLAC++/Makefile.in:624:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/libFLAC++/Makefile.in-625-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-649-distdir-am: $(DISTFILES)
flac-1.3.3/src/libFLAC++/Makefile.in:650:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC++/Makefile.in:651:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/libFLAC++/Makefile.in-652-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/libFLAC++/Makefile.in-663-	  if test -d $$d/$$file; then \
flac-1.3.3/src/libFLAC++/Makefile.in:664:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/libFLAC++/Makefile.in-665-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/Makefile.in-67-  { \
flac-1.3.3/src/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/Makefile.in-196-  while test -n "$$dir1"; do \
flac-1.3.3/src/Makefile.in:197:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/src/Makefile.in-198-    if test "$$first" != "."; then \
flac-1.3.3/src/Makefile.in-199-      if test "$$first" = ".."; then \
flac-1.3.3/src/Makefile.in:200:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/src/Makefile.in:201:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/src/Makefile.in-202-      else \
flac-1.3.3/src/Makefile.in:203:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/src/Makefile.in-204-        if test "$$first2" = "$$first"; then \
flac-1.3.3/src/Makefile.in:205:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/Makefile.in-206-        else \
##############################################
flac-1.3.3/src/Makefile.in-211-    fi; \
flac-1.3.3/src/Makefile.in:212:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/src/Makefile.in-213-  done; \
##############################################
flac-1.3.3/src/Makefile.in-277-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/Makefile.in:278:NASM = @NASM@
flac-1.3.3/src/Makefile.in-279-NM = @NM@
##############################################
flac-1.3.3/src/Makefile.in-439-	dot_seen=no; \
flac-1.3.3/src/Makefile.in:440:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/src/Makefile.in-441-	case "$@" in \
##############################################
flac-1.3.3/src/Makefile.in-502-GTAGS:
flac-1.3.3/src/Makefile.in:503:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/Makefile.in-504-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/Makefile.in-528-distdir-am: $(DISTFILES)
flac-1.3.3/src/Makefile.in:529:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/Makefile.in:530:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/Makefile.in-531-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/Makefile.in-542-	  if test -d $$d/$$file; then \
flac-1.3.3/src/Makefile.in:543:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/Makefile.in-544-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/src/test_libFLAC++/Makefile.in-67-  { \
flac-1.3.3/src/test_libFLAC++/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/src/test_libFLAC++/Makefile.in-69-  }; \
##############################################
flac-1.3.3/src/test_libFLAC++/Makefile.in-291-MKDIR_P = @MKDIR_P@
flac-1.3.3/src/test_libFLAC++/Makefile.in:292:NASM = @NASM@
flac-1.3.3/src/test_libFLAC++/Makefile.in-293-NM = @NM@
##############################################
flac-1.3.3/src/test_libFLAC++/Makefile.in-450-	test -n "$(EXEEXT)" || exit 0; \
flac-1.3.3/src/test_libFLAC++/Makefile.in:451:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flac-1.3.3/src/test_libFLAC++/Makefile.in-452-	echo " rm -f" $$list; \
##############################################
flac-1.3.3/src/test_libFLAC++/Makefile.in-478-.cpp.o:
flac-1.3.3/src/test_libFLAC++/Makefile.in:479:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flac-1.3.3/src/test_libFLAC++/Makefile.in-480-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_libFLAC++/Makefile.in-486-.cpp.obj:
flac-1.3.3/src/test_libFLAC++/Makefile.in:487:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flac-1.3.3/src/test_libFLAC++/Makefile.in:488:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flac-1.3.3/src/test_libFLAC++/Makefile.in-489-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flac-1.3.3/src/test_libFLAC++/Makefile.in-491-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flac-1.3.3/src/test_libFLAC++/Makefile.in:492:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flac-1.3.3/src/test_libFLAC++/Makefile.in-493-
flac-1.3.3/src/test_libFLAC++/Makefile.in-494-.cpp.lo:
flac-1.3.3/src/test_libFLAC++/Makefile.in:495:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flac-1.3.3/src/test_libFLAC++/Makefile.in-496-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flac-1.3.3/src/test_libFLAC++/Makefile.in-537-GTAGS:
flac-1.3.3/src/test_libFLAC++/Makefile.in:538:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/src/test_libFLAC++/Makefile.in-539-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/src/test_libFLAC++/Makefile.in-563-distdir-am: $(DISTFILES)
flac-1.3.3/src/test_libFLAC++/Makefile.in:564:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_libFLAC++/Makefile.in:565:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/src/test_libFLAC++/Makefile.in-566-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/src/test_libFLAC++/Makefile.in-577-	  if test -d $$d/$$file; then \
flac-1.3.3/src/test_libFLAC++/Makefile.in:578:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/src/test_libFLAC++/Makefile.in-579-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/config.guess-34-
flac-1.3.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
flac-1.3.3/config.guess-36-
##############################################
flac-1.3.3/config.guess-102-: ${TMPDIR=/tmp} ;
flac-1.3.3/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
flac-1.3.3/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
flac-1.3.3/config.guess-151-	EOF
flac-1.3.3/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
flac-1.3.3/config.guess-153-
##############################################
flac-1.3.3/config.guess-188-	    earmv*)
flac-1.3.3/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
flac-1.3.3/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
flac-1.3.3/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
flac-1.3.3/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
flac-1.3.3/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
flac-1.3.3/config.guess-222-		;;
##############################################
flac-1.3.3/config.guess-233-	    *)
flac-1.3.3/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
flac-1.3.3/config.guess-235-		;;
##############################################
flac-1.3.3/config.guess-280-	*4.0)
flac-1.3.3/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
flac-1.3.3/config.guess-282-		;;
flac-1.3.3/config.guess-283-	*5.*)
flac-1.3.3/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
flac-1.3.3/config.guess-285-		;;
##############################################
flac-1.3.3/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
flac-1.3.3/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
flac-1.3.3/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
flac-1.3.3/config.guess-328-	# 1.2 uses "1.2" for uname -r.
flac-1.3.3/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
flac-1.3.3/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
flac-1.3.3/config.guess-379-    s390x:SunOS:*:*)
flac-1.3.3/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
flac-1.3.3/config.guess-381-	exit ;;
flac-1.3.3/config.guess-382-    sun4H:SunOS:5.*:*)
flac-1.3.3/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
flac-1.3.3/config.guess-384-	exit ;;
flac-1.3.3/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
flac-1.3.3/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
flac-1.3.3/config.guess-387-	exit ;;
##############################################
flac-1.3.3/config.guess-404-	fi
flac-1.3.3/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
flac-1.3.3/config.guess-406-	exit ;;
##############################################
flac-1.3.3/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
flac-1.3.3/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
flac-1.3.3/config.guess-412-	exit ;;
##############################################
flac-1.3.3/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
flac-1.3.3/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
flac-1.3.3/config.guess-421-	exit ;;
##############################################
flac-1.3.3/config.guess-425-    sun*:*:4.2BSD:*)
flac-1.3.3/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
flac-1.3.3/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
flac-1.3.3/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
flac-1.3.3/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
flac-1.3.3/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
flac-1.3.3/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
flac-1.3.3/config.guess-563-    *:IRIX*:*:*)
flac-1.3.3/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
flac-1.3.3/config.guess-565-	exit ;;
##############################################
flac-1.3.3/config.guess-593-EOF
flac-1.3.3/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
flac-1.3.3/config.guess-595-		then
##############################################
flac-1.3.3/config.guess-606-    *:AIX:*:[4567])
flac-1.3.3/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
flac-1.3.3/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
flac-1.3.3/config.guess-642-    9000/[34678]??:HP-UX:*:*)
flac-1.3.3/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
flac-1.3.3/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
flac-1.3.3/config.guess-696-EOF
flac-1.3.3/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
flac-1.3.3/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
flac-1.3.3/config.guess-724-    ia64:HP-UX:*:*)
flac-1.3.3/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
flac-1.3.3/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
flac-1.3.3/config.guess-754-EOF
flac-1.3.3/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
flac-1.3.3/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
flac-1.3.3/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
flac-1.3.3/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
flac-1.3.3/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
flac-1.3.3/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
flac-1.3.3/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
flac-1.3.3/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
flac-1.3.3/config.guess-850-	esac
flac-1.3.3/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
flac-1.3.3/config.guess-852-	exit ;;
##############################################
flac-1.3.3/config.guess-886-    prep*:SunOS:5.*:*)
flac-1.3.3/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
flac-1.3.3/config.guess-888-	exit ;;
##############################################
flac-1.3.3/config.guess-890-	# the GNU system
flac-1.3.3/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
flac-1.3.3/config.guess-892-	exit ;;
##############################################
flac-1.3.3/config.guess-894-	# other systems with GNU libc and userland
flac-1.3.3/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
flac-1.3.3/config.guess-896-	exit ;;
##############################################
flac-1.3.3/config.guess-988-EOF
flac-1.3.3/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
flac-1.3.3/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
flac-1.3.3/config.guess-1092-    i*86:*:4.*:*)
flac-1.3.3/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
flac-1.3.3/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
flac-1.3.3/config.guess-1295-	fi
flac-1.3.3/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
flac-1.3.3/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
flac-1.3.3/config.guess-1393-    *:DragonFly:*:*)
flac-1.3.3/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
flac-1.3.3/config.guess-1395-	exit ;;
##############################################
flac-1.3.3/config.guess-1406-    i*86:skyos:*:*)
flac-1.3.3/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
flac-1.3.3/config.guess-1408-	exit ;;
##############################################
flac-1.3.3/install-sh-234-      fi
flac-1.3.3/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
flac-1.3.3/install-sh-236-    *)
##############################################
flac-1.3.3/install-sh-280-      dstdir=$dst
flac-1.3.3/install-sh:281:      dstbase=`basename "$src"`
flac-1.3.3/install-sh-282-      case $dst in
##############################################
flac-1.3.3/install-sh-287-    else
flac-1.3.3/install-sh:288:      dstdir=`dirname "$dst"`
flac-1.3.3/install-sh-289-      test -d "$dstdir"
##############################################
flac-1.3.3/install-sh-354-                   test_tmpdir="$tmpdir/a"
flac-1.3.3/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
flac-1.3.3/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
flac-1.3.3/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
flac-1.3.3/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
flac-1.3.3/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
flac-1.3.3/install-sh-419-            case $prefix in
flac-1.3.3/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
flac-1.3.3/install-sh-421-              *) qprefix=$prefix;;
##############################################
flac-1.3.3/install-sh-468-    if $copy_on_change &&
flac-1.3.3/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
flac-1.3.3/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
flac-1.3.3/install-sh-471-       set -f &&
##############################################
flac-1.3.3/ar-lib-65-	mingw)
flac-1.3.3/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
flac-1.3.3/ar-lib-67-	  ;;
flac-1.3.3/ar-lib-68-	cygwin)
flac-1.3.3/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
flac-1.3.3/ar-lib-70-	  ;;
flac-1.3.3/ar-lib-71-	wine)
flac-1.3.3/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
flac-1.3.3/ar-lib-73-	  ;;
##############################################
flac-1.3.3/ar-lib-88-  archive=$3
flac-1.3.3/ar-lib:89:  at_file_contents=`cat "$1"`
flac-1.3.3/ar-lib-90-  eval set x "$at_file_contents"
##############################################
flac-1.3.3/config.h.in-35-
flac-1.3.3/config.h.in:36:/* define if you are compiling for x86 and have the NASM assembler */
flac-1.3.3/config.h.in-37-#undef FLAC__HAS_NASM
##############################################
flac-1.3.3/README-91-If you are building on x86 and want the assembly optimizations, you will
flac-1.3.3/README:92:need to have NASM >= 0.98.30 installed according to the specific instructions
flac-1.3.3/README-93-below.
##############################################
flac-1.3.3/README-219-
flac-1.3.3/README:220:Prerequisite: you must have nasm installed, and nasm.exe must be in
flac-1.3.3/README-221-your PATH, or the path to nasm.exe must be added to the list of
##############################################
flac-1.3.3/configure.ac-424-AC_DEFINE(FLAC__HAS_NASM)
flac-1.3.3/configure.ac:425:AH_TEMPLATE(FLAC__HAS_NASM, [define if you are compiling for x86 and have the NASM assembler])
flac-1.3.3/configure.ac-426-fi
##############################################
flac-1.3.3/configure.ac-581-	echo "    SSE optimizations : ................... ${sse_os}"
flac-1.3.3/configure.ac:582:	echo "    Asm optimizations : ................... ${asm_optimisation}"
flac-1.3.3/configure.ac-583-	echo "    Ogg/FLAC support : .................... ${have_ogg}"
##############################################
flac-1.3.3/test/test_metaflac.sh-315-	metaflac_test "case$ncase" "--import-picture-from" "--list"
flac-1.3.3/test/test_metaflac.sh:316:	ncase=`expr $ncase + 1`
flac-1.3.3/test/test_metaflac.sh-317-done
##############################################
flac-1.3.3/test/test_metaflac.sh-324-	metaflac_test "case$ncase" "--import-picture-from" "--list"
flac-1.3.3/test/test_metaflac.sh:325:	ncase=`expr $ncase + 1`
flac-1.3.3/test/test_metaflac.sh-326-done
##############################################
flac-1.3.3/test/test_metaflac.sh-340-	metaflac_test "case$ncase" "--import-picture-from" "--list"
flac-1.3.3/test/test_metaflac.sh:341:	ncase=`expr $ncase + 1`
flac-1.3.3/test/test_metaflac.sh-342-done
##############################################
flac-1.3.3/test/cuesheets/Makefile.in-67-  { \
flac-1.3.3/test/cuesheets/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/test/cuesheets/Makefile.in-69-  }; \
##############################################
flac-1.3.3/test/cuesheets/Makefile.in-215-MKDIR_P = @MKDIR_P@
flac-1.3.3/test/cuesheets/Makefile.in:216:NASM = @NASM@
flac-1.3.3/test/cuesheets/Makefile.in-217-NM = @NM@
##############################################
flac-1.3.3/test/cuesheets/Makefile.in-406-distdir-am: $(DISTFILES)
flac-1.3.3/test/cuesheets/Makefile.in:407:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/cuesheets/Makefile.in:408:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/cuesheets/Makefile.in-409-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/test/cuesheets/Makefile.in-420-	  if test -d $$d/$$file; then \
flac-1.3.3/test/cuesheets/Makefile.in:421:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/test/cuesheets/Makefile.in-422-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/test/test_seeking.sh-84-
flac-1.3.3/test/test_seeking.sh:85:tiny_samples=`metaflac${EXE} --show-total-samples tiny.flac`
flac-1.3.3/test/test_seeking.sh:86:small_samples=`metaflac${EXE} --show-total-samples small.flac`
flac-1.3.3/test/test_seeking.sh-87-
##############################################
flac-1.3.3/test/test_flac.sh-56-{
flac-1.3.3/test/test_flac.sh:57:	n=`( [ -f "$1" ] && [ -f "$2" ] && metaflac${EXE} --show-md5sum --no-filename "$1" "$2" 2>/dev/null || exit 1 ) | uniq | wc -l`
flac-1.3.3/test/test_flac.sh-58-	[ "$n" != "" ] && [ $n = 1 ]
##############################################
flac-1.3.3/test/test_flac.sh-156-	extra="$2"
flac-1.3.3/test/test_flac.sh:157:	channels=`echo $f | awk -F- '{print $2}'`
flac-1.3.3/test/test_flac.sh:158:	bps=`echo $f | awk -F- '{print $3}'`
flac-1.3.3/test/test_flac.sh:159:	sign=`echo $f | awk -F- '{print $4}'`
flac-1.3.3/test/test_flac.sh-160-
##############################################
flac-1.3.3/test/test_flac.sh-706-for delta in 2 1 ; do
flac-1.3.3/test/test_flac.sh:707:	n=`expr $total_noise_cdda_samples - $delta`
flac-1.3.3/test/test_flac.sh-708-	echo $ECHO_N "testing --skip=$n... " $ECHO_C
##############################################
flac-1.3.3/test/test_flac.sh-1017-multifile_format_encode="$multifile_format_decode --sample-rate=44100 --bps=16 --channels=2 --no-padding"
flac-1.3.3/test/test_flac.sh:1018:short_noise_cdda_samples=`expr $total_noise_cdda_samples / 8`
flac-1.3.3/test/test_flac.sh-1019-run_flac --verify --force --force-raw-format $multifile_format_encode --until=$short_noise_cdda_samples -o shortnoise.flac noise.raw || die "ERROR generating FLAC file"
##############################################
flac-1.3.3/test/test_flac.sh-1039-# create authoritative sector-aligned files for comparison
flac-1.3.3/test/test_flac.sh:1040:file0_samples=`expr \( $short_noise_cdda_samples / 588 \) \* 588`
flac-1.3.3/test/test_flac.sh:1041:file0_remainder=`expr $short_noise_cdda_samples - $file0_samples`
flac-1.3.3/test/test_flac.sh:1042:file1_samples=`expr \( \( $file0_remainder + $short_noise_cdda_samples \) / 588 \) \* 588`
flac-1.3.3/test/test_flac.sh:1043:file1_remainder=`expr $file0_remainder + $short_noise_cdda_samples - $file1_samples`
flac-1.3.3/test/test_flac.sh:1044:file1_samples=`expr $file1_samples - $file0_remainder`
flac-1.3.3/test/test_flac.sh:1045:file2_samples=`expr \( \( $file1_remainder + $short_noise_cdda_samples \) / 588 \) \* 588`
flac-1.3.3/test/test_flac.sh:1046:file2_remainder=`expr $file1_remainder + $short_noise_cdda_samples - $file2_samples`
flac-1.3.3/test/test_flac.sh:1047:file2_samples=`expr $file2_samples - $file1_remainder`
flac-1.3.3/test/test_flac.sh-1048-if [ $file2_remainder != '0' ] ; then
flac-1.3.3/test/test_flac.sh:1049:	file2_samples=`expr $file2_samples + $file2_remainder`
flac-1.3.3/test/test_flac.sh:1050:	file2_remainder=`expr 588 - $file2_remainder`
flac-1.3.3/test/test_flac.sh-1051-fi
##############################################
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in-67-  { \
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in-69-  }; \
##############################################
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in-215-MKDIR_P = @MKDIR_P@
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in:216:NASM = @NASM@
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in-217-NM = @NM@
##############################################
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in-380-distdir-am: $(DISTFILES)
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in:381:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in:382:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in-383-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in-394-	  if test -d $$d/$$file; then \
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in:395:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/test/flac-to-flac-metadata-test-files/Makefile.in-396-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/test/metaflac-test-files/Makefile.in-67-  { \
flac-1.3.3/test/metaflac-test-files/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/test/metaflac-test-files/Makefile.in-69-  }; \
##############################################
flac-1.3.3/test/metaflac-test-files/Makefile.in-215-MKDIR_P = @MKDIR_P@
flac-1.3.3/test/metaflac-test-files/Makefile.in:216:NASM = @NASM@
flac-1.3.3/test/metaflac-test-files/Makefile.in-217-NM = @NM@
##############################################
flac-1.3.3/test/metaflac-test-files/Makefile.in-419-distdir-am: $(DISTFILES)
flac-1.3.3/test/metaflac-test-files/Makefile.in:420:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/metaflac-test-files/Makefile.in:421:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/metaflac-test-files/Makefile.in-422-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/test/metaflac-test-files/Makefile.in-433-	  if test -d $$d/$$file; then \
flac-1.3.3/test/metaflac-test-files/Makefile.in:434:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/test/metaflac-test-files/Makefile.in-435-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/test/Makefile.in-67-  { \
flac-1.3.3/test/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/test/Makefile.in-69-  }; \
##############################################
flac-1.3.3/test/Makefile.in-194-  while test -n "$$dir1"; do \
flac-1.3.3/test/Makefile.in:195:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/test/Makefile.in-196-    if test "$$first" != "."; then \
flac-1.3.3/test/Makefile.in-197-      if test "$$first" = ".."; then \
flac-1.3.3/test/Makefile.in:198:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/test/Makefile.in:199:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/test/Makefile.in-200-      else \
flac-1.3.3/test/Makefile.in:201:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/test/Makefile.in-202-        if test "$$first2" = "$$first"; then \
flac-1.3.3/test/Makefile.in:203:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/test/Makefile.in-204-        else \
##############################################
flac-1.3.3/test/Makefile.in-209-    fi; \
flac-1.3.3/test/Makefile.in:210:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/test/Makefile.in-211-  done; \
##############################################
flac-1.3.3/test/Makefile.in-275-MKDIR_P = @MKDIR_P@
flac-1.3.3/test/Makefile.in:276:NASM = @NASM@
flac-1.3.3/test/Makefile.in-277-NM = @NM@
##############################################
flac-1.3.3/test/Makefile.in-442-	dot_seen=no; \
flac-1.3.3/test/Makefile.in:443:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/test/Makefile.in-444-	case "$@" in \
##############################################
flac-1.3.3/test/Makefile.in-505-GTAGS:
flac-1.3.3/test/Makefile.in:506:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/test/Makefile.in-507-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/test/Makefile.in-531-distdir-am: $(DISTFILES)
flac-1.3.3/test/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/test/Makefile.in-545-	  if test -d $$d/$$file; then \
flac-1.3.3/test/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/test/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/test/test_grabbag.sh-82-good_leadout=`expr 80 \* 60 \* 44100`
flac-1.3.3/test/test_grabbag.sh:83:bad_leadout=`expr $good_leadout + 1`
flac-1.3.3/test/test_grabbag.sh-84-
##############################################
flac-1.3.3/test/pictures/Makefile.in-67-  { \
flac-1.3.3/test/pictures/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/test/pictures/Makefile.in-69-  }; \
##############################################
flac-1.3.3/test/pictures/Makefile.in-215-MKDIR_P = @MKDIR_P@
flac-1.3.3/test/pictures/Makefile.in:216:NASM = @NASM@
flac-1.3.3/test/pictures/Makefile.in-217-NM = @NM@
##############################################
flac-1.3.3/test/pictures/Makefile.in-370-distdir-am: $(DISTFILES)
flac-1.3.3/test/pictures/Makefile.in:371:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/pictures/Makefile.in:372:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/test/pictures/Makefile.in-373-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/test/pictures/Makefile.in-384-	  if test -d $$d/$$file; then \
flac-1.3.3/test/pictures/Makefile.in:385:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/test/pictures/Makefile.in-386-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/man/Makefile.in-67-  { \
flac-1.3.3/man/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/man/Makefile.in-69-  }; \
##############################################
flac-1.3.3/man/Makefile.in-149-  esac
flac-1.3.3/man/Makefile.in:150:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flac-1.3.3/man/Makefile.in-151-am__vpath_adj = case $$p in \
flac-1.3.3/man/Makefile.in:152:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flac-1.3.3/man/Makefile.in-153-    *) f=$$p;; \
flac-1.3.3/man/Makefile.in-154-  esac;
flac-1.3.3/man/Makefile.in:155:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flac-1.3.3/man/Makefile.in-156-am__install_max = 40
flac-1.3.3/man/Makefile.in-157-am__nobase_strip_setup = \
flac-1.3.3/man/Makefile.in:158:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flac-1.3.3/man/Makefile.in-159-am__nobase_strip = \
##############################################
flac-1.3.3/man/Makefile.in-246-MKDIR_P = @MKDIR_P@
flac-1.3.3/man/Makefile.in:247:NASM = @NASM@
flac-1.3.3/man/Makefile.in-248-NM = @NM@
##############################################
flac-1.3.3/man/Makefile.in-381-	test -n "$(man1dir)" \
flac-1.3.3/man/Makefile.in:382:	  && test -n "`echo $$list1$$list2`" \
flac-1.3.3/man/Makefile.in-383-	  || exit 0; \
##############################################
flac-1.3.3/man/Makefile.in-430-distdir-am: $(DISTFILES)
flac-1.3.3/man/Makefile.in:431:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/man/Makefile.in:432:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/man/Makefile.in-433-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/man/Makefile.in-444-	  if test -d $$d/$$file; then \
flac-1.3.3/man/Makefile.in:445:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/man/Makefile.in-446-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/objs/debug/bin/Makefile.in-49-  { \
flac-1.3.3/objs/debug/bin/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/objs/debug/bin/Makefile.in-51-  }; \
##############################################
flac-1.3.3/objs/debug/bin/Makefile.in-197-MKDIR_P = @MKDIR_P@
flac-1.3.3/objs/debug/bin/Makefile.in:198:NASM = @NASM@
flac-1.3.3/objs/debug/bin/Makefile.in-199-NM = @NM@
##############################################
flac-1.3.3/objs/debug/bin/Makefile.in-336-distdir-am: $(DISTFILES)
flac-1.3.3/objs/debug/bin/Makefile.in:337:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/debug/bin/Makefile.in:338:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/debug/bin/Makefile.in-339-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/objs/debug/bin/Makefile.in-350-	  if test -d $$d/$$file; then \
flac-1.3.3/objs/debug/bin/Makefile.in:351:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/objs/debug/bin/Makefile.in-352-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/objs/debug/lib/Makefile.in-49-  { \
flac-1.3.3/objs/debug/lib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/objs/debug/lib/Makefile.in-51-  }; \
##############################################
flac-1.3.3/objs/debug/lib/Makefile.in-197-MKDIR_P = @MKDIR_P@
flac-1.3.3/objs/debug/lib/Makefile.in:198:NASM = @NASM@
flac-1.3.3/objs/debug/lib/Makefile.in-199-NM = @NM@
##############################################
flac-1.3.3/objs/debug/lib/Makefile.in-336-distdir-am: $(DISTFILES)
flac-1.3.3/objs/debug/lib/Makefile.in:337:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/debug/lib/Makefile.in:338:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/debug/lib/Makefile.in-339-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/objs/debug/lib/Makefile.in-350-	  if test -d $$d/$$file; then \
flac-1.3.3/objs/debug/lib/Makefile.in:351:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/objs/debug/lib/Makefile.in-352-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/objs/debug/Makefile.in-66-  { \
flac-1.3.3/objs/debug/Makefile.in:67:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/objs/debug/Makefile.in-68-  }; \
##############################################
flac-1.3.3/objs/debug/Makefile.in-193-  while test -n "$$dir1"; do \
flac-1.3.3/objs/debug/Makefile.in:194:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/objs/debug/Makefile.in-195-    if test "$$first" != "."; then \
flac-1.3.3/objs/debug/Makefile.in-196-      if test "$$first" = ".."; then \
flac-1.3.3/objs/debug/Makefile.in:197:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/objs/debug/Makefile.in:198:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/objs/debug/Makefile.in-199-      else \
flac-1.3.3/objs/debug/Makefile.in:200:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/objs/debug/Makefile.in-201-        if test "$$first2" = "$$first"; then \
flac-1.3.3/objs/debug/Makefile.in:202:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/objs/debug/Makefile.in-203-        else \
##############################################
flac-1.3.3/objs/debug/Makefile.in-208-    fi; \
flac-1.3.3/objs/debug/Makefile.in:209:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/objs/debug/Makefile.in-210-  done; \
##############################################
flac-1.3.3/objs/debug/Makefile.in-274-MKDIR_P = @MKDIR_P@
flac-1.3.3/objs/debug/Makefile.in:275:NASM = @NASM@
flac-1.3.3/objs/debug/Makefile.in-276-NM = @NM@
##############################################
flac-1.3.3/objs/debug/Makefile.in-421-	dot_seen=no; \
flac-1.3.3/objs/debug/Makefile.in:422:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/objs/debug/Makefile.in-423-	case "$@" in \
##############################################
flac-1.3.3/objs/debug/Makefile.in-484-GTAGS:
flac-1.3.3/objs/debug/Makefile.in:485:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/objs/debug/Makefile.in-486-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/objs/debug/Makefile.in-510-distdir-am: $(DISTFILES)
flac-1.3.3/objs/debug/Makefile.in:511:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/debug/Makefile.in:512:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/debug/Makefile.in-513-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/objs/debug/Makefile.in-524-	  if test -d $$d/$$file; then \
flac-1.3.3/objs/debug/Makefile.in:525:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/objs/debug/Makefile.in-526-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/objs/release/bin/Makefile.in-49-  { \
flac-1.3.3/objs/release/bin/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/objs/release/bin/Makefile.in-51-  }; \
##############################################
flac-1.3.3/objs/release/bin/Makefile.in-197-MKDIR_P = @MKDIR_P@
flac-1.3.3/objs/release/bin/Makefile.in:198:NASM = @NASM@
flac-1.3.3/objs/release/bin/Makefile.in-199-NM = @NM@
##############################################
flac-1.3.3/objs/release/bin/Makefile.in-336-distdir-am: $(DISTFILES)
flac-1.3.3/objs/release/bin/Makefile.in:337:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/release/bin/Makefile.in:338:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/release/bin/Makefile.in-339-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/objs/release/bin/Makefile.in-350-	  if test -d $$d/$$file; then \
flac-1.3.3/objs/release/bin/Makefile.in:351:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/objs/release/bin/Makefile.in-352-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/objs/release/lib/Makefile.in-49-  { \
flac-1.3.3/objs/release/lib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/objs/release/lib/Makefile.in-51-  }; \
##############################################
flac-1.3.3/objs/release/lib/Makefile.in-197-MKDIR_P = @MKDIR_P@
flac-1.3.3/objs/release/lib/Makefile.in:198:NASM = @NASM@
flac-1.3.3/objs/release/lib/Makefile.in-199-NM = @NM@
##############################################
flac-1.3.3/objs/release/lib/Makefile.in-336-distdir-am: $(DISTFILES)
flac-1.3.3/objs/release/lib/Makefile.in:337:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/release/lib/Makefile.in:338:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/release/lib/Makefile.in-339-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/objs/release/lib/Makefile.in-350-	  if test -d $$d/$$file; then \
flac-1.3.3/objs/release/lib/Makefile.in:351:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/objs/release/lib/Makefile.in-352-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/objs/release/Makefile.in-66-  { \
flac-1.3.3/objs/release/Makefile.in:67:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/objs/release/Makefile.in-68-  }; \
##############################################
flac-1.3.3/objs/release/Makefile.in-193-  while test -n "$$dir1"; do \
flac-1.3.3/objs/release/Makefile.in:194:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/objs/release/Makefile.in-195-    if test "$$first" != "."; then \
flac-1.3.3/objs/release/Makefile.in-196-      if test "$$first" = ".."; then \
flac-1.3.3/objs/release/Makefile.in:197:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/objs/release/Makefile.in:198:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/objs/release/Makefile.in-199-      else \
flac-1.3.3/objs/release/Makefile.in:200:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/objs/release/Makefile.in-201-        if test "$$first2" = "$$first"; then \
flac-1.3.3/objs/release/Makefile.in:202:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/objs/release/Makefile.in-203-        else \
##############################################
flac-1.3.3/objs/release/Makefile.in-208-    fi; \
flac-1.3.3/objs/release/Makefile.in:209:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/objs/release/Makefile.in-210-  done; \
##############################################
flac-1.3.3/objs/release/Makefile.in-274-MKDIR_P = @MKDIR_P@
flac-1.3.3/objs/release/Makefile.in:275:NASM = @NASM@
flac-1.3.3/objs/release/Makefile.in-276-NM = @NM@
##############################################
flac-1.3.3/objs/release/Makefile.in-421-	dot_seen=no; \
flac-1.3.3/objs/release/Makefile.in:422:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/objs/release/Makefile.in-423-	case "$@" in \
##############################################
flac-1.3.3/objs/release/Makefile.in-484-GTAGS:
flac-1.3.3/objs/release/Makefile.in:485:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/objs/release/Makefile.in-486-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/objs/release/Makefile.in-510-distdir-am: $(DISTFILES)
flac-1.3.3/objs/release/Makefile.in:511:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/release/Makefile.in:512:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/release/Makefile.in-513-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/objs/release/Makefile.in-524-	  if test -d $$d/$$file; then \
flac-1.3.3/objs/release/Makefile.in:525:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/objs/release/Makefile.in-526-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/objs/Makefile.in-66-  { \
flac-1.3.3/objs/Makefile.in:67:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/objs/Makefile.in-68-  }; \
##############################################
flac-1.3.3/objs/Makefile.in-193-  while test -n "$$dir1"; do \
flac-1.3.3/objs/Makefile.in:194:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/objs/Makefile.in-195-    if test "$$first" != "."; then \
flac-1.3.3/objs/Makefile.in-196-      if test "$$first" = ".."; then \
flac-1.3.3/objs/Makefile.in:197:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/objs/Makefile.in:198:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/objs/Makefile.in-199-      else \
flac-1.3.3/objs/Makefile.in:200:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/objs/Makefile.in-201-        if test "$$first2" = "$$first"; then \
flac-1.3.3/objs/Makefile.in:202:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/objs/Makefile.in-203-        else \
##############################################
flac-1.3.3/objs/Makefile.in-208-    fi; \
flac-1.3.3/objs/Makefile.in:209:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/objs/Makefile.in-210-  done; \
##############################################
flac-1.3.3/objs/Makefile.in-274-MKDIR_P = @MKDIR_P@
flac-1.3.3/objs/Makefile.in:275:NASM = @NASM@
flac-1.3.3/objs/Makefile.in-276-NM = @NM@
##############################################
flac-1.3.3/objs/Makefile.in-421-	dot_seen=no; \
flac-1.3.3/objs/Makefile.in:422:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/objs/Makefile.in-423-	case "$@" in \
##############################################
flac-1.3.3/objs/Makefile.in-484-GTAGS:
flac-1.3.3/objs/Makefile.in:485:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/objs/Makefile.in-486-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/objs/Makefile.in-510-distdir-am: $(DISTFILES)
flac-1.3.3/objs/Makefile.in:511:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/Makefile.in:512:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/objs/Makefile.in-513-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/objs/Makefile.in-524-	  if test -d $$d/$$file; then \
flac-1.3.3/objs/Makefile.in:525:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/objs/Makefile.in-526-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/ltmain.sh-103-#
flac-1.3.3/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
flac-1.3.3/ltmain.sh-105-#
##############################################
flac-1.3.3/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
flac-1.3.3/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
flac-1.3.3/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
flac-1.3.3/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
flac-1.3.3/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
flac-1.3.3/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
flac-1.3.3/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
flac-1.3.3/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
flac-1.3.3/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
flac-1.3.3/ltmain.sh-410-# The name of this program.
flac-1.3.3/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
flac-1.3.3/ltmain.sh-412-
##############################################
flac-1.3.3/ltmain.sh-416-  *[\\/]*)
flac-1.3.3/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
flac-1.3.3/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
flac-1.3.3/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
flac-1.3.3/ltmain.sh-610-
flac-1.3.3/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
flac-1.3.3/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
flac-1.3.3/ltmain.sh-613-
##############################################
flac-1.3.3/ltmain.sh-639-
flac-1.3.3/ltmain.sh:640:    func_arith_result=`expr "$@"`
flac-1.3.3/ltmain.sh-641-  }
##############################################
flac-1.3.3/ltmain.sh-660-  # ...otherwise fall back to using sed.
flac-1.3.3/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
flac-1.3.3/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
flac-1.3.3/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
flac-1.3.3/ltmain.sh-757-      test -n "$_G_tc" && {
flac-1.3.3/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
flac-1.3.3/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
flac-1.3.3/ltmain.sh-760-      }
flac-1.3.3/ltmain.sh-761-    done
flac-1.3.3/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
flac-1.3.3/ltmain.sh-763-
##############################################
flac-1.3.3/ltmain.sh-831-
flac-1.3.3/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
flac-1.3.3/ltmain.sh-833-  }
##############################################
flac-1.3.3/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
flac-1.3.3/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
flac-1.3.3/ltmain.sh-865-      done
flac-1.3.3/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
flac-1.3.3/ltmain.sh-867-
##############################################
flac-1.3.3/ltmain.sh-901-      # If mktemp works, use that first and foremost
flac-1.3.3/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
flac-1.3.3/ltmain.sh-903-
##############################################
flac-1.3.3/ltmain.sh-1111-        *[\\\`\"\$]*)
flac-1.3.3/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
flac-1.3.3/ltmain.sh-1113-        *)
##############################################
flac-1.3.3/ltmain.sh-1198-    case $2 in
flac-1.3.3/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
flac-1.3.3/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
flac-1.3.3/ltmain.sh-1201-    esac
##############################################
flac-1.3.3/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
flac-1.3.3/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
flac-1.3.3/ltmain.sh-1273-      ;;
##############################################
flac-1.3.3/ltmain.sh-1358-
flac-1.3.3/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
flac-1.3.3/ltmain.sh-1360-}
##############################################
flac-1.3.3/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
flac-1.3.3/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
flac-1.3.3/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
flac-1.3.3/ltmain.sh-1517-
flac-1.3.3/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
flac-1.3.3/ltmain.sh-1519-}
##############################################
flac-1.3.3/ltmain.sh-1943-
flac-1.3.3/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
flac-1.3.3/ltmain.sh-1945-      func_split_equals_rhs=
flac-1.3.3/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
flac-1.3.3/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
flac-1.3.3/ltmain.sh-1948-  }
##############################################
flac-1.3.3/ltmain.sh-1971-
flac-1.3.3/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
flac-1.3.3/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
flac-1.3.3/ltmain.sh-1974-  }
##############################################
flac-1.3.3/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-9
flac-1.3.3/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
flac-1.3.3/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
flac-1.3.3/ltmain.sh-2147-
##############################################
flac-1.3.3/ltmain.sh-2183-  {
flac-1.3.3/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
flac-1.3.3/ltmain.sh-2185-  }
##############################################
flac-1.3.3/ltmain.sh-2188-  {
flac-1.3.3/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
flac-1.3.3/ltmain.sh-2190-  }
##############################################
flac-1.3.3/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
flac-1.3.3/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
flac-1.3.3/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
flac-1.3.3/ltmain.sh-2751-      done
flac-1.3.3/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
flac-1.3.3/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
flac-1.3.3/ltmain.sh-2754-      case $@ in
##############################################
flac-1.3.3/ltmain.sh-2764-	    # Evaluate the configuration.
flac-1.3.3/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
flac-1.3.3/ltmain.sh-2766-	    CC_quoted=
##############################################
flac-1.3.3/ltmain.sh-2770-	    done
flac-1.3.3/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
flac-1.3.3/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
flac-1.3.3/ltmain.sh-2773-	    case "$@ " in
##############################################
flac-1.3.3/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
flac-1.3.3/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
flac-1.3.3/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
flac-1.3.3/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
flac-1.3.3/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
flac-1.3.3/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
flac-1.3.3/ltmain.sh-3101-    # LT_CYGPATH in this case.
flac-1.3.3/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
flac-1.3.3/ltmain.sh-3103-  fi
##############################################
flac-1.3.3/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
flac-1.3.3/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
flac-1.3.3/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
flac-1.3.3/ltmain.sh-3468-    *.[cCFSifmso] | \
flac-1.3.3/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
flac-1.3.3/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
flac-1.3.3/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
flac-1.3.3/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
flac-1.3.3/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
flac-1.3.3/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
flac-1.3.3/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
flac-1.3.3/ltmain.sh-3566-
##############################################
flac-1.3.3/ltmain.sh-3612-      if test warn = "$need_locks" &&
flac-1.3.3/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
flac-1.3.3/ltmain.sh-3614-	$ECHO "\
flac-1.3.3/ltmain.sh-3615-*** ERROR, $lockfile contains:
flac-1.3.3/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
flac-1.3.3/ltmain.sh-3617-
##############################################
flac-1.3.3/ltmain.sh-3661-      if test warn = "$need_locks" &&
flac-1.3.3/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
flac-1.3.3/ltmain.sh-3663-	$ECHO "\
flac-1.3.3/ltmain.sh-3664-*** ERROR, $lockfile contains:
flac-1.3.3/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
flac-1.3.3/ltmain.sh-3666-
##############################################
flac-1.3.3/ltmain.sh-3987-      # Get the absolute pathname.
flac-1.3.3/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
flac-1.3.3/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
flac-1.3.3/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
flac-1.3.3/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
flac-1.3.3/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
flac-1.3.3/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
flac-1.3.3/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
flac-1.3.3/ltmain.sh-4372-
##############################################
flac-1.3.3/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
flac-1.3.3/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
flac-1.3.3/ltmain.sh-4385-	  else
flac-1.3.3/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
flac-1.3.3/ltmain.sh-4387-	  fi
##############################################
flac-1.3.3/ltmain.sh-4550-	    fi
flac-1.3.3/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
flac-1.3.3/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
flac-1.3.3/ltmain.sh-4569-	        # Replace the output file specification.
flac-1.3.3/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
flac-1.3.3/ltmain.sh-4571-
##############################################
flac-1.3.3/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
flac-1.3.3/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
flac-1.3.3/ltmain.sh-4590-	  fi
##############################################
flac-1.3.3/ltmain.sh-4662-    my_pic_p=${3-false}
flac-1.3.3/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
flac-1.3.3/ltmain.sh-4664-    my_dlsyms=
##############################################
flac-1.3.3/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
flac-1.3.3/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
flac-1.3.3/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
flac-1.3.3/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
flac-1.3.3/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
flac-1.3.3/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
flac-1.3.3/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
flac-1.3.3/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
flac-1.3.3/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
flac-1.3.3/ltmain.sh-4954-	  else
flac-1.3.3/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
flac-1.3.3/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
flac-1.3.3/ltmain.sh-4957-	  fi
##############################################
flac-1.3.3/ltmain.sh-4959-	*)
flac-1.3.3/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
flac-1.3.3/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
flac-1.3.3/ltmain.sh-4962-	  ;;
##############################################
flac-1.3.3/ltmain.sh-4974-      # Nullify the symbol file.
flac-1.3.3/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
flac-1.3.3/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
flac-1.3.3/ltmain.sh-4977-    fi
##############################################
flac-1.3.3/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
flac-1.3.3/ltmain.sh:4989:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
flac-1.3.3/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
flac-1.3.3/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
flac-1.3.3/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
flac-1.3.3/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
flac-1.3.3/ltmain.sh-5017-  win32_libid_type=unknown
flac-1.3.3/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
flac-1.3.3/ltmain.sh-5019-  case $win32_fileres in
##############################################
flac-1.3.3/ltmain.sh-5082-
flac-1.3.3/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
flac-1.3.3/ltmain.sh-5084-}
##############################################
flac-1.3.3/ltmain.sh-5100-
flac-1.3.3/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
flac-1.3.3/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
flac-1.3.3/ltmain.sh-5164-    # binutils import library
flac-1.3.3/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
flac-1.3.3/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
flac-1.3.3/ltmain.sh-5167-    # ms-generated import library
flac-1.3.3/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
flac-1.3.3/ltmain.sh-5169-  else
##############################################
flac-1.3.3/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
flac-1.3.3/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
flac-1.3.3/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
flac-1.3.3/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
flac-1.3.3/ltmain.sh-5252-	    darwin_arch=
##############################################
flac-1.3.3/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
flac-1.3.3/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
flac-1.3.3/ltmain.sh-5264-	    darwin_file=
##############################################
flac-1.3.3/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
flac-1.3.3/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
flac-1.3.3/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
flac-1.3.3/ltmain.sh-5281-      esac
flac-1.3.3/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
flac-1.3.3/ltmain.sh-5283-    done
##############################################
flac-1.3.3/ltmain.sh-5352-
flac-1.3.3/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
flac-1.3.3/ltmain.sh-5354-    $ECHO "\
##############################################
flac-1.3.3/ltmain.sh-5387-    --lt-dump-script)
flac-1.3.3/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
flac-1.3.3/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
flac-1.3.3/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
flac-1.3.3/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
flac-1.3.3/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
flac-1.3.3/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
flac-1.3.3/ltmain.sh-5416-  done
##############################################
flac-1.3.3/ltmain.sh-5472-  # Find the directory that this script lives in.
flac-1.3.3/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
flac-1.3.3/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
flac-1.3.3/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
flac-1.3.3/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
flac-1.3.3/ltmain.sh-5478-  while test -n \"\$file\"; do
flac-1.3.3/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
flac-1.3.3/ltmain.sh-5480-
##############################################
flac-1.3.3/ltmain.sh-5488-
flac-1.3.3/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
flac-1.3.3/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
flac-1.3.3/ltmain.sh-5491-  done
##############################################
flac-1.3.3/ltmain.sh-5502-    case \"\$thisdir\" in
flac-1.3.3/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
flac-1.3.3/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
flac-1.3.3/ltmain.sh-5508-  # Try to get the absolute directory name.
flac-1.3.3/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
flac-1.3.3/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
flac-1.3.3/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
flac-1.3.3/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
flac-1.3.3/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
flac-1.3.3/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
flac-1.3.3/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
flac-1.3.3/ltmain.sh-5535-      else
##############################################
flac-1.3.3/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
flac-1.3.3/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
flac-1.3.3/ltmain.sh-5579-
##############################################
flac-1.3.3/ltmain.sh-6556-
flac-1.3.3/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
flac-1.3.3/ltmain.sh-6558-    *import*) : ;;
##############################################
flac-1.3.3/ltmain.sh-6804-	    moreargs=
flac-1.3.3/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
flac-1.3.3/ltmain.sh-6806-	    do
##############################################
flac-1.3.3/ltmain.sh-7065-	*)
flac-1.3.3/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
flac-1.3.3/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
flac-1.3.3/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
flac-1.3.3/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
flac-1.3.3/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
flac-1.3.3/ltmain.sh-7383-      -Z*)
flac-1.3.3/ltmain.sh:7384:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
flac-1.3.3/ltmain.sh-7385-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
flac-1.3.3/ltmain.sh-7553-      # get the directories listed in $shlibpath_var
flac-1.3.3/ltmain.sh:7554:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
flac-1.3.3/ltmain.sh-7555-    else
##############################################
flac-1.3.3/ltmain.sh-7872-		  set dummy $deplibs_check_method; shift
flac-1.3.3/ltmain.sh:7873:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
flac-1.3.3/ltmain.sh-7874-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
flac-1.3.3/ltmain.sh-7962-	if test -n "$inherited_linker_flags"; then
flac-1.3.3/ltmain.sh:7963:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
flac-1.3.3/ltmain.sh-7964-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
flac-1.3.3/ltmain.sh-7970-	fi
flac-1.3.3/ltmain.sh:7971:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flac-1.3.3/ltmain.sh-7972-	if test lib,link = "$linkmode,$pass" ||
##############################################
flac-1.3.3/ltmain.sh-8043-	*)
flac-1.3.3/ltmain.sh:8044:	  abs_ladir=`cd "$ladir" && pwd`
flac-1.3.3/ltmain.sh-8045-	  if test -z "$abs_ladir"; then
##############################################
flac-1.3.3/ltmain.sh-8296-	    shift
flac-1.3.3/ltmain.sh:8297:	    libname=`eval "\\$ECHO \"$libname_spec\""`
flac-1.3.3/ltmain.sh-8298-	    # use dlname if we got it. it's perfectly good, no?
##############################################
flac-1.3.3/ltmain.sh-8588-		*)
flac-1.3.3/ltmain.sh:8589:		  absdir=`cd "$dir" && pwd`
flac-1.3.3/ltmain.sh-8590-		  if test -z "$absdir"; then
##############################################
flac-1.3.3/ltmain.sh-8599-		  depdepl=
flac-1.3.3/ltmain.sh:8600:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
flac-1.3.3/ltmain.sh-8601-		  if test -n "$deplibrary_names"; then
##############################################
flac-1.3.3/ltmain.sh-8606-		      depdepl=$absdir/$objdir/$depdepl
flac-1.3.3/ltmain.sh:8607:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
flac-1.3.3/ltmain.sh-8608-                      if test -z "$darwin_install_name"; then
flac-1.3.3/ltmain.sh:8609:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
flac-1.3.3/ltmain.sh-8610-                      fi
##############################################
flac-1.3.3/ltmain.sh-8621-		else
flac-1.3.3/ltmain.sh:8622:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
flac-1.3.3/ltmain.sh-8623-		  test -z "$libdir" && \
##############################################
flac-1.3.3/ltmain.sh-8644-	else
flac-1.3.3/ltmain.sh:8645:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flac-1.3.3/ltmain.sh-8646-	fi
##############################################
flac-1.3.3/ltmain.sh-8733-        linux*)
flac-1.3.3/ltmain.sh:8734:          case `$CC -V 2>&1 | sed 5q` in
flac-1.3.3/ltmain.sh-8735-          *Sun\ C*) # Sun C++ 5.9
##############################################
flac-1.3.3/ltmain.sh-9141-	removelist=
flac-1.3.3/ltmain.sh:9142:	tempremovelist=`$ECHO "$output_objdir/*"`
flac-1.3.3/ltmain.sh-9143-	for p in $tempremovelist; do
##############################################
flac-1.3.3/ltmain.sh-9167-	# Transform .lo files to .o files.
flac-1.3.3/ltmain.sh:9168:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
flac-1.3.3/ltmain.sh-9169-      fi
##############################################
flac-1.3.3/ltmain.sh-9172-      #for path in $notinst_path; do
flac-1.3.3/ltmain.sh:9173:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
flac-1.3.3/ltmain.sh:9174:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
flac-1.3.3/ltmain.sh:9175:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
flac-1.3.3/ltmain.sh-9176-      #done
##############################################
flac-1.3.3/ltmain.sh-9293-		if test -n "$i"; then
flac-1.3.3/ltmain.sh:9294:		  libname=`eval "\\$ECHO \"$libname_spec\""`
flac-1.3.3/ltmain.sh:9295:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
flac-1.3.3/ltmain.sh-9296-		  set dummy $deplib_matches; shift
flac-1.3.3/ltmain.sh-9297-		  deplib_match=$1
flac-1.3.3/ltmain.sh:9298:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
flac-1.3.3/ltmain.sh-9299-		    func_append newdeplibs " $i"
##############################################
flac-1.3.3/ltmain.sh-9336-		  if test -n "$i"; then
flac-1.3.3/ltmain.sh:9337:		    libname=`eval "\\$ECHO \"$libname_spec\""`
flac-1.3.3/ltmain.sh:9338:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
flac-1.3.3/ltmain.sh-9339-		    set dummy $deplib_matches; shift
flac-1.3.3/ltmain.sh-9340-		    deplib_match=$1
flac-1.3.3/ltmain.sh:9341:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
flac-1.3.3/ltmain.sh-9342-		      func_append newdeplibs " $i"
##############################################
flac-1.3.3/ltmain.sh-9371-	  set dummy $deplibs_check_method; shift
flac-1.3.3/ltmain.sh:9372:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
flac-1.3.3/ltmain.sh-9373-	  for a_deplib in $deplibs; do
##############################################
flac-1.3.3/ltmain.sh-9386-	      if test -n "$a_deplib"; then
flac-1.3.3/ltmain.sh:9387:		libname=`eval "\\$ECHO \"$libname_spec\""`
flac-1.3.3/ltmain.sh-9388-		if test -n "$file_magic_glob"; then
flac-1.3.3/ltmain.sh:9389:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
flac-1.3.3/ltmain.sh-9390-		else
##############################################
flac-1.3.3/ltmain.sh-9396-		    shopt -s nocaseglob
flac-1.3.3/ltmain.sh:9397:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
flac-1.3.3/ltmain.sh-9398-		    $nocaseglob
flac-1.3.3/ltmain.sh-9399-		  else
flac-1.3.3/ltmain.sh:9400:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
flac-1.3.3/ltmain.sh-9401-		  fi
##############################################
flac-1.3.3/ltmain.sh-9414-		      while test -h "$potlib" 2>/dev/null; do
flac-1.3.3/ltmain.sh:9415:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
flac-1.3.3/ltmain.sh-9416-			case $potliblink in
flac-1.3.3/ltmain.sh-9417-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
flac-1.3.3/ltmain.sh:9418:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
flac-1.3.3/ltmain.sh-9419-			esac
##############################################
flac-1.3.3/ltmain.sh-9455-	  set dummy $deplibs_check_method; shift
flac-1.3.3/ltmain.sh:9456:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
flac-1.3.3/ltmain.sh-9457-	  for a_deplib in $deplibs; do
##############################################
flac-1.3.3/ltmain.sh-9470-	      if test -n "$a_deplib"; then
flac-1.3.3/ltmain.sh:9471:		libname=`eval "\\$ECHO \"$libname_spec\""`
flac-1.3.3/ltmain.sh-9472-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
flac-1.3.3/ltmain.sh:9473:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
flac-1.3.3/ltmain.sh-9474-		  for potent_lib in $potential_libs; do
##############################################
flac-1.3.3/ltmain.sh-9509-	  newdeplibs=
flac-1.3.3/ltmain.sh:9510:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
flac-1.3.3/ltmain.sh-9511-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
flac-1.3.3/ltmain.sh-9513-	      # can't use Xsed below, because $i might contain '/'
flac-1.3.3/ltmain.sh:9514:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
flac-1.3.3/ltmain.sh-9515-	    done
##############################################
flac-1.3.3/ltmain.sh-9539-	  # On Rhapsody replace the C library with the System framework
flac-1.3.3/ltmain.sh:9540:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
flac-1.3.3/ltmain.sh-9541-	  ;;
##############################################
flac-1.3.3/ltmain.sh-9591-	*-*-darwin*)
flac-1.3.3/ltmain.sh:9592:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flac-1.3.3/ltmain.sh:9593:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flac-1.3.3/ltmain.sh:9594:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flac-1.3.3/ltmain.sh-9595-	  ;;
##############################################
flac-1.3.3/ltmain.sh-9718-	# Use standard objects if they are pic
flac-1.3.3/ltmain.sh:9719:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
flac-1.3.3/ltmain.sh-9720-	test "X$libobjs" = "X " && libobjs=
##############################################
flac-1.3.3/ltmain.sh-10232-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
flac-1.3.3/ltmain.sh:10233:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
flac-1.3.3/ltmain.sh-10234-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
flac-1.3.3/ltmain.sh-10247-      # Create the old-style object.
flac-1.3.3/ltmain.sh:10248:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
flac-1.3.3/ltmain.sh-10249-
##############################################
flac-1.3.3/ltmain.sh-10305-	# On Rhapsody replace the C library is the System framework
flac-1.3.3/ltmain.sh:10306:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
flac-1.3.3/ltmain.sh:10307:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
flac-1.3.3/ltmain.sh-10308-	;;
##############################################
flac-1.3.3/ltmain.sh-10323-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
flac-1.3.3/ltmain.sh:10324:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flac-1.3.3/ltmain.sh:10325:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flac-1.3.3/ltmain.sh-10326-	;;
##############################################
flac-1.3.3/ltmain.sh-10401-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
flac-1.3.3/ltmain.sh:10402:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
flac-1.3.3/ltmain.sh-10403-	  case :$dllsearchpath: in
##############################################
flac-1.3.3/ltmain.sh-10461-	# Transform all the library objects into standard objects.
flac-1.3.3/ltmain.sh:10462:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
flac-1.3.3/ltmain.sh:10463:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
flac-1.3.3/ltmain.sh-10464-      fi
##############################################
flac-1.3.3/ltmain.sh-10489-	# Replace the output file specification.
flac-1.3.3/ltmain.sh:10490:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
flac-1.3.3/ltmain.sh-10491-	link_command=$compile_command$compile_rpath
##############################################
flac-1.3.3/ltmain.sh-10498-	  func_to_tool_file "$output"
flac-1.3.3/ltmain.sh:10499:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
flac-1.3.3/ltmain.sh-10500-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
flac-1.3.3/ltmain.sh-10542-	# Replace the output file specification.
flac-1.3.3/ltmain.sh:10543:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
flac-1.3.3/ltmain.sh-10544-	# Delete the old output file.
##############################################
flac-1.3.3/ltmain.sh-10550-	  func_to_tool_file "$output"
flac-1.3.3/ltmain.sh:10551:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
flac-1.3.3/ltmain.sh-10552-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
flac-1.3.3/ltmain.sh-10568-	  link_command=$finalize_var$compile_command$finalize_rpath
flac-1.3.3/ltmain.sh:10569:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
flac-1.3.3/ltmain.sh-10570-          ;;
##############################################
flac-1.3.3/ltmain.sh-10581-      # Replace the output file specification.
flac-1.3.3/ltmain.sh:10582:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
flac-1.3.3/ltmain.sh-10583-
##############################################
flac-1.3.3/ltmain.sh-10590-	func_to_tool_file "$output_objdir/$outputname"
flac-1.3.3/ltmain.sh:10591:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
flac-1.3.3/ltmain.sh-10592-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
flac-1.3.3/ltmain.sh-10611-	relink_command="(cd `pwd`; $relink_command)"
flac-1.3.3/ltmain.sh:10612:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
flac-1.3.3/ltmain.sh-10613-      fi
##############################################
flac-1.3.3/ltmain.sh-10857-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
flac-1.3.3/ltmain.sh:10858:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
flac-1.3.3/ltmain.sh-10859-      if test yes = "$hardcode_automatic"; then
##############################################
flac-1.3.3/ltmain.sh-10878-		func_resolve_sysroot "$deplib"
flac-1.3.3/ltmain.sh:10879:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
flac-1.3.3/ltmain.sh-10880-		test -z "$libdir" && \
##############################################
flac-1.3.3/ltmain.sh-10904-		name=$func_basename_result
flac-1.3.3/ltmain.sh:10905:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
flac-1.3.3/ltmain.sh-10906-		test -z "$libdir" && \
##############################################
flac-1.3.3/ltmain.sh-10923-		name=$func_basename_result
flac-1.3.3/ltmain.sh:10924:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
flac-1.3.3/ltmain.sh-10925-		test -z "$libdir" && \
##############################################
flac-1.3.3/ltmain.sh-11242-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
flac-1.3.3/ltmain.sh:11243:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
flac-1.3.3/ltmain.sh-11244-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
flac-1.3.3/strip_non_asm_libtool_args.sh-3-# libtool assumes that the compiler can handle the -fPIC flag.
flac-1.3.3/strip_non_asm_libtool_args.sh:4:# This isn't always true (for example, nasm can't handle it).
flac-1.3.3/strip_non_asm_libtool_args.sh-5-# Also, on some versions of OS X it tries to pass -fno-common
##############################################
flac-1.3.3/Makefile.in-80-  { \
flac-1.3.3/Makefile.in:81:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/Makefile.in-82-  }; \
##############################################
flac-1.3.3/Makefile.in-225-  while test -n "$$dir1"; do \
flac-1.3.3/Makefile.in:226:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/Makefile.in-227-    if test "$$first" != "."; then \
flac-1.3.3/Makefile.in-228-      if test "$$first" = ".."; then \
flac-1.3.3/Makefile.in:229:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/Makefile.in:230:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/Makefile.in-231-      else \
flac-1.3.3/Makefile.in:232:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/Makefile.in-233-        if test "$$first2" = "$$first"; then \
flac-1.3.3/Makefile.in:234:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/Makefile.in-235-        else \
##############################################
flac-1.3.3/Makefile.in-240-    fi; \
flac-1.3.3/Makefile.in:241:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/Makefile.in-242-  done; \
##############################################
flac-1.3.3/Makefile.in-313-MKDIR_P = @MKDIR_P@
flac-1.3.3/Makefile.in:314:NASM = @NASM@
flac-1.3.3/Makefile.in-315-NM = @NM@
##############################################
flac-1.3.3/Makefile.in-498-	dot_seen=no; \
flac-1.3.3/Makefile.in:499:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/Makefile.in-500-	case "$@" in \
##############################################
flac-1.3.3/Makefile.in-561-GTAGS:
flac-1.3.3/Makefile.in:562:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/Makefile.in-563-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/Makefile.in-596-	test -d "$(distdir)" || mkdir "$(distdir)"
flac-1.3.3/Makefile.in:597:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/Makefile.in:598:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/Makefile.in-599-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/Makefile.in-610-	  if test -d $$d/$$file; then \
flac-1.3.3/Makefile.in:611:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/Makefile.in-612-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/Makefile.in-720-	test -d $(distdir)/_build || exit 0; \
flac-1.3.3/Makefile.in:721:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
flac-1.3.3/Makefile.in-722-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
flac-1.3.3/Makefile.in-764-	}; \
flac-1.3.3/Makefile.in:765:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
flac-1.3.3/Makefile.in-766-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
flac-1.3.3/Makefile.in-776-	fi
flac-1.3.3/Makefile.in:777:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
flac-1.3.3/Makefile.in-778-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
flac-1.3.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
flac-1.3.3/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
flac-1.3.3/configure-47-  as_echo='print -r --'
flac-1.3.3/configure-48-  as_echo_n='print -rn --'
flac-1.3.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
flac-1.3.3/configure-50-  as_echo='printf %s\n'
##############################################
flac-1.3.3/configure-52-else
flac-1.3.3/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
flac-1.3.3/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
flac-1.3.3/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
flac-1.3.3/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
flac-1.3.3/configure-64-      esac;
##############################################
flac-1.3.3/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
flac-1.3.3/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
flac-1.3.3/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
flac-1.3.3/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
flac-1.3.3/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
flac-1.3.3/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
flac-1.3.3/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
flac-1.3.3/configure-335-      case $as_dir in #(
flac-1.3.3/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
flac-1.3.3/configure-337-      *) as_qdir=$as_dir;;
##############################################
flac-1.3.3/configure-408-  {
flac-1.3.3/configure:409:    as_val=`expr "$@" || test $? -eq 1`
flac-1.3.3/configure-410-  }
##############################################
flac-1.3.3/configure-415-# ----------------------------------------
flac-1.3.3/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
flac-1.3.3/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
flac-1.3.3/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
flac-1.3.3/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
flac-1.3.3/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
flac-1.3.3/configure-955-  case $ac_option in
flac-1.3.3/configure:956:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
flac-1.3.3/configure-957-  *=)   ac_optarg= ;;
##############################################
flac-1.3.3/configure-999-  -disable-* | --disable-*)
flac-1.3.3/configure:1000:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
flac-1.3.3/configure-1001-    # Reject names that are not valid shell variable names.
##############################################
flac-1.3.3/configure-1004-    ac_useropt_orig=$ac_useropt
flac-1.3.3/configure:1005:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
flac-1.3.3/configure-1006-    case $ac_user_opts in
##############################################
flac-1.3.3/configure-1025-  -enable-* | --enable-*)
flac-1.3.3/configure:1026:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
flac-1.3.3/configure-1027-    # Reject names that are not valid shell variable names.
##############################################
flac-1.3.3/configure-1030-    ac_useropt_orig=$ac_useropt
flac-1.3.3/configure:1031:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
flac-1.3.3/configure-1032-    case $ac_user_opts in
##############################################
flac-1.3.3/configure-1238-  -with-* | --with-*)
flac-1.3.3/configure:1239:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
flac-1.3.3/configure-1240-    # Reject names that are not valid shell variable names.
##############################################
flac-1.3.3/configure-1243-    ac_useropt_orig=$ac_useropt
flac-1.3.3/configure:1244:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
flac-1.3.3/configure-1245-    case $ac_user_opts in
##############################################
flac-1.3.3/configure-1254-  -without-* | --without-*)
flac-1.3.3/configure:1255:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
flac-1.3.3/configure-1256-    # Reject names that are not valid shell variable names.
##############################################
flac-1.3.3/configure-1259-    ac_useropt_orig=$ac_useropt
flac-1.3.3/configure:1260:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
flac-1.3.3/configure-1261-    case $ac_user_opts in
##############################################
flac-1.3.3/configure-1292-  *=*)
flac-1.3.3/configure:1293:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
flac-1.3.3/configure-1294-    # Reject names that are not valid shell variable names.
##############################################
flac-1.3.3/configure-1313-if test -n "$ac_prev"; then
flac-1.3.3/configure:1314:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
flac-1.3.3/configure-1315-  as_fn_error $? "missing argument to $ac_option"
##############################################
flac-1.3.3/configure-1335-    */ )
flac-1.3.3/configure:1336:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
flac-1.3.3/configure-1337-      eval $ac_var=\$ac_val;;
##############################################
flac-1.3.3/configure-1370-ac_ls_di=`ls -di .` &&
flac-1.3.3/configure:1371:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
flac-1.3.3/configure-1372-  as_fn_error $? "working directory cannot be determined"
##############################################
flac-1.3.3/configure-1426-case $srcdir in
flac-1.3.3/configure:1427:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
flac-1.3.3/configure-1428-esac
##############################################
flac-1.3.3/configure-1469-By default, \`make install' will install all the files in
flac-1.3.3/configure:1470:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
flac-1.3.3/configure:1471:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
flac-1.3.3/configure-1472-for instance \`--prefix=\$HOME'.
##############################################
flac-1.3.3/configure-1622-*)
flac-1.3.3/configure:1623:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
flac-1.3.3/configure-1624-  # A ".." for each directory in $ac_dir_suffix.
flac-1.3.3/configure:1625:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
flac-1.3.3/configure-1626-  case $ac_top_builddir_sub in
##############################################
flac-1.3.3/configure-2468-    *\'*)
flac-1.3.3/configure:2469:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
flac-1.3.3/configure-2470-    esac
##############################################
flac-1.3.3/configure-2551-      case $ac_val in
flac-1.3.3/configure:2552:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
flac-1.3.3/configure-2553-      esac
##############################################
flac-1.3.3/configure-2566-	case $ac_val in
flac-1.3.3/configure:2567:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
flac-1.3.3/configure-2568-	esac
##############################################
flac-1.3.3/configure-2686-    set,)
flac-1.3.3/configure:2687:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
flac-1.3.3/configure:2688:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
flac-1.3.3/configure-2689-      ac_cache_corrupted=: ;;
##############################################
flac-1.3.3/configure-2697-	# differences in whitespace do not lead to failure.
flac-1.3.3/configure:2698:	ac_old_val_w=`echo x $ac_old_val`
flac-1.3.3/configure:2699:	ac_new_val_w=`echo x $ac_new_val`
flac-1.3.3/configure-2700-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
flac-1.3.3/configure-2717-    case $ac_new_val in
flac-1.3.3/configure:2718:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
flac-1.3.3/configure-2719-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
flac-1.3.3/configure-2896-     echo "timestamp, slept: $am_has_slept" > conftest.file
flac-1.3.3/configure:2897:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
flac-1.3.3/configure-2898-     if test "$*" = "X"; then
flac-1.3.3/configure-2899-	# -L didn't work.
flac-1.3.3/configure:2900:	set X `ls -t "$srcdir/configure" conftest.file`
flac-1.3.3/configure-2901-     fi
##############################################
flac-1.3.3/configure-2947-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
flac-1.3.3/configure:2948:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
flac-1.3.3/configure-2949-
flac-1.3.3/configure-2950-# Expand $ac_aux_dir to an absolute path.
flac-1.3.3/configure:2951:am_aux_dir=`cd "$ac_aux_dir" && pwd`
flac-1.3.3/configure-2952-
##############################################
flac-1.3.3/configure-3092-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
flac-1.3.3/configure:3093:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
flac-1.3.3/configure-3094-	     'mkdir (GNU coreutils) '* | \
##############################################
flac-1.3.3/configure-3165-set x ${MAKE-make}
flac-1.3.3/configure:3166:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
flac-1.3.3/configure-3167-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
flac-1.3.3/configure-3175-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
flac-1.3.3/configure:3176:case `${MAKE-make} -f conftest.make 2>/dev/null` in
flac-1.3.3/configure-3177-  *@@@%%%=?*=@@@%%%*)
##############################################
flac-1.3.3/configure-3241-
flac-1.3.3/configure:3242:if test "`cd $srcdir && pwd`" != "`pwd`"; then
flac-1.3.3/configure-3243-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
flac-1.3.3/configure-3996-$as_echo_n "checking whether the C compiler works... " >&6; }
flac-1.3.3/configure:3997:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
flac-1.3.3/configure-3998-
##############################################
flac-1.3.3/configure-4040-	then :; else
flac-1.3.3/configure:4041:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
flac-1.3.3/configure-4042-	fi
##############################################
flac-1.3.3/configure-4100-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
flac-1.3.3/configure:4101:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
flac-1.3.3/configure-4102-	  break;;
##############################################
flac-1.3.3/configure-4209-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
flac-1.3.3/configure:4210:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
flac-1.3.3/configure-4211-       break;;
##############################################
flac-1.3.3/configure-4527-  if test "$am_compiler_list" = ""; then
flac-1.3.3/configure:4528:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
flac-1.3.3/configure-4529-  fi
##############################################
flac-1.3.3/configure-5076-  # Check for GNU $ac_path_GREP
flac-1.3.3/configure:5077:case `"$ac_path_GREP" --version 2>&1` in
flac-1.3.3/configure-5078-*GNU*)
##############################################
flac-1.3.3/configure-5142-  # Check for GNU $ac_path_EGREP
flac-1.3.3/configure:5143:case `"$ac_path_EGREP" --version 2>&1` in
flac-1.3.3/configure-5144-*GNU*)
##############################################
flac-1.3.3/configure-5303-do :
flac-1.3.3/configure:5304:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
flac-1.3.3/configure-5305-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
flac-1.3.3/configure-5308-  cat >>confdefs.h <<_ACEOF
flac-1.3.3/configure:5309:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
flac-1.3.3/configure-5310-_ACEOF
##############################################
flac-1.3.3/configure-5584-test "x$ac_build_alias" = x &&
flac-1.3.3/configure:5585:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
flac-1.3.3/configure-5586-test "x$ac_build_alias" = x &&
flac-1.3.3/configure-5587-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
flac-1.3.3/configure:5588:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
flac-1.3.3/configure-5589-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
flac-1.3.3/configure-5608-IFS=$ac_save_IFS
flac-1.3.3/configure:5609:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
flac-1.3.3/configure-5610-
##############################################
flac-1.3.3/configure-5619-else
flac-1.3.3/configure:5620:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
flac-1.3.3/configure-5621-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
flac-1.3.3/configure-5641-IFS=$ac_save_IFS
flac-1.3.3/configure:5642:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
flac-1.3.3/configure-5643-
##############################################
flac-1.3.3/configure-5669-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
flac-1.3.3/configure:5670:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
flac-1.3.3/configure-5671-  ECHO='print -r --'
flac-1.3.3/configure:5672:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
flac-1.3.3/configure-5673-  ECHO='printf %s\n'
##############################################
flac-1.3.3/configure-5738-  # Check for GNU $ac_path_SED
flac-1.3.3/configure:5739:case `"$ac_path_SED" --version 2>&1` in
flac-1.3.3/configure-5740-*GNU*)
##############################################
flac-1.3.3/configure-5817-  # Check for GNU $ac_path_FGREP
flac-1.3.3/configure:5818:case `"$ac_path_FGREP" --version 2>&1` in
flac-1.3.3/configure-5819-*GNU*)
##############################################
flac-1.3.3/configure-5897-    # gcc leaves a trailing carriage return, which upsets mingw
flac-1.3.3/configure:5898:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flac-1.3.3/configure-5899-  *)
flac-1.3.3/configure:5900:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flac-1.3.3/configure-5901-  esac
##############################################
flac-1.3.3/configure-5906-      # Canonicalize the pathname of ld
flac-1.3.3/configure:5907:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
flac-1.3.3/configure-5908-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
flac-1.3.3/configure:5909:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
flac-1.3.3/configure-5910-      done
##############################################
flac-1.3.3/configure-5941-      # Break only if it was the GNU/non-GNU ld that we prefer.
flac-1.3.3/configure:5942:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
flac-1.3.3/configure-5943-      *GNU* | *'with BFD'*)
##############################################
flac-1.3.3/configure-5972-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
flac-1.3.3/configure:5973:case `$LD -v 2>&1 </dev/null` in
flac-1.3.3/configure-5974-*GNU* | *'with BFD'*)
##############################################
flac-1.3.3/configure-6022-	esac
flac-1.3.3/configure:6023:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
flac-1.3.3/configure-6024-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
flac-1.3.3/configure-6028-	*)
flac-1.3.3/configure:6029:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
flac-1.3.3/configure-6030-	  */dev/null*)
##############################################
flac-1.3.3/configure-6156-
flac-1.3.3/configure:6157:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
flac-1.3.3/configure-6158-    *COFF*)
##############################################
flac-1.3.3/configure-6268-    # And add a safety zone
flac-1.3.3/configure:6269:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
flac-1.3.3/configure:6270:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
flac-1.3.3/configure-6271-    ;;
##############################################
flac-1.3.3/configure-6301-    if test -n "$kargmax"; then
flac-1.3.3/configure:6302:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
flac-1.3.3/configure-6303-    else
##############################################
flac-1.3.3/configure-6310-       test undefined != "$lt_cv_sys_max_cmd_len"; then
flac-1.3.3/configure:6311:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
flac-1.3.3/configure:6312:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
flac-1.3.3/configure-6313-    else
##############################################
flac-1.3.3/configure-6322-      # we can't tell.
flac-1.3.3/configure:6323:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
flac-1.3.3/configure-6324-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
flac-1.3.3/configure-6326-      do
flac-1.3.3/configure:6327:        i=`expr $i + 1`
flac-1.3.3/configure-6328-        teststring=$teststring$teststring
##############################################
flac-1.3.3/configure-6330-      # Only check the string length outside the loop.
flac-1.3.3/configure:6331:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
flac-1.3.3/configure-6332-      teststring=
##############################################
flac-1.3.3/configure-6335-      # linker.  It appears as though 1/2 is a usable value.
flac-1.3.3/configure:6336:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
flac-1.3.3/configure-6337-    fi
##############################################
flac-1.3.3/configure-6743-openbsd* | bitrig*)
flac-1.3.3/configure:6744:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flac-1.3.3/configure-6745-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
flac-1.3.3/configure-6813-    else
flac-1.3.3/configure:6814:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
flac-1.3.3/configure-6815-    fi
##############################################
flac-1.3.3/configure-6955-  # decide which one to use based on capabilities of $DLLTOOL
flac-1.3.3/configure:6956:  case `$DLLTOOL --help 2>&1` in
flac-1.3.3/configure-6957-  *--identify-strict*)
##############################################
flac-1.3.3/configure-7476-# If we're using GNU nm, then use its standard symbol codes.
flac-1.3.3/configure:7477:case `$NM -V 2>&1` in
flac-1.3.3/configure-7478-*GNU* | *'with BFD'*)
##############################################
flac-1.3.3/configure-7524-mingw*)
flac-1.3.3/configure:7525:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
flac-1.3.3/configure-7526-  ;;
##############################################
flac-1.3.3/configure-7753-   if test yes = "$GCC"; then
flac-1.3.3/configure:7754:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
flac-1.3.3/configure-7755-   fi
##############################################
flac-1.3.3/configure-7757- /*)
flac-1.3.3/configure:7758:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
flac-1.3.3/configure-7759-   ;; #(
##############################################
flac-1.3.3/configure-7852-    done
flac-1.3.3/configure:7853:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
flac-1.3.3/configure-7854-}
##############################################
flac-1.3.3/configure-7874-  test $ac_status = 0; }; then
flac-1.3.3/configure:7875:    case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/configure-7876-      *ELF-32*)
##############################################
flac-1.3.3/configure-7895-    if test yes = "$lt_cv_prog_gnu_ld"; then
flac-1.3.3/configure:7896:      case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/configure-7897-	*32-bit*)
##############################################
flac-1.3.3/configure-7907-    else
flac-1.3.3/configure:7908:      case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/configure-7909-	*32-bit*)
##############################################
flac-1.3.3/configure-7933-    emul=elf
flac-1.3.3/configure:7934:    case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/configure-7935-      *32-bit*)
##############################################
flac-1.3.3/configure-7941-    esac
flac-1.3.3/configure:7942:    case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/configure-7943-      *MSB*)
##############################################
flac-1.3.3/configure-7949-    esac
flac-1.3.3/configure:7950:    case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/configure-7951-      *N32*)
##############################################
flac-1.3.3/configure-8882-    *:)
flac-1.3.3/configure:8883:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
flac-1.3.3/configure-8884-        ;;
flac-1.3.3/configure-8885-    x:*)
flac-1.3.3/configure:8886:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
flac-1.3.3/configure-8887-        ;;
flac-1.3.3/configure-8888-    *::*)
flac-1.3.3/configure:8889:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
flac-1.3.3/configure:8890:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
flac-1.3.3/configure-8891-        ;;
flac-1.3.3/configure-8892-    *)
flac-1.3.3/configure:8893:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
flac-1.3.3/configure-8894-        ;;
##############################################
flac-1.3.3/configure-9543-	"file_magic "*)
flac-1.3.3/configure:9544:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
flac-1.3.3/configure-9545-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
flac-1.3.3/configure-9609-	"file_magic "*)
flac-1.3.3/configure:9610:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
flac-1.3.3/configure-9611-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
flac-1.3.3/configure-10007-      *)
flac-1.3.3/configure:10008:	case `$CC -V 2>&1 | sed 5q` in
flac-1.3.3/configure-10009-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
flac-1.3.3/configure-10456-	# shared libraries, regardless of the interface used.
flac-1.3.3/configure:10457:	case `$LD -v 2>&1` in
flac-1.3.3/configure-10458-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
flac-1.3.3/configure-10488-    supports_anon_versioning=no
flac-1.3.3/configure:10489:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
flac-1.3.3/configure-10490-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
flac-1.3.3/configure-10557-	# is; otherwise, prepend EXPORTS...
flac-1.3.3/configure:10558:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
flac-1.3.3/configure-10559-          cp $export_symbols $output_objdir/$soname.def;
##############################################
flac-1.3.3/configure-10591-	prefix_cmds="$SED"~
flac-1.3.3/configure:10592:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
flac-1.3.3/configure-10593-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
flac-1.3.3/configure-10613-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
flac-1.3.3/configure:10614:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flac-1.3.3/configure:10615:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flac-1.3.3/configure-10616-      ;;
##############################################
flac-1.3.3/configure-10631-        pgcc*)				# Portland Group C compiler
flac-1.3.3/configure:10632:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/configure-10633-	  tmp_addflag=' $pic_flag'
##############################################
flac-1.3.3/configure-10636-					# Portland Group f77 and f90 compilers
flac-1.3.3/configure:10637:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/configure-10638-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
flac-1.3.3/configure-10653-	nvcc*)	# Cuda Compiler Driver 2.2
flac-1.3.3/configure:10654:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/configure-10655-	  compiler_needs_object=yes
##############################################
flac-1.3.3/configure-10657-	esac
flac-1.3.3/configure:10658:	case `$CC -V 2>&1 | sed 5q` in
flac-1.3.3/configure-10659-	*Sun\ C*)			# Sun C 5.9
flac-1.3.3/configure:10660:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/configure-10661-	  compiler_needs_object=yes
##############################################
flac-1.3.3/configure-10728-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
flac-1.3.3/configure:10729:      case `$LD -v 2>&1` in
flac-1.3.3/configure-10730-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
flac-1.3.3/configure-10817-	else
flac-1.3.3/configure:10818:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
flac-1.3.3/configure-10819-	fi
##############################################
flac-1.3.3/configure-10882-	# below for broken collect2 doesn't work under 4.3+
flac-1.3.3/configure:10883:	  collect2name=`$CC -print-prog-name=collect2`
flac-1.3.3/configure-10884-	  if test -f "$collect2name" &&
##############################################
flac-1.3.3/configure-10962-      }'
flac-1.3.3/configure:10963:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/configure-10964-  # Check for a 64-bit object if we didn't find anything.
flac-1.3.3/configure-10965-  if test -z "$lt_cv_aix_libpath_"; then
flac-1.3.3/configure:10966:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/configure-10967-  fi
##############################################
flac-1.3.3/configure-10980-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
flac-1.3.3/configure:10981:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
flac-1.3.3/configure-10982-      else
##############################################
flac-1.3.3/configure-11015-      }'
flac-1.3.3/configure:11016:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/configure-11017-  # Check for a 64-bit object if we didn't find anything.
flac-1.3.3/configure-11018-  if test -z "$lt_cv_aix_libpath_"; then
flac-1.3.3/configure:11019:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/configure-11020-  fi
##############################################
flac-1.3.3/configure-11047-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
flac-1.3.3/configure:11048:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
flac-1.3.3/configure-11049-	  if test svr4 != "$with_aix_soname"; then
##############################################
flac-1.3.3/configure-11100-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
flac-1.3.3/configure:11101:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
flac-1.3.3/configure-11102-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
flac-1.3.3/configure-11138-	# FIXME: Setting linknames here is a bad hack.
flac-1.3.3/configure:11139:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
flac-1.3.3/configure-11140-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
flac-1.3.3/configure-11156-  if test yes = "$lt_cv_ld_force_load"; then
flac-1.3.3/configure:11157:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
flac-1.3.3/configure-11158-
##############################################
flac-1.3.3/configure-11336-      if test yes = "$GCC"; then
flac-1.3.3/configure:11337:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/configure-11338-	# Try to use the -exported_symbol ld option, if it does not
##############################################
flac-1.3.3/configure-11364-	if test yes = "$lt_cv_irix_exported_symbol"; then
flac-1.3.3/configure:11365:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
flac-1.3.3/configure-11366-	fi
##############################################
flac-1.3.3/configure-11368-      else
flac-1.3.3/configure:11369:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/configure:11370:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
flac-1.3.3/configure-11371-      fi
##############################################
flac-1.3.3/configure-11415-	hardcode_direct_absolute=yes
flac-1.3.3/configure:11416:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flac-1.3.3/configure-11417-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
flac-1.3.3/configure-11446-	prefix_cmds="$SED"~
flac-1.3.3/configure:11447:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
flac-1.3.3/configure-11448-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
flac-1.3.3/configure-11460-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
flac-1.3.3/configure:11461:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/configure-11462-      else
flac-1.3.3/configure-11463-	allow_undefined_flag=' -expect_unresolved \*'
flac-1.3.3/configure:11464:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/configure-11465-      fi
##############################################
flac-1.3.3/configure-11473-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
flac-1.3.3/configure:11474:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/configure-11475-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
flac-1.3.3/configure-11477-	allow_undefined_flag=' -expect_unresolved \*'
flac-1.3.3/configure:11478:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/configure:11479:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
flac-1.3.3/configure:11480:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
flac-1.3.3/configure-11481-
##############################################
flac-1.3.3/configure-11496-      else
flac-1.3.3/configure:11497:	case `$CC -V 2>&1` in
flac-1.3.3/configure-11498-	*"Compilers 5.0"*)
##############################################
flac-1.3.3/configure-11895-  esac
flac-1.3.3/configure:11896:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
flac-1.3.3/configure-11897-  case $lt_search_path_spec in
##############################################
flac-1.3.3/configure-11902-    # okay in the real world where ";" in dirpaths is itself problematic.
flac-1.3.3/configure:11903:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
flac-1.3.3/configure-11904-    ;;
flac-1.3.3/configure-11905-  *)
flac-1.3.3/configure:11906:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
flac-1.3.3/configure-11907-    ;;
##############################################
flac-1.3.3/configure-11911-  lt_tmp_lt_search_path_spec=
flac-1.3.3/configure:11912:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
flac-1.3.3/configure-11913-  # ...but if some path component already ends with the multilib dir we assume
##############################################
flac-1.3.3/configure-11953-  esac
flac-1.3.3/configure:11954:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
flac-1.3.3/configure-11955-else
##############################################
flac-1.3.3/configure-12093-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
flac-1.3.3/configure:12094:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
flac-1.3.3/configure-12095-    ;;
##############################################
flac-1.3.3/configure-12129-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flac-1.3.3/configure:12130:    postinstall_cmds='base_file=`basename \$file`~
flac-1.3.3/configure:12131:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flac-1.3.3/configure:12132:      dldir=$destdir/`dirname \$dlpath`~
flac-1.3.3/configure-12133-      test -d \$dldir || mkdir -p \$dldir~
##############################################
flac-1.3.3/configure-12138-      fi'
flac-1.3.3/configure:12139:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flac-1.3.3/configure-12140-      dlpath=$dir/\$dldll~
##############################################
flac-1.3.3/configure-12146-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
flac-1.3.3/configure:12147:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flac-1.3.3/configure-12148-
##############################################
flac-1.3.3/configure-12152-      # MinGW DLLs use traditional 'lib' prefix
flac-1.3.3/configure:12153:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flac-1.3.3/configure-12154-      ;;
##############################################
flac-1.3.3/configure-12156-      # pw32 DLLs use 'pw' prefix rather than 'lib'
flac-1.3.3/configure:12157:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flac-1.3.3/configure-12158-      ;;
##############################################
flac-1.3.3/configure-12165-    libname_spec='$name'
flac-1.3.3/configure:12166:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flac-1.3.3/configure-12167-    library_names_spec='$libname.dll.lib'
##############################################
flac-1.3.3/configure-12177-        # Let DOS variable expansion print the short 8.3 style file name.
flac-1.3.3/configure:12178:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
flac-1.3.3/configure-12179-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
flac-1.3.3/configure-12182-      # Convert to MSYS style.
flac-1.3.3/configure:12183:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
flac-1.3.3/configure-12184-      ;;
##############################################
flac-1.3.3/configure-12188-      # like /cygdrive/c/PROGRA~1:/cygdr...
flac-1.3.3/configure:12189:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
flac-1.3.3/configure:12190:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
flac-1.3.3/configure:12191:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flac-1.3.3/configure-12192-      ;;
##############################################
flac-1.3.3/configure-12196-        # It is most probably a Windows format PATH.
flac-1.3.3/configure:12197:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
flac-1.3.3/configure-12198-      else
flac-1.3.3/configure:12199:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flac-1.3.3/configure-12200-      fi
##############################################
flac-1.3.3/configure-12206-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flac-1.3.3/configure:12207:    postinstall_cmds='base_file=`basename \$file`~
flac-1.3.3/configure:12208:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flac-1.3.3/configure:12209:      dldir=$destdir/`dirname \$dlpath`~
flac-1.3.3/configure-12210-      test -d \$dldir || mkdir -p \$dldir~
flac-1.3.3/configure-12211-      $install_prog $dir/$dlname \$dldir/$dlname'
flac-1.3.3/configure:12212:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flac-1.3.3/configure-12213-      dlpath=$dir/\$dldll~
##############################################
flac-1.3.3/configure-12220-    # Assume MSVC wrapper
flac-1.3.3/configure:12221:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
flac-1.3.3/configure-12222-    dynamic_linker='Win32 ld.exe'
##############################################
flac-1.3.3/configure-12237-  shlibpath_var=DYLD_LIBRARY_PATH
flac-1.3.3/configure:12238:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
flac-1.3.3/configure-12239-
##############################################
flac-1.3.3/configure-12490-  if test -f /etc/ld.so.conf; then
flac-1.3.3/configure:12491:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
flac-1.3.3/configure-12492-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
flac-1.3.3/configure-12556-  need_lib_prefix=no
flac-1.3.3/configure:12557:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flac-1.3.3/configure-12558-    need_version=no
##############################################
flac-1.3.3/configure-12583-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
flac-1.3.3/configure:12584:  postinstall_cmds='base_file=`basename \$file`~
flac-1.3.3/configure:12585:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
flac-1.3.3/configure:12586:    dldir=$destdir/`dirname \$dlpath`~
flac-1.3.3/configure-12587-    test -d \$dldir || mkdir -p \$dldir~
##############################################
flac-1.3.3/configure-12592-    fi'
flac-1.3.3/configure:12593:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
flac-1.3.3/configure-12594-    dlpath=$dir/\$dldll~
##############################################
flac-1.3.3/configure-13558-  if test "$am_compiler_list" = ""; then
flac-1.3.3/configure:13559:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
flac-1.3.3/configure-13560-  fi
##############################################
flac-1.3.3/configure-13941-  if test "$am_compiler_list" = ""; then
flac-1.3.3/configure:13942:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
flac-1.3.3/configure-13943-  fi
##############################################
flac-1.3.3/configure-14045-  case $2 in
flac-1.3.3/configure:14046:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
flac-1.3.3/configure:14047:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
flac-1.3.3/configure-14048-  esac
##############################################
flac-1.3.3/configure-14325-    # gcc leaves a trailing carriage return, which upsets mingw
flac-1.3.3/configure:14326:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flac-1.3.3/configure-14327-  *)
flac-1.3.3/configure:14328:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flac-1.3.3/configure-14329-  esac
##############################################
flac-1.3.3/configure-14334-      # Canonicalize the pathname of ld
flac-1.3.3/configure:14335:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
flac-1.3.3/configure-14336-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
flac-1.3.3/configure:14337:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
flac-1.3.3/configure-14338-      done
##############################################
flac-1.3.3/configure-14369-      # Break only if it was the GNU/non-GNU ld that we prefer.
flac-1.3.3/configure:14370:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
flac-1.3.3/configure-14371-      *GNU* | *'with BFD'*)
##############################################
flac-1.3.3/configure-14400-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
flac-1.3.3/configure:14401:case `$LD -v 2>&1 </dev/null` in
flac-1.3.3/configure-14402-*GNU* | *'with BFD'*)
##############################################
flac-1.3.3/configure-14434-        # ancient GNU ld didn't support --whole-archive et. al.
flac-1.3.3/configure:14435:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
flac-1.3.3/configure-14436-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
flac-1.3.3/configure-14545-          # below for broken collect2 doesn't work under 4.3+
flac-1.3.3/configure:14546:	  collect2name=`$CC -print-prog-name=collect2`
flac-1.3.3/configure-14547-	  if test -f "$collect2name" &&
##############################################
flac-1.3.3/configure-14626-      }'
flac-1.3.3/configure:14627:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/configure-14628-  # Check for a 64-bit object if we didn't find anything.
flac-1.3.3/configure-14629-  if test -z "$lt_cv_aix_libpath__CXX"; then
flac-1.3.3/configure:14630:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/configure-14631-  fi
##############################################
flac-1.3.3/configure-14645-
flac-1.3.3/configure:14646:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
flac-1.3.3/configure-14647-        else
##############################################
flac-1.3.3/configure-14680-      }'
flac-1.3.3/configure:14681:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/configure-14682-  # Check for a 64-bit object if we didn't find anything.
flac-1.3.3/configure-14683-  if test -z "$lt_cv_aix_libpath__CXX"; then
flac-1.3.3/configure:14684:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/configure-14685-  fi
##############################################
flac-1.3.3/configure-14712-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
flac-1.3.3/configure:14713:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
flac-1.3.3/configure-14714-	    if test svr4 != "$with_aix_soname"; then
##############################################
flac-1.3.3/configure-14765-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
flac-1.3.3/configure:14766:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
flac-1.3.3/configure-14767-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
flac-1.3.3/configure-14807-	    # is; otherwise, prepend EXPORTS...
flac-1.3.3/configure:14808:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
flac-1.3.3/configure-14809-              cp $export_symbols $output_objdir/$soname.def;
##############################################
flac-1.3.3/configure-14828-  if test yes = "$lt_cv_ld_force_load"; then
flac-1.3.3/configure:14829:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
flac-1.3.3/configure-14830-
##############################################
flac-1.3.3/configure-14873-	  prefix_cmds="$SED"~
flac-1.3.3/configure:14874:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
flac-1.3.3/configure-14875-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
flac-1.3.3/configure-14947-            # dependencies.
flac-1.3.3/configure:14948:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flac-1.3.3/configure-14949-            ;;
##############################################
flac-1.3.3/configure-15012-	    # dependencies.
flac-1.3.3/configure:15013:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flac-1.3.3/configure-15014-	    ;;
##############################################
flac-1.3.3/configure-15048-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
flac-1.3.3/configure:15049:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flac-1.3.3/configure:15050:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flac-1.3.3/configure-15051-	;;
##############################################
flac-1.3.3/configure-15055-	    # SGI C++
flac-1.3.3/configure:15056:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/configure-15057-
##############################################
flac-1.3.3/configure-15066-	      if test no = "$with_gnu_ld"; then
flac-1.3.3/configure:15067:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/configure-15068-	      else
flac-1.3.3/configure:15069:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
flac-1.3.3/configure-15070-	      fi
##############################################
flac-1.3.3/configure-15087-	    # to its proper name (with version) after linking.
flac-1.3.3/configure:15088:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
flac-1.3.3/configure:15089:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
flac-1.3.3/configure-15090-	    # Commands to make compiler produce verbose output that lists
##############################################
flac-1.3.3/configure-15097-	    # dependencies.
flac-1.3.3/configure:15098:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flac-1.3.3/configure-15099-
##############################################
flac-1.3.3/configure-15112-	    # earlier do not add the objects themselves.
flac-1.3.3/configure:15113:	    case `$CC -V 2>&1` in
flac-1.3.3/configure-15114-	      *"Version 7."*)
##############################################
flac-1.3.3/configure-15133-            # Portland Group C++ compiler
flac-1.3.3/configure:15134:	    case `$CC -V` in
flac-1.3.3/configure-15135-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
flac-1.3.3/configure-15138-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
flac-1.3.3/configure:15139:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
flac-1.3.3/configure-15140-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
flac-1.3.3/configure-15142-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
flac-1.3.3/configure:15143:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
flac-1.3.3/configure-15144-                $RANLIB $oldlib'
##############################################
flac-1.3.3/configure-15147-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
flac-1.3.3/configure:15148:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
flac-1.3.3/configure-15149-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
flac-1.3.3/configure-15151-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
flac-1.3.3/configure:15152:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
flac-1.3.3/configure-15153-	      ;;
##############################################
flac-1.3.3/configure-15161-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
flac-1.3.3/configure:15162:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/configure-15163-            ;;
##############################################
flac-1.3.3/configure-15180-	    # dependencies.
flac-1.3.3/configure:15181:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
flac-1.3.3/configure-15182-	    ;;
##############################################
flac-1.3.3/configure-15195-	  *)
flac-1.3.3/configure:15196:	    case `$CC -V 2>&1 | sed 5q` in
flac-1.3.3/configure-15197-	    *Sun\ C*)
##############################################
flac-1.3.3/configure-15202-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
flac-1.3.3/configure:15203:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/configure-15204-	      compiler_needs_object_CXX=yes
##############################################
flac-1.3.3/configure-15267-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
flac-1.3.3/configure:15268:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
flac-1.3.3/configure-15269-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
flac-1.3.3/configure-15286-	    # to its proper name (with version) after linking.
flac-1.3.3/configure:15287:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
flac-1.3.3/configure-15288-
##############################################
flac-1.3.3/configure-15307-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
flac-1.3.3/configure:15308:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/configure-15309-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
flac-1.3.3/configure-15312-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
flac-1.3.3/configure:15313:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/configure:15314:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
flac-1.3.3/configure-15315-                  echo "-hidden">> $lib.exp~
flac-1.3.3/configure:15316:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
flac-1.3.3/configure-15317-                  $RM $lib.exp'
##############################################
flac-1.3.3/configure-15331-	    # dependencies.
flac-1.3.3/configure:15332:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flac-1.3.3/configure-15333-	    ;;
##############################################
flac-1.3.3/configure-15338-	        osf3*)
flac-1.3.3/configure:15339:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/configure-15340-		  ;;
flac-1.3.3/configure-15341-	        *)
flac-1.3.3/configure:15342:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/configure-15343-		  ;;
##############################################
flac-1.3.3/configure-15585-
flac-1.3.3/configure:15586:  for p in `eval "$output_verbose_link_cmd"`; do
flac-1.3.3/configure-15587-    case $prev$p in
##############################################
flac-1.3.3/configure-15688-if test -n "${compiler_lib_search_path_CXX}"; then
flac-1.3.3/configure:15689: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
flac-1.3.3/configure-15690-fi
##############################################
flac-1.3.3/configure-15935-	  *)
flac-1.3.3/configure:15936:	    case `$CC -V 2>&1 | sed 5q` in
flac-1.3.3/configure-15937-	    *Sun\ C*)
##############################################
flac-1.3.3/configure-16317-    else
flac-1.3.3/configure:16318:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
flac-1.3.3/configure-16319-    fi
##############################################
flac-1.3.3/configure-16622-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
flac-1.3.3/configure:16623:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
flac-1.3.3/configure-16624-    ;;
##############################################
flac-1.3.3/configure-16658-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flac-1.3.3/configure:16659:    postinstall_cmds='base_file=`basename \$file`~
flac-1.3.3/configure:16660:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flac-1.3.3/configure:16661:      dldir=$destdir/`dirname \$dlpath`~
flac-1.3.3/configure-16662-      test -d \$dldir || mkdir -p \$dldir~
##############################################
flac-1.3.3/configure-16667-      fi'
flac-1.3.3/configure:16668:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flac-1.3.3/configure-16669-      dlpath=$dir/\$dldll~
##############################################
flac-1.3.3/configure-16675-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
flac-1.3.3/configure:16676:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flac-1.3.3/configure-16677-
##############################################
flac-1.3.3/configure-16680-      # MinGW DLLs use traditional 'lib' prefix
flac-1.3.3/configure:16681:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flac-1.3.3/configure-16682-      ;;
##############################################
flac-1.3.3/configure-16684-      # pw32 DLLs use 'pw' prefix rather than 'lib'
flac-1.3.3/configure:16685:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flac-1.3.3/configure-16686-      ;;
##############################################
flac-1.3.3/configure-16693-    libname_spec='$name'
flac-1.3.3/configure:16694:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flac-1.3.3/configure-16695-    library_names_spec='$libname.dll.lib'
##############################################
flac-1.3.3/configure-16705-        # Let DOS variable expansion print the short 8.3 style file name.
flac-1.3.3/configure:16706:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
flac-1.3.3/configure-16707-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
flac-1.3.3/configure-16710-      # Convert to MSYS style.
flac-1.3.3/configure:16711:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
flac-1.3.3/configure-16712-      ;;
##############################################
flac-1.3.3/configure-16716-      # like /cygdrive/c/PROGRA~1:/cygdr...
flac-1.3.3/configure:16717:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
flac-1.3.3/configure:16718:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
flac-1.3.3/configure:16719:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flac-1.3.3/configure-16720-      ;;
##############################################
flac-1.3.3/configure-16724-        # It is most probably a Windows format PATH.
flac-1.3.3/configure:16725:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
flac-1.3.3/configure-16726-      else
flac-1.3.3/configure:16727:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flac-1.3.3/configure-16728-      fi
##############################################
flac-1.3.3/configure-16734-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flac-1.3.3/configure:16735:    postinstall_cmds='base_file=`basename \$file`~
flac-1.3.3/configure:16736:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flac-1.3.3/configure:16737:      dldir=$destdir/`dirname \$dlpath`~
flac-1.3.3/configure-16738-      test -d \$dldir || mkdir -p \$dldir~
flac-1.3.3/configure-16739-      $install_prog $dir/$dlname \$dldir/$dlname'
flac-1.3.3/configure:16740:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flac-1.3.3/configure-16741-      dlpath=$dir/\$dldll~
##############################################
flac-1.3.3/configure-16748-    # Assume MSVC wrapper
flac-1.3.3/configure:16749:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
flac-1.3.3/configure-16750-    dynamic_linker='Win32 ld.exe'
##############################################
flac-1.3.3/configure-16765-  shlibpath_var=DYLD_LIBRARY_PATH
flac-1.3.3/configure:16766:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
flac-1.3.3/configure-16767-
##############################################
flac-1.3.3/configure-17017-  if test -f /etc/ld.so.conf; then
flac-1.3.3/configure:17018:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
flac-1.3.3/configure-17019-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
flac-1.3.3/configure-17083-  need_lib_prefix=no
flac-1.3.3/configure:17084:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flac-1.3.3/configure-17085-    need_version=no
##############################################
flac-1.3.3/configure-17110-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
flac-1.3.3/configure:17111:  postinstall_cmds='base_file=`basename \$file`~
flac-1.3.3/configure:17112:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
flac-1.3.3/configure:17113:    dldir=$destdir/`dirname \$dlpath`~
flac-1.3.3/configure-17114-    test -d \$dldir || mkdir -p \$dldir~
##############################################
flac-1.3.3/configure-17119-    fi'
flac-1.3.3/configure:17120:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
flac-1.3.3/configure-17121-    dlpath=$dir/\$dldll~
##############################################
flac-1.3.3/configure-17438-set x ${MAKE-make}
flac-1.3.3/configure:17439:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
flac-1.3.3/configure-17440-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
flac-1.3.3/configure-17448-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
flac-1.3.3/configure:17449:case `${MAKE-make} -f conftest.make 2>/dev/null` in
flac-1.3.3/configure-17450-  *@@@%%%=?*=@@@%%%*)
##############################################
flac-1.3.3/configure-18158-do :
flac-1.3.3/configure:18159:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
flac-1.3.3/configure-18160-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
flac-1.3.3/configure-18162-  cat >>confdefs.h <<_ACEOF
flac-1.3.3/configure:18163:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
flac-1.3.3/configure-18164-_ACEOF
##############################################
flac-1.3.3/configure-18514-if test "x$asm_opt" = xno ; then
flac-1.3.3/configure:18515:$as_echo "#define FLAC__NO_ASM 1" >>confdefs.h
flac-1.3.3/configure-18516-
##############################################
flac-1.3.3/configure-18693-
flac-1.3.3/configure:18694:as_CACHEVAR=`$as_echo "ax_cv_c_attribute_target("cpu=power8")" | $as_tr_sh`
flac-1.3.3/configure-18695-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for  __attribute__ ((target(\"cpu=power8\")))" >&5
##############################################
flac-1.3.3/configure-18733-
flac-1.3.3/configure:18734:as_CACHEVAR=`$as_echo "ax_cv_c_attribute_target("cpu=power9")" | $as_tr_sh`
flac-1.3.3/configure-18735-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for  __attribute__ ((target(\"cpu=power9\")))" >&5
##############################################
flac-1.3.3/configure-19184-else
flac-1.3.3/configure:19185:    XMMS_CFLAGS=`$XMMS_CONFIG $xmms_config_args --cflags`
flac-1.3.3/configure:19186:    XMMS_LIBS=`$XMMS_CONFIG $xmms_config_args --libs`
flac-1.3.3/configure:19187:    XMMS_VERSION=`$XMMS_CONFIG $xmms_config_args --version`
flac-1.3.3/configure:19188:    XMMS_DATA_DIR=`$XMMS_CONFIG $xmms_config_args --data-dir`
flac-1.3.3/configure:19189:    XMMS_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --plugin-dir`
flac-1.3.3/configure-19190-    XMMS_VISUALIZATION_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args \
flac-1.3.3/configure-19191-					--visualization-plugin-dir`
flac-1.3.3/configure:19192:    XMMS_INPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --input-plugin-dir`
flac-1.3.3/configure:19193:    XMMS_OUTPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --output-plugin-dir`
flac-1.3.3/configure:19194:    XMMS_EFFECT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --effect-plugin-dir`
flac-1.3.3/configure:19195:    XMMS_GENERAL_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --general-plugin-dir`
flac-1.3.3/configure-19196-
##############################################
flac-1.3.3/configure-19621-    # gcc leaves a trailing carriage return which upsets mingw
flac-1.3.3/configure:19622:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flac-1.3.3/configure-19623-  *)
flac-1.3.3/configure:19624:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flac-1.3.3/configure-19625-  esac
##############################################
flac-1.3.3/configure-19630-      # Canonicalize the pathname of ld
flac-1.3.3/configure:19631:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
flac-1.3.3/configure-19632-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
flac-1.3.3/configure:19633:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
flac-1.3.3/configure-19634-      done
##############################################
flac-1.3.3/configure-19665-      # Break only if it was the GNU/non-GNU ld that we prefer.
flac-1.3.3/configure:19666:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
flac-1.3.3/configure-19667-      *GNU* | *'with BFD'*)
##############################################
flac-1.3.3/configure-19696-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
flac-1.3.3/configure:19697:case `$LD -v 2>&1 </dev/null` in
flac-1.3.3/configure-19698-*GNU* | *'with BFD'*)
##############################################
flac-1.3.3/configure-19784-    *)
flac-1.3.3/configure:19785:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
flac-1.3.3/configure-19786-      if test -n "$searchpath"; then
##############################################
flac-1.3.3/configure-19794-                ;;
flac-1.3.3/configure:19795:              *) searchdir=`cd "$searchdir" && pwd`
flac-1.3.3/configure-19796-                 case "$searchdir" in
##############################################
flac-1.3.3/configure-19885-        names_already_handled="$names_already_handled $name"
flac-1.3.3/configure:19886:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
flac-1.3.3/configure-19887-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
flac-1.3.3/configure-19961-                -L*)
flac-1.3.3/configure:19962:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
flac-1.3.3/configure-19963-                                    if test -n "$acl_shlibext"; then
##############################################
flac-1.3.3/configure-20078-              */$acl_libdirstem | */$acl_libdirstem/)
flac-1.3.3/configure:20079:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
flac-1.3.3/configure-20080-                if test "$name" = 'iconv'; then
##############################################
flac-1.3.3/configure-20085-              */$acl_libdirstem2 | */$acl_libdirstem2/)
flac-1.3.3/configure:20086:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
flac-1.3.3/configure-20087-                if test "$name" = 'iconv'; then
##############################################
flac-1.3.3/configure-20136-                  -L*)
flac-1.3.3/configure:20137:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
flac-1.3.3/configure-20138-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
flac-1.3.3/configure-20195-                  -R*)
flac-1.3.3/configure:20196:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
flac-1.3.3/configure-20197-                    if test "$enable_rpath" != no; then
##############################################
flac-1.3.3/configure-20220-                  -l*)
flac-1.3.3/configure:20221:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
flac-1.3.3/configure-20222-                    ;;
flac-1.3.3/configure-20223-                  *.la)
flac-1.3.3/configure:20224:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
flac-1.3.3/configure-20225-                    ;;
##############################################
flac-1.3.3/configure-20562-
flac-1.3.3/configure:20563:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
flac-1.3.3/configure-20564-    { $as_echo "$as_me:${as_lineno-$LINENO}: result:
##############################################
flac-1.3.3/configure-20763-if test -n "$NASM" ; then
flac-1.3.3/configure:20764:$as_echo "#define FLAC__HAS_NASM 1" >>confdefs.h
flac-1.3.3/configure-20765-
##############################################
flac-1.3.3/configure-20779-$as_echo_n "checking for version of $CC... " >&6; }
flac-1.3.3/configure:20780:	GCC_VERSION=`$CC -dumpversion`
flac-1.3.3/configure-20781-	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_VERSION" >&5
##############################################
flac-1.3.3/configure-20783-
flac-1.3.3/configure:20784:	GCC_MAJOR_VERSION=`echo $GCC_VERSION | cut -d. -f 1`
flac-1.3.3/configure:20785:	GCC_MINOR_VERSION=`echo $GCC_VERSION | cut -d. -f 2`
flac-1.3.3/configure-20786-	fi
##############################################
flac-1.3.3/configure-21308-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
flac-1.3.3/configure:21309:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
flac-1.3.3/configure-21310-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
flac-1.3.3/configure-21492-if test -z "$BASH_VERSION$ZSH_VERSION" \
flac-1.3.3/configure:21493:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
flac-1.3.3/configure-21494-  as_echo='print -r --'
flac-1.3.3/configure-21495-  as_echo_n='print -rn --'
flac-1.3.3/configure:21496:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
flac-1.3.3/configure-21497-  as_echo='printf %s\n'
##############################################
flac-1.3.3/configure-21499-else
flac-1.3.3/configure:21500:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
flac-1.3.3/configure-21501-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
flac-1.3.3/configure-21509-	expr "X$arg" : "X\\(.*\\)$as_nl";
flac-1.3.3/configure:21510:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
flac-1.3.3/configure-21511-      esac;
##############################################
flac-1.3.3/configure-21586-# ----------------------------------------
flac-1.3.3/configure:21587:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
flac-1.3.3/configure-21588-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
flac-1.3.3/configure-21658-  {
flac-1.3.3/configure:21659:    as_val=`expr "$@" || test $? -eq 1`
flac-1.3.3/configure-21660-  }
##############################################
flac-1.3.3/configure-21762-      case $as_dir in #(
flac-1.3.3/configure:21763:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
flac-1.3.3/configure-21764-      *) as_qdir=$as_dir;;
##############################################
flac-1.3.3/configure-21898-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
flac-1.3.3/configure:21899:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
flac-1.3.3/configure-21900-ac_cs_version="\\
##############################################
flac-1.3.3/configure-21923-  --*=?*)
flac-1.3.3/configure:21924:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
flac-1.3.3/configure:21925:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
flac-1.3.3/configure-21926-    ac_shift=:
##############################################
flac-1.3.3/configure-21928-  --*=)
flac-1.3.3/configure:21929:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
flac-1.3.3/configure-21930-    ac_optarg=
##############################################
flac-1.3.3/configure-21952-    case $ac_optarg in
flac-1.3.3/configure:21953:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
flac-1.3.3/configure-21954-    '') as_fn_error $? "missing file argument" ;;
##############################################
flac-1.3.3/configure-21960-    case $ac_optarg in
flac-1.3.3/configure:21961:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
flac-1.3.3/configure-21962-    esac
##############################################
flac-1.3.3/configure-22029-delay_variable_subst='$delay_variable_subst'
flac-1.3.3/configure:22030:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22031:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22032:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22033:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22034:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22035:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22036:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22037:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22038:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22039:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22040:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22041:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22042:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22043:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22044:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22045:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22046:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22047:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22048:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22049:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22050:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22051:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22052:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22053:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22054:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22055:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22056:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22057:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22058:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22059:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22060:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22061:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22062:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22063:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22064:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22065:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22066:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22067:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22068:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22069:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22070:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22071:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22072:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22073:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22074:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22075:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22076:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22077:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22078:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22079:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22080:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22081:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22082:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22083:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22084:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22085:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22086:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22087:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22088:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22089:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22090:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22091:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22092:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22093:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22094:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22095:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22096:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22097:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22098:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22099:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22100:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22101:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22102:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22103:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22104:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22105:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22106:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22107:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22108:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22109:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22110:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22111:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22112:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22113:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22114:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22115:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22116:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22117:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22118:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22119:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22120:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22121:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22122:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22123:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22124:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22125:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22126:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22127:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22128:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22129:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22130:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22131:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22132:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22133:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22134:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22135:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22136:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22137:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22138:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22139:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22140:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22141:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22142:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22143:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22144:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22145:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22146:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22147:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22148:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22149:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22150:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22151:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22152:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22153:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22154:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22155:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22156:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22157:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22158:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22159:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22160:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22161:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22162:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22163:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22164:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22165:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22166:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22167:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22168:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22169:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22170:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22171:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22172:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22173:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22174:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22175:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22176:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22177:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22178:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22179:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22180:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22181:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22182:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22183:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22184:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22185:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22186:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22187:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22188:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22189:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22190:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22191:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22192:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22193:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22194:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22195:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22196:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22197:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22198:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22199:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22200:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22201:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22202:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22203:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22204:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22205:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22206:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22207:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22208:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22209:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22210:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22211:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22212:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22213:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22214:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22215:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22216:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22217:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22218:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure:22219:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/configure-22220-
##############################################
flac-1.3.3/configure-22333-compiler_lib_search_path_CXX; do
flac-1.3.3/configure:22334:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
flac-1.3.3/configure-22335-    *[\\\\\\\`\\"\\\$]*)
flac-1.3.3/configure:22336:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
flac-1.3.3/configure-22337-      ;;
##############################################
flac-1.3.3/configure-22375-postlink_cmds_CXX; do
flac-1.3.3/configure:22376:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
flac-1.3.3/configure-22377-    *[\\\\\\\`\\"\\\$]*)
flac-1.3.3/configure:22378:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
flac-1.3.3/configure-22379-      ;;
##############################################
flac-1.3.3/configure-22535-fi
flac-1.3.3/configure:22536:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
flac-1.3.3/configure-22537-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
flac-1.3.3/configure-22552-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
flac-1.3.3/configure:22553:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
flac-1.3.3/configure-22554-ac_delim='%!_!# '
##############################################
flac-1.3.3/configure-22558-
flac-1.3.3/configure:22559:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
flac-1.3.3/configure-22560-  if test $ac_delim_n = $ac_delim_num; then
##############################################
flac-1.3.3/configure-22696-for ac_last_try in false false :; do
flac-1.3.3/configure:22697:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
flac-1.3.3/configure-22698-  if test -z "$ac_tt"; then
##############################################
flac-1.3.3/configure-22828-      esac
flac-1.3.3/configure:22829:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
flac-1.3.3/configure-22830-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
flac-1.3.3/configure-22887-*)
flac-1.3.3/configure:22888:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
flac-1.3.3/configure-22889-  # A ".." for each directory in $ac_dir_suffix.
flac-1.3.3/configure:22890:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
flac-1.3.3/configure-22891-  case $ac_top_builddir_sub in
##############################################
flac-1.3.3/configure-22948-/@mandir@/p'
flac-1.3.3/configure:22949:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
flac-1.3.3/configure-22950-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
flac-1.3.3/configure-22965-
flac-1.3.3/configure:22966:# Neutralize VPATH when `$srcdir' = `.'.
flac-1.3.3/configure-22967-# Shell code in configure.ac might set extrasub.
##############################################
flac-1.3.3/configure-22993-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
flac-1.3.3/configure:22994:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
flac-1.3.3/configure-22995-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
flac-1.3.3/configure-23039-    * )
flac-1.3.3/configure:23040:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
flac-1.3.3/configure-23041-  esac
##############################################
flac-1.3.3/configure-23094-    # Strip MF so we end up with the name of the file.
flac-1.3.3/configure:23095:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
flac-1.3.3/configure-23096-    # Check whether this is an Automake generated Makefile which includes
##############################################
flac-1.3.3/configure-23662-    *:)
flac-1.3.3/configure:23663:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
flac-1.3.3/configure-23664-        ;;
flac-1.3.3/configure-23665-    x:*)
flac-1.3.3/configure:23666:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
flac-1.3.3/configure-23667-        ;;
flac-1.3.3/configure-23668-    *::*)
flac-1.3.3/configure:23669:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
flac-1.3.3/configure:23670:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
flac-1.3.3/configure-23671-        ;;
flac-1.3.3/configure-23672-    *)
flac-1.3.3/configure:23673:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
flac-1.3.3/configure-23674-        ;;
##############################################
flac-1.3.3/configure-23689-    done
flac-1.3.3/configure:23690:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
flac-1.3.3/configure-23691-}
##############################################
flac-1.3.3/configure-23948-	echo "    SSE optimizations : ................... ${sse_os}"
flac-1.3.3/configure:23949:	echo "    Asm optimizations : ................... ${asm_optimisation}"
flac-1.3.3/configure-23950-	echo "    Ogg/FLAC support : .................... ${have_ogg}"
##############################################
flac-1.3.3/m4/libtool.m4-119-    done
flac-1.3.3/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
flac-1.3.3/m4/libtool.m4-121-}
##############################################
flac-1.3.3/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
flac-1.3.3/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
flac-1.3.3/m4/libtool.m4-439-
##############################################
flac-1.3.3/m4/libtool.m4-447-#
flac-1.3.3/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
flac-1.3.3/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
flac-1.3.3/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
flac-1.3.3/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
flac-1.3.3/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
flac-1.3.3/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
flac-1.3.3/m4/libtool.m4-561-      ;;
##############################################
flac-1.3.3/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
flac-1.3.3/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
flac-1.3.3/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
flac-1.3.3/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
flac-1.3.3/m4/libtool.m4-574-      ;;
##############################################
flac-1.3.3/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
flac-1.3.3/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
flac-1.3.3/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
flac-1.3.3/m4/libtool.m4-1164-      }]'
flac-1.3.3/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
flac-1.3.3/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
flac-1.3.3/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flac-1.3.3/m4/libtool.m4-1169-  fi],[])
##############################################
flac-1.3.3/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
flac-1.3.3/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
flac-1.3.3/m4/libtool.m4-1202-  ECHO='print -r --'
flac-1.3.3/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
flac-1.3.3/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
flac-1.3.3/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
flac-1.3.3/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
flac-1.3.3/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
flac-1.3.3/m4/libtool.m4-1238-
##############################################
flac-1.3.3/m4/libtool.m4-1259-   if test yes = "$GCC"; then
flac-1.3.3/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
flac-1.3.3/m4/libtool.m4-1261-   fi
##############################################
flac-1.3.3/m4/libtool.m4-1263- /*)
flac-1.3.3/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
flac-1.3.3/m4/libtool.m4-1265-   ;; #(
##############################################
flac-1.3.3/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
flac-1.3.3/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/m4/libtool.m4-1295-      *ELF-32*)
##############################################
flac-1.3.3/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
flac-1.3.3/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/m4/libtool.m4-1312-	*32-bit*)
##############################################
flac-1.3.3/m4/libtool.m4-1322-    else
flac-1.3.3/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/m4/libtool.m4-1324-	*32-bit*)
##############################################
flac-1.3.3/m4/libtool.m4-1344-    emul=elf
flac-1.3.3/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/m4/libtool.m4-1346-      *32-bit*)
##############################################
flac-1.3.3/m4/libtool.m4-1352-    esac
flac-1.3.3/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/m4/libtool.m4-1354-      *MSB*)
##############################################
flac-1.3.3/m4/libtool.m4-1360-    esac
flac-1.3.3/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
flac-1.3.3/m4/libtool.m4-1362-      *N32*)
##############################################
flac-1.3.3/m4/libtool.m4-1725-    # And add a safety zone
flac-1.3.3/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
flac-1.3.3/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
flac-1.3.3/m4/libtool.m4-1728-    ;;
##############################################
flac-1.3.3/m4/libtool.m4-1758-    if test -n "$kargmax"; then
flac-1.3.3/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
flac-1.3.3/m4/libtool.m4-1760-    else
##############################################
flac-1.3.3/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
flac-1.3.3/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
flac-1.3.3/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
flac-1.3.3/m4/libtool.m4-1770-    else
##############################################
flac-1.3.3/m4/libtool.m4-1779-      # we can't tell.
flac-1.3.3/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
flac-1.3.3/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
flac-1.3.3/m4/libtool.m4-1783-      do
flac-1.3.3/m4/libtool.m4:1784:        i=`expr $i + 1`
flac-1.3.3/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
flac-1.3.3/m4/libtool.m4-1787-      # Only check the string length outside the loop.
flac-1.3.3/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
flac-1.3.3/m4/libtool.m4-1789-      teststring=
##############################################
flac-1.3.3/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
flac-1.3.3/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
flac-1.3.3/m4/libtool.m4-1794-    fi
##############################################
flac-1.3.3/m4/libtool.m4-2258-    *:)
flac-1.3.3/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
flac-1.3.3/m4/libtool.m4-2260-        ;;
flac-1.3.3/m4/libtool.m4-2261-    x:*)
flac-1.3.3/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
flac-1.3.3/m4/libtool.m4-2263-        ;;
flac-1.3.3/m4/libtool.m4-2264-    *::*)
flac-1.3.3/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
flac-1.3.3/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
flac-1.3.3/m4/libtool.m4-2267-        ;;
flac-1.3.3/m4/libtool.m4-2268-    *)
flac-1.3.3/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
flac-1.3.3/m4/libtool.m4-2270-        ;;
##############################################
flac-1.3.3/m4/libtool.m4-2298-  esac
flac-1.3.3/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
flac-1.3.3/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
flac-1.3.3/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
flac-1.3.3/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
flac-1.3.3/m4/libtool.m4-2307-    ;;
flac-1.3.3/m4/libtool.m4-2308-  *)
flac-1.3.3/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
flac-1.3.3/m4/libtool.m4-2310-    ;;
##############################################
flac-1.3.3/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
flac-1.3.3/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
flac-1.3.3/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
flac-1.3.3/m4/libtool.m4-2356-  esac
flac-1.3.3/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
flac-1.3.3/m4/libtool.m4-2358-else
##############################################
flac-1.3.3/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
flac-1.3.3/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
flac-1.3.3/m4/libtool.m4-2499-    ;;
##############################################
flac-1.3.3/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flac-1.3.3/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
flac-1.3.3/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flac-1.3.3/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
flac-1.3.3/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
flac-1.3.3/m4/libtool.m4-2542-      fi'
flac-1.3.3/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flac-1.3.3/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
flac-1.3.3/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
flac-1.3.3/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
flac-1.3.3/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
flac-1.3.3/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
flac-1.3.3/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
flac-1.3.3/m4/libtool.m4-2558-      ;;
##############################################
flac-1.3.3/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
flac-1.3.3/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
flac-1.3.3/m4/libtool.m4-2562-      ;;
##############################################
flac-1.3.3/m4/libtool.m4-2569-    libname_spec='$name'
flac-1.3.3/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
flac-1.3.3/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
flac-1.3.3/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
flac-1.3.3/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
flac-1.3.3/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
flac-1.3.3/m4/libtool.m4-2586-      # Convert to MSYS style.
flac-1.3.3/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
flac-1.3.3/m4/libtool.m4-2588-      ;;
##############################################
flac-1.3.3/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
flac-1.3.3/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
flac-1.3.3/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
flac-1.3.3/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flac-1.3.3/m4/libtool.m4-2596-      ;;
##############################################
flac-1.3.3/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
flac-1.3.3/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
flac-1.3.3/m4/libtool.m4-2602-      else
flac-1.3.3/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flac-1.3.3/m4/libtool.m4-2604-      fi
##############################################
flac-1.3.3/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flac-1.3.3/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
flac-1.3.3/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flac-1.3.3/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
flac-1.3.3/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
flac-1.3.3/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
flac-1.3.3/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flac-1.3.3/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
flac-1.3.3/m4/libtool.m4-2624-    # Assume MSVC wrapper
flac-1.3.3/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
flac-1.3.3/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
flac-1.3.3/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
flac-1.3.3/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
flac-1.3.3/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
flac-1.3.3/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
flac-1.3.3/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
flac-1.3.3/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
flac-1.3.3/m4/libtool.m4-2941-  need_lib_prefix=no
flac-1.3.3/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flac-1.3.3/m4/libtool.m4-2943-    need_version=no
##############################################
flac-1.3.3/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
flac-1.3.3/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
flac-1.3.3/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
flac-1.3.3/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
flac-1.3.3/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
flac-1.3.3/m4/libtool.m4-2977-    fi'
flac-1.3.3/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
flac-1.3.3/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
flac-1.3.3/m4/libtool.m4-3188-	"file_magic "*)
flac-1.3.3/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
flac-1.3.3/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
flac-1.3.3/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
flac-1.3.3/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flac-1.3.3/m4/libtool.m4-3273-  *)
flac-1.3.3/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flac-1.3.3/m4/libtool.m4-3275-  esac
##############################################
flac-1.3.3/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
flac-1.3.3/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
flac-1.3.3/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
flac-1.3.3/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
flac-1.3.3/m4/libtool.m4-3284-      done
##############################################
flac-1.3.3/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
flac-1.3.3/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
flac-1.3.3/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
flac-1.3.3/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
flac-1.3.3/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
flac-1.3.3/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
flac-1.3.3/m4/libtool.m4-3578-openbsd* | bitrig*)
flac-1.3.3/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flac-1.3.3/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
flac-1.3.3/m4/libtool.m4-3645-    else
flac-1.3.3/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
flac-1.3.3/m4/libtool.m4-3647-    fi
##############################################
flac-1.3.3/m4/libtool.m4-3696-	esac
flac-1.3.3/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
flac-1.3.3/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
flac-1.3.3/m4/libtool.m4-3702-	*)
flac-1.3.3/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
flac-1.3.3/m4/libtool.m4-3704-	  */dev/null*)
##############################################
flac-1.3.3/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
flac-1.3.3/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
flac-1.3.3/m4/libtool.m4-3730-    *COFF*)
##############################################
flac-1.3.3/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
flac-1.3.3/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
flac-1.3.3/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
flac-1.3.3/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
flac-1.3.3/m4/libtool.m4:3962:case `$NM -V 2>&1` in
flac-1.3.3/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
flac-1.3.3/m4/libtool.m4-4009-mingw*)
flac-1.3.3/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
flac-1.3.3/m4/libtool.m4-4011-  ;;
##############################################
flac-1.3.3/m4/libtool.m4-4414-	  *)
flac-1.3.3/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
flac-1.3.3/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
flac-1.3.3/m4/libtool.m4-4750-      *)
flac-1.3.3/m4/libtool.m4:4751:	case `$CC -V 2>&1 | sed 5q` in
flac-1.3.3/m4/libtool.m4-4752-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
flac-1.3.3/m4/libtool.m4-4933-    else
flac-1.3.3/m4/libtool.m4:4934:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
flac-1.3.3/m4/libtool.m4-4935-    fi
##############################################
flac-1.3.3/m4/libtool.m4-5032-	# shared libraries, regardless of the interface used.
flac-1.3.3/m4/libtool.m4:5033:	case `$LD -v 2>&1` in
flac-1.3.3/m4/libtool.m4-5034-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
flac-1.3.3/m4/libtool.m4-5064-    supports_anon_versioning=no
flac-1.3.3/m4/libtool.m4:5065:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
flac-1.3.3/m4/libtool.m4-5066-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
flac-1.3.3/m4/libtool.m4-5167-	prefix_cmds="$SED"~
flac-1.3.3/m4/libtool.m4:5168:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
flac-1.3.3/m4/libtool.m4-5169-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
flac-1.3.3/m4/libtool.m4-5189-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
flac-1.3.3/m4/libtool.m4:5190:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flac-1.3.3/m4/libtool.m4:5191:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flac-1.3.3/m4/libtool.m4-5192-      ;;
##############################################
flac-1.3.3/m4/libtool.m4-5207-        pgcc*)				# Portland Group C compiler
flac-1.3.3/m4/libtool.m4:5208:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/m4/libtool.m4-5209-	  tmp_addflag=' $pic_flag'
##############################################
flac-1.3.3/m4/libtool.m4-5212-					# Portland Group f77 and f90 compilers
flac-1.3.3/m4/libtool.m4:5213:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/m4/libtool.m4-5214-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
flac-1.3.3/m4/libtool.m4-5229-	nvcc*)	# Cuda Compiler Driver 2.2
flac-1.3.3/m4/libtool.m4:5230:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/m4/libtool.m4-5231-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
flac-1.3.3/m4/libtool.m4-5233-	esac
flac-1.3.3/m4/libtool.m4:5234:	case `$CC -V 2>&1 | sed 5q` in
flac-1.3.3/m4/libtool.m4-5235-	*Sun\ C*)			# Sun C 5.9
flac-1.3.3/m4/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
flac-1.3.3/m4/libtool.m4-5304-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
flac-1.3.3/m4/libtool.m4:5305:      case `$LD -v 2>&1` in
flac-1.3.3/m4/libtool.m4-5306-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
flac-1.3.3/m4/libtool.m4-5393-	else
flac-1.3.3/m4/libtool.m4:5394:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
flac-1.3.3/m4/libtool.m4-5395-	fi
##############################################
flac-1.3.3/m4/libtool.m4-5458-	# below for broken collect2 doesn't work under 4.3+
flac-1.3.3/m4/libtool.m4:5459:	  collect2name=`$CC -print-prog-name=collect2`
flac-1.3.3/m4/libtool.m4-5460-	  if test -f "$collect2name" &&
##############################################
flac-1.3.3/m4/libtool.m4-5514-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
flac-1.3.3/m4/libtool.m4:5515:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
flac-1.3.3/m4/libtool.m4-5516-      else
##############################################
flac-1.3.3/m4/libtool.m4-5539-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
flac-1.3.3/m4/libtool.m4:5540:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
flac-1.3.3/m4/libtool.m4-5541-	  if test svr4 != "$with_aix_soname"; then
##############################################
flac-1.3.3/m4/libtool.m4-5630-	# FIXME: Setting linknames here is a bad hack.
flac-1.3.3/m4/libtool.m4:5631:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
flac-1.3.3/m4/libtool.m4-5632-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
flac-1.3.3/m4/libtool.m4-5768-      if test yes = "$GCC"; then
flac-1.3.3/m4/libtool.m4:5769:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4-5770-	# Try to use the -exported_symbol ld option, if it does not
##############################################
flac-1.3.3/m4/libtool.m4-5791-	if test yes = "$lt_cv_irix_exported_symbol"; then
flac-1.3.3/m4/libtool.m4:5792:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
flac-1.3.3/m4/libtool.m4-5793-	fi
##############################################
flac-1.3.3/m4/libtool.m4-5795-      else
flac-1.3.3/m4/libtool.m4:5796:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4:5797:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
flac-1.3.3/m4/libtool.m4-5798-      fi
##############################################
flac-1.3.3/m4/libtool.m4-5842-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
flac-1.3.3/m4/libtool.m4:5843:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flac-1.3.3/m4/libtool.m4-5844-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
flac-1.3.3/m4/libtool.m4-5873-	prefix_cmds="$SED"~
flac-1.3.3/m4/libtool.m4:5874:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
flac-1.3.3/m4/libtool.m4-5875-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
flac-1.3.3/m4/libtool.m4-5887-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
flac-1.3.3/m4/libtool.m4:5888:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4-5889-      else
flac-1.3.3/m4/libtool.m4-5890-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
flac-1.3.3/m4/libtool.m4:5891:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4-5892-      fi
##############################################
flac-1.3.3/m4/libtool.m4-5900-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
flac-1.3.3/m4/libtool.m4:5901:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4-5902-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
flac-1.3.3/m4/libtool.m4-5904-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
flac-1.3.3/m4/libtool.m4:5905:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4:5906:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
flac-1.3.3/m4/libtool.m4:5907:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
flac-1.3.3/m4/libtool.m4-5908-
##############################################
flac-1.3.3/m4/libtool.m4-5923-      else
flac-1.3.3/m4/libtool.m4:5924:	case `$CC -V 2>&1` in
flac-1.3.3/m4/libtool.m4-5925-	*"Compilers 5.0"*)
##############################################
flac-1.3.3/m4/libtool.m4-6116-	  _LT_TAGVAR(allow_undefined_flag, $1)=
flac-1.3.3/m4/libtool.m4:6117:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
flac-1.3.3/m4/libtool.m4-6118-	  then
##############################################
flac-1.3.3/m4/libtool.m4-6420-        # ancient GNU ld didn't support --whole-archive et. al.
flac-1.3.3/m4/libtool.m4:6421:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
flac-1.3.3/m4/libtool.m4-6422-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
flac-1.3.3/m4/libtool.m4-6530-          # below for broken collect2 doesn't work under 4.3+
flac-1.3.3/m4/libtool.m4:6531:	  collect2name=`$CC -print-prog-name=collect2`
flac-1.3.3/m4/libtool.m4-6532-	  if test -f "$collect2name" &&
##############################################
flac-1.3.3/m4/libtool.m4-6588-
flac-1.3.3/m4/libtool.m4:6589:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
flac-1.3.3/m4/libtool.m4-6590-        else
##############################################
flac-1.3.3/m4/libtool.m4-6613-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
flac-1.3.3/m4/libtool.m4:6614:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
flac-1.3.3/m4/libtool.m4-6615-	    if test svr4 != "$with_aix_soname"; then
##############################################
flac-1.3.3/m4/libtool.m4-6742-	  prefix_cmds="$SED"~
flac-1.3.3/m4/libtool.m4:6743:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
flac-1.3.3/m4/libtool.m4-6744-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
flac-1.3.3/m4/libtool.m4-6816-            # dependencies.
flac-1.3.3/m4/libtool.m4:6817:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flac-1.3.3/m4/libtool.m4-6818-            ;;
##############################################
flac-1.3.3/m4/libtool.m4-6881-	    # dependencies.
flac-1.3.3/m4/libtool.m4:6882:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flac-1.3.3/m4/libtool.m4-6883-	    ;;
##############################################
flac-1.3.3/m4/libtool.m4-6917-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
flac-1.3.3/m4/libtool.m4:6918:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flac-1.3.3/m4/libtool.m4:6919:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flac-1.3.3/m4/libtool.m4-6920-	;;
##############################################
flac-1.3.3/m4/libtool.m4-6924-	    # SGI C++
flac-1.3.3/m4/libtool.m4:6925:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4-6926-
##############################################
flac-1.3.3/m4/libtool.m4-6935-	      if test no = "$with_gnu_ld"; then
flac-1.3.3/m4/libtool.m4:6936:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4-6937-	      else
flac-1.3.3/m4/libtool.m4:6938:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
flac-1.3.3/m4/libtool.m4-6939-	      fi
##############################################
flac-1.3.3/m4/libtool.m4-6956-	    # to its proper name (with version) after linking.
flac-1.3.3/m4/libtool.m4:6957:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
flac-1.3.3/m4/libtool.m4:6958:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
flac-1.3.3/m4/libtool.m4-6959-	    # Commands to make compiler produce verbose output that lists
##############################################
flac-1.3.3/m4/libtool.m4-6966-	    # dependencies.
flac-1.3.3/m4/libtool.m4:6967:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flac-1.3.3/m4/libtool.m4-6968-
##############################################
flac-1.3.3/m4/libtool.m4-6981-	    # earlier do not add the objects themselves.
flac-1.3.3/m4/libtool.m4:6982:	    case `$CC -V 2>&1` in
flac-1.3.3/m4/libtool.m4-6983-	      *"Version 7."*)
##############################################
flac-1.3.3/m4/libtool.m4-7002-            # Portland Group C++ compiler
flac-1.3.3/m4/libtool.m4:7003:	    case `$CC -V` in
flac-1.3.3/m4/libtool.m4-7004-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
flac-1.3.3/m4/libtool.m4-7007-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
flac-1.3.3/m4/libtool.m4:7008:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
flac-1.3.3/m4/libtool.m4-7009-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
flac-1.3.3/m4/libtool.m4-7011-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
flac-1.3.3/m4/libtool.m4:7012:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
flac-1.3.3/m4/libtool.m4-7013-                $RANLIB $oldlib'
##############################################
flac-1.3.3/m4/libtool.m4-7016-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
flac-1.3.3/m4/libtool.m4:7017:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
flac-1.3.3/m4/libtool.m4-7018-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
flac-1.3.3/m4/libtool.m4-7020-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
flac-1.3.3/m4/libtool.m4:7021:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
flac-1.3.3/m4/libtool.m4-7022-	      ;;
##############################################
flac-1.3.3/m4/libtool.m4-7030-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
flac-1.3.3/m4/libtool.m4:7031:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/m4/libtool.m4-7032-            ;;
##############################################
flac-1.3.3/m4/libtool.m4-7049-	    # dependencies.
flac-1.3.3/m4/libtool.m4:7050:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
flac-1.3.3/m4/libtool.m4-7051-	    ;;
##############################################
flac-1.3.3/m4/libtool.m4-7064-	  *)
flac-1.3.3/m4/libtool.m4:7065:	    case `$CC -V 2>&1 | sed 5q` in
flac-1.3.3/m4/libtool.m4-7066-	    *Sun\ C*)
##############################################
flac-1.3.3/m4/libtool.m4-7071-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
flac-1.3.3/m4/libtool.m4:7072:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flac-1.3.3/m4/libtool.m4-7073-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
flac-1.3.3/m4/libtool.m4-7136-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
flac-1.3.3/m4/libtool.m4:7137:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
flac-1.3.3/m4/libtool.m4-7138-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
flac-1.3.3/m4/libtool.m4-7155-	    # to its proper name (with version) after linking.
flac-1.3.3/m4/libtool.m4:7156:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
flac-1.3.3/m4/libtool.m4-7157-
##############################################
flac-1.3.3/m4/libtool.m4-7176-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
flac-1.3.3/m4/libtool.m4:7177:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4-7178-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
flac-1.3.3/m4/libtool.m4-7181-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
flac-1.3.3/m4/libtool.m4:7182:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4:7183:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
flac-1.3.3/m4/libtool.m4-7184-                  echo "-hidden">> $lib.exp~
flac-1.3.3/m4/libtool.m4:7185:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
flac-1.3.3/m4/libtool.m4-7186-                  $RM $lib.exp'
##############################################
flac-1.3.3/m4/libtool.m4-7200-	    # dependencies.
flac-1.3.3/m4/libtool.m4:7201:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flac-1.3.3/m4/libtool.m4-7202-	    ;;
##############################################
flac-1.3.3/m4/libtool.m4-7207-	        osf3*)
flac-1.3.3/m4/libtool.m4:7208:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4-7209-		  ;;
flac-1.3.3/m4/libtool.m4-7210-	        *)
flac-1.3.3/m4/libtool.m4:7211:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flac-1.3.3/m4/libtool.m4-7212-		  ;;
##############################################
flac-1.3.3/m4/libtool.m4-7460-  case @S|@2 in
flac-1.3.3/m4/libtool.m4:7461:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
flac-1.3.3/m4/libtool.m4:7462:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
flac-1.3.3/m4/libtool.m4-7463-  esac
##############################################
flac-1.3.3/m4/libtool.m4-7549-
flac-1.3.3/m4/libtool.m4:7550:  for p in `eval "$output_verbose_link_cmd"`; do
flac-1.3.3/m4/libtool.m4-7551-    case $prev$p in
##############################################
flac-1.3.3/m4/libtool.m4-7653-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
flac-1.3.3/m4/libtool.m4:7654: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
flac-1.3.3/m4/libtool.m4-7655-fi
##############################################
flac-1.3.3/m4/libtool.m4-8273-    test 10 -lt "$lt_ac_count" && break
flac-1.3.3/m4/libtool.m4:8274:    lt_ac_count=`expr $lt_ac_count + 1`
flac-1.3.3/m4/libtool.m4-8275-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
flac-1.3.3/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
flac-1.3.3/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
flac-1.3.3/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
flac-1.3.3/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
flac-1.3.3/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flac-1.3.3/m4/lib-ld.m4-58-  *)
flac-1.3.3/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flac-1.3.3/m4/lib-ld.m4-60-  esac
##############################################
flac-1.3.3/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
flac-1.3.3/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
flac-1.3.3/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
flac-1.3.3/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
flac-1.3.3/m4/lib-ld.m4-69-      done
##############################################
flac-1.3.3/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
flac-1.3.3/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
flac-1.3.3/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
flac-1.3.3/m4/ogg.m4-11-dnl
flac-1.3.3/m4/ogg.m4:12:AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is installed (optional)]), ogg_prefix="$withval", ogg_prefix="")
flac-1.3.3/m4/ogg.m4:13:AC_ARG_WITH(ogg-libraries,AC_HELP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library is installed (optional)]), ogg_libraries="$withval", ogg_libraries="")
flac-1.3.3/m4/ogg.m4:14:AC_ARG_WITH(ogg-includes,AC_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header files are installed (optional)]), ogg_includes="$withval", ogg_includes="")
flac-1.3.3/m4/ogg.m4-15-AC_ARG_ENABLE(oggtest,AC_HELP_STRING([--disable-oggtest],[Do not try to compile and run a test Ogg program]),, enable_oggtest=yes)
##############################################
flac-1.3.3/m4/ltsugar.m4-68-m4_define([lt_combine],
flac-1.3.3/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
flac-1.3.3/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
flac-1.3.3/m4/gcc_version.m4-19-	AC_MSG_CHECKING([for version of $CC])
flac-1.3.3/m4/gcc_version.m4:20:	GCC_VERSION=`$CC -dumpversion`
flac-1.3.3/m4/gcc_version.m4-21-	AC_MSG_RESULT($GCC_VERSION)
flac-1.3.3/m4/gcc_version.m4-22-
flac-1.3.3/m4/gcc_version.m4:23:	GCC_MAJOR_VERSION=`echo $GCC_VERSION | cut -d. -f 1`
flac-1.3.3/m4/gcc_version.m4:24:	GCC_MINOR_VERSION=`echo $GCC_VERSION | cut -d. -f 2`
flac-1.3.3/m4/gcc_version.m4-25-	fi
##############################################
flac-1.3.3/m4/lib-prefix.m4-201-    *)
flac-1.3.3/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
flac-1.3.3/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
flac-1.3.3/m4/lib-prefix.m4-211-                ;;
flac-1.3.3/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
flac-1.3.3/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
flac-1.3.3/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
flac-1.3.3/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
flac-1.3.3/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
flac-1.3.3/m4/lib-link.m4-322-                -L*)
flac-1.3.3/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
flac-1.3.3/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
flac-1.3.3/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
flac-1.3.3/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
flac-1.3.3/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
flac-1.3.3/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
flac-1.3.3/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
flac-1.3.3/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
flac-1.3.3/m4/lib-link.m4-529-                  -L*)
flac-1.3.3/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
flac-1.3.3/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
flac-1.3.3/m4/lib-link.m4-581-                  -R*)
flac-1.3.3/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
flac-1.3.3/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
flac-1.3.3/m4/lib-link.m4-611-                    dnl Handle this in the next round.
flac-1.3.3/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
flac-1.3.3/m4/lib-link.m4-613-                    ;;
##############################################
flac-1.3.3/m4/lib-link.m4-617-                    dnl option.
flac-1.3.3/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
flac-1.3.3/m4/lib-link.m4-619-                    ;;
##############################################
flac-1.3.3/m4/lib-link.m4-730-            -L) next=yes ;;
flac-1.3.3/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
flac-1.3.3/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
flac-1.3.3/m4/Makefile.in-67-  { \
flac-1.3.3/m4/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/m4/Makefile.in-69-  }; \
##############################################
flac-1.3.3/m4/Makefile.in-215-MKDIR_P = @MKDIR_P@
flac-1.3.3/m4/Makefile.in:216:NASM = @NASM@
flac-1.3.3/m4/Makefile.in-217-NM = @NM@
##############################################
flac-1.3.3/m4/Makefile.in-364-distdir-am: $(DISTFILES)
flac-1.3.3/m4/Makefile.in:365:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/m4/Makefile.in:366:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/m4/Makefile.in-367-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/m4/Makefile.in-378-	  if test -d $$d/$$file; then \
flac-1.3.3/m4/Makefile.in:379:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/m4/Makefile.in-380-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/m4/xmms.m4-88-else
flac-1.3.3/m4/xmms.m4:89:    XMMS_CFLAGS=`$XMMS_CONFIG $xmms_config_args --cflags`
flac-1.3.3/m4/xmms.m4:90:    XMMS_LIBS=`$XMMS_CONFIG $xmms_config_args --libs`
flac-1.3.3/m4/xmms.m4:91:    XMMS_VERSION=`$XMMS_CONFIG $xmms_config_args --version`
flac-1.3.3/m4/xmms.m4:92:    XMMS_DATA_DIR=`$XMMS_CONFIG $xmms_config_args --data-dir`
flac-1.3.3/m4/xmms.m4:93:    XMMS_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --plugin-dir`
flac-1.3.3/m4/xmms.m4-94-    XMMS_VISUALIZATION_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args \
flac-1.3.3/m4/xmms.m4-95-					--visualization-plugin-dir`
flac-1.3.3/m4/xmms.m4:96:    XMMS_INPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --input-plugin-dir`
flac-1.3.3/m4/xmms.m4:97:    XMMS_OUTPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --output-plugin-dir`
flac-1.3.3/m4/xmms.m4:98:    XMMS_EFFECT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --effect-plugin-dir`
flac-1.3.3/m4/xmms.m4:99:    XMMS_GENERAL_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --general-plugin-dir`
flac-1.3.3/m4/xmms.m4-100-
##############################################
flac-1.3.3/m4/iconv.m4-254-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
flac-1.3.3/m4/iconv.m4:255:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
flac-1.3.3/m4/iconv.m4-256-    AC_MSG_RESULT([
##############################################
flac-1.3.3/doc/Makefile.in-68-  { \
flac-1.3.3/doc/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/doc/Makefile.in-70-  }; \
##############################################
flac-1.3.3/doc/Makefile.in-158-  esac
flac-1.3.3/doc/Makefile.in:159:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flac-1.3.3/doc/Makefile.in-160-am__vpath_adj = case $$p in \
flac-1.3.3/doc/Makefile.in:161:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flac-1.3.3/doc/Makefile.in-162-    *) f=$$p;; \
flac-1.3.3/doc/Makefile.in-163-  esac;
flac-1.3.3/doc/Makefile.in:164:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flac-1.3.3/doc/Makefile.in-165-am__install_max = 40
flac-1.3.3/doc/Makefile.in-166-am__nobase_strip_setup = \
flac-1.3.3/doc/Makefile.in:167:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flac-1.3.3/doc/Makefile.in-168-am__nobase_strip = \
##############################################
flac-1.3.3/doc/Makefile.in-224-  while test -n "$$dir1"; do \
flac-1.3.3/doc/Makefile.in:225:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/doc/Makefile.in-226-    if test "$$first" != "."; then \
flac-1.3.3/doc/Makefile.in-227-      if test "$$first" = ".."; then \
flac-1.3.3/doc/Makefile.in:228:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/doc/Makefile.in:229:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/doc/Makefile.in-230-      else \
flac-1.3.3/doc/Makefile.in:231:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/doc/Makefile.in-232-        if test "$$first2" = "$$first"; then \
flac-1.3.3/doc/Makefile.in:233:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/doc/Makefile.in-234-        else \
##############################################
flac-1.3.3/doc/Makefile.in-239-    fi; \
flac-1.3.3/doc/Makefile.in:240:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/doc/Makefile.in-241-  done; \
##############################################
flac-1.3.3/doc/Makefile.in-305-MKDIR_P = @MKDIR_P@
flac-1.3.3/doc/Makefile.in:306:NASM = @NASM@
flac-1.3.3/doc/Makefile.in-307-NM = @NM@
##############################################
flac-1.3.3/doc/Makefile.in-461-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
flac-1.3.3/doc/Makefile.in:462:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flac-1.3.3/doc/Makefile.in-463-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
flac-1.3.3/doc/Makefile.in-478-	dot_seen=no; \
flac-1.3.3/doc/Makefile.in:479:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/doc/Makefile.in-480-	case "$@" in \
##############################################
flac-1.3.3/doc/Makefile.in-541-GTAGS:
flac-1.3.3/doc/Makefile.in:542:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/doc/Makefile.in-543-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/doc/Makefile.in-567-distdir-am: $(DISTFILES)
flac-1.3.3/doc/Makefile.in:568:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/doc/Makefile.in:569:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/doc/Makefile.in-570-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/doc/Makefile.in-581-	  if test -d $$d/$$file; then \
flac-1.3.3/doc/Makefile.in:582:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/doc/Makefile.in-583-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/doc/html/images/Makefile.in-68-  { \
flac-1.3.3/doc/html/images/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/doc/html/images/Makefile.in-70-  }; \
##############################################
flac-1.3.3/doc/html/images/Makefile.in-150-  esac
flac-1.3.3/doc/html/images/Makefile.in:151:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flac-1.3.3/doc/html/images/Makefile.in-152-am__vpath_adj = case $$p in \
flac-1.3.3/doc/html/images/Makefile.in:153:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flac-1.3.3/doc/html/images/Makefile.in-154-    *) f=$$p;; \
flac-1.3.3/doc/html/images/Makefile.in-155-  esac;
flac-1.3.3/doc/html/images/Makefile.in:156:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flac-1.3.3/doc/html/images/Makefile.in-157-am__install_max = 40
flac-1.3.3/doc/html/images/Makefile.in-158-am__nobase_strip_setup = \
flac-1.3.3/doc/html/images/Makefile.in:159:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flac-1.3.3/doc/html/images/Makefile.in-160-am__nobase_strip = \
##############################################
flac-1.3.3/doc/html/images/Makefile.in-245-MKDIR_P = @MKDIR_P@
flac-1.3.3/doc/html/images/Makefile.in:246:NASM = @NASM@
flac-1.3.3/doc/html/images/Makefile.in-247-NM = @NM@
##############################################
flac-1.3.3/doc/html/images/Makefile.in-398-	@list='$(logos_DATA)'; test -n "$(logosdir)" || list=; \
flac-1.3.3/doc/html/images/Makefile.in:399:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flac-1.3.3/doc/html/images/Makefile.in-400-	dir='$(DESTDIR)$(logosdir)'; $(am__uninstall_files_from_dir)
##############################################
flac-1.3.3/doc/html/images/Makefile.in-411-distdir-am: $(DISTFILES)
flac-1.3.3/doc/html/images/Makefile.in:412:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/doc/html/images/Makefile.in:413:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/doc/html/images/Makefile.in-414-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/doc/html/images/Makefile.in-425-	  if test -d $$d/$$file; then \
flac-1.3.3/doc/html/images/Makefile.in:426:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/doc/html/images/Makefile.in-427-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/doc/html/Makefile.in-68-  { \
flac-1.3.3/doc/html/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flac-1.3.3/doc/html/Makefile.in-70-  }; \
##############################################
flac-1.3.3/doc/html/Makefile.in-158-  esac
flac-1.3.3/doc/html/Makefile.in:159:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flac-1.3.3/doc/html/Makefile.in-160-am__vpath_adj = case $$p in \
flac-1.3.3/doc/html/Makefile.in:161:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flac-1.3.3/doc/html/Makefile.in-162-    *) f=$$p;; \
flac-1.3.3/doc/html/Makefile.in-163-  esac;
flac-1.3.3/doc/html/Makefile.in:164:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flac-1.3.3/doc/html/Makefile.in-165-am__install_max = 40
flac-1.3.3/doc/html/Makefile.in-166-am__nobase_strip_setup = \
flac-1.3.3/doc/html/Makefile.in:167:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flac-1.3.3/doc/html/Makefile.in-168-am__nobase_strip = \
##############################################
flac-1.3.3/doc/html/Makefile.in-224-  while test -n "$$dir1"; do \
flac-1.3.3/doc/html/Makefile.in:225:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flac-1.3.3/doc/html/Makefile.in-226-    if test "$$first" != "."; then \
flac-1.3.3/doc/html/Makefile.in-227-      if test "$$first" = ".."; then \
flac-1.3.3/doc/html/Makefile.in:228:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flac-1.3.3/doc/html/Makefile.in:229:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flac-1.3.3/doc/html/Makefile.in-230-      else \
flac-1.3.3/doc/html/Makefile.in:231:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flac-1.3.3/doc/html/Makefile.in-232-        if test "$$first2" = "$$first"; then \
flac-1.3.3/doc/html/Makefile.in:233:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flac-1.3.3/doc/html/Makefile.in-234-        else \
##############################################
flac-1.3.3/doc/html/Makefile.in-239-    fi; \
flac-1.3.3/doc/html/Makefile.in:240:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flac-1.3.3/doc/html/Makefile.in-241-  done; \
##############################################
flac-1.3.3/doc/html/Makefile.in-305-MKDIR_P = @MKDIR_P@
flac-1.3.3/doc/html/Makefile.in:306:NASM = @NASM@
flac-1.3.3/doc/html/Makefile.in-307-NM = @NM@
##############################################
flac-1.3.3/doc/html/Makefile.in-474-	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
flac-1.3.3/doc/html/Makefile.in:475:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flac-1.3.3/doc/html/Makefile.in-476-	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
##############################################
flac-1.3.3/doc/html/Makefile.in-491-	dot_seen=no; \
flac-1.3.3/doc/html/Makefile.in:492:	target=`echo $@ | sed s/-recursive//`; \
flac-1.3.3/doc/html/Makefile.in-493-	case "$@" in \
##############################################
flac-1.3.3/doc/html/Makefile.in-554-GTAGS:
flac-1.3.3/doc/html/Makefile.in:555:	here=`$(am__cd) $(top_builddir) && pwd` \
flac-1.3.3/doc/html/Makefile.in-556-	  && $(am__cd) $(top_srcdir) \
##############################################
flac-1.3.3/doc/html/Makefile.in-580-distdir-am: $(DISTFILES)
flac-1.3.3/doc/html/Makefile.in:581:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/doc/html/Makefile.in:582:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flac-1.3.3/doc/html/Makefile.in-583-	list='$(DISTFILES)'; \
##############################################
flac-1.3.3/doc/html/Makefile.in-594-	  if test -d $$d/$$file; then \
flac-1.3.3/doc/html/Makefile.in:595:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flac-1.3.3/doc/html/Makefile.in-596-	    if test -d "$(distdir)/$$file"; then \
##############################################
flac-1.3.3/doc/html/api/jquery.js-15- */
flac-1.3.3/doc/html/api/jquery.js:16:(function(bb,L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function(b0,b1){return new bF.fn.init(b0,b1,bD)},bU=bb.jQuery,bH=bb.$,bD,bY=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,bM=/\S/,bI=/^\s+/,bE=/\s+$/,bA=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bN=/^[\],:{}\s]*$/,bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]+)/,bR=/(opera)(?:.*version)?[ \/]([\w.]+)/,bQ=/(msie) ([\w.]+)/,bS=/(mozilla)(?:.*? rv:([\w.]+))?/,bB=/-([a-z]|[0-9])/ig,bZ=/^-ms-/,bT=function(b0,b1){return(b1+"").toUpperCase()},bX=bu.userAgent,bV,bC,e,bL=Object.prototype.toString,bG=Object.prototype.hasOwnProperty,bz=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.indexOf,bx={};bF.fn=bF.prototype={constructor:bF,init:function(b0,b4,b3){var b2,b5,b1,b6;if(!b0){return this}if(b0.nodeType){this.context=this[0]=b0;this.length=1;return this}if(b0==="body"&&!b4&&av.body){this.context=av;this[0]=av.body;this.selector=b0;this.length=1;return this}if(typeof b0==="string"){if(b0.charAt(0)==="<"&&b0.charAt(b0.length-1)===">"&&b0.length>=3){b2=[null,b0,null]}else{b2=bY.exec(b0)}if(b2&&(b2[1]||!b4)){if(b2[1]){b4=b4 instanceof bF?b4[0]:b4;b6=(b4?b4.ownerDocument||b4:av);b1=bA.exec(b0);if(b1){if(bF.isPlainObject(b4)){b0=[av.createElement(b1[1])];bF.fn.attr.call(b0,b4,true)}else{b0=[b6.createElement(b1[1])]}}else{b1=bF.buildFragment([b2[1]],[b6]);b0=(b1.cacheable?bF.clone(b1.fragment):b1.fragment).childNodes}return bF.merge(this,b0)}else{b5=av.getElementById(b2[2]);if(b5&&b5.parentNode){if(b5.id!==b2[2]){return b3.find(b0)}this.length=1;this[0]=b5}this.context=av;this.selector=b0;return this}}else{if(!b4||b4.jquery){return(b4||b3).find(b0)}else{return this.constructor(b4).find(b0)}}}else{if(bF.isFunction(b0)){return b3.ready(b0)}}if(b0.selector!==L){this.selector=b0.selector;this.context=b0.context}return bF.makeArray(b0,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return bK.call(this,0)},get:function(b0){return b0==null?this.toArray():(b0<0?this[this.length+b0]:this[b0])},pushStack:function(b1,b3,b0){var b2=this.constructor();if(bF.isArray(b1)){bz.apply(b2,b1)}else{bF.merge(b2,b1)}b2.prevObject=this;b2.context=this.context;if(b3==="find"){b2.selector=this.selector+(this.selector?" ":"")+b0}else{if(b3){b2.selector=this.selector+"."+b3+"("+b0+")"}}return b2},each:function(b1,b0){return bF.each(this,b1,b0)},ready:function(b0){bF.bindReady();bC.add(b0);return this},eq:function(b0){b0=+b0;return b0===-1?this.slice(b0):this.slice(b0,b0+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bK.apply(this,arguments),"slice",bK.call(arguments).join(","))},map:function(b0){return this.pushStack(bF.map(this,function(b2,b1){return b0.call(b2,b1,b2)}))},end:function(){return this.prevObject||this.constructor(null)},push:bz,sort:[].sort,splice:[].splice};bF.fn.init.prototype=bF.fn;bF.extend=bF.fn.extend=function(){var b9,b2,b0,b1,b6,b7,b5=arguments[0]||{},b4=1,b3=arguments.length,b8=false;if(typeof b5==="boolean"){b8=b5;b5=arguments[1]||{};b4=2}if(typeof b5!=="object"&&!bF.isFunction(b5)){b5={}}if(b3===b4){b5=this;--b4}for(;b4<b3;b4++){if((b9=arguments[b4])!=null){for(b2 in b9){b0=b5[b2];b1=b9[b2];if(b5===b1){continue}if(b8&&b1&&(bF.isPlainObject(b1)||(b6=bF.isArray(b1)))){if(b6){b6=false;b7=b0&&bF.isArray(b0)?b0:[]}else{b7=b0&&bF.isPlainObject(b0)?b0:{}}b5[b2]=bF.extend(b8,b7,b1)}else{if(b1!==L){b5[b2]=b1}}}}}return b5};bF.extend({noConflict:function(b0){if(bb.$===bF){bb.$=bH}if(b0&&bb.jQuery===bF){bb.jQuery=bU}return bF},isReady:false,readyWait:1,holdReady:function(b0){if(b0){bF.readyWait++}else{bF.ready(true)}},ready:function(b0){if((b0===true&&!--bF.readyWait)||(b0!==true&&!bF.isReady)){if(!av.body){return setTimeout(bF.ready,1)}bF.isReady=true;if(b0!==true&&--bF.readyWait>0){return}bC.fireWith(av,[bF]);if(bF.fn.trigger){bF(av).trigger("ready").off("ready")}}},bindReady:function(){if(bC){return}bC=bF.Callbacks("once memory");if(av.readyState==="complete"){return setTimeout(bF.ready,1)}if(av.addEventListener){av.addEventListener("DOMContentLoaded",e,false);bb.addEventListener("load",bF.ready,false)}else{if(av.attachEvent){av.attachEvent("onreadystatechange",e);bb.attachEvent("onload",bF.ready);var b0=false;try{b0=bb.frameElement==null}catch(b1){}if(av.documentElement.doScroll&&b0){bw()}}}},isFunction:function(b0){return bF.type(b0)==="function"},isArray:Array.isArray||function(b0){return bF.type(b0)==="array"},isWindow:function(b0){return b0&&typeof b0==="object"&&"setInterval" in b0},isNumeric:function(b0){return !isNaN(parseFloat(b0))&&isFinite(b0)},type:function(b0){return b0==null?String(b0):bx[bL.call(b0)]||"object"},isPlainObject:function(b2){if(!b2||bF.type(b2)!=="object"||b2.nodeType||bF.isWindow(b2)){return false}try{if(b2.constructor&&!bG.call(b2,"constructor")&&!bG.call(b2.constructor.prototype,"isPrototypeOf")){return false}}catch(b1){return false}var b0;for(b0 in b2){}return b0===L||bG.call(b2,b0)},isEmptyObject:function(b1){for(var b0 in b1){return false}return true},error:function(b0){throw new Error(b0)},parseJSON:function(b0){if(typeof b0!=="string"||!b0){return null}b0=bF.trim(b0);if(bb.JSON&&bb.JSON.parse){return bb.JSON.parse(b0)}if(bN.test(b0.replace(bW,"@").replace(bP,"]").replace(bJ,""))){return(new Function("return "+b0))()}bF.error("Invalid JSON: "+b0)},parseXML:function(b2){var b0,b1;try{if(bb.DOMParser){b1=new DOMParser();b0=b1.parseFromString(b2,"text/xml")}else{b0=new ActiveXObject("Microsoft.XMLDOM");b0.async="false";b0.loadXML(b2)}}catch(b3){b0=L}if(!b0||!b0.documentElement||b0.getElementsByTagName("parsererror").length){bF.error("Invalid XML: "+b2)}return b0},noop:function(){},globalEval:function(b0){if(b0&&bM.test(b0)){(bb.execScript||function(b1){bb["eval"].call(bb,b1)})(b0)}},camelCase:function(b0){return b0.replace(bZ,"ms-").replace(bB,bT)},nodeName:function(b1,b0){return b1.nodeName&&b1.nodeName.toUpperCase()===b0.toUpperCase()},each:function(b3,b6,b2){var b1,b4=0,b5=b3.length,b0=b5===L||bF.isFunction(b3);if(b2){if(b0){for(b1 in b3){if(b6.apply(b3[b1],b2)===false){break}}}else{for(;b4<b5;){if(b6.apply(b3[b4++],b2)===false){break}}}}else{if(b0){for(b1 in b3){if(b6.call(b3[b1],b1,b3[b1])===false){break}}}else{for(;b4<b5;){if(b6.call(b3[b4],b4,b3[b4++])===false){break}}}}return b3},trim:bO?function(b0){return b0==null?"":bO.call(b0)}:function(b0){return b0==null?"":b0.toString().replace(bI,"").replace(bE,"")},makeArray:function(b3,b1){var b0=b1||[];if(b3!=null){var b2=bF.type(b3);if(b3.length==null||b2==="string"||b2==="function"||b2==="regexp"||bF.isWindow(b3)){bz.call(b0,b3)}else{bF.merge(b0,b3)}}return b0},inArray:function(b2,b3,b1){var b0;if(b3){if(bv){return bv.call(b3,b2,b1)}b0=b3.length;b1=b1?b1<0?Math.max(0,b0+b1):b1:0;for(;b1<b0;b1++){if(b1 in b3&&b3[b1]===b2){return b1}}}return -1},merge:function(b4,b2){var b3=b4.length,b1=0;if(typeof b2.length==="number"){for(var b0=b2.length;b1<b0;b1++){b4[b3++]=b2[b1]}}else{while(b2[b1]!==L){b4[b3++]=b2[b1++]}}b4.length=b3;return b4},grep:function(b1,b6,b0){var b2=[],b5;b0=!!b0;for(var b3=0,b4=b1.length;b3<b4;b3++){b5=!!b6(b1[b3],b3);if(b0!==b5){b2.push(b1[b3])}}return b2},map:function(b0,b7,b8){var b5,b6,b4=[],b2=0,b1=b0.length,b3=b0 instanceof bF||b1!==L&&typeof b1==="number"&&((b1>0&&b0[0]&&b0[b1-1])||b1===0||bF.isArray(b0));if(b3){for(;b2<b1;b2++){b5=b7(b0[b2],b2,b8);if(b5!=null){b4[b4.length]=b5}}}else{for(b6 in b0){b5=b7(b0[b6],b6,b8);if(b5!=null){b4[b4.length]=b5}}}return b4.concat.apply([],b4)},guid:1,proxy:function(b4,b3){if(typeof b3==="string"){var b2=b4[b3];b3=b4;b4=b2}if(!bF.isFunction(b4)){return L}var b0=bK.call(arguments,2),b1=function(){return b4.apply(b3,b0.concat(bK.call(arguments)))};b1.guid=b4.guid=b4.guid||b1.guid||bF.guid++;return b1},access:function(b0,b8,b6,b2,b5,b7){var b1=b0.length;if(typeof b8==="object"){for(var b3 in b8){bF.access(b0,b3,b8[b3],b2,b5,b6)}return b0}if(b6!==L){b2=!b7&&b2&&bF.isFunction(b6);for(var b4=0;b4<b1;b4++){b5(b0[b4],b8,b2?b6.call(b0[b4],b4,b5(b0[b4],b8)):b6,b7)}return b0}return b1?b5(b0[0],b8):L},now:function(){return(new Date()).getTime()},uaMatch:function(b1){b1=b1.toLowerCase();var b0=by.exec(b1)||bR.exec(b1)||bQ.exec(b1)||b1.indexOf("compatible")<0&&bS.exec(b1)||[];return{browser:b0[1]||"",version:b0[2]||"0"}},sub:function(){function b0(b3,b4){return new b0.fn.init(b3,b4)}bF.extend(true,b0,this);b0.superclass=this;b0.fn=b0.prototype=this();b0.fn.constructor=b0;b0.sub=this.sub;b0.fn.init=function b2(b3,b4){if(b4&&b4 instanceof bF&&!(b4 instanceof b0)){b4=b0(b4)}return bF.fn.init.call(this,b3,b4,b1)};b0.fn.init.prototype=b0.fn;var b1=b0(av);return b0},browser:{}});bF.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(b1,b0){bx["[object "+b0+"]"]=b0.toLowerCase()});bV=bF.uaMatch(bX);if(bV.browser){bF.browser[bV.browser]=true;bF.browser.version=bV.version}if(bF.browser.webkit){bF.browser.safari=true}if(bM.test("\xA0")){bI=/^[\s\xA0]+/;bE=/[\s\xA0]+$/}bD=bF(av);if(av.addEventListener){e=function(){av.removeEventListener("DOMContentLoaded",e,false);bF.ready()}}else{if(av.attachEvent){e=function(){if(av.readyState==="complete"){av.detachEvent("onreadystatechange",e);bF.ready()}}}}function bw(){if(bF.isReady){return}try{av.documentElement.doScroll("left")}catch(b0){setTimeout(bw,1);return}bF.ready()}return bF})();var a2={};function X(e){var bv=a2[e]={},bw,bx;e=e.split(/\s+/);for(bw=0,bx=e.length;bw<bx;bw++){bv[e[bw]]=true}return bv}b.Callbacks=function(bw){bw=bw?(a2[bw]||X(bw)):{};var bB=[],bC=[],bx,by,bv,bz,bA,bE=function(bF){var bG,bJ,bI,bH,bK;for(bG=0,bJ=bF.length;bG<bJ;bG++){bI=bF[bG];bH=b.type(bI);if(bH==="array"){bE(bI)}else{if(bH==="function"){if(!bw.unique||!bD.has(bI)){bB.push(bI)}}}}},e=function(bG,bF){bF=bF||[];bx=!bw.memory||[bG,bF];by=true;bA=bv||0;bv=0;bz=bB.length;for(;bB&&bA<bz;bA++){if(bB[bA].apply(bG,bF)===false&&bw.stopOnFalse){bx=true;break}}by=false;if(bB){if(!bw.once){if(bC&&bC.length){bx=bC.shift();bD.fireWith(bx[0],bx[1])}}else{if(bx===true){bD.disable()}else{bB=[]}}}},bD={add:function(){if(bB){var bF=bB.length;bE(arguments);if(by){bz=bB.length}else{if(bx&&bx!==true){bv=bF;e(bx[0],bx[1])}}}return this},remove:function(){if(bB){var bF=arguments,bH=0,bI=bF.length;for(;bH<bI;bH++){for(var bG=0;bG<bB.length;bG++){if(bF[bH]===bB[bG]){if(by){if(bG<=bz){bz--;if(bG<=bA){bA--}}}bB.splice(bG--,1);if(bw.unique){break}}}}}return this},has:function(bG){if(bB){var bF=0,bH=bB.length;for(;bF<bH;bF++){if(bG===bB[bF]){return true}}}return false},empty:function(){bB=[];return this},disable:function(){bB=bC=bx=L;return this},disabled:function(){return !bB},lock:function(){bC=L;if(!bx||bx===true){bD.disable()}return this},locked:function(){return !bC},fireWith:function(bG,bF){if(bC){if(by){if(!bw.once){bC.push([bG,bF])}}else{if(!(bw.once&&bx)){e(bG,bF)}}}return this},fire:function(){bD.fireWith(this,arguments);return this},fired:function(){return !!bx}};return bD};var aJ=[].slice;b.extend({Deferred:function(by){var bx=b.Callbacks("once memory"),bw=b.Callbacks("once memory"),bv=b.Callbacks("memory"),e="pending",bA={resolve:bx,reject:bw,notify:bv},bC={done:bx.add,fail:bw.add,progress:bv.add,state:function(){return e},isResolved:bx.fired,isRejected:bw.fired,then:function(bE,bD,bF){bB.done(bE).fail(bD).progress(bF);return this},always:function(){bB.done.apply(bB,arguments).fail.apply(bB,arguments);return this},pipe:function(bF,bE,bD){return b.Deferred(function(bG){b.each({done:[bF,"resolve"],fail:[bE,"reject"],progress:[bD,"notify"]},function(bI,bL){var bH=bL[0],bK=bL[1],bJ;if(b.isFunction(bH)){bB[bI](function(){bJ=bH.apply(this,arguments);if(bJ&&b.isFunction(bJ.promise)){bJ.promise().then(bG.resolve,bG.reject,bG.notify)}else{bG[bK+"With"](this===bB?bG:this,[bJ])}})}else{bB[bI](bG[bK])}})}).promise()},promise:function(bE){if(bE==null){bE=bC}else{for(var bD in bC){bE[bD]=bC[bD]}}return bE}},bB=bC.promise({}),bz;for(bz in bA){bB[bz]=bA[bz].fire;bB[bz+"With"]=bA[bz].fireWith}bB.done(function(){e="resolved"},bw.disable,bv.lock).fail(function(){e="rejected"},bx.disable,bv.lock);if(by){by.call(bB,bB)}return bB},when:function(bA){var bx=aJ.call(arguments,0),bv=0,e=bx.length,bB=new Array(e),bw=e,by=e,bC=e<=1&&bA&&b.isFunction(bA.promise)?bA:b.Deferred(),bE=bC.promise();function bD(bF){return function(bG){bx[bF]=arguments.length>1?aJ.call(arguments,0):bG;if(!(--bw)){bC.resolveWith(bC,bx)}}}function bz(bF){return function(bG){bB[bF]=arguments.length>1?aJ.call(arguments,0):bG;bC.notifyWith(bE,bB)}}if(e>1){for(;bv<e;bv++){if(bx[bv]&&bx[bv].promise&&b.isFunction(bx[bv].promise)){bx[bv].promise().then(bD(bv),bC.reject,bz(bv))}else{--bw}}if(!bw){bC.resolveWith(bC,bx)}}else{if(bC!==bA){bC.resolveWith(bC,e?[bA]:[])}}return bE}});b.support=(function(){var bJ,bI,bF,bG,bx,bE,bA,bD,bz,bK,bB,by,bw,bv=av.createElement("div"),bH=av.documentElement;bv.setAttribute("className","t");bv.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";bI=bv.getElementsByTagName("*");bF=bv.getElementsByTagName("a")[0];if(!bI||!bI.length||!bF){return{}}bG=av.createElement("select");bx=bG.appendChild(av.createElement("option"));bE=bv.getElementsByTagName("input")[0];bJ={leadingWhitespace:(bv.firstChild.nodeType===3),tbody:!bv.getElementsByTagName("tbody").length,htmlSerialize:!!bv.getElementsByTagName("link").length,style:/top/.test(bF.getAttribute("style")),hrefNormalized:(bF.getAttribute("href")==="/a"),opacity:/^0.55/.test(bF.style.opacity),cssFloat:!!bF.style.cssFloat,checkOn:(bE.value==="on"),optSelected:bx.selected,getSetAttribute:bv.className!=="t",enctype:!!av.createElement("form").enctype,html5Clone:av.createElement("nav").cloneNode(true).outerHTML!=="<:nav></:nav>",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};bE.checked=true;bJ.noCloneChecked=bE.cloneNode(true).checked;bG.disabled=true;bJ.optDisabled=!bx.disabled;try{delete bv.test}catch(bC){bJ.deleteExpando=false}if(!bv.addEventListener&&bv.attachEvent&&bv.fireEvent){bv.attachEvent("onclick",function(){bJ.noCloneEvent=false});bv.cloneNode(true).fireEvent("onclick")}bE=av.createElement("input");bE.value="t";bE.setAttribute("type","radio");bJ.radioValue=bE.value==="t";bE.setAttribute("checked","checked");bv.appendChild(bE);bD=av.createDocumentFragment();bD.appendChild(bv.lastChild);bJ.checkClone=bD.cloneNode(true).cloneNode(true).lastChild.checked;bJ.appendChecked=bE.checked;bD.removeChild(bE);bD.appendChild(bv);bv.innerHTML="";if(bb.getComputedStyle){bA=av.createElement("div");bA.style.width="0";bA.style.marginRight="0";bv.style.width="2px";bv.appendChild(bA);bJ.reliableMarginRight=(parseInt((bb.getComputedStyle(bA,null)||{marginRight:0}).marginRight,10)||0)===0}if(bv.attachEvent){for(by in {submit:1,change:1,focusin:1}){bB="on"+by;bw=(bB in bv);if(!bw){bv.setAttribute(bB,"return;");bw=(typeof bv[bB]==="function")}bJ[by+"Bubbles"]=bw}}bD.removeChild(bv);bD=bG=bx=bA=bv=bE=null;b(function(){var bM,bU,bV,bT,bN,bO,bL,bS,bR,e,bP,bQ=av.getElementsByTagName("body")[0];if(!bQ){return}bL=1;bS="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;";bR="visibility:hidden;border:0;";e="style='"+bS+"border:5px solid #000;padding:0;'";bP="<div "+e+"><div></div></div><table "+e+" cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";bM=av.createElement("div");bM.style.cssText=bR+"width:0;height:0;position:static;top:0;margin-top:"+bL+"px";bQ.insertBefore(bM,bQ.firstChild);bv=av.createElement("div");bM.appendChild(bv);bv.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";bz=bv.getElementsByTagName("td");bw=(bz[0].offsetHeight===0);bz[0].style.display="";bz[1].style.display="none";bJ.reliableHiddenOffsets=bw&&(bz[0].offsetHeight===0);bv.innerHTML="";bv.style.width=bv.style.paddingLeft="1px";b.boxModel=bJ.boxModel=bv.offsetWidth===2;if(typeof bv.style.zoom!=="undefined"){bv.style.display="inline";bv.style.zoom=1;bJ.inlineBlockNeedsLayout=(bv.offsetWidth===2);bv.style.display="";bv.innerHTML="<div style='width:4px;'></div>";bJ.shrinkWrapBlocks=(bv.offsetWidth!==2)}bv.style.cssText=bS+bR;bv.innerHTML=bP;bU=bv.firstChild;bV=bU.firstChild;bN=bU.nextSibling.firstChild.firstChild;bO={doesNotAddBorder:(bV.offsetTop!==5),doesAddBorderForTableAndCells:(bN.offsetTop===5)};bV.style.position="fixed";bV.style.top="20px";bO.fixedPosition=(bV.offsetTop===20||bV.offsetTop===15);bV.style.position=bV.style.top="";bU.style.overflow="hidden";bU.style.position="relative";bO.subtractsBorderForOverflowNotVisible=(bV.offsetTop===-5);bO.doesNotIncludeMarginInBodyOffset=(bQ.offsetTop!==bL);bQ.removeChild(bM);bv=bM=null;b.extend(bJ,bO)});return bJ})();var aS=/^(?:\{.*\}|\[.*\])$/,aA=/([A-Z])/g;b.extend({cache:{},uuid:0,expando:"jQuery"+(b.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?b.cache[e[b.expando]]:e[b.expando];return !!e&&!S(e)},data:function(bx,bv,bz,by){if(!b.acceptData(bx)){return}var bG,bA,bD,bE=b.expando,bC=typeof bv==="string",bF=bx.nodeType,e=bF?b.cache:bx,bw=bF?bx[bE]:bx[bE]&&bE,bB=bv==="events";if((!bw||!e[bw]||(!bB&&!by&&!e[bw].data))&&bC&&bz===L){return}if(!bw){if(bF){bx[bE]=bw=++b.uuid}else{bw=bE}}if(!e[bw]){e[bw]={};if(!bF){e[bw].toJSON=b.noop}}if(typeof bv==="object"||typeof bv==="function"){if(by){e[bw]=b.extend(e[bw],bv)}else{e[bw].data=b.extend(e[bw].data,bv)}}bG=bA=e[bw];if(!by){if(!bA.data){bA.data={}}bA=bA.data}if(bz!==L){bA[b.camelCase(bv)]=bz}if(bB&&!bA[bv]){return bG.events}if(bC){bD=bA[bv];if(bD==null){bD=bA[b.camelCase(bv)]}}else{bD=bA}return bD},removeData:function(bx,bv,by){if(!b.acceptData(bx)){return}var bB,bA,bz,bC=b.expando,bD=bx.nodeType,e=bD?b.cache:bx,bw=bD?bx[bC]:bC;if(!e[bw]){return}if(bv){bB=by?e[bw]:e[bw].data;if(bB){if(!b.isArray(bv)){if(bv in bB){bv=[bv]}else{bv=b.camelCase(bv);if(bv in bB){bv=[bv]}else{bv=bv.split(" ")}}}for(bA=0,bz=bv.length;bA<bz;bA++){delete bB[bv[bA]]}if(!(by?S:b.isEmptyObject)(bB)){return}}}if(!by){delete e[bw].data;if(!S(e[bw])){return}}if(b.support.deleteExpando||!e.setInterval){delete e[bw]}else{e[bw]=null}if(bD){if(b.support.deleteExpando){delete bx[bC]}else{if(bx.removeAttribute){bx.removeAttribute(bC)}else{bx[bC]=null}}}},_data:function(bv,e,bw){return b.data(bv,e,bw,true)},acceptData:function(bv){if(bv.nodeName){var e=b.noData[bv.nodeName.toLowerCase()];if(e){return !(e===true||bv.getAttribute("classid")!==e)}}return true}});b.fn.extend({data:function(by,bA){var bB,e,bw,bz=null;if(typeof by==="undefined"){if(this.length){bz=b.data(this[0]);if(this[0].nodeType===1&&!b._data(this[0],"parsedAttrs")){e=this[0].attributes;for(var bx=0,bv=e.length;bx<bv;bx++){bw=e[bx].name;if(bw.indexOf("data-")===0){bw=b.camelCase(bw.substring(5));a5(this[0],bw,bz[bw])}}b._data(this[0],"parsedAttrs",true)}}return bz}else{if(typeof by==="object"){return this.each(function(){b.data(this,by)})}}bB=by.split(".");bB[1]=bB[1]?"."+bB[1]:"";if(bA===L){bz=this.triggerHandler("getData"+bB[1]+"!",[bB[0]]);if(bz===L&&this.length){bz=b.data(this[0],by);bz=a5(this[0],by,bz)}return bz===L&&bB[1]?this.data(bB[0]):bz}else{return this.each(function(){var bC=b(this),bD=[bB[0],bA];bC.triggerHandler("setData"+bB[1]+"!",bD);b.data(this,by,bA);bC.triggerHandler("changeData"+bB[1]+"!",bD)})}},removeData:function(e){return this.each(function(){b.removeData(this,e)})}});function a5(bx,bw,by){if(by===L&&bx.nodeType===1){var bv="data-"+bw.replace(aA,"-$1").toLowerCase();by=bx.getAttribute(bv);if(typeof by==="string"){try{by=by==="true"?true:by==="false"?false:by==="null"?null:b.isNumeric(by)?parseFloat(by):aS.test(by)?b.parseJSON(by):by}catch(bz){}b.data(bx,bw,by)}else{by=L}}return by}function S(bv){for(var e in bv){if(e==="data"&&b.isEmptyObject(bv[e])){continue}if(e!=="toJSON"){return false}}return true}function bi(by,bx,bA){var bw=bx+"defer",bv=bx+"queue",e=bx+"mark",bz=b._data(by,bw);if(bz&&(bA==="queue"||!b._data(by,bv))&&(bA==="mark"||!b._data(by,e))){setTimeout(function(){if(!b._data(by,bv)&&!b._data(by,e)){b.removeData(by,bw,true);bz.fire()}},0)}}b.extend({_mark:function(bv,e){if(bv){e=(e||"fx")+"mark";b._data(bv,e,(b._data(bv,e)||0)+1)}},_unmark:function(by,bx,bv){if(by!==true){bv=bx;bx=by;by=false}if(bx){bv=bv||"fx";var e=bv+"mark",bw=by?0:((b._data(bx,e)||1)-1);if(bw){b._data(bx,e,bw)}else{b.removeData(bx,e,true);bi(bx,bv,"mark")}}},queue:function(bv,e,bx){var bw;if(bv){e=(e||"fx")+"queue";bw=b._data(bv,e);if(bx){if(!bw||b.isArray(bx)){bw=b._data(bv,e,b.makeArray(bx))}else{bw.push(bx)}}return bw||[]}},dequeue:function(by,bx){bx=bx||"fx";var bv=b.queue(by,bx),bw=bv.shift(),e={};if(bw==="inprogress"){bw=bv.shift()}if(bw){if(bx==="fx"){bv.unshift("inprogress")}b._data(by,bx+".run",e);bw.call(by,function(){b.dequeue(by,bx)},e)}if(!bv.length){b.removeData(by,bx+"queue "+bx+".run",true);bi(by,bx,"queue")}}});b.fn.extend({queue:function(e,bv){if(typeof e!=="string"){bv=e;e="fx"}if(bv===L){return b.queue(this[0],e)}return this.each(function(){var bw=b.queue(this,e,bv);if(e==="fx"&&bw[0]!=="inprogress"){b.dequeue(this,e)}})},dequeue:function(e){return this.each(function(){b.dequeue(this,e)})},delay:function(bv,e){bv=b.fx?b.fx.speeds[bv]||bv:bv;e=e||"fx";return this.queue(e,function(bx,bw){var by=setTimeout(bx,bv);bw.stop=function(){clearTimeout(by)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(bD,bw){if(typeof bD!=="string"){bw=bD;bD=L}bD=bD||"fx";var e=b.Deferred(),bv=this,by=bv.length,bB=1,bz=bD+"defer",bA=bD+"queue",bC=bD+"mark",bx;function bE(){if(!(--bB)){e.resolveWith(bv,[bv])}}while(by--){if((bx=b.data(bv[by],bz,L,true)||(b.data(bv[by],bA,L,true)||b.data(bv[by],bC,L,true))&&b.data(bv[by],bz,b.Callbacks("once memory"),true))){bB++;bx.add(bE)}}bE();return e.promise()}});var aP=/[\n\t\r]/g,af=/\s+/,aU=/\r/g,g=/^(?:button|input)$/i,D=/^(?:button|input|object|select|textarea)$/i,l=/^a(?:rea)?$/i,ao=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,F=b.support.getSetAttribute,be,aY,aF;b.fn.extend({attr:function(e,bv){return b.access(this,e,bv,true,b.attr)},removeAttr:function(e){return this.each(function(){b.removeAttr(this,e)})},prop:function(e,bv){return b.access(this,e,bv,true,b.prop)},removeProp:function(e){e=b.propFix[e]||e;return this.each(function(){try{this[e]=L;delete this[e]}catch(bv){}})},addClass:function(by){var bA,bw,bv,bx,bz,bB,e;if(b.isFunction(by)){return this.each(function(bC){b(this).addClass(by.call(this,bC,this.className))})}if(by&&typeof by==="string"){bA=by.split(af);for(bw=0,bv=this.length;bw<bv;bw++){bx=this[bw];if(bx.nodeType===1){if(!bx.className&&bA.length===1){bx.className=by}else{bz=" "+bx.className+" ";for(bB=0,e=bA.length;bB<e;bB++){if(!~bz.indexOf(" "+bA[bB]+" ")){bz+=bA[bB]+" "}}bx.className=b.trim(bz)}}}}return this},removeClass:function(bz){var bA,bw,bv,by,bx,bB,e;if(b.isFunction(bz)){return this.each(function(bC){b(this).removeClass(bz.call(this,bC,this.className))})}if((bz&&typeof bz==="string")||bz===L){bA=(bz||"").split(af);for(bw=0,bv=this.length;bw<bv;bw++){by=this[bw];if(by.nodeType===1&&by.className){if(bz){bx=(" "+by.className+" ").replace(aP," ");for(bB=0,e=bA.length;bB<e;bB++){bx=bx.replace(" "+bA[bB]+" "," ")}by.className=b.trim(bx)}else{by.className=""}}}}return this},toggleClass:function(bx,bv){var bw=typeof bx,e=typeof bv==="boolean";if(b.isFunction(bx)){return this.each(function(by){b(this).toggleClass(bx.call(this,by,this.className,bv),bv)})}return this.each(function(){if(bw==="string"){var bA,bz=0,by=b(this),bB=bv,bC=bx.split(af);while((bA=bC[bz++])){bB=e?bB:!by.hasClass(bA);by[bB?"addClass":"removeClass"](bA)}}else{if(bw==="undefined"||bw==="boolean"){if(this.className){b._data(this,"__className__",this.className)}this.className=this.className||bx===false?"":b._data(this,"__className__")||""}}})},hasClass:function(e){var bx=" "+e+" ",bw=0,bv=this.length;for(;bw<bv;bw++){if(this[bw].nodeType===1&&(" "+this[bw].className+" ").replace(aP," ").indexOf(bx)>-1){return true}}return false},val:function(bx){var e,bv,by,bw=this[0];if(!arguments.length){if(bw){e=b.valHooks[bw.nodeName.toLowerCase()]||b.valHooks[bw.type];if(e&&"get" in e&&(bv=e.get(bw,"value"))!==L){return bv}bv=bw.value;return typeof bv==="string"?bv.replace(aU,""):bv==null?"":bv}return}by=b.isFunction(bx);return this.each(function(bA){var bz=b(this),bB;if(this.nodeType!==1){return}if(by){bB=bx.call(this,bA,bz.val())}else{bB=bx}if(bB==null){bB=""}else{if(typeof bB==="number"){bB+=""}else{if(b.isArray(bB)){bB=b.map(bB,function(bC){return bC==null?"":bC+""})}}}e=b.valHooks[this.nodeName.toLowerCase()]||b.valHooks[this.type];if(!e||!("set" in e)||e.set(this,bB,"value")===L){this.value=bB}})}});b.extend({valHooks:{option:{get:function(e){var bv=e.attributes.value;return !bv||bv.specified?e.value:e.text}},select:{get:function(e){var bA,bv,bz,bx,by=e.selectedIndex,bB=[],bC=e.options,bw=e.type==="select-one";if(by<0){return null}bv=bw?by:0;bz=bw?by+1:bC.length;for(;bv<bz;bv++){bx=bC[bv];if(bx.selected&&(b.support.optDisabled?!bx.disabled:bx.getAttribute("disabled")===null)&&(!bx.parentNode.disabled||!b.nodeName(bx.parentNode,"optgroup"))){bA=b(bx).val();if(bw){return bA}bB.push(bA)}}if(bw&&!bB.length&&bC.length){return b(bC[by]).val()}return bB},set:function(bv,bw){var e=b.makeArray(bw);b(bv).find("option").each(function(){this.selected=b.inArray(b(this).val(),e)>=0});if(!e.length){bv.selectedIndex=-1}return e}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(bA,bx,bB,bz){var bw,e,by,bv=bA.nodeType;if(!bA||bv===3||bv===8||bv===2){return}if(bz&&bx in b.attrFn){return b(bA)[bx](bB)}if(typeof bA.getAttribute==="undefined"){return b.prop(bA,bx,bB)}by=bv!==1||!b.isXMLDoc(bA);if(by){bx=bx.toLowerCase();e=b.attrHooks[bx]||(ao.test(bx)?aY:be)}if(bB!==L){if(bB===null){b.removeAttr(bA,bx);return}else{if(e&&"set" in e&&by&&(bw=e.set(bA,bB,bx))!==L){return bw}else{bA.setAttribute(bx,""+bB);return bB}}}else{if(e&&"get" in e&&by&&(bw=e.get(bA,bx))!==null){return bw}else{bw=bA.getAttribute(bx);return bw===null?L:bw}}},removeAttr:function(bx,bz){var by,bA,bv,e,bw=0;if(bz&&bx.nodeType===1){bA=bz.toLowerCase().split(af);e=bA.length;for(;bw<e;bw++){bv=bA[bw];if(bv){by=b.propFix[bv]||bv;b.attr(bx,bv,"");bx.removeAttribute(F?bv:by);if(ao.test(bv)&&by in bx){bx[by]=false}}}}},attrHooks:{type:{set:function(e,bv){if(g.test(e.nodeName)&&e.parentNode){b.error("type property can't be changed")}else{if(!b.support.radioValue&&bv==="radio"&&b.nodeName(e,"input")){var bw=e.value;e.setAttribute("type",bv);if(bw){e.value=bw}return bv}}}},value:{get:function(bv,e){if(be&&b.nodeName(bv,"button")){return be.get(bv,e)}return e in bv?bv.value:null},set:function(bv,bw,e){if(be&&b.nodeName(bv,"button")){return be.set(bv,bw,e)}bv.value=bw}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(bz,bx,bA){var bw,e,by,bv=bz.nodeType;if(!bz||bv===3||bv===8||bv===2){return}by=bv!==1||!b.isXMLDoc(bz);if(by){bx=b.propFix[bx]||bx;e=b.propHooks[bx]}if(bA!==L){if(e&&"set" in e&&(bw=e.set(bz,bA,bx))!==L){return bw}else{return(bz[bx]=bA)}}else{if(e&&"get" in e&&(bw=e.get(bz,bx))!==null){return bw}else{return bz[bx]}}},propHooks:{tabIndex:{get:function(bv){var e=bv.getAttributeNode("tabindex");return e&&e.specified?parseInt(e.value,10):D.test(bv.nodeName)||l.test(bv.nodeName)&&bv.href?0:L}}}});b.attrHooks.tabindex=b.propHooks.tabIndex;aY={get:function(bv,e){var bx,bw=b.prop(bv,e);return bw===true||typeof bw!=="boolean"&&(bx=bv.getAttributeNode(e))&&bx.nodeValue!==false?e.toLowerCase():L},set:function(bv,bx,e){var bw;if(bx===false){b.removeAttr(bv,e)}else{bw=b.propFix[e]||e;if(bw in bv){bv[bw]=true}bv.setAttribute(e,e.toLowerCase())}return e}};if(!F){aF={name:true,id:true};be=b.valHooks.button={get:function(bw,bv){var e;e=bw.getAttributeNode(bv);return e&&(aF[bv]?e.nodeValue!=="":e.specified)?e.nodeValue:L},set:function(bw,bx,bv){var e=bw.getAttributeNode(bv);if(!e){e=av.createAttribute(bv);bw.setAttributeNode(e)}return(e.nodeValue=bx+"")}};b.attrHooks.tabindex.set=be.set;b.each(["width","height"],function(bv,e){b.attrHooks[e]=b.extend(b.attrHooks[e],{set:function(bw,bx){if(bx===""){bw.setAttribute(e,"auto");return bx}}})});b.attrHooks.contenteditable={get:be.get,set:function(bv,bw,e){if(bw===""){bw="false"}be.set(bv,bw,e)}}}if(!b.support.hrefNormalized){b.each(["href","src","width","height"],function(bv,e){b.attrHooks[e]=b.extend(b.attrHooks[e],{get:function(bx){var bw=bx.getAttribute(e,2);return bw===null?L:bw}})})}if(!b.support.style){b.attrHooks.style={get:function(e){return e.style.cssText.toLowerCase()||L},set:function(e,bv){return(e.style.cssText=""+bv)}}}if(!b.support.optSelected){b.propHooks.selected=b.extend(b.propHooks.selected,{get:function(bv){var e=bv.parentNode;if(e){e.selectedIndex;if(e.parentNode){e.parentNode.selectedIndex}}return null}})}if(!b.support.enctype){b.propFix.enctype="encoding"}if(!b.support.checkOn){b.each(["radio","checkbox"],function(){b.valHooks[this]={get:function(e){return e.getAttribute("value")===null?"on":e.value}}})}b.each(["radio","checkbox"],function(){b.valHooks[this]=b.extend(b.valHooks[this],{set:function(e,bv){if(b.isArray(bv)){return(e.checked=b.inArray(b(e).val(),bv)>=0)}}})});var bd=/^(?:textarea|input|select)$/i,n=/^([^\.]*)?(?:\.(.+))?$/,J=/\bhover(\.\S+)?\b/,aO=/^key/,bf=/^(?:mouse|contextmenu)|click/,T=/^(?:focusinfocus|focusoutblur)$/,U=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,Y=function(e){var bv=U.exec(e);if(bv){bv[1]=(bv[1]||"").toLowerCase();bv[3]=bv[3]&&new RegExp("(?:^|\\s)"+bv[3]+"(?:\\s|$)")}return bv},j=function(bw,e){var bv=bw.attributes||{};return((!e[1]||bw.nodeName.toLowerCase()===e[1])&&(!e[2]||(bv.id||{}).value===e[2])&&(!e[3]||e[3].test((bv["class"]||{}).value)))},bt=function(e){return b.event.special.hover?e:e.replace(J,"mouseenter$1 mouseleave$1")};b.event={add:function(bx,bC,bJ,bA,by){var bD,bB,bK,bI,bH,bF,e,bG,bv,bz,bw,bE;if(bx.nodeType===3||bx.nodeType===8||!bC||!bJ||!(bD=b._data(bx))){return}if(bJ.handler){bv=bJ;bJ=bv.handler}if(!bJ.guid){bJ.guid=b.guid++}bK=bD.events;if(!bK){bD.events=bK={}}bB=bD.handle;if(!bB){bD.handle=bB=function(bL){return typeof b!=="undefined"&&(!bL||b.event.triggered!==bL.type)?b.event.dispatch.apply(bB.elem,arguments):L};bB.elem=bx}bC=b.trim(bt(bC)).split(" ");for(bI=0;bI<bC.length;bI++){bH=n.exec(bC[bI])||[];bF=bH[1];e=(bH[2]||"").split(".").sort();bE=b.event.special[bF]||{};bF=(by?bE.delegateType:bE.bindType)||bF;bE=b.event.special[bF]||{};bG=b.extend({type:bF,origType:bH[1],data:bA,handler:bJ,guid:bJ.guid,selector:by,quick:Y(by),namespace:e.join(".")},bv);bw=bK[bF];if(!bw){bw=bK[bF]=[];bw.delegateCount=0;if(!bE.setup||bE.setup.call(bx,bA,e,bB)===false){if(bx.addEventListener){bx.addEventListener(bF,bB,false)}else{if(bx.attachEvent){bx.attachEvent("on"+bF,bB)}}}}if(bE.add){bE.add.call(bx,bG);if(!bG.handler.guid){bG.handler.guid=bJ.guid}}if(by){bw.splice(bw.delegateCount++,0,bG)}else{bw.push(bG)}b.event.global[bF]=true}bx=null},global:{},remove:function(bJ,bE,bv,bH,bB){var bI=b.hasData(bJ)&&b._data(bJ),bF,bx,bz,bL,bC,bA,bG,bw,by,bK,bD,e;if(!bI||!(bw=bI.events)){return}bE=b.trim(bt(bE||"")).split(" ");for(bF=0;bF<bE.length;bF++){bx=n.exec(bE[bF])||[];bz=bL=bx[1];bC=bx[2];if(!bz){for(bz in bw){b.event.remove(bJ,bz+bE[bF],bv,bH,true)}continue}by=b.event.special[bz]||{};bz=(bH?by.delegateType:by.bindType)||bz;bD=bw[bz]||[];bA=bD.length;bC=bC?new RegExp("(^|\\.)"+bC.split(".").sort().join("\\.(?:.*\\.)?")+"(\\.|$)"):null;for(bG=0;bG<bD.length;bG++){e=bD[bG];if((bB||bL===e.origType)&&(!bv||bv.guid===e.guid)&&(!bC||bC.test(e.namespace))&&(!bH||bH===e.selector||bH==="**"&&e.selector)){bD.splice(bG--,1);if(e.selector){bD.delegateCount--}if(by.remove){by.remove.call(bJ,e)}}}if(bD.length===0&&bA!==bD.length){if(!by.teardown||by.teardown.call(bJ,bC)===false){b.removeEvent(bJ,bz,bI.handle)}delete bw[bz]}}if(b.isEmptyObject(bw)){bK=bI.handle;if(bK){bK.elem=null}b.removeData(bJ,["events","handle"],true)}},customEvent:{getData:true,setData:true,changeData:true},trigger:function(bv,bD,bA,bJ){if(bA&&(bA.nodeType===3||bA.nodeType===8)){return}var bG=bv.type||bv,bx=[],e,bw,bC,bH,bz,by,bF,bE,bB,bI;if(T.test(bG+b.event.triggered)){return}if(bG.indexOf("!")>=0){bG=bG.slice(0,-1);bw=true}if(bG.indexOf(".")>=0){bx=bG.split(".");bG=bx.shift();bx.sort()}if((!bA||b.event.customEvent[bG])&&!b.event.global[bG]){return}bv=typeof bv==="object"?bv[b.expando]?bv:new b.Event(bG,bv):new b.Event(bG);bv.type=bG;bv.isTrigger=true;bv.exclusive=bw;bv.namespace=bx.join(".");bv.namespace_re=bv.namespace?new RegExp("(^|\\.)"+bx.join("\\.(?:.*\\.)?")+"(\\.|$)"):null;by=bG.indexOf(":")<0?"on"+bG:"";if(!bA){e=b.cache;for(bC in e){if(e[bC].events&&e[bC].events[bG]){b.event.trigger(bv,bD,e[bC].handle.elem,true)}}return}bv.result=L;if(!bv.target){bv.target=bA}bD=bD!=null?b.makeArray(bD):[];bD.unshift(bv);bF=b.event.special[bG]||{};if(bF.trigger&&bF.trigger.apply(bA,bD)===false){return}bB=[[bA,bF.bindType||bG]];if(!bJ&&!bF.noBubble&&!b.isWindow(bA)){bI=bF.delegateType||bG;bH=T.test(bI+bG)?bA:bA.parentNode;bz=null;for(;bH;bH=bH.parentNode){bB.push([bH,bI]);bz=bH}if(bz&&bz===bA.ownerDocument){bB.push([bz.defaultView||bz.parentWindow||bb,bI])}}for(bC=0;bC<bB.length&&!bv.isPropagationStopped();bC++){bH=bB[bC][0];bv.type=bB[bC][1];bE=(b._data(bH,"events")||{})[bv.type]&&b._data(bH,"handle");if(bE){bE.apply(bH,bD)}bE=by&&bH[by];if(bE&&b.acceptData(bH)&&bE.apply(bH,bD)===false){bv.preventDefault()}}bv.type=bG;if(!bJ&&!bv.isDefaultPrevented()){if((!bF._default||bF._default.apply(bA.ownerDocument,bD)===false)&&!(bG==="click"&&b.nodeName(bA,"a"))&&b.acceptData(bA)){if(by&&bA[bG]&&((bG!=="focus"&&bG!=="blur")||bv.target.offsetWidth!==0)&&!b.isWindow(bA)){bz=bA[by];if(bz){bA[by]=null}b.event.triggered=bG;bA[bG]();b.event.triggered=L;if(bz){bA[by]=bz}}}}return bv.result},dispatch:function(e){e=b.event.fix(e||bb.event);var bz=((b._data(this,"events")||{})[e.type]||[]),bA=bz.delegateCount,bG=[].slice.call(arguments,0),by=!e.exclusive&&!e.namespace,bH=[],bC,bB,bK,bx,bF,bE,bv,bD,bI,bw,bJ;bG[0]=e;e.delegateTarget=this;if(bA&&!e.target.disabled&&!(e.button&&e.type==="click")){bx=b(this);bx.context=this.ownerDocument||this;for(bK=e.target;bK!=this;bK=bK.parentNode||this){bE={};bD=[];bx[0]=bK;for(bC=0;bC<bA;bC++){bI=bz[bC];bw=bI.selector;if(bE[bw]===L){bE[bw]=(bI.quick?j(bK,bI.quick):bx.is(bw))}if(bE[bw]){bD.push(bI)}}if(bD.length){bH.push({elem:bK,matches:bD})}}}if(bz.length>bA){bH.push({elem:this,matches:bz.slice(bA)})}for(bC=0;bC<bH.length&&!e.isPropagationStopped();bC++){bv=bH[bC];e.currentTarget=bv.elem;for(bB=0;bB<bv.matches.length&&!e.isImmediatePropagationStopped();bB++){bI=bv.matches[bB];if(by||(!e.namespace&&!bI.namespace)||e.namespace_re&&e.namespace_re.test(bI.namespace)){e.data=bI.data;e.handleObj=bI;bF=((b.event.special[bI.origType]||{}).handle||bI.handler).apply(bv.elem,bG);if(bF!==L){e.result=bF;if(bF===false){e.preventDefault();e.stopPropagation()}}}}}return e.result},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(bv,e){if(bv.which==null){bv.which=e.charCode!=null?e.charCode:e.keyCode}return bv}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(bx,bw){var by,bz,e,bv=bw.button,bA=bw.fromElement;if(bx.pageX==null&&bw.clientX!=null){by=bx.target.ownerDocument||av;bz=by.documentElement;e=by.body;bx.pageX=bw.clientX+(bz&&bz.scrollLeft||e&&e.scrollLeft||0)-(bz&&bz.clientLeft||e&&e.clientLeft||0);bx.pageY=bw.clientY+(bz&&bz.scrollTop||e&&e.scrollTop||0)-(bz&&bz.clientTop||e&&e.clientTop||0)}if(!bx.relatedTarget&&bA){bx.relatedTarget=bA===bx.target?bw.toElement:bA}if(!bx.which&&bv!==L){bx.which=(bv&1?1:(bv&2?3:(bv&4?2:0)))}return bx}},fix:function(bw){if(bw[b.expando]){return bw}var bv,bz,e=bw,bx=b.event.fixHooks[bw.type]||{},by=bx.props?this.props.concat(bx.props):this.props;bw=b.Event(e);for(bv=by.length;bv;){bz=by[--bv];bw[bz]=e[bz]}if(!bw.target){bw.target=e.srcElement||av}if(bw.target.nodeType===3){bw.target=bw.target.parentNode}if(bw.metaKey===L){bw.metaKey=bw.ctrlKey}return bx.filter?bx.filter(bw,e):bw},special:{ready:{setup:b.bindReady},load:{noBubble:true},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(bw,bv,e){if(b.isWindow(this)){this.onbeforeunload=e}},teardown:function(bv,e){if(this.onbeforeunload===e){this.onbeforeunload=null}}}},simulate:function(bw,by,bx,bv){var bz=b.extend(new b.Event(),bx,{type:bw,isSimulated:true,originalEvent:{}});if(bv){b.event.trigger(bz,null,by)}else{b.event.dispatch.call(by,bz)}if(bz.isDefaultPrevented()){bx.preventDefault()}}};b.event.handle=b.event.dispatch;b.removeEvent=av.removeEventListener?function(bv,e,bw){if(bv.removeEventListener){bv.removeEventListener(e,bw,false)}}:function(bv,e,bw){if(bv.detachEvent){bv.detachEvent("on"+e,bw)}};b.Event=function(bv,e){if(!(this instanceof b.Event)){return new b.Event(bv,e)}if(bv&&bv.type){this.originalEvent=bv;this.type=bv.type;this.isDefaultPrevented=(bv.defaultPrevented||bv.returnValue===false||bv.getPreventDefault&&bv.getPreventDefault())?i:bk}else{this.type=bv}if(e){b.extend(this,e)}this.timeStamp=bv&&bv.timeStamp||b.now();this[b.expando]=true};function bk(){return false}function i(){return true}b.Event.prototype={preventDefault:function(){this.isDefaultPrevented=i;var bv=this.originalEvent;if(!bv){return}if(bv.preventDefault){bv.preventDefault()}else{bv.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=i;var bv=this.originalEvent;if(!bv){return}if(bv.stopPropagation){bv.stopPropagation()}bv.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=i;this.stopPropagation()},isDefaultPrevented:bk,isPropagationStopped:bk,isImmediatePropagationStopped:bk};b.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(bv,e){b.event.special[bv]={delegateType:e,bindType:e,handle:function(bz){var bB=this,bA=bz.relatedTarget,by=bz.handleObj,bw=by.selector,bx;if(!bA||(bA!==bB&&!b.contains(bB,bA))){bz.type=by.origType;bx=by.handler.apply(this,arguments);bz.type=e}return bx}}});if(!b.support.submitBubbles){b.event.special.submit={setup:function(){if(b.nodeName(this,"form")){return false}b.event.add(this,"click._submit keypress._submit",function(bx){var bw=bx.target,bv=b.nodeName(bw,"input")||b.nodeName(bw,"button")?bw.form:L;if(bv&&!bv._submit_attached){b.event.add(bv,"submit._submit",function(e){if(this.parentNode&&!e.isTrigger){b.event.simulate("submit",this.parentNode,e,true)}});bv._submit_attached=true}})},teardown:function(){if(b.nodeName(this,"form")){return false}b.event.remove(this,"._submit")}}}if(!b.support.changeBubbles){b.event.special.change={setup:function(){if(bd.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio"){b.event.add(this,"propertychange._change",function(e){if(e.originalEvent.propertyName==="checked"){this._just_changed=true}});b.event.add(this,"click._change",function(e){if(this._just_changed&&!e.isTrigger){this._just_changed=false;b.event.simulate("change",this,e,true)}})}return false}b.event.add(this,"beforeactivate._change",function(bw){var bv=bw.target;if(bd.test(bv.nodeName)&&!bv._change_attached){b.event.add(bv,"change._change",function(e){if(this.parentNode&&!e.isSimulated&&!e.isTrigger){b.event.simulate("change",this.parentNode,e,true)}});bv._change_attached=true}})},handle:function(bv){var e=bv.target;if(this!==e||bv.isSimulated||bv.isTrigger||(e.type!=="radio"&&e.type!=="checkbox")){return bv.handleObj.handler.apply(this,arguments)}},teardown:function(){b.event.remove(this,"._change");return bd.test(this.nodeName)}}}if(!b.support.focusinBubbles){b.each({focus:"focusin",blur:"focusout"},function(bx,e){var bv=0,bw=function(by){b.event.simulate(e,by.target,b.event.fix(by),true)};b.event.special[e]={setup:function(){if(bv++===0){av.addEventListener(bx,bw,true)}},teardown:function(){if(--bv===0){av.removeEventListener(bx,bw,true)}}}})}b.fn.extend({on:function(bw,e,bz,by,bv){var bA,bx;if(typeof bw==="object"){if(typeof e!=="string"){bz=e;e=L}for(bx in bw){this.on(bx,e,bz,bw[bx],bv)}return this}if(bz==null&&by==null){by=e;bz=e=L}else{if(by==null){if(typeof e==="string"){by=bz;bz=L}else{by=bz;bz=e;e=L}}}if(by===false){by=bk}else{if(!by){return this}}if(bv===1){bA=by;by=function(bB){b().off(bB);return bA.apply(this,arguments)};by.guid=bA.guid||(bA.guid=b.guid++)}return this.each(function(){b.event.add(this,bw,by,bz,e)})},one:function(bv,e,bx,bw){return this.on.call(this,bv,e,bx,bw,1)},off:function(bw,e,by){if(bw&&bw.preventDefault&&bw.handleObj){var bv=bw.handleObj;b(bw.delegateTarget).off(bv.namespace?bv.type+"."+bv.namespace:bv.type,bv.selector,bv.handler);return this}if(typeof bw==="object"){for(var bx in bw){this.off(bx,e,bw[bx])}return this}if(e===false||typeof e==="function"){by=e;e=L}if(by===false){by=bk}return this.each(function(){b.event.remove(this,bw,by,e)})},bind:function(e,bw,bv){return this.on(e,null,bw,bv)},unbind:function(e,bv){return this.off(e,null,bv)},live:function(e,bw,bv){b(this.context).on(e,this.selector,bw,bv);return this},die:function(e,bv){b(this.context).off(e,this.selector||"**",bv);return this},delegate:function(e,bv,bx,bw){return this.on(bv,e,bx,bw)},undelegate:function(e,bv,bw){return arguments.length==1?this.off(e,"**"):this.off(bv,e,bw)},trigger:function(e,bv){return this.each(function(){b.event.trigger(e,bv,this)})},triggerHandler:function(e,bv){if(this[0]){return b.event.trigger(e,bv,this[0],true)}},toggle:function(bx){var bv=arguments,e=bx.guid||b.guid++,bw=0,by=function(bz){var bA=(b._data(this,"lastToggle"+bx.guid)||0)%bw;b._data(this,"lastToggle"+bx.guid,bA+1);bz.preventDefault();return bv[bA].apply(this,arguments)||false};by.guid=e;while(bw<bv.length){bv[bw++].guid=e}return this.click(by)},hover:function(e,bv){return this.mouseenter(e).mouseleave(bv||e)}});b.each(("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu").split(" "),function(bv,e){b.fn[e]=function(bx,bw){if(bw==null){bw=bx;bx=null}return arguments.length>0?this.on(e,null,bx,bw):this.trigger(e)};if(b.attrFn){b.attrFn[e]=true}if(aO.test(e)){b.event.fixHooks[e]=b.event.keyHooks}if(bf.test(e)){b.event.fixHooks[e]=b.event.mouseHooks}});
flac-1.3.3/doc/html/api/jquery.js-17-/*!
##############################################
flac-1.3.3/doc/html/api/jquery.js-22- */
flac-1.3.3/doc/html/api/jquery.js:23:(function(){var bH=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.random()+"").replace(".",""),bI=0,bL=Object.prototype.toString,bB=false,bA=true,bK=/\\/g,bO=/\r\n/g,bQ=/\W/;[0,0].sort(function(){bA=false;return 0});var by=function(bV,e,bY,bZ){bY=bY||[];e=e||av;var b1=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!bV||typeof bV!=="string"){return bY}var bS,b3,b6,bR,b2,b5,b4,bX,bU=true,bT=by.isXML(e),bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}}}while(bS);if(bW.length>1&&bD.exec(bV)){if(bW.length===2&&bE.relative[bW[0]]){b3=bM(bW[0]+bW[1],e,bZ)}else{b3=bE.relative[bW[0]]?[e]:by(bW.shift(),e);while(bW.length){bV=bW.shift();if(bE.relative[bV]){bV+=bW.shift()}b3=bM(bV,b3,bZ)}}}else{if(!bZ&&bW.length>1&&e.nodeType===9&&!bT&&bE.match.ID.test(bW[0])&&!bE.match.ID.test(bW[bW.length-1])){b2=by.find(bW.shift(),e,bT);e=b2.expr?by.filter(b2.expr,b2.set)[0]:b2.set[0]}if(e){b2=bZ?{expr:bW.pop(),set:bF(bZ)}:by.find(bW.pop(),bW.length===1&&(bW[0]==="~"||bW[0]==="+")&&e.parentNode?e.parentNode:e,bT);b3=b2.expr?by.filter(b2.expr,b2.set):b2.set;if(bW.length>0){b6=bF(b3)}else{bU=false}while(bW.length){b5=bW.pop();b4=b5;if(!bE.relative[b5]){b5=""}else{b4=bW.pop()}if(b4==null){b4=e}bE.relative[b5](b6,b4,bT)}}else{b6=bW=[]}}if(!b6){b6=b3}if(!b6){by.error(b5||bV)}if(bL.call(b6)==="[object Array]"){if(!bU){bY.push.apply(bY,b6)}else{if(e&&e.nodeType===1){for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&(b6[bX]===true||b6[bX].nodeType===1&&by.contains(e,b6[bX]))){bY.push(b3[bX])}}}else{for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&b6[bX].nodeType===1){bY.push(b3[bX])}}}}}else{bF(b6,bY)}if(bR){by(bR,b1,bY,bZ);by.uniqueSort(bY)}return bY};by.uniqueSort=function(bR){if(bJ){bB=bA;bR.sort(bJ);if(bB){for(var e=1;e<bR.length;e++){if(bR[e]===bR[e-1]){bR.splice(e--,1)}}}}return bR};by.matches=function(e,bR){return by(e,null,null,bR)};by.matchesSelector=function(e,bR){return by(bR,null,null,[e]).length>0};by.find=function(bX,e,bY){var bW,bS,bU,bT,bV,bR;if(!bX){return[]}for(bS=0,bU=bE.order.length;bS<bU;bS++){bV=bE.order[bS];if((bT=bE.leftMatch[bV].exec(bX))){bR=bT[1];bT.splice(1,1);if(bR.substr(bR.length-1)!=="\\"){bT[1]=(bT[1]||"").replace(bK,"");bW=bE.find[bV](bT,e,bY);if(bW!=null){bX=bX.replace(bE.match[bV],"");break}}}}if(!bW){bW=typeof e.getElementsByTagName!=="undefined"?e.getElementsByTagName("*"):[]}return{set:bW,expr:bX}};by.filter=function(b1,b0,b4,bU){var bW,e,bZ,b6,b3,bR,bT,bV,b2,bS=b1,b5=[],bY=b0,bX=b0&&b0[0]&&by.isXML(b0[0]);while(b1&&b0.length){for(bZ in bE.filter){if((bW=bE.leftMatch[bZ].exec(b1))!=null&&bW[2]){bR=bE.filter[bZ];bT=bW[1];e=false;bW.splice(1,1);if(bT.substr(bT.length-1)==="\\"){continue}if(bY===b5){b5=[]}if(bE.preFilter[bZ]){bW=bE.preFilter[bZ](bW,bY,b4,b5,bU,bX);if(!bW){e=b6=true}else{if(bW===true){continue}}}if(bW){for(bV=0;(b3=bY[bV])!=null;bV++){if(b3){b6=bR(b3,bW,bV,bY);b2=bU^b6;if(b4&&b6!=null){if(b2){e=true}else{bY[bV]=false}}else{if(b2){b5.push(b3);e=true}}}}}if(b6!==L){if(!b4){bY=b5}b1=b1.replace(bE.match[bZ],"");if(!e){return[]}break}}}if(b1===bS){if(e==null){by.error(b1)}else{break}}bS=b1}return bY};by.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)};var bw=by.getText=function(bU){var bS,bT,e=bU.nodeType,bR="";if(e){if(e===1||e===9){if(typeof bU.textContent==="string"){return bU.textContent}else{if(typeof bU.innerText==="string"){return bU.innerText.replace(bO,"")}else{for(bU=bU.firstChild;bU;bU=bU.nextSibling){bR+=bw(bU)}}}}else{if(e===3||e===4){return bU.nodeValue}}}else{for(bS=0;(bT=bU[bS]);bS++){if(bT.nodeType!==8){bR+=bw(bT)}}}return bR};var bE=by.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(e){return e.getAttribute("href")},type:function(e){return e.getAttribute("type")}},relative:{"+":function(bW,bR){var bT=typeof bR==="string",bV=bT&&!bQ.test(bR),bX=bT&&!bV;if(bV){bR=bR.toLowerCase()}for(var bS=0,e=bW.length,bU;bS<e;bS++){if((bU=bW[bS])){while((bU=bU.previousSibling)&&bU.nodeType!==1){}bW[bS]=bX||bU&&bU.nodeName.toLowerCase()===bR?bU||false:bU===bR}}if(bX){by.filter(bR,bW,true)}},">":function(bW,bR){var bV,bU=typeof bR==="string",bS=0,e=bW.length;if(bU&&!bQ.test(bR)){bR=bR.toLowerCase();for(;bS<e;bS++){bV=bW[bS];if(bV){var bT=bV.parentNode;bW[bS]=bT.nodeName.toLowerCase()===bR?bT:false}}}else{for(;bS<e;bS++){bV=bW[bS];if(bV){bW[bS]=bU?bV.parentNode:bV.parentNode===bR}}if(bU){by.filter(bR,bW,true)}}},"":function(bT,bR,bV){var bU,bS=bI++,e=bN;if(typeof bR==="string"&&!bQ.test(bR)){bR=bR.toLowerCase();bU=bR;e=bv}e("parentNode",bR,bS,bT,bU,bV)},"~":function(bT,bR,bV){var bU,bS=bI++,e=bN;if(typeof bR==="string"&&!bQ.test(bR)){bR=bR.toLowerCase();bU=bR;e=bv}e("previousSibling",bR,bS,bT,bU,bV)}},find:{ID:function(bR,bS,bT){if(typeof bS.getElementById!=="undefined"&&!bT){var e=bS.getElementById(bR[1]);return e&&e.parentNode?[e]:[]}},NAME:function(bS,bV){if(typeof bV.getElementsByName!=="undefined"){var bR=[],bU=bV.getElementsByName(bS[1]);for(var bT=0,e=bU.length;bT<e;bT++){if(bU[bT].getAttribute("name")===bS[1]){bR.push(bU[bT])}}return bR.length===0?null:bR}},TAG:function(e,bR){if(typeof bR.getElementsByTagName!=="undefined"){return bR.getElementsByTagName(e[1])}}},preFilter:{CLASS:function(bT,bR,bS,e,bW,bX){bT=" "+bT[1].replace(bK,"")+" ";if(bX){return bT}for(var bU=0,bV;(bV=bR[bU])!=null;bU++){if(bV){if(bW^(bV.className&&(" "+bV.className+" ").replace(/[\t\n\r]/g," ").indexOf(bT)>=0)){if(!bS){e.push(bV)}}else{if(bS){bR[bU]=false}}}}return false},ID:function(e){return e[1].replace(bK,"")},TAG:function(bR,e){return bR[1].replace(bK,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){by.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bR=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bR[1]+(bR[2]||1))-0;e[3]=bR[3]-0}else{if(e[2]){by.error(e[0])}}e[0]=bI++;return e},ATTR:function(bU,bR,bS,e,bV,bW){var bT=bU[1]=bU[1].replace(bK,"");if(!bW&&bE.attrMap[bT]){bU[1]=bE.attrMap[bT]}bU[4]=(bU[4]||bU[5]||"").replace(bK,"");if(bU[2]==="~="){bU[4]=" "+bU[4]+" "}return bU},PSEUDO:function(bU,bR,bS,e,bV){if(bU[1]==="not"){if((bH.exec(bU[3])||"").length>1||/^\w/.test(bU[3])){bU[3]=by(bU[3],null,null,bR)}else{var bT=by.filter(bU[3],bR,bS,true^bV);if(!bS){e.push.apply(e,bT)}return false}}else{if(bE.match.POS.test(bU[0])||bE.match.CHILD.test(bU[0])){return true}}return bU},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(bS,bR,e){return !!by(e[3],bS).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(bS){var e=bS.getAttribute("type"),bR=bS.type;return bS.nodeName.toLowerCase()==="input"&&"text"===bR&&(e===bR||e===null)},radio:function(e){return e.nodeName.toLowerCase()==="input"&&"radio"===e.type},checkbox:function(e){return e.nodeName.toLowerCase()==="input"&&"checkbox"===e.type},file:function(e){return e.nodeName.toLowerCase()==="input"&&"file"===e.type},password:function(e){return e.nodeName.toLowerCase()==="input"&&"password"===e.type},submit:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"submit"===bR.type},image:function(e){return e.nodeName.toLowerCase()==="input"&&"image"===e.type},reset:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"reset"===bR.type},button:function(bR){var e=bR.nodeName.toLowerCase();return e==="input"&&"button"===bR.type||e==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)},focus:function(e){return e===e.ownerDocument.activeElement}},setFilters:{first:function(bR,e){return e===0},last:function(bS,bR,e,bT){return bR===bT.length-1},even:function(bR,e){return e%2===0},odd:function(bR,e){return e%2===1},lt:function(bS,bR,e){return bR<e[3]-0},gt:function(bS,bR,e){return bR>e[3]-0},nth:function(bS,bR,e){return e[3]-0===bR},eq:function(bS,bR,e){return e[3]-0===bR}},filter:{PSEUDO:function(bS,bX,bW,bY){var e=bX[1],bR=bE.filters[e];if(bR){return bR(bS,bW,bX,bY)}else{if(e==="contains"){return(bS.textContent||bS.innerText||bw([bS])||"").indexOf(bX[3])>=0}else{if(e==="not"){var bT=bX[3];for(var bV=0,bU=bT.length;bV<bU;bV++){if(bT[bV]===bS){return false}}return true}else{by.error(e)}}}},CHILD:function(bS,bU){var bT,b0,bW,bZ,e,bV,bY,bX=bU[1],bR=bS;switch(bX){case"only":case"first":while((bR=bR.previousSibling)){if(bR.nodeType===1){return false}}if(bX==="first"){return true}bR=bS;case"last":while((bR=bR.nextSibling)){if(bR.nodeType===1){return false}}return true;case"nth":bT=bU[2];b0=bU[3];if(bT===1&&b0===0){return true}bW=bU[0];bZ=bS.parentNode;if(bZ&&(bZ[bC]!==bW||!bS.nodeIndex)){bV=0;for(bR=bZ.firstChild;bR;bR=bR.nextSibling){if(bR.nodeType===1){bR.nodeIndex=++bV}}bZ[bC]=bW}bY=bS.nodeIndex-b0;if(bT===0){return bY===0}else{return(bY%bT===0&&bY/bT>=0)}}},ID:function(bR,e){return bR.nodeType===1&&bR.getAttribute("id")===e},TAG:function(bR,e){return(e==="*"&&bR.nodeType===1)||!!bR.nodeName&&bR.nodeName.toLowerCase()===e},CLASS:function(bR,e){return(" "+(bR.className||bR.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bV,bT){var bS=bT[1],e=by.attr?by.attr(bV,bS):bE.attrHandle[bS]?bE.attrHandle[bS](bV):bV[bS]!=null?bV[bS]:bV.getAttribute(bS),bW=e+"",bU=bT[2],bR=bT[4];return e==null?bU==="!=":!bU&&by.attr?e!=null:bU==="="?bW===bR:bU==="*="?bW.indexOf(bR)>=0:bU==="~="?(" "+bW+" ").indexOf(bR)>=0:!bR?bW&&e!==false:bU==="!="?bW!==bR:bU==="^="?bW.indexOf(bR)===0:bU==="$="?bW.substr(bW.length-bR.length)===bR:bU==="|="?bW===bR||bW.substr(0,bR.length+1)===bR+"-":false},POS:function(bU,bR,bS,bV){var e=bR[2],bT=bE.setFilters[e];if(bT){return bT(bU,bS,bR,bV)}}}};var bD=bE.match.POS,bx=function(bR,e){return"\\"+(e-0+1)};for(var bz in bE.match){bE.match[bz]=new RegExp(bE.match[bz].source+(/(?![^\[]*\])(?![^\(]*\))/.source));bE.leftMatch[bz]=new RegExp(/(^(?:.|\r|\n)*?)/.source+bE.match[bz].source.replace(/\\(\d+)/g,bx))}var bF=function(bR,e){bR=Array.prototype.slice.call(bR,0);if(e){e.push.apply(e,bR);return e}return bR};try{Array.prototype.slice.call(av.documentElement.childNodes,0)[0].nodeType}catch(bP){bF=function(bU,bT){var bS=0,bR=bT||[];if(bL.call(bU)==="[object Array]"){Array.prototype.push.apply(bR,bU)}else{if(typeof bU.length==="number"){for(var e=bU.length;bS<e;bS++){bR.push(bU[bS])}}else{for(;bU[bS];bS++){bR.push(bU[bS])}}}return bR}}var bJ,bG;if(av.documentElement.compareDocumentPosition){bJ=function(bR,e){if(bR===e){bB=true;return 0}if(!bR.compareDocumentPosition||!e.compareDocumentPosition){return bR.compareDocumentPosition?-1:1}return bR.compareDocumentPosition(e)&4?-1:1}}else{bJ=function(bY,bX){if(bY===bX){bB=true;return 0}else{if(bY.sourceIndex&&bX.sourceIndex){return bY.sourceIndex-bX.sourceIndex}}var bV,bR,bS=[],e=[],bU=bY.parentNode,bW=bX.parentNode,bZ=bU;if(bU===bW){return bG(bY,bX)}else{if(!bU){return -1}else{if(!bW){return 1}}}while(bZ){bS.unshift(bZ);bZ=bZ.parentNode}bZ=bW;while(bZ){e.unshift(bZ);bZ=bZ.parentNode}bV=bS.length;bR=e.length;for(var bT=0;bT<bV&&bT<bR;bT++){if(bS[bT]!==e[bT]){return bG(bS[bT],e[bT])}}return bT===bV?bG(bY,e[bT],-1):bG(bS[bT],bX,1)};bG=function(bR,e,bS){if(bR===e){return bS}var bT=bR.nextSibling;while(bT){if(bT===e){return -1}bT=bT.nextSibling}return 1}}(function(){var bR=av.createElement("div"),bS="script"+(new Date()).getTime(),e=av.documentElement;bR.innerHTML="<a name='"+bS+"'/>";e.insertBefore(bR,e.firstChild);if(av.getElementById(bS)){bE.find.ID=function(bU,bV,bW){if(typeof bV.getElementById!=="undefined"&&!bW){var bT=bV.getElementById(bU[1]);return bT?bT.id===bU[1]||typeof bT.getAttributeNode!=="undefined"&&bT.getAttributeNode("id").nodeValue===bU[1]?[bT]:L:[]}};bE.filter.ID=function(bV,bT){var bU=typeof bV.getAttributeNode!=="undefined"&&bV.getAttributeNode("id");return bV.nodeType===1&&bU&&bU.nodeValue===bT}}e.removeChild(bR);e=bR=null})();(function(){var e=av.createElement("div");e.appendChild(av.createComment(""));if(e.getElementsByTagName("*").length>0){bE.find.TAG=function(bR,bV){var bU=bV.getElementsByTagName(bR[1]);if(bR[1]==="*"){var bT=[];for(var bS=0;bU[bS];bS++){if(bU[bS].nodeType===1){bT.push(bU[bS])}}bU=bT}return bU}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){bE.attrHandle.href=function(bR){return bR.getAttribute("href",2)}}e=null})();if(av.querySelectorAll){(function(){var e=by,bT=av.createElement("div"),bS="__sizzle__";bT.innerHTML="<p class='TEST'></p>";if(bT.querySelectorAll&&bT.querySelectorAll(".TEST").length===0){return}by=function(b4,bV,bZ,b3){bV=bV||av;if(!b3&&!by.isXML(bV)){var b2=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b4);if(b2&&(bV.nodeType===1||bV.nodeType===9)){if(b2[1]){return bF(bV.getElementsByTagName(b4),bZ)}else{if(b2[2]&&bE.find.CLASS&&bV.getElementsByClassName){return bF(bV.getElementsByClassName(b2[2]),bZ)}}}if(bV.nodeType===9){if(b4==="body"&&bV.body){return bF([bV.body],bZ)}else{if(b2&&b2[3]){var bY=bV.getElementById(b2[3]);if(bY&&bY.parentNode){if(bY.id===b2[3]){return bF([bY],bZ)}}else{return bF([],bZ)}}}try{return bF(bV.querySelectorAll(b4),bZ)}catch(b0){}}else{if(bV.nodeType===1&&bV.nodeName.toLowerCase()!=="object"){var bW=bV,bX=bV.getAttribute("id"),bU=bX||bS,b6=bV.parentNode,b5=/^\s*[+~]/.test(b4);if(!bX){bV.setAttribute("id",bU)}else{bU=bU.replace(/'/g,"\\$&")}if(b5&&b6){bV=bV.parentNode}try{if(!b5||b6){return bF(bV.querySelectorAll("[id='"+bU+"'] "+b4),bZ)}}catch(b1){}finally{if(!bX){bW.removeAttribute("id")}}}}}return e(b4,bV,bZ,b3)};for(var bR in e){by[bR]=e[bR]}bT=null})()}(function(){var e=av.documentElement,bS=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector;if(bS){var bU=!bS.call(av.createElement("div"),"div"),bR=false;try{bS.call(av.documentElement,"[test!='']:sizzle")}catch(bT){bR=true}by.matchesSelector=function(bW,bY){bY=bY.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!by.isXML(bW)){try{if(bR||!bE.match.PSEUDO.test(bY)&&!/!=/.test(bY)){var bV=bS.call(bW,bY);if(bV||!bU||bW.document&&bW.document.nodeType!==11){return bV}}}catch(bX){}}return by(bY,null,null,[bW]).length>0}}})();(function(){var e=av.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}bE.order.splice(1,0,"CLASS");bE.find.CLASS=function(bR,bS,bT){if(typeof bS.getElementsByClassName!=="undefined"&&!bT){return bS.getElementsByClassName(bR[1])}};e=null})();function bv(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT<bS;bT++){var e=bZ[bT];if(e){var bU=false;e=e[bR];while(e){if(e[bC]===bV){bU=bZ[e.sizset];break}if(e.nodeType===1&&!bY){e[bC]=bV;e.sizset=bT}if(e.nodeName.toLowerCase()===bW){bU=e;break}e=e[bR]}bZ[bT]=bU}}}function bN(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT<bS;bT++){var e=bZ[bT];if(e){var bU=false;e=e[bR];while(e){if(e[bC]===bV){bU=bZ[e.sizset];break}if(e.nodeType===1){if(!bY){e[bC]=bV;e.sizset=bT}if(typeof bW!=="string"){if(e===bW){bU=true;break}}else{if(by.filter(bW,[e]).length>0){bU=e;break}}}e=e[bR]}bZ[bT]=bU}}}if(av.documentElement.contains){by.contains=function(bR,e){return bR!==e&&(bR.contains?bR.contains(e):true)}}else{if(av.documentElement.compareDocumentPosition){by.contains=function(bR,e){return !!(bR.compareDocumentPosition(e)&16)}}else{by.contains=function(){return false}}}by.isXML=function(e){var bR=(e?e.ownerDocument||e:0).documentElement;return bR?bR.nodeName!=="HTML":false};var bM=function(bS,e,bW){var bV,bX=[],bU="",bY=e.nodeType?[e]:e;while((bV=bE.match.PSEUDO.exec(bS))){bU+=bV[0];bS=bS.replace(bE.match.PSEUDO,"")}bS=bE.relative[bS]?bS+"*":bS;for(var bT=0,bR=bY.length;bT<bR;bT++){by(bS,bY[bT],bX,bW)}return by.filter(bU,bX)};by.attr=b.attr;by.selectors.attrMap={};b.find=by;b.expr=by.selectors;b.expr[":"]=b.expr.filters;b.unique=by.uniqueSort;b.text=by.getText;b.isXMLDoc=by.isXML;b.contains=by.contains})();var ab=/Until$/,aq=/^(?:parents|prevUntil|prevAll)/,a9=/,/,bp=/^.[^:#\[\.,]*$/,P=Array.prototype.slice,H=b.expr.match.POS,ay={children:true,contents:true,next:true,prev:true};b.fn.extend({find:function(e){var bw=this,by,bv;if(typeof e!=="string"){return b(e).filter(function(){for(by=0,bv=bw.length;by<bv;by++){if(b.contains(bw[by],this)){return true}}})}var bx=this.pushStack("","find",e),bA,bB,bz;for(by=0,bv=this.length;by<bv;by++){bA=bx.length;b.find(e,this[by],bx);if(by>0){for(bB=bA;bB<bx.length;bB++){for(bz=0;bz<bA;bz++){if(bx[bz]===bx[bB]){bx.splice(bB--,1);break}}}}}return bx},has:function(bv){var e=b(bv);return this.filter(function(){for(var bx=0,bw=e.length;bx<bw;bx++){if(b.contains(this,e[bx])){return true}}})},not:function(e){return this.pushStack(aG(this,e,false),"not",e)},filter:function(e){return this.pushStack(aG(this,e,true),"filter",e)},is:function(e){return !!e&&(typeof e==="string"?H.test(e)?b(e,this.context).index(this[0])>=0:b.filter(e,this).length>0:this.filter(e).length>0)},closest:function(by,bx){var bv=[],bw,e,bz=this[0];if(b.isArray(by)){var bB=1;while(bz&&bz.ownerDocument&&bz!==bx){for(bw=0;bw<by.length;bw++){if(b(bz).is(by[bw])){bv.push({selector:by[bw],elem:bz,level:bB})}}bz=bz.parentNode;bB++}return bv}var bA=H.test(by)||typeof by!=="string"?b(by,bx||this.context):0;for(bw=0,e=this.length;bw<e;bw++){bz=this[bw];while(bz){if(bA?bA.index(bz)>-1:b.find.matchesSelector(bz,by)){bv.push(bz);break}else{bz=bz.parentNode;if(!bz||!bz.ownerDocument||bz===bx||bz.nodeType===11){break}}}}bv=bv.length>1?b.unique(bv):bv;return this.pushStack(bv,"closest",by)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.prevAll().length:-1}if(typeof e==="string"){return b.inArray(this[0],b(e))}return b.inArray(e.jquery?e[0]:e,this)},add:function(e,bv){var bx=typeof e==="string"?b(e,bv):b.makeArray(e&&e.nodeType?[e]:e),bw=b.merge(this.get(),bx);return this.pushStack(C(bx[0])||C(bw[0])?bw:b.unique(bw))},andSelf:function(){return this.add(this.prevObject)}});function C(e){return !e||!e.parentNode||e.parentNode.nodeType===11}b.each({parent:function(bv){var e=bv.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return b.dir(e,"parentNode")},parentsUntil:function(bv,e,bw){return b.dir(bv,"parentNode",bw)},next:function(e){return b.nth(e,2,"nextSibling")},prev:function(e){return b.nth(e,2,"previousSibling")},nextAll:function(e){return b.dir(e,"nextSibling")},prevAll:function(e){return b.dir(e,"previousSibling")},nextUntil:function(bv,e,bw){return b.dir(bv,"nextSibling",bw)},prevUntil:function(bv,e,bw){return b.dir(bv,"previousSibling",bw)},siblings:function(e){return b.sibling(e.parentNode.firstChild,e)},children:function(e){return b.sibling(e.firstChild)},contents:function(e){return b.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:b.makeArray(e.childNodes)}},function(e,bv){b.fn[e]=function(by,bw){var bx=b.map(this,bv,by);if(!ab.test(e)){bw=by}if(bw&&typeof bw==="string"){bx=b.filter(bw,bx)}bx=this.length>1&&!ay[e]?b.unique(bx):bx;if((this.length>1||a9.test(bw))&&aq.test(e)){bx=bx.reverse()}return this.pushStack(bx,e,P.call(arguments).join(","))}});b.extend({filter:function(bw,e,bv){if(bv){bw=":not("+bw+")"}return e.length===1?b.find.matchesSelector(e[0],bw)?[e[0]]:[]:b.find.matches(bw,e)},dir:function(bw,bv,by){var e=[],bx=bw[bv];while(bx&&bx.nodeType!==9&&(by===L||bx.nodeType!==1||!b(bx).is(by))){if(bx.nodeType===1){e.push(bx)}bx=bx[bv]}return e},nth:function(by,e,bw,bx){e=e||1;var bv=0;for(;by;by=by[bw]){if(by.nodeType===1&&++bv===e){break}}return by},sibling:function(bw,bv){var e=[];for(;bw;bw=bw.nextSibling){if(bw.nodeType===1&&bw!==bv){e.push(bw)}}return e}});function aG(bx,bw,e){bw=bw||0;if(b.isFunction(bw)){return b.grep(bx,function(bz,by){var bA=!!bw.call(bz,by,bz);return bA===e})}else{if(bw.nodeType){return b.grep(bx,function(bz,by){return(bz===bw)===e})}else{if(typeof bw==="string"){var bv=b.grep(bx,function(by){return by.nodeType===1});if(bp.test(bw)){return b.filter(bw,bv,!e)}else{bw=b.filter(bw,bv)}}}}return b.grep(bx,function(bz,by){return(b.inArray(bz,bw)>=0)===e})}function a(e){var bw=aR.split("|"),bv=e.createDocumentFragment();if(bv.createElement){while(bw.length){bv.createElement(bw.pop())}}return bv}var aR="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ag=/ jQuery\d+="(?:\d+|null)"/g,ar=/^\s+/,R=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,d=/<([\w:]+)/,w=/<tbody/i,W=/<|&#?\w+;/,ae=/<(?:script|style)/i,O=/<(?:script|object|embed|option|style)/i,ah=new RegExp("<(?:"+aR+")","i"),o=/checked\s*(?:[^=]|=\s*.checked.)/i,bm=/\/(java|ecma)script/i,aN=/^\s*<!(?:\[CDATA\[|\-\-)/,ax={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},ac=a(av);ax.optgroup=ax.option;ax.tbody=ax.tfoot=ax.colgroup=ax.caption=ax.thead;ax.th=ax.td;if(!b.support.htmlSerialize){ax._default=[1,"div<div>","</div>"]}b.fn.extend({text:function(e){if(b.isFunction(e)){return this.each(function(bw){var bv=b(this);bv.text(e.call(this,bw,bv.text()))})}if(typeof e!=="object"&&e!==L){return this.empty().append((this[0]&&this[0].ownerDocument||av).createTextNode(e))}return b.text(this)},wrapAll:function(e){if(b.isFunction(e)){return this.each(function(bw){b(this).wrapAll(e.call(this,bw))})}if(this[0]){var bv=b(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bv.insertBefore(this[0])}bv.map(function(){var bw=this;while(bw.firstChild&&bw.firstChild.nodeType===1){bw=bw.firstChild}return bw}).append(this)}return this},wrapInner:function(e){if(b.isFunction(e)){return this.each(function(bv){b(this).wrapInner(e.call(this,bv))})}return this.each(function(){var bv=b(this),bw=bv.contents();if(bw.length){bw.wrapAll(e)}else{bv.append(e)}})},wrap:function(e){var bv=b.isFunction(e);return this.each(function(bw){b(this).wrapAll(bv?e.call(this,bw):e)})},unwrap:function(){return this.parent().each(function(){if(!b.nodeName(this,"body")){b(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.insertBefore(e,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this)})}else{if(arguments.length){var e=b.clean(arguments);e.push.apply(e,this.toArray());return this.pushStack(e,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,b.clean(arguments));return e}}},remove:function(e,bx){for(var bv=0,bw;(bw=this[bv])!=null;bv++){if(!e||b.filter(e,[bw]).length){if(!bx&&bw.nodeType===1){b.cleanData(bw.getElementsByTagName("*"));b.cleanData([bw])}if(bw.parentNode){bw.parentNode.removeChild(bw)}}}return this},empty:function(){for(var e=0,bv;(bv=this[e])!=null;e++){if(bv.nodeType===1){b.cleanData(bv.getElementsByTagName("*"))}while(bv.firstChild){bv.removeChild(bv.firstChild)}}return this},clone:function(bv,e){bv=bv==null?false:bv;e=e==null?bv:e;return this.map(function(){return b.clone(this,bv,e)})},html:function(bx){if(bx===L){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(ag,""):null}else{if(typeof bx==="string"&&!ae.test(bx)&&(b.support.leadingWhitespace||!ar.test(bx))&&!ax[(d.exec(bx)||["",""])[1].toLowerCase()]){bx=bx.replace(R,"<$1></$2>");try{for(var bw=0,bv=this.length;bw<bv;bw++){if(this[bw].nodeType===1){b.cleanData(this[bw].getElementsByTagName("*"));this[bw].innerHTML=bx}}}catch(by){this.empty().append(bx)}}else{if(b.isFunction(bx)){this.each(function(bz){var e=b(this);e.html(bx.call(this,bz,e.html()))})}else{this.empty().append(bx)}}}return this},replaceWith:function(e){if(this[0]&&this[0].parentNode){if(b.isFunction(e)){return this.each(function(bx){var bw=b(this),bv=bw.html();bw.replaceWith(e.call(this,bx,bv))})}if(typeof e!=="string"){e=b(e).detach()}return this.each(function(){var bw=this.nextSibling,bv=this.parentNode;b(this).remove();if(bw){b(bw).before(e)}else{b(bv).append(e)}})}else{return this.length?this.pushStack(b(b.isFunction(e)?e():e),"replaceWith",e):this}},detach:function(e){return this.remove(e,true)},domManip:function(bB,bF,bE){var bx,by,bA,bD,bC=bB[0],bv=[];if(!b.support.checkClone&&arguments.length===3&&typeof bC==="string"&&o.test(bC)){return this.each(function(){b(this).domManip(bB,bF,bE,true)})}if(b.isFunction(bC)){return this.each(function(bH){var bG=b(this);bB[0]=bC.call(this,bH,bF?bG.html():L);bG.domManip(bB,bF,bE)})}if(this[0]){bD=bC&&bC.parentNode;if(b.support.parentNode&&bD&&bD.nodeType===11&&bD.childNodes.length===this.length){bx={fragment:bD}}else{bx=b.buildFragment(bB,this,bv)}bA=bx.fragment;if(bA.childNodes.length===1){by=bA=bA.firstChild}else{by=bA.firstChild}if(by){bF=bF&&b.nodeName(by,"tr");for(var bw=0,e=this.length,bz=e-1;bw<e;bw++){bE.call(bF?ba(this[bw],by):this[bw],bx.cacheable||(e>1&&bw<bz)?b.clone(bA,true,true):bA)}}if(bv.length){b.each(bv,bo)}}return this}});function ba(e,bv){return b.nodeName(e,"table")?(e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody"))):e}function t(bB,bv){if(bv.nodeType!==1||!b.hasData(bB)){return}var by,bx,e,bA=b._data(bB),bz=b._data(bv,bA),bw=bA.events;if(bw){delete bz.handle;bz.events={};for(by in bw){for(bx=0,e=bw[by].length;bx<e;bx++){b.event.add(bv,by+(bw[by][bx].namespace?".":"")+bw[by][bx].namespace,bw[by][bx],bw[by][bx].data)}}}if(bz.data){bz.data=b.extend({},bz.data)}}function ai(bv,e){var bw;if(e.nodeType!==1){return}if(e.clearAttributes){e.clearAttributes()}if(e.mergeAttributes){e.mergeAttributes(bv)}bw=e.nodeName.toLowerCase();if(bw==="object"){e.outerHTML=bv.outerHTML}else{if(bw==="input"&&(bv.type==="checkbox"||bv.type==="radio")){if(bv.checked){e.defaultChecked=e.checked=bv.checked}if(e.value!==bv.value){e.value=bv.value}}else{if(bw==="option"){e.selected=bv.defaultSelected}else{if(bw==="input"||bw==="textarea"){e.defaultValue=bv.defaultValue}}}}e.removeAttribute(b.expando)}b.buildFragment=function(bz,bx,bv){var by,e,bw,bA,bB=bz[0];if(bx&&bx[0]){bA=bx[0].ownerDocument||bx[0]}if(!bA.createDocumentFragment){bA=av}if(bz.length===1&&typeof bB==="string"&&bB.length<512&&bA===av&&bB.charAt(0)==="<"&&!O.test(bB)&&(b.support.checkClone||!o.test(bB))&&(b.support.html5Clone||!ah.test(bB))){e=true;bw=b.fragments[bB];if(bw&&bw!==1){by=bw}}if(!by){by=bA.createDocumentFragment();b.clean(bz,bA,by,bv)}if(e){b.fragments[bB]=bw?by:1}return{fragment:by,cacheable:e}};b.fragments={};b.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,bv){b.fn[e]=function(bw){var bz=[],bC=b(bw),bB=this.length===1&&this[0].parentNode;if(bB&&bB.nodeType===11&&bB.childNodes.length===1&&bC.length===1){bC[bv](this[0]);return this}else{for(var bA=0,bx=bC.length;bA<bx;bA++){var by=(bA>0?this.clone(true):this).get();b(bC[bA])[bv](by);bz=bz.concat(by)}return this.pushStack(bz,e,bC.selector)}}});function bg(e){if(typeof e.getElementsByTagName!=="undefined"){return e.getElementsByTagName("*")}else{if(typeof e.querySelectorAll!=="undefined"){return e.querySelectorAll("*")}else{return[]}}}function az(e){if(e.type==="checkbox"||e.type==="radio"){e.defaultChecked=e.checked}}function E(e){var bv=(e.nodeName||"").toLowerCase();if(bv==="input"){az(e)}else{if(bv!=="script"&&typeof e.getElementsByTagName!=="undefined"){b.grep(e.getElementsByTagName("input"),az)}}}function al(e){var bv=av.createElement("div");ac.appendChild(bv);bv.innerHTML=e.outerHTML;return bv.firstChild}b.extend({clone:function(by,bA,bw){var e,bv,bx,bz=b.support.html5Clone||!ah.test("<"+by.nodeName)?by.cloneNode(true):al(by);if((!b.support.noCloneEvent||!b.support.noCloneChecked)&&(by.nodeType===1||by.nodeType===11)&&!b.isXMLDoc(by)){ai(by,bz);e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){if(bv[bx]){ai(e[bx],bv[bx])}}}if(bA){t(by,bz);if(bw){e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){t(e[bx],bv[bx])}}}e=bv=null;return bz},clean:function(bw,by,bH,bA){var bF;by=by||av;if(typeof by.createElement==="undefined"){by=by.ownerDocument||by[0]&&by[0].ownerDocument||av}var bI=[],bB;for(var bE=0,bz;(bz=bw[bE])!=null;bE++){if(typeof bz==="number"){bz+=""}if(!bz){continue}if(typeof bz==="string"){if(!W.test(bz)){bz=by.createTextNode(bz)}else{bz=bz.replace(R,"<$1></$2>");var bK=(d.exec(bz)||["",""])[1].toLowerCase(),bx=ax[bK]||ax._default,bD=bx[0],bv=by.createElement("div");if(by===av){ac.appendChild(bv)}else{a(by).appendChild(bv)}bv.innerHTML=bx[1]+bz+bx[2];while(bD--){bv=bv.lastChild}if(!b.support.tbody){var e=w.test(bz),bC=bK==="table"&&!e?bv.firstChild&&bv.firstChild.childNodes:bx[1]==="<table>"&&!e?bv.childNodes:[];for(bB=bC.length-1;bB>=0;--bB){if(b.nodeName(bC[bB],"tbody")&&!bC[bB].childNodes.length){bC[bB].parentNode.removeChild(bC[bB])}}}if(!b.support.leadingWhitespace&&ar.test(bz)){bv.insertBefore(by.createTextNode(ar.exec(bz)[0]),bv.firstChild)}bz=bv.childNodes}}var bG;if(!b.support.appendChecked){if(bz[0]&&typeof(bG=bz.length)==="number"){for(bB=0;bB<bG;bB++){E(bz[bB])}}else{E(bz)}}if(bz.nodeType){bI.push(bz)}else{bI=b.merge(bI,bz)}}if(bH){bF=function(bL){return !bL.type||bm.test(bL.type)};for(bE=0;bI[bE];bE++){if(bA&&b.nodeName(bI[bE],"script")&&(!bI[bE].type||bI[bE].type.toLowerCase()==="text/javascript")){bA.push(bI[bE].parentNode?bI[bE].parentNode.removeChild(bI[bE]):bI[bE])}else{if(bI[bE].nodeType===1){var bJ=b.grep(bI[bE].getElementsByTagName("script"),bF);bI.splice.apply(bI,[bE+1,0].concat(bJ))}bH.appendChild(bI[bE])}}}return bI},cleanData:function(bv){var by,bw,e=b.cache,bB=b.event.special,bA=b.support.deleteExpando;for(var bz=0,bx;(bx=bv[bz])!=null;bz++){if(bx.nodeName&&b.noData[bx.nodeName.toLowerCase()]){continue}bw=bx[b.expando];if(bw){by=e[bw];if(by&&by.events){for(var bC in by.events){if(bB[bC]){b.event.remove(bx,bC)}else{b.removeEvent(bx,bC,by.handle)}}if(by.handle){by.handle.elem=null}}if(bA){delete bx[b.expando]}else{if(bx.removeAttribute){bx.removeAttribute(b.expando)}}delete e[bw]}}}});function bo(e,bv){if(bv.src){b.ajax({url:bv.src,async:false,dataType:"script"})}else{b.globalEval((bv.text||bv.textContent||bv.innerHTML||"").replace(aN,"/*$0*/"))}if(bv.parentNode){bv.parentNode.removeChild(bv)}}var ak=/alpha\([^)]*\)/i,au=/opacity=([^)]*)/,z=/([A-Z]|^ms)/g,bc=/^-?\d+(?:px)?$/i,bn=/^-?\d/,I=/^([\-+])=([\-+.\de]+)/,a7={position:"absolute",visibility:"hidden",display:"block"},an=["Left","Right"],a1=["Top","Bottom"],Z,aI,aX;b.fn.css=function(e,bv){if(arguments.length===2&&bv===L){return this}return b.access(this,e,bv,true,function(bx,bw,by){return by!==L?b.style(bx,bw,by):b.css(bx,bw)})};b.extend({cssHooks:{opacity:{get:function(bw,bv){if(bv){var e=Z(bw,"opacity","opacity");return e===""?"1":e}else{return bw.style.opacity}}}},cssNumber:{fillOpacity:true,fontWeight:true,lineHeight:true,opacity:true,orphans:true,widows:true,zIndex:true,zoom:true},cssProps:{"float":b.support.cssFloat?"cssFloat":"styleFloat"},style:function(bx,bw,bD,by){if(!bx||bx.nodeType===3||bx.nodeType===8||!bx.style){return}var bB,bC,bz=b.camelCase(bw),bv=bx.style,bE=b.cssHooks[bz];bw=b.cssProps[bz]||bz;if(bD!==L){bC=typeof bD;if(bC==="string"&&(bB=I.exec(bD))){bD=(+(bB[1]+1)*+bB[2])+parseFloat(b.css(bx,bw));bC="number"}if(bD==null||bC==="number"&&isNaN(bD)){return}if(bC==="number"&&!b.cssNumber[bz]){bD+="px"}if(!bE||!("set" in bE)||(bD=bE.set(bx,bD))!==L){try{bv[bw]=bD}catch(bA){}}}else{if(bE&&"get" in bE&&(bB=bE.get(bx,false,by))!==L){return bB}return bv[bw]}},css:function(by,bx,bv){var bw,e;bx=b.camelCase(bx);e=b.cssHooks[bx];bx=b.cssProps[bx]||bx;if(bx==="cssFloat"){bx="float"}if(e&&"get" in e&&(bw=e.get(by,true,bv))!==L){return bw}else{if(Z){return Z(by,bx)}}},swap:function(bx,bw,by){var e={};for(var bv in bw){e[bv]=bx.style[bv];bx.style[bv]=bw[bv]}by.call(bx);for(bv in bw){bx.style[bv]=e[bv]}}});b.curCSS=b.css;b.each(["height","width"],function(bv,e){b.cssHooks[e]={get:function(by,bx,bw){var bz;if(bx){if(by.offsetWidth!==0){return p(by,e,bw)}else{b.swap(by,a7,function(){bz=p(by,e,bw)})}return bz}},set:function(bw,bx){if(bc.test(bx)){bx=parseFloat(bx);if(bx>=0){return bx+"px"}}else{return bx}}}});if(!b.support.opacity){b.cssHooks.opacity={get:function(bv,e){return au.test((e&&bv.currentStyle?bv.currentStyle.filter:bv.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(by,bz){var bx=by.style,bv=by.currentStyle,e=b.isNumeric(bz)?"alpha(opacity="+bz*100+")":"",bw=bv&&bv.filter||bx.filter||"";bx.zoom=1;if(bz>=1&&b.trim(bw.replace(ak,""))===""){bx.removeAttribute("filter");if(bv&&!bv.filter){return}}bx.filter=ak.test(bw)?bw.replace(ak,e):bw+" "+e}}}b(function(){if(!b.support.reliableMarginRight){b.cssHooks.marginRight={get:function(bw,bv){var e;b.swap(bw,{display:"inline-block"},function(){if(bv){e=Z(bw,"margin-right","marginRight")}else{e=bw.style.marginRight}});return e}}}});if(av.defaultView&&av.defaultView.getComputedStyle){aI=function(by,bw){var bv,bx,e;bw=bw.replace(z,"-$1").toLowerCase();if((bx=by.ownerDocument.defaultView)&&(e=bx.getComputedStyle(by,null))){bv=e.getPropertyValue(bw);if(bv===""&&!b.contains(by.ownerDocument.documentElement,by)){bv=b.style(by,bw)}}return bv}}if(av.documentElement.currentStyle){aX=function(bz,bw){var bA,e,by,bv=bz.currentStyle&&bz.currentStyle[bw],bx=bz.style;if(bv===null&&bx&&(by=bx[bw])){bv=by}if(!bc.test(bv)&&bn.test(bv)){bA=bx.left;e=bz.runtimeStyle&&bz.runtimeStyle.left;if(e){bz.runtimeStyle.left=bz.currentStyle.left}bx.left=bw==="fontSize"?"1em":(bv||0);bv=bx.pixelLeft+"px";bx.left=bA;if(e){bz.runtimeStyle.left=e}}return bv===""?"auto":bv}}Z=aI||aX;function p(by,bw,bv){var bA=bw==="width"?by.offsetWidth:by.offsetHeight,bz=bw==="width"?an:a1,bx=0,e=bz.length;if(bA>0){if(bv!=="border"){for(;bx<e;bx++){if(!bv){bA-=parseFloat(b.css(by,"padding"+bz[bx]))||0}if(bv==="margin"){bA+=parseFloat(b.css(by,bv+bz[bx]))||0}else{bA-=parseFloat(b.css(by,"border"+bz[bx]+"Width"))||0}}}return bA+"px"}bA=Z(by,bw,bw);if(bA<0||bA==null){bA=by.style[bw]||0}bA=parseFloat(bA)||0;if(bv){for(;bx<e;bx++){bA+=parseFloat(b.css(by,"padding"+bz[bx]))||0;if(bv!=="padding"){bA+=parseFloat(b.css(by,"border"+bz[bx]+"Width"))||0}if(bv==="margin"){bA+=parseFloat(b.css(by,bv+bz[bx]))||0}}}return bA+"px"}if(b.expr&&b.expr.filters){b.expr.filters.hidden=function(bw){var bv=bw.offsetWidth,e=bw.offsetHeight;return(bv===0&&e===0)||(!b.support.reliableHiddenOffsets&&((bw.style&&bw.style.display)||b.css(bw,"display"))==="none")};b.expr.filters.visible=function(e){return !b.expr.filters.hidden(e)}}var k=/%20/g,ap=/\[\]$/,bs=/\r?\n/g,bq=/#.*$/,aD=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,aZ=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,aM=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,aQ=/^(?:GET|HEAD)$/,c=/^\/\//,M=/\?/,a6=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,q=/^(?:select|textarea)/i,h=/\s+/,br=/([?&])_=[^&]*/,K=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,A=b.fn.load,aa={},r={},aE,s,aV=["*/"]+["*"];try{aE=bl.href}catch(aw){aE=av.createElement("a");aE.href="";aE=aE.href}s=K.exec(aE.toLowerCase())||[];function f(e){return function(by,bA){if(typeof by!=="string"){bA=by;by="*"}if(b.isFunction(bA)){var bx=by.toLowerCase().split(h),bw=0,bz=bx.length,bv,bB,bC;for(;bw<bz;bw++){bv=bx[bw];bC=/^\+/.test(bv);if(bC){bv=bv.substr(1)||"*"}bB=e[bv]=e[bv]||[];bB[bC?"unshift":"push"](bA)}}}}function aW(bv,bE,bz,bD,bB,bx){bB=bB||bE.dataTypes[0];bx=bx||{};bx[bB]=true;var bA=bv[bB],bw=0,e=bA?bA.length:0,by=(bv===aa),bC;for(;bw<e&&(by||!bC);bw++){bC=bA[bw](bE,bz,bD);if(typeof bC==="string"){if(!by||bx[bC]){bC=L}else{bE.dataTypes.unshift(bC);bC=aW(bv,bE,bz,bD,bC,bx)}}}if((by||!bC)&&!bx["*"]){bC=aW(bv,bE,bz,bD,"*",bx)}return bC}function am(bw,bx){var bv,e,by=b.ajaxSettings.flatOptions||{};for(bv in bx){if(bx[bv]!==L){(by[bv]?bw:(e||(e={})))[bv]=bx[bv]}}if(e){b.extend(true,bw,e)}}b.fn.extend({load:function(bw,bz,bA){if(typeof bw!=="string"&&A){return A.apply(this,arguments)}else{if(!this.length){return this}}var by=bw.indexOf(" ");if(by>=0){var e=bw.slice(by,bw.length);bw=bw.slice(0,by)}var bx="GET";if(bz){if(b.isFunction(bz)){bA=bz;bz=L}else{if(typeof bz==="object"){bz=b.param(bz,b.ajaxSettings.traditional);bx="POST"}}}var bv=this;b.ajax({url:bw,type:bx,dataType:"html",data:bz,complete:function(bC,bB,bD){bD=bC.responseText;if(bC.isResolved()){bC.done(function(bE){bD=bE});bv.html(e?b("<div>").append(bD.replace(a6,"")).find(e):bD)}if(bA){bv.each(bA,[bD,bB,bC])}}});return this},serialize:function(){return b.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?b.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||q.test(this.nodeName)||aZ.test(this.type))}).map(function(e,bv){var bw=b(this).val();return bw==null?null:b.isArray(bw)?b.map(bw,function(by,bx){return{name:bv.name,value:by.replace(bs,"\r\n")}}):{name:bv.name,value:bw.replace(bs,"\r\n")}}).get()}});b.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bv){b.fn[bv]=function(bw){return this.on(bv,bw)}});b.each(["get","post"],function(e,bv){b[bv]=function(bw,by,bz,bx){if(b.isFunction(by)){bx=bx||bz;bz=by;by=L}return b.ajax({type:bv,url:bw,data:by,success:bz,dataType:bx})}});b.extend({getScript:function(e,bv){return b.get(e,L,bv,"script")},getJSON:function(e,bv,bw){return b.get(e,bv,bw,"json")},ajaxSetup:function(bv,e){if(e){am(bv,b.ajaxSettings)}else{e=bv;bv=b.ajaxSettings}am(bv,e);return bv},ajaxSettings:{url:aE,isLocal:aM.test(s[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":aV},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":bb.String,"text html":true,"text json":b.parseJSON,"text xml":b.parseXML},flatOptions:{context:true,url:true}},ajaxPrefilter:f(aa),ajaxTransport:f(r),ajax:function(bz,bx){if(typeof bz==="object"){bx=bz;bz=L}bx=bx||{};var bD=b.ajaxSetup({},bx),bS=bD.context||bD,bG=bS!==bD&&(bS.nodeType||bS instanceof b)?b(bS):b.event,bR=b.Deferred(),bN=b.Callbacks("once memory"),bB=bD.statusCode||{},bC,bH={},bO={},bQ,by,bL,bE,bI,bA=0,bw,bK,bJ={readyState:0,setRequestHeader:function(bT,bU){if(!bA){var e=bT.toLowerCase();bT=bO[e]=bO[e]||bT;bH[bT]=bU}return this},getAllResponseHeaders:function(){return bA===2?bQ:null},getResponseHeader:function(bT){var e;if(bA===2){if(!by){by={};while((e=aD.exec(bQ))){by[e[1].toLowerCase()]=e[2]}}e=by[bT.toLowerCase()]}return e===L?null:e},overrideMimeType:function(e){if(!bA){bD.mimeType=e}return this},abort:function(e){e=e||"abort";if(bL){bL.abort(e)}bF(0,e);return this}};function bF(bZ,bU,b0,bW){if(bA===2){return}bA=2;if(bE){clearTimeout(bE)}bL=L;bQ=bW||"";bJ.readyState=bZ>0?4:0;var bT,b4,b3,bX=bU,bY=b0?bj(bD,bJ,b0):L,bV,b2;if(bZ>=200&&bZ<300||bZ===304){if(bD.ifModified){if((bV=bJ.getResponseHeader("Last-Modified"))){b.lastModified[bC]=bV}if((b2=bJ.getResponseHeader("Etag"))){b.etag[bC]=b2}}if(bZ===304){bX="notmodified";bT=true}else{try{b4=G(bD,bY);bX="success";bT=true}catch(b1){bX="parsererror";b3=b1}}}else{b3=bX;if(!bX||bZ){bX="error";if(bZ<0){bZ=0}}}bJ.status=bZ;bJ.statusText=""+(bU||bX);if(bT){bR.resolveWith(bS,[b4,bX,bJ])}else{bR.rejectWith(bS,[bJ,bX,b3])}bJ.statusCode(bB);bB=L;if(bw){bG.trigger("ajax"+(bT?"Success":"Error"),[bJ,bD,bT?b4:b3])}bN.fireWith(bS,[bJ,bX]);if(bw){bG.trigger("ajaxComplete",[bJ,bD]);if(!(--b.active)){b.event.trigger("ajaxStop")}}}bR.promise(bJ);bJ.success=bJ.done;bJ.error=bJ.fail;bJ.complete=bN.add;bJ.statusCode=function(bT){if(bT){var e;if(bA<2){for(e in bT){bB[e]=[bB[e],bT[e]]}}else{e=bT[bJ.status];bJ.then(e,e)}}return this};bD.url=((bz||bD.url)+"").replace(bq,"").replace(c,s[1]+"//");bD.dataTypes=b.trim(bD.dataType||"*").toLowerCase().split(h);if(bD.crossDomain==null){bI=K.exec(bD.url.toLowerCase());bD.crossDomain=!!(bI&&(bI[1]!=s[1]||bI[2]!=s[2]||(bI[3]||(bI[1]==="http:"?80:443))!=(s[3]||(s[1]==="http:"?80:443))))}if(bD.data&&bD.processData&&typeof bD.data!=="string"){bD.data=b.param(bD.data,bD.traditional)}aW(aa,bD,bx,bJ);if(bA===2){return false}bw=bD.global;bD.type=bD.type.toUpperCase();bD.hasContent=!aQ.test(bD.type);if(bw&&b.active++===0){b.event.trigger("ajaxStart")}if(!bD.hasContent){if(bD.data){bD.url+=(M.test(bD.url)?"&":"?")+bD.data;delete bD.data}bC=bD.url;if(bD.cache===false){var bv=b.now(),bP=bD.url.replace(br,"$1_="+bv);bD.url=bP+((bP===bD.url)?(M.test(bD.url)?"&":"?")+"_="+bv:"")}}if(bD.data&&bD.hasContent&&bD.contentType!==false||bx.contentType){bJ.setRequestHeader("Content-Type",bD.contentType)}if(bD.ifModified){bC=bC||bD.url;if(b.lastModified[bC]){bJ.setRequestHeader("If-Modified-Since",b.lastModified[bC])}if(b.etag[bC]){bJ.setRequestHeader("If-None-Match",b.etag[bC])}}bJ.setRequestHeader("Accept",bD.dataTypes[0]&&bD.accepts[bD.dataTypes[0]]?bD.accepts[bD.dataTypes[0]]+(bD.dataTypes[0]!=="*"?", "+aV+"; q=0.01":""):bD.accepts["*"]);for(bK in bD.headers){bJ.setRequestHeader(bK,bD.headers[bK])}if(bD.beforeSend&&(bD.beforeSend.call(bS,bJ,bD)===false||bA===2)){bJ.abort();return false}for(bK in {success:1,error:1,complete:1}){bJ[bK](bD[bK])}bL=aW(r,bD,bx,bJ);if(!bL){bF(-1,"No Transport")}else{bJ.readyState=1;if(bw){bG.trigger("ajaxSend",[bJ,bD])}if(bD.async&&bD.timeout>0){bE=setTimeout(function(){bJ.abort("timeout")},bD.timeout)}try{bA=1;bL.send(bH,bF)}catch(bM){if(bA<2){bF(-1,bM)}else{throw bM}}}return bJ},param:function(e,bw){var bv=[],by=function(bz,bA){bA=b.isFunction(bA)?bA():bA;bv[bv.length]=encodeURIComponent(bz)+"="+encodeURIComponent(bA)};if(bw===L){bw=b.ajaxSettings.traditional}if(b.isArray(e)||(e.jquery&&!b.isPlainObject(e))){b.each(e,function(){by(this.name,this.value)})}else{for(var bx in e){v(bx,e[bx],bw,by)}}return bv.join("&").replace(k,"+")}});function v(bw,by,bv,bx){if(b.isArray(by)){b.each(by,function(bA,bz){if(bv||ap.test(bw)){bx(bw,bz)}else{v(bw+"["+(typeof bz==="object"||b.isArray(bz)?bA:"")+"]",bz,bv,bx)}})}else{if(!bv&&by!=null&&typeof by==="object"){for(var e in by){v(bw+"["+e+"]",by[e],bv,bx)}}else{bx(bw,by)}}}b.extend({active:0,lastModified:{},etag:{}});function bj(bD,bC,bz){var bv=bD.contents,bB=bD.dataTypes,bw=bD.responseFields,by,bA,bx,e;for(bA in bw){if(bA in bz){bC[bw[bA]]=bz[bA]}}while(bB[0]==="*"){bB.shift();if(by===L){by=bD.mimeType||bC.getResponseHeader("content-type")}}if(by){for(bA in bv){if(bv[bA]&&bv[bA].test(by)){bB.unshift(bA);break}}}if(bB[0] in bz){bx=bB[0]}else{for(bA in bz){if(!bB[0]||bD.converters[bA+" "+bB[0]]){bx=bA;break}if(!e){e=bA}}bx=bx||e}if(bx){if(bx!==bB[0]){bB.unshift(bx)}return bz[bx]}}function G(bH,bz){if(bH.dataFilter){bz=bH.dataFilter(bz,bH.dataType)}var bD=bH.dataTypes,bG={},bA,bE,bw=bD.length,bB,bC=bD[0],bx,by,bF,bv,e;for(bA=1;bA<bw;bA++){if(bA===1){for(bE in bH.converters){if(typeof bE==="string"){bG[bE.toLowerCase()]=bH.converters[bE]}}}bx=bC;bC=bD[bA];if(bC==="*"){bC=bx}else{if(bx!=="*"&&bx!==bC){by=bx+" "+bC;bF=bG[by]||bG["* "+bC];if(!bF){e=L;for(bv in bG){bB=bv.split(" ");if(bB[0]===bx||bB[0]==="*"){e=bG[bB[1]+" "+bC];if(e){bv=bG[bv];if(bv===true){bF=e}else{if(e===true){bF=bv}}break}}}}if(!(bF||e)){b.error("No conversion from "+by.replace(" "," to "))}if(bF!==true){bz=bF?bF(bz):e(bv(bz))}}}}return bz}var aC=b.now(),u=/(\=)\?(&|$)|\?\?/i;b.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return b.expando+"_"+(aC++)}});b.ajaxPrefilter("json jsonp",function(bD,bA,bC){var bx=bD.contentType==="application/x-www-form-urlencoded"&&(typeof bD.data==="string");if(bD.dataTypes[0]==="jsonp"||bD.jsonp!==false&&(u.test(bD.url)||bx&&u.test(bD.data))){var bB,bw=bD.jsonpCallback=b.isFunction(bD.jsonpCallback)?bD.jsonpCallback():bD.jsonpCallback,bz=bb[bw],e=bD.url,by=bD.data,bv="$1"+bw+"$2";if(bD.jsonp!==false){e=e.replace(u,bv);if(bD.url===e){if(bx){by=by.replace(u,bv)}if(bD.data===by){e+=(/\?/.test(e)?"&":"?")+bD.jsonp+"="+bw}}}bD.url=e;bD.data=by;bb[bw]=function(bE){bB=[bE]};bC.always(function(){bb[bw]=bz;if(bB&&b.isFunction(bz)){bb[bw](bB[0])}});bD.converters["script json"]=function(){if(!bB){b.error(bw+" was not called")}return bB[0]};bD.dataTypes[0]="json";return"script"}});b.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){b.globalEval(e);return e}}});b.ajaxPrefilter("script",function(e){if(e.cache===L){e.cache=false}if(e.crossDomain){e.type="GET";e.global=false}});b.ajaxTransport("script",function(bw){if(bw.crossDomain){var e,bv=av.head||av.getElementsByTagName("head")[0]||av.documentElement;return{send:function(bx,by){e=av.createElement("script");e.async="async";if(bw.scriptCharset){e.charset=bw.scriptCharset}e.src=bw.url;e.onload=e.onreadystatechange=function(bA,bz){if(bz||!e.readyState||/loaded|complete/.test(e.readyState)){e.onload=e.onreadystatechange=null;if(bv&&e.parentNode){bv.removeChild(e)}e=L;if(!bz){by(200,"success")}}};bv.insertBefore(e,bv.firstChild)},abort:function(){if(e){e.onload(0,1)}}}}});var B=bb.ActiveXObject?function(){for(var e in N){N[e](0,1)}}:false,y=0,N;function aL(){try{return new bb.XMLHttpRequest()}catch(bv){}}function aj(){try{return new bb.ActiveXObject("Microsoft.XMLHTTP")}catch(bv){}}b.ajaxSettings.xhr=bb.ActiveXObject?function(){return !this.isLocal&&aL()||aj()}:aL;(function(e){b.extend(b.support,{ajax:!!e,cors:!!e&&("withCredentials" in e)})})(b.ajaxSettings.xhr());if(b.support.ajax){b.ajaxTransport(function(e){if(!e.crossDomain||b.support.cors){var bv;return{send:function(bB,bw){var bA=e.xhr(),bz,by;if(e.username){bA.open(e.type,e.url,e.async,e.username,e.password)}else{bA.open(e.type,e.url,e.async)}if(e.xhrFields){for(by in e.xhrFields){bA[by]=e.xhrFields[by]}}if(e.mimeType&&bA.overrideMimeType){bA.overrideMimeType(e.mimeType)}if(!e.crossDomain&&!bB["X-Requested-With"]){bB["X-Requested-With"]="XMLHttpRequest"}try{for(by in bB){bA.setRequestHeader(by,bB[by])}}catch(bx){}bA.send((e.hasContent&&e.data)||null);bv=function(bK,bE){var bF,bD,bC,bI,bH;try{if(bv&&(bE||bA.readyState===4)){bv=L;if(bz){bA.onreadystatechange=b.noop;if(B){delete N[bz]}}if(bE){if(bA.readyState!==4){bA.abort()}}else{bF=bA.status;bC=bA.getAllResponseHeaders();bI={};bH=bA.responseXML;if(bH&&bH.documentElement){bI.xml=bH}bI.text=bA.responseText;try{bD=bA.statusText}catch(bJ){bD=""}if(!bF&&e.isLocal&&!e.crossDomain){bF=bI.text?200:404}else{if(bF===1223){bF=204}}}}}catch(bG){if(!bE){bw(-1,bG)}}if(bI){bw(bF,bD,bI,bC)}};if(!e.async||bA.readyState===4){bv()}else{bz=++y;if(B){if(!N){N={};b(bb).unload(B)}N[bz]=bv}bA.onreadystatechange=bv}},abort:function(){if(bv){bv(0,1)}}}}})}var Q={},a8,m,aB=/^(?:toggle|show|hide)$/,aT=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,a3,aH=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],a4;b.fn.extend({show:function(bx,bA,bz){var bw,by;if(bx||bx===0){return this.animate(a0("show",3),bx,bA,bz)}else{for(var bv=0,e=this.length;bv<e;bv++){bw=this[bv];if(bw.style){by=bw.style.display;if(!b._data(bw,"olddisplay")&&by==="none"){by=bw.style.display=""}if(by===""&&b.css(bw,"display")==="none"){b._data(bw,"olddisplay",x(bw.nodeName))}}}for(bv=0;bv<e;bv++){bw=this[bv];if(bw.style){by=bw.style.display;if(by===""||by==="none"){bw.style.display=b._data(bw,"olddisplay")||""}}}return this}},hide:function(bx,bA,bz){if(bx||bx===0){return this.animate(a0("hide",3),bx,bA,bz)}else{var bw,by,bv=0,e=this.length;for(;bv<e;bv++){bw=this[bv];if(bw.style){by=b.css(bw,"display");if(by!=="none"&&!b._data(bw,"olddisplay")){b._data(bw,"olddisplay",by)}}}for(bv=0;bv<e;bv++){if(this[bv].style){this[bv].style.display="none"}}return this}},_toggle:b.fn.toggle,toggle:function(bw,bv,bx){var e=typeof bw==="boolean";if(b.isFunction(bw)&&b.isFunction(bv)){this._toggle.apply(this,arguments)}else{if(bw==null||e){this.each(function(){var by=e?bw:b(this).is(":hidden");b(this)[by?"show":"hide"]()})}else{this.animate(a0("toggle",3),bw,bv,bx)}}return this},fadeTo:function(e,bx,bw,bv){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:bx},e,bw,bv)},animate:function(bz,bw,by,bx){var e=b.speed(bw,by,bx);if(b.isEmptyObject(bz)){return this.each(e.complete,[false])}bz=b.extend({},bz);function bv(){if(e.queue===false){b._mark(this)}var bE=b.extend({},e),bK=this.nodeType===1,bI=bK&&b(this).is(":hidden"),bB,bF,bD,bJ,bH,bC,bG,bL,bA;bE.animatedProperties={};for(bD in bz){bB=b.camelCase(bD);if(bD!==bB){bz[bB]=bz[bD];delete bz[bD]}bF=bz[bB];if(b.isArray(bF)){bE.animatedProperties[bB]=bF[1];bF=bz[bB]=bF[0]}else{bE.animatedProperties[bB]=bE.specialEasing&&bE.specialEasing[bB]||bE.easing||"swing"}if(bF==="hide"&&bI||bF==="show"&&!bI){return bE.complete.call(this)}if(bK&&(bB==="height"||bB==="width")){bE.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(b.css(this,"display")==="inline"&&b.css(this,"float")==="none"){if(!b.support.inlineBlockNeedsLayout||x(this.nodeName)==="inline"){this.style.display="inline-block"}else{this.style.zoom=1}}}}if(bE.overflow!=null){this.style.overflow="hidden"}for(bD in bz){bJ=new b.fx(this,bE,bD);bF=bz[bD];if(aB.test(bF)){bA=b._data(this,"toggle"+bD)||(bF==="toggle"?bI?"show":"hide":0);if(bA){b._data(this,"toggle"+bD,bA==="show"?"hide":"show");bJ[bA]()}else{bJ[bF]()}}else{bH=aT.exec(bF);bC=bJ.cur();if(bH){bG=parseFloat(bH[2]);bL=bH[3]||(b.cssNumber[bD]?"":"px");if(bL!=="px"){b.style(this,bD,(bG||1)+bL);bC=((bG||1)/bJ.cur())*bC;b.style(this,bD,bC+bL)}if(bH[1]){bG=((bH[1]==="-="?-1:1)*bG)+bC}bJ.custom(bC,bG,bL)}else{bJ.custom(bC,bF,"")}}}return true}return e.queue===false?this.each(bv):this.queue(e.queue,bv)},stop:function(bw,bv,e){if(typeof bw!=="string"){e=bv;bv=bw;bw=L}if(bv&&bw!==false){this.queue(bw||"fx",[])}return this.each(function(){var bx,by=false,bA=b.timers,bz=b._data(this);if(!e){b._unmark(true,this)}function bB(bE,bF,bD){var bC=bF[bD];b.removeData(bE,bD,true);bC.stop(e)}if(bw==null){for(bx in bz){if(bz[bx]&&bz[bx].stop&&bx.indexOf(".run")===bx.length-4){bB(this,bz,bx)}}}else{if(bz[bx=bw+".run"]&&bz[bx].stop){bB(this,bz,bx)}}for(bx=bA.length;bx--;){if(bA[bx].elem===this&&(bw==null||bA[bx].queue===bw)){if(e){bA[bx](true)}else{bA[bx].saveState()}by=true;bA.splice(bx,1)}}if(!(e&&by)){b.dequeue(this,bw)}})}});function bh(){setTimeout(at,0);return(a4=b.now())}function at(){a4=L}function a0(bv,e){var bw={};b.each(aH.concat.apply([],aH.slice(0,e)),function(){bw[this]=bv});return bw}b.each({slideDown:a0("show",1),slideUp:a0("hide",1),slideToggle:a0("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,bv){b.fn[e]=function(bw,by,bx){return this.animate(bv,bw,by,bx)}});b.extend({speed:function(bw,bx,bv){var e=bw&&typeof bw==="object"?b.extend({},bw):{complete:bv||!bv&&bx||b.isFunction(bw)&&bw,duration:bw,easing:bv&&bx||bx&&!b.isFunction(bx)&&bx};e.duration=b.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in b.fx.speeds?b.fx.speeds[e.duration]:b.fx.speeds._default;if(e.queue==null||e.queue===true){e.queue="fx"}e.old=e.complete;e.complete=function(by){if(b.isFunction(e.old)){e.old.call(this)}if(e.queue){b.dequeue(this,e.queue)}else{if(by!==false){b._unmark(this)}}};return e},easing:{linear:function(bw,bx,e,bv){return e+bv*bw},swing:function(bw,bx,e,bv){return((-Math.cos(bw*Math.PI)/2)+0.5)*bv+e}},timers:[],fx:function(bv,e,bw){this.options=e;this.elem=bv;this.prop=bw;e.orig=e.orig||{}}});b.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(b.fx.step[this.prop]||b.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var e,bv=b.css(this.elem,this.prop);return isNaN(e=parseFloat(bv))?!bv||bv==="auto"?0:bv:e},custom:function(bz,by,bx){var e=this,bw=b.fx;this.startTime=a4||bh();this.end=by;this.now=this.start=bz;this.pos=this.state=0;this.unit=bx||this.unit||(b.cssNumber[this.prop]?"":"px");function bv(bA){return e.step(bA)}bv.queue=this.options.queue;bv.elem=this.elem;bv.saveState=function(){if(e.options.hide&&b._data(e.elem,"fxshow"+e.prop)===L){b._data(e.elem,"fxshow"+e.prop,e.start)}};if(bv()&&b.timers.push(bv)&&!a3){a3=setInterval(bw.tick,bw.interval)}},show:function(){var e=b._data(this.elem,"fxshow"+this.prop);this.options.orig[this.prop]=e||b.style(this.elem,this.prop);this.options.show=true;if(e!==L){this.custom(this.cur(),e)}else{this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur())}b(this.elem).show()},hide:function(){this.options.orig[this.prop]=b._data(this.elem,"fxshow"+this.prop)||b.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(by){var bA,bB,bv,bx=a4||bh(),e=true,bz=this.elem,bw=this.options;if(by||bx>=bw.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();bw.animatedProperties[this.prop]=true;for(bA in bw.animatedProperties){if(bw.animatedProperties[bA]!==true){e=false}}if(e){if(bw.overflow!=null&&!b.support.shrinkWrapBlocks){b.each(["","X","Y"],function(bC,bD){bz.style["overflow"+bD]=bw.overflow[bC]})}if(bw.hide){b(bz).hide()}if(bw.hide||bw.show){for(bA in bw.animatedProperties){b.style(bz,bA,bw.orig[bA]);b.removeData(bz,"fxshow"+bA,true);b.removeData(bz,"toggle"+bA,true)}}bv=bw.complete;if(bv){bw.complete=false;bv.call(bz)}}return false}else{if(bw.duration==Infinity){this.now=bx}else{bB=bx-this.startTime;this.state=bB/bw.duration;this.pos=b.easing[bw.animatedProperties[this.prop]](this.state,bB,0,1,bw.duration);this.now=this.start+((this.end-this.start)*this.pos)}this.update()}return true}};b.extend(b.fx,{tick:function(){var bw,bv=b.timers,e=0;for(;e<bv.length;e++){bw=bv[e];if(!bw()&&bv[e]===bw){bv.splice(e--,1)}}if(!bv.length){b.fx.stop()}},interval:13,stop:function(){clearInterval(a3);a3=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(e){b.style(e.elem,"opacity",e.now)},_default:function(e){if(e.elem.style&&e.elem.style[e.prop]!=null){e.elem.style[e.prop]=e.now+e.unit}else{e.elem[e.prop]=e.now}}}});b.each(["width","height"],function(e,bv){b.fx.step[bv]=function(bw){b.style(bw.elem,bv,Math.max(0,bw.now)+bw.unit)}});if(b.expr&&b.expr.filters){b.expr.filters.animated=function(e){return b.grep(b.timers,function(bv){return e===bv.elem}).length}}function x(bx){if(!Q[bx]){var e=av.body,bv=b("<"+bx+">").appendTo(e),bw=bv.css("display");bv.remove();if(bw==="none"||bw===""){if(!a8){a8=av.createElement("iframe");a8.frameBorder=a8.width=a8.height=0}e.appendChild(a8);if(!m||!a8.createElement){m=(a8.contentWindow||a8.contentDocument).document;m.write((av.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>");m.close()}bv=m.createElement(bx);m.body.appendChild(bv);bw=b.css(bv,"display");e.removeChild(a8)}Q[bx]=bw}return Q[bx]}var V=/^t(?:able|d|h)$/i,ad=/^(?:body|html)$/i;if("getBoundingClientRect" in av.documentElement){b.fn.offset=function(bI){var by=this[0],bB;if(bI){return this.each(function(e){b.offset.setOffset(this,bI,e)})}if(!by||!by.ownerDocument){return null}if(by===by.ownerDocument.body){return b.offset.bodyOffset(by)}try{bB=by.getBoundingClientRect()}catch(bF){}var bH=by.ownerDocument,bw=bH.documentElement;if(!bB||!b.contains(bw,by)){return bB?{top:bB.top,left:bB.left}:{top:0,left:0}}var bC=bH.body,bD=aK(bH),bA=bw.clientTop||bC.clientTop||0,bE=bw.clientLeft||bC.clientLeft||0,bv=bD.pageYOffset||b.support.boxModel&&bw.scrollTop||bC.scrollTop,bz=bD.pageXOffset||b.support.boxModel&&bw.scrollLeft||bC.scrollLeft,bG=bB.top+bv-bA,bx=bB.left+bz-bE;return{top:bG,left:bx}}}else{b.fn.offset=function(bF){var bz=this[0];if(bF){return this.each(function(bG){b.offset.setOffset(this,bF,bG)})}if(!bz||!bz.ownerDocument){return null}if(bz===bz.ownerDocument.body){return b.offset.bodyOffset(bz)}var bC,bw=bz.offsetParent,bv=bz,bE=bz.ownerDocument,bx=bE.documentElement,bA=bE.body,bB=bE.defaultView,e=bB?bB.getComputedStyle(bz,null):bz.currentStyle,bD=bz.offsetTop,by=bz.offsetLeft;while((bz=bz.parentNode)&&bz!==bA&&bz!==bx){if(b.support.fixedPosition&&e.position==="fixed"){break}bC=bB?bB.getComputedStyle(bz,null):bz.currentStyle;bD-=bz.scrollTop;by-=bz.scrollLeft;if(bz===bw){bD+=bz.offsetTop;by+=bz.offsetLeft;if(b.support.doesNotAddBorder&&!(b.support.doesAddBorderForTableAndCells&&V.test(bz.nodeName))){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}bv=bw;bw=bz.offsetParent}if(b.support.subtractsBorderForOverflowNotVisible&&bC.overflow!=="visible"){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}e=bC}if(e.position==="relative"||e.position==="static"){bD+=bA.offsetTop;by+=bA.offsetLeft}if(b.support.fixedPosition&&e.position==="fixed"){bD+=Math.max(bx.scrollTop,bA.scrollTop);by+=Math.max(bx.scrollLeft,bA.scrollLeft)}return{top:bD,left:by}}}b.offset={bodyOffset:function(e){var bw=e.offsetTop,bv=e.offsetLeft;if(b.support.doesNotIncludeMarginInBodyOffset){bw+=parseFloat(b.css(e,"marginTop"))||0;bv+=parseFloat(b.css(e,"marginLeft"))||0}return{top:bw,left:bv}},setOffset:function(bx,bG,bA){var bB=b.css(bx,"position");if(bB==="static"){bx.style.position="relative"}var bz=b(bx),bv=bz.offset(),e=b.css(bx,"top"),bE=b.css(bx,"left"),bF=(bB==="absolute"||bB==="fixed")&&b.inArray("auto",[e,bE])>-1,bD={},bC={},bw,by;if(bF){bC=bz.position();bw=bC.top;by=bC.left}else{bw=parseFloat(e)||0;by=parseFloat(bE)||0}if(b.isFunction(bG)){bG=bG.call(bx,bA,bv)}if(bG.top!=null){bD.top=(bG.top-bv.top)+bw}if(bG.left!=null){bD.left=(bG.left-bv.left)+by}if("using" in bG){bG.using.call(bx,bD)}else{bz.css(bD)}}};b.fn.extend({position:function(){if(!this[0]){return null}var bw=this[0],bv=this.offsetParent(),bx=this.offset(),e=ad.test(bv[0].nodeName)?{top:0,left:0}:bv.offset();bx.top-=parseFloat(b.css(bw,"marginTop"))||0;bx.left-=parseFloat(b.css(bw,"marginLeft"))||0;e.top+=parseFloat(b.css(bv[0],"borderTopWidth"))||0;e.left+=parseFloat(b.css(bv[0],"borderLeftWidth"))||0;return{top:bx.top-e.top,left:bx.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||av.body;while(e&&(!ad.test(e.nodeName)&&b.css(e,"position")==="static")){e=e.offsetParent}return e})}});b.each(["Left","Top"],function(bv,e){var bw="scroll"+e;b.fn[bw]=function(bz){var bx,by;if(bz===L){bx=this[0];if(!bx){return null}by=aK(bx);return by?("pageXOffset" in by)?by[bv?"pageYOffset":"pageXOffset"]:b.support.boxModel&&by.document.documentElement[bw]||by.document.body[bw]:bx[bw]}return this.each(function(){by=aK(this);if(by){by.scrollTo(!bv?bz:b(by).scrollLeft(),bv?bz:b(by).scrollTop())}else{this[bw]=bz}})}});function aK(e){return b.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}b.each(["Height","Width"],function(bv,e){var bw=e.toLowerCase();b.fn["inner"+e]=function(){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,"padding")):this[bw]():null};b.fn["outer"+e]=function(by){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,by?"margin":"border")):this[bw]():null};b.fn[bw]=function(bz){var bA=this[0];if(!bA){return bz==null?null:this}if(b.isFunction(bz)){return this.each(function(bE){var bD=b(this);bD[bw](bz.call(this,bE,bD[bw]()))})}if(b.isWindow(bA)){var bB=bA.document.documentElement["client"+e],bx=bA.document.body;return bA.document.compatMode==="CSS1Compat"&&bB||bx&&bx["client"+e]||bB}else{if(bA.nodeType===9){return Math.max(bA.documentElement["client"+e],bA.body["scroll"+e],bA.documentElement["scroll"+e],bA.body["offset"+e],bA.documentElement["offset"+e])}else{if(bz===L){var bC=b.css(bA,bw),by=parseFloat(bC);return b.isNumeric(by)?by:bC}else{return this.css(bw,typeof bz==="string"?bz:bz+"px")}}}}});bb.jQuery=bb.$=b;if(typeof define==="function"&&define.amd&&define.amd.jQuery){define("jquery",[],function(){return b})}})(window);/*!
flac-1.3.3/doc/html/api/jquery.js-24- * jQuery UI 1.8.18
##############################################
flac-1.3.3/doc/html/api/jquery.js-86- */
flac-1.3.3/doc/html/api/jquery.js:87:(function(a){if(typeof define==="function"&&define.amd){define(["jquery"],a)}else{if(typeof module==="object"&&typeof module.exports==="object"){module.exports=a(require("jquery"))}else{a(jQuery)}}}(function(a){var b=[],e=!!window.createPopup,f=false,d="ontouchstart" in window,h=false,g=window.requestAnimationFrame||function(l){return setTimeout(l,1000/60)},c=window.cancelAnimationFrame||function(l){clearTimeout(l)};function k(m){var n=".smartmenus_mouse";if(!h&&!m){var o=true,l=null;a(document).bind(i([["mousemove",function(s){var t={x:s.pageX,y:s.pageY,timeStamp:new Date().getTime()};if(l){var q=Math.abs(l.x-t.x),p=Math.abs(l.y-t.y);if((q>0||p>0)&&q<=2&&p<=2&&t.timeStamp-l.timeStamp<=300){f=true;if(o){var r=a(s.target).closest("a");if(r.is("a")){a.each(b,function(){if(a.contains(this.$root[0],r[0])){this.itemEnter({currentTarget:r[0]});return false}})}o=false}}}l=t}],[d?"touchstart":"pointerover pointermove pointerout MSPointerOver MSPointerMove MSPointerOut",function(p){if(j(p.originalEvent)){f=false}}]],n));h=true}else{if(h&&m){a(document).unbind(n);h=false}}}function j(l){return !/^(4|mouse)$/.test(l.pointerType)}function i(l,n){if(!n){n=""}var m={};a.each(l,function(o,p){m[p[0].split(" ").join(n+" ")+n]=p[1]});return m}a.SmartMenus=function(m,l){this.$root=a(m);this.opts=l;this.rootId="";this.accessIdPrefix="";this.$subArrow=null;this.activatedItems=[];this.visibleSubMenus=[];this.showTimeout=0;this.hideTimeout=0;this.scrollTimeout=0;this.clickActivated=false;this.focusActivated=false;this.zIndexInc=0;this.idInc=0;this.$firstLink=null;this.$firstSub=null;this.disabled=false;this.$disableOverlay=null;this.$touchScrollingSub=null;this.cssTransforms3d="perspective" in m.style||"webkitPerspective" in m.style;this.wasCollapsible=false;this.init()};a.extend(a.SmartMenus,{hideAll:function(){a.each(b,function(){this.menuHideAll()})},destroy:function(){while(b.length){b[0].destroy()}k(true)},prototype:{init:function(n){var l=this;if(!n){b.push(this);this.rootId=(new Date().getTime()+Math.random()+"").replace(/\D/g,"");this.accessIdPrefix="sm-"+this.rootId+"-";if(this.$root.hasClass("sm-rtl")){this.opts.rightToLeftSubMenus=true}var r=".smartmenus";this.$root.data("smartmenus",this).attr("data-smartmenus-id",this.rootId).dataSM("level",1).bind(i([["mouseover focusin",a.proxy(this.rootOver,this)],["mouseout focusout",a.proxy(this.rootOut,this)],["keydown",a.proxy(this.rootKeyDown,this)]],r)).delegate("a",i([["mouseenter",a.proxy(this.itemEnter,this)],["mouseleave",a.proxy(this.itemLeave,this)],["mousedown",a.proxy(this.itemDown,this)],["focus",a.proxy(this.itemFocus,this)],["blur",a.proxy(this.itemBlur,this)],["click",a.proxy(this.itemClick,this)]],r));r+=this.rootId;if(this.opts.hideOnClick){a(document).bind(i([["touchstart",a.proxy(this.docTouchStart,this)],["touchmove",a.proxy(this.docTouchMove,this)],["touchend",a.proxy(this.docTouchEnd,this)],["click",a.proxy(this.docClick,this)]],r))}a(window).bind(i([["resize orientationchange",a.proxy(this.winResize,this)]],r));if(this.opts.subIndicators){this.$subArrow=a("<span/>").addClass("sub-arrow");if(this.opts.subIndicatorsText){this.$subArrow.html(this.opts.subIndicatorsText)}}k()}this.$firstSub=this.$root.find("ul").each(function(){l.menuInit(a(this))}).eq(0);this.$firstLink=this.$root.find("a").eq(0);if(this.opts.markCurrentItem){var p=/(index|default)\.[^#\?\/]*/i,m=/#.*/,q=window.location.href.replace(p,""),o=q.replace(m,"");this.$root.find("a").each(function(){var s=this.href.replace(p,""),t=a(this);if(s==q||s==o){t.addClass("current");if(l.opts.markCurrentTree){t.parentsUntil("[data-smartmenus-id]","ul").each(function(){a(this).dataSM("parent-a").addClass("current")})}}})}this.wasCollapsible=this.isCollapsible()},destroy:function(m){if(!m){var n=".smartmenus";this.$root.removeData("smartmenus").removeAttr("data-smartmenus-id").removeDataSM("level").unbind(n).undelegate(n);n+=this.rootId;a(document).unbind(n);a(window).unbind(n);if(this.opts.subIndicators){this.$subArrow=null}}this.menuHideAll();var l=this;this.$root.find("ul").each(function(){var o=a(this);if(o.dataSM("scroll-arrows")){o.dataSM("scroll-arrows").remove()}if(o.dataSM("shown-before")){if(l.opts.subMenusMinWidth||l.opts.subMenusMaxWidth){o.css({width:"",minWidth:"",maxWidth:""}).removeClass("sm-nowrap")}if(o.dataSM("scroll-arrows")){o.dataSM("scroll-arrows").remove()}o.css({zIndex:"",top:"",left:"",marginLeft:"",marginTop:"",display:""})}if((o.attr("id")||"").indexOf(l.accessIdPrefix)==0){o.removeAttr("id")}}).removeDataSM("in-mega").removeDataSM("shown-before").removeDataSM("ie-shim").removeDataSM("scroll-arrows").removeDataSM("parent-a").removeDataSM("level").removeDataSM("beforefirstshowfired").removeAttr("role").removeAttr("aria-hidden").removeAttr("aria-labelledby").removeAttr("aria-expanded");this.$root.find("a.has-submenu").each(function(){var o=a(this);if(o.attr("id").indexOf(l.accessIdPrefix)==0){o.removeAttr("id")}}).removeClass("has-submenu").removeDataSM("sub").removeAttr("aria-haspopup").removeAttr("aria-controls").removeAttr("aria-expanded").closest("li").removeDataSM("sub");if(this.opts.subIndicators){this.$root.find("span.sub-arrow").remove()}if(this.opts.markCurrentItem){this.$root.find("a.current").removeClass("current")}if(!m){this.$root=null;this.$firstLink=null;this.$firstSub=null;if(this.$disableOverlay){this.$disableOverlay.remove();this.$disableOverlay=null}b.splice(a.inArray(this,b),1)}},disable:function(l){if(!this.disabled){this.menuHideAll();if(!l&&!this.opts.isPopup&&this.$root.is(":visible")){var m=this.$root.offset();this.$disableOverlay=a('<div class="sm-jquery-disable-overlay"/>').css({position:"absolute",top:m.top,left:m.left,width:this.$root.outerWidth(),height:this.$root.outerHeight(),zIndex:this.getStartZIndex(true),opacity:0}).appendTo(document.body)}this.disabled=true}},docClick:function(l){if(this.$touchScrollingSub){this.$touchScrollingSub=null;return}if(this.visibleSubMenus.length&&!a.contains(this.$root[0],l.target)||a(l.target).is("a")){this.menuHideAll()}},docTouchEnd:function(m){if(!this.lastTouch){return}if(this.visibleSubMenus.length&&(this.lastTouch.x2===undefined||this.lastTouch.x1==this.lastTouch.x2)&&(this.lastTouch.y2===undefined||this.lastTouch.y1==this.lastTouch.y2)&&(!this.lastTouch.target||!a.contains(this.$root[0],this.lastTouch.target))){if(this.hideTimeout){clearTimeout(this.hideTimeout);this.hideTimeout=0}var l=this;this.hideTimeout=setTimeout(function(){l.menuHideAll()},350)}this.lastTouch=null},docTouchMove:function(m){if(!this.lastTouch){return}var l=m.originalEvent.touches[0];this.lastTouch.x2=l.pageX;this.lastTouch.y2=l.pageY},docTouchStart:function(m){var l=m.originalEvent.touches[0];this.lastTouch={x1:l.pageX,y1:l.pageY,target:l.target}},enable:function(){if(this.disabled){if(this.$disableOverlay){this.$disableOverlay.remove();this.$disableOverlay=null}this.disabled=false}},getClosestMenu:function(m){var l=a(m).closest("ul");while(l.dataSM("in-mega")){l=l.parent().closest("ul")}return l[0]||null},getHeight:function(l){return this.getOffset(l,true)},getOffset:function(n,l){var m;if(n.css("display")=="none"){m={position:n[0].style.position,visibility:n[0].style.visibility};n.css({position:"absolute",visibility:"hidden"}).show()}var o=n[0].getBoundingClientRect&&n[0].getBoundingClientRect(),p=o&&(l?o.height||o.bottom-o.top:o.width||o.right-o.left);if(!p&&p!==0){p=l?n[0].offsetHeight:n[0].offsetWidth}if(m){n.hide().css(m)}return p},getStartZIndex:function(l){var m=parseInt(this[l?"$root":"$firstSub"].css("z-index"));if(!l&&isNaN(m)){m=parseInt(this.$root.css("z-index"))}return !isNaN(m)?m:1},getTouchPoint:function(l){return l.touches&&l.touches[0]||l.changedTouches&&l.changedTouches[0]||l},getViewport:function(l){var m=l?"Height":"Width",o=document.documentElement["client"+m],n=window["inner"+m];if(n){o=Math.min(o,n)}return o},getViewportHeight:function(){return this.getViewport(true)},getViewportWidth:function(){return this.getViewport()},getWidth:function(l){return this.getOffset(l)},handleEvents:function(){return !this.disabled&&this.isCSSOn()},handleItemEvents:function(l){return this.handleEvents()&&!this.isLinkInMegaMenu(l)},isCollapsible:function(){return this.$firstSub.css("position")=="static"},isCSSOn:function(){return this.$firstLink.css("display")=="block"},isFixed:function(){var l=this.$root.css("position")=="fixed";if(!l){this.$root.parentsUntil("body").each(function(){if(a(this).css("position")=="fixed"){l=true;return false}})}return l},isLinkInMegaMenu:function(l){return a(this.getClosestMenu(l[0])).hasClass("mega-menu")},isTouchMode:function(){return !f||this.opts.noMouseOver||this.isCollapsible()},itemActivate:function(p,l){var n=p.closest("ul"),q=n.dataSM("level");if(q>1&&(!this.activatedItems[q-2]||this.activatedItems[q-2][0]!=n.dataSM("parent-a")[0])){var m=this;a(n.parentsUntil("[data-smartmenus-id]","ul").get().reverse()).add(n).each(function(){m.itemActivate(a(this).dataSM("parent-a"))})}if(!this.isCollapsible()||l){this.menuHideSubMenus(!this.activatedItems[q-1]||this.activatedItems[q-1][0]!=p[0]?q-1:q)}this.activatedItems[q-1]=p;if(this.$root.triggerHandler("activate.smapi",p[0])===false){return}var o=p.dataSM("sub");if(o&&(this.isTouchMode()||(!this.opts.showOnClick||this.clickActivated))){this.menuShow(o)}},itemBlur:function(m){var l=a(m.currentTarget);if(!this.handleItemEvents(l)){return}this.$root.triggerHandler("blur.smapi",l[0])},itemClick:function(o){var n=a(o.currentTarget);if(!this.handleItemEvents(n)){return}if(this.$touchScrollingSub&&this.$touchScrollingSub[0]==n.closest("ul")[0]){this.$touchScrollingSub=null;o.stopPropagation();return false}if(this.$root.triggerHandler("click.smapi",n[0])===false){return false}var p=a(o.target).is("span.sub-arrow"),m=n.dataSM("sub"),l=m?m.dataSM("level")==2:false;if(m&&!m.is(":visible")){if(this.opts.showOnClick&&l){this.clickActivated=true}this.itemActivate(n);if(m.is(":visible")){this.focusActivated=true;return false}}else{if(this.isCollapsible()&&p){this.itemActivate(n);this.menuHide(m);return false}}if(this.opts.showOnClick&&l||n.hasClass("disabled")||this.$root.triggerHandler("select.smapi",n[0])===false){return false}},itemDown:function(m){var l=a(m.currentTarget);if(!this.handleItemEvents(l)){return}l.dataSM("mousedown",true)},itemEnter:function(n){var m=a(n.currentTarget);if(!this.handleItemEvents(m)){return}if(!this.isTouchMode()){if(this.showTimeout){clearTimeout(this.showTimeout);this.showTimeout=0}var l=this;this.showTimeout=setTimeout(function(){l.itemActivate(m)},this.opts.showOnClick&&m.closest("ul").dataSM("level")==1?1:this.opts.showTimeout)}this.$root.triggerHandler("mouseenter.smapi",m[0])},itemFocus:function(m){var l=a(m.currentTarget);if(!this.handleItemEvents(l)){return}if(this.focusActivated&&(!this.isTouchMode()||!l.dataSM("mousedown"))&&(!this.activatedItems.length||this.activatedItems[this.activatedItems.length-1][0]!=l[0])){this.itemActivate(l,true)}this.$root.triggerHandler("focus.smapi",l[0])},itemLeave:function(m){var l=a(m.currentTarget);if(!this.handleItemEvents(l)){return}if(!this.isTouchMode()){l[0].blur();if(this.showTimeout){clearTimeout(this.showTimeout);this.showTimeout=0}}l.removeDataSM("mousedown");this.$root.triggerHandler("mouseleave.smapi",l[0])},menuHide:function(m){if(this.$root.triggerHandler("beforehide.smapi",m[0])===false){return}m.stop(true,true);if(m.css("display")!="none"){var l=function(){m.css("z-index","")};if(this.isCollapsible()){if(this.opts.collapsibleHideFunction){this.opts.collapsibleHideFunction.call(this,m,l)}else{m.hide(this.opts.collapsibleHideDuration,l)}}else{if(this.opts.hideFunction){this.opts.hideFunction.call(this,m,l)}else{m.hide(this.opts.hideDuration,l)}}if(m.dataSM("ie-shim")){m.dataSM("ie-shim").remove().css({"-webkit-transform":"",transform:""})}if(m.dataSM("scroll")){this.menuScrollStop(m);m.css({"touch-action":"","-ms-touch-action":"","-webkit-transform":"",transform:""}).unbind(".smartmenus_scroll").removeDataSM("scroll").dataSM("scroll-arrows").hide()}m.dataSM("parent-a").removeClass("highlighted").attr("aria-expanded","false");m.attr({"aria-expanded":"false","aria-hidden":"true"});var n=m.dataSM("level");this.activatedItems.splice(n-1,1);this.visibleSubMenus.splice(a.inArray(m,this.visibleSubMenus),1);this.$root.triggerHandler("hide.smapi",m[0])}},menuHideAll:function(){if(this.showTimeout){clearTimeout(this.showTimeout);this.showTimeout=0}var m=this.opts.isPopup?1:0;for(var l=this.visibleSubMenus.length-1;l>=m;l--){this.menuHide(this.visibleSubMenus[l])}if(this.opts.isPopup){this.$root.stop(true,true);if(this.$root.is(":visible")){if(this.opts.hideFunction){this.opts.hideFunction.call(this,this.$root)}else{this.$root.hide(this.opts.hideDuration)}if(this.$root.dataSM("ie-shim")){this.$root.dataSM("ie-shim").remove()}}}this.activatedItems=[];this.visibleSubMenus=[];this.clickActivated=false;this.focusActivated=false;this.zIndexInc=0;this.$root.triggerHandler("hideAll.smapi")},menuHideSubMenus:function(n){for(var l=this.activatedItems.length-1;l>=n;l--){var m=this.activatedItems[l].dataSM("sub");if(m){this.menuHide(m)}}},menuIframeShim:function(l){if(e&&this.opts.overlapControlsInIE&&!l.dataSM("ie-shim")){l.dataSM("ie-shim",a("<iframe/>").attr({src:"javascript:0",tabindex:-9}).css({position:"absolute",top:"auto",left:"0",opacity:0,border:"0"}))}},menuInit:function(l){if(!l.dataSM("in-mega")){if(l.hasClass("mega-menu")){l.find("ul").dataSM("in-mega",true)}var q=2,m=l[0];while((m=m.parentNode.parentNode)!=this.$root[0]){q++}var n=l.prevAll("a").eq(-1);if(!n.length){n=l.prevAll().find("a").eq(-1)}n.addClass("has-submenu").dataSM("sub",l);l.dataSM("parent-a",n).dataSM("level",q).parent().dataSM("sub",l);var o=n.attr("id")||this.accessIdPrefix+(++this.idInc),p=l.attr("id")||this.accessIdPrefix+(++this.idInc);n.attr({id:o,"aria-haspopup":"true","aria-controls":p,"aria-expanded":"false"});l.attr({id:p,role:"group","aria-hidden":"true","aria-labelledby":o,"aria-expanded":"false"});if(this.opts.subIndicators){n[this.opts.subIndicatorsPos](this.$subArrow.clone())}}},menuPosition:function(K){var r=K.dataSM("parent-a"),D=r.closest("li"),E=D.parent(),l=K.dataSM("level"),t=this.getWidth(K),J=this.getHeight(K),u=r.offset(),o=u.left,m=u.top,q=this.getWidth(r),F=this.getHeight(r),H=a(window),v=H.scrollLeft(),s=H.scrollTop(),z=this.getViewportWidth(),L=this.getViewportHeight(),w=E.parent().is("[data-sm-horizontal-sub]")||l==2&&!E.hasClass("sm-vertical"),B=this.opts.rightToLeftSubMenus&&!D.is("[data-sm-reverse]")||!this.opts.rightToLeftSubMenus&&D.is("[data-sm-reverse]"),p=l==2?this.opts.mainMenuSubOffsetX:this.opts.subMenusSubOffsetX,n=l==2?this.opts.mainMenuSubOffsetY:this.opts.subMenusSubOffsetY,C,A;if(w){C=B?q-t-p:p;A=this.opts.bottomToTopSubMenus?-J-n:F+n}else{C=B?p-t:q-p;A=this.opts.bottomToTopSubMenus?F-n-J:n}if(this.opts.keepInViewport){var N=o+C,M=m+A;if(B&&N<v){C=w?v-N+C:q-p}else{if(!B&&N+t>v+z){C=w?v+z-t-N+C:p-t}}if(!w){if(J<L&&M+J>s+L){A+=s+L-J-M}else{if(J>=L||M<s){A+=s-M}}}if(w&&(M+J>s+L+0.49||M<s)||!w&&J>L+0.49){var G=this;if(!K.dataSM("scroll-arrows")){K.dataSM("scroll-arrows",a([a('<span class="scroll-up"><span class="scroll-up-arrow"></span></span>')[0],a('<span class="scroll-down"><span class="scroll-down-arrow"></span></span>')[0]]).bind({mouseenter:function(){K.dataSM("scroll").up=a(this).hasClass("scroll-up");G.menuScroll(K)},mouseleave:function(x){G.menuScrollStop(K);G.menuScrollOut(K,x)},"mousewheel DOMMouseScroll":function(x){x.preventDefault()}}).insertAfter(K))}var I=".smartmenus_scroll";K.dataSM("scroll",{y:this.cssTransforms3d?0:A-F,step:1,itemH:F,subH:J,arrowDownH:this.getHeight(K.dataSM("scroll-arrows").eq(1))}).bind(i([["mouseover",function(x){G.menuScrollOver(K,x)}],["mouseout",function(x){G.menuScrollOut(K,x)}],["mousewheel DOMMouseScroll",function(x){G.menuScrollMousewheel(K,x)}]],I)).dataSM("scroll-arrows").css({top:"auto",left:"0",marginLeft:C+(parseInt(K.css("border-left-width"))||0),width:t-(parseInt(K.css("border-left-width"))||0)-(parseInt(K.css("border-right-width"))||0),zIndex:K.css("z-index")}).eq(w&&this.opts.bottomToTopSubMenus?0:1).show();if(this.isFixed()){K.css({"touch-action":"none","-ms-touch-action":"none"}).bind(i([[d?"touchstart touchmove touchend":"pointerdown pointermove pointerup MSPointerDown MSPointerMove MSPointerUp",function(x){G.menuScrollTouch(K,x)}]],I))}}}K.css({top:"auto",left:"0",marginLeft:C,marginTop:A-F});this.menuIframeShim(K);if(K.dataSM("ie-shim")){K.dataSM("ie-shim").css({zIndex:K.css("z-index"),width:t,height:J,marginLeft:C,marginTop:A-F})}},menuScroll:function(r,m,n){var p=r.dataSM("scroll"),q=r.dataSM("scroll-arrows"),o=p.up?p.upEnd:p.downEnd,s;if(!m&&p.momentum){p.momentum*=0.92;s=p.momentum;if(s<0.5){this.menuScrollStop(r);return}}else{s=n||(m||!this.opts.scrollAccelerate?this.opts.scrollStep:Math.floor(p.step))}var l=r.dataSM("level");if(this.activatedItems[l-1]&&this.activatedItems[l-1].dataSM("sub")&&this.activatedItems[l-1].dataSM("sub").is(":visible")){this.menuHideSubMenus(l-1)}p.y=p.up&&o<=p.y||!p.up&&o>=p.y?p.y:(Math.abs(o-p.y)>s?p.y+(p.up?s:-s):o);r.add(r.dataSM("ie-shim")).css(this.cssTransforms3d?{"-webkit-transform":"translate3d(0, "+p.y+"px, 0)",transform:"translate3d(0, "+p.y+"px, 0)"}:{marginTop:p.y});if(f&&(p.up&&p.y>p.downEnd||!p.up&&p.y<p.upEnd)){q.eq(p.up?1:0).show()}if(p.y==o){if(f){q.eq(p.up?0:1).hide()}this.menuScrollStop(r)}else{if(!m){if(this.opts.scrollAccelerate&&p.step<this.opts.scrollStep){p.step+=0.2}var t=this;this.scrollTimeout=g(function(){t.menuScroll(r)})}}},menuScrollMousewheel:function(m,n){if(this.getClosestMenu(n.target)==m[0]){n=n.originalEvent;var l=(n.wheelDelta||-n.detail)>0;if(m.dataSM("scroll-arrows").eq(l?0:1).is(":visible")){m.dataSM("scroll").up=l;this.menuScroll(m,true)}}n.preventDefault()},menuScrollOut:function(l,m){if(f){if(!/^scroll-(up|down)/.test((m.relatedTarget||"").className)&&(l[0]!=m.relatedTarget&&!a.contains(l[0],m.relatedTarget)||this.getClosestMenu(m.relatedTarget)!=l[0])){l.dataSM("scroll-arrows").css("visibility","hidden")}}},menuScrollOver:function(n,o){if(f){if(!/^scroll-(up|down)/.test(o.target.className)&&this.getClosestMenu(o.target)==n[0]){this.menuScrollRefreshData(n);var m=n.dataSM("scroll"),l=a(window).scrollTop()-n.dataSM("parent-a").offset().top-m.itemH;n.dataSM("scroll-arrows").eq(0).css("margin-top",l).end().eq(1).css("margin-top",l+this.getViewportHeight()-m.arrowDownH).end().css("visibility","visible")}}},menuScrollRefreshData:function(n){var m=n.dataSM("scroll"),l=a(window).scrollTop()-n.dataSM("parent-a").offset().top-m.itemH;if(this.cssTransforms3d){l=-(parseFloat(n.css("margin-top"))-l)}a.extend(m,{upEnd:l,downEnd:l+this.getViewportHeight()-m.subH})},menuScrollStop:function(l){if(this.scrollTimeout){c(this.scrollTimeout);this.scrollTimeout=0;l.dataSM("scroll").step=1;return true}},menuScrollTouch:function(p,q){q=q.originalEvent;if(j(q)){var m=this.getTouchPoint(q);if(this.getClosestMenu(m.target)==p[0]){var o=p.dataSM("scroll");if(/(start|down)$/i.test(q.type)){if(this.menuScrollStop(p)){q.preventDefault();this.$touchScrollingSub=p}else{this.$touchScrollingSub=null}this.menuScrollRefreshData(p);a.extend(o,{touchStartY:m.pageY,touchStartTime:q.timeStamp})}else{if(/move$/i.test(q.type)){var n=o.touchY!==undefined?o.touchY:o.touchStartY;if(n!==undefined&&n!=m.pageY){this.$touchScrollingSub=p;var l=n<m.pageY;if(o.up!==undefined&&o.up!=l){a.extend(o,{touchStartY:m.pageY,touchStartTime:q.timeStamp})}a.extend(o,{up:l,touchY:m.pageY});this.menuScroll(p,true,Math.abs(m.pageY-n))}q.preventDefault()}else{if(o.touchY!==undefined){if(o.momentum=Math.pow(Math.abs(m.pageY-o.touchStartY)/(q.timeStamp-o.touchStartTime),2)*15){this.menuScrollStop(p);this.menuScroll(p);q.preventDefault()}delete o.touchY}}}}}},menuShow:function(n){if(!n.dataSM("beforefirstshowfired")){n.dataSM("beforefirstshowfired",true);if(this.$root.triggerHandler("beforefirstshow.smapi",n[0])===false){return}}if(this.$root.triggerHandler("beforeshow.smapi",n[0])===false){return}n.dataSM("shown-before",true).stop(true,true);if(!n.is(":visible")){var m=n.dataSM("parent-a");if(this.opts.keepHighlighted||this.isCollapsible()){m.addClass("highlighted")}if(this.isCollapsible()){n.removeClass("sm-nowrap").css({zIndex:"",width:"auto",minWidth:"",maxWidth:"",top:"",left:"",marginLeft:"",marginTop:""})}else{n.css("z-index",this.zIndexInc=(this.zIndexInc||this.getStartZIndex())+1);if(this.opts.subMenusMinWidth||this.opts.subMenusMaxWidth){n.css({width:"auto",minWidth:"",maxWidth:""}).addClass("sm-nowrap");if(this.opts.subMenusMinWidth){n.css("min-width",this.opts.subMenusMinWidth)}if(this.opts.subMenusMaxWidth){var o=this.getWidth(n);n.css("max-width",this.opts.subMenusMaxWidth);if(o>this.getWidth(n)){n.removeClass("sm-nowrap").css("width",this.opts.subMenusMaxWidth)}}}this.menuPosition(n);if(n.dataSM("ie-shim")){n.dataSM("ie-shim").insertBefore(n)}}var l=function(){n.css("overflow","")};if(this.isCollapsible()){if(this.opts.collapsibleShowFunction){this.opts.collapsibleShowFunction.call(this,n,l)}else{n.show(this.opts.collapsibleShowDuration,l)}}else{if(this.opts.showFunction){this.opts.showFunction.call(this,n,l)}else{n.show(this.opts.showDuration,l)}}m.attr("aria-expanded","true");n.attr({"aria-expanded":"true","aria-hidden":"false"});this.visibleSubMenus.push(n);this.$root.triggerHandler("show.smapi",n[0])}},popupHide:function(l){if(this.hideTimeout){clearTimeout(this.hideTimeout);this.hideTimeout=0}var m=this;this.hideTimeout=setTimeout(function(){m.menuHideAll()},l?1:this.opts.hideTimeout)},popupShow:function(o,n){if(!this.opts.isPopup){alert('SmartMenus jQuery Error:\n\nIf you want to show this menu via the "popupShow" method, set the isPopup:true option.');return}if(this.hideTimeout){clearTimeout(this.hideTimeout);this.hideTimeout=0}this.$root.dataSM("shown-before",true).stop(true,true);if(!this.$root.is(":visible")){this.$root.css({left:o,top:n});this.menuIframeShim(this.$root);if(this.$root.dataSM("ie-shim")){this.$root.dataSM("ie-shim").css({zIndex:this.$root.css("z-index"),width:this.getWidth(this.$root),height:this.getHeight(this.$root),left:o,top:n}).insertBefore(this.$root)}var m=this,l=function(){m.$root.css("overflow","")};if(this.opts.showFunction){this.opts.showFunction.call(this,this.$root,l)}else{this.$root.show(this.opts.showDuration,l)}this.visibleSubMenus[0]=this.$root}},refresh:function(){this.destroy(true);this.init(true)},rootKeyDown:function(o){if(!this.handleEvents()){return}switch(o.keyCode){case 27:var m=this.activatedItems[0];if(m){this.menuHideAll();m[0].focus();var n=m.dataSM("sub");if(n){this.menuHide(n)}}break;case 32:var l=a(o.target);if(l.is("a")&&this.handleItemEvents(l)){var n=l.dataSM("sub");if(n&&!n.is(":visible")){this.itemClick({currentTarget:o.target});o.preventDefault()}}break}},rootOut:function(m){if(!this.handleEvents()||this.isTouchMode()||m.target==this.$root[0]){return}if(this.hideTimeout){clearTimeout(this.hideTimeout);this.hideTimeout=0}if(!this.opts.showOnClick||!this.opts.hideOnClick){var l=this;this.hideTimeout=setTimeout(function(){l.menuHideAll()},this.opts.hideTimeout)}},rootOver:function(l){if(!this.handleEvents()||this.isTouchMode()||l.target==this.$root[0]){return}if(this.hideTimeout){clearTimeout(this.hideTimeout);this.hideTimeout=0}},winResize:function(m){if(!this.handleEvents()){if(this.$disableOverlay){var n=this.$root.offset();this.$disableOverlay.css({top:n.top,left:n.left,width:this.$root.outerWidth(),height:this.$root.outerHeight()})}return}if(!("onorientationchange" in window)||m.type=="orientationchange"){var l=this.isCollapsible();if(!(this.wasCollapsible&&l)){if(this.activatedItems.length){this.activatedItems[this.activatedItems.length-1][0].blur()}this.menuHideAll()}this.wasCollapsible=l}}}});a.fn.dataSM=function(l,m){if(m){return this.data(l+"_smartmenus",m)}return this.data(l+"_smartmenus")};a.fn.removeDataSM=function(l){return this.removeData(l+"_smartmenus")};a.fn.smartmenus=function(m){if(typeof m=="string"){var l=arguments,o=m;Array.prototype.shift.call(l);return this.each(function(){var p=a(this).data("smartmenus");if(p&&p[o]){p[o].apply(p,l)}})}var n=a.extend({},a.fn.smartmenus.defaults,m);return this.each(function(){new a.SmartMenus(this,n)})};a.fn.smartmenus.defaults={isPopup:false,mainMenuSubOffsetX:0,mainMenuSubOffsetY:0,subMenusSubOffsetX:0,subMenusSubOffsetY:0,subMenusMinWidth:"10em",subMenusMaxWidth:"20em",subIndicators:true,subIndicatorsPos:"prepend",subIndicatorsText:"+",scrollStep:30,scrollAccelerate:true,showTimeout:250,hideTimeout:500,showDuration:0,showFunction:null,hideDuration:0,hideFunction:function(m,l){m.fadeOut(200,l)},collapsibleShowDuration:0,collapsibleShowFunction:function(m,l){m.slideDown(200,l)},collapsibleHideDuration:0,collapsibleHideFunction:function(m,l){m.slideUp(200,l)},showOnClick:false,hideOnClick:true,noMouseOver:false,keepInViewport:true,keepHighlighted:true,markCurrentItem:false,markCurrentTree:true,rightToLeftSubMenus:false,bottomToTopSubMenus:false,overlapControlsInIE:true};return a}));
##############################################
flac-1.3.3/autogen.sh-58-
flac-1.3.3/autogen.sh:59:srcdir=`dirname $0`
flac-1.3.3/autogen.sh-60-test -n "$srcdir" && cd "$srcdir"
##############################################
flac-1.3.3/debian/changelog-154-  * Disable 3DNow! optimizations, enable SSE only on amd64, enable Altivec
flac-1.3.3/debian/changelog:155:    only on ppc64, disable ASM optimizations elsewhere.
flac-1.3.3/debian/changelog-156-
##############################################
flac-1.3.3/debian/changelog-452-  * libflac6 conflicts with the broken version of libflac4 (Closes: #289077)
flac-1.3.3/debian/changelog:453:  * Disable asm optimizations on powerpc, fixing FTBFS (Closes: #289130)
flac-1.3.3/debian/changelog-454-    - Apply patch from Eric Wong to fix compilation when asm
##############################################
flac-1.3.3/debian/changelog-483-  * Ensure that libFLAC is linked with -lm on all architectures, and
flac-1.3.3/debian/changelog:484:    regardless of whether nasm is present
flac-1.3.3/debian/changelog-485-
##############################################
flac-1.3.3/debian/changelog-545-  * Metaflac manpage was included upstream in 1.1.0 (Closes: #170598)
flac-1.3.3/debian/changelog:546:  * Versioned build-dependency on nasm was added in 1.1.0-1
flac-1.3.3/debian/changelog-547-    (Closes: #175944)
##############################################
flac-1.3.3/debian/changelog-683-    dpkg-shlibdeps will find shlibs files in package/DEBIAN
flac-1.3.3/debian/changelog:684:  * Build-Depend on nasm on i386 to take advantage of optimized assembly
flac-1.3.3/debian/changelog-685-    routines