===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sox-14.4.2+git20190427/config.sub-52-
sox-14.4.2+git20190427/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
sox-14.4.2+git20190427/config.sub-54-
##############################################
sox-14.4.2+git20190427/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
sox-14.4.2+git20190427/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
sox-14.4.2+git20190427/config.sub-117-case $maybe_os in
##############################################
sox-14.4.2+git20190427/config.sub-123-    os=-$maybe_os
sox-14.4.2+git20190427/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
sox-14.4.2+git20190427/config.sub-125-    ;;
##############################################
sox-14.4.2+git20190427/config.sub-127-    os=-linux-android
sox-14.4.2+git20190427/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
sox-14.4.2+git20190427/config.sub-129-    ;;
sox-14.4.2+git20190427/config.sub-130-  *)
sox-14.4.2+git20190427/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
sox-14.4.2+git20190427/config.sub-132-    if [ $basic_machine != $1 ]
sox-14.4.2+git20190427/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
sox-14.4.2+git20190427/config.sub-134-    else os=; fi
##############################################
sox-14.4.2+git20190427/config.sub-181-		os=-sco5v6
sox-14.4.2+git20190427/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-183-		;;
##############################################
sox-14.4.2+git20190427/config.sub-185-		os=-sco3.2v5
sox-14.4.2+git20190427/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-187-		;;
##############################################
sox-14.4.2+git20190427/config.sub-189-		os=-sco3.2v4
sox-14.4.2+git20190427/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-191-		;;
sox-14.4.2+git20190427/config.sub-192-	-sco3.2.[4-9]*)
sox-14.4.2+git20190427/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
sox-14.4.2+git20190427/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-195-		;;
##############################################
sox-14.4.2+git20190427/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
sox-14.4.2+git20190427/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-199-		;;
##############################################
sox-14.4.2+git20190427/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
sox-14.4.2+git20190427/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-203-		;;
##############################################
sox-14.4.2+git20190427/config.sub-205-		os=-sco3.2v2
sox-14.4.2+git20190427/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-207-		;;
sox-14.4.2+git20190427/config.sub-208-	-udk*)
sox-14.4.2+git20190427/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-210-		;;
##############################################
sox-14.4.2+git20190427/config.sub-212-		os=-isc2.2
sox-14.4.2+git20190427/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-214-		;;
##############################################
sox-14.4.2+git20190427/config.sub-218-	-isc*)
sox-14.4.2+git20190427/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-220-		;;
##############################################
sox-14.4.2+git20190427/config.sub-230-	-ptx*)
sox-14.4.2+git20190427/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
sox-14.4.2+git20190427/config.sub-232-		;;
sox-14.4.2+git20190427/config.sub-233-	-windowsnt*)
sox-14.4.2+git20190427/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
sox-14.4.2+git20190427/config.sub-235-		;;
##############################################
sox-14.4.2+git20190427/config.sub-361-	*-*-*)
sox-14.4.2+git20190427/config.sub:362:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sox-14.4.2+git20190427/config.sub-363-		exit 1
##############################################
sox-14.4.2+git20190427/config.sub-485-	amd64-*)
sox-14.4.2+git20190427/config.sub:486:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-487-		;;
##############################################
sox-14.4.2+git20190427/config.sub-527-	blackfin-*)
sox-14.4.2+git20190427/config.sub:528:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-529-		os=-linux
##############################################
sox-14.4.2+git20190427/config.sub-535-	c54x-*)
sox-14.4.2+git20190427/config.sub:536:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-537-		;;
sox-14.4.2+git20190427/config.sub-538-	c55x-*)
sox-14.4.2+git20190427/config.sub:539:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-540-		;;
sox-14.4.2+git20190427/config.sub-541-	c6x-*)
sox-14.4.2+git20190427/config.sub:542:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-543-		;;
##############################################
sox-14.4.2+git20190427/config.sub-738-	i*86v32)
sox-14.4.2+git20190427/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-740-		os=-sysv32
##############################################
sox-14.4.2+git20190427/config.sub-742-	i*86v4*)
sox-14.4.2+git20190427/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-744-		os=-sysv4
##############################################
sox-14.4.2+git20190427/config.sub-746-	i*86v)
sox-14.4.2+git20190427/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-748-		os=-sysv
##############################################
sox-14.4.2+git20190427/config.sub-750-	i*86sol2)
sox-14.4.2+git20190427/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
sox-14.4.2+git20190427/config.sub-752-		os=-solaris2
##############################################
sox-14.4.2+git20190427/config.sub-780-	m68knommu-*)
sox-14.4.2+git20190427/config.sub:781:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-782-		os=-linux
##############################################
sox-14.4.2+git20190427/config.sub-817-	mips3*-*)
sox-14.4.2+git20190427/config.sub:818:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
sox-14.4.2+git20190427/config.sub-819-		;;
sox-14.4.2+git20190427/config.sub-820-	mips3*)
sox-14.4.2+git20190427/config.sub:821:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
sox-14.4.2+git20190427/config.sub-822-		;;
##############################################
sox-14.4.2+git20190427/config.sub-839-	ms1-*)
sox-14.4.2+git20190427/config.sub:840:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
sox-14.4.2+git20190427/config.sub-841-		;;
##############################################
sox-14.4.2+git20190427/config.sub-958-	parisc-*)
sox-14.4.2+git20190427/config.sub:959:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-960-		os=-linux
##############################################
sox-14.4.2+git20190427/config.sub-974-	pc98-*)
sox-14.4.2+git20190427/config.sub:975:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-976-		;;
##############################################
sox-14.4.2+git20190427/config.sub-989-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
sox-14.4.2+git20190427/config.sub:990:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-991-		;;
sox-14.4.2+git20190427/config.sub-992-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
sox-14.4.2+git20190427/config.sub:993:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-994-		;;
sox-14.4.2+git20190427/config.sub-995-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
sox-14.4.2+git20190427/config.sub:996:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-997-		;;
sox-14.4.2+git20190427/config.sub-998-	pentium4-*)
sox-14.4.2+git20190427/config.sub:999:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-1000-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1008-	ppc-* | ppcbe-*)
sox-14.4.2+git20190427/config.sub:1009:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-1010-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1014-	ppcle-* | powerpclittle-*)
sox-14.4.2+git20190427/config.sub:1015:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-1016-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1018-		;;
sox-14.4.2+git20190427/config.sub:1019:	ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-1020-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1024-	ppc64le-* | powerpc64little-*)
sox-14.4.2+git20190427/config.sub:1025:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-1026-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1107-	strongarm-* | thumb-*)
sox-14.4.2+git20190427/config.sub:1108:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
sox-14.4.2+git20190427/config.sub-1109-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1237-	xscale-* | xscalee[bl]-*)
sox-14.4.2+git20190427/config.sub:1238:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
sox-14.4.2+git20190427/config.sub-1239-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1314-	*)
sox-14.4.2+git20190427/config.sub:1315:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
sox-14.4.2+git20190427/config.sub-1316-		exit 1
##############################################
sox-14.4.2+git20190427/config.sub-1322-	*-digital*)
sox-14.4.2+git20190427/config.sub:1323:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
sox-14.4.2+git20190427/config.sub-1324-		;;
sox-14.4.2+git20190427/config.sub-1325-	*-commodore*)
sox-14.4.2+git20190427/config.sub:1326:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
sox-14.4.2+git20190427/config.sub-1327-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1343-	-solaris1 | -solaris1.*)
sox-14.4.2+git20190427/config.sub:1344:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
sox-14.4.2+git20190427/config.sub-1345-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1355-	-gnu/linux*)
sox-14.4.2+git20190427/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
sox-14.4.2+git20190427/config.sub-1357-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1401-	-nto*)
sox-14.4.2+git20190427/config.sub:1402:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
sox-14.4.2+git20190427/config.sub-1403-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1408-	-mac*)
sox-14.4.2+git20190427/config.sub:1409:		os=`echo $os | sed -e 's|mac|macos|'`
sox-14.4.2+git20190427/config.sub-1410-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1414-	-linux*)
sox-14.4.2+git20190427/config.sub:1415:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
sox-14.4.2+git20190427/config.sub-1416-		;;
sox-14.4.2+git20190427/config.sub-1417-	-sunos5*)
sox-14.4.2+git20190427/config.sub:1418:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
sox-14.4.2+git20190427/config.sub-1419-		;;
sox-14.4.2+git20190427/config.sub-1420-	-sunos6*)
sox-14.4.2+git20190427/config.sub:1421:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
sox-14.4.2+git20190427/config.sub-1422-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1469-	-sinix5.*)
sox-14.4.2+git20190427/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
sox-14.4.2+git20190427/config.sub-1471-		;;
##############################################
sox-14.4.2+git20190427/config.sub-1522-		# Get rid of the `-' at the beginning of $os.
sox-14.4.2+git20190427/config.sub:1523:		os=`echo $os | sed 's/[^-]*-//'`
sox-14.4.2+git20190427/config.sub:1524:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
sox-14.4.2+git20190427/config.sub-1525-		exit 1
##############################################
sox-14.4.2+git20190427/config.sub-1785-		esac
sox-14.4.2+git20190427/config.sub:1786:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
sox-14.4.2+git20190427/config.sub-1787-		;;
##############################################
sox-14.4.2+git20190427/aclocal.m4-97-    PKG_CHECK_EXISTS([$3],
sox-14.4.2+git20190427/aclocal.m4:98:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
sox-14.4.2+git20190427/aclocal.m4-99-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
sox-14.4.2+git20190427/aclocal.m4-146-        if test $_pkg_short_errors_supported = yes; then
sox-14.4.2+git20190427/aclocal.m4:147:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
sox-14.4.2+git20190427/aclocal.m4-148-        else 
sox-14.4.2+git20190427/aclocal.m4:149:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
sox-14.4.2+git20190427/aclocal.m4-150-        fi
##############################################
sox-14.4.2+git20190427/aclocal.m4-307-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
sox-14.4.2+git20190427/aclocal.m4:308:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
sox-14.4.2+git20190427/aclocal.m4-309-# and then we would define $MISSING as
##############################################
sox-14.4.2+git20190427/aclocal.m4-323-# expand $ac_aux_dir to an absolute path
sox-14.4.2+git20190427/aclocal.m4:324:am_aux_dir=`cd $ac_aux_dir && pwd`
sox-14.4.2+git20190427/aclocal.m4-325-])
##############################################
sox-14.4.2+git20190427/aclocal.m4-421-  if test "$am_compiler_list" = ""; then
sox-14.4.2+git20190427/aclocal.m4:422:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
sox-14.4.2+git20190427/aclocal.m4-423-  fi
##############################################
sox-14.4.2+git20190427/aclocal.m4-572-    # Strip MF so we end up with the name of the file.
sox-14.4.2+git20190427/aclocal.m4:573:    mf=`echo "$mf" | sed -e 's/:.*$//'`
sox-14.4.2+git20190427/aclocal.m4-574-    # Check whether this is an Automake generated Makefile or not.
##############################################
sox-14.4.2+git20190427/aclocal.m4-581-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
sox-14.4.2+git20190427/aclocal.m4:582:      dirpart=`AS_DIRNAME("$mf")`
sox-14.4.2+git20190427/aclocal.m4-583-    else
##############################################
sox-14.4.2+git20190427/aclocal.m4-587-    # from the Makefile without running 'make'.
sox-14.4.2+git20190427/aclocal.m4:588:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sox-14.4.2+git20190427/aclocal.m4-589-    test -z "$DEPDIR" && continue
sox-14.4.2+git20190427/aclocal.m4:590:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
sox-14.4.2+git20190427/aclocal.m4-591-    test -z "$am__include" && continue
sox-14.4.2+git20190427/aclocal.m4:592:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sox-14.4.2+git20190427/aclocal.m4-593-    # Find all dependency output files, they are included files with
##############################################
sox-14.4.2+git20190427/aclocal.m4-601-      test -f "$dirpart/$file" && continue
sox-14.4.2+git20190427/aclocal.m4:602:      fdir=`AS_DIRNAME(["$file"])`
sox-14.4.2+git20190427/aclocal.m4-603-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
sox-14.4.2+git20190427/aclocal.m4-659-AC_REQUIRE([AC_PROG_INSTALL])dnl
sox-14.4.2+git20190427/aclocal.m4:660:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sox-14.4.2+git20190427/aclocal.m4-661-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sox-14.4.2+git20190427/aclocal.m4-814-    * )
sox-14.4.2+git20190427/aclocal.m4:815:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sox-14.4.2+git20190427/aclocal.m4-816-  esac
sox-14.4.2+git20190427/aclocal.m4-817-done
sox-14.4.2+git20190427/aclocal.m4:818:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
sox-14.4.2+git20190427/aclocal.m4-819-
##############################################
sox-14.4.2+git20190427/aclocal.m4-885-# Ignore all kinds of additional output from 'make'.
sox-14.4.2+git20190427/aclocal.m4:886:case `$am_make -s -f confmf 2> /dev/null` in #(
sox-14.4.2+git20190427/aclocal.m4-887-*the\ am__doit\ target*)
##############################################
sox-14.4.2+git20190427/aclocal.m4-895-   echo '.include "confinc"' > confmf
sox-14.4.2+git20190427/aclocal.m4:896:   case `$am_make -s -f confmf 2> /dev/null` in #(
sox-14.4.2+git20190427/aclocal.m4-897-   *the\ am__doit\ target*)
##############################################
sox-14.4.2+git20190427/aclocal.m4-1077-     echo "timestamp, slept: $am_has_slept" > conftest.file
sox-14.4.2+git20190427/aclocal.m4:1078:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sox-14.4.2+git20190427/aclocal.m4-1079-     if test "$[*]" = "X"; then
sox-14.4.2+git20190427/aclocal.m4-1080-	# -L didn't work.
sox-14.4.2+git20190427/aclocal.m4:1081:	set X `ls -t "$srcdir/configure" conftest.file`
sox-14.4.2+git20190427/aclocal.m4-1082-     fi
##############################################
sox-14.4.2+git20190427/cygbuild-98-
sox-14.4.2+git20190427/cygbuild:99:binaries=$(for f in `cygcheck $binaries|dos2unix`
sox-14.4.2+git20190427/cygbuild-100-    do cygpath -u $f; done|sort|uniq|grep -v ^/cygdrive/)
##############################################
sox-14.4.2+git20190427/src/test-comments-2-
sox-14.4.2+git20190427/src/test-comments:3:tmp=/tmp/`basename $0`-$$
sox-14.4.2+git20190427/src/test-comments-4-input=$tmp.wav # no comment support
##############################################
sox-14.4.2+git20190427/src/testall.sh-15-        --bindir=*)
sox-14.4.2+git20190427/src/testall.sh:16:        bindir=`echo $1 | sed 's/.*=//'`
sox-14.4.2+git20190427/src/testall.sh-17-        ;;
##############################################
sox-14.4.2+git20190427/src/testall.sh-24-        --srcdir=*)
sox-14.4.2+git20190427/src/testall.sh:25:        srcdir=`echo $1 | sed 's/.*=//'`
sox-14.4.2+git20190427/src/testall.sh-26-        ;;
##############################################
sox-14.4.2+git20190427/src/Makefile.in-42-  { \
sox-14.4.2+git20190427/src/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sox-14.4.2+git20190427/src/Makefile.in-44-  }; \
##############################################
sox-14.4.2+git20190427/src/Makefile.in-188-CONFIG_CLEAN_VPATH_FILES =
sox-14.4.2+git20190427/src/Makefile.in:189:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sox-14.4.2+git20190427/src/Makefile.in-190-am__vpath_adj = case $$p in \
sox-14.4.2+git20190427/src/Makefile.in:191:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sox-14.4.2+git20190427/src/Makefile.in-192-    *) f=$$p;; \
sox-14.4.2+git20190427/src/Makefile.in-193-  esac;
sox-14.4.2+git20190427/src/Makefile.in:194:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sox-14.4.2+git20190427/src/Makefile.in-195-am__install_max = 40
sox-14.4.2+git20190427/src/Makefile.in-196-am__nobase_strip_setup = \
sox-14.4.2+git20190427/src/Makefile.in:197:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sox-14.4.2+git20190427/src/Makefile.in-198-am__nobase_strip = \
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1375-	test -n "$(EXEEXT)" || exit 0; \
sox-14.4.2+git20190427/src/Makefile.in:1376:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
sox-14.4.2+git20190427/src/Makefile.in-1377-	echo " rm -f" $$list; \
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1623-.c.obj:
sox-14.4.2+git20190427/src/Makefile.in:1624:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sox-14.4.2+git20190427/src/Makefile.in-1625-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1627-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1628:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sox-14.4.2+git20190427/src/Makefile.in-1629-
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1637-libsox_la-adpcms.lo: adpcms.c
sox-14.4.2+git20190427/src/Makefile.in:1638:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-adpcms.lo -MD -MP -MF $(DEPDIR)/libsox_la-adpcms.Tpo -c -o libsox_la-adpcms.lo `test -f 'adpcms.c' || echo '$(srcdir)/'`adpcms.c
sox-14.4.2+git20190427/src/Makefile.in-1639-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-adpcms.Tpo $(DEPDIR)/libsox_la-adpcms.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1641-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1642:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-adpcms.lo `test -f 'adpcms.c' || echo '$(srcdir)/'`adpcms.c
sox-14.4.2+git20190427/src/Makefile.in-1643-
sox-14.4.2+git20190427/src/Makefile.in-1644-libsox_la-aiff.lo: aiff.c
sox-14.4.2+git20190427/src/Makefile.in:1645:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-aiff.lo -MD -MP -MF $(DEPDIR)/libsox_la-aiff.Tpo -c -o libsox_la-aiff.lo `test -f 'aiff.c' || echo '$(srcdir)/'`aiff.c
sox-14.4.2+git20190427/src/Makefile.in-1646-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-aiff.Tpo $(DEPDIR)/libsox_la-aiff.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1648-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1649:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-aiff.lo `test -f 'aiff.c' || echo '$(srcdir)/'`aiff.c
sox-14.4.2+git20190427/src/Makefile.in-1650-
sox-14.4.2+git20190427/src/Makefile.in-1651-libsox_la-cvsd.lo: cvsd.c
sox-14.4.2+git20190427/src/Makefile.in:1652:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-cvsd.lo -MD -MP -MF $(DEPDIR)/libsox_la-cvsd.Tpo -c -o libsox_la-cvsd.lo `test -f 'cvsd.c' || echo '$(srcdir)/'`cvsd.c
sox-14.4.2+git20190427/src/Makefile.in-1653-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-cvsd.Tpo $(DEPDIR)/libsox_la-cvsd.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1655-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1656:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-cvsd.lo `test -f 'cvsd.c' || echo '$(srcdir)/'`cvsd.c
sox-14.4.2+git20190427/src/Makefile.in-1657-
sox-14.4.2+git20190427/src/Makefile.in-1658-libsox_la-g711.lo: g711.c
sox-14.4.2+git20190427/src/Makefile.in:1659:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-g711.lo -MD -MP -MF $(DEPDIR)/libsox_la-g711.Tpo -c -o libsox_la-g711.lo `test -f 'g711.c' || echo '$(srcdir)/'`g711.c
sox-14.4.2+git20190427/src/Makefile.in-1660-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-g711.Tpo $(DEPDIR)/libsox_la-g711.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1662-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1663:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-g711.lo `test -f 'g711.c' || echo '$(srcdir)/'`g711.c
sox-14.4.2+git20190427/src/Makefile.in-1664-
sox-14.4.2+git20190427/src/Makefile.in-1665-libsox_la-g721.lo: g721.c
sox-14.4.2+git20190427/src/Makefile.in:1666:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-g721.lo -MD -MP -MF $(DEPDIR)/libsox_la-g721.Tpo -c -o libsox_la-g721.lo `test -f 'g721.c' || echo '$(srcdir)/'`g721.c
sox-14.4.2+git20190427/src/Makefile.in-1667-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-g721.Tpo $(DEPDIR)/libsox_la-g721.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1669-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1670:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-g721.lo `test -f 'g721.c' || echo '$(srcdir)/'`g721.c
sox-14.4.2+git20190427/src/Makefile.in-1671-
sox-14.4.2+git20190427/src/Makefile.in-1672-libsox_la-g723_24.lo: g723_24.c
sox-14.4.2+git20190427/src/Makefile.in:1673:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-g723_24.lo -MD -MP -MF $(DEPDIR)/libsox_la-g723_24.Tpo -c -o libsox_la-g723_24.lo `test -f 'g723_24.c' || echo '$(srcdir)/'`g723_24.c
sox-14.4.2+git20190427/src/Makefile.in-1674-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-g723_24.Tpo $(DEPDIR)/libsox_la-g723_24.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1676-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1677:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-g723_24.lo `test -f 'g723_24.c' || echo '$(srcdir)/'`g723_24.c
sox-14.4.2+git20190427/src/Makefile.in-1678-
sox-14.4.2+git20190427/src/Makefile.in-1679-libsox_la-g723_40.lo: g723_40.c
sox-14.4.2+git20190427/src/Makefile.in:1680:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-g723_40.lo -MD -MP -MF $(DEPDIR)/libsox_la-g723_40.Tpo -c -o libsox_la-g723_40.lo `test -f 'g723_40.c' || echo '$(srcdir)/'`g723_40.c
sox-14.4.2+git20190427/src/Makefile.in-1681-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-g723_40.Tpo $(DEPDIR)/libsox_la-g723_40.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1683-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1684:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-g723_40.lo `test -f 'g723_40.c' || echo '$(srcdir)/'`g723_40.c
sox-14.4.2+git20190427/src/Makefile.in-1685-
sox-14.4.2+git20190427/src/Makefile.in-1686-libsox_la-g72x.lo: g72x.c
sox-14.4.2+git20190427/src/Makefile.in:1687:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-g72x.lo -MD -MP -MF $(DEPDIR)/libsox_la-g72x.Tpo -c -o libsox_la-g72x.lo `test -f 'g72x.c' || echo '$(srcdir)/'`g72x.c
sox-14.4.2+git20190427/src/Makefile.in-1688-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-g72x.Tpo $(DEPDIR)/libsox_la-g72x.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1690-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1691:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-g72x.lo `test -f 'g72x.c' || echo '$(srcdir)/'`g72x.c
sox-14.4.2+git20190427/src/Makefile.in-1692-
sox-14.4.2+git20190427/src/Makefile.in-1693-libsox_la-vox.lo: vox.c
sox-14.4.2+git20190427/src/Makefile.in:1694:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-vox.lo -MD -MP -MF $(DEPDIR)/libsox_la-vox.Tpo -c -o libsox_la-vox.lo `test -f 'vox.c' || echo '$(srcdir)/'`vox.c
sox-14.4.2+git20190427/src/Makefile.in-1695-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-vox.Tpo $(DEPDIR)/libsox_la-vox.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1697-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1698:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-vox.lo `test -f 'vox.c' || echo '$(srcdir)/'`vox.c
sox-14.4.2+git20190427/src/Makefile.in-1699-
sox-14.4.2+git20190427/src/Makefile.in-1700-libsox_la-raw.lo: raw.c
sox-14.4.2+git20190427/src/Makefile.in:1701:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-raw.lo -MD -MP -MF $(DEPDIR)/libsox_la-raw.Tpo -c -o libsox_la-raw.lo `test -f 'raw.c' || echo '$(srcdir)/'`raw.c
sox-14.4.2+git20190427/src/Makefile.in-1702-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-raw.Tpo $(DEPDIR)/libsox_la-raw.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1704-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1705:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-raw.lo `test -f 'raw.c' || echo '$(srcdir)/'`raw.c
sox-14.4.2+git20190427/src/Makefile.in-1706-
sox-14.4.2+git20190427/src/Makefile.in-1707-libsox_la-formats.lo: formats.c
sox-14.4.2+git20190427/src/Makefile.in:1708:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-formats.lo -MD -MP -MF $(DEPDIR)/libsox_la-formats.Tpo -c -o libsox_la-formats.lo `test -f 'formats.c' || echo '$(srcdir)/'`formats.c
sox-14.4.2+git20190427/src/Makefile.in-1709-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-formats.Tpo $(DEPDIR)/libsox_la-formats.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1711-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1712:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-formats.lo `test -f 'formats.c' || echo '$(srcdir)/'`formats.c
sox-14.4.2+git20190427/src/Makefile.in-1713-
sox-14.4.2+git20190427/src/Makefile.in-1714-libsox_la-formats_i.lo: formats_i.c
sox-14.4.2+git20190427/src/Makefile.in:1715:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-formats_i.lo -MD -MP -MF $(DEPDIR)/libsox_la-formats_i.Tpo -c -o libsox_la-formats_i.lo `test -f 'formats_i.c' || echo '$(srcdir)/'`formats_i.c
sox-14.4.2+git20190427/src/Makefile.in-1716-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-formats_i.Tpo $(DEPDIR)/libsox_la-formats_i.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1718-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1719:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-formats_i.lo `test -f 'formats_i.c' || echo '$(srcdir)/'`formats_i.c
sox-14.4.2+git20190427/src/Makefile.in-1720-
sox-14.4.2+git20190427/src/Makefile.in-1721-libsox_la-skelform.lo: skelform.c
sox-14.4.2+git20190427/src/Makefile.in:1722:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-skelform.lo -MD -MP -MF $(DEPDIR)/libsox_la-skelform.Tpo -c -o libsox_la-skelform.lo `test -f 'skelform.c' || echo '$(srcdir)/'`skelform.c
sox-14.4.2+git20190427/src/Makefile.in-1723-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-skelform.Tpo $(DEPDIR)/libsox_la-skelform.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1725-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1726:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-skelform.lo `test -f 'skelform.c' || echo '$(srcdir)/'`skelform.c
sox-14.4.2+git20190427/src/Makefile.in-1727-
sox-14.4.2+git20190427/src/Makefile.in-1728-libsox_la-xmalloc.lo: xmalloc.c
sox-14.4.2+git20190427/src/Makefile.in:1729:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-xmalloc.lo -MD -MP -MF $(DEPDIR)/libsox_la-xmalloc.Tpo -c -o libsox_la-xmalloc.lo `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
sox-14.4.2+git20190427/src/Makefile.in-1730-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-xmalloc.Tpo $(DEPDIR)/libsox_la-xmalloc.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1732-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1733:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-xmalloc.lo `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
sox-14.4.2+git20190427/src/Makefile.in-1734-
sox-14.4.2+git20190427/src/Makefile.in-1735-libsox_la-getopt.lo: getopt.c
sox-14.4.2+git20190427/src/Makefile.in:1736:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-getopt.lo -MD -MP -MF $(DEPDIR)/libsox_la-getopt.Tpo -c -o libsox_la-getopt.lo `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c
sox-14.4.2+git20190427/src/Makefile.in-1737-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-getopt.Tpo $(DEPDIR)/libsox_la-getopt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1739-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1740:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-getopt.lo `test -f 'getopt.c' || echo '$(srcdir)/'`getopt.c
sox-14.4.2+git20190427/src/Makefile.in-1741-
sox-14.4.2+git20190427/src/Makefile.in-1742-libsox_la-util.lo: util.c
sox-14.4.2+git20190427/src/Makefile.in:1743:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-util.lo -MD -MP -MF $(DEPDIR)/libsox_la-util.Tpo -c -o libsox_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
sox-14.4.2+git20190427/src/Makefile.in-1744-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-util.Tpo $(DEPDIR)/libsox_la-util.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1746-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1747:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
sox-14.4.2+git20190427/src/Makefile.in-1748-
sox-14.4.2+git20190427/src/Makefile.in-1749-libsox_la-libsox.lo: libsox.c
sox-14.4.2+git20190427/src/Makefile.in:1750:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-libsox.lo -MD -MP -MF $(DEPDIR)/libsox_la-libsox.Tpo -c -o libsox_la-libsox.lo `test -f 'libsox.c' || echo '$(srcdir)/'`libsox.c
sox-14.4.2+git20190427/src/Makefile.in-1751-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-libsox.Tpo $(DEPDIR)/libsox_la-libsox.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1753-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1754:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-libsox.lo `test -f 'libsox.c' || echo '$(srcdir)/'`libsox.c
sox-14.4.2+git20190427/src/Makefile.in-1755-
sox-14.4.2+git20190427/src/Makefile.in-1756-libsox_la-libsox_i.lo: libsox_i.c
sox-14.4.2+git20190427/src/Makefile.in:1757:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-libsox_i.lo -MD -MP -MF $(DEPDIR)/libsox_la-libsox_i.Tpo -c -o libsox_la-libsox_i.lo `test -f 'libsox_i.c' || echo '$(srcdir)/'`libsox_i.c
sox-14.4.2+git20190427/src/Makefile.in-1758-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-libsox_i.Tpo $(DEPDIR)/libsox_la-libsox_i.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1760-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1761:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-libsox_i.lo `test -f 'libsox_i.c' || echo '$(srcdir)/'`libsox_i.c
sox-14.4.2+git20190427/src/Makefile.in-1762-
sox-14.4.2+git20190427/src/Makefile.in-1763-libsox_la-sox-fmt.lo: sox-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:1764:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-sox-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-sox-fmt.Tpo -c -o libsox_la-sox-fmt.lo `test -f 'sox-fmt.c' || echo '$(srcdir)/'`sox-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-1765-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sox-fmt.Tpo $(DEPDIR)/libsox_la-sox-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1767-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1768:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-sox-fmt.lo `test -f 'sox-fmt.c' || echo '$(srcdir)/'`sox-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-1769-
sox-14.4.2+git20190427/src/Makefile.in-1770-libsox_la-bend.lo: bend.c
sox-14.4.2+git20190427/src/Makefile.in:1771:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-bend.lo -MD -MP -MF $(DEPDIR)/libsox_la-bend.Tpo -c -o libsox_la-bend.lo `test -f 'bend.c' || echo '$(srcdir)/'`bend.c
sox-14.4.2+git20190427/src/Makefile.in-1772-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-bend.Tpo $(DEPDIR)/libsox_la-bend.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1774-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1775:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-bend.lo `test -f 'bend.c' || echo '$(srcdir)/'`bend.c
sox-14.4.2+git20190427/src/Makefile.in-1776-
sox-14.4.2+git20190427/src/Makefile.in-1777-libsox_la-biquad.lo: biquad.c
sox-14.4.2+git20190427/src/Makefile.in:1778:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-biquad.lo -MD -MP -MF $(DEPDIR)/libsox_la-biquad.Tpo -c -o libsox_la-biquad.lo `test -f 'biquad.c' || echo '$(srcdir)/'`biquad.c
sox-14.4.2+git20190427/src/Makefile.in-1779-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-biquad.Tpo $(DEPDIR)/libsox_la-biquad.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1781-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1782:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-biquad.lo `test -f 'biquad.c' || echo '$(srcdir)/'`biquad.c
sox-14.4.2+git20190427/src/Makefile.in-1783-
sox-14.4.2+git20190427/src/Makefile.in-1784-libsox_la-biquads.lo: biquads.c
sox-14.4.2+git20190427/src/Makefile.in:1785:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-biquads.lo -MD -MP -MF $(DEPDIR)/libsox_la-biquads.Tpo -c -o libsox_la-biquads.lo `test -f 'biquads.c' || echo '$(srcdir)/'`biquads.c
sox-14.4.2+git20190427/src/Makefile.in-1786-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-biquads.Tpo $(DEPDIR)/libsox_la-biquads.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1788-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1789:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-biquads.lo `test -f 'biquads.c' || echo '$(srcdir)/'`biquads.c
sox-14.4.2+git20190427/src/Makefile.in-1790-
sox-14.4.2+git20190427/src/Makefile.in-1791-libsox_la-chorus.lo: chorus.c
sox-14.4.2+git20190427/src/Makefile.in:1792:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-chorus.lo -MD -MP -MF $(DEPDIR)/libsox_la-chorus.Tpo -c -o libsox_la-chorus.lo `test -f 'chorus.c' || echo '$(srcdir)/'`chorus.c
sox-14.4.2+git20190427/src/Makefile.in-1793-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-chorus.Tpo $(DEPDIR)/libsox_la-chorus.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1795-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1796:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-chorus.lo `test -f 'chorus.c' || echo '$(srcdir)/'`chorus.c
sox-14.4.2+git20190427/src/Makefile.in-1797-
sox-14.4.2+git20190427/src/Makefile.in-1798-libsox_la-compand.lo: compand.c
sox-14.4.2+git20190427/src/Makefile.in:1799:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-compand.lo -MD -MP -MF $(DEPDIR)/libsox_la-compand.Tpo -c -o libsox_la-compand.lo `test -f 'compand.c' || echo '$(srcdir)/'`compand.c
sox-14.4.2+git20190427/src/Makefile.in-1800-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-compand.Tpo $(DEPDIR)/libsox_la-compand.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1802-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1803:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-compand.lo `test -f 'compand.c' || echo '$(srcdir)/'`compand.c
sox-14.4.2+git20190427/src/Makefile.in-1804-
sox-14.4.2+git20190427/src/Makefile.in-1805-libsox_la-compandt.lo: compandt.c
sox-14.4.2+git20190427/src/Makefile.in:1806:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-compandt.lo -MD -MP -MF $(DEPDIR)/libsox_la-compandt.Tpo -c -o libsox_la-compandt.lo `test -f 'compandt.c' || echo '$(srcdir)/'`compandt.c
sox-14.4.2+git20190427/src/Makefile.in-1807-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-compandt.Tpo $(DEPDIR)/libsox_la-compandt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1809-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1810:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-compandt.lo `test -f 'compandt.c' || echo '$(srcdir)/'`compandt.c
sox-14.4.2+git20190427/src/Makefile.in-1811-
sox-14.4.2+git20190427/src/Makefile.in-1812-libsox_la-contrast.lo: contrast.c
sox-14.4.2+git20190427/src/Makefile.in:1813:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-contrast.lo -MD -MP -MF $(DEPDIR)/libsox_la-contrast.Tpo -c -o libsox_la-contrast.lo `test -f 'contrast.c' || echo '$(srcdir)/'`contrast.c
sox-14.4.2+git20190427/src/Makefile.in-1814-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-contrast.Tpo $(DEPDIR)/libsox_la-contrast.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1816-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1817:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-contrast.lo `test -f 'contrast.c' || echo '$(srcdir)/'`contrast.c
sox-14.4.2+git20190427/src/Makefile.in-1818-
sox-14.4.2+git20190427/src/Makefile.in-1819-libsox_la-dcshift.lo: dcshift.c
sox-14.4.2+git20190427/src/Makefile.in:1820:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-dcshift.lo -MD -MP -MF $(DEPDIR)/libsox_la-dcshift.Tpo -c -o libsox_la-dcshift.lo `test -f 'dcshift.c' || echo '$(srcdir)/'`dcshift.c
sox-14.4.2+git20190427/src/Makefile.in-1821-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-dcshift.Tpo $(DEPDIR)/libsox_la-dcshift.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1823-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1824:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-dcshift.lo `test -f 'dcshift.c' || echo '$(srcdir)/'`dcshift.c
sox-14.4.2+git20190427/src/Makefile.in-1825-
sox-14.4.2+git20190427/src/Makefile.in-1826-libsox_la-delay.lo: delay.c
sox-14.4.2+git20190427/src/Makefile.in:1827:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-delay.lo -MD -MP -MF $(DEPDIR)/libsox_la-delay.Tpo -c -o libsox_la-delay.lo `test -f 'delay.c' || echo '$(srcdir)/'`delay.c
sox-14.4.2+git20190427/src/Makefile.in-1828-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-delay.Tpo $(DEPDIR)/libsox_la-delay.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1830-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1831:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-delay.lo `test -f 'delay.c' || echo '$(srcdir)/'`delay.c
sox-14.4.2+git20190427/src/Makefile.in-1832-
sox-14.4.2+git20190427/src/Makefile.in-1833-libsox_la-dft_filter.lo: dft_filter.c
sox-14.4.2+git20190427/src/Makefile.in:1834:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-dft_filter.lo -MD -MP -MF $(DEPDIR)/libsox_la-dft_filter.Tpo -c -o libsox_la-dft_filter.lo `test -f 'dft_filter.c' || echo '$(srcdir)/'`dft_filter.c
sox-14.4.2+git20190427/src/Makefile.in-1835-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-dft_filter.Tpo $(DEPDIR)/libsox_la-dft_filter.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1837-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1838:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-dft_filter.lo `test -f 'dft_filter.c' || echo '$(srcdir)/'`dft_filter.c
sox-14.4.2+git20190427/src/Makefile.in-1839-
sox-14.4.2+git20190427/src/Makefile.in-1840-libsox_la-dither.lo: dither.c
sox-14.4.2+git20190427/src/Makefile.in:1841:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-dither.lo -MD -MP -MF $(DEPDIR)/libsox_la-dither.Tpo -c -o libsox_la-dither.lo `test -f 'dither.c' || echo '$(srcdir)/'`dither.c
sox-14.4.2+git20190427/src/Makefile.in-1842-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-dither.Tpo $(DEPDIR)/libsox_la-dither.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1844-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1845:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-dither.lo `test -f 'dither.c' || echo '$(srcdir)/'`dither.c
sox-14.4.2+git20190427/src/Makefile.in-1846-
sox-14.4.2+git20190427/src/Makefile.in-1847-libsox_la-divide.lo: divide.c
sox-14.4.2+git20190427/src/Makefile.in:1848:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-divide.lo -MD -MP -MF $(DEPDIR)/libsox_la-divide.Tpo -c -o libsox_la-divide.lo `test -f 'divide.c' || echo '$(srcdir)/'`divide.c
sox-14.4.2+git20190427/src/Makefile.in-1849-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-divide.Tpo $(DEPDIR)/libsox_la-divide.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1851-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1852:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-divide.lo `test -f 'divide.c' || echo '$(srcdir)/'`divide.c
sox-14.4.2+git20190427/src/Makefile.in-1853-
sox-14.4.2+git20190427/src/Makefile.in-1854-libsox_la-downsample.lo: downsample.c
sox-14.4.2+git20190427/src/Makefile.in:1855:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-downsample.lo -MD -MP -MF $(DEPDIR)/libsox_la-downsample.Tpo -c -o libsox_la-downsample.lo `test -f 'downsample.c' || echo '$(srcdir)/'`downsample.c
sox-14.4.2+git20190427/src/Makefile.in-1856-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-downsample.Tpo $(DEPDIR)/libsox_la-downsample.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1858-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1859:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-downsample.lo `test -f 'downsample.c' || echo '$(srcdir)/'`downsample.c
sox-14.4.2+git20190427/src/Makefile.in-1860-
sox-14.4.2+git20190427/src/Makefile.in-1861-libsox_la-earwax.lo: earwax.c
sox-14.4.2+git20190427/src/Makefile.in:1862:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-earwax.lo -MD -MP -MF $(DEPDIR)/libsox_la-earwax.Tpo -c -o libsox_la-earwax.lo `test -f 'earwax.c' || echo '$(srcdir)/'`earwax.c
sox-14.4.2+git20190427/src/Makefile.in-1863-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-earwax.Tpo $(DEPDIR)/libsox_la-earwax.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1865-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1866:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-earwax.lo `test -f 'earwax.c' || echo '$(srcdir)/'`earwax.c
sox-14.4.2+git20190427/src/Makefile.in-1867-
sox-14.4.2+git20190427/src/Makefile.in-1868-libsox_la-echo.lo: echo.c
sox-14.4.2+git20190427/src/Makefile.in:1869:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-echo.lo -MD -MP -MF $(DEPDIR)/libsox_la-echo.Tpo -c -o libsox_la-echo.lo `test -f 'echo.c' || echo '$(srcdir)/'`echo.c
sox-14.4.2+git20190427/src/Makefile.in-1870-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-echo.Tpo $(DEPDIR)/libsox_la-echo.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1872-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1873:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-echo.lo `test -f 'echo.c' || echo '$(srcdir)/'`echo.c
sox-14.4.2+git20190427/src/Makefile.in-1874-
sox-14.4.2+git20190427/src/Makefile.in-1875-libsox_la-echos.lo: echos.c
sox-14.4.2+git20190427/src/Makefile.in:1876:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-echos.lo -MD -MP -MF $(DEPDIR)/libsox_la-echos.Tpo -c -o libsox_la-echos.lo `test -f 'echos.c' || echo '$(srcdir)/'`echos.c
sox-14.4.2+git20190427/src/Makefile.in-1877-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-echos.Tpo $(DEPDIR)/libsox_la-echos.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1879-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1880:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-echos.lo `test -f 'echos.c' || echo '$(srcdir)/'`echos.c
sox-14.4.2+git20190427/src/Makefile.in-1881-
sox-14.4.2+git20190427/src/Makefile.in-1882-libsox_la-effects.lo: effects.c
sox-14.4.2+git20190427/src/Makefile.in:1883:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-effects.lo -MD -MP -MF $(DEPDIR)/libsox_la-effects.Tpo -c -o libsox_la-effects.lo `test -f 'effects.c' || echo '$(srcdir)/'`effects.c
sox-14.4.2+git20190427/src/Makefile.in-1884-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-effects.Tpo $(DEPDIR)/libsox_la-effects.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1886-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1887:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-effects.lo `test -f 'effects.c' || echo '$(srcdir)/'`effects.c
sox-14.4.2+git20190427/src/Makefile.in-1888-
sox-14.4.2+git20190427/src/Makefile.in-1889-libsox_la-effects_i.lo: effects_i.c
sox-14.4.2+git20190427/src/Makefile.in:1890:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-effects_i.lo -MD -MP -MF $(DEPDIR)/libsox_la-effects_i.Tpo -c -o libsox_la-effects_i.lo `test -f 'effects_i.c' || echo '$(srcdir)/'`effects_i.c
sox-14.4.2+git20190427/src/Makefile.in-1891-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-effects_i.Tpo $(DEPDIR)/libsox_la-effects_i.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1893-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1894:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-effects_i.lo `test -f 'effects_i.c' || echo '$(srcdir)/'`effects_i.c
sox-14.4.2+git20190427/src/Makefile.in-1895-
sox-14.4.2+git20190427/src/Makefile.in-1896-libsox_la-effects_i_dsp.lo: effects_i_dsp.c
sox-14.4.2+git20190427/src/Makefile.in:1897:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-effects_i_dsp.lo -MD -MP -MF $(DEPDIR)/libsox_la-effects_i_dsp.Tpo -c -o libsox_la-effects_i_dsp.lo `test -f 'effects_i_dsp.c' || echo '$(srcdir)/'`effects_i_dsp.c
sox-14.4.2+git20190427/src/Makefile.in-1898-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-effects_i_dsp.Tpo $(DEPDIR)/libsox_la-effects_i_dsp.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1900-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1901:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-effects_i_dsp.lo `test -f 'effects_i_dsp.c' || echo '$(srcdir)/'`effects_i_dsp.c
sox-14.4.2+git20190427/src/Makefile.in-1902-
sox-14.4.2+git20190427/src/Makefile.in-1903-libsox_la-fade.lo: fade.c
sox-14.4.2+git20190427/src/Makefile.in:1904:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-fade.lo -MD -MP -MF $(DEPDIR)/libsox_la-fade.Tpo -c -o libsox_la-fade.lo `test -f 'fade.c' || echo '$(srcdir)/'`fade.c
sox-14.4.2+git20190427/src/Makefile.in-1905-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-fade.Tpo $(DEPDIR)/libsox_la-fade.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1907-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1908:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-fade.lo `test -f 'fade.c' || echo '$(srcdir)/'`fade.c
sox-14.4.2+git20190427/src/Makefile.in-1909-
sox-14.4.2+git20190427/src/Makefile.in-1910-libsox_la-fft4g.lo: fft4g.c
sox-14.4.2+git20190427/src/Makefile.in:1911:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-fft4g.lo -MD -MP -MF $(DEPDIR)/libsox_la-fft4g.Tpo -c -o libsox_la-fft4g.lo `test -f 'fft4g.c' || echo '$(srcdir)/'`fft4g.c
sox-14.4.2+git20190427/src/Makefile.in-1912-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-fft4g.Tpo $(DEPDIR)/libsox_la-fft4g.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1914-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1915:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-fft4g.lo `test -f 'fft4g.c' || echo '$(srcdir)/'`fft4g.c
sox-14.4.2+git20190427/src/Makefile.in-1916-
sox-14.4.2+git20190427/src/Makefile.in-1917-libsox_la-fir.lo: fir.c
sox-14.4.2+git20190427/src/Makefile.in:1918:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-fir.lo -MD -MP -MF $(DEPDIR)/libsox_la-fir.Tpo -c -o libsox_la-fir.lo `test -f 'fir.c' || echo '$(srcdir)/'`fir.c
sox-14.4.2+git20190427/src/Makefile.in-1919-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-fir.Tpo $(DEPDIR)/libsox_la-fir.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1921-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1922:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-fir.lo `test -f 'fir.c' || echo '$(srcdir)/'`fir.c
sox-14.4.2+git20190427/src/Makefile.in-1923-
sox-14.4.2+git20190427/src/Makefile.in-1924-libsox_la-firfit.lo: firfit.c
sox-14.4.2+git20190427/src/Makefile.in:1925:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-firfit.lo -MD -MP -MF $(DEPDIR)/libsox_la-firfit.Tpo -c -o libsox_la-firfit.lo `test -f 'firfit.c' || echo '$(srcdir)/'`firfit.c
sox-14.4.2+git20190427/src/Makefile.in-1926-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-firfit.Tpo $(DEPDIR)/libsox_la-firfit.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1928-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1929:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-firfit.lo `test -f 'firfit.c' || echo '$(srcdir)/'`firfit.c
sox-14.4.2+git20190427/src/Makefile.in-1930-
sox-14.4.2+git20190427/src/Makefile.in-1931-libsox_la-flanger.lo: flanger.c
sox-14.4.2+git20190427/src/Makefile.in:1932:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-flanger.lo -MD -MP -MF $(DEPDIR)/libsox_la-flanger.Tpo -c -o libsox_la-flanger.lo `test -f 'flanger.c' || echo '$(srcdir)/'`flanger.c
sox-14.4.2+git20190427/src/Makefile.in-1933-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-flanger.Tpo $(DEPDIR)/libsox_la-flanger.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1935-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1936:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-flanger.lo `test -f 'flanger.c' || echo '$(srcdir)/'`flanger.c
sox-14.4.2+git20190427/src/Makefile.in-1937-
sox-14.4.2+git20190427/src/Makefile.in-1938-libsox_la-gain.lo: gain.c
sox-14.4.2+git20190427/src/Makefile.in:1939:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-gain.lo -MD -MP -MF $(DEPDIR)/libsox_la-gain.Tpo -c -o libsox_la-gain.lo `test -f 'gain.c' || echo '$(srcdir)/'`gain.c
sox-14.4.2+git20190427/src/Makefile.in-1940-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-gain.Tpo $(DEPDIR)/libsox_la-gain.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1942-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1943:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-gain.lo `test -f 'gain.c' || echo '$(srcdir)/'`gain.c
sox-14.4.2+git20190427/src/Makefile.in-1944-
sox-14.4.2+git20190427/src/Makefile.in-1945-libsox_la-hilbert.lo: hilbert.c
sox-14.4.2+git20190427/src/Makefile.in:1946:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-hilbert.lo -MD -MP -MF $(DEPDIR)/libsox_la-hilbert.Tpo -c -o libsox_la-hilbert.lo `test -f 'hilbert.c' || echo '$(srcdir)/'`hilbert.c
sox-14.4.2+git20190427/src/Makefile.in-1947-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-hilbert.Tpo $(DEPDIR)/libsox_la-hilbert.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1949-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1950:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-hilbert.lo `test -f 'hilbert.c' || echo '$(srcdir)/'`hilbert.c
sox-14.4.2+git20190427/src/Makefile.in-1951-
sox-14.4.2+git20190427/src/Makefile.in-1952-libsox_la-input.lo: input.c
sox-14.4.2+git20190427/src/Makefile.in:1953:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-input.lo -MD -MP -MF $(DEPDIR)/libsox_la-input.Tpo -c -o libsox_la-input.lo `test -f 'input.c' || echo '$(srcdir)/'`input.c
sox-14.4.2+git20190427/src/Makefile.in-1954-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-input.Tpo $(DEPDIR)/libsox_la-input.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1956-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1957:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-input.lo `test -f 'input.c' || echo '$(srcdir)/'`input.c
sox-14.4.2+git20190427/src/Makefile.in-1958-
sox-14.4.2+git20190427/src/Makefile.in-1959-libsox_la-ladspa.lo: ladspa.c
sox-14.4.2+git20190427/src/Makefile.in:1960:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-ladspa.lo -MD -MP -MF $(DEPDIR)/libsox_la-ladspa.Tpo -c -o libsox_la-ladspa.lo `test -f 'ladspa.c' || echo '$(srcdir)/'`ladspa.c
sox-14.4.2+git20190427/src/Makefile.in-1961-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-ladspa.Tpo $(DEPDIR)/libsox_la-ladspa.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1963-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1964:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-ladspa.lo `test -f 'ladspa.c' || echo '$(srcdir)/'`ladspa.c
sox-14.4.2+git20190427/src/Makefile.in-1965-
sox-14.4.2+git20190427/src/Makefile.in-1966-libsox_la-loudness.lo: loudness.c
sox-14.4.2+git20190427/src/Makefile.in:1967:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-loudness.lo -MD -MP -MF $(DEPDIR)/libsox_la-loudness.Tpo -c -o libsox_la-loudness.lo `test -f 'loudness.c' || echo '$(srcdir)/'`loudness.c
sox-14.4.2+git20190427/src/Makefile.in-1968-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-loudness.Tpo $(DEPDIR)/libsox_la-loudness.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1970-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1971:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-loudness.lo `test -f 'loudness.c' || echo '$(srcdir)/'`loudness.c
sox-14.4.2+git20190427/src/Makefile.in-1972-
sox-14.4.2+git20190427/src/Makefile.in-1973-libsox_la-mcompand.lo: mcompand.c
sox-14.4.2+git20190427/src/Makefile.in:1974:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-mcompand.lo -MD -MP -MF $(DEPDIR)/libsox_la-mcompand.Tpo -c -o libsox_la-mcompand.lo `test -f 'mcompand.c' || echo '$(srcdir)/'`mcompand.c
sox-14.4.2+git20190427/src/Makefile.in-1975-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-mcompand.Tpo $(DEPDIR)/libsox_la-mcompand.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1977-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1978:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-mcompand.lo `test -f 'mcompand.c' || echo '$(srcdir)/'`mcompand.c
sox-14.4.2+git20190427/src/Makefile.in-1979-
sox-14.4.2+git20190427/src/Makefile.in-1980-libsox_la-noiseprof.lo: noiseprof.c
sox-14.4.2+git20190427/src/Makefile.in:1981:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-noiseprof.lo -MD -MP -MF $(DEPDIR)/libsox_la-noiseprof.Tpo -c -o libsox_la-noiseprof.lo `test -f 'noiseprof.c' || echo '$(srcdir)/'`noiseprof.c
sox-14.4.2+git20190427/src/Makefile.in-1982-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-noiseprof.Tpo $(DEPDIR)/libsox_la-noiseprof.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1984-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1985:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-noiseprof.lo `test -f 'noiseprof.c' || echo '$(srcdir)/'`noiseprof.c
sox-14.4.2+git20190427/src/Makefile.in-1986-
sox-14.4.2+git20190427/src/Makefile.in-1987-libsox_la-noisered.lo: noisered.c
sox-14.4.2+git20190427/src/Makefile.in:1988:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-noisered.lo -MD -MP -MF $(DEPDIR)/libsox_la-noisered.Tpo -c -o libsox_la-noisered.lo `test -f 'noisered.c' || echo '$(srcdir)/'`noisered.c
sox-14.4.2+git20190427/src/Makefile.in-1989-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-noisered.Tpo $(DEPDIR)/libsox_la-noisered.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1991-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1992:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-noisered.lo `test -f 'noisered.c' || echo '$(srcdir)/'`noisered.c
sox-14.4.2+git20190427/src/Makefile.in-1993-
sox-14.4.2+git20190427/src/Makefile.in-1994-libsox_la-output.lo: output.c
sox-14.4.2+git20190427/src/Makefile.in:1995:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-output.lo -MD -MP -MF $(DEPDIR)/libsox_la-output.Tpo -c -o libsox_la-output.lo `test -f 'output.c' || echo '$(srcdir)/'`output.c
sox-14.4.2+git20190427/src/Makefile.in-1996-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-output.Tpo $(DEPDIR)/libsox_la-output.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-1998-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:1999:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-output.lo `test -f 'output.c' || echo '$(srcdir)/'`output.c
sox-14.4.2+git20190427/src/Makefile.in-2000-
sox-14.4.2+git20190427/src/Makefile.in-2001-libsox_la-overdrive.lo: overdrive.c
sox-14.4.2+git20190427/src/Makefile.in:2002:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-overdrive.lo -MD -MP -MF $(DEPDIR)/libsox_la-overdrive.Tpo -c -o libsox_la-overdrive.lo `test -f 'overdrive.c' || echo '$(srcdir)/'`overdrive.c
sox-14.4.2+git20190427/src/Makefile.in-2003-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-overdrive.Tpo $(DEPDIR)/libsox_la-overdrive.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2005-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2006:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-overdrive.lo `test -f 'overdrive.c' || echo '$(srcdir)/'`overdrive.c
sox-14.4.2+git20190427/src/Makefile.in-2007-
sox-14.4.2+git20190427/src/Makefile.in-2008-libsox_la-pad.lo: pad.c
sox-14.4.2+git20190427/src/Makefile.in:2009:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-pad.lo -MD -MP -MF $(DEPDIR)/libsox_la-pad.Tpo -c -o libsox_la-pad.lo `test -f 'pad.c' || echo '$(srcdir)/'`pad.c
sox-14.4.2+git20190427/src/Makefile.in-2010-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-pad.Tpo $(DEPDIR)/libsox_la-pad.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2012-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2013:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-pad.lo `test -f 'pad.c' || echo '$(srcdir)/'`pad.c
sox-14.4.2+git20190427/src/Makefile.in-2014-
sox-14.4.2+git20190427/src/Makefile.in-2015-libsox_la-phaser.lo: phaser.c
sox-14.4.2+git20190427/src/Makefile.in:2016:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-phaser.lo -MD -MP -MF $(DEPDIR)/libsox_la-phaser.Tpo -c -o libsox_la-phaser.lo `test -f 'phaser.c' || echo '$(srcdir)/'`phaser.c
sox-14.4.2+git20190427/src/Makefile.in-2017-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-phaser.Tpo $(DEPDIR)/libsox_la-phaser.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2019-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2020:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-phaser.lo `test -f 'phaser.c' || echo '$(srcdir)/'`phaser.c
sox-14.4.2+git20190427/src/Makefile.in-2021-
sox-14.4.2+git20190427/src/Makefile.in-2022-libsox_la-rate.lo: rate.c
sox-14.4.2+git20190427/src/Makefile.in:2023:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-rate.lo -MD -MP -MF $(DEPDIR)/libsox_la-rate.Tpo -c -o libsox_la-rate.lo `test -f 'rate.c' || echo '$(srcdir)/'`rate.c
sox-14.4.2+git20190427/src/Makefile.in-2024-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-rate.Tpo $(DEPDIR)/libsox_la-rate.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2026-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2027:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-rate.lo `test -f 'rate.c' || echo '$(srcdir)/'`rate.c
sox-14.4.2+git20190427/src/Makefile.in-2028-
sox-14.4.2+git20190427/src/Makefile.in-2029-libsox_la-remix.lo: remix.c
sox-14.4.2+git20190427/src/Makefile.in:2030:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-remix.lo -MD -MP -MF $(DEPDIR)/libsox_la-remix.Tpo -c -o libsox_la-remix.lo `test -f 'remix.c' || echo '$(srcdir)/'`remix.c
sox-14.4.2+git20190427/src/Makefile.in-2031-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-remix.Tpo $(DEPDIR)/libsox_la-remix.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2033-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2034:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-remix.lo `test -f 'remix.c' || echo '$(srcdir)/'`remix.c
sox-14.4.2+git20190427/src/Makefile.in-2035-
sox-14.4.2+git20190427/src/Makefile.in-2036-libsox_la-repeat.lo: repeat.c
sox-14.4.2+git20190427/src/Makefile.in:2037:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-repeat.lo -MD -MP -MF $(DEPDIR)/libsox_la-repeat.Tpo -c -o libsox_la-repeat.lo `test -f 'repeat.c' || echo '$(srcdir)/'`repeat.c
sox-14.4.2+git20190427/src/Makefile.in-2038-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-repeat.Tpo $(DEPDIR)/libsox_la-repeat.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2040-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2041:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-repeat.lo `test -f 'repeat.c' || echo '$(srcdir)/'`repeat.c
sox-14.4.2+git20190427/src/Makefile.in-2042-
sox-14.4.2+git20190427/src/Makefile.in-2043-libsox_la-reverb.lo: reverb.c
sox-14.4.2+git20190427/src/Makefile.in:2044:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-reverb.lo -MD -MP -MF $(DEPDIR)/libsox_la-reverb.Tpo -c -o libsox_la-reverb.lo `test -f 'reverb.c' || echo '$(srcdir)/'`reverb.c
sox-14.4.2+git20190427/src/Makefile.in-2045-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-reverb.Tpo $(DEPDIR)/libsox_la-reverb.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2047-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2048:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-reverb.lo `test -f 'reverb.c' || echo '$(srcdir)/'`reverb.c
sox-14.4.2+git20190427/src/Makefile.in-2049-
sox-14.4.2+git20190427/src/Makefile.in-2050-libsox_la-reverse.lo: reverse.c
sox-14.4.2+git20190427/src/Makefile.in:2051:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-reverse.lo -MD -MP -MF $(DEPDIR)/libsox_la-reverse.Tpo -c -o libsox_la-reverse.lo `test -f 'reverse.c' || echo '$(srcdir)/'`reverse.c
sox-14.4.2+git20190427/src/Makefile.in-2052-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-reverse.Tpo $(DEPDIR)/libsox_la-reverse.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2054-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2055:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-reverse.lo `test -f 'reverse.c' || echo '$(srcdir)/'`reverse.c
sox-14.4.2+git20190427/src/Makefile.in-2056-
sox-14.4.2+git20190427/src/Makefile.in-2057-libsox_la-silence.lo: silence.c
sox-14.4.2+git20190427/src/Makefile.in:2058:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-silence.lo -MD -MP -MF $(DEPDIR)/libsox_la-silence.Tpo -c -o libsox_la-silence.lo `test -f 'silence.c' || echo '$(srcdir)/'`silence.c
sox-14.4.2+git20190427/src/Makefile.in-2059-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-silence.Tpo $(DEPDIR)/libsox_la-silence.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2061-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2062:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-silence.lo `test -f 'silence.c' || echo '$(srcdir)/'`silence.c
sox-14.4.2+git20190427/src/Makefile.in-2063-
sox-14.4.2+git20190427/src/Makefile.in-2064-libsox_la-sinc.lo: sinc.c
sox-14.4.2+git20190427/src/Makefile.in:2065:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-sinc.lo -MD -MP -MF $(DEPDIR)/libsox_la-sinc.Tpo -c -o libsox_la-sinc.lo `test -f 'sinc.c' || echo '$(srcdir)/'`sinc.c
sox-14.4.2+git20190427/src/Makefile.in-2066-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sinc.Tpo $(DEPDIR)/libsox_la-sinc.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2068-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2069:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-sinc.lo `test -f 'sinc.c' || echo '$(srcdir)/'`sinc.c
sox-14.4.2+git20190427/src/Makefile.in-2070-
sox-14.4.2+git20190427/src/Makefile.in-2071-libsox_la-skeleff.lo: skeleff.c
sox-14.4.2+git20190427/src/Makefile.in:2072:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-skeleff.lo -MD -MP -MF $(DEPDIR)/libsox_la-skeleff.Tpo -c -o libsox_la-skeleff.lo `test -f 'skeleff.c' || echo '$(srcdir)/'`skeleff.c
sox-14.4.2+git20190427/src/Makefile.in-2073-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-skeleff.Tpo $(DEPDIR)/libsox_la-skeleff.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2075-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2076:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-skeleff.lo `test -f 'skeleff.c' || echo '$(srcdir)/'`skeleff.c
sox-14.4.2+git20190427/src/Makefile.in-2077-
sox-14.4.2+git20190427/src/Makefile.in-2078-libsox_la-speed.lo: speed.c
sox-14.4.2+git20190427/src/Makefile.in:2079:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-speed.lo -MD -MP -MF $(DEPDIR)/libsox_la-speed.Tpo -c -o libsox_la-speed.lo `test -f 'speed.c' || echo '$(srcdir)/'`speed.c
sox-14.4.2+git20190427/src/Makefile.in-2080-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-speed.Tpo $(DEPDIR)/libsox_la-speed.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2082-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2083:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-speed.lo `test -f 'speed.c' || echo '$(srcdir)/'`speed.c
sox-14.4.2+git20190427/src/Makefile.in-2084-
sox-14.4.2+git20190427/src/Makefile.in-2085-libsox_la-splice.lo: splice.c
sox-14.4.2+git20190427/src/Makefile.in:2086:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-splice.lo -MD -MP -MF $(DEPDIR)/libsox_la-splice.Tpo -c -o libsox_la-splice.lo `test -f 'splice.c' || echo '$(srcdir)/'`splice.c
sox-14.4.2+git20190427/src/Makefile.in-2087-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-splice.Tpo $(DEPDIR)/libsox_la-splice.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2089-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2090:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-splice.lo `test -f 'splice.c' || echo '$(srcdir)/'`splice.c
sox-14.4.2+git20190427/src/Makefile.in-2091-
sox-14.4.2+git20190427/src/Makefile.in-2092-libsox_la-stat.lo: stat.c
sox-14.4.2+git20190427/src/Makefile.in:2093:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-stat.lo -MD -MP -MF $(DEPDIR)/libsox_la-stat.Tpo -c -o libsox_la-stat.lo `test -f 'stat.c' || echo '$(srcdir)/'`stat.c
sox-14.4.2+git20190427/src/Makefile.in-2094-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-stat.Tpo $(DEPDIR)/libsox_la-stat.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2096-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2097:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-stat.lo `test -f 'stat.c' || echo '$(srcdir)/'`stat.c
sox-14.4.2+git20190427/src/Makefile.in-2098-
sox-14.4.2+git20190427/src/Makefile.in-2099-libsox_la-stats.lo: stats.c
sox-14.4.2+git20190427/src/Makefile.in:2100:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-stats.lo -MD -MP -MF $(DEPDIR)/libsox_la-stats.Tpo -c -o libsox_la-stats.lo `test -f 'stats.c' || echo '$(srcdir)/'`stats.c
sox-14.4.2+git20190427/src/Makefile.in-2101-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-stats.Tpo $(DEPDIR)/libsox_la-stats.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2103-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2104:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-stats.lo `test -f 'stats.c' || echo '$(srcdir)/'`stats.c
sox-14.4.2+git20190427/src/Makefile.in-2105-
sox-14.4.2+git20190427/src/Makefile.in-2106-libsox_la-stretch.lo: stretch.c
sox-14.4.2+git20190427/src/Makefile.in:2107:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-stretch.lo -MD -MP -MF $(DEPDIR)/libsox_la-stretch.Tpo -c -o libsox_la-stretch.lo `test -f 'stretch.c' || echo '$(srcdir)/'`stretch.c
sox-14.4.2+git20190427/src/Makefile.in-2108-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-stretch.Tpo $(DEPDIR)/libsox_la-stretch.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2110-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2111:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-stretch.lo `test -f 'stretch.c' || echo '$(srcdir)/'`stretch.c
sox-14.4.2+git20190427/src/Makefile.in-2112-
sox-14.4.2+git20190427/src/Makefile.in-2113-libsox_la-swap.lo: swap.c
sox-14.4.2+git20190427/src/Makefile.in:2114:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-swap.lo -MD -MP -MF $(DEPDIR)/libsox_la-swap.Tpo -c -o libsox_la-swap.lo `test -f 'swap.c' || echo '$(srcdir)/'`swap.c
sox-14.4.2+git20190427/src/Makefile.in-2115-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-swap.Tpo $(DEPDIR)/libsox_la-swap.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2117-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2118:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-swap.lo `test -f 'swap.c' || echo '$(srcdir)/'`swap.c
sox-14.4.2+git20190427/src/Makefile.in-2119-
sox-14.4.2+git20190427/src/Makefile.in-2120-libsox_la-synth.lo: synth.c
sox-14.4.2+git20190427/src/Makefile.in:2121:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-synth.lo -MD -MP -MF $(DEPDIR)/libsox_la-synth.Tpo -c -o libsox_la-synth.lo `test -f 'synth.c' || echo '$(srcdir)/'`synth.c
sox-14.4.2+git20190427/src/Makefile.in-2122-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-synth.Tpo $(DEPDIR)/libsox_la-synth.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2124-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2125:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-synth.lo `test -f 'synth.c' || echo '$(srcdir)/'`synth.c
sox-14.4.2+git20190427/src/Makefile.in-2126-
sox-14.4.2+git20190427/src/Makefile.in-2127-libsox_la-tempo.lo: tempo.c
sox-14.4.2+git20190427/src/Makefile.in:2128:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-tempo.lo -MD -MP -MF $(DEPDIR)/libsox_la-tempo.Tpo -c -o libsox_la-tempo.lo `test -f 'tempo.c' || echo '$(srcdir)/'`tempo.c
sox-14.4.2+git20190427/src/Makefile.in-2129-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-tempo.Tpo $(DEPDIR)/libsox_la-tempo.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2131-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2132:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-tempo.lo `test -f 'tempo.c' || echo '$(srcdir)/'`tempo.c
sox-14.4.2+git20190427/src/Makefile.in-2133-
sox-14.4.2+git20190427/src/Makefile.in-2134-libsox_la-tremolo.lo: tremolo.c
sox-14.4.2+git20190427/src/Makefile.in:2135:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-tremolo.lo -MD -MP -MF $(DEPDIR)/libsox_la-tremolo.Tpo -c -o libsox_la-tremolo.lo `test -f 'tremolo.c' || echo '$(srcdir)/'`tremolo.c
sox-14.4.2+git20190427/src/Makefile.in-2136-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-tremolo.Tpo $(DEPDIR)/libsox_la-tremolo.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2138-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2139:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-tremolo.lo `test -f 'tremolo.c' || echo '$(srcdir)/'`tremolo.c
sox-14.4.2+git20190427/src/Makefile.in-2140-
sox-14.4.2+git20190427/src/Makefile.in-2141-libsox_la-trim.lo: trim.c
sox-14.4.2+git20190427/src/Makefile.in:2142:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-trim.lo -MD -MP -MF $(DEPDIR)/libsox_la-trim.Tpo -c -o libsox_la-trim.lo `test -f 'trim.c' || echo '$(srcdir)/'`trim.c
sox-14.4.2+git20190427/src/Makefile.in-2143-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-trim.Tpo $(DEPDIR)/libsox_la-trim.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2145-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2146:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-trim.lo `test -f 'trim.c' || echo '$(srcdir)/'`trim.c
sox-14.4.2+git20190427/src/Makefile.in-2147-
sox-14.4.2+git20190427/src/Makefile.in-2148-libsox_la-upsample.lo: upsample.c
sox-14.4.2+git20190427/src/Makefile.in:2149:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-upsample.lo -MD -MP -MF $(DEPDIR)/libsox_la-upsample.Tpo -c -o libsox_la-upsample.lo `test -f 'upsample.c' || echo '$(srcdir)/'`upsample.c
sox-14.4.2+git20190427/src/Makefile.in-2150-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-upsample.Tpo $(DEPDIR)/libsox_la-upsample.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2152-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2153:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-upsample.lo `test -f 'upsample.c' || echo '$(srcdir)/'`upsample.c
sox-14.4.2+git20190427/src/Makefile.in-2154-
sox-14.4.2+git20190427/src/Makefile.in-2155-libsox_la-vad.lo: vad.c
sox-14.4.2+git20190427/src/Makefile.in:2156:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-vad.lo -MD -MP -MF $(DEPDIR)/libsox_la-vad.Tpo -c -o libsox_la-vad.lo `test -f 'vad.c' || echo '$(srcdir)/'`vad.c
sox-14.4.2+git20190427/src/Makefile.in-2157-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-vad.Tpo $(DEPDIR)/libsox_la-vad.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2159-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2160:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-vad.lo `test -f 'vad.c' || echo '$(srcdir)/'`vad.c
sox-14.4.2+git20190427/src/Makefile.in-2161-
sox-14.4.2+git20190427/src/Makefile.in-2162-libsox_la-vol.lo: vol.c
sox-14.4.2+git20190427/src/Makefile.in:2163:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-vol.lo -MD -MP -MF $(DEPDIR)/libsox_la-vol.Tpo -c -o libsox_la-vol.lo `test -f 'vol.c' || echo '$(srcdir)/'`vol.c
sox-14.4.2+git20190427/src/Makefile.in-2164-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-vol.Tpo $(DEPDIR)/libsox_la-vol.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2166-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2167:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-vol.lo `test -f 'vol.c' || echo '$(srcdir)/'`vol.c
sox-14.4.2+git20190427/src/Makefile.in-2168-
sox-14.4.2+git20190427/src/Makefile.in-2169-libsox_la-spectrogram.lo: spectrogram.c
sox-14.4.2+git20190427/src/Makefile.in:2170:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-spectrogram.lo -MD -MP -MF $(DEPDIR)/libsox_la-spectrogram.Tpo -c -o libsox_la-spectrogram.lo `test -f 'spectrogram.c' || echo '$(srcdir)/'`spectrogram.c
sox-14.4.2+git20190427/src/Makefile.in-2171-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-spectrogram.Tpo $(DEPDIR)/libsox_la-spectrogram.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2173-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2174:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-spectrogram.lo `test -f 'spectrogram.c' || echo '$(srcdir)/'`spectrogram.c
sox-14.4.2+git20190427/src/Makefile.in-2175-
sox-14.4.2+git20190427/src/Makefile.in-2176-libsox_la-win32-ltdl.lo: win32-ltdl.c
sox-14.4.2+git20190427/src/Makefile.in:2177:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-win32-ltdl.lo -MD -MP -MF $(DEPDIR)/libsox_la-win32-ltdl.Tpo -c -o libsox_la-win32-ltdl.lo `test -f 'win32-ltdl.c' || echo '$(srcdir)/'`win32-ltdl.c
sox-14.4.2+git20190427/src/Makefile.in-2178-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-win32-ltdl.Tpo $(DEPDIR)/libsox_la-win32-ltdl.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2180-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2181:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-win32-ltdl.lo `test -f 'win32-ltdl.c' || echo '$(srcdir)/'`win32-ltdl.c
sox-14.4.2+git20190427/src/Makefile.in-2182-
sox-14.4.2+git20190427/src/Makefile.in-2183-libsox_la-raw-fmt.lo: raw-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2184:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-raw-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-raw-fmt.Tpo -c -o libsox_la-raw-fmt.lo `test -f 'raw-fmt.c' || echo '$(srcdir)/'`raw-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2185-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-raw-fmt.Tpo $(DEPDIR)/libsox_la-raw-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2187-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2188:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-raw-fmt.lo `test -f 'raw-fmt.c' || echo '$(srcdir)/'`raw-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2189-
sox-14.4.2+git20190427/src/Makefile.in-2190-libsox_la-s1-fmt.lo: s1-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2191:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-s1-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-s1-fmt.Tpo -c -o libsox_la-s1-fmt.lo `test -f 's1-fmt.c' || echo '$(srcdir)/'`s1-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2192-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-s1-fmt.Tpo $(DEPDIR)/libsox_la-s1-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2194-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2195:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-s1-fmt.lo `test -f 's1-fmt.c' || echo '$(srcdir)/'`s1-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2196-
sox-14.4.2+git20190427/src/Makefile.in-2197-libsox_la-s2-fmt.lo: s2-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2198:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-s2-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-s2-fmt.Tpo -c -o libsox_la-s2-fmt.lo `test -f 's2-fmt.c' || echo '$(srcdir)/'`s2-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2199-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-s2-fmt.Tpo $(DEPDIR)/libsox_la-s2-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2201-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2202:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-s2-fmt.lo `test -f 's2-fmt.c' || echo '$(srcdir)/'`s2-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2203-
sox-14.4.2+git20190427/src/Makefile.in-2204-libsox_la-s3-fmt.lo: s3-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2205:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-s3-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-s3-fmt.Tpo -c -o libsox_la-s3-fmt.lo `test -f 's3-fmt.c' || echo '$(srcdir)/'`s3-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2206-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-s3-fmt.Tpo $(DEPDIR)/libsox_la-s3-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2208-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2209:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-s3-fmt.lo `test -f 's3-fmt.c' || echo '$(srcdir)/'`s3-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2210-
sox-14.4.2+git20190427/src/Makefile.in-2211-libsox_la-s4-fmt.lo: s4-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2212:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-s4-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-s4-fmt.Tpo -c -o libsox_la-s4-fmt.lo `test -f 's4-fmt.c' || echo '$(srcdir)/'`s4-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2213-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-s4-fmt.Tpo $(DEPDIR)/libsox_la-s4-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2215-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2216:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-s4-fmt.lo `test -f 's4-fmt.c' || echo '$(srcdir)/'`s4-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2217-
sox-14.4.2+git20190427/src/Makefile.in-2218-libsox_la-u1-fmt.lo: u1-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2219:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-u1-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-u1-fmt.Tpo -c -o libsox_la-u1-fmt.lo `test -f 'u1-fmt.c' || echo '$(srcdir)/'`u1-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2220-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-u1-fmt.Tpo $(DEPDIR)/libsox_la-u1-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2222-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2223:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-u1-fmt.lo `test -f 'u1-fmt.c' || echo '$(srcdir)/'`u1-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2224-
sox-14.4.2+git20190427/src/Makefile.in-2225-libsox_la-u2-fmt.lo: u2-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2226:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-u2-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-u2-fmt.Tpo -c -o libsox_la-u2-fmt.lo `test -f 'u2-fmt.c' || echo '$(srcdir)/'`u2-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2227-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-u2-fmt.Tpo $(DEPDIR)/libsox_la-u2-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2229-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2230:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-u2-fmt.lo `test -f 'u2-fmt.c' || echo '$(srcdir)/'`u2-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2231-
sox-14.4.2+git20190427/src/Makefile.in-2232-libsox_la-u3-fmt.lo: u3-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2233:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-u3-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-u3-fmt.Tpo -c -o libsox_la-u3-fmt.lo `test -f 'u3-fmt.c' || echo '$(srcdir)/'`u3-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2234-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-u3-fmt.Tpo $(DEPDIR)/libsox_la-u3-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2236-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2237:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-u3-fmt.lo `test -f 'u3-fmt.c' || echo '$(srcdir)/'`u3-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2238-
sox-14.4.2+git20190427/src/Makefile.in-2239-libsox_la-u4-fmt.lo: u4-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2240:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-u4-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-u4-fmt.Tpo -c -o libsox_la-u4-fmt.lo `test -f 'u4-fmt.c' || echo '$(srcdir)/'`u4-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2241-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-u4-fmt.Tpo $(DEPDIR)/libsox_la-u4-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2243-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2244:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-u4-fmt.lo `test -f 'u4-fmt.c' || echo '$(srcdir)/'`u4-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2245-
sox-14.4.2+git20190427/src/Makefile.in-2246-libsox_la-al-fmt.lo: al-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2247:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-al-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-al-fmt.Tpo -c -o libsox_la-al-fmt.lo `test -f 'al-fmt.c' || echo '$(srcdir)/'`al-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2248-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-al-fmt.Tpo $(DEPDIR)/libsox_la-al-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2250-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2251:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-al-fmt.lo `test -f 'al-fmt.c' || echo '$(srcdir)/'`al-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2252-
sox-14.4.2+git20190427/src/Makefile.in-2253-libsox_la-la-fmt.lo: la-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2254:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-la-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-la-fmt.Tpo -c -o libsox_la-la-fmt.lo `test -f 'la-fmt.c' || echo '$(srcdir)/'`la-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2255-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-la-fmt.Tpo $(DEPDIR)/libsox_la-la-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2257-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2258:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-la-fmt.lo `test -f 'la-fmt.c' || echo '$(srcdir)/'`la-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2259-
sox-14.4.2+git20190427/src/Makefile.in-2260-libsox_la-ul-fmt.lo: ul-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2261:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-ul-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-ul-fmt.Tpo -c -o libsox_la-ul-fmt.lo `test -f 'ul-fmt.c' || echo '$(srcdir)/'`ul-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2262-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-ul-fmt.Tpo $(DEPDIR)/libsox_la-ul-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2264-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2265:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-ul-fmt.lo `test -f 'ul-fmt.c' || echo '$(srcdir)/'`ul-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2266-
sox-14.4.2+git20190427/src/Makefile.in-2267-libsox_la-lu-fmt.lo: lu-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2268:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-lu-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-lu-fmt.Tpo -c -o libsox_la-lu-fmt.lo `test -f 'lu-fmt.c' || echo '$(srcdir)/'`lu-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2269-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-lu-fmt.Tpo $(DEPDIR)/libsox_la-lu-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2271-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2272:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-lu-fmt.lo `test -f 'lu-fmt.c' || echo '$(srcdir)/'`lu-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2273-
sox-14.4.2+git20190427/src/Makefile.in-2274-libsox_la-8svx.lo: 8svx.c
sox-14.4.2+git20190427/src/Makefile.in:2275:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-8svx.lo -MD -MP -MF $(DEPDIR)/libsox_la-8svx.Tpo -c -o libsox_la-8svx.lo `test -f '8svx.c' || echo '$(srcdir)/'`8svx.c
sox-14.4.2+git20190427/src/Makefile.in-2276-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-8svx.Tpo $(DEPDIR)/libsox_la-8svx.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2278-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2279:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-8svx.lo `test -f '8svx.c' || echo '$(srcdir)/'`8svx.c
sox-14.4.2+git20190427/src/Makefile.in-2280-
sox-14.4.2+git20190427/src/Makefile.in-2281-libsox_la-aiff-fmt.lo: aiff-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2282:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-aiff-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-aiff-fmt.Tpo -c -o libsox_la-aiff-fmt.lo `test -f 'aiff-fmt.c' || echo '$(srcdir)/'`aiff-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2283-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-aiff-fmt.Tpo $(DEPDIR)/libsox_la-aiff-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2285-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2286:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-aiff-fmt.lo `test -f 'aiff-fmt.c' || echo '$(srcdir)/'`aiff-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2287-
sox-14.4.2+git20190427/src/Makefile.in-2288-libsox_la-aifc-fmt.lo: aifc-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2289:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-aifc-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-aifc-fmt.Tpo -c -o libsox_la-aifc-fmt.lo `test -f 'aifc-fmt.c' || echo '$(srcdir)/'`aifc-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2290-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-aifc-fmt.Tpo $(DEPDIR)/libsox_la-aifc-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2292-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2293:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-aifc-fmt.lo `test -f 'aifc-fmt.c' || echo '$(srcdir)/'`aifc-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2294-
sox-14.4.2+git20190427/src/Makefile.in-2295-libsox_la-au.lo: au.c
sox-14.4.2+git20190427/src/Makefile.in:2296:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-au.lo -MD -MP -MF $(DEPDIR)/libsox_la-au.Tpo -c -o libsox_la-au.lo `test -f 'au.c' || echo '$(srcdir)/'`au.c
sox-14.4.2+git20190427/src/Makefile.in-2297-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-au.Tpo $(DEPDIR)/libsox_la-au.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2299-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2300:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-au.lo `test -f 'au.c' || echo '$(srcdir)/'`au.c
sox-14.4.2+git20190427/src/Makefile.in-2301-
sox-14.4.2+git20190427/src/Makefile.in-2302-libsox_la-avr.lo: avr.c
sox-14.4.2+git20190427/src/Makefile.in:2303:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-avr.lo -MD -MP -MF $(DEPDIR)/libsox_la-avr.Tpo -c -o libsox_la-avr.lo `test -f 'avr.c' || echo '$(srcdir)/'`avr.c
sox-14.4.2+git20190427/src/Makefile.in-2304-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-avr.Tpo $(DEPDIR)/libsox_la-avr.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2306-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2307:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-avr.lo `test -f 'avr.c' || echo '$(srcdir)/'`avr.c
sox-14.4.2+git20190427/src/Makefile.in-2308-
sox-14.4.2+git20190427/src/Makefile.in-2309-libsox_la-cdr.lo: cdr.c
sox-14.4.2+git20190427/src/Makefile.in:2310:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-cdr.lo -MD -MP -MF $(DEPDIR)/libsox_la-cdr.Tpo -c -o libsox_la-cdr.lo `test -f 'cdr.c' || echo '$(srcdir)/'`cdr.c
sox-14.4.2+git20190427/src/Makefile.in-2311-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-cdr.Tpo $(DEPDIR)/libsox_la-cdr.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2313-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2314:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-cdr.lo `test -f 'cdr.c' || echo '$(srcdir)/'`cdr.c
sox-14.4.2+git20190427/src/Makefile.in-2315-
sox-14.4.2+git20190427/src/Makefile.in-2316-libsox_la-cvsd-fmt.lo: cvsd-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2317:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-cvsd-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-cvsd-fmt.Tpo -c -o libsox_la-cvsd-fmt.lo `test -f 'cvsd-fmt.c' || echo '$(srcdir)/'`cvsd-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2318-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-cvsd-fmt.Tpo $(DEPDIR)/libsox_la-cvsd-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2320-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2321:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-cvsd-fmt.lo `test -f 'cvsd-fmt.c' || echo '$(srcdir)/'`cvsd-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2322-
sox-14.4.2+git20190427/src/Makefile.in-2323-libsox_la-dvms-fmt.lo: dvms-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2324:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-dvms-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-dvms-fmt.Tpo -c -o libsox_la-dvms-fmt.lo `test -f 'dvms-fmt.c' || echo '$(srcdir)/'`dvms-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2325-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-dvms-fmt.Tpo $(DEPDIR)/libsox_la-dvms-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2327-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2328:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-dvms-fmt.lo `test -f 'dvms-fmt.c' || echo '$(srcdir)/'`dvms-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2329-
sox-14.4.2+git20190427/src/Makefile.in-2330-libsox_la-dat.lo: dat.c
sox-14.4.2+git20190427/src/Makefile.in:2331:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-dat.lo -MD -MP -MF $(DEPDIR)/libsox_la-dat.Tpo -c -o libsox_la-dat.lo `test -f 'dat.c' || echo '$(srcdir)/'`dat.c
sox-14.4.2+git20190427/src/Makefile.in-2332-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-dat.Tpo $(DEPDIR)/libsox_la-dat.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2334-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2335:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-dat.lo `test -f 'dat.c' || echo '$(srcdir)/'`dat.c
sox-14.4.2+git20190427/src/Makefile.in-2336-
sox-14.4.2+git20190427/src/Makefile.in-2337-libsox_la-hcom.lo: hcom.c
sox-14.4.2+git20190427/src/Makefile.in:2338:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-hcom.lo -MD -MP -MF $(DEPDIR)/libsox_la-hcom.Tpo -c -o libsox_la-hcom.lo `test -f 'hcom.c' || echo '$(srcdir)/'`hcom.c
sox-14.4.2+git20190427/src/Makefile.in-2339-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-hcom.Tpo $(DEPDIR)/libsox_la-hcom.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2341-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2342:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-hcom.lo `test -f 'hcom.c' || echo '$(srcdir)/'`hcom.c
sox-14.4.2+git20190427/src/Makefile.in-2343-
sox-14.4.2+git20190427/src/Makefile.in-2344-libsox_la-htk.lo: htk.c
sox-14.4.2+git20190427/src/Makefile.in:2345:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-htk.lo -MD -MP -MF $(DEPDIR)/libsox_la-htk.Tpo -c -o libsox_la-htk.lo `test -f 'htk.c' || echo '$(srcdir)/'`htk.c
sox-14.4.2+git20190427/src/Makefile.in-2346-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-htk.Tpo $(DEPDIR)/libsox_la-htk.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2348-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2349:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-htk.lo `test -f 'htk.c' || echo '$(srcdir)/'`htk.c
sox-14.4.2+git20190427/src/Makefile.in-2350-
sox-14.4.2+git20190427/src/Makefile.in-2351-libsox_la-maud.lo: maud.c
sox-14.4.2+git20190427/src/Makefile.in:2352:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-maud.lo -MD -MP -MF $(DEPDIR)/libsox_la-maud.Tpo -c -o libsox_la-maud.lo `test -f 'maud.c' || echo '$(srcdir)/'`maud.c
sox-14.4.2+git20190427/src/Makefile.in-2353-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-maud.Tpo $(DEPDIR)/libsox_la-maud.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2355-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2356:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-maud.lo `test -f 'maud.c' || echo '$(srcdir)/'`maud.c
sox-14.4.2+git20190427/src/Makefile.in-2357-
sox-14.4.2+git20190427/src/Makefile.in-2358-libsox_la-prc.lo: prc.c
sox-14.4.2+git20190427/src/Makefile.in:2359:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-prc.lo -MD -MP -MF $(DEPDIR)/libsox_la-prc.Tpo -c -o libsox_la-prc.lo `test -f 'prc.c' || echo '$(srcdir)/'`prc.c
sox-14.4.2+git20190427/src/Makefile.in-2360-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-prc.Tpo $(DEPDIR)/libsox_la-prc.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2362-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2363:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-prc.lo `test -f 'prc.c' || echo '$(srcdir)/'`prc.c
sox-14.4.2+git20190427/src/Makefile.in-2364-
sox-14.4.2+git20190427/src/Makefile.in-2365-libsox_la-sf.lo: sf.c
sox-14.4.2+git20190427/src/Makefile.in:2366:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-sf.lo -MD -MP -MF $(DEPDIR)/libsox_la-sf.Tpo -c -o libsox_la-sf.lo `test -f 'sf.c' || echo '$(srcdir)/'`sf.c
sox-14.4.2+git20190427/src/Makefile.in-2367-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sf.Tpo $(DEPDIR)/libsox_la-sf.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2369-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2370:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-sf.lo `test -f 'sf.c' || echo '$(srcdir)/'`sf.c
sox-14.4.2+git20190427/src/Makefile.in-2371-
sox-14.4.2+git20190427/src/Makefile.in-2372-libsox_la-smp.lo: smp.c
sox-14.4.2+git20190427/src/Makefile.in:2373:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-smp.lo -MD -MP -MF $(DEPDIR)/libsox_la-smp.Tpo -c -o libsox_la-smp.lo `test -f 'smp.c' || echo '$(srcdir)/'`smp.c
sox-14.4.2+git20190427/src/Makefile.in-2374-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-smp.Tpo $(DEPDIR)/libsox_la-smp.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2376-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2377:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-smp.lo `test -f 'smp.c' || echo '$(srcdir)/'`smp.c
sox-14.4.2+git20190427/src/Makefile.in-2378-
sox-14.4.2+git20190427/src/Makefile.in-2379-libsox_la-sounder.lo: sounder.c
sox-14.4.2+git20190427/src/Makefile.in:2380:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-sounder.lo -MD -MP -MF $(DEPDIR)/libsox_la-sounder.Tpo -c -o libsox_la-sounder.lo `test -f 'sounder.c' || echo '$(srcdir)/'`sounder.c
sox-14.4.2+git20190427/src/Makefile.in-2381-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sounder.Tpo $(DEPDIR)/libsox_la-sounder.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2383-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2384:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-sounder.lo `test -f 'sounder.c' || echo '$(srcdir)/'`sounder.c
sox-14.4.2+git20190427/src/Makefile.in-2385-
sox-14.4.2+git20190427/src/Makefile.in-2386-libsox_la-soundtool.lo: soundtool.c
sox-14.4.2+git20190427/src/Makefile.in:2387:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-soundtool.lo -MD -MP -MF $(DEPDIR)/libsox_la-soundtool.Tpo -c -o libsox_la-soundtool.lo `test -f 'soundtool.c' || echo '$(srcdir)/'`soundtool.c
sox-14.4.2+git20190427/src/Makefile.in-2388-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-soundtool.Tpo $(DEPDIR)/libsox_la-soundtool.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2390-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2391:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-soundtool.lo `test -f 'soundtool.c' || echo '$(srcdir)/'`soundtool.c
sox-14.4.2+git20190427/src/Makefile.in-2392-
sox-14.4.2+git20190427/src/Makefile.in-2393-libsox_la-sphere.lo: sphere.c
sox-14.4.2+git20190427/src/Makefile.in:2394:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-sphere.lo -MD -MP -MF $(DEPDIR)/libsox_la-sphere.Tpo -c -o libsox_la-sphere.lo `test -f 'sphere.c' || echo '$(srcdir)/'`sphere.c
sox-14.4.2+git20190427/src/Makefile.in-2395-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sphere.Tpo $(DEPDIR)/libsox_la-sphere.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2397-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2398:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-sphere.lo `test -f 'sphere.c' || echo '$(srcdir)/'`sphere.c
sox-14.4.2+git20190427/src/Makefile.in-2399-
sox-14.4.2+git20190427/src/Makefile.in-2400-libsox_la-tx16w.lo: tx16w.c
sox-14.4.2+git20190427/src/Makefile.in:2401:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-tx16w.lo -MD -MP -MF $(DEPDIR)/libsox_la-tx16w.Tpo -c -o libsox_la-tx16w.lo `test -f 'tx16w.c' || echo '$(srcdir)/'`tx16w.c
sox-14.4.2+git20190427/src/Makefile.in-2402-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-tx16w.Tpo $(DEPDIR)/libsox_la-tx16w.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2404-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2405:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-tx16w.lo `test -f 'tx16w.c' || echo '$(srcdir)/'`tx16w.c
sox-14.4.2+git20190427/src/Makefile.in-2406-
sox-14.4.2+git20190427/src/Makefile.in-2407-libsox_la-voc.lo: voc.c
sox-14.4.2+git20190427/src/Makefile.in:2408:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-voc.lo -MD -MP -MF $(DEPDIR)/libsox_la-voc.Tpo -c -o libsox_la-voc.lo `test -f 'voc.c' || echo '$(srcdir)/'`voc.c
sox-14.4.2+git20190427/src/Makefile.in-2409-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-voc.Tpo $(DEPDIR)/libsox_la-voc.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2411-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2412:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-voc.lo `test -f 'voc.c' || echo '$(srcdir)/'`voc.c
sox-14.4.2+git20190427/src/Makefile.in-2413-
sox-14.4.2+git20190427/src/Makefile.in-2414-libsox_la-vox-fmt.lo: vox-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2415:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-vox-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-vox-fmt.Tpo -c -o libsox_la-vox-fmt.lo `test -f 'vox-fmt.c' || echo '$(srcdir)/'`vox-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2416-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-vox-fmt.Tpo $(DEPDIR)/libsox_la-vox-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2418-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2419:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-vox-fmt.lo `test -f 'vox-fmt.c' || echo '$(srcdir)/'`vox-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2420-
sox-14.4.2+git20190427/src/Makefile.in-2421-libsox_la-ima-fmt.lo: ima-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2422:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-ima-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-ima-fmt.Tpo -c -o libsox_la-ima-fmt.lo `test -f 'ima-fmt.c' || echo '$(srcdir)/'`ima-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2423-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-ima-fmt.Tpo $(DEPDIR)/libsox_la-ima-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2425-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2426:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-ima-fmt.lo `test -f 'ima-fmt.c' || echo '$(srcdir)/'`ima-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2427-
sox-14.4.2+git20190427/src/Makefile.in-2428-libsox_la-adpcm.lo: adpcm.c
sox-14.4.2+git20190427/src/Makefile.in:2429:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-adpcm.lo -MD -MP -MF $(DEPDIR)/libsox_la-adpcm.Tpo -c -o libsox_la-adpcm.lo `test -f 'adpcm.c' || echo '$(srcdir)/'`adpcm.c
sox-14.4.2+git20190427/src/Makefile.in-2430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-adpcm.Tpo $(DEPDIR)/libsox_la-adpcm.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2433:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-adpcm.lo `test -f 'adpcm.c' || echo '$(srcdir)/'`adpcm.c
sox-14.4.2+git20190427/src/Makefile.in-2434-
sox-14.4.2+git20190427/src/Makefile.in-2435-libsox_la-ima_rw.lo: ima_rw.c
sox-14.4.2+git20190427/src/Makefile.in:2436:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-ima_rw.lo -MD -MP -MF $(DEPDIR)/libsox_la-ima_rw.Tpo -c -o libsox_la-ima_rw.lo `test -f 'ima_rw.c' || echo '$(srcdir)/'`ima_rw.c
sox-14.4.2+git20190427/src/Makefile.in-2437-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-ima_rw.Tpo $(DEPDIR)/libsox_la-ima_rw.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2439-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2440:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-ima_rw.lo `test -f 'ima_rw.c' || echo '$(srcdir)/'`ima_rw.c
sox-14.4.2+git20190427/src/Makefile.in-2441-
sox-14.4.2+git20190427/src/Makefile.in-2442-libsox_la-wav.lo: wav.c
sox-14.4.2+git20190427/src/Makefile.in:2443:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-wav.lo -MD -MP -MF $(DEPDIR)/libsox_la-wav.Tpo -c -o libsox_la-wav.lo `test -f 'wav.c' || echo '$(srcdir)/'`wav.c
sox-14.4.2+git20190427/src/Makefile.in-2444-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-wav.Tpo $(DEPDIR)/libsox_la-wav.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2446-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2447:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-wav.lo `test -f 'wav.c' || echo '$(srcdir)/'`wav.c
sox-14.4.2+git20190427/src/Makefile.in-2448-
sox-14.4.2+git20190427/src/Makefile.in-2449-libsox_la-wve.lo: wve.c
sox-14.4.2+git20190427/src/Makefile.in:2450:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-wve.lo -MD -MP -MF $(DEPDIR)/libsox_la-wve.Tpo -c -o libsox_la-wve.lo `test -f 'wve.c' || echo '$(srcdir)/'`wve.c
sox-14.4.2+git20190427/src/Makefile.in-2451-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-wve.Tpo $(DEPDIR)/libsox_la-wve.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2453-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2454:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-wve.lo `test -f 'wve.c' || echo '$(srcdir)/'`wve.c
sox-14.4.2+git20190427/src/Makefile.in-2455-
sox-14.4.2+git20190427/src/Makefile.in-2456-libsox_la-xa.lo: xa.c
sox-14.4.2+git20190427/src/Makefile.in:2457:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-xa.lo -MD -MP -MF $(DEPDIR)/libsox_la-xa.Tpo -c -o libsox_la-xa.lo `test -f 'xa.c' || echo '$(srcdir)/'`xa.c
sox-14.4.2+git20190427/src/Makefile.in-2458-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-xa.Tpo $(DEPDIR)/libsox_la-xa.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2460-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2461:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-xa.lo `test -f 'xa.c' || echo '$(srcdir)/'`xa.c
sox-14.4.2+git20190427/src/Makefile.in-2462-
sox-14.4.2+git20190427/src/Makefile.in-2463-libsox_la-nulfile.lo: nulfile.c
sox-14.4.2+git20190427/src/Makefile.in:2464:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-nulfile.lo -MD -MP -MF $(DEPDIR)/libsox_la-nulfile.Tpo -c -o libsox_la-nulfile.lo `test -f 'nulfile.c' || echo '$(srcdir)/'`nulfile.c
sox-14.4.2+git20190427/src/Makefile.in-2465-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-nulfile.Tpo $(DEPDIR)/libsox_la-nulfile.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2467-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2468:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-nulfile.lo `test -f 'nulfile.c' || echo '$(srcdir)/'`nulfile.c
sox-14.4.2+git20190427/src/Makefile.in-2469-
sox-14.4.2+git20190427/src/Makefile.in-2470-libsox_la-f4-fmt.lo: f4-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2471:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-f4-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-f4-fmt.Tpo -c -o libsox_la-f4-fmt.lo `test -f 'f4-fmt.c' || echo '$(srcdir)/'`f4-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2472-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-f4-fmt.Tpo $(DEPDIR)/libsox_la-f4-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2474-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2475:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-f4-fmt.lo `test -f 'f4-fmt.c' || echo '$(srcdir)/'`f4-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2476-
sox-14.4.2+git20190427/src/Makefile.in-2477-libsox_la-f8-fmt.lo: f8-fmt.c
sox-14.4.2+git20190427/src/Makefile.in:2478:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-f8-fmt.lo -MD -MP -MF $(DEPDIR)/libsox_la-f8-fmt.Tpo -c -o libsox_la-f8-fmt.lo `test -f 'f8-fmt.c' || echo '$(srcdir)/'`f8-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2479-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-f8-fmt.Tpo $(DEPDIR)/libsox_la-f8-fmt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2481-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2482:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-f8-fmt.lo `test -f 'f8-fmt.c' || echo '$(srcdir)/'`f8-fmt.c
sox-14.4.2+git20190427/src/Makefile.in-2483-
sox-14.4.2+git20190427/src/Makefile.in-2484-libsox_la-gsrt.lo: gsrt.c
sox-14.4.2+git20190427/src/Makefile.in:2485:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-gsrt.lo -MD -MP -MF $(DEPDIR)/libsox_la-gsrt.Tpo -c -o libsox_la-gsrt.lo `test -f 'gsrt.c' || echo '$(srcdir)/'`gsrt.c
sox-14.4.2+git20190427/src/Makefile.in-2486-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-gsrt.Tpo $(DEPDIR)/libsox_la-gsrt.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2488-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2489:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-gsrt.lo `test -f 'gsrt.c' || echo '$(srcdir)/'`gsrt.c
sox-14.4.2+git20190427/src/Makefile.in-2490-
sox-14.4.2+git20190427/src/Makefile.in-2491-libsox_la-alsa.lo: alsa.c
sox-14.4.2+git20190427/src/Makefile.in:2492:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-alsa.lo -MD -MP -MF $(DEPDIR)/libsox_la-alsa.Tpo -c -o libsox_la-alsa.lo `test -f 'alsa.c' || echo '$(srcdir)/'`alsa.c
sox-14.4.2+git20190427/src/Makefile.in-2493-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-alsa.Tpo $(DEPDIR)/libsox_la-alsa.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2495-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2496:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-alsa.lo `test -f 'alsa.c' || echo '$(srcdir)/'`alsa.c
sox-14.4.2+git20190427/src/Makefile.in-2497-
sox-14.4.2+git20190427/src/Makefile.in-2498-libsox_la-amr-nb.lo: amr-nb.c
sox-14.4.2+git20190427/src/Makefile.in:2499:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-amr-nb.lo -MD -MP -MF $(DEPDIR)/libsox_la-amr-nb.Tpo -c -o libsox_la-amr-nb.lo `test -f 'amr-nb.c' || echo '$(srcdir)/'`amr-nb.c
sox-14.4.2+git20190427/src/Makefile.in-2500-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-amr-nb.Tpo $(DEPDIR)/libsox_la-amr-nb.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2502-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2503:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-amr-nb.lo `test -f 'amr-nb.c' || echo '$(srcdir)/'`amr-nb.c
sox-14.4.2+git20190427/src/Makefile.in-2504-
sox-14.4.2+git20190427/src/Makefile.in-2505-libsox_la-amr-wb.lo: amr-wb.c
sox-14.4.2+git20190427/src/Makefile.in:2506:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-amr-wb.lo -MD -MP -MF $(DEPDIR)/libsox_la-amr-wb.Tpo -c -o libsox_la-amr-wb.lo `test -f 'amr-wb.c' || echo '$(srcdir)/'`amr-wb.c
sox-14.4.2+git20190427/src/Makefile.in-2507-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-amr-wb.Tpo $(DEPDIR)/libsox_la-amr-wb.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2509-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2510:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-amr-wb.lo `test -f 'amr-wb.c' || echo '$(srcdir)/'`amr-wb.c
sox-14.4.2+git20190427/src/Makefile.in-2511-
sox-14.4.2+git20190427/src/Makefile.in-2512-libsox_la-ao.lo: ao.c
sox-14.4.2+git20190427/src/Makefile.in:2513:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-ao.lo -MD -MP -MF $(DEPDIR)/libsox_la-ao.Tpo -c -o libsox_la-ao.lo `test -f 'ao.c' || echo '$(srcdir)/'`ao.c
sox-14.4.2+git20190427/src/Makefile.in-2514-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-ao.Tpo $(DEPDIR)/libsox_la-ao.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2516-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2517:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-ao.lo `test -f 'ao.c' || echo '$(srcdir)/'`ao.c
sox-14.4.2+git20190427/src/Makefile.in-2518-
sox-14.4.2+git20190427/src/Makefile.in-2519-libsox_la-coreaudio.lo: coreaudio.c
sox-14.4.2+git20190427/src/Makefile.in:2520:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-coreaudio.lo -MD -MP -MF $(DEPDIR)/libsox_la-coreaudio.Tpo -c -o libsox_la-coreaudio.lo `test -f 'coreaudio.c' || echo '$(srcdir)/'`coreaudio.c
sox-14.4.2+git20190427/src/Makefile.in-2521-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-coreaudio.Tpo $(DEPDIR)/libsox_la-coreaudio.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2523-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2524:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-coreaudio.lo `test -f 'coreaudio.c' || echo '$(srcdir)/'`coreaudio.c
sox-14.4.2+git20190427/src/Makefile.in-2525-
sox-14.4.2+git20190427/src/Makefile.in-2526-libsox_la-flac.lo: flac.c
sox-14.4.2+git20190427/src/Makefile.in:2527:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-flac.lo -MD -MP -MF $(DEPDIR)/libsox_la-flac.Tpo -c -o libsox_la-flac.lo `test -f 'flac.c' || echo '$(srcdir)/'`flac.c
sox-14.4.2+git20190427/src/Makefile.in-2528-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-flac.Tpo $(DEPDIR)/libsox_la-flac.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2530-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2531:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-flac.lo `test -f 'flac.c' || echo '$(srcdir)/'`flac.c
sox-14.4.2+git20190427/src/Makefile.in-2532-
sox-14.4.2+git20190427/src/Makefile.in-2533-libsox_la-gsm.lo: gsm.c
sox-14.4.2+git20190427/src/Makefile.in:2534:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-gsm.lo -MD -MP -MF $(DEPDIR)/libsox_la-gsm.Tpo -c -o libsox_la-gsm.lo `test -f 'gsm.c' || echo '$(srcdir)/'`gsm.c
sox-14.4.2+git20190427/src/Makefile.in-2535-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-gsm.Tpo $(DEPDIR)/libsox_la-gsm.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2537-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2538:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-gsm.lo `test -f 'gsm.c' || echo '$(srcdir)/'`gsm.c
sox-14.4.2+git20190427/src/Makefile.in-2539-
sox-14.4.2+git20190427/src/Makefile.in-2540-libsox_la-lpc10.lo: lpc10.c
sox-14.4.2+git20190427/src/Makefile.in:2541:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-lpc10.lo -MD -MP -MF $(DEPDIR)/libsox_la-lpc10.Tpo -c -o libsox_la-lpc10.lo `test -f 'lpc10.c' || echo '$(srcdir)/'`lpc10.c
sox-14.4.2+git20190427/src/Makefile.in-2542-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-lpc10.Tpo $(DEPDIR)/libsox_la-lpc10.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2544-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2545:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-lpc10.lo `test -f 'lpc10.c' || echo '$(srcdir)/'`lpc10.c
sox-14.4.2+git20190427/src/Makefile.in-2546-
sox-14.4.2+git20190427/src/Makefile.in-2547-libsox_la-mp3.lo: mp3.c
sox-14.4.2+git20190427/src/Makefile.in:2548:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-mp3.lo -MD -MP -MF $(DEPDIR)/libsox_la-mp3.Tpo -c -o libsox_la-mp3.lo `test -f 'mp3.c' || echo '$(srcdir)/'`mp3.c
sox-14.4.2+git20190427/src/Makefile.in-2549-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-mp3.Tpo $(DEPDIR)/libsox_la-mp3.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2551-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2552:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-mp3.lo `test -f 'mp3.c' || echo '$(srcdir)/'`mp3.c
sox-14.4.2+git20190427/src/Makefile.in-2553-
sox-14.4.2+git20190427/src/Makefile.in-2554-libsox_la-opus.lo: opus.c
sox-14.4.2+git20190427/src/Makefile.in:2555:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-opus.lo -MD -MP -MF $(DEPDIR)/libsox_la-opus.Tpo -c -o libsox_la-opus.lo `test -f 'opus.c' || echo '$(srcdir)/'`opus.c
sox-14.4.2+git20190427/src/Makefile.in-2556-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-opus.Tpo $(DEPDIR)/libsox_la-opus.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2559:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-opus.lo `test -f 'opus.c' || echo '$(srcdir)/'`opus.c
sox-14.4.2+git20190427/src/Makefile.in-2560-
sox-14.4.2+git20190427/src/Makefile.in-2561-libsox_la-oss.lo: oss.c
sox-14.4.2+git20190427/src/Makefile.in:2562:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-oss.lo -MD -MP -MF $(DEPDIR)/libsox_la-oss.Tpo -c -o libsox_la-oss.lo `test -f 'oss.c' || echo '$(srcdir)/'`oss.c
sox-14.4.2+git20190427/src/Makefile.in-2563-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-oss.Tpo $(DEPDIR)/libsox_la-oss.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2566:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-oss.lo `test -f 'oss.c' || echo '$(srcdir)/'`oss.c
sox-14.4.2+git20190427/src/Makefile.in-2567-
sox-14.4.2+git20190427/src/Makefile.in-2568-libsox_la-pulseaudio.lo: pulseaudio.c
sox-14.4.2+git20190427/src/Makefile.in:2569:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-pulseaudio.lo -MD -MP -MF $(DEPDIR)/libsox_la-pulseaudio.Tpo -c -o libsox_la-pulseaudio.lo `test -f 'pulseaudio.c' || echo '$(srcdir)/'`pulseaudio.c
sox-14.4.2+git20190427/src/Makefile.in-2570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-pulseaudio.Tpo $(DEPDIR)/libsox_la-pulseaudio.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2573:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-pulseaudio.lo `test -f 'pulseaudio.c' || echo '$(srcdir)/'`pulseaudio.c
sox-14.4.2+git20190427/src/Makefile.in-2574-
sox-14.4.2+git20190427/src/Makefile.in-2575-libsox_la-waveaudio.lo: waveaudio.c
sox-14.4.2+git20190427/src/Makefile.in:2576:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-waveaudio.lo -MD -MP -MF $(DEPDIR)/libsox_la-waveaudio.Tpo -c -o libsox_la-waveaudio.lo `test -f 'waveaudio.c' || echo '$(srcdir)/'`waveaudio.c
sox-14.4.2+git20190427/src/Makefile.in-2577-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-waveaudio.Tpo $(DEPDIR)/libsox_la-waveaudio.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2580:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-waveaudio.lo `test -f 'waveaudio.c' || echo '$(srcdir)/'`waveaudio.c
sox-14.4.2+git20190427/src/Makefile.in-2581-
sox-14.4.2+git20190427/src/Makefile.in-2582-libsox_la-sndio.lo: sndio.c
sox-14.4.2+git20190427/src/Makefile.in:2583:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-sndio.lo -MD -MP -MF $(DEPDIR)/libsox_la-sndio.Tpo -c -o libsox_la-sndio.lo `test -f 'sndio.c' || echo '$(srcdir)/'`sndio.c
sox-14.4.2+git20190427/src/Makefile.in-2584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sndio.Tpo $(DEPDIR)/libsox_la-sndio.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2587:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-sndio.lo `test -f 'sndio.c' || echo '$(srcdir)/'`sndio.c
sox-14.4.2+git20190427/src/Makefile.in-2588-
sox-14.4.2+git20190427/src/Makefile.in-2589-libsox_la-sunaudio.lo: sunaudio.c
sox-14.4.2+git20190427/src/Makefile.in:2590:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-sunaudio.lo -MD -MP -MF $(DEPDIR)/libsox_la-sunaudio.Tpo -c -o libsox_la-sunaudio.lo `test -f 'sunaudio.c' || echo '$(srcdir)/'`sunaudio.c
sox-14.4.2+git20190427/src/Makefile.in-2591-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sunaudio.Tpo $(DEPDIR)/libsox_la-sunaudio.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2594:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-sunaudio.lo `test -f 'sunaudio.c' || echo '$(srcdir)/'`sunaudio.c
sox-14.4.2+git20190427/src/Makefile.in-2595-
sox-14.4.2+git20190427/src/Makefile.in-2596-libsox_la-vorbis.lo: vorbis.c
sox-14.4.2+git20190427/src/Makefile.in:2597:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-vorbis.lo -MD -MP -MF $(DEPDIR)/libsox_la-vorbis.Tpo -c -o libsox_la-vorbis.lo `test -f 'vorbis.c' || echo '$(srcdir)/'`vorbis.c
sox-14.4.2+git20190427/src/Makefile.in-2598-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-vorbis.Tpo $(DEPDIR)/libsox_la-vorbis.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2601:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-vorbis.lo `test -f 'vorbis.c' || echo '$(srcdir)/'`vorbis.c
sox-14.4.2+git20190427/src/Makefile.in-2602-
sox-14.4.2+git20190427/src/Makefile.in-2603-libsox_la-wavpack.lo: wavpack.c
sox-14.4.2+git20190427/src/Makefile.in:2604:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-wavpack.lo -MD -MP -MF $(DEPDIR)/libsox_la-wavpack.Tpo -c -o libsox_la-wavpack.lo `test -f 'wavpack.c' || echo '$(srcdir)/'`wavpack.c
sox-14.4.2+git20190427/src/Makefile.in-2605-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-wavpack.Tpo $(DEPDIR)/libsox_la-wavpack.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2607-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2608:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-wavpack.lo `test -f 'wavpack.c' || echo '$(srcdir)/'`wavpack.c
sox-14.4.2+git20190427/src/Makefile.in-2609-
sox-14.4.2+git20190427/src/Makefile.in-2610-libsox_la-sndfile.lo: sndfile.c
sox-14.4.2+git20190427/src/Makefile.in:2611:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-sndfile.lo -MD -MP -MF $(DEPDIR)/libsox_la-sndfile.Tpo -c -o libsox_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2612-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sndfile.Tpo $(DEPDIR)/libsox_la-sndfile.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2615:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2616-
sox-14.4.2+git20190427/src/Makefile.in-2617-libsox_la-caf.lo: caf.c
sox-14.4.2+git20190427/src/Makefile.in:2618:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-caf.lo -MD -MP -MF $(DEPDIR)/libsox_la-caf.Tpo -c -o libsox_la-caf.lo `test -f 'caf.c' || echo '$(srcdir)/'`caf.c
sox-14.4.2+git20190427/src/Makefile.in-2619-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-caf.Tpo $(DEPDIR)/libsox_la-caf.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2621-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2622:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-caf.lo `test -f 'caf.c' || echo '$(srcdir)/'`caf.c
sox-14.4.2+git20190427/src/Makefile.in-2623-
sox-14.4.2+git20190427/src/Makefile.in-2624-libsox_la-mat4.lo: mat4.c
sox-14.4.2+git20190427/src/Makefile.in:2625:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-mat4.lo -MD -MP -MF $(DEPDIR)/libsox_la-mat4.Tpo -c -o libsox_la-mat4.lo `test -f 'mat4.c' || echo '$(srcdir)/'`mat4.c
sox-14.4.2+git20190427/src/Makefile.in-2626-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-mat4.Tpo $(DEPDIR)/libsox_la-mat4.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2629:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-mat4.lo `test -f 'mat4.c' || echo '$(srcdir)/'`mat4.c
sox-14.4.2+git20190427/src/Makefile.in-2630-
sox-14.4.2+git20190427/src/Makefile.in-2631-libsox_la-mat5.lo: mat5.c
sox-14.4.2+git20190427/src/Makefile.in:2632:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-mat5.lo -MD -MP -MF $(DEPDIR)/libsox_la-mat5.Tpo -c -o libsox_la-mat5.lo `test -f 'mat5.c' || echo '$(srcdir)/'`mat5.c
sox-14.4.2+git20190427/src/Makefile.in-2633-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-mat5.Tpo $(DEPDIR)/libsox_la-mat5.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2636:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-mat5.lo `test -f 'mat5.c' || echo '$(srcdir)/'`mat5.c
sox-14.4.2+git20190427/src/Makefile.in-2637-
sox-14.4.2+git20190427/src/Makefile.in-2638-libsox_la-paf.lo: paf.c
sox-14.4.2+git20190427/src/Makefile.in:2639:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-paf.lo -MD -MP -MF $(DEPDIR)/libsox_la-paf.Tpo -c -o libsox_la-paf.lo `test -f 'paf.c' || echo '$(srcdir)/'`paf.c
sox-14.4.2+git20190427/src/Makefile.in-2640-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-paf.Tpo $(DEPDIR)/libsox_la-paf.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2642-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2643:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-paf.lo `test -f 'paf.c' || echo '$(srcdir)/'`paf.c
sox-14.4.2+git20190427/src/Makefile.in-2644-
sox-14.4.2+git20190427/src/Makefile.in-2645-libsox_la-fap.lo: fap.c
sox-14.4.2+git20190427/src/Makefile.in:2646:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-fap.lo -MD -MP -MF $(DEPDIR)/libsox_la-fap.Tpo -c -o libsox_la-fap.lo `test -f 'fap.c' || echo '$(srcdir)/'`fap.c
sox-14.4.2+git20190427/src/Makefile.in-2647-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-fap.Tpo $(DEPDIR)/libsox_la-fap.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2650:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-fap.lo `test -f 'fap.c' || echo '$(srcdir)/'`fap.c
sox-14.4.2+git20190427/src/Makefile.in-2651-
sox-14.4.2+git20190427/src/Makefile.in-2652-libsox_la-w64.lo: w64.c
sox-14.4.2+git20190427/src/Makefile.in:2653:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-w64.lo -MD -MP -MF $(DEPDIR)/libsox_la-w64.Tpo -c -o libsox_la-w64.lo `test -f 'w64.c' || echo '$(srcdir)/'`w64.c
sox-14.4.2+git20190427/src/Makefile.in-2654-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-w64.Tpo $(DEPDIR)/libsox_la-w64.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2656-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2657:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-w64.lo `test -f 'w64.c' || echo '$(srcdir)/'`w64.c
sox-14.4.2+git20190427/src/Makefile.in-2658-
sox-14.4.2+git20190427/src/Makefile.in-2659-libsox_la-xi.lo: xi.c
sox-14.4.2+git20190427/src/Makefile.in:2660:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-xi.lo -MD -MP -MF $(DEPDIR)/libsox_la-xi.Tpo -c -o libsox_la-xi.lo `test -f 'xi.c' || echo '$(srcdir)/'`xi.c
sox-14.4.2+git20190427/src/Makefile.in-2661-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-xi.Tpo $(DEPDIR)/libsox_la-xi.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2663-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2664:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-xi.lo `test -f 'xi.c' || echo '$(srcdir)/'`xi.c
sox-14.4.2+git20190427/src/Makefile.in-2665-
sox-14.4.2+git20190427/src/Makefile.in-2666-libsox_la-pvf.lo: pvf.c
sox-14.4.2+git20190427/src/Makefile.in:2667:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-pvf.lo -MD -MP -MF $(DEPDIR)/libsox_la-pvf.Tpo -c -o libsox_la-pvf.lo `test -f 'pvf.c' || echo '$(srcdir)/'`pvf.c
sox-14.4.2+git20190427/src/Makefile.in-2668-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-pvf.Tpo $(DEPDIR)/libsox_la-pvf.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2670-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2671:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-pvf.lo `test -f 'pvf.c' || echo '$(srcdir)/'`pvf.c
sox-14.4.2+git20190427/src/Makefile.in-2672-
sox-14.4.2+git20190427/src/Makefile.in-2673-libsox_la-sd2.lo: sd2.c
sox-14.4.2+git20190427/src/Makefile.in:2674:@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) $(libsox_la_CFLAGS) $(CFLAGS) -MT libsox_la-sd2.lo -MD -MP -MF $(DEPDIR)/libsox_la-sd2.Tpo -c -o libsox_la-sd2.lo `test -f 'sd2.c' || echo '$(srcdir)/'`sd2.c
sox-14.4.2+git20190427/src/Makefile.in-2675-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_la-sd2.Tpo $(DEPDIR)/libsox_la-sd2.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2678:@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) $(libsox_la_CFLAGS) $(CFLAGS) -c -o libsox_la-sd2.lo `test -f 'sd2.c' || echo '$(srcdir)/'`sd2.c
sox-14.4.2+git20190427/src/Makefile.in-2679-
sox-14.4.2+git20190427/src/Makefile.in-2680-libsox_fmt_caf_la-caf.lo: caf.c
sox-14.4.2+git20190427/src/Makefile.in:2681:@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) $(libsox_fmt_caf_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_caf_la-caf.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_caf_la-caf.Tpo -c -o libsox_fmt_caf_la-caf.lo `test -f 'caf.c' || echo '$(srcdir)/'`caf.c
sox-14.4.2+git20190427/src/Makefile.in-2682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_caf_la-caf.Tpo $(DEPDIR)/libsox_fmt_caf_la-caf.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2685:@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) $(libsox_fmt_caf_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_caf_la-caf.lo `test -f 'caf.c' || echo '$(srcdir)/'`caf.c
sox-14.4.2+git20190427/src/Makefile.in-2686-
sox-14.4.2+git20190427/src/Makefile.in-2687-libsox_fmt_caf_la-sndfile.lo: sndfile.c
sox-14.4.2+git20190427/src/Makefile.in:2688:@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) $(libsox_fmt_caf_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_caf_la-sndfile.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_caf_la-sndfile.Tpo -c -o libsox_fmt_caf_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2689-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_caf_la-sndfile.Tpo $(DEPDIR)/libsox_fmt_caf_la-sndfile.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2692:@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) $(libsox_fmt_caf_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_caf_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2693-
sox-14.4.2+git20190427/src/Makefile.in-2694-libsox_fmt_fap_la-fap.lo: fap.c
sox-14.4.2+git20190427/src/Makefile.in:2695:@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) $(libsox_fmt_fap_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_fap_la-fap.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_fap_la-fap.Tpo -c -o libsox_fmt_fap_la-fap.lo `test -f 'fap.c' || echo '$(srcdir)/'`fap.c
sox-14.4.2+git20190427/src/Makefile.in-2696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_fap_la-fap.Tpo $(DEPDIR)/libsox_fmt_fap_la-fap.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2699:@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) $(libsox_fmt_fap_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_fap_la-fap.lo `test -f 'fap.c' || echo '$(srcdir)/'`fap.c
sox-14.4.2+git20190427/src/Makefile.in-2700-
sox-14.4.2+git20190427/src/Makefile.in-2701-libsox_fmt_fap_la-sndfile.lo: sndfile.c
sox-14.4.2+git20190427/src/Makefile.in:2702:@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) $(libsox_fmt_fap_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_fap_la-sndfile.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_fap_la-sndfile.Tpo -c -o libsox_fmt_fap_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_fap_la-sndfile.Tpo $(DEPDIR)/libsox_fmt_fap_la-sndfile.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2706:@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) $(libsox_fmt_fap_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_fap_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2707-
sox-14.4.2+git20190427/src/Makefile.in-2708-libsox_fmt_mat4_la-mat4.lo: mat4.c
sox-14.4.2+git20190427/src/Makefile.in:2709:@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) $(libsox_fmt_mat4_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_mat4_la-mat4.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_mat4_la-mat4.Tpo -c -o libsox_fmt_mat4_la-mat4.lo `test -f 'mat4.c' || echo '$(srcdir)/'`mat4.c
sox-14.4.2+git20190427/src/Makefile.in-2710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_mat4_la-mat4.Tpo $(DEPDIR)/libsox_fmt_mat4_la-mat4.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2713:@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) $(libsox_fmt_mat4_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_mat4_la-mat4.lo `test -f 'mat4.c' || echo '$(srcdir)/'`mat4.c
sox-14.4.2+git20190427/src/Makefile.in-2714-
sox-14.4.2+git20190427/src/Makefile.in-2715-libsox_fmt_mat4_la-sndfile.lo: sndfile.c
sox-14.4.2+git20190427/src/Makefile.in:2716:@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) $(libsox_fmt_mat4_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_mat4_la-sndfile.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_mat4_la-sndfile.Tpo -c -o libsox_fmt_mat4_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2717-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_mat4_la-sndfile.Tpo $(DEPDIR)/libsox_fmt_mat4_la-sndfile.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2719-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2720:@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) $(libsox_fmt_mat4_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_mat4_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2721-
sox-14.4.2+git20190427/src/Makefile.in-2722-libsox_fmt_mat5_la-mat5.lo: mat5.c
sox-14.4.2+git20190427/src/Makefile.in:2723:@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) $(libsox_fmt_mat5_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_mat5_la-mat5.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_mat5_la-mat5.Tpo -c -o libsox_fmt_mat5_la-mat5.lo `test -f 'mat5.c' || echo '$(srcdir)/'`mat5.c
sox-14.4.2+git20190427/src/Makefile.in-2724-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_mat5_la-mat5.Tpo $(DEPDIR)/libsox_fmt_mat5_la-mat5.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2727:@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) $(libsox_fmt_mat5_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_mat5_la-mat5.lo `test -f 'mat5.c' || echo '$(srcdir)/'`mat5.c
sox-14.4.2+git20190427/src/Makefile.in-2728-
sox-14.4.2+git20190427/src/Makefile.in-2729-libsox_fmt_mat5_la-sndfile.lo: sndfile.c
sox-14.4.2+git20190427/src/Makefile.in:2730:@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) $(libsox_fmt_mat5_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_mat5_la-sndfile.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_mat5_la-sndfile.Tpo -c -o libsox_fmt_mat5_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2731-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_mat5_la-sndfile.Tpo $(DEPDIR)/libsox_fmt_mat5_la-sndfile.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2733-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2734:@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) $(libsox_fmt_mat5_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_mat5_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2735-
sox-14.4.2+git20190427/src/Makefile.in-2736-libsox_fmt_opus_la-opus.lo: opus.c
sox-14.4.2+git20190427/src/Makefile.in:2737:@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) $(libsox_fmt_opus_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_opus_la-opus.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_opus_la-opus.Tpo -c -o libsox_fmt_opus_la-opus.lo `test -f 'opus.c' || echo '$(srcdir)/'`opus.c
sox-14.4.2+git20190427/src/Makefile.in-2738-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_opus_la-opus.Tpo $(DEPDIR)/libsox_fmt_opus_la-opus.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2740-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2741:@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) $(libsox_fmt_opus_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_opus_la-opus.lo `test -f 'opus.c' || echo '$(srcdir)/'`opus.c
sox-14.4.2+git20190427/src/Makefile.in-2742-
sox-14.4.2+git20190427/src/Makefile.in-2743-libsox_fmt_paf_la-paf.lo: paf.c
sox-14.4.2+git20190427/src/Makefile.in:2744:@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) $(libsox_fmt_paf_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_paf_la-paf.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_paf_la-paf.Tpo -c -o libsox_fmt_paf_la-paf.lo `test -f 'paf.c' || echo '$(srcdir)/'`paf.c
sox-14.4.2+git20190427/src/Makefile.in-2745-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_paf_la-paf.Tpo $(DEPDIR)/libsox_fmt_paf_la-paf.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2747-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2748:@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) $(libsox_fmt_paf_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_paf_la-paf.lo `test -f 'paf.c' || echo '$(srcdir)/'`paf.c
sox-14.4.2+git20190427/src/Makefile.in-2749-
sox-14.4.2+git20190427/src/Makefile.in-2750-libsox_fmt_paf_la-sndfile.lo: sndfile.c
sox-14.4.2+git20190427/src/Makefile.in:2751:@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) $(libsox_fmt_paf_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_paf_la-sndfile.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_paf_la-sndfile.Tpo -c -o libsox_fmt_paf_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2752-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_paf_la-sndfile.Tpo $(DEPDIR)/libsox_fmt_paf_la-sndfile.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2754-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2755:@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) $(libsox_fmt_paf_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_paf_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2756-
sox-14.4.2+git20190427/src/Makefile.in-2757-libsox_fmt_sndfile_la-sndfile.lo: sndfile.c
sox-14.4.2+git20190427/src/Makefile.in:2758:@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) $(libsox_fmt_sndfile_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_sndfile_la-sndfile.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_sndfile_la-sndfile.Tpo -c -o libsox_fmt_sndfile_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2759-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_sndfile_la-sndfile.Tpo $(DEPDIR)/libsox_fmt_sndfile_la-sndfile.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2761-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2762:@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) $(libsox_fmt_sndfile_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_sndfile_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2763-
sox-14.4.2+git20190427/src/Makefile.in-2764-libsox_fmt_w64_la-w64.lo: w64.c
sox-14.4.2+git20190427/src/Makefile.in:2765:@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) $(libsox_fmt_w64_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_w64_la-w64.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_w64_la-w64.Tpo -c -o libsox_fmt_w64_la-w64.lo `test -f 'w64.c' || echo '$(srcdir)/'`w64.c
sox-14.4.2+git20190427/src/Makefile.in-2766-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_w64_la-w64.Tpo $(DEPDIR)/libsox_fmt_w64_la-w64.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2768-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2769:@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) $(libsox_fmt_w64_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_w64_la-w64.lo `test -f 'w64.c' || echo '$(srcdir)/'`w64.c
sox-14.4.2+git20190427/src/Makefile.in-2770-
sox-14.4.2+git20190427/src/Makefile.in-2771-libsox_fmt_w64_la-sndfile.lo: sndfile.c
sox-14.4.2+git20190427/src/Makefile.in:2772:@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) $(libsox_fmt_w64_la_CFLAGS) $(CFLAGS) -MT libsox_fmt_w64_la-sndfile.lo -MD -MP -MF $(DEPDIR)/libsox_fmt_w64_la-sndfile.Tpo -c -o libsox_fmt_w64_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2773-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsox_fmt_w64_la-sndfile.Tpo $(DEPDIR)/libsox_fmt_w64_la-sndfile.Plo
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2775-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/src/Makefile.in:2776:@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) $(libsox_fmt_w64_la_CFLAGS) $(CFLAGS) -c -o libsox_fmt_w64_la-sndfile.lo `test -f 'sndfile.c' || echo '$(srcdir)/'`sndfile.c
sox-14.4.2+git20190427/src/Makefile.in-2777-
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2801-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
sox-14.4.2+git20190427/src/Makefile.in:2802:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
sox-14.4.2+git20190427/src/Makefile.in-2803-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2834-GTAGS:
sox-14.4.2+git20190427/src/Makefile.in:2835:	here=`$(am__cd) $(top_builddir) && pwd` \
sox-14.4.2+git20190427/src/Makefile.in-2836-	  && $(am__cd) $(top_srcdir) \
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2857-distdir: $(DISTFILES)
sox-14.4.2+git20190427/src/Makefile.in:2858:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/src/Makefile.in:2859:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/src/Makefile.in-2860-	list='$(DISTFILES)'; \
##############################################
sox-14.4.2+git20190427/src/Makefile.in-2871-	  if test -d $$d/$$file; then \
sox-14.4.2+git20190427/src/Makefile.in:2872:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sox-14.4.2+git20190427/src/Makefile.in-2873-	    if test -d "$(distdir)/$$file"; then \
##############################################
sox-14.4.2+git20190427/src/tests.sh-32-        --bindir=*)
sox-14.4.2+git20190427/src/tests.sh:33:        bindir=`echo $1 | sed 's/.*=//'`
sox-14.4.2+git20190427/src/tests.sh-34-        ;;
##############################################
sox-14.4.2+git20190427/src/tests.sh-41-        --builddir=*)
sox-14.4.2+git20190427/src/tests.sh:42:        builddir=`echo $1 | sed 's/.*=//'`
sox-14.4.2+git20190427/src/tests.sh-43-        ;;
##############################################
sox-14.4.2+git20190427/src/tests.sh-50-        --srcdir=*)
sox-14.4.2+git20190427/src/tests.sh:51:        srcdir=`echo $1 | sed 's/.*=//'`
sox-14.4.2+git20190427/src/tests.sh-52-        ;;
##############################################
sox-14.4.2+git20190427/src/tests.sh-89-      if [ "${skip}x" != "x" ] ; then
sox-14.4.2+git20190427/src/tests.sh:90:        format1_skip=`echo ${skip} | grep ${format1}`
sox-14.4.2+git20190427/src/tests.sh:91:        from_skip=`echo ${skip} | grep ${1}`
sox-14.4.2+git20190427/src/tests.sh-92-      fi
##############################################
sox-14.4.2+git20190427/src/tests.sh-98-        execute ${bindir}/sox${EXEEXT} $verbose -RD -r $rate -c $channels $format2Flags intermediate.$format2Ext $format1Flags output.$format1Ext
sox-14.4.2+git20190427/src/tests.sh:99:        intermediateReference=vectors/intermediate`echo "$channels $rate $format1Flags $format1Ext $format2Flags"|tr " " "_"`.$format2Ext
sox-14.4.2+git20190427/src/tests.sh-100-
##############################################
sox-14.4.2+git20190427/src/tests.sh-112-          fi
sox-14.4.2+git20190427/src/tests.sh:113:	  vectors=`expr $vectors + 1`
sox-14.4.2+git20190427/src/tests.sh-114-        fi
##############################################
sox-14.4.2+git20190427/src/tests.sh-186-timeIO () {
sox-14.4.2+git20190427/src/tests.sh:187:  $time ${bindir}/sox${EXEEXT} -c $channels -r $rate -n tmp.sox synth $samples's' saw 0:`expr $rate / 2` noise brown vol .9 2> tmp.write
sox-14.4.2+git20190427/src/tests.sh-188-  echo TIME synth channels=$channels samples=$samples `stderr_time tmp.write`s
##############################################
sox-14.4.2+git20190427/src/tests.sh-191-      if [ "${skip}x" != "x" ] ; then
sox-14.4.2+git20190427/src/tests.sh:192:        from_skip=`echo ${skip} | grep ${1}`
sox-14.4.2+git20190427/src/tests.sh-193-      fi
##############################################
sox-14.4.2+git20190427/src/tests.sh-197-        ($time ${bindir}/sox${EXEEXT} $verbose -t $1 -c $channels -r $rate - -t sox /dev/null 2> tmp.write)
sox-14.4.2+git20190427/src/tests.sh:198:        echo "TIME `printf %4s $formatText` write=`stderr_time tmp.write`s read=`stderr_time tmp.read`s"
sox-14.4.2+git20190427/src/tests.sh-199-      fi
##############################################
sox-14.4.2+git20190427/config.guess-34-
sox-14.4.2+git20190427/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
sox-14.4.2+git20190427/config.guess-36-
##############################################
sox-14.4.2+git20190427/config.guess-102-: ${TMPDIR=/tmp} ;
sox-14.4.2+git20190427/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
sox-14.4.2+git20190427/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
sox-14.4.2+git20190427/config.guess-151-	EOF
sox-14.4.2+git20190427/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
sox-14.4.2+git20190427/config.guess-153-	;;
##############################################
sox-14.4.2+git20190427/config.guess-209-	    *)
sox-14.4.2+git20190427/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
sox-14.4.2+git20190427/config.guess-211-		;;
##############################################
sox-14.4.2+git20190427/config.guess-240-	*4.0)
sox-14.4.2+git20190427/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
sox-14.4.2+git20190427/config.guess-242-		;;
sox-14.4.2+git20190427/config.guess-243-	*5.*)
sox-14.4.2+git20190427/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
sox-14.4.2+git20190427/config.guess-245-		;;
##############################################
sox-14.4.2+git20190427/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
sox-14.4.2+git20190427/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
sox-14.4.2+git20190427/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
sox-14.4.2+git20190427/config.guess-288-	# 1.2 uses "1.2" for uname -r.
sox-14.4.2+git20190427/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
sox-14.4.2+git20190427/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
sox-14.4.2+git20190427/config.guess-348-    s390x:SunOS:*:*)
sox-14.4.2+git20190427/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sox-14.4.2+git20190427/config.guess-350-	exit ;;
sox-14.4.2+git20190427/config.guess-351-    sun4H:SunOS:5.*:*)
sox-14.4.2+git20190427/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sox-14.4.2+git20190427/config.guess-353-	exit ;;
sox-14.4.2+git20190427/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
sox-14.4.2+git20190427/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sox-14.4.2+git20190427/config.guess-356-	exit ;;
##############################################
sox-14.4.2+git20190427/config.guess-373-	fi
sox-14.4.2+git20190427/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sox-14.4.2+git20190427/config.guess-375-	exit ;;
##############################################
sox-14.4.2+git20190427/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
sox-14.4.2+git20190427/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sox-14.4.2+git20190427/config.guess-381-	exit ;;
##############################################
sox-14.4.2+git20190427/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
sox-14.4.2+git20190427/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
sox-14.4.2+git20190427/config.guess-390-	exit ;;
##############################################
sox-14.4.2+git20190427/config.guess-394-    sun*:*:4.2BSD:*)
sox-14.4.2+git20190427/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
sox-14.4.2+git20190427/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
sox-14.4.2+git20190427/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
sox-14.4.2+git20190427/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
sox-14.4.2+git20190427/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
sox-14.4.2+git20190427/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
sox-14.4.2+git20190427/config.guess-532-    *:IRIX*:*:*)
sox-14.4.2+git20190427/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
sox-14.4.2+git20190427/config.guess-534-	exit ;;
##############################################
sox-14.4.2+git20190427/config.guess-562-EOF
sox-14.4.2+git20190427/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
sox-14.4.2+git20190427/config.guess-564-		then
##############################################
sox-14.4.2+git20190427/config.guess-575-    *:AIX:*:[4567])
sox-14.4.2+git20190427/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
sox-14.4.2+git20190427/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
sox-14.4.2+git20190427/config.guess-610-    9000/[34678]??:HP-UX:*:*)
sox-14.4.2+git20190427/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sox-14.4.2+git20190427/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
sox-14.4.2+git20190427/config.guess-664-EOF
sox-14.4.2+git20190427/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
sox-14.4.2+git20190427/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
sox-14.4.2+git20190427/config.guess-692-    ia64:HP-UX:*:*)
sox-14.4.2+git20190427/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
sox-14.4.2+git20190427/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
sox-14.4.2+git20190427/config.guess-722-EOF
sox-14.4.2+git20190427/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
sox-14.4.2+git20190427/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
sox-14.4.2+git20190427/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sox-14.4.2+git20190427/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
sox-14.4.2+git20190427/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sox-14.4.2+git20190427/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
sox-14.4.2+git20190427/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
sox-14.4.2+git20190427/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sox-14.4.2+git20190427/config.guess-814-	    amd64)
sox-14.4.2+git20190427/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sox-14.4.2+git20190427/config.guess-816-	    *)
sox-14.4.2+git20190427/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
sox-14.4.2+git20190427/config.guess-818-	esac
##############################################
sox-14.4.2+git20190427/config.guess-872-    prep*:SunOS:5.*:*)
sox-14.4.2+git20190427/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
sox-14.4.2+git20190427/config.guess-874-	exit ;;
##############################################
sox-14.4.2+git20190427/config.guess-876-	# the GNU system
sox-14.4.2+git20190427/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
sox-14.4.2+git20190427/config.guess-878-	exit ;;
##############################################
sox-14.4.2+git20190427/config.guess-880-	# other systems with GNU libc and userland
sox-14.4.2+git20190427/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
sox-14.4.2+git20190427/config.guess-882-	exit ;;
##############################################
sox-14.4.2+git20190427/config.guess-968-EOF
sox-14.4.2+git20190427/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
sox-14.4.2+git20190427/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
sox-14.4.2+git20190427/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
sox-14.4.2+git20190427/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
sox-14.4.2+git20190427/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
sox-14.4.2+git20190427/config.guess-1262-	fi
sox-14.4.2+git20190427/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
sox-14.4.2+git20190427/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
sox-14.4.2+git20190427/config.guess-1347-    *:DragonFly:*:*)
sox-14.4.2+git20190427/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
sox-14.4.2+git20190427/config.guess-1349-	exit ;;
##############################################
sox-14.4.2+git20190427/config.guess-1360-    i*86:skyos:*:*)
sox-14.4.2+git20190427/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
sox-14.4.2+git20190427/config.guess-1362-	exit ;;
##############################################
sox-14.4.2+git20190427/depcomp-64-  case $1 in
sox-14.4.2+git20190427/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
sox-14.4.2+git20190427/depcomp-66-      *) dir=;;
##############################################
sox-14.4.2+git20190427/depcomp-73-{
sox-14.4.2+git20190427/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
sox-14.4.2+git20190427/depcomp-75-}
##############################################
sox-14.4.2+git20190427/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
sox-14.4.2+git20190427/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
sox-14.4.2+git20190427/depcomp-128-
##############################################
sox-14.4.2+git20190427/depcomp-405-        sleep 1
sox-14.4.2+git20190427/depcomp:406:        i=`expr $i - 1`
sox-14.4.2+git20190427/depcomp-407-      done
sox-14.4.2+git20190427/depcomp-408-    fi
sox-14.4.2+git20190427/depcomp:409:    i=`expr $i - 1`
sox-14.4.2+git20190427/depcomp-410-  done
##############################################
sox-14.4.2+git20190427/depcomp-425-  # Do two passes, one to just change these to
sox-14.4.2+git20190427/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
sox-14.4.2+git20190427/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
sox-14.4.2+git20190427/depcomp-659-  done
sox-14.4.2+git20190427/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
sox-14.4.2+git20190427/depcomp-661-  touch "$tmpdepfile"
##############################################
sox-14.4.2+git20190427/msvc9/Makefile.in-39-  { \
sox-14.4.2+git20190427/msvc9/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sox-14.4.2+git20190427/msvc9/Makefile.in-41-  }; \
##############################################
sox-14.4.2+git20190427/msvc9/Makefile.in-369-distdir: $(DISTFILES)
sox-14.4.2+git20190427/msvc9/Makefile.in:370:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/msvc9/Makefile.in:371:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/msvc9/Makefile.in-372-	list='$(DISTFILES)'; \
##############################################
sox-14.4.2+git20190427/msvc9/Makefile.in-383-	  if test -d $$d/$$file; then \
sox-14.4.2+git20190427/msvc9/Makefile.in:384:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sox-14.4.2+git20190427/msvc9/Makefile.in-385-	    if test -d "$(distdir)/$$file"; then \
##############################################
sox-14.4.2+git20190427/install-sh-229-      fi
sox-14.4.2+git20190427/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
sox-14.4.2+git20190427/install-sh-231-    *)
##############################################
sox-14.4.2+git20190427/install-sh-276-      dstdir=$dst
sox-14.4.2+git20190427/install-sh:277:      dst=$dstdir/`basename "$src"`
sox-14.4.2+git20190427/install-sh-278-      dstdir_status=0
##############################################
sox-14.4.2+git20190427/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
sox-14.4.2+git20190427/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
sox-14.4.2+git20190427/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
sox-14.4.2+git20190427/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
sox-14.4.2+git20190427/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
sox-14.4.2+git20190427/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
sox-14.4.2+git20190427/install-sh-425-	    case $prefix in
sox-14.4.2+git20190427/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
sox-14.4.2+git20190427/install-sh-427-	      *) qprefix=$prefix;;
##############################################
sox-14.4.2+git20190427/install-sh-474-    if $copy_on_change &&
sox-14.4.2+git20190427/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
sox-14.4.2+git20190427/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
sox-14.4.2+git20190427/install-sh-477-
##############################################
sox-14.4.2+git20190427/msvc10/Makefile.in-39-  { \
sox-14.4.2+git20190427/msvc10/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sox-14.4.2+git20190427/msvc10/Makefile.in-41-  }; \
##############################################
sox-14.4.2+git20190427/msvc10/Makefile.in-370-distdir: $(DISTFILES)
sox-14.4.2+git20190427/msvc10/Makefile.in:371:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/msvc10/Makefile.in:372:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/msvc10/Makefile.in-373-	list='$(DISTFILES)'; \
##############################################
sox-14.4.2+git20190427/msvc10/Makefile.in-384-	  if test -d $$d/$$file; then \
sox-14.4.2+git20190427/msvc10/Makefile.in:385:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sox-14.4.2+git20190427/msvc10/Makefile.in-386-	    if test -d "$(distdir)/$$file"; then \
##############################################
sox-14.4.2+git20190427/configure.ac-167-    AC_MSG_CHECKING([gcc version])
sox-14.4.2+git20190427/configure.ac:168:    gccver=`$CC -dumpversion`
sox-14.4.2+git20190427/configure.ac-169-    AC_MSG_RESULT($gccver)
##############################################
sox-14.4.2+git20190427/configure.ac-270-  AC_MSG_CHECKING([for libtool version])
sox-14.4.2+git20190427/configure.ac:271:  lt_version="`grep '^VERSION' $srcdir/ltmain.sh | sed -e 's/VERSION\=//g;s/ .*//g;s/"//g'`"
sox-14.4.2+git20190427/configure.ac-272-  AS_VERSION_COMPARE([$lt_version], [2.4],
##############################################
sox-14.4.2+git20190427/ltmain.sh-167-{
sox-14.4.2+git20190427/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
sox-14.4.2+git20190427/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-179-{
sox-14.4.2+git20190427/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
sox-14.4.2+git20190427/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
sox-14.4.2+git20190427/ltmain.sh-198-    # Extract subdirectory from the argument.
sox-14.4.2+git20190427/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
sox-14.4.2+git20190427/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-204-    fi
sox-14.4.2+git20190427/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
sox-14.4.2+git20190427/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
sox-14.4.2+git20190427/ltmain.sh-217-    case ${2} in
sox-14.4.2+git20190427/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
sox-14.4.2+git20190427/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
sox-14.4.2+git20190427/ltmain.sh-220-    esac
##############################################
sox-14.4.2+git20190427/ltmain.sh-380-     progdir=$func_dirname_result
sox-14.4.2+git20190427/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
sox-14.4.2+git20190427/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
sox-14.4.2+git20190427/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
sox-14.4.2+git20190427/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
sox-14.4.2+git20190427/ltmain.sh-419-bs='\\'
##############################################
sox-14.4.2+git20190427/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
sox-14.4.2+git20190427/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
sox-14.4.2+git20190427/ltmain.sh-533-      done
sox-14.4.2+git20190427/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
sox-14.4.2+git20190427/ltmain.sh-535-
##############################################
sox-14.4.2+git20190427/ltmain.sh-566-      # If mktemp works, use that first and foremost
sox-14.4.2+git20190427/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-568-
##############################################
sox-14.4.2+git20190427/ltmain.sh-597-      *[\\\`\"\$]*)
sox-14.4.2+git20190427/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
sox-14.4.2+git20190427/ltmain.sh-599-      *)
##############################################
sox-14.4.2+git20190427/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
sox-14.4.2+git20190427/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
sox-14.4.2+git20190427/ltmain.sh-704-    ;;
##############################################
sox-14.4.2+git20190427/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
sox-14.4.2+git20190427/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
sox-14.4.2+git20190427/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
sox-14.4.2+git20190427/ltmain.sh-772-	p
##############################################
sox-14.4.2+git20190427/ltmain.sh-803-
sox-14.4.2+git20190427/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
sox-14.4.2+git20190427/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
sox-14.4.2+git20190427/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
sox-14.4.2+git20190427/ltmain.sh-816-
sox-14.4.2+git20190427/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
sox-14.4.2+git20190427/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
sox-14.4.2+git20190427/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
sox-14.4.2+git20190427/ltmain.sh-862-{
sox-14.4.2+git20190427/ltmain.sh:863:    func_arith_result=`expr "${@}"`
sox-14.4.2+git20190427/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
sox-14.4.2+git20190427/ltmain.sh-870-{
sox-14.4.2+git20190427/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
sox-14.4.2+git20190427/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
sox-14.4.2+git20190427/ltmain.sh-877-{
sox-14.4.2+git20190427/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
sox-14.4.2+git20190427/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
sox-14.4.2+git20190427/ltmain.sh-884-{
sox-14.4.2+git20190427/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
sox-14.4.2+git20190427/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
sox-14.4.2+git20190427/ltmain.sh-968-	# quotes we have to do it in 2 steps:
sox-14.4.2+git20190427/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
sox-14.4.2+git20190427/ltmain.sh-970-	eval "$extractedcf"
##############################################
sox-14.4.2+git20190427/ltmain.sh-1382-      done
sox-14.4.2+git20190427/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
sox-14.4.2+git20190427/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
sox-14.4.2+git20190427/ltmain.sh-1385-      case $@ in
##############################################
sox-14.4.2+git20190427/ltmain.sh-1395-	    # Evaluate the configuration.
sox-14.4.2+git20190427/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
sox-14.4.2+git20190427/ltmain.sh-1397-	    CC_quoted=
##############################################
sox-14.4.2+git20190427/ltmain.sh-1401-	    done
sox-14.4.2+git20190427/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
sox-14.4.2+git20190427/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
sox-14.4.2+git20190427/ltmain.sh-1404-	    case "$@ " in
##############################################
sox-14.4.2+git20190427/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
sox-14.4.2+git20190427/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
sox-14.4.2+git20190427/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-1721-    # LT_CYGPATH in this case.
sox-14.4.2+git20190427/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
sox-14.4.2+git20190427/ltmain.sh-1723-  fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
sox-14.4.2+git20190427/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
sox-14.4.2+git20190427/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
sox-14.4.2+git20190427/ltmain.sh-2060-    *.[cCFSifmso] | \
sox-14.4.2+git20190427/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
sox-14.4.2+git20190427/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
sox-14.4.2+git20190427/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
sox-14.4.2+git20190427/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
sox-14.4.2+git20190427/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
sox-14.4.2+git20190427/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
sox-14.4.2+git20190427/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-2158-
##############################################
sox-14.4.2+git20190427/ltmain.sh-2204-      if test "$need_locks" = warn &&
sox-14.4.2+git20190427/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
sox-14.4.2+git20190427/ltmain.sh-2206-	$ECHO "\
sox-14.4.2+git20190427/ltmain.sh-2207-*** ERROR, $lockfile contains:
sox-14.4.2+git20190427/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-2209-
##############################################
sox-14.4.2+git20190427/ltmain.sh-2253-      if test "$need_locks" = warn &&
sox-14.4.2+git20190427/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
sox-14.4.2+git20190427/ltmain.sh-2255-	$ECHO "\
sox-14.4.2+git20190427/ltmain.sh-2256-*** ERROR, $lockfile contains:
sox-14.4.2+git20190427/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-2258-
##############################################
sox-14.4.2+git20190427/ltmain.sh-2548-	  test -n "$library_names" && \
sox-14.4.2+git20190427/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
sox-14.4.2+git20190427/ltmain.sh-2550-	  continue
##############################################
sox-14.4.2+git20190427/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
sox-14.4.2+git20190427/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
sox-14.4.2+git20190427/ltmain.sh-2561-	  fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-2577-      # Get the absolute pathname.
sox-14.4.2+git20190427/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
sox-14.4.2+git20190427/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
sox-14.4.2+git20190427/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
sox-14.4.2+git20190427/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
sox-14.4.2+git20190427/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
sox-14.4.2+git20190427/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
sox-14.4.2+git20190427/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
sox-14.4.2+git20190427/ltmain.sh-2959-
##############################################
sox-14.4.2+git20190427/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
sox-14.4.2+git20190427/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
sox-14.4.2+git20190427/ltmain.sh-2972-	  else
sox-14.4.2+git20190427/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
sox-14.4.2+git20190427/ltmain.sh-2974-	  fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-3130-	    fi
sox-14.4.2+git20190427/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
sox-14.4.2+git20190427/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
sox-14.4.2+git20190427/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
sox-14.4.2+git20190427/ltmain.sh-3134-	      finalize=no
##############################################
sox-14.4.2+git20190427/ltmain.sh-3149-	        # Replace the output file specification.
sox-14.4.2+git20190427/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
sox-14.4.2+git20190427/ltmain.sh-3151-
##############################################
sox-14.4.2+git20190427/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
sox-14.4.2+git20190427/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
sox-14.4.2+git20190427/ltmain.sh-3170-	  fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-3241-    my_pic_p="${3-no}"
sox-14.4.2+git20190427/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
sox-14.4.2+git20190427/ltmain.sh-3243-    my_dlsyms=
##############################################
sox-14.4.2+git20190427/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
sox-14.4.2+git20190427/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
sox-14.4.2+git20190427/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
sox-14.4.2+git20190427/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
sox-14.4.2+git20190427/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
sox-14.4.2+git20190427/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
sox-14.4.2+git20190427/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
sox-14.4.2+git20190427/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
sox-14.4.2+git20190427/ltmain.sh-3509-	  else
sox-14.4.2+git20190427/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sox-14.4.2+git20190427/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sox-14.4.2+git20190427/ltmain.sh-3512-	  fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-3514-	*)
sox-14.4.2+git20190427/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sox-14.4.2+git20190427/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
sox-14.4.2+git20190427/ltmain.sh-3517-	  ;;
##############################################
sox-14.4.2+git20190427/ltmain.sh-3529-      # Nullify the symbol file.
sox-14.4.2+git20190427/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
sox-14.4.2+git20190427/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
sox-14.4.2+git20190427/ltmain.sh-3532-    fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-3545-  win32_libid_type="unknown"
sox-14.4.2+git20190427/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-3547-  case $win32_fileres in
##############################################
sox-14.4.2+git20190427/ltmain.sh-3596-  $opt_debug
sox-14.4.2+git20190427/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
sox-14.4.2+git20190427/ltmain.sh-3598-}
##############################################
sox-14.4.2+git20190427/ltmain.sh-3613-  $opt_debug
sox-14.4.2+git20190427/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
sox-14.4.2+git20190427/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
sox-14.4.2+git20190427/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
sox-14.4.2+git20190427/ltmain.sh:3669:  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)$'`
sox-14.4.2+git20190427/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
sox-14.4.2+git20190427/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
sox-14.4.2+git20190427/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
sox-14.4.2+git20190427/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
sox-14.4.2+git20190427/ltmain.sh-3700-    # binutils import library
sox-14.4.2+git20190427/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
sox-14.4.2+git20190427/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
sox-14.4.2+git20190427/ltmain.sh-3703-    # ms-generated import library
sox-14.4.2+git20190427/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
sox-14.4.2+git20190427/ltmain.sh-3705-  else
##############################################
sox-14.4.2+git20190427/ltmain.sh-3780-	  darwin_curdir=`pwd`
sox-14.4.2+git20190427/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
sox-14.4.2+git20190427/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
sox-14.4.2+git20190427/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
sox-14.4.2+git20190427/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
sox-14.4.2+git20190427/ltmain.sh-3785-	    darwin_arch=
##############################################
sox-14.4.2+git20190427/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
sox-14.4.2+git20190427/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
sox-14.4.2+git20190427/ltmain.sh-3797-	    darwin_file=
##############################################
sox-14.4.2+git20190427/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
sox-14.4.2+git20190427/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
sox-14.4.2+git20190427/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
sox-14.4.2+git20190427/ltmain.sh-3814-      esac
sox-14.4.2+git20190427/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
sox-14.4.2+git20190427/ltmain.sh-3816-    done
##############################################
sox-14.4.2+git20190427/ltmain.sh-3885-
sox-14.4.2+git20190427/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
sox-14.4.2+git20190427/ltmain.sh-3887-    $ECHO "\
##############################################
sox-14.4.2+git20190427/ltmain.sh-3920-    --lt-dump-script)
sox-14.4.2+git20190427/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
sox-14.4.2+git20190427/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
sox-14.4.2+git20190427/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
sox-14.4.2+git20190427/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
sox-14.4.2+git20190427/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
sox-14.4.2+git20190427/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
sox-14.4.2+git20190427/ltmain.sh-3949-  done
##############################################
sox-14.4.2+git20190427/ltmain.sh-4005-  # Find the directory that this script lives in.
sox-14.4.2+git20190427/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
sox-14.4.2+git20190427/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
sox-14.4.2+git20190427/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
sox-14.4.2+git20190427/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
sox-14.4.2+git20190427/ltmain.sh-4011-  while test -n \"\$file\"; do
sox-14.4.2+git20190427/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
sox-14.4.2+git20190427/ltmain.sh-4013-
##############################################
sox-14.4.2+git20190427/ltmain.sh-4021-
sox-14.4.2+git20190427/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
sox-14.4.2+git20190427/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
sox-14.4.2+git20190427/ltmain.sh-4024-  done
##############################################
sox-14.4.2+git20190427/ltmain.sh-4035-    case \"\$thisdir\" in
sox-14.4.2+git20190427/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
sox-14.4.2+git20190427/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
sox-14.4.2+git20190427/ltmain.sh-4041-  # Try to get the absolute directory name.
sox-14.4.2+git20190427/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
sox-14.4.2+git20190427/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
sox-14.4.2+git20190427/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
sox-14.4.2+git20190427/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
sox-14.4.2+git20190427/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
sox-14.4.2+git20190427/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
sox-14.4.2+git20190427/ltmain.sh-4068-      else
##############################################
sox-14.4.2+git20190427/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
sox-14.4.2+git20190427/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
sox-14.4.2+git20190427/ltmain.sh-4112-
##############################################
sox-14.4.2+git20190427/ltmain.sh-5085-    $opt_debug
sox-14.4.2+git20190427/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
sox-14.4.2+git20190427/ltmain.sh-5087-    *import*) : ;;
##############################################
sox-14.4.2+git20190427/ltmain.sh-5307-	    moreargs=
sox-14.4.2+git20190427/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
sox-14.4.2+git20190427/ltmain.sh-5309-	    do
##############################################
sox-14.4.2+git20190427/ltmain.sh-5563-	*)
sox-14.4.2+git20190427/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
sox-14.4.2+git20190427/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
sox-14.4.2+git20190427/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
sox-14.4.2+git20190427/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
sox-14.4.2+git20190427/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
sox-14.4.2+git20190427/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
sox-14.4.2+git20190427/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
sox-14.4.2+git20190427/ltmain.sh-6018-    else
##############################################
sox-14.4.2+git20190427/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
sox-14.4.2+git20190427/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sox-14.4.2+git20190427/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
sox-14.4.2+git20190427/ltmain.sh-6391-	else
sox-14.4.2+git20190427/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
sox-14.4.2+git20190427/ltmain.sh-6393-	fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
sox-14.4.2+git20190427/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
sox-14.4.2+git20190427/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
sox-14.4.2+git20190427/ltmain.sh-6428-	fi
sox-14.4.2+git20190427/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sox-14.4.2+git20190427/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
sox-14.4.2+git20190427/ltmain.sh-6501-	*)
sox-14.4.2+git20190427/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
sox-14.4.2+git20190427/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-6754-	    shift
sox-14.4.2+git20190427/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
sox-14.4.2+git20190427/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
sox-14.4.2+git20190427/ltmain.sh-7046-		*)
sox-14.4.2+git20190427/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
sox-14.4.2+git20190427/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-7057-		  depdepl=
sox-14.4.2+git20190427/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
sox-14.4.2+git20190427/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
sox-14.4.2+git20190427/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
sox-14.4.2+git20190427/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
sox-14.4.2+git20190427/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
sox-14.4.2+git20190427/ltmain.sh-7068-                      fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-7079-		else
sox-14.4.2+git20190427/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
sox-14.4.2+git20190427/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
sox-14.4.2+git20190427/ltmain.sh-7102-	else
sox-14.4.2+git20190427/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sox-14.4.2+git20190427/ltmain.sh-7104-	fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-7251-	test "$module" = no && \
sox-14.4.2+git20190427/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
sox-14.4.2+git20190427/ltmain.sh-7253-
##############################################
sox-14.4.2+git20190427/ltmain.sh-7386-	if test "$age" -gt "$current"; then
sox-14.4.2+git20190427/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
sox-14.4.2+git20190427/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
sox-14.4.2+git20190427/ltmain.sh-7547-	removelist=
sox-14.4.2+git20190427/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
sox-14.4.2+git20190427/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
sox-14.4.2+git20190427/ltmain.sh-7573-	# Transform .lo files to .o files.
sox-14.4.2+git20190427/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
sox-14.4.2+git20190427/ltmain.sh-7575-      fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-7578-      #for path in $notinst_path; do
sox-14.4.2+git20190427/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
sox-14.4.2+git20190427/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
sox-14.4.2+git20190427/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
sox-14.4.2+git20190427/ltmain.sh-7582-      #done
##############################################
sox-14.4.2+git20190427/ltmain.sh-7699-		if test -n "$i" ; then
sox-14.4.2+git20190427/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
sox-14.4.2+git20190427/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
sox-14.4.2+git20190427/ltmain.sh-7702-		  set dummy $deplib_matches; shift
sox-14.4.2+git20190427/ltmain.sh-7703-		  deplib_match=$1
sox-14.4.2+git20190427/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
sox-14.4.2+git20190427/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
sox-14.4.2+git20190427/ltmain.sh-7742-		  if test -n "$i" ; then
sox-14.4.2+git20190427/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
sox-14.4.2+git20190427/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
sox-14.4.2+git20190427/ltmain.sh-7745-		    set dummy $deplib_matches; shift
sox-14.4.2+git20190427/ltmain.sh-7746-		    deplib_match=$1
sox-14.4.2+git20190427/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
sox-14.4.2+git20190427/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
sox-14.4.2+git20190427/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
sox-14.4.2+git20190427/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sox-14.4.2+git20190427/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
sox-14.4.2+git20190427/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
sox-14.4.2+git20190427/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
sox-14.4.2+git20190427/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
sox-14.4.2+git20190427/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
sox-14.4.2+git20190427/ltmain.sh-7796-		else
##############################################
sox-14.4.2+git20190427/ltmain.sh-7802-		    shopt -s nocaseglob
sox-14.4.2+git20190427/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-7804-		    $nocaseglob
sox-14.4.2+git20190427/ltmain.sh-7805-		  else
sox-14.4.2+git20190427/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-7807-		  fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
sox-14.4.2+git20190427/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
sox-14.4.2+git20190427/ltmain.sh-7822-			case $potliblink in
sox-14.4.2+git20190427/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
sox-14.4.2+git20190427/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
sox-14.4.2+git20190427/ltmain.sh-7825-			esac
##############################################
sox-14.4.2+git20190427/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
sox-14.4.2+git20190427/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
sox-14.4.2+git20190427/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
sox-14.4.2+git20190427/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
sox-14.4.2+git20190427/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
sox-14.4.2+git20190427/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
sox-14.4.2+git20190427/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
sox-14.4.2+git20190427/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
sox-14.4.2+git20190427/ltmain.sh-7915-	  newdeplibs=""
sox-14.4.2+git20190427/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
sox-14.4.2+git20190427/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
sox-14.4.2+git20190427/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
sox-14.4.2+git20190427/ltmain.sh-7921-	    done
##############################################
sox-14.4.2+git20190427/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
sox-14.4.2+git20190427/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
sox-14.4.2+git20190427/ltmain.sh-7947-	  ;;
##############################################
sox-14.4.2+git20190427/ltmain.sh-7997-	*-*-darwin*)
sox-14.4.2+git20190427/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sox-14.4.2+git20190427/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sox-14.4.2+git20190427/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sox-14.4.2+git20190427/ltmain.sh-8001-	  ;;
##############################################
sox-14.4.2+git20190427/ltmain.sh-8124-	# Use standard objects if they are pic
sox-14.4.2+git20190427/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
sox-14.4.2+git20190427/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
sox-14.4.2+git20190427/ltmain.sh-8139-	    # exporting using user supplied symfile
sox-14.4.2+git20190427/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
sox-14.4.2+git20190427/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
sox-14.4.2+git20190427/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
sox-14.4.2+git20190427/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
sox-14.4.2+git20190427/ltmain.sh-8638-	else
##############################################
sox-14.4.2+git20190427/ltmain.sh-8650-      # Create the old-style object.
sox-14.4.2+git20190427/ltmain.sh:8651:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
sox-14.4.2+git20190427/ltmain.sh-8652-
##############################################
sox-14.4.2+git20190427/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
sox-14.4.2+git20190427/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
sox-14.4.2+git20190427/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
sox-14.4.2+git20190427/ltmain.sh-8713-	;;
##############################################
sox-14.4.2+git20190427/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
sox-14.4.2+git20190427/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sox-14.4.2+git20190427/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
sox-14.4.2+git20190427/ltmain.sh-8731-	;;
##############################################
sox-14.4.2+git20190427/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
sox-14.4.2+git20190427/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
sox-14.4.2+git20190427/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
sox-14.4.2+git20190427/ltmain.sh-8866-	# Transform all the library objects into standard objects.
sox-14.4.2+git20190427/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
sox-14.4.2+git20190427/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
sox-14.4.2+git20190427/ltmain.sh-8869-      fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-8896-	# Replace the output file specification.
sox-14.4.2+git20190427/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
sox-14.4.2+git20190427/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
sox-14.4.2+git20190427/ltmain.sh-8905-	  func_to_tool_file "$output"
sox-14.4.2+git20190427/ltmain.sh:8906:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sox-14.4.2+git20190427/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sox-14.4.2+git20190427/ltmain.sh-8949-	# Replace the output file specification.
sox-14.4.2+git20190427/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
sox-14.4.2+git20190427/ltmain.sh-8951-	# Delete the old output file.
##############################################
sox-14.4.2+git20190427/ltmain.sh-8957-	  func_to_tool_file "$output"
sox-14.4.2+git20190427/ltmain.sh:8958:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
sox-14.4.2+git20190427/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sox-14.4.2+git20190427/ltmain.sh-8975-	  if test "$fast_install" = yes; then
sox-14.4.2+git20190427/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
sox-14.4.2+git20190427/ltmain.sh-8977-	  else
##############################################
sox-14.4.2+git20190427/ltmain.sh-8987-      # Replace the output file specification.
sox-14.4.2+git20190427/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
sox-14.4.2+git20190427/ltmain.sh-8989-
##############################################
sox-14.4.2+git20190427/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
sox-14.4.2+git20190427/ltmain.sh:8997:	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'`
sox-14.4.2+git20190427/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
sox-14.4.2+git20190427/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
sox-14.4.2+git20190427/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
sox-14.4.2+git20190427/ltmain.sh-9019-      fi
##############################################
sox-14.4.2+git20190427/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
sox-14.4.2+git20190427/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
sox-14.4.2+git20190427/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
sox-14.4.2+git20190427/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
sox-14.4.2+git20190427/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
sox-14.4.2+git20190427/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
sox-14.4.2+git20190427/ltmain.sh-9308-		name="$func_basename_result"
sox-14.4.2+git20190427/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
sox-14.4.2+git20190427/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
sox-14.4.2+git20190427/ltmain.sh-9327-		name="$func_basename_result"
sox-14.4.2+git20190427/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
sox-14.4.2+git20190427/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
sox-14.4.2+git20190427/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
sox-14.4.2+git20190427/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
sox-14.4.2+git20190427/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
sox-14.4.2+git20190427/compile-67-	mingw/*)
sox-14.4.2+git20190427/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
sox-14.4.2+git20190427/compile-69-	  ;;
sox-14.4.2+git20190427/compile-70-	cygwin/*)
sox-14.4.2+git20190427/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
sox-14.4.2+git20190427/compile-72-	  ;;
sox-14.4.2+git20190427/compile-73-	wine/*)
sox-14.4.2+git20190427/compile:74:	  file=`winepath -w "$file" || echo "$file"`
sox-14.4.2+git20190427/compile-75-	  ;;
##############################################
sox-14.4.2+git20190427/compile-309-# Name of file we expect compiler to create.
sox-14.4.2+git20190427/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
sox-14.4.2+git20190427/compile-311-
##############################################
sox-14.4.2+git20190427/compile-315-# object file name, since that is what matters with a parallel build.
sox-14.4.2+git20190427/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
sox-14.4.2+git20190427/compile-317-while true; do
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-125-done
sox-14.4.2+git20190427/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
sox-14.4.2+git20190427/m4/libtool.m4-127-])
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
sox-14.4.2+git20190427/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
sox-14.4.2+git20190427/m4/libtool.m4-429-
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-437-#
sox-14.4.2+git20190427/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
sox-14.4.2+git20190427/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sox-14.4.2+git20190427/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
sox-14.4.2+git20190427/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
sox-14.4.2+git20190427/m4/libtool.m4-551-      ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
sox-14.4.2+git20190427/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sox-14.4.2+git20190427/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
sox-14.4.2+git20190427/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
sox-14.4.2+git20190427/m4/libtool.m4-564-      ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-720-
sox-14.4.2+git20190427/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
sox-14.4.2+git20190427/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
sox-14.4.2+git20190427/m4/libtool.m4:1091:    _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\"`'
sox-14.4.2+git20190427/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1143-      }]'
sox-14.4.2+git20190427/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sox-14.4.2+git20190427/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
sox-14.4.2+git20190427/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
sox-14.4.2+git20190427/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sox-14.4.2+git20190427/m4/libtool.m4-1148-  fi],[])
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
sox-14.4.2+git20190427/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
sox-14.4.2+git20190427/m4/libtool.m4-1181-  ECHO='print -r --'
sox-14.4.2+git20190427/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
sox-14.4.2+git20190427/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
sox-14.4.2+git20190427/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
sox-14.4.2+git20190427/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
sox-14.4.2+git20190427/m4/libtool.m4-1217-
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1237-   if test "$GCC" = yes; then
sox-14.4.2+git20190427/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
sox-14.4.2+git20190427/m4/libtool.m4-1239-   fi
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1241- /*)
sox-14.4.2+git20190427/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
sox-14.4.2+git20190427/m4/libtool.m4-1243-   ;; #(
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
sox-14.4.2+git20190427/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
sox-14.4.2+git20190427/m4/libtool.m4-1272-      *ELF-32*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
sox-14.4.2+git20190427/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
sox-14.4.2+git20190427/m4/libtool.m4-1288-	*32-bit*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1298-    else
sox-14.4.2+git20190427/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
sox-14.4.2+git20190427/m4/libtool.m4-1300-	*32-bit*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1656-    # And add a safety zone
sox-14.4.2+git20190427/m4/libtool.m4:1657:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sox-14.4.2+git20190427/m4/libtool.m4:1658:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sox-14.4.2+git20190427/m4/libtool.m4-1659-    ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1689-    if test -n "$kargmax"; then
sox-14.4.2+git20190427/m4/libtool.m4:1690:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
sox-14.4.2+git20190427/m4/libtool.m4-1691-    else
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1697-    if test -n "$lt_cv_sys_max_cmd_len"; then
sox-14.4.2+git20190427/m4/libtool.m4:1698:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sox-14.4.2+git20190427/m4/libtool.m4:1699:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sox-14.4.2+git20190427/m4/libtool.m4-1700-    else
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1709-      # we can't tell.
sox-14.4.2+git20190427/m4/libtool.m4:1710:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
sox-14.4.2+git20190427/m4/libtool.m4-1711-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1713-      do
sox-14.4.2+git20190427/m4/libtool.m4:1714:        i=`expr $i + 1`
sox-14.4.2+git20190427/m4/libtool.m4-1715-        teststring=$teststring$teststring
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1717-      # Only check the string length outside the loop.
sox-14.4.2+git20190427/m4/libtool.m4:1718:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
sox-14.4.2+git20190427/m4/libtool.m4-1719-      teststring=
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-1722-      # linker.  It appears as though 1/2 is a usable value.
sox-14.4.2+git20190427/m4/libtool.m4:1723:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
sox-14.4.2+git20190427/m4/libtool.m4-1724-    fi
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2047-  if test "$hard_links" = no; then
sox-14.4.2+git20190427/m4/libtool.m4:2048:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
sox-14.4.2+git20190427/m4/libtool.m4-2049-    need_locks=warn
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2178-  esac
sox-14.4.2+git20190427/m4/libtool.m4:2179:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
sox-14.4.2+git20190427/m4/libtool.m4-2180-  case $lt_search_path_spec in
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2185-    # okay in the real world where ";" in dirpaths is itself problematic.
sox-14.4.2+git20190427/m4/libtool.m4:2186:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
sox-14.4.2+git20190427/m4/libtool.m4-2187-    ;;
sox-14.4.2+git20190427/m4/libtool.m4-2188-  *)
sox-14.4.2+git20190427/m4/libtool.m4:2189:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
sox-14.4.2+git20190427/m4/libtool.m4-2190-    ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2194-  lt_tmp_lt_search_path_spec=
sox-14.4.2+git20190427/m4/libtool.m4:2195:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
sox-14.4.2+git20190427/m4/libtool.m4-2196-  for lt_sys_path in $lt_search_path_spec; do
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2229-  esac
sox-14.4.2+git20190427/m4/libtool.m4:2230:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
sox-14.4.2+git20190427/m4/libtool.m4-2231-else
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2317-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
sox-14.4.2+git20190427/m4/libtool.m4:2318:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $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'
sox-14.4.2+git20190427/m4/libtool.m4-2319-    ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2353-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sox-14.4.2+git20190427/m4/libtool.m4:2354:    postinstall_cmds='base_file=`basename \${file}`~
sox-14.4.2+git20190427/m4/libtool.m4:2355:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sox-14.4.2+git20190427/m4/libtool.m4:2356:      dldir=$destdir/`dirname \$dlpath`~
sox-14.4.2+git20190427/m4/libtool.m4-2357-      test -d \$dldir || mkdir -p \$dldir~
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2362-      fi'
sox-14.4.2+git20190427/m4/libtool.m4:2363:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sox-14.4.2+git20190427/m4/libtool.m4-2364-      dlpath=$dir/\$dldll~
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2370-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
sox-14.4.2+git20190427/m4/libtool.m4:2371:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
sox-14.4.2+git20190427/m4/libtool.m4-2372-m4_if([$1], [],[
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2376-      # MinGW DLLs use traditional 'lib' prefix
sox-14.4.2+git20190427/m4/libtool.m4:2377:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
sox-14.4.2+git20190427/m4/libtool.m4-2378-      ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2380-      # pw32 DLLs use 'pw' prefix rather than 'lib'
sox-14.4.2+git20190427/m4/libtool.m4:2381:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
sox-14.4.2+git20190427/m4/libtool.m4-2382-      ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2389-    libname_spec='$name'
sox-14.4.2+git20190427/m4/libtool.m4:2390:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
sox-14.4.2+git20190427/m4/libtool.m4-2391-    library_names_spec='${libname}.dll.lib'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2401-        # Let DOS variable expansion print the short 8.3 style file name.
sox-14.4.2+git20190427/m4/libtool.m4:2402:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
sox-14.4.2+git20190427/m4/libtool.m4-2403-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2406-      # Convert to MSYS style.
sox-14.4.2+git20190427/m4/libtool.m4:2407:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
sox-14.4.2+git20190427/m4/libtool.m4-2408-      ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2412-      # like /cygdrive/c/PROGRA~1:/cygdr...
sox-14.4.2+git20190427/m4/libtool.m4:2413:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
sox-14.4.2+git20190427/m4/libtool.m4:2414:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
sox-14.4.2+git20190427/m4/libtool.m4:2415:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sox-14.4.2+git20190427/m4/libtool.m4-2416-      ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2420-        # It is most probably a Windows format PATH.
sox-14.4.2+git20190427/m4/libtool.m4:2421:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
sox-14.4.2+git20190427/m4/libtool.m4-2422-      else
sox-14.4.2+git20190427/m4/libtool.m4:2423:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sox-14.4.2+git20190427/m4/libtool.m4-2424-      fi
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2430-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sox-14.4.2+git20190427/m4/libtool.m4:2431:    postinstall_cmds='base_file=`basename \${file}`~
sox-14.4.2+git20190427/m4/libtool.m4:2432:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sox-14.4.2+git20190427/m4/libtool.m4:2433:      dldir=$destdir/`dirname \$dlpath`~
sox-14.4.2+git20190427/m4/libtool.m4-2434-      test -d \$dldir || mkdir -p \$dldir~
sox-14.4.2+git20190427/m4/libtool.m4-2435-      $install_prog $dir/$dlname \$dldir/$dlname'
sox-14.4.2+git20190427/m4/libtool.m4:2436:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sox-14.4.2+git20190427/m4/libtool.m4-2437-      dlpath=$dir/\$dldll~
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2444-    # Assume MSVC wrapper
sox-14.4.2+git20190427/m4/libtool.m4:2445:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
sox-14.4.2+git20190427/m4/libtool.m4-2446-    dynamic_linker='Win32 ld.exe'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2461-  shlibpath_var=DYLD_LIBRARY_PATH
sox-14.4.2+git20190427/m4/libtool.m4:2462:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
sox-14.4.2+git20190427/m4/libtool.m4-2463-m4_if([$1], [],[
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2682-  if test -f /etc/ld.so.conf; then
sox-14.4.2+git20190427/m4/libtool.m4:2683:    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' ' '`
sox-14.4.2+git20190427/m4/libtool.m4-2684-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2745-  shlibpath_var=LD_LIBRARY_PATH
sox-14.4.2+git20190427/m4/libtool.m4:2746:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sox-14.4.2+git20190427/m4/libtool.m4-2747-    case $host_os in
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-2962-	"file_magic "*)
sox-14.4.2+git20190427/m4/libtool.m4:2963:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
sox-14.4.2+git20190427/m4/libtool.m4-2964-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3045-    # gcc leaves a trailing carriage return which upsets mingw
sox-14.4.2+git20190427/m4/libtool.m4:3046:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
sox-14.4.2+git20190427/m4/libtool.m4-3047-  *)
sox-14.4.2+git20190427/m4/libtool.m4:3048:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
sox-14.4.2+git20190427/m4/libtool.m4-3049-  esac
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3054-      # Canonicalize the pathname of ld
sox-14.4.2+git20190427/m4/libtool.m4:3055:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
sox-14.4.2+git20190427/m4/libtool.m4-3056-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
sox-14.4.2+git20190427/m4/libtool.m4:3057:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
sox-14.4.2+git20190427/m4/libtool.m4-3058-      done
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3085-      # Break only if it was the GNU/non-GNU ld that we prefer.
sox-14.4.2+git20190427/m4/libtool.m4:3086:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
sox-14.4.2+git20190427/m4/libtool.m4-3087-      *GNU* | *'with BFD'*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3125-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
sox-14.4.2+git20190427/m4/libtool.m4:3126:case `$LD -v 2>&1 </dev/null` in
sox-14.4.2+git20190427/m4/libtool.m4-3127-*GNU* | *'with BFD'*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3320-openbsd*)
sox-14.4.2+git20190427/m4/libtool.m4:3321:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sox-14.4.2+git20190427/m4/libtool.m4-3322-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3384-    else
sox-14.4.2+git20190427/m4/libtool.m4:3385:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
sox-14.4.2+git20190427/m4/libtool.m4-3386-    fi
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3430-	# Tru64's nm complains that /dev/null is an invalid object file
sox-14.4.2+git20190427/m4/libtool.m4:3431:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
sox-14.4.2+git20190427/m4/libtool.m4-3432-	*/dev/null* | *'Invalid file or object type'*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3436-	*)
sox-14.4.2+git20190427/m4/libtool.m4:3437:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
sox-14.4.2+git20190427/m4/libtool.m4-3438-	  */dev/null*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3462-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
sox-14.4.2+git20190427/m4/libtool.m4:3463:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
sox-14.4.2+git20190427/m4/libtool.m4-3464-    *COFF*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3521-  # decide which to use based on capabilities of $DLLTOOL
sox-14.4.2+git20190427/m4/libtool.m4:3522:  case `$DLLTOOL --help 2>&1` in
sox-14.4.2+git20190427/m4/libtool.m4-3523-  *--identify-strict*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3680-# If we're using GNU nm, then use its standard symbol codes.
sox-14.4.2+git20190427/m4/libtool.m4:3681:case `$NM -V 2>&1` in
sox-14.4.2+git20190427/m4/libtool.m4-3682-*GNU* | *'with BFD'*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3698-mingw*)
sox-14.4.2+git20190427/m4/libtool.m4:3699:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
sox-14.4.2+git20190427/m4/libtool.m4-3700-  ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-3751-    nlist=conftest.nm
sox-14.4.2+git20190427/m4/libtool.m4:3752:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
sox-14.4.2+git20190427/m4/libtool.m4-3753-      # Try sorting and uniquifying the output.
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4089-	  *)
sox-14.4.2+git20190427/m4/libtool.m4:4090:	    case `$CC -V 2>&1 | sed 5q` in
sox-14.4.2+git20190427/m4/libtool.m4-4091-	    *Sun\ C*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4394-      *)
sox-14.4.2+git20190427/m4/libtool.m4:4395:	case `$CC -V 2>&1 | sed 5q` in
sox-14.4.2+git20190427/m4/libtool.m4-4396-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4666-	# shared libraries, regardless of the interface used.
sox-14.4.2+git20190427/m4/libtool.m4:4667:	case `$LD -v 2>&1` in
sox-14.4.2+git20190427/m4/libtool.m4-4668-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4698-    supports_anon_versioning=no
sox-14.4.2+git20190427/m4/libtool.m4:4699:    case `$LD -v 2>&1` in
sox-14.4.2+git20190427/m4/libtool.m4-4700-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4767-	# is EXPORTS), use it as is; otherwise, prepend...
sox-14.4.2+git20190427/m4/libtool.m4:4768:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sox-14.4.2+git20190427/m4/libtool.m4-4769-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4795-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
sox-14.4.2+git20190427/m4/libtool.m4:4796:      _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'
sox-14.4.2+git20190427/m4/libtool.m4:4797:      _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'
sox-14.4.2+git20190427/m4/libtool.m4-4798-      ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4813-        pgcc*)				# Portland Group C compiler
sox-14.4.2+git20190427/m4/libtool.m4:4814:	  _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'
sox-14.4.2+git20190427/m4/libtool.m4-4815-	  tmp_addflag=' $pic_flag'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4818-					# Portland Group f77 and f90 compilers
sox-14.4.2+git20190427/m4/libtool.m4:4819:	  _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'
sox-14.4.2+git20190427/m4/libtool.m4-4820-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4833-	nvcc*)	# Cuda Compiler Driver 2.2
sox-14.4.2+git20190427/m4/libtool.m4:4834:	  _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'
sox-14.4.2+git20190427/m4/libtool.m4-4835-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4837-	esac
sox-14.4.2+git20190427/m4/libtool.m4:4838:	case `$CC -V 2>&1 | sed 5q` in
sox-14.4.2+git20190427/m4/libtool.m4-4839-	*Sun\ C*)			# Sun C 5.9
sox-14.4.2+git20190427/m4/libtool.m4:4840:	  _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'
sox-14.4.2+git20190427/m4/libtool.m4-4841-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-4905-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
sox-14.4.2+git20190427/m4/libtool.m4:4906:      case `$LD -v 2>&1` in
sox-14.4.2+git20190427/m4/libtool.m4-4907-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5028-	# below for broken collect2 doesn't work under 4.3+
sox-14.4.2+git20190427/m4/libtool.m4:5029:	  collect2name=`${CC} -print-prog-name=collect2`
sox-14.4.2+git20190427/m4/libtool.m4-5030-	  if test -f "$collect2name" &&
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5077-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
sox-14.4.2+git20190427/m4/libtool.m4:5078:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
sox-14.4.2+git20190427/m4/libtool.m4-5079-      else
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5143-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
sox-14.4.2+git20190427/m4/libtool.m4:5144:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sox-14.4.2+git20190427/m4/libtool.m4-5145-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5180-	# FIXME: Setting linknames here is a bad hack.
sox-14.4.2+git20190427/m4/libtool.m4:5181:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
sox-14.4.2+git20190427/m4/libtool.m4-5182-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5318-      if test "$GCC" = yes; then
sox-14.4.2+git20190427/m4/libtool.m4:5319:	_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'
sox-14.4.2+git20190427/m4/libtool.m4-5320-	# Try to use the -exported_symbol ld option, if it does not
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5341-	if test "$lt_cv_irix_exported_symbol" = yes; then
sox-14.4.2+git20190427/m4/libtool.m4:5342:          _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'
sox-14.4.2+git20190427/m4/libtool.m4-5343-	fi
sox-14.4.2+git20190427/m4/libtool.m4-5344-      else
sox-14.4.2+git20190427/m4/libtool.m4:5345:	_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'
sox-14.4.2+git20190427/m4/libtool.m4:5346:	_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'
sox-14.4.2+git20190427/m4/libtool.m4-5347-      fi
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5381-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
sox-14.4.2+git20190427/m4/libtool.m4:5382:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sox-14.4.2+git20190427/m4/libtool.m4-5383-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5414-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
sox-14.4.2+git20190427/m4/libtool.m4:5415:	_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'
sox-14.4.2+git20190427/m4/libtool.m4-5416-      else
sox-14.4.2+git20190427/m4/libtool.m4-5417-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
sox-14.4.2+git20190427/m4/libtool.m4:5418:	_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'
sox-14.4.2+git20190427/m4/libtool.m4-5419-      fi
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5427-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
sox-14.4.2+git20190427/m4/libtool.m4:5428:	_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'
sox-14.4.2+git20190427/m4/libtool.m4-5429-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5431-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
sox-14.4.2+git20190427/m4/libtool.m4:5432:	_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'
sox-14.4.2+git20190427/m4/libtool.m4:5433:	_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~
sox-14.4.2+git20190427/m4/libtool.m4:5434:	$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'
sox-14.4.2+git20190427/m4/libtool.m4-5435-
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5450-      else
sox-14.4.2+git20190427/m4/libtool.m4:5451:	case `$CC -V 2>&1` in
sox-14.4.2+git20190427/m4/libtool.m4-5452-	*"Compilers 5.0"*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5643-	  _LT_TAGVAR(allow_undefined_flag, $1)=
sox-14.4.2+git20190427/m4/libtool.m4:5644:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
sox-14.4.2+git20190427/m4/libtool.m4-5645-	  then
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-5943-        # ancient GNU ld didn't support --whole-archive et. al.
sox-14.4.2+git20190427/m4/libtool.m4:5944:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
sox-14.4.2+git20190427/m4/libtool.m4-5945-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6026-          # below for broken collect2 doesn't work under 4.3+
sox-14.4.2+git20190427/m4/libtool.m4:6027:	  collect2name=`${CC} -print-prog-name=collect2`
sox-14.4.2+git20190427/m4/libtool.m4-6028-	  if test -f "$collect2name" &&
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6076-
sox-14.4.2+git20190427/m4/libtool.m4:6077:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
sox-14.4.2+git20190427/m4/libtool.m4-6078-        else
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6142-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
sox-14.4.2+git20190427/m4/libtool.m4:6143:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sox-14.4.2+git20190427/m4/libtool.m4-6144-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6183-	    # is EXPORTS), use it as is; otherwise, prepend...
sox-14.4.2+git20190427/m4/libtool.m4:6184:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sox-14.4.2+git20190427/m4/libtool.m4-6185-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6266-            # dependencies.
sox-14.4.2+git20190427/m4/libtool.m4:6267:            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"'
sox-14.4.2+git20190427/m4/libtool.m4-6268-            ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6331-	    # dependencies.
sox-14.4.2+git20190427/m4/libtool.m4:6332:	    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"'
sox-14.4.2+git20190427/m4/libtool.m4-6333-	    ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6367-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
sox-14.4.2+git20190427/m4/libtool.m4:6368:	_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'
sox-14.4.2+git20190427/m4/libtool.m4:6369:	_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'
sox-14.4.2+git20190427/m4/libtool.m4-6370-	;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6374-	    # SGI C++
sox-14.4.2+git20190427/m4/libtool.m4:6375:	    _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'
sox-14.4.2+git20190427/m4/libtool.m4-6376-
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6385-	      if test "$with_gnu_ld" = no; then
sox-14.4.2+git20190427/m4/libtool.m4:6386:	        _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'
sox-14.4.2+git20190427/m4/libtool.m4-6387-	      else
sox-14.4.2+git20190427/m4/libtool.m4:6388:	        _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'
sox-14.4.2+git20190427/m4/libtool.m4-6389-	      fi
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6406-	    # to its proper name (with version) after linking.
sox-14.4.2+git20190427/m4/libtool.m4:6407:	    _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'
sox-14.4.2+git20190427/m4/libtool.m4:6408:	    _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'
sox-14.4.2+git20190427/m4/libtool.m4-6409-	    # Commands to make compiler produce verbose output that lists
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6416-	    # dependencies.
sox-14.4.2+git20190427/m4/libtool.m4:6417:	    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"'
sox-14.4.2+git20190427/m4/libtool.m4-6418-
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6431-	    # earlier do not add the objects themselves.
sox-14.4.2+git20190427/m4/libtool.m4:6432:	    case `$CC -V 2>&1` in
sox-14.4.2+git20190427/m4/libtool.m4-6433-	      *"Version 7."*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6452-            # Portland Group C++ compiler
sox-14.4.2+git20190427/m4/libtool.m4:6453:	    case `$CC -V` in
sox-14.4.2+git20190427/m4/libtool.m4-6454-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6457-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
sox-14.4.2+git20190427/m4/libtool.m4:6458:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
sox-14.4.2+git20190427/m4/libtool.m4-6459-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6461-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
sox-14.4.2+git20190427/m4/libtool.m4:6462:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
sox-14.4.2+git20190427/m4/libtool.m4-6463-		$RANLIB $oldlib'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
sox-14.4.2+git20190427/m4/libtool.m4:6467:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
sox-14.4.2+git20190427/m4/libtool.m4-6468-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6470-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
sox-14.4.2+git20190427/m4/libtool.m4:6471:		$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'
sox-14.4.2+git20190427/m4/libtool.m4-6472-	      ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6480-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
sox-14.4.2+git20190427/m4/libtool.m4:6481:	    _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'
sox-14.4.2+git20190427/m4/libtool.m4-6482-            ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6499-	    # dependencies.
sox-14.4.2+git20190427/m4/libtool.m4:6500:	    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'
sox-14.4.2+git20190427/m4/libtool.m4-6501-	    ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6514-	  *)
sox-14.4.2+git20190427/m4/libtool.m4:6515:	    case `$CC -V 2>&1 | sed 5q` in
sox-14.4.2+git20190427/m4/libtool.m4-6516-	    *Sun\ C*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6521-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
sox-14.4.2+git20190427/m4/libtool.m4:6522:	      _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'
sox-14.4.2+git20190427/m4/libtool.m4-6523-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6591-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
sox-14.4.2+git20190427/m4/libtool.m4:6592:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sox-14.4.2+git20190427/m4/libtool.m4-6593-	    _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'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6610-	    # to its proper name (with version) after linking.
sox-14.4.2+git20190427/m4/libtool.m4:6611:	    _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'
sox-14.4.2+git20190427/m4/libtool.m4-6612-
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6631-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
sox-14.4.2+git20190427/m4/libtool.m4:6632:	        _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'
sox-14.4.2+git20190427/m4/libtool.m4-6633-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6636-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
sox-14.4.2+git20190427/m4/libtool.m4:6637:	        _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'
sox-14.4.2+git20190427/m4/libtool.m4:6638:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
sox-14.4.2+git20190427/m4/libtool.m4-6639-	          echo "-hidden">> $lib.exp~
sox-14.4.2+git20190427/m4/libtool.m4:6640:	          $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~
sox-14.4.2+git20190427/m4/libtool.m4-6641-	          $RM $lib.exp'
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6655-	    # dependencies.
sox-14.4.2+git20190427/m4/libtool.m4:6656:	    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"'
sox-14.4.2+git20190427/m4/libtool.m4-6657-	    ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6662-	        osf3*)
sox-14.4.2+git20190427/m4/libtool.m4:6663:	          _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'
sox-14.4.2+git20190427/m4/libtool.m4-6664-		  ;;
sox-14.4.2+git20190427/m4/libtool.m4-6665-	        *)
sox-14.4.2+git20190427/m4/libtool.m4:6666:	          _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'
sox-14.4.2+git20190427/m4/libtool.m4-6667-		  ;;
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-6915-  case ${2} in
sox-14.4.2+git20190427/m4/libtool.m4:6916:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
sox-14.4.2+git20190427/m4/libtool.m4:6917:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
sox-14.4.2+git20190427/m4/libtool.m4-6918-  esac
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-7003-
sox-14.4.2+git20190427/m4/libtool.m4:7004:  for p in `eval "$output_verbose_link_cmd"`; do
sox-14.4.2+git20190427/m4/libtool.m4-7005-    case ${prev}${p} in
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-7101-linux*)
sox-14.4.2+git20190427/m4/libtool.m4:7102:  case `$CC -V 2>&1 | sed 5q` in
sox-14.4.2+git20190427/m4/libtool.m4-7103-  *Sun\ C*)
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-7152-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
sox-14.4.2+git20190427/m4/libtool.m4:7153: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
sox-14.4.2+git20190427/m4/libtool.m4-7154-fi
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-7764-    test $lt_ac_count -gt 10 && break
sox-14.4.2+git20190427/m4/libtool.m4:7765:    lt_ac_count=`expr $lt_ac_count + 1`
sox-14.4.2+git20190427/m4/libtool.m4-7766-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
sox-14.4.2+git20190427/m4/libtool.m4-7835-# ------------------------------------------------------
sox-14.4.2+git20190427/m4/libtool.m4:7836:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
sox-14.4.2+git20190427/m4/libtool.m4-7837-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
sox-14.4.2+git20190427/m4/sndfile.m4-20-  AC_PATH_PROG([PKGCONFIG], [pkg-config], [none])
sox-14.4.2+git20190427/m4/sndfile.m4:21:  if test "$PKGCONFIG" != "none" && `$PKGCONFIG --exists sndfile`
sox-14.4.2+git20190427/m4/sndfile.m4-22-  then
sox-14.4.2+git20190427/m4/sndfile.m4:23:    SNDFILE_CFLAGS=`$PKGCONFIG --cflags sndfile`" $ac_save_SNDFILE_CFLAGS $SNDFILE_CFLAGS"
sox-14.4.2+git20190427/m4/sndfile.m4:24:    SNDFILE_LIBS=`$PKGCONFIG --libs sndfile`" $ac_save_SNDFILE_LIBS $SNDFILE_LIBS"
sox-14.4.2+git20190427/m4/sndfile.m4-25-    have_sndfile="maybe"
##############################################
sox-14.4.2+git20190427/m4/ltsugar.m4-67-m4_define([lt_combine],
sox-14.4.2+git20190427/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
sox-14.4.2+git20190427/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
sox-14.4.2+git20190427/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
sox-14.4.2+git20190427/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sox-14.4.2+git20190427/configure-47-  as_echo='print -r --'
sox-14.4.2+git20190427/configure-48-  as_echo_n='print -rn --'
sox-14.4.2+git20190427/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sox-14.4.2+git20190427/configure-50-  as_echo='printf %s\n'
##############################################
sox-14.4.2+git20190427/configure-52-else
sox-14.4.2+git20190427/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sox-14.4.2+git20190427/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sox-14.4.2+git20190427/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
sox-14.4.2+git20190427/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sox-14.4.2+git20190427/configure-64-      esac;
##############################################
sox-14.4.2+git20190427/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
sox-14.4.2+git20190427/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
sox-14.4.2+git20190427/configure-201-
##############################################
sox-14.4.2+git20190427/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
sox-14.4.2+git20190427/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
sox-14.4.2+git20190427/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
sox-14.4.2+git20190427/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
sox-14.4.2+git20190427/configure-335-      case $as_dir in #(
sox-14.4.2+git20190427/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sox-14.4.2+git20190427/configure-337-      *) as_qdir=$as_dir;;
##############################################
sox-14.4.2+git20190427/configure-408-  {
sox-14.4.2+git20190427/configure:409:    as_val=`expr "$@" || test $? -eq 1`
sox-14.4.2+git20190427/configure-410-  }
##############################################
sox-14.4.2+git20190427/configure-415-# ----------------------------------------
sox-14.4.2+git20190427/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sox-14.4.2+git20190427/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sox-14.4.2+git20190427/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
sox-14.4.2+git20190427/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
sox-14.4.2+git20190427/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
sox-14.4.2+git20190427/configure-1098-  case $ac_option in
sox-14.4.2+git20190427/configure:1099:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
sox-14.4.2+git20190427/configure-1100-  *=)   ac_optarg= ;;
##############################################
sox-14.4.2+git20190427/configure-1142-  -disable-* | --disable-*)
sox-14.4.2+git20190427/configure:1143:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
sox-14.4.2+git20190427/configure-1144-    # Reject names that are not valid shell variable names.
##############################################
sox-14.4.2+git20190427/configure-1147-    ac_useropt_orig=$ac_useropt
sox-14.4.2+git20190427/configure:1148:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sox-14.4.2+git20190427/configure-1149-    case $ac_user_opts in
##############################################
sox-14.4.2+git20190427/configure-1168-  -enable-* | --enable-*)
sox-14.4.2+git20190427/configure:1169:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
sox-14.4.2+git20190427/configure-1170-    # Reject names that are not valid shell variable names.
##############################################
sox-14.4.2+git20190427/configure-1173-    ac_useropt_orig=$ac_useropt
sox-14.4.2+git20190427/configure:1174:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sox-14.4.2+git20190427/configure-1175-    case $ac_user_opts in
##############################################
sox-14.4.2+git20190427/configure-1372-  -with-* | --with-*)
sox-14.4.2+git20190427/configure:1373:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
sox-14.4.2+git20190427/configure-1374-    # Reject names that are not valid shell variable names.
##############################################
sox-14.4.2+git20190427/configure-1377-    ac_useropt_orig=$ac_useropt
sox-14.4.2+git20190427/configure:1378:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sox-14.4.2+git20190427/configure-1379-    case $ac_user_opts in
##############################################
sox-14.4.2+git20190427/configure-1388-  -without-* | --without-*)
sox-14.4.2+git20190427/configure:1389:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
sox-14.4.2+git20190427/configure-1390-    # Reject names that are not valid shell variable names.
##############################################
sox-14.4.2+git20190427/configure-1393-    ac_useropt_orig=$ac_useropt
sox-14.4.2+git20190427/configure:1394:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sox-14.4.2+git20190427/configure-1395-    case $ac_user_opts in
##############################################
sox-14.4.2+git20190427/configure-1426-  *=*)
sox-14.4.2+git20190427/configure:1427:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
sox-14.4.2+git20190427/configure-1428-    # Reject names that are not valid shell variable names.
##############################################
sox-14.4.2+git20190427/configure-1447-if test -n "$ac_prev"; then
sox-14.4.2+git20190427/configure:1448:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
sox-14.4.2+git20190427/configure-1449-  as_fn_error $? "missing argument to $ac_option"
##############################################
sox-14.4.2+git20190427/configure-1469-    */ )
sox-14.4.2+git20190427/configure:1470:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
sox-14.4.2+git20190427/configure-1471-      eval $ac_var=\$ac_val;;
##############################################
sox-14.4.2+git20190427/configure-1504-ac_ls_di=`ls -di .` &&
sox-14.4.2+git20190427/configure:1505:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
sox-14.4.2+git20190427/configure-1506-  as_fn_error $? "working directory cannot be determined"
##############################################
sox-14.4.2+git20190427/configure-1560-case $srcdir in
sox-14.4.2+git20190427/configure:1561:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
sox-14.4.2+git20190427/configure-1562-esac
##############################################
sox-14.4.2+git20190427/configure-1603-By default, \`make install' will install all the files in
sox-14.4.2+git20190427/configure:1604:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
sox-14.4.2+git20190427/configure:1605:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
sox-14.4.2+git20190427/configure-1606-for instance \`--prefix=\$HOME'.
##############################################
sox-14.4.2+git20190427/configure-1762-*)
sox-14.4.2+git20190427/configure:1763:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sox-14.4.2+git20190427/configure-1764-  # A ".." for each directory in $ac_dir_suffix.
sox-14.4.2+git20190427/configure:1765:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sox-14.4.2+git20190427/configure-1766-  case $ac_top_builddir_sub in
##############################################
sox-14.4.2+git20190427/configure-2182-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
sox-14.4.2+git20190427/configure:2183:  as_decl_name=`echo $2|sed 's/ *(.*//'`
sox-14.4.2+git20190427/configure:2184:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
sox-14.4.2+git20190427/configure-2185-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
sox-14.4.2+git20190427/configure-2296-    *\'*)
sox-14.4.2+git20190427/configure:2297:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
sox-14.4.2+git20190427/configure-2298-    esac
##############################################
sox-14.4.2+git20190427/configure-2379-      case $ac_val in
sox-14.4.2+git20190427/configure:2380:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sox-14.4.2+git20190427/configure-2381-      esac
##############################################
sox-14.4.2+git20190427/configure-2394-	case $ac_val in
sox-14.4.2+git20190427/configure:2395:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sox-14.4.2+git20190427/configure-2396-	esac
##############################################
sox-14.4.2+git20190427/configure-2514-    set,)
sox-14.4.2+git20190427/configure:2515:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
sox-14.4.2+git20190427/configure:2516:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
sox-14.4.2+git20190427/configure-2517-      ac_cache_corrupted=: ;;
##############################################
sox-14.4.2+git20190427/configure-2525-	# differences in whitespace do not lead to failure.
sox-14.4.2+git20190427/configure:2526:	ac_old_val_w=`echo x $ac_old_val`
sox-14.4.2+git20190427/configure:2527:	ac_new_val_w=`echo x $ac_new_val`
sox-14.4.2+git20190427/configure-2528-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
sox-14.4.2+git20190427/configure-2545-    case $ac_new_val in
sox-14.4.2+git20190427/configure:2546:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
sox-14.4.2+git20190427/configure-2547-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
sox-14.4.2+git20190427/configure-2615-test "x$ac_build_alias" = x &&
sox-14.4.2+git20190427/configure:2616:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
sox-14.4.2+git20190427/configure-2617-test "x$ac_build_alias" = x &&
sox-14.4.2+git20190427/configure-2618-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
sox-14.4.2+git20190427/configure:2619:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
sox-14.4.2+git20190427/configure-2620-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
sox-14.4.2+git20190427/configure-2639-IFS=$ac_save_IFS
sox-14.4.2+git20190427/configure:2640:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
sox-14.4.2+git20190427/configure-2641-
##############################################
sox-14.4.2+git20190427/configure-2650-else
sox-14.4.2+git20190427/configure:2651:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
sox-14.4.2+git20190427/configure-2652-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
sox-14.4.2+git20190427/configure-2672-IFS=$ac_save_IFS
sox-14.4.2+git20190427/configure:2673:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
sox-14.4.2+git20190427/configure-2674-
##############################################
sox-14.4.2+git20190427/configure-2683-else
sox-14.4.2+git20190427/configure:2684:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
sox-14.4.2+git20190427/configure-2685-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
sox-14.4.2+git20190427/configure-2705-IFS=$ac_save_IFS
sox-14.4.2+git20190427/configure:2706:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
sox-14.4.2+git20190427/configure-2707-
##############################################
sox-14.4.2+git20190427/configure-2834-     echo "timestamp, slept: $am_has_slept" > conftest.file
sox-14.4.2+git20190427/configure:2835:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sox-14.4.2+git20190427/configure-2836-     if test "$*" = "X"; then
sox-14.4.2+git20190427/configure-2837-	# -L didn't work.
sox-14.4.2+git20190427/configure:2838:	set X `ls -t "$srcdir/configure" conftest.file`
sox-14.4.2+git20190427/configure-2839-     fi
##############################################
sox-14.4.2+git20190427/configure-2885-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
sox-14.4.2+git20190427/configure:2886:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
sox-14.4.2+git20190427/configure-2887-
sox-14.4.2+git20190427/configure-2888-# expand $ac_aux_dir to an absolute path
sox-14.4.2+git20190427/configure:2889:am_aux_dir=`cd $ac_aux_dir && pwd`
sox-14.4.2+git20190427/configure-2890-
##############################################
sox-14.4.2+git20190427/configure-3030-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
sox-14.4.2+git20190427/configure:3031:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
sox-14.4.2+git20190427/configure-3032-	     'mkdir (GNU coreutils) '* | \
##############################################
sox-14.4.2+git20190427/configure-3103-set x ${MAKE-make}
sox-14.4.2+git20190427/configure:3104:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
sox-14.4.2+git20190427/configure-3105-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
sox-14.4.2+git20190427/configure-3113-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
sox-14.4.2+git20190427/configure:3114:case `${MAKE-make} -f conftest.make 2>/dev/null` in
sox-14.4.2+git20190427/configure-3115-  *@@@%%%=?*=@@@%%%*)
##############################################
sox-14.4.2+git20190427/configure-3179-
sox-14.4.2+git20190427/configure:3180:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sox-14.4.2+git20190427/configure-3181-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sox-14.4.2+git20190427/configure-3684-$as_echo_n "checking whether the C compiler works... " >&6; }
sox-14.4.2+git20190427/configure:3685:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
sox-14.4.2+git20190427/configure-3686-
##############################################
sox-14.4.2+git20190427/configure-3728-	then :; else
sox-14.4.2+git20190427/configure:3729:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sox-14.4.2+git20190427/configure-3730-	fi
##############################################
sox-14.4.2+git20190427/configure-3788-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
sox-14.4.2+git20190427/configure:3789:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sox-14.4.2+git20190427/configure-3790-	  break;;
##############################################
sox-14.4.2+git20190427/configure-3897-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
sox-14.4.2+git20190427/configure:3898:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
sox-14.4.2+git20190427/configure-3899-       break;;
##############################################
sox-14.4.2+git20190427/configure-4205-# Ignore all kinds of additional output from 'make'.
sox-14.4.2+git20190427/configure:4206:case `$am_make -s -f confmf 2> /dev/null` in #(
sox-14.4.2+git20190427/configure-4207-*the\ am__doit\ target*)
##############################################
sox-14.4.2+git20190427/configure-4215-   echo '.include "confinc"' > confmf
sox-14.4.2+git20190427/configure:4216:   case `$am_make -s -f confmf 2> /dev/null` in #(
sox-14.4.2+git20190427/configure-4217-   *the\ am__doit\ target*)
##############################################
sox-14.4.2+git20190427/configure-4278-  if test "$am_compiler_list" = ""; then
sox-14.4.2+git20190427/configure:4279:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
sox-14.4.2+git20190427/configure-4280-  fi
##############################################
sox-14.4.2+git20190427/configure-4464-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
sox-14.4.2+git20190427/configure:4465:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
sox-14.4.2+git20190427/configure-4466-  ECHO='print -r --'
sox-14.4.2+git20190427/configure:4467:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
sox-14.4.2+git20190427/configure-4468-  ECHO='printf %s\n'
##############################################
sox-14.4.2+git20190427/configure-4533-  # Check for GNU $ac_path_SED
sox-14.4.2+git20190427/configure:4534:case `"$ac_path_SED" --version 2>&1` in
sox-14.4.2+git20190427/configure-4535-*GNU*)
##############################################
sox-14.4.2+git20190427/configure-4609-  # Check for GNU $ac_path_GREP
sox-14.4.2+git20190427/configure:4610:case `"$ac_path_GREP" --version 2>&1` in
sox-14.4.2+git20190427/configure-4611-*GNU*)
##############################################
sox-14.4.2+git20190427/configure-4675-  # Check for GNU $ac_path_EGREP
sox-14.4.2+git20190427/configure:4676:case `"$ac_path_EGREP" --version 2>&1` in
sox-14.4.2+git20190427/configure-4677-*GNU*)
##############################################
sox-14.4.2+git20190427/configure-4742-  # Check for GNU $ac_path_FGREP
sox-14.4.2+git20190427/configure:4743:case `"$ac_path_FGREP" --version 2>&1` in
sox-14.4.2+git20190427/configure-4744-*GNU*)
##############################################
sox-14.4.2+git20190427/configure-4822-    # gcc leaves a trailing carriage return which upsets mingw
sox-14.4.2+git20190427/configure:4823:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
sox-14.4.2+git20190427/configure-4824-  *)
sox-14.4.2+git20190427/configure:4825:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
sox-14.4.2+git20190427/configure-4826-  esac
##############################################
sox-14.4.2+git20190427/configure-4831-      # Canonicalize the pathname of ld
sox-14.4.2+git20190427/configure:4832:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
sox-14.4.2+git20190427/configure-4833-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
sox-14.4.2+git20190427/configure:4834:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
sox-14.4.2+git20190427/configure-4835-      done
##############################################
sox-14.4.2+git20190427/configure-4866-      # Break only if it was the GNU/non-GNU ld that we prefer.
sox-14.4.2+git20190427/configure:4867:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
sox-14.4.2+git20190427/configure-4868-      *GNU* | *'with BFD'*)
##############################################
sox-14.4.2+git20190427/configure-4897-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
sox-14.4.2+git20190427/configure:4898:case `$LD -v 2>&1 </dev/null` in
sox-14.4.2+git20190427/configure-4899-*GNU* | *'with BFD'*)
##############################################
sox-14.4.2+git20190427/configure-4942-	# Tru64's nm complains that /dev/null is an invalid object file
sox-14.4.2+git20190427/configure:4943:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
sox-14.4.2+git20190427/configure-4944-	*/dev/null* | *'Invalid file or object type'*)
##############################################
sox-14.4.2+git20190427/configure-4948-	*)
sox-14.4.2+git20190427/configure:4949:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
sox-14.4.2+git20190427/configure-4950-	  */dev/null*)
##############################################
sox-14.4.2+git20190427/configure-5076-
sox-14.4.2+git20190427/configure:5077:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
sox-14.4.2+git20190427/configure-5078-    *COFF*)
##############################################
sox-14.4.2+git20190427/configure-5177-    # And add a safety zone
sox-14.4.2+git20190427/configure:5178:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sox-14.4.2+git20190427/configure:5179:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sox-14.4.2+git20190427/configure-5180-    ;;
##############################################
sox-14.4.2+git20190427/configure-5210-    if test -n "$kargmax"; then
sox-14.4.2+git20190427/configure:5211:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
sox-14.4.2+git20190427/configure-5212-    else
##############################################
sox-14.4.2+git20190427/configure-5218-    if test -n "$lt_cv_sys_max_cmd_len"; then
sox-14.4.2+git20190427/configure:5219:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
sox-14.4.2+git20190427/configure:5220:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
sox-14.4.2+git20190427/configure-5221-    else
##############################################
sox-14.4.2+git20190427/configure-5230-      # we can't tell.
sox-14.4.2+git20190427/configure:5231:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
sox-14.4.2+git20190427/configure-5232-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
sox-14.4.2+git20190427/configure-5234-      do
sox-14.4.2+git20190427/configure:5235:        i=`expr $i + 1`
sox-14.4.2+git20190427/configure-5236-        teststring=$teststring$teststring
##############################################
sox-14.4.2+git20190427/configure-5238-      # Only check the string length outside the loop.
sox-14.4.2+git20190427/configure:5239:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
sox-14.4.2+git20190427/configure-5240-      teststring=
##############################################
sox-14.4.2+git20190427/configure-5243-      # linker.  It appears as though 1/2 is a usable value.
sox-14.4.2+git20190427/configure:5244:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
sox-14.4.2+git20190427/configure-5245-    fi
##############################################
sox-14.4.2+git20190427/configure-5680-openbsd*)
sox-14.4.2+git20190427/configure:5681:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sox-14.4.2+git20190427/configure-5682-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
sox-14.4.2+git20190427/configure-5747-    else
sox-14.4.2+git20190427/configure:5748:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
sox-14.4.2+git20190427/configure-5749-    fi
##############################################
sox-14.4.2+git20190427/configure-5889-  # decide which to use based on capabilities of $DLLTOOL
sox-14.4.2+git20190427/configure:5890:  case `$DLLTOOL --help 2>&1` in
sox-14.4.2+git20190427/configure-5891-  *--identify-strict*)
##############################################
sox-14.4.2+git20190427/configure-6411-# If we're using GNU nm, then use its standard symbol codes.
sox-14.4.2+git20190427/configure:6412:case `$NM -V 2>&1` in
sox-14.4.2+git20190427/configure-6413-*GNU* | *'with BFD'*)
##############################################
sox-14.4.2+git20190427/configure-6429-mingw*)
sox-14.4.2+git20190427/configure:6430:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
sox-14.4.2+git20190427/configure-6431-  ;;
##############################################
sox-14.4.2+git20190427/configure-6648-   if test "$GCC" = yes; then
sox-14.4.2+git20190427/configure:6649:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
sox-14.4.2+git20190427/configure-6650-   fi
##############################################
sox-14.4.2+git20190427/configure-6652- /*)
sox-14.4.2+git20190427/configure:6653:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
sox-14.4.2+git20190427/configure-6654-   ;; #(
##############################################
sox-14.4.2+git20190427/configure-6688-  test $ac_status = 0; }; then
sox-14.4.2+git20190427/configure:6689:    case `/usr/bin/file conftest.$ac_objext` in
sox-14.4.2+git20190427/configure-6690-      *ELF-32*)
##############################################
sox-14.4.2+git20190427/configure-6708-    if test "$lt_cv_prog_gnu_ld" = yes; then
sox-14.4.2+git20190427/configure:6709:      case `/usr/bin/file conftest.$ac_objext` in
sox-14.4.2+git20190427/configure-6710-	*32-bit*)
##############################################
sox-14.4.2+git20190427/configure-6720-    else
sox-14.4.2+git20190427/configure:6721:      case `/usr/bin/file conftest.$ac_objext` in
sox-14.4.2+git20190427/configure-6722-	*32-bit*)
##############################################
sox-14.4.2+git20190427/configure-7880-do :
sox-14.4.2+git20190427/configure:7881:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sox-14.4.2+git20190427/configure-7882-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
sox-14.4.2+git20190427/configure-7885-  cat >>confdefs.h <<_ACEOF
sox-14.4.2+git20190427/configure:7886:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sox-14.4.2+git20190427/configure-7887-_ACEOF
##############################################
sox-14.4.2+git20190427/configure-8468-done
sox-14.4.2+git20190427/configure:8469:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
sox-14.4.2+git20190427/configure-8470-
##############################################
sox-14.4.2+git20190427/configure-8497-	"file_magic "*)
sox-14.4.2+git20190427/configure:8498:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
sox-14.4.2+git20190427/configure-8499-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
sox-14.4.2+git20190427/configure-8563-	"file_magic "*)
sox-14.4.2+git20190427/configure:8564:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
sox-14.4.2+git20190427/configure-8565-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
sox-14.4.2+git20190427/configure-8930-      *)
sox-14.4.2+git20190427/configure:8931:	case `$CC -V 2>&1 | sed 5q` in
sox-14.4.2+git20190427/configure-8932-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
sox-14.4.2+git20190427/configure-9290-  if test "$hard_links" = no; then
sox-14.4.2+git20190427/configure:9291:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
sox-14.4.2+git20190427/configure:9292:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
sox-14.4.2+git20190427/configure-9293-    need_locks=warn
##############################################
sox-14.4.2+git20190427/configure-9376-	# shared libraries, regardless of the interface used.
sox-14.4.2+git20190427/configure:9377:	case `$LD -v 2>&1` in
sox-14.4.2+git20190427/configure-9378-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
sox-14.4.2+git20190427/configure-9408-    supports_anon_versioning=no
sox-14.4.2+git20190427/configure:9409:    case `$LD -v 2>&1` in
sox-14.4.2+git20190427/configure-9410-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
sox-14.4.2+git20190427/configure-9477-	# is EXPORTS), use it as is; otherwise, prepend...
sox-14.4.2+git20190427/configure:9478:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sox-14.4.2+git20190427/configure-9479-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
sox-14.4.2+git20190427/configure-9505-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
sox-14.4.2+git20190427/configure:9506:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
sox-14.4.2+git20190427/configure:9507:      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'
sox-14.4.2+git20190427/configure-9508-      ;;
##############################################
sox-14.4.2+git20190427/configure-9523-        pgcc*)				# Portland Group C compiler
sox-14.4.2+git20190427/configure:9524:	  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'
sox-14.4.2+git20190427/configure-9525-	  tmp_addflag=' $pic_flag'
##############################################
sox-14.4.2+git20190427/configure-9528-					# Portland Group f77 and f90 compilers
sox-14.4.2+git20190427/configure:9529:	  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'
sox-14.4.2+git20190427/configure-9530-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
sox-14.4.2+git20190427/configure-9543-	nvcc*)	# Cuda Compiler Driver 2.2
sox-14.4.2+git20190427/configure:9544:	  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'
sox-14.4.2+git20190427/configure-9545-	  compiler_needs_object=yes
##############################################
sox-14.4.2+git20190427/configure-9547-	esac
sox-14.4.2+git20190427/configure:9548:	case `$CC -V 2>&1 | sed 5q` in
sox-14.4.2+git20190427/configure-9549-	*Sun\ C*)			# Sun C 5.9
sox-14.4.2+git20190427/configure:9550:	  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'
sox-14.4.2+git20190427/configure-9551-	  compiler_needs_object=yes
##############################################
sox-14.4.2+git20190427/configure-9615-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
sox-14.4.2+git20190427/configure:9616:      case `$LD -v 2>&1` in
sox-14.4.2+git20190427/configure-9617-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
sox-14.4.2+git20190427/configure-9738-	# below for broken collect2 doesn't work under 4.3+
sox-14.4.2+git20190427/configure:9739:	  collect2name=`${CC} -print-prog-name=collect2`
sox-14.4.2+git20190427/configure-9740-	  if test -f "$collect2name" &&
##############################################
sox-14.4.2+git20190427/configure-9811-      }'
sox-14.4.2+git20190427/configure:9812:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sox-14.4.2+git20190427/configure-9813-  # Check for a 64-bit object if we didn't find anything.
sox-14.4.2+git20190427/configure-9814-  if test -z "$lt_cv_aix_libpath_"; then
sox-14.4.2+git20190427/configure:9815:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sox-14.4.2+git20190427/configure-9816-  fi
##############################################
sox-14.4.2+git20190427/configure-9829-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
sox-14.4.2+git20190427/configure:9830:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
sox-14.4.2+git20190427/configure-9831-      else
##############################################
sox-14.4.2+git20190427/configure-9864-      }'
sox-14.4.2+git20190427/configure:9865:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sox-14.4.2+git20190427/configure-9866-  # Check for a 64-bit object if we didn't find anything.
sox-14.4.2+git20190427/configure-9867-  if test -z "$lt_cv_aix_libpath_"; then
sox-14.4.2+git20190427/configure:9868:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
sox-14.4.2+git20190427/configure-9869-  fi
##############################################
sox-14.4.2+git20190427/configure-9937-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
sox-14.4.2+git20190427/configure:9938:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
sox-14.4.2+git20190427/configure-9939-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
sox-14.4.2+git20190427/configure-9974-	# FIXME: Setting linknames here is a bad hack.
sox-14.4.2+git20190427/configure:9975:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
sox-14.4.2+git20190427/configure-9976-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
sox-14.4.2+git20190427/configure-9992-  if test "$lt_cv_ld_force_load" = "yes"; then
sox-14.4.2+git20190427/configure:9993:    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\"`'
sox-14.4.2+git20190427/configure-9994-
##############################################
sox-14.4.2+git20190427/configure-10172-      if test "$GCC" = yes; then
sox-14.4.2+git20190427/configure:10173:	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'
sox-14.4.2+git20190427/configure-10174-	# Try to use the -exported_symbol ld option, if it does not
##############################################
sox-14.4.2+git20190427/configure-10200-	if test "$lt_cv_irix_exported_symbol" = yes; then
sox-14.4.2+git20190427/configure:10201:          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'
sox-14.4.2+git20190427/configure-10202-	fi
sox-14.4.2+git20190427/configure-10203-      else
sox-14.4.2+git20190427/configure:10204:	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'
sox-14.4.2+git20190427/configure:10205:	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'
sox-14.4.2+git20190427/configure-10206-      fi
##############################################
sox-14.4.2+git20190427/configure-10240-	hardcode_direct_absolute=yes
sox-14.4.2+git20190427/configure:10241:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sox-14.4.2+git20190427/configure-10242-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
sox-14.4.2+git20190427/configure-10273-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
sox-14.4.2+git20190427/configure:10274:	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'
sox-14.4.2+git20190427/configure-10275-      else
sox-14.4.2+git20190427/configure-10276-	allow_undefined_flag=' -expect_unresolved \*'
sox-14.4.2+git20190427/configure:10277:	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'
sox-14.4.2+git20190427/configure-10278-      fi
##############################################
sox-14.4.2+git20190427/configure-10286-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
sox-14.4.2+git20190427/configure:10287:	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'
sox-14.4.2+git20190427/configure-10288-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
sox-14.4.2+git20190427/configure-10290-	allow_undefined_flag=' -expect_unresolved \*'
sox-14.4.2+git20190427/configure:10291:	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'
sox-14.4.2+git20190427/configure:10292:	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~
sox-14.4.2+git20190427/configure:10293:	$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'
sox-14.4.2+git20190427/configure-10294-
##############################################
sox-14.4.2+git20190427/configure-10309-      else
sox-14.4.2+git20190427/configure:10310:	case `$CC -V 2>&1` in
sox-14.4.2+git20190427/configure-10311-	*"Compilers 5.0"*)
##############################################
sox-14.4.2+git20190427/configure-10708-  esac
sox-14.4.2+git20190427/configure:10709:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
sox-14.4.2+git20190427/configure-10710-  case $lt_search_path_spec in
##############################################
sox-14.4.2+git20190427/configure-10715-    # okay in the real world where ";" in dirpaths is itself problematic.
sox-14.4.2+git20190427/configure:10716:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
sox-14.4.2+git20190427/configure-10717-    ;;
sox-14.4.2+git20190427/configure-10718-  *)
sox-14.4.2+git20190427/configure:10719:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
sox-14.4.2+git20190427/configure-10720-    ;;
##############################################
sox-14.4.2+git20190427/configure-10724-  lt_tmp_lt_search_path_spec=
sox-14.4.2+git20190427/configure:10725:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
sox-14.4.2+git20190427/configure-10726-  for lt_sys_path in $lt_search_path_spec; do
##############################################
sox-14.4.2+git20190427/configure-10759-  esac
sox-14.4.2+git20190427/configure:10760:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
sox-14.4.2+git20190427/configure-10761-else
##############################################
sox-14.4.2+git20190427/configure-10847-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
sox-14.4.2+git20190427/configure:10848:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $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'
sox-14.4.2+git20190427/configure-10849-    ;;
##############################################
sox-14.4.2+git20190427/configure-10883-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sox-14.4.2+git20190427/configure:10884:    postinstall_cmds='base_file=`basename \${file}`~
sox-14.4.2+git20190427/configure:10885:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sox-14.4.2+git20190427/configure:10886:      dldir=$destdir/`dirname \$dlpath`~
sox-14.4.2+git20190427/configure-10887-      test -d \$dldir || mkdir -p \$dldir~
##############################################
sox-14.4.2+git20190427/configure-10892-      fi'
sox-14.4.2+git20190427/configure:10893:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sox-14.4.2+git20190427/configure-10894-      dlpath=$dir/\$dldll~
##############################################
sox-14.4.2+git20190427/configure-10900-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
sox-14.4.2+git20190427/configure:10901:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sox-14.4.2+git20190427/configure-10902-
##############################################
sox-14.4.2+git20190427/configure-10906-      # MinGW DLLs use traditional 'lib' prefix
sox-14.4.2+git20190427/configure:10907:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sox-14.4.2+git20190427/configure-10908-      ;;
##############################################
sox-14.4.2+git20190427/configure-10910-      # pw32 DLLs use 'pw' prefix rather than 'lib'
sox-14.4.2+git20190427/configure:10911:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sox-14.4.2+git20190427/configure-10912-      ;;
##############################################
sox-14.4.2+git20190427/configure-10919-    libname_spec='$name'
sox-14.4.2+git20190427/configure:10920:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
sox-14.4.2+git20190427/configure-10921-    library_names_spec='${libname}.dll.lib'
##############################################
sox-14.4.2+git20190427/configure-10931-        # Let DOS variable expansion print the short 8.3 style file name.
sox-14.4.2+git20190427/configure:10932:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
sox-14.4.2+git20190427/configure-10933-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
sox-14.4.2+git20190427/configure-10936-      # Convert to MSYS style.
sox-14.4.2+git20190427/configure:10937:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
sox-14.4.2+git20190427/configure-10938-      ;;
##############################################
sox-14.4.2+git20190427/configure-10942-      # like /cygdrive/c/PROGRA~1:/cygdr...
sox-14.4.2+git20190427/configure:10943:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
sox-14.4.2+git20190427/configure:10944:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
sox-14.4.2+git20190427/configure:10945:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sox-14.4.2+git20190427/configure-10946-      ;;
##############################################
sox-14.4.2+git20190427/configure-10950-        # It is most probably a Windows format PATH.
sox-14.4.2+git20190427/configure:10951:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
sox-14.4.2+git20190427/configure-10952-      else
sox-14.4.2+git20190427/configure:10953:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
sox-14.4.2+git20190427/configure-10954-      fi
##############################################
sox-14.4.2+git20190427/configure-10960-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
sox-14.4.2+git20190427/configure:10961:    postinstall_cmds='base_file=`basename \${file}`~
sox-14.4.2+git20190427/configure:10962:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
sox-14.4.2+git20190427/configure:10963:      dldir=$destdir/`dirname \$dlpath`~
sox-14.4.2+git20190427/configure-10964-      test -d \$dldir || mkdir -p \$dldir~
sox-14.4.2+git20190427/configure-10965-      $install_prog $dir/$dlname \$dldir/$dlname'
sox-14.4.2+git20190427/configure:10966:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
sox-14.4.2+git20190427/configure-10967-      dlpath=$dir/\$dldll~
##############################################
sox-14.4.2+git20190427/configure-10974-    # Assume MSVC wrapper
sox-14.4.2+git20190427/configure:10975:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
sox-14.4.2+git20190427/configure-10976-    dynamic_linker='Win32 ld.exe'
##############################################
sox-14.4.2+git20190427/configure-10991-  shlibpath_var=DYLD_LIBRARY_PATH
sox-14.4.2+git20190427/configure:10992:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
sox-14.4.2+git20190427/configure-10993-
##############################################
sox-14.4.2+git20190427/configure-11231-  if test -f /etc/ld.so.conf; then
sox-14.4.2+git20190427/configure:11232:    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' ' '`
sox-14.4.2+git20190427/configure-11233-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
sox-14.4.2+git20190427/configure-11294-  shlibpath_var=LD_LIBRARY_PATH
sox-14.4.2+git20190427/configure:11295:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
sox-14.4.2+git20190427/configure-11296-    case $host_os in
##############################################
sox-14.4.2+git20190427/configure-12567-$as_echo_n "checking gcc version... " >&6; }
sox-14.4.2+git20190427/configure:12568:    gccver=`$CC -dumpversion`
sox-14.4.2+git20190427/configure-12569-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gccver" >&5
##############################################
sox-14.4.2+git20190427/configure-13004-do :
sox-14.4.2+git20190427/configure:13005:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sox-14.4.2+git20190427/configure-13006-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sox-14.4.2+git20190427/configure-13008-  cat >>confdefs.h <<_ACEOF
sox-14.4.2+git20190427/configure:13009:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sox-14.4.2+git20190427/configure-13010-_ACEOF
##############################################
sox-14.4.2+git20190427/configure-13018-do :
sox-14.4.2+git20190427/configure:13019:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sox-14.4.2+git20190427/configure-13020-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sox-14.4.2+git20190427/configure-13022-  cat >>confdefs.h <<_ACEOF
sox-14.4.2+git20190427/configure:13023:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sox-14.4.2+git20190427/configure-13024-_ACEOF
##############################################
sox-14.4.2+git20190427/configure-13605-$as_echo_n "checking for libtool version... " >&6; }
sox-14.4.2+git20190427/configure:13606:  lt_version="`grep '^VERSION' $srcdir/ltmain.sh | sed -e 's/VERSION\=//g;s/ .*//g;s/"//g'`"
sox-14.4.2+git20190427/configure-13607-  as_arg_v1=$lt_version
##############################################
sox-14.4.2+git20190427/configure-13725-do :
sox-14.4.2+git20190427/configure:13726:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sox-14.4.2+git20190427/configure-13727-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sox-14.4.2+git20190427/configure-13729-  cat >>confdefs.h <<_ACEOF
sox-14.4.2+git20190427/configure:13730:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sox-14.4.2+git20190427/configure-13731-_ACEOF
##############################################
sox-14.4.2+git20190427/configure-14739-  test $ac_status = 0; }; then
sox-14.4.2+git20190427/configure:14740:  pkg_cv_OPUS_CFLAGS=`$PKG_CONFIG --cflags "opusfile" 2>/dev/null`
sox-14.4.2+git20190427/configure-14741-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
sox-14.4.2+git20190427/configure-14756-  test $ac_status = 0; }; then
sox-14.4.2+git20190427/configure:14757:  pkg_cv_OPUS_LIBS=`$PKG_CONFIG --libs "opusfile" 2>/dev/null`
sox-14.4.2+git20190427/configure-14758-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
sox-14.4.2+git20190427/configure-14777-        if test $_pkg_short_errors_supported = yes; then
sox-14.4.2+git20190427/configure:14778:	        OPUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "opusfile" 2>&1`
sox-14.4.2+git20190427/configure-14779-        else
sox-14.4.2+git20190427/configure:14780:	        OPUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "opusfile" 2>&1`
sox-14.4.2+git20190427/configure-14781-        fi
##############################################
sox-14.4.2+git20190427/configure-16045-  test $ac_status = 0; }; then
sox-14.4.2+git20190427/configure:16046:  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile" 2>/dev/null`
sox-14.4.2+git20190427/configure-16047-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
sox-14.4.2+git20190427/configure-16062-  test $ac_status = 0; }; then
sox-14.4.2+git20190427/configure:16063:  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile" 2>/dev/null`
sox-14.4.2+git20190427/configure-16064-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
sox-14.4.2+git20190427/configure-16083-        if test $_pkg_short_errors_supported = yes; then
sox-14.4.2+git20190427/configure:16084:	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile" 2>&1`
sox-14.4.2+git20190427/configure-16085-        else
sox-14.4.2+git20190427/configure:16086:	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile" 2>&1`
sox-14.4.2+git20190427/configure-16087-        fi
##############################################
sox-14.4.2+git20190427/configure-16798-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
sox-14.4.2+git20190427/configure:16799:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
sox-14.4.2+git20190427/configure-16800-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
sox-14.4.2+git20190427/configure-17078-if test -z "$BASH_VERSION$ZSH_VERSION" \
sox-14.4.2+git20190427/configure:17079:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sox-14.4.2+git20190427/configure-17080-  as_echo='print -r --'
sox-14.4.2+git20190427/configure-17081-  as_echo_n='print -rn --'
sox-14.4.2+git20190427/configure:17082:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sox-14.4.2+git20190427/configure-17083-  as_echo='printf %s\n'
##############################################
sox-14.4.2+git20190427/configure-17085-else
sox-14.4.2+git20190427/configure:17086:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sox-14.4.2+git20190427/configure-17087-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sox-14.4.2+git20190427/configure-17095-	expr "X$arg" : "X\\(.*\\)$as_nl";
sox-14.4.2+git20190427/configure:17096:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sox-14.4.2+git20190427/configure-17097-      esac;
##############################################
sox-14.4.2+git20190427/configure-17172-# ----------------------------------------
sox-14.4.2+git20190427/configure:17173:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sox-14.4.2+git20190427/configure-17174-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sox-14.4.2+git20190427/configure-17244-  {
sox-14.4.2+git20190427/configure:17245:    as_val=`expr "$@" || test $? -eq 1`
sox-14.4.2+git20190427/configure-17246-  }
##############################################
sox-14.4.2+git20190427/configure-17348-      case $as_dir in #(
sox-14.4.2+git20190427/configure:17349:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sox-14.4.2+git20190427/configure-17350-      *) as_qdir=$as_dir;;
##############################################
sox-14.4.2+git20190427/configure-17483-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
sox-14.4.2+git20190427/configure:17484:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
sox-14.4.2+git20190427/configure-17485-ac_cs_version="\\
##############################################
sox-14.4.2+git20190427/configure-17508-  --*=?*)
sox-14.4.2+git20190427/configure:17509:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sox-14.4.2+git20190427/configure:17510:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sox-14.4.2+git20190427/configure-17511-    ac_shift=:
##############################################
sox-14.4.2+git20190427/configure-17513-  --*=)
sox-14.4.2+git20190427/configure:17514:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sox-14.4.2+git20190427/configure-17515-    ac_optarg=
##############################################
sox-14.4.2+git20190427/configure-17537-    case $ac_optarg in
sox-14.4.2+git20190427/configure:17538:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sox-14.4.2+git20190427/configure-17539-    '') as_fn_error $? "missing file argument" ;;
##############################################
sox-14.4.2+git20190427/configure-17545-    case $ac_optarg in
sox-14.4.2+git20190427/configure:17546:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sox-14.4.2+git20190427/configure-17547-    esac
##############################################
sox-14.4.2+git20190427/configure-17614-delay_variable_subst='$delay_variable_subst'
sox-14.4.2+git20190427/configure:17615:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17616:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17617:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17618:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17619:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17620:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17621:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17622:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17623:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17624:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17625:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17626:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17627:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17628:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17629:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17630:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17631:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17632:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17633:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17634:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17635:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17636:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17637:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17638:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17639:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17640:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17641:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17642:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17643:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17644:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17645:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17646:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17647:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17648:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17649:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17650:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17651:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17652:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17653:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17654:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17655:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17656:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17657:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17658:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17659:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17660:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17661:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17662:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17663:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17664:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17665:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17666:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17667:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17668:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17669:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17670:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17671:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17672: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"`'
sox-14.4.2+git20190427/configure:17673:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17674:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17675:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17676:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17677:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17678:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17679:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17680:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17681:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17682:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17683:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17684:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17685:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17686:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17687:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17688:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17689:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17690:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17691:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17692:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17693:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17694:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17695:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17696:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17697:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17698:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17699:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17700:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17701:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17702:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17703:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17704:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17705:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17706:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17707:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17708:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17709:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17710:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17711:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17712:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17713:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17714:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17715:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17716:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17717:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17718:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17719:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17720:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17721:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17722:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17723:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17724:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17725:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17726:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17727:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17728:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17729:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17730:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17731:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17732:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17733:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17734:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17735:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17736:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17737:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17738:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17739:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17740:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17741:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17742:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17743:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17744:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure:17745:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
sox-14.4.2+git20190427/configure-17746-
##############################################
sox-14.4.2+git20190427/configure-17825-striplib; do
sox-14.4.2+git20190427/configure:17826:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sox-14.4.2+git20190427/configure-17827-    *[\\\\\\\`\\"\\\$]*)
sox-14.4.2+git20190427/configure:17828:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
sox-14.4.2+git20190427/configure-17829-      ;;
##############################################
sox-14.4.2+git20190427/configure-17855-sys_lib_dlsearch_path_spec; do
sox-14.4.2+git20190427/configure:17856:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
sox-14.4.2+git20190427/configure-17857-    *[\\\\\\\`\\"\\\$]*)
sox-14.4.2+git20190427/configure:17858:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
sox-14.4.2+git20190427/configure-17859-      ;;
##############################################
sox-14.4.2+git20190427/configure-17959-fi
sox-14.4.2+git20190427/configure:17960:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
sox-14.4.2+git20190427/configure-17961-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
sox-14.4.2+git20190427/configure-17976-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
sox-14.4.2+git20190427/configure:17977:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
sox-14.4.2+git20190427/configure-17978-ac_delim='%!_!# '
##############################################
sox-14.4.2+git20190427/configure-17982-
sox-14.4.2+git20190427/configure:17983:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
sox-14.4.2+git20190427/configure-17984-  if test $ac_delim_n = $ac_delim_num; then
##############################################
sox-14.4.2+git20190427/configure-18120-for ac_last_try in false false :; do
sox-14.4.2+git20190427/configure:18121:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
sox-14.4.2+git20190427/configure-18122-  if test -z "$ac_tt"; then
##############################################
sox-14.4.2+git20190427/configure-18252-      esac
sox-14.4.2+git20190427/configure:18253:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
sox-14.4.2+git20190427/configure-18254-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
sox-14.4.2+git20190427/configure-18311-*)
sox-14.4.2+git20190427/configure:18312:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sox-14.4.2+git20190427/configure-18313-  # A ".." for each directory in $ac_dir_suffix.
sox-14.4.2+git20190427/configure:18314:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sox-14.4.2+git20190427/configure-18315-  case $ac_top_builddir_sub in
##############################################
sox-14.4.2+git20190427/configure-18372-/@mandir@/p'
sox-14.4.2+git20190427/configure:18373:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
sox-14.4.2+git20190427/configure-18374-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
sox-14.4.2+git20190427/configure-18389-
sox-14.4.2+git20190427/configure:18390:# Neutralize VPATH when `$srcdir' = `.'.
sox-14.4.2+git20190427/configure-18391-# Shell code in configure.ac might set extrasub.
##############################################
sox-14.4.2+git20190427/configure-18417-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
sox-14.4.2+git20190427/configure:18418:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
sox-14.4.2+git20190427/configure-18419-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
sox-14.4.2+git20190427/configure-18463-    * )
sox-14.4.2+git20190427/configure:18464:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sox-14.4.2+git20190427/configure-18465-  esac
##############################################
sox-14.4.2+git20190427/configure-18510-    # Strip MF so we end up with the name of the file.
sox-14.4.2+git20190427/configure:18511:    mf=`echo "$mf" | sed -e 's/:.*$//'`
sox-14.4.2+git20190427/configure-18512-    # Check whether this is an Automake generated Makefile or not.
##############################################
sox-14.4.2+git20190427/configure-18547-    # from the Makefile without running 'make'.
sox-14.4.2+git20190427/configure:18548:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sox-14.4.2+git20190427/configure-18549-    test -z "$DEPDIR" && continue
sox-14.4.2+git20190427/configure:18550:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
sox-14.4.2+git20190427/configure-18551-    test -z "$am__include" && continue
sox-14.4.2+git20190427/configure:18552:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sox-14.4.2+git20190427/configure-18553-    # Find all dependency output files, they are included files with
##############################################
sox-14.4.2+git20190427/configure-18606-
sox-14.4.2+git20190427/configure:18607:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
sox-14.4.2+git20190427/configure-18608-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
sox-14.4.2+git20190427/libgsm/Makefile.in-41-  { \
sox-14.4.2+git20190427/libgsm/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sox-14.4.2+git20190427/libgsm/Makefile.in-43-  }; \
##############################################
sox-14.4.2+git20190427/libgsm/Makefile.in-466-.c.obj:
sox-14.4.2+git20190427/libgsm/Makefile.in:467:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sox-14.4.2+git20190427/libgsm/Makefile.in-468-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sox-14.4.2+git20190427/libgsm/Makefile.in-470-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/libgsm/Makefile.in:471:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sox-14.4.2+git20190427/libgsm/Makefile.in-472-
##############################################
sox-14.4.2+git20190427/libgsm/Makefile.in-515-GTAGS:
sox-14.4.2+git20190427/libgsm/Makefile.in:516:	here=`$(am__cd) $(top_builddir) && pwd` \
sox-14.4.2+git20190427/libgsm/Makefile.in-517-	  && $(am__cd) $(top_srcdir) \
##############################################
sox-14.4.2+git20190427/libgsm/Makefile.in-538-distdir: $(DISTFILES)
sox-14.4.2+git20190427/libgsm/Makefile.in:539:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/libgsm/Makefile.in:540:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/libgsm/Makefile.in-541-	list='$(DISTFILES)'; \
##############################################
sox-14.4.2+git20190427/libgsm/Makefile.in-552-	  if test -d $$d/$$file; then \
sox-14.4.2+git20190427/libgsm/Makefile.in:553:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sox-14.4.2+git20190427/libgsm/Makefile.in-554-	    if test -d "$(distdir)/$$file"; then \
##############################################
sox-14.4.2+git20190427/Makefile.in-40-  { \
sox-14.4.2+git20190427/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sox-14.4.2+git20190427/Makefile.in-42-  }; \
##############################################
sox-14.4.2+git20190427/Makefile.in-129-  esac
sox-14.4.2+git20190427/Makefile.in:130:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sox-14.4.2+git20190427/Makefile.in-131-am__vpath_adj = case $$p in \
sox-14.4.2+git20190427/Makefile.in:132:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sox-14.4.2+git20190427/Makefile.in-133-    *) f=$$p;; \
sox-14.4.2+git20190427/Makefile.in-134-  esac;
sox-14.4.2+git20190427/Makefile.in:135:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sox-14.4.2+git20190427/Makefile.in-136-am__install_max = 40
sox-14.4.2+git20190427/Makefile.in-137-am__nobase_strip_setup = \
sox-14.4.2+git20190427/Makefile.in:138:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sox-14.4.2+git20190427/Makefile.in-139-am__nobase_strip = \
##############################################
sox-14.4.2+git20190427/Makefile.in-209-  while test -n "$$dir1"; do \
sox-14.4.2+git20190427/Makefile.in:210:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
sox-14.4.2+git20190427/Makefile.in-211-    if test "$$first" != "."; then \
sox-14.4.2+git20190427/Makefile.in-212-      if test "$$first" = ".."; then \
sox-14.4.2+git20190427/Makefile.in:213:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
sox-14.4.2+git20190427/Makefile.in:214:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
sox-14.4.2+git20190427/Makefile.in-215-      else \
sox-14.4.2+git20190427/Makefile.in:216:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
sox-14.4.2+git20190427/Makefile.in-217-        if test "$$first2" = "$$first"; then \
sox-14.4.2+git20190427/Makefile.in:218:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
sox-14.4.2+git20190427/Makefile.in-219-        else \
##############################################
sox-14.4.2+git20190427/Makefile.in-224-    fi; \
sox-14.4.2+git20190427/Makefile.in:225:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
sox-14.4.2+git20190427/Makefile.in-226-  done; \
##############################################
sox-14.4.2+git20190427/Makefile.in-490-	test -n "$(man1dir)" \
sox-14.4.2+git20190427/Makefile.in:491:	  && test -n "`echo $$list1$$list2`" \
sox-14.4.2+git20190427/Makefile.in-492-	  || exit 0; \
##############################################
sox-14.4.2+git20190427/Makefile.in-533-	test -n "$(man3dir)" \
sox-14.4.2+git20190427/Makefile.in:534:	  && test -n "`echo $$list1$$list2`" \
sox-14.4.2+git20190427/Makefile.in-535-	  || exit 0; \
##############################################
sox-14.4.2+git20190427/Makefile.in-576-	test -n "$(man7dir)" \
sox-14.4.2+git20190427/Makefile.in:577:	  && test -n "`echo $$list1$$list2`" \
sox-14.4.2+git20190427/Makefile.in-578-	  || exit 0; \
##############################################
sox-14.4.2+git20190427/Makefile.in-633-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
sox-14.4.2+git20190427/Makefile.in:634:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
sox-14.4.2+git20190427/Makefile.in-635-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
sox-14.4.2+git20190427/Makefile.in-650-	dot_seen=no; \
sox-14.4.2+git20190427/Makefile.in:651:	target=`echo $@ | sed s/-recursive//`; \
sox-14.4.2+git20190427/Makefile.in-652-	case "$@" in \
##############################################
sox-14.4.2+git20190427/Makefile.in-713-GTAGS:
sox-14.4.2+git20190427/Makefile.in:714:	here=`$(am__cd) $(top_builddir) && pwd` \
sox-14.4.2+git20190427/Makefile.in-715-	  && $(am__cd) $(top_srcdir) \
##############################################
sox-14.4.2+git20190427/Makefile.in-745-	test -d "$(distdir)" || mkdir "$(distdir)"
sox-14.4.2+git20190427/Makefile.in:746:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/Makefile.in:747:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/Makefile.in-748-	list='$(DISTFILES)'; \
##############################################
sox-14.4.2+git20190427/Makefile.in-759-	  if test -d $$d/$$file; then \
sox-14.4.2+git20190427/Makefile.in:760:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sox-14.4.2+git20190427/Makefile.in-761-	    if test -d "$(distdir)/$$file"; then \
##############################################
sox-14.4.2+git20190427/Makefile.in-870-	test -d $(distdir)/_build || exit 0; \
sox-14.4.2+git20190427/Makefile.in:871:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
sox-14.4.2+git20190427/Makefile.in-872-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
sox-14.4.2+git20190427/Makefile.in-914-	}; \
sox-14.4.2+git20190427/Makefile.in:915:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
sox-14.4.2+git20190427/Makefile.in-916-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
sox-14.4.2+git20190427/Makefile.in-926-	fi
sox-14.4.2+git20190427/Makefile.in:927:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
sox-14.4.2+git20190427/Makefile.in-928-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
sox-14.4.2+git20190427/lpc10/Makefile.in-41-  { \
sox-14.4.2+git20190427/lpc10/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sox-14.4.2+git20190427/lpc10/Makefile.in-43-  }; \
##############################################
sox-14.4.2+git20190427/lpc10/Makefile.in-474-.c.obj:
sox-14.4.2+git20190427/lpc10/Makefile.in:475:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sox-14.4.2+git20190427/lpc10/Makefile.in-476-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sox-14.4.2+git20190427/lpc10/Makefile.in-478-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sox-14.4.2+git20190427/lpc10/Makefile.in:479:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
sox-14.4.2+git20190427/lpc10/Makefile.in-480-
##############################################
sox-14.4.2+git20190427/lpc10/Makefile.in-523-GTAGS:
sox-14.4.2+git20190427/lpc10/Makefile.in:524:	here=`$(am__cd) $(top_builddir) && pwd` \
sox-14.4.2+git20190427/lpc10/Makefile.in-525-	  && $(am__cd) $(top_srcdir) \
##############################################
sox-14.4.2+git20190427/lpc10/Makefile.in-546-distdir: $(DISTFILES)
sox-14.4.2+git20190427/lpc10/Makefile.in:547:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/lpc10/Makefile.in:548:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sox-14.4.2+git20190427/lpc10/Makefile.in-549-	list='$(DISTFILES)'; \
##############################################
sox-14.4.2+git20190427/lpc10/Makefile.in-560-	  if test -d $$d/$$file; then \
sox-14.4.2+git20190427/lpc10/Makefile.in:561:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sox-14.4.2+git20190427/lpc10/Makefile.in-562-	    if test -d "$(distdir)/$$file"; then \
##############################################
sox-14.4.2+git20190427/sox.txt-2210-              #!/bin/sh
sox-14.4.2+git20190427/sox.txt:2211:              chans=`soxi -c "$1"`
sox-14.4.2+git20190427/sox.txt-2212-              while [ $chans -ge 1 ]; do
sox-14.4.2+git20190427/sox.txt:2213:                 chans0=`printf %02i $chans`   # 2 digits hence up to 99 chans
sox-14.4.2+git20190427/sox.txt:2214:                 out=`echo "$1"|sed "s/\(.*\)\.\(.*\)/\1-$chans0.\2/"`
sox-14.4.2+git20190427/sox.txt-2215-                 sox "$1" "$out" remix $chans
sox-14.4.2+git20190427/sox.txt:2216:                 chans=`expr $chans - 1`
sox-14.4.2+git20190427/sox.txt-2217-              done
##############################################
sox-14.4.2+git20190427/.pc/0011-lintian-man-sox.patch/sox.1-2931-#!/bin/sh
sox-14.4.2+git20190427/.pc/0011-lintian-man-sox.patch/sox.1:2932:chans=\`soxi \-c "$1"\`
sox-14.4.2+git20190427/.pc/0011-lintian-man-sox.patch/sox.1-2933-while [ $chans \-ge 1 ]; do
sox-14.4.2+git20190427/.pc/0011-lintian-man-sox.patch/sox.1:2934:   chans0=\`printf %02i $chans\`   # 2 digits hence up to 99 chans
sox-14.4.2+git20190427/.pc/0011-lintian-man-sox.patch/sox.1:2935:   out=\`echo "$1"|sed "s/\\(.*\\)\\.\\(.*\\)/\\1\-$chans0.\\2/"\`
sox-14.4.2+git20190427/.pc/0011-lintian-man-sox.patch/sox.1-2936-   sox "$1" "$out" remix $chans
sox-14.4.2+git20190427/.pc/0011-lintian-man-sox.patch/sox.1:2937:   chans=\`expr $chans \- 1\`
sox-14.4.2+git20190427/.pc/0011-lintian-man-sox.patch/sox.1-2938-done
##############################################
sox-14.4.2+git20190427/sox.1-2931-#!/bin/sh
sox-14.4.2+git20190427/sox.1:2932:chans=\`soxi \-c "$1"\`
sox-14.4.2+git20190427/sox.1-2933-while [ $chans \-ge 1 ]; do
sox-14.4.2+git20190427/sox.1:2934:   chans0=\`printf %02i $chans\`   # 2 digits hence up to 99 chans
sox-14.4.2+git20190427/sox.1:2935:   out=\`echo "$1"|sed "s/\\(.*\\)\\.\\(.*\\)/\\1\-$chans0.\\2/"\`
sox-14.4.2+git20190427/sox.1-2936-   sox "$1" "$out" remix $chans
sox-14.4.2+git20190427/sox.1:2937:   chans=\`expr $chans \- 1\`
sox-14.4.2+git20190427/sox.1-2938-done