===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
htsengine-1.10/config/compile-67-	mingw/*)
htsengine-1.10/config/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
htsengine-1.10/config/compile-69-	  ;;
htsengine-1.10/config/compile-70-	cygwin/*)
htsengine-1.10/config/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
htsengine-1.10/config/compile-72-	  ;;
htsengine-1.10/config/compile-73-	wine/*)
htsengine-1.10/config/compile:74:	  file=`winepath -w "$file" || echo "$file"`
htsengine-1.10/config/compile-75-	  ;;
##############################################
htsengine-1.10/config/compile-309-# Name of file we expect compiler to create.
htsengine-1.10/config/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
htsengine-1.10/config/compile-311-
##############################################
htsengine-1.10/config/compile-315-# object file name, since that is what matters with a parallel build.
htsengine-1.10/config/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
htsengine-1.10/config/compile-317-while true; do
##############################################
htsengine-1.10/config/config.guess-34-
htsengine-1.10/config/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
htsengine-1.10/config/config.guess-36-
##############################################
htsengine-1.10/config/config.guess-102-: ${TMPDIR=/tmp} ;
htsengine-1.10/config/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
htsengine-1.10/config/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
htsengine-1.10/config/config.guess-151-	EOF
htsengine-1.10/config/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
htsengine-1.10/config/config.guess-153-	;;
##############################################
htsengine-1.10/config/config.guess-209-	    *)
htsengine-1.10/config/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
htsengine-1.10/config/config.guess-211-		;;
##############################################
htsengine-1.10/config/config.guess-240-	*4.0)
htsengine-1.10/config/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
htsengine-1.10/config/config.guess-242-		;;
htsengine-1.10/config/config.guess-243-	*5.*)
htsengine-1.10/config/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
htsengine-1.10/config/config.guess-245-		;;
##############################################
htsengine-1.10/config/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
htsengine-1.10/config/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
htsengine-1.10/config/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
htsengine-1.10/config/config.guess-288-	# 1.2 uses "1.2" for uname -r.
htsengine-1.10/config/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
htsengine-1.10/config/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
htsengine-1.10/config/config.guess-348-    s390x:SunOS:*:*)
htsengine-1.10/config/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htsengine-1.10/config/config.guess-350-	exit ;;
htsengine-1.10/config/config.guess-351-    sun4H:SunOS:5.*:*)
htsengine-1.10/config/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htsengine-1.10/config/config.guess-353-	exit ;;
htsengine-1.10/config/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
htsengine-1.10/config/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htsengine-1.10/config/config.guess-356-	exit ;;
##############################################
htsengine-1.10/config/config.guess-373-	fi
htsengine-1.10/config/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htsengine-1.10/config/config.guess-375-	exit ;;
##############################################
htsengine-1.10/config/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
htsengine-1.10/config/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htsengine-1.10/config/config.guess-381-	exit ;;
##############################################
htsengine-1.10/config/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
htsengine-1.10/config/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
htsengine-1.10/config/config.guess-390-	exit ;;
##############################################
htsengine-1.10/config/config.guess-394-    sun*:*:4.2BSD:*)
htsengine-1.10/config/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
htsengine-1.10/config/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
htsengine-1.10/config/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
htsengine-1.10/config/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
htsengine-1.10/config/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
htsengine-1.10/config/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
htsengine-1.10/config/config.guess-532-    *:IRIX*:*:*)
htsengine-1.10/config/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
htsengine-1.10/config/config.guess-534-	exit ;;
##############################################
htsengine-1.10/config/config.guess-562-EOF
htsengine-1.10/config/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
htsengine-1.10/config/config.guess-564-		then
##############################################
htsengine-1.10/config/config.guess-575-    *:AIX:*:[4567])
htsengine-1.10/config/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
htsengine-1.10/config/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
htsengine-1.10/config/config.guess-610-    9000/[34678]??:HP-UX:*:*)
htsengine-1.10/config/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
htsengine-1.10/config/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
htsengine-1.10/config/config.guess-664-EOF
htsengine-1.10/config/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
htsengine-1.10/config/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
htsengine-1.10/config/config.guess-692-    ia64:HP-UX:*:*)
htsengine-1.10/config/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
htsengine-1.10/config/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
htsengine-1.10/config/config.guess-722-EOF
htsengine-1.10/config/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
htsengine-1.10/config/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
htsengine-1.10/config/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
htsengine-1.10/config/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
htsengine-1.10/config/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
htsengine-1.10/config/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
htsengine-1.10/config/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
htsengine-1.10/config/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
htsengine-1.10/config/config.guess-814-	    amd64)
htsengine-1.10/config/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
htsengine-1.10/config/config.guess-816-	    *)
htsengine-1.10/config/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
htsengine-1.10/config/config.guess-818-	esac
##############################################
htsengine-1.10/config/config.guess-872-    prep*:SunOS:5.*:*)
htsengine-1.10/config/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htsengine-1.10/config/config.guess-874-	exit ;;
##############################################
htsengine-1.10/config/config.guess-876-	# the GNU system
htsengine-1.10/config/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
htsengine-1.10/config/config.guess-878-	exit ;;
##############################################
htsengine-1.10/config/config.guess-880-	# other systems with GNU libc and userland
htsengine-1.10/config/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
htsengine-1.10/config/config.guess-882-	exit ;;
##############################################
htsengine-1.10/config/config.guess-968-EOF
htsengine-1.10/config/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
htsengine-1.10/config/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
htsengine-1.10/config/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
htsengine-1.10/config/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
htsengine-1.10/config/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
htsengine-1.10/config/config.guess-1262-	fi
htsengine-1.10/config/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
htsengine-1.10/config/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
htsengine-1.10/config/config.guess-1347-    *:DragonFly:*:*)
htsengine-1.10/config/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
htsengine-1.10/config/config.guess-1349-	exit ;;
##############################################
htsengine-1.10/config/config.guess-1360-    i*86:skyos:*:*)
htsengine-1.10/config/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
htsengine-1.10/config/config.guess-1362-	exit ;;
##############################################
htsengine-1.10/config/config.guess-1488-
htsengine-1.10/config/config.guess:1489:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
htsengine-1.10/config/config.guess-1490-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
htsengine-1.10/config/config.sub-52-
htsengine-1.10/config/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
htsengine-1.10/config/config.sub-54-
##############################################
htsengine-1.10/config/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
htsengine-1.10/config/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
htsengine-1.10/config/config.sub-117-case $maybe_os in
##############################################
htsengine-1.10/config/config.sub-123-    os=-$maybe_os
htsengine-1.10/config/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
htsengine-1.10/config/config.sub-125-    ;;
##############################################
htsengine-1.10/config/config.sub-127-    os=-linux-android
htsengine-1.10/config/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
htsengine-1.10/config/config.sub-129-    ;;
htsengine-1.10/config/config.sub-130-  *)
htsengine-1.10/config/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
htsengine-1.10/config/config.sub-132-    if [ $basic_machine != $1 ]
htsengine-1.10/config/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
htsengine-1.10/config/config.sub-134-    else os=; fi
##############################################
htsengine-1.10/config/config.sub-181-		os=-sco5v6
htsengine-1.10/config/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-183-		;;
##############################################
htsengine-1.10/config/config.sub-185-		os=-sco3.2v5
htsengine-1.10/config/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-187-		;;
##############################################
htsengine-1.10/config/config.sub-189-		os=-sco3.2v4
htsengine-1.10/config/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-191-		;;
htsengine-1.10/config/config.sub-192-	-sco3.2.[4-9]*)
htsengine-1.10/config/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
htsengine-1.10/config/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-195-		;;
##############################################
htsengine-1.10/config/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
htsengine-1.10/config/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-199-		;;
##############################################
htsengine-1.10/config/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
htsengine-1.10/config/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-203-		;;
##############################################
htsengine-1.10/config/config.sub-205-		os=-sco3.2v2
htsengine-1.10/config/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-207-		;;
htsengine-1.10/config/config.sub-208-	-udk*)
htsengine-1.10/config/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-210-		;;
##############################################
htsengine-1.10/config/config.sub-212-		os=-isc2.2
htsengine-1.10/config/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-214-		;;
##############################################
htsengine-1.10/config/config.sub-218-	-isc*)
htsengine-1.10/config/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htsengine-1.10/config/config.sub-220-		;;
##############################################
htsengine-1.10/config/config.sub-230-	-ptx*)
htsengine-1.10/config/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
htsengine-1.10/config/config.sub-232-		;;
htsengine-1.10/config/config.sub-233-	-windowsnt*)
htsengine-1.10/config/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
htsengine-1.10/config/config.sub-235-		;;
##############################################
htsengine-1.10/config/config.sub-360-	*-*-*)
htsengine-1.10/config/config.sub:361:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
htsengine-1.10/config/config.sub-362-		exit 1
##############################################
htsengine-1.10/config/config.sub-481-	amd64-*)
htsengine-1.10/config/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-483-		;;
##############################################
htsengine-1.10/config/config.sub-523-	blackfin-*)
htsengine-1.10/config/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-525-		os=-linux
##############################################
htsengine-1.10/config/config.sub-531-	c54x-*)
htsengine-1.10/config/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-533-		;;
htsengine-1.10/config/config.sub-534-	c55x-*)
htsengine-1.10/config/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-536-		;;
htsengine-1.10/config/config.sub-537-	c6x-*)
htsengine-1.10/config/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-539-		;;
##############################################
htsengine-1.10/config/config.sub-734-	i*86v32)
htsengine-1.10/config/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htsengine-1.10/config/config.sub-736-		os=-sysv32
##############################################
htsengine-1.10/config/config.sub-738-	i*86v4*)
htsengine-1.10/config/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htsengine-1.10/config/config.sub-740-		os=-sysv4
##############################################
htsengine-1.10/config/config.sub-742-	i*86v)
htsengine-1.10/config/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htsengine-1.10/config/config.sub-744-		os=-sysv
##############################################
htsengine-1.10/config/config.sub-746-	i*86sol2)
htsengine-1.10/config/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htsengine-1.10/config/config.sub-748-		os=-solaris2
##############################################
htsengine-1.10/config/config.sub-776-	m68knommu-*)
htsengine-1.10/config/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-778-		os=-linux
##############################################
htsengine-1.10/config/config.sub-813-	mips3*-*)
htsengine-1.10/config/config.sub:814:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
htsengine-1.10/config/config.sub-815-		;;
htsengine-1.10/config/config.sub-816-	mips3*)
htsengine-1.10/config/config.sub:817:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
htsengine-1.10/config/config.sub-818-		;;
##############################################
htsengine-1.10/config/config.sub-831-	ms1-*)
htsengine-1.10/config/config.sub:832:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
htsengine-1.10/config/config.sub-833-		;;
##############################################
htsengine-1.10/config/config.sub-950-	parisc-*)
htsengine-1.10/config/config.sub:951:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-952-		os=-linux
##############################################
htsengine-1.10/config/config.sub-966-	pc98-*)
htsengine-1.10/config/config.sub:967:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-968-		;;
##############################################
htsengine-1.10/config/config.sub-981-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
htsengine-1.10/config/config.sub:982:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-983-		;;
htsengine-1.10/config/config.sub-984-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
htsengine-1.10/config/config.sub:985:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-986-		;;
htsengine-1.10/config/config.sub-987-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
htsengine-1.10/config/config.sub:988:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-989-		;;
htsengine-1.10/config/config.sub-990-	pentium4-*)
htsengine-1.10/config/config.sub:991:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-992-		;;
##############################################
htsengine-1.10/config/config.sub-1000-	ppc-* | ppcbe-*)
htsengine-1.10/config/config.sub:1001:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-1002-		;;
##############################################
htsengine-1.10/config/config.sub-1006-	ppcle-* | powerpclittle-*)
htsengine-1.10/config/config.sub:1007:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-1008-		;;
##############################################
htsengine-1.10/config/config.sub-1010-		;;
htsengine-1.10/config/config.sub:1011:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-1012-		;;
##############################################
htsengine-1.10/config/config.sub-1016-	ppc64le-* | powerpc64little-*)
htsengine-1.10/config/config.sub:1017:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-1018-		;;
##############################################
htsengine-1.10/config/config.sub-1099-	strongarm-* | thumb-*)
htsengine-1.10/config/config.sub:1100:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
htsengine-1.10/config/config.sub-1101-		;;
##############################################
htsengine-1.10/config/config.sub-1229-	xscale-* | xscalee[bl]-*)
htsengine-1.10/config/config.sub:1230:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
htsengine-1.10/config/config.sub-1231-		;;
##############################################
htsengine-1.10/config/config.sub-1306-	*)
htsengine-1.10/config/config.sub:1307:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
htsengine-1.10/config/config.sub-1308-		exit 1
##############################################
htsengine-1.10/config/config.sub-1314-	*-digital*)
htsengine-1.10/config/config.sub:1315:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
htsengine-1.10/config/config.sub-1316-		;;
htsengine-1.10/config/config.sub-1317-	*-commodore*)
htsengine-1.10/config/config.sub:1318:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
htsengine-1.10/config/config.sub-1319-		;;
##############################################
htsengine-1.10/config/config.sub-1335-	-solaris1 | -solaris1.*)
htsengine-1.10/config/config.sub:1336:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
htsengine-1.10/config/config.sub-1337-		;;
##############################################
htsengine-1.10/config/config.sub-1347-	-gnu/linux*)
htsengine-1.10/config/config.sub:1348:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
htsengine-1.10/config/config.sub-1349-		;;
##############################################
htsengine-1.10/config/config.sub-1393-	-nto*)
htsengine-1.10/config/config.sub:1394:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
htsengine-1.10/config/config.sub-1395-		;;
##############################################
htsengine-1.10/config/config.sub-1400-	-mac*)
htsengine-1.10/config/config.sub:1401:		os=`echo $os | sed -e 's|mac|macos|'`
htsengine-1.10/config/config.sub-1402-		;;
##############################################
htsengine-1.10/config/config.sub-1406-	-linux*)
htsengine-1.10/config/config.sub:1407:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
htsengine-1.10/config/config.sub-1408-		;;
htsengine-1.10/config/config.sub-1409-	-sunos5*)
htsengine-1.10/config/config.sub:1410:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
htsengine-1.10/config/config.sub-1411-		;;
htsengine-1.10/config/config.sub-1412-	-sunos6*)
htsengine-1.10/config/config.sub:1413:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
htsengine-1.10/config/config.sub-1414-		;;
##############################################
htsengine-1.10/config/config.sub-1461-	-sinix5.*)
htsengine-1.10/config/config.sub:1462:		os=`echo $os | sed -e 's|sinix|sysv|'`
htsengine-1.10/config/config.sub-1463-		;;
##############################################
htsengine-1.10/config/config.sub-1514-		# Get rid of the `-' at the beginning of $os.
htsengine-1.10/config/config.sub:1515:		os=`echo $os | sed 's/[^-]*-//'`
htsengine-1.10/config/config.sub:1516:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
htsengine-1.10/config/config.sub-1517-		exit 1
##############################################
htsengine-1.10/config/config.sub-1780-		esac
htsengine-1.10/config/config.sub:1781:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
htsengine-1.10/config/config.sub-1782-		;;
##############################################
htsengine-1.10/config/install-sh-229-      fi
htsengine-1.10/config/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
htsengine-1.10/config/install-sh-231-    *)
##############################################
htsengine-1.10/config/install-sh-276-      dstdir=$dst
htsengine-1.10/config/install-sh:277:      dst=$dstdir/`basename "$src"`
htsengine-1.10/config/install-sh-278-      dstdir_status=0
##############################################
htsengine-1.10/config/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
htsengine-1.10/config/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
htsengine-1.10/config/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
htsengine-1.10/config/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
htsengine-1.10/config/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
htsengine-1.10/config/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
htsengine-1.10/config/install-sh-425-	    case $prefix in
htsengine-1.10/config/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
htsengine-1.10/config/install-sh-427-	      *) qprefix=$prefix;;
##############################################
htsengine-1.10/config/install-sh-474-    if $copy_on_change &&
htsengine-1.10/config/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
htsengine-1.10/config/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
htsengine-1.10/config/install-sh-477-
##############################################
htsengine-1.10/config/depcomp-64-  case $1 in
htsengine-1.10/config/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
htsengine-1.10/config/depcomp-66-      *) dir=;;
##############################################
htsengine-1.10/config/depcomp-73-{
htsengine-1.10/config/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
htsengine-1.10/config/depcomp-75-}
##############################################
htsengine-1.10/config/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
htsengine-1.10/config/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
htsengine-1.10/config/depcomp-128-
##############################################
htsengine-1.10/config/depcomp-405-        sleep 1
htsengine-1.10/config/depcomp:406:        i=`expr $i - 1`
htsengine-1.10/config/depcomp-407-      done
htsengine-1.10/config/depcomp-408-    fi
htsengine-1.10/config/depcomp:409:    i=`expr $i - 1`
htsengine-1.10/config/depcomp-410-  done
##############################################
htsengine-1.10/config/depcomp-425-  # Do two passes, one to just change these to
htsengine-1.10/config/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
htsengine-1.10/config/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
htsengine-1.10/config/depcomp-659-  done
htsengine-1.10/config/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
htsengine-1.10/config/depcomp-661-  touch "$tmpdepfile"
##############################################
htsengine-1.10/configure-49-if test -z "$BASH_VERSION$ZSH_VERSION" \
htsengine-1.10/configure:50:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
htsengine-1.10/configure-51-  as_echo='print -r --'
htsengine-1.10/configure-52-  as_echo_n='print -rn --'
htsengine-1.10/configure:53:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
htsengine-1.10/configure-54-  as_echo='printf %s\n'
##############################################
htsengine-1.10/configure-56-else
htsengine-1.10/configure:57:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
htsengine-1.10/configure-58-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
htsengine-1.10/configure-66-	expr "X$arg" : "X\\(.*\\)$as_nl";
htsengine-1.10/configure:67:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
htsengine-1.10/configure-68-      esac;
##############################################
htsengine-1.10/configure-203-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
htsengine-1.10/configure:204:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
htsengine-1.10/configure-205-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
htsengine-1.10/configure-331-      case $as_dir in #(
htsengine-1.10/configure:332:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
htsengine-1.10/configure-333-      *) as_qdir=$as_dir;;
##############################################
htsengine-1.10/configure-404-  {
htsengine-1.10/configure:405:    as_val=`expr "$@" || test $? -eq 1`
htsengine-1.10/configure-406-  }
##############################################
htsengine-1.10/configure-411-# ----------------------------------------
htsengine-1.10/configure:412:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
htsengine-1.10/configure-413-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
htsengine-1.10/configure-474-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
htsengine-1.10/configure:475:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
htsengine-1.10/configure-476-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
htsengine-1.10/configure-805-  case $ac_option in
htsengine-1.10/configure:806:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
htsengine-1.10/configure-807-  *=)   ac_optarg= ;;
##############################################
htsengine-1.10/configure-849-  -disable-* | --disable-*)
htsengine-1.10/configure:850:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
htsengine-1.10/configure-851-    # Reject names that are not valid shell variable names.
##############################################
htsengine-1.10/configure-854-    ac_useropt_orig=$ac_useropt
htsengine-1.10/configure:855:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
htsengine-1.10/configure-856-    case $ac_user_opts in
##############################################
htsengine-1.10/configure-875-  -enable-* | --enable-*)
htsengine-1.10/configure:876:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
htsengine-1.10/configure-877-    # Reject names that are not valid shell variable names.
##############################################
htsengine-1.10/configure-880-    ac_useropt_orig=$ac_useropt
htsengine-1.10/configure:881:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
htsengine-1.10/configure-882-    case $ac_user_opts in
##############################################
htsengine-1.10/configure-1079-  -with-* | --with-*)
htsengine-1.10/configure:1080:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
htsengine-1.10/configure-1081-    # Reject names that are not valid shell variable names.
##############################################
htsengine-1.10/configure-1084-    ac_useropt_orig=$ac_useropt
htsengine-1.10/configure:1085:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
htsengine-1.10/configure-1086-    case $ac_user_opts in
##############################################
htsengine-1.10/configure-1095-  -without-* | --without-*)
htsengine-1.10/configure:1096:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
htsengine-1.10/configure-1097-    # Reject names that are not valid shell variable names.
##############################################
htsengine-1.10/configure-1100-    ac_useropt_orig=$ac_useropt
htsengine-1.10/configure:1101:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
htsengine-1.10/configure-1102-    case $ac_user_opts in
##############################################
htsengine-1.10/configure-1133-  *=*)
htsengine-1.10/configure:1134:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
htsengine-1.10/configure-1135-    # Reject names that are not valid shell variable names.
##############################################
htsengine-1.10/configure-1154-if test -n "$ac_prev"; then
htsengine-1.10/configure:1155:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
htsengine-1.10/configure-1156-  as_fn_error $? "missing argument to $ac_option"
##############################################
htsengine-1.10/configure-1176-    */ )
htsengine-1.10/configure:1177:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
htsengine-1.10/configure-1178-      eval $ac_var=\$ac_val;;
##############################################
htsengine-1.10/configure-1211-ac_ls_di=`ls -di .` &&
htsengine-1.10/configure:1212:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
htsengine-1.10/configure-1213-  as_fn_error $? "working directory cannot be determined"
##############################################
htsengine-1.10/configure-1267-case $srcdir in
htsengine-1.10/configure:1268:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
htsengine-1.10/configure-1269-esac
##############################################
htsengine-1.10/configure-1310-By default, \`make install' will install all the files in
htsengine-1.10/configure:1311:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
htsengine-1.10/configure:1312:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
htsengine-1.10/configure-1313-for instance \`--prefix=\$HOME'.
##############################################
htsengine-1.10/configure-1399-*)
htsengine-1.10/configure:1400:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
htsengine-1.10/configure-1401-  # A ".." for each directory in $ac_dir_suffix.
htsengine-1.10/configure:1402:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
htsengine-1.10/configure-1403-  case $ac_top_builddir_sub in
##############################################
htsengine-1.10/configure-1945-    *\'*)
htsengine-1.10/configure:1946:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
htsengine-1.10/configure-1947-    esac
##############################################
htsengine-1.10/configure-2028-      case $ac_val in
htsengine-1.10/configure:2029:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
htsengine-1.10/configure-2030-      esac
##############################################
htsengine-1.10/configure-2043-	case $ac_val in
htsengine-1.10/configure:2044:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
htsengine-1.10/configure-2045-	esac
##############################################
htsengine-1.10/configure-2163-    set,)
htsengine-1.10/configure:2164:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
htsengine-1.10/configure:2165:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
htsengine-1.10/configure-2166-      ac_cache_corrupted=: ;;
##############################################
htsengine-1.10/configure-2174-	# differences in whitespace do not lead to failure.
htsengine-1.10/configure:2175:	ac_old_val_w=`echo x $ac_old_val`
htsengine-1.10/configure:2176:	ac_new_val_w=`echo x $ac_new_val`
htsengine-1.10/configure-2177-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
htsengine-1.10/configure-2194-    case $ac_new_val in
htsengine-1.10/configure:2195:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
htsengine-1.10/configure-2196-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
htsengine-1.10/configure-2371-     echo "timestamp, slept: $am_has_slept" > conftest.file
htsengine-1.10/configure:2372:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
htsengine-1.10/configure-2373-     if test "$*" = "X"; then
htsengine-1.10/configure-2374-	# -L didn't work.
htsengine-1.10/configure:2375:	set X `ls -t "$srcdir/configure" conftest.file`
htsengine-1.10/configure-2376-     fi
##############################################
htsengine-1.10/configure-2422-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
htsengine-1.10/configure:2423:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
htsengine-1.10/configure-2424-
htsengine-1.10/configure-2425-# Expand $ac_aux_dir to an absolute path.
htsengine-1.10/configure:2426:am_aux_dir=`cd "$ac_aux_dir" && pwd`
htsengine-1.10/configure-2427-
##############################################
htsengine-1.10/configure-2567-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
htsengine-1.10/configure:2568:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
htsengine-1.10/configure-2569-	     'mkdir (GNU coreutils) '* | \
##############################################
htsengine-1.10/configure-2640-set x ${MAKE-make}
htsengine-1.10/configure:2641:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
htsengine-1.10/configure-2642-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
htsengine-1.10/configure-2650-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
htsengine-1.10/configure:2651:case `${MAKE-make} -f conftest.make 2>/dev/null` in
htsengine-1.10/configure-2652-  *@@@%%%=?*=@@@%%%*)
##############################################
htsengine-1.10/configure-2716-
htsengine-1.10/configure:2717:if test "`cd $srcdir && pwd`" != "`pwd`"; then
htsengine-1.10/configure-2718-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
htsengine-1.10/configure-3179-$as_echo_n "checking whether the C compiler works... " >&6; }
htsengine-1.10/configure:3180:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
htsengine-1.10/configure-3181-
##############################################
htsengine-1.10/configure-3223-	then :; else
htsengine-1.10/configure:3224:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
htsengine-1.10/configure-3225-	fi
##############################################
htsengine-1.10/configure-3283-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
htsengine-1.10/configure:3284:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
htsengine-1.10/configure-3285-	  break;;
##############################################
htsengine-1.10/configure-3392-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
htsengine-1.10/configure:3393:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
htsengine-1.10/configure-3394-       break;;
##############################################
htsengine-1.10/configure-3700-# Ignore all kinds of additional output from 'make'.
htsengine-1.10/configure:3701:case `$am_make -s -f confmf 2> /dev/null` in #(
htsengine-1.10/configure-3702-*the\ am__doit\ target*)
##############################################
htsengine-1.10/configure-3710-   echo '.include "confinc"' > confmf
htsengine-1.10/configure:3711:   case `$am_make -s -f confmf 2> /dev/null` in #(
htsengine-1.10/configure-3712-   *the\ am__doit\ target*)
##############################################
htsengine-1.10/configure-3773-  if test "$am_compiler_list" = ""; then
htsengine-1.10/configure:3774:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
htsengine-1.10/configure-3775-  fi
##############################################
htsengine-1.10/configure-4270-  # Check for GNU $ac_path_GREP
htsengine-1.10/configure:4271:case `"$ac_path_GREP" --version 2>&1` in
htsengine-1.10/configure-4272-*GNU*)
##############################################
htsengine-1.10/configure-4336-  # Check for GNU $ac_path_EGREP
htsengine-1.10/configure:4337:case `"$ac_path_EGREP" --version 2>&1` in
htsengine-1.10/configure-4338-*GNU*)
##############################################
htsengine-1.10/configure-4497-do :
htsengine-1.10/configure:4498:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
htsengine-1.10/configure-4499-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
htsengine-1.10/configure-4502-  cat >>confdefs.h <<_ACEOF
htsengine-1.10/configure:4503:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
htsengine-1.10/configure-4504-_ACEOF
##############################################
htsengine-1.10/configure-4512-do :
htsengine-1.10/configure:4513:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
htsengine-1.10/configure-4514-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
htsengine-1.10/configure-4516-  cat >>confdefs.h <<_ACEOF
htsengine-1.10/configure:4517:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
htsengine-1.10/configure-4518-_ACEOF
##############################################
htsengine-1.10/configure-4641-do :
htsengine-1.10/configure:4642:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
htsengine-1.10/configure-4643-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
htsengine-1.10/configure-4645-  cat >>confdefs.h <<_ACEOF
htsengine-1.10/configure:4646:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
htsengine-1.10/configure-4647-_ACEOF
##############################################
htsengine-1.10/configure-4706-test "x$ac_build_alias" = x &&
htsengine-1.10/configure:4707:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
htsengine-1.10/configure-4708-test "x$ac_build_alias" = x &&
htsengine-1.10/configure-4709-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
htsengine-1.10/configure:4710:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
htsengine-1.10/configure-4711-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
htsengine-1.10/configure-4730-IFS=$ac_save_IFS
htsengine-1.10/configure:4731:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
htsengine-1.10/configure-4732-
##############################################
htsengine-1.10/configure-4741-else
htsengine-1.10/configure:4742:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
htsengine-1.10/configure-4743-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
htsengine-1.10/configure-4763-IFS=$ac_save_IFS
htsengine-1.10/configure:4764:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
htsengine-1.10/configure-4765-
##############################################
htsengine-1.10/configure-5171-'
htsengine-1.10/configure:5172:DEFS=`sed -n "$ac_script" confdefs.h`
htsengine-1.10/configure-5173-
##############################################
htsengine-1.10/configure-5180-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
htsengine-1.10/configure:5181:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
htsengine-1.10/configure-5182-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
htsengine-1.10/configure-5272-if test -z "$BASH_VERSION$ZSH_VERSION" \
htsengine-1.10/configure:5273:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
htsengine-1.10/configure-5274-  as_echo='print -r --'
htsengine-1.10/configure-5275-  as_echo_n='print -rn --'
htsengine-1.10/configure:5276:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
htsengine-1.10/configure-5277-  as_echo='printf %s\n'
##############################################
htsengine-1.10/configure-5279-else
htsengine-1.10/configure:5280:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
htsengine-1.10/configure-5281-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
htsengine-1.10/configure-5289-	expr "X$arg" : "X\\(.*\\)$as_nl";
htsengine-1.10/configure:5290:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
htsengine-1.10/configure-5291-      esac;
##############################################
htsengine-1.10/configure-5366-# ----------------------------------------
htsengine-1.10/configure:5367:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
htsengine-1.10/configure-5368-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
htsengine-1.10/configure-5438-  {
htsengine-1.10/configure:5439:    as_val=`expr "$@" || test $? -eq 1`
htsengine-1.10/configure-5440-  }
##############################################
htsengine-1.10/configure-5542-      case $as_dir in #(
htsengine-1.10/configure:5543:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
htsengine-1.10/configure-5544-      *) as_qdir=$as_dir;;
##############################################
htsengine-1.10/configure-5668-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
htsengine-1.10/configure:5669:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
htsengine-1.10/configure-5670-ac_cs_version="\\
##############################################
htsengine-1.10/configure-5693-  --*=?*)
htsengine-1.10/configure:5694:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
htsengine-1.10/configure:5695:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
htsengine-1.10/configure-5696-    ac_shift=:
##############################################
htsengine-1.10/configure-5698-  --*=)
htsengine-1.10/configure:5699:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
htsengine-1.10/configure-5700-    ac_optarg=
##############################################
htsengine-1.10/configure-5722-    case $ac_optarg in
htsengine-1.10/configure:5723:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
htsengine-1.10/configure-5724-    '') as_fn_error $? "missing file argument" ;;
##############################################
htsengine-1.10/configure-5847-fi
htsengine-1.10/configure:5848:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
htsengine-1.10/configure-5849-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
htsengine-1.10/configure-5864-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
htsengine-1.10/configure:5865:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
htsengine-1.10/configure-5866-ac_delim='%!_!# '
##############################################
htsengine-1.10/configure-5870-
htsengine-1.10/configure:5871:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
htsengine-1.10/configure-5872-  if test $ac_delim_n = $ac_delim_num; then
##############################################
htsengine-1.10/configure-6032-      esac
htsengine-1.10/configure:6033:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
htsengine-1.10/configure-6034-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
htsengine-1.10/configure-6091-*)
htsengine-1.10/configure:6092:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
htsengine-1.10/configure-6093-  # A ".." for each directory in $ac_dir_suffix.
htsengine-1.10/configure:6094:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
htsengine-1.10/configure-6095-  case $ac_top_builddir_sub in
##############################################
htsengine-1.10/configure-6152-/@mandir@/p'
htsengine-1.10/configure:6153:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
htsengine-1.10/configure-6154-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
htsengine-1.10/configure-6169-
htsengine-1.10/configure:6170:# Neutralize VPATH when `$srcdir' = `.'.
htsengine-1.10/configure-6171-# Shell code in configure.ac might set extrasub.
##############################################
htsengine-1.10/configure-6197-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
htsengine-1.10/configure:6198:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
htsengine-1.10/configure-6199-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
htsengine-1.10/configure-6233-    # Strip MF so we end up with the name of the file.
htsengine-1.10/configure:6234:    mf=`echo "$mf" | sed -e 's/:.*$//'`
htsengine-1.10/configure-6235-    # Check whether this is an Automake generated Makefile or not.
##############################################
htsengine-1.10/configure-6270-    # from the Makefile without running 'make'.
htsengine-1.10/configure:6271:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
htsengine-1.10/configure-6272-    test -z "$DEPDIR" && continue
htsengine-1.10/configure:6273:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
htsengine-1.10/configure-6274-    test -z "$am__include" && continue
htsengine-1.10/configure:6275:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
htsengine-1.10/configure-6276-    # Find all dependency output files, they are included files with
##############################################
htsengine-1.10/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
htsengine-1.10/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
htsengine-1.10/aclocal.m4-94-# and then we would define $MISSING as
##############################################
htsengine-1.10/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
htsengine-1.10/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
htsengine-1.10/aclocal.m4-109-])
##############################################
htsengine-1.10/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
htsengine-1.10/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
htsengine-1.10/aclocal.m4-207-  fi
##############################################
htsengine-1.10/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
htsengine-1.10/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
htsengine-1.10/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
htsengine-1.10/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
htsengine-1.10/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
htsengine-1.10/aclocal.m4-367-    else
##############################################
htsengine-1.10/aclocal.m4-371-    # from the Makefile without running 'make'.
htsengine-1.10/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
htsengine-1.10/aclocal.m4-373-    test -z "$DEPDIR" && continue
htsengine-1.10/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
htsengine-1.10/aclocal.m4-375-    test -z "$am__include" && continue
htsengine-1.10/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
htsengine-1.10/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
htsengine-1.10/aclocal.m4-385-      test -f "$dirpart/$file" && continue
htsengine-1.10/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
htsengine-1.10/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
htsengine-1.10/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
htsengine-1.10/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
htsengine-1.10/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
htsengine-1.10/aclocal.m4-602-    * )
htsengine-1.10/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
htsengine-1.10/aclocal.m4-604-  esac
htsengine-1.10/aclocal.m4-605-done
htsengine-1.10/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
htsengine-1.10/aclocal.m4-607-
##############################################
htsengine-1.10/aclocal.m4-673-# Ignore all kinds of additional output from 'make'.
htsengine-1.10/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #(
htsengine-1.10/aclocal.m4-675-*the\ am__doit\ target*)
##############################################
htsengine-1.10/aclocal.m4-683-   echo '.include "confinc"' > confmf
htsengine-1.10/aclocal.m4:684:   case `$am_make -s -f confmf 2> /dev/null` in #(
htsengine-1.10/aclocal.m4-685-   *the\ am__doit\ target*)
##############################################
htsengine-1.10/aclocal.m4-865-     echo "timestamp, slept: $am_has_slept" > conftest.file
htsengine-1.10/aclocal.m4:866:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
htsengine-1.10/aclocal.m4-867-     if test "$[*]" = "X"; then
htsengine-1.10/aclocal.m4-868-	# -L didn't work.
htsengine-1.10/aclocal.m4:869:	set X `ls -t "$srcdir/configure" conftest.file`
htsengine-1.10/aclocal.m4-870-     fi
##############################################
htsengine-1.10/Makefile.in-50-  { \
htsengine-1.10/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
htsengine-1.10/Makefile.in-52-  }; \
##############################################
htsengine-1.10/Makefile.in-129-  esac
htsengine-1.10/Makefile.in:130:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
htsengine-1.10/Makefile.in-131-am__vpath_adj = case $$p in \
htsengine-1.10/Makefile.in:132:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
htsengine-1.10/Makefile.in-133-    *) f=$$p;; \
htsengine-1.10/Makefile.in-134-  esac;
htsengine-1.10/Makefile.in:135:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
htsengine-1.10/Makefile.in-136-am__install_max = 40
htsengine-1.10/Makefile.in-137-am__nobase_strip_setup = \
htsengine-1.10/Makefile.in:138:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
htsengine-1.10/Makefile.in-139-am__nobase_strip = \
##############################################
htsengine-1.10/Makefile.in-211-  while test -n "$$dir1"; do \
htsengine-1.10/Makefile.in:212:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
htsengine-1.10/Makefile.in-213-    if test "$$first" != "."; then \
htsengine-1.10/Makefile.in-214-      if test "$$first" = ".."; then \
htsengine-1.10/Makefile.in:215:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
htsengine-1.10/Makefile.in:216:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
htsengine-1.10/Makefile.in-217-      else \
htsengine-1.10/Makefile.in:218:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
htsengine-1.10/Makefile.in-219-        if test "$$first2" = "$$first"; then \
htsengine-1.10/Makefile.in:220:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
htsengine-1.10/Makefile.in-221-        else \
##############################################
htsengine-1.10/Makefile.in-226-    fi; \
htsengine-1.10/Makefile.in:227:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
htsengine-1.10/Makefile.in-228-  done; \
##############################################
htsengine-1.10/Makefile.in-396-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
htsengine-1.10/Makefile.in:397:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
htsengine-1.10/Makefile.in-398-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
htsengine-1.10/Makefile.in-413-	dot_seen=no; \
htsengine-1.10/Makefile.in:414:	target=`echo $@ | sed s/-recursive//`; \
htsengine-1.10/Makefile.in-415-	case "$@" in \
##############################################
htsengine-1.10/Makefile.in-476-GTAGS:
htsengine-1.10/Makefile.in:477:	here=`$(am__cd) $(top_builddir) && pwd` \
htsengine-1.10/Makefile.in-478-	  && $(am__cd) $(top_srcdir) \
##############################################
htsengine-1.10/Makefile.in-508-	test -d "$(distdir)" || mkdir "$(distdir)"
htsengine-1.10/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
htsengine-1.10/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
htsengine-1.10/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
htsengine-1.10/Makefile.in-522-	  if test -d $$d/$$file; then \
htsengine-1.10/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
htsengine-1.10/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
htsengine-1.10/Makefile.in-633-	test -d $(distdir)/_build || exit 0; \
htsengine-1.10/Makefile.in:634:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
htsengine-1.10/Makefile.in-635-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
htsengine-1.10/Makefile.in-677-	}; \
htsengine-1.10/Makefile.in:678:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
htsengine-1.10/Makefile.in-679-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
htsengine-1.10/Makefile.in-689-	fi
htsengine-1.10/Makefile.in:690:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
htsengine-1.10/Makefile.in-691-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
htsengine-1.10/lib/Makefile.in-50-  { \
htsengine-1.10/lib/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
htsengine-1.10/lib/Makefile.in-52-  }; \
##############################################
htsengine-1.10/lib/Makefile.in-99-CONFIG_CLEAN_VPATH_FILES =
htsengine-1.10/lib/Makefile.in:100:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
htsengine-1.10/lib/Makefile.in-101-am__vpath_adj = case $$p in \
htsengine-1.10/lib/Makefile.in:102:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
htsengine-1.10/lib/Makefile.in-103-    *) f=$$p;; \
htsengine-1.10/lib/Makefile.in-104-  esac;
htsengine-1.10/lib/Makefile.in:105:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
htsengine-1.10/lib/Makefile.in-106-am__install_max = 40
htsengine-1.10/lib/Makefile.in-107-am__nobase_strip_setup = \
htsengine-1.10/lib/Makefile.in:108:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
htsengine-1.10/lib/Makefile.in-109-am__nobase_strip = \
##############################################
htsengine-1.10/lib/Makefile.in-361-	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
htsengine-1.10/lib/Makefile.in:362:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
htsengine-1.10/lib/Makefile.in-363-	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
##############################################
htsengine-1.10/lib/Makefile.in-396-.c.obj:
htsengine-1.10/lib/Makefile.in:397:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
htsengine-1.10/lib/Makefile.in-398-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
htsengine-1.10/lib/Makefile.in-400-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
htsengine-1.10/lib/Makefile.in:401:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
htsengine-1.10/lib/Makefile.in-402-
##############################################
htsengine-1.10/lib/Makefile.in-432-GTAGS:
htsengine-1.10/lib/Makefile.in:433:	here=`$(am__cd) $(top_builddir) && pwd` \
htsengine-1.10/lib/Makefile.in-434-	  && $(am__cd) $(top_srcdir) \
##############################################
htsengine-1.10/lib/Makefile.in-455-distdir: $(DISTFILES)
htsengine-1.10/lib/Makefile.in:456:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
htsengine-1.10/lib/Makefile.in:457:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
htsengine-1.10/lib/Makefile.in-458-	list='$(DISTFILES)'; \
##############################################
htsengine-1.10/lib/Makefile.in-469-	  if test -d $$d/$$file; then \
htsengine-1.10/lib/Makefile.in:470:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
htsengine-1.10/lib/Makefile.in-471-	    if test -d "$(distdir)/$$file"; then \
##############################################
htsengine-1.10/bin/Makefile.in-50-  { \
htsengine-1.10/bin/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
htsengine-1.10/bin/Makefile.in-52-  }; \
##############################################
htsengine-1.10/bin/Makefile.in-360-.c.obj:
htsengine-1.10/bin/Makefile.in:361:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
htsengine-1.10/bin/Makefile.in-362-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
htsengine-1.10/bin/Makefile.in-364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
htsengine-1.10/bin/Makefile.in:365:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
htsengine-1.10/bin/Makefile.in-366-
##############################################
htsengine-1.10/bin/Makefile.in-396-GTAGS:
htsengine-1.10/bin/Makefile.in:397:	here=`$(am__cd) $(top_builddir) && pwd` \
htsengine-1.10/bin/Makefile.in-398-	  && $(am__cd) $(top_srcdir) \
##############################################
htsengine-1.10/bin/Makefile.in-419-distdir: $(DISTFILES)
htsengine-1.10/bin/Makefile.in:420:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
htsengine-1.10/bin/Makefile.in:421:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
htsengine-1.10/bin/Makefile.in-422-	list='$(DISTFILES)'; \
##############################################
htsengine-1.10/bin/Makefile.in-433-	  if test -d $$d/$$file; then \
htsengine-1.10/bin/Makefile.in:434:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
htsengine-1.10/bin/Makefile.in-435-	    if test -d "$(distdir)/$$file"; then \