===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
emboss-6.6.0+dfsg/config.sub-57-
emboss-6.6.0+dfsg/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
emboss-6.6.0+dfsg/config.sub-59-
##############################################
emboss-6.6.0+dfsg/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
emboss-6.6.0+dfsg/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
emboss-6.6.0+dfsg/config.sub-124-case $maybe_os in
##############################################
emboss-6.6.0+dfsg/config.sub-130-    os=-$maybe_os
emboss-6.6.0+dfsg/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
emboss-6.6.0+dfsg/config.sub-132-    ;;
##############################################
emboss-6.6.0+dfsg/config.sub-134-    os=-linux-android
emboss-6.6.0+dfsg/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
emboss-6.6.0+dfsg/config.sub-136-    ;;
emboss-6.6.0+dfsg/config.sub-137-  *)
emboss-6.6.0+dfsg/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
emboss-6.6.0+dfsg/config.sub-139-    if [ $basic_machine != $1 ]
emboss-6.6.0+dfsg/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
emboss-6.6.0+dfsg/config.sub-141-    else os=; fi
##############################################
emboss-6.6.0+dfsg/config.sub-188-		os=-sco5v6
emboss-6.6.0+dfsg/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-190-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-192-		os=-sco3.2v5
emboss-6.6.0+dfsg/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-194-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-196-		os=-sco3.2v4
emboss-6.6.0+dfsg/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-198-		;;
emboss-6.6.0+dfsg/config.sub-199-	-sco3.2.[4-9]*)
emboss-6.6.0+dfsg/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
emboss-6.6.0+dfsg/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-202-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
emboss-6.6.0+dfsg/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-206-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
emboss-6.6.0+dfsg/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-210-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-212-		os=-sco3.2v2
emboss-6.6.0+dfsg/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-214-		;;
emboss-6.6.0+dfsg/config.sub-215-	-udk*)
emboss-6.6.0+dfsg/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-217-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-219-		os=-isc2.2
emboss-6.6.0+dfsg/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-221-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-225-	-isc*)
emboss-6.6.0+dfsg/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-227-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-237-	-ptx*)
emboss-6.6.0+dfsg/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
emboss-6.6.0+dfsg/config.sub-239-		;;
emboss-6.6.0+dfsg/config.sub-240-	-windowsnt*)
emboss-6.6.0+dfsg/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
emboss-6.6.0+dfsg/config.sub-242-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-363-	*-*-*)
emboss-6.6.0+dfsg/config.sub:364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
emboss-6.6.0+dfsg/config.sub-365-		exit 1
##############################################
emboss-6.6.0+dfsg/config.sub-481-	amd64-*)
emboss-6.6.0+dfsg/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-483-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-523-	blackfin-*)
emboss-6.6.0+dfsg/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-525-		os=-linux
##############################################
emboss-6.6.0+dfsg/config.sub-531-	c54x-*)
emboss-6.6.0+dfsg/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-533-		;;
emboss-6.6.0+dfsg/config.sub-534-	c55x-*)
emboss-6.6.0+dfsg/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-536-		;;
emboss-6.6.0+dfsg/config.sub-537-	c6x-*)
emboss-6.6.0+dfsg/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-539-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-734-	i*86v32)
emboss-6.6.0+dfsg/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-736-		os=-sysv32
##############################################
emboss-6.6.0+dfsg/config.sub-738-	i*86v4*)
emboss-6.6.0+dfsg/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-740-		os=-sysv4
##############################################
emboss-6.6.0+dfsg/config.sub-742-	i*86v)
emboss-6.6.0+dfsg/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-744-		os=-sysv
##############################################
emboss-6.6.0+dfsg/config.sub-746-	i*86sol2)
emboss-6.6.0+dfsg/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
emboss-6.6.0+dfsg/config.sub-748-		os=-solaris2
##############################################
emboss-6.6.0+dfsg/config.sub-776-	m68knommu-*)
emboss-6.6.0+dfsg/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-778-		os=-linux
##############################################
emboss-6.6.0+dfsg/config.sub-809-	mips3*-*)
emboss-6.6.0+dfsg/config.sub:810:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
emboss-6.6.0+dfsg/config.sub-811-		;;
emboss-6.6.0+dfsg/config.sub-812-	mips3*)
emboss-6.6.0+dfsg/config.sub:813:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
emboss-6.6.0+dfsg/config.sub-814-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-827-	ms1-*)
emboss-6.6.0+dfsg/config.sub:828:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
emboss-6.6.0+dfsg/config.sub-829-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-946-	parisc-*)
emboss-6.6.0+dfsg/config.sub:947:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-948-		os=-linux
##############################################
emboss-6.6.0+dfsg/config.sub-962-	pc98-*)
emboss-6.6.0+dfsg/config.sub:963:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-964-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-977-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
emboss-6.6.0+dfsg/config.sub:978:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-979-		;;
emboss-6.6.0+dfsg/config.sub-980-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
emboss-6.6.0+dfsg/config.sub:981:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-982-		;;
emboss-6.6.0+dfsg/config.sub-983-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
emboss-6.6.0+dfsg/config.sub:984:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-985-		;;
emboss-6.6.0+dfsg/config.sub-986-	pentium4-*)
emboss-6.6.0+dfsg/config.sub:987:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-988-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-996-	ppc-* | ppcbe-*)
emboss-6.6.0+dfsg/config.sub:997:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-998-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1002-	ppcle-* | powerpclittle-*)
emboss-6.6.0+dfsg/config.sub:1003:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-1004-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1006-		;;
emboss-6.6.0+dfsg/config.sub:1007:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-1008-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1012-	ppc64le-* | powerpc64little-*)
emboss-6.6.0+dfsg/config.sub:1013:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-1014-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1091-	strongarm-* | thumb-*)
emboss-6.6.0+dfsg/config.sub:1092:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
emboss-6.6.0+dfsg/config.sub-1093-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1221-	xscale-* | xscalee[bl]-*)
emboss-6.6.0+dfsg/config.sub:1222:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
emboss-6.6.0+dfsg/config.sub-1223-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1298-	*)
emboss-6.6.0+dfsg/config.sub:1299:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
emboss-6.6.0+dfsg/config.sub-1300-		exit 1
##############################################
emboss-6.6.0+dfsg/config.sub-1306-	*-digital*)
emboss-6.6.0+dfsg/config.sub:1307:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
emboss-6.6.0+dfsg/config.sub-1308-		;;
emboss-6.6.0+dfsg/config.sub-1309-	*-commodore*)
emboss-6.6.0+dfsg/config.sub:1310:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
emboss-6.6.0+dfsg/config.sub-1311-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1327-	-solaris1 | -solaris1.*)
emboss-6.6.0+dfsg/config.sub:1328:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
emboss-6.6.0+dfsg/config.sub-1329-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1339-	-gnu/linux*)
emboss-6.6.0+dfsg/config.sub:1340:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
emboss-6.6.0+dfsg/config.sub-1341-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1385-	-nto*)
emboss-6.6.0+dfsg/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
emboss-6.6.0+dfsg/config.sub-1387-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1392-	-mac*)
emboss-6.6.0+dfsg/config.sub:1393:		os=`echo $os | sed -e 's|mac|macos|'`
emboss-6.6.0+dfsg/config.sub-1394-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1398-	-linux*)
emboss-6.6.0+dfsg/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
emboss-6.6.0+dfsg/config.sub-1400-		;;
emboss-6.6.0+dfsg/config.sub-1401-	-sunos5*)
emboss-6.6.0+dfsg/config.sub:1402:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
emboss-6.6.0+dfsg/config.sub-1403-		;;
emboss-6.6.0+dfsg/config.sub-1404-	-sunos6*)
emboss-6.6.0+dfsg/config.sub:1405:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
emboss-6.6.0+dfsg/config.sub-1406-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1453-	-sinix5.*)
emboss-6.6.0+dfsg/config.sub:1454:		os=`echo $os | sed -e 's|sinix|sysv|'`
emboss-6.6.0+dfsg/config.sub-1455-		;;
##############################################
emboss-6.6.0+dfsg/config.sub-1509-		# Get rid of the `-' at the beginning of $os.
emboss-6.6.0+dfsg/config.sub:1510:		os=`echo $os | sed 's/[^-]*-//'`
emboss-6.6.0+dfsg/config.sub:1511:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
emboss-6.6.0+dfsg/config.sub-1512-		exit 1
##############################################
emboss-6.6.0+dfsg/config.sub-1769-		esac
emboss-6.6.0+dfsg/config.sub:1770:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
emboss-6.6.0+dfsg/config.sub-1771-		;;
##############################################
emboss-6.6.0+dfsg/ltmain.sh-167-{
emboss-6.6.0+dfsg/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
emboss-6.6.0+dfsg/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-179-{
emboss-6.6.0+dfsg/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
emboss-6.6.0+dfsg/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
emboss-6.6.0+dfsg/ltmain.sh-198-    # Extract subdirectory from the argument.
emboss-6.6.0+dfsg/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
emboss-6.6.0+dfsg/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-204-    fi
emboss-6.6.0+dfsg/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
emboss-6.6.0+dfsg/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
emboss-6.6.0+dfsg/ltmain.sh-217-    case ${2} in
emboss-6.6.0+dfsg/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
emboss-6.6.0+dfsg/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
emboss-6.6.0+dfsg/ltmain.sh-220-    esac
##############################################
emboss-6.6.0+dfsg/ltmain.sh-380-     progdir=$func_dirname_result
emboss-6.6.0+dfsg/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
emboss-6.6.0+dfsg/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
emboss-6.6.0+dfsg/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
emboss-6.6.0+dfsg/ltmain.sh-419-bs='\\'
##############################################
emboss-6.6.0+dfsg/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
emboss-6.6.0+dfsg/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
emboss-6.6.0+dfsg/ltmain.sh-533-      done
emboss-6.6.0+dfsg/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
emboss-6.6.0+dfsg/ltmain.sh-535-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-566-      # If mktemp works, use that first and foremost
emboss-6.6.0+dfsg/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-568-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-597-      *[\\\`\"\$]*)
emboss-6.6.0+dfsg/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
emboss-6.6.0+dfsg/ltmain.sh-599-      *)
##############################################
emboss-6.6.0+dfsg/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
emboss-6.6.0+dfsg/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
emboss-6.6.0+dfsg/ltmain.sh-704-    ;;
##############################################
emboss-6.6.0+dfsg/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
emboss-6.6.0+dfsg/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
emboss-6.6.0+dfsg/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
emboss-6.6.0+dfsg/ltmain.sh-772-	p
##############################################
emboss-6.6.0+dfsg/ltmain.sh-803-
emboss-6.6.0+dfsg/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
emboss-6.6.0+dfsg/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
emboss-6.6.0+dfsg/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
emboss-6.6.0+dfsg/ltmain.sh-816-
emboss-6.6.0+dfsg/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
emboss-6.6.0+dfsg/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
emboss-6.6.0+dfsg/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
emboss-6.6.0+dfsg/ltmain.sh-862-{
emboss-6.6.0+dfsg/ltmain.sh:863:    func_arith_result=`expr "${@}"`
emboss-6.6.0+dfsg/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
emboss-6.6.0+dfsg/ltmain.sh-870-{
emboss-6.6.0+dfsg/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
emboss-6.6.0+dfsg/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
emboss-6.6.0+dfsg/ltmain.sh-877-{
emboss-6.6.0+dfsg/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
emboss-6.6.0+dfsg/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
emboss-6.6.0+dfsg/ltmain.sh-884-{
emboss-6.6.0+dfsg/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
emboss-6.6.0+dfsg/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
emboss-6.6.0+dfsg/ltmain.sh-968-	# quotes we have to do it in 2 steps:
emboss-6.6.0+dfsg/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
emboss-6.6.0+dfsg/ltmain.sh-970-	eval "$extractedcf"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-1382-      done
emboss-6.6.0+dfsg/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
emboss-6.6.0+dfsg/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
emboss-6.6.0+dfsg/ltmain.sh-1385-      case $@ in
##############################################
emboss-6.6.0+dfsg/ltmain.sh-1395-	    # Evaluate the configuration.
emboss-6.6.0+dfsg/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
emboss-6.6.0+dfsg/ltmain.sh-1397-	    CC_quoted=
##############################################
emboss-6.6.0+dfsg/ltmain.sh-1401-	    done
emboss-6.6.0+dfsg/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
emboss-6.6.0+dfsg/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
emboss-6.6.0+dfsg/ltmain.sh-1404-	    case "$@ " in
##############################################
emboss-6.6.0+dfsg/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
emboss-6.6.0+dfsg/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
emboss-6.6.0+dfsg/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-1721-    # LT_CYGPATH in this case.
emboss-6.6.0+dfsg/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
emboss-6.6.0+dfsg/ltmain.sh-1723-  fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
emboss-6.6.0+dfsg/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
emboss-6.6.0+dfsg/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2060-    *.[cCFSifmso] | \
emboss-6.6.0+dfsg/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
emboss-6.6.0+dfsg/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
emboss-6.6.0+dfsg/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
emboss-6.6.0+dfsg/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
emboss-6.6.0+dfsg/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-2158-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2204-      if test "$need_locks" = warn &&
emboss-6.6.0+dfsg/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
emboss-6.6.0+dfsg/ltmain.sh-2206-	$ECHO "\
emboss-6.6.0+dfsg/ltmain.sh-2207-*** ERROR, $lockfile contains:
emboss-6.6.0+dfsg/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-2209-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2253-      if test "$need_locks" = warn &&
emboss-6.6.0+dfsg/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
emboss-6.6.0+dfsg/ltmain.sh-2255-	$ECHO "\
emboss-6.6.0+dfsg/ltmain.sh-2256-*** ERROR, $lockfile contains:
emboss-6.6.0+dfsg/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-2258-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2548-	  test -n "$library_names" && \
emboss-6.6.0+dfsg/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
emboss-6.6.0+dfsg/ltmain.sh-2550-	  continue
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
emboss-6.6.0+dfsg/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
emboss-6.6.0+dfsg/ltmain.sh-2561-	  fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2577-      # Get the absolute pathname.
emboss-6.6.0+dfsg/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
emboss-6.6.0+dfsg/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
emboss-6.6.0+dfsg/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
emboss-6.6.0+dfsg/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
emboss-6.6.0+dfsg/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
emboss-6.6.0+dfsg/ltmain.sh-2959-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
emboss-6.6.0+dfsg/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
emboss-6.6.0+dfsg/ltmain.sh-2972-	  else
emboss-6.6.0+dfsg/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
emboss-6.6.0+dfsg/ltmain.sh-2974-	  fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3130-	    fi
emboss-6.6.0+dfsg/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
emboss-6.6.0+dfsg/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
emboss-6.6.0+dfsg/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
emboss-6.6.0+dfsg/ltmain.sh-3134-	      finalize=no
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3149-	        # Replace the output file specification.
emboss-6.6.0+dfsg/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
emboss-6.6.0+dfsg/ltmain.sh-3151-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
emboss-6.6.0+dfsg/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
emboss-6.6.0+dfsg/ltmain.sh-3170-	  fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3241-    my_pic_p="${3-no}"
emboss-6.6.0+dfsg/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
emboss-6.6.0+dfsg/ltmain.sh-3243-    my_dlsyms=
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
emboss-6.6.0+dfsg/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
emboss-6.6.0+dfsg/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
emboss-6.6.0+dfsg/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
emboss-6.6.0+dfsg/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
emboss-6.6.0+dfsg/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
emboss-6.6.0+dfsg/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
emboss-6.6.0+dfsg/ltmain.sh-3509-	  else
emboss-6.6.0+dfsg/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
emboss-6.6.0+dfsg/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
emboss-6.6.0+dfsg/ltmain.sh-3512-	  fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3514-	*)
emboss-6.6.0+dfsg/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
emboss-6.6.0+dfsg/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
emboss-6.6.0+dfsg/ltmain.sh-3517-	  ;;
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3529-      # Nullify the symbol file.
emboss-6.6.0+dfsg/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
emboss-6.6.0+dfsg/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
emboss-6.6.0+dfsg/ltmain.sh-3532-    fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3545-  win32_libid_type="unknown"
emboss-6.6.0+dfsg/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-3547-  case $win32_fileres in
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3596-  $opt_debug
emboss-6.6.0+dfsg/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
emboss-6.6.0+dfsg/ltmain.sh-3598-}
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3613-  $opt_debug
emboss-6.6.0+dfsg/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
emboss-6.6.0+dfsg/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
emboss-6.6.0+dfsg/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)$'`
emboss-6.6.0+dfsg/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
emboss-6.6.0+dfsg/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
emboss-6.6.0+dfsg/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3700-    # binutils import library
emboss-6.6.0+dfsg/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
emboss-6.6.0+dfsg/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
emboss-6.6.0+dfsg/ltmain.sh-3703-    # ms-generated import library
emboss-6.6.0+dfsg/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
emboss-6.6.0+dfsg/ltmain.sh-3705-  else
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3780-	  darwin_curdir=`pwd`
emboss-6.6.0+dfsg/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
emboss-6.6.0+dfsg/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
emboss-6.6.0+dfsg/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
emboss-6.6.0+dfsg/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
emboss-6.6.0+dfsg/ltmain.sh-3785-	    darwin_arch=
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
emboss-6.6.0+dfsg/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
emboss-6.6.0+dfsg/ltmain.sh-3797-	    darwin_file=
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
emboss-6.6.0+dfsg/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
emboss-6.6.0+dfsg/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3814-      esac
emboss-6.6.0+dfsg/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
emboss-6.6.0+dfsg/ltmain.sh-3816-    done
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3885-
emboss-6.6.0+dfsg/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
emboss-6.6.0+dfsg/ltmain.sh-3887-    $ECHO "\
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3920-    --lt-dump-script)
emboss-6.6.0+dfsg/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
emboss-6.6.0+dfsg/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
emboss-6.6.0+dfsg/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
emboss-6.6.0+dfsg/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
emboss-6.6.0+dfsg/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
emboss-6.6.0+dfsg/ltmain.sh-3949-  done
##############################################
emboss-6.6.0+dfsg/ltmain.sh-4005-  # Find the directory that this script lives in.
emboss-6.6.0+dfsg/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
emboss-6.6.0+dfsg/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
emboss-6.6.0+dfsg/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
emboss-6.6.0+dfsg/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
emboss-6.6.0+dfsg/ltmain.sh-4011-  while test -n \"\$file\"; do
emboss-6.6.0+dfsg/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
emboss-6.6.0+dfsg/ltmain.sh-4013-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-4021-
emboss-6.6.0+dfsg/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
emboss-6.6.0+dfsg/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
emboss-6.6.0+dfsg/ltmain.sh-4024-  done
##############################################
emboss-6.6.0+dfsg/ltmain.sh-4035-    case \"\$thisdir\" in
emboss-6.6.0+dfsg/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
emboss-6.6.0+dfsg/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
emboss-6.6.0+dfsg/ltmain.sh-4041-  # Try to get the absolute directory name.
emboss-6.6.0+dfsg/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
emboss-6.6.0+dfsg/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
emboss-6.6.0+dfsg/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
emboss-6.6.0+dfsg/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
emboss-6.6.0+dfsg/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
emboss-6.6.0+dfsg/ltmain.sh-4068-      else
##############################################
emboss-6.6.0+dfsg/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
emboss-6.6.0+dfsg/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
emboss-6.6.0+dfsg/ltmain.sh-4112-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-5085-    $opt_debug
emboss-6.6.0+dfsg/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
emboss-6.6.0+dfsg/ltmain.sh-5087-    *import*) : ;;
##############################################
emboss-6.6.0+dfsg/ltmain.sh-5307-	    moreargs=
emboss-6.6.0+dfsg/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
emboss-6.6.0+dfsg/ltmain.sh-5309-	    do
##############################################
emboss-6.6.0+dfsg/ltmain.sh-5563-	*)
emboss-6.6.0+dfsg/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
emboss-6.6.0+dfsg/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
emboss-6.6.0+dfsg/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
emboss-6.6.0+dfsg/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
emboss-6.6.0+dfsg/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
emboss-6.6.0+dfsg/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
emboss-6.6.0+dfsg/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
emboss-6.6.0+dfsg/ltmain.sh-6018-    else
##############################################
emboss-6.6.0+dfsg/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
emboss-6.6.0+dfsg/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
emboss-6.6.0+dfsg/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
emboss-6.6.0+dfsg/ltmain.sh-6391-	else
emboss-6.6.0+dfsg/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
emboss-6.6.0+dfsg/ltmain.sh-6393-	fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
emboss-6.6.0+dfsg/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
emboss-6.6.0+dfsg/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
emboss-6.6.0+dfsg/ltmain.sh-6428-	fi
emboss-6.6.0+dfsg/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
emboss-6.6.0+dfsg/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
emboss-6.6.0+dfsg/ltmain.sh-6501-	*)
emboss-6.6.0+dfsg/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
emboss-6.6.0+dfsg/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-6754-	    shift
emboss-6.6.0+dfsg/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
emboss-6.6.0+dfsg/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7046-		*)
emboss-6.6.0+dfsg/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
emboss-6.6.0+dfsg/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7057-		  depdepl=
emboss-6.6.0+dfsg/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
emboss-6.6.0+dfsg/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
emboss-6.6.0+dfsg/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
emboss-6.6.0+dfsg/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
emboss-6.6.0+dfsg/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
emboss-6.6.0+dfsg/ltmain.sh-7068-                      fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7079-		else
emboss-6.6.0+dfsg/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
emboss-6.6.0+dfsg/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7102-	else
emboss-6.6.0+dfsg/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
emboss-6.6.0+dfsg/ltmain.sh-7104-	fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7251-	test "$module" = no && \
emboss-6.6.0+dfsg/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
emboss-6.6.0+dfsg/ltmain.sh-7253-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7386-	if test "$age" -gt "$current"; then
emboss-6.6.0+dfsg/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
emboss-6.6.0+dfsg/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7547-	removelist=
emboss-6.6.0+dfsg/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
emboss-6.6.0+dfsg/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7573-	# Transform .lo files to .o files.
emboss-6.6.0+dfsg/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
emboss-6.6.0+dfsg/ltmain.sh-7575-      fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7578-      #for path in $notinst_path; do
emboss-6.6.0+dfsg/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
emboss-6.6.0+dfsg/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
emboss-6.6.0+dfsg/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
emboss-6.6.0+dfsg/ltmain.sh-7582-      #done
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7699-		if test -n "$i" ; then
emboss-6.6.0+dfsg/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
emboss-6.6.0+dfsg/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
emboss-6.6.0+dfsg/ltmain.sh-7702-		  set dummy $deplib_matches; shift
emboss-6.6.0+dfsg/ltmain.sh-7703-		  deplib_match=$1
emboss-6.6.0+dfsg/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
emboss-6.6.0+dfsg/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7742-		  if test -n "$i" ; then
emboss-6.6.0+dfsg/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
emboss-6.6.0+dfsg/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
emboss-6.6.0+dfsg/ltmain.sh-7745-		    set dummy $deplib_matches; shift
emboss-6.6.0+dfsg/ltmain.sh-7746-		    deplib_match=$1
emboss-6.6.0+dfsg/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
emboss-6.6.0+dfsg/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
emboss-6.6.0+dfsg/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
emboss-6.6.0+dfsg/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
emboss-6.6.0+dfsg/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
emboss-6.6.0+dfsg/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
emboss-6.6.0+dfsg/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
emboss-6.6.0+dfsg/ltmain.sh-7796-		else
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7802-		    shopt -s nocaseglob
emboss-6.6.0+dfsg/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-7804-		    $nocaseglob
emboss-6.6.0+dfsg/ltmain.sh-7805-		  else
emboss-6.6.0+dfsg/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-7807-		  fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
emboss-6.6.0+dfsg/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
emboss-6.6.0+dfsg/ltmain.sh-7822-			case $potliblink in
emboss-6.6.0+dfsg/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
emboss-6.6.0+dfsg/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
emboss-6.6.0+dfsg/ltmain.sh-7825-			esac
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
emboss-6.6.0+dfsg/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
emboss-6.6.0+dfsg/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
emboss-6.6.0+dfsg/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
emboss-6.6.0+dfsg/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
emboss-6.6.0+dfsg/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
emboss-6.6.0+dfsg/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7915-	  newdeplibs=""
emboss-6.6.0+dfsg/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
emboss-6.6.0+dfsg/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
emboss-6.6.0+dfsg/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
emboss-6.6.0+dfsg/ltmain.sh-7921-	    done
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
emboss-6.6.0+dfsg/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
emboss-6.6.0+dfsg/ltmain.sh-7947-	  ;;
##############################################
emboss-6.6.0+dfsg/ltmain.sh-7997-	*-*-darwin*)
emboss-6.6.0+dfsg/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
emboss-6.6.0+dfsg/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
emboss-6.6.0+dfsg/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
emboss-6.6.0+dfsg/ltmain.sh-8001-	  ;;
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8124-	# Use standard objects if they are pic
emboss-6.6.0+dfsg/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
emboss-6.6.0+dfsg/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8139-	    # exporting using user supplied symfile
emboss-6.6.0+dfsg/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
emboss-6.6.0+dfsg/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
emboss-6.6.0+dfsg/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
emboss-6.6.0+dfsg/ltmain.sh-8638-	else
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8650-      # Create the old-style object.
emboss-6.6.0+dfsg/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
emboss-6.6.0+dfsg/ltmain.sh-8652-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
emboss-6.6.0+dfsg/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
emboss-6.6.0+dfsg/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
emboss-6.6.0+dfsg/ltmain.sh-8713-	;;
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
emboss-6.6.0+dfsg/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
emboss-6.6.0+dfsg/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
emboss-6.6.0+dfsg/ltmain.sh-8731-	;;
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
emboss-6.6.0+dfsg/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
emboss-6.6.0+dfsg/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8866-	# Transform all the library objects into standard objects.
emboss-6.6.0+dfsg/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
emboss-6.6.0+dfsg/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
emboss-6.6.0+dfsg/ltmain.sh-8869-      fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8896-	# Replace the output file specification.
emboss-6.6.0+dfsg/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
emboss-6.6.0+dfsg/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8905-	  func_to_tool_file "$output"
emboss-6.6.0+dfsg/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'`
emboss-6.6.0+dfsg/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8949-	# Replace the output file specification.
emboss-6.6.0+dfsg/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
emboss-6.6.0+dfsg/ltmain.sh-8951-	# Delete the old output file.
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8957-	  func_to_tool_file "$output"
emboss-6.6.0+dfsg/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'`
emboss-6.6.0+dfsg/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8975-	  if test "$fast_install" = yes; then
emboss-6.6.0+dfsg/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
emboss-6.6.0+dfsg/ltmain.sh-8977-	  else
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8987-      # Replace the output file specification.
emboss-6.6.0+dfsg/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
emboss-6.6.0+dfsg/ltmain.sh-8989-
##############################################
emboss-6.6.0+dfsg/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
emboss-6.6.0+dfsg/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'`
emboss-6.6.0+dfsg/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
emboss-6.6.0+dfsg/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
emboss-6.6.0+dfsg/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
emboss-6.6.0+dfsg/ltmain.sh-9019-      fi
##############################################
emboss-6.6.0+dfsg/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
emboss-6.6.0+dfsg/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
emboss-6.6.0+dfsg/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
emboss-6.6.0+dfsg/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
emboss-6.6.0+dfsg/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
emboss-6.6.0+dfsg/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
emboss-6.6.0+dfsg/ltmain.sh-9308-		name="$func_basename_result"
emboss-6.6.0+dfsg/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
emboss-6.6.0+dfsg/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
emboss-6.6.0+dfsg/ltmain.sh-9327-		name="$func_basename_result"
emboss-6.6.0+dfsg/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
emboss-6.6.0+dfsg/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
emboss-6.6.0+dfsg/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
emboss-6.6.0+dfsg/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
emboss-6.6.0+dfsg/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
emboss-6.6.0+dfsg/install-sh-229-      fi
emboss-6.6.0+dfsg/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
emboss-6.6.0+dfsg/install-sh-231-    *)
##############################################
emboss-6.6.0+dfsg/install-sh-276-      dstdir=$dst
emboss-6.6.0+dfsg/install-sh:277:      dst=$dstdir/`basename "$src"`
emboss-6.6.0+dfsg/install-sh-278-      dstdir_status=0
##############################################
emboss-6.6.0+dfsg/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
emboss-6.6.0+dfsg/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
emboss-6.6.0+dfsg/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
emboss-6.6.0+dfsg/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
emboss-6.6.0+dfsg/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
emboss-6.6.0+dfsg/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
emboss-6.6.0+dfsg/install-sh-425-	    case $prefix in
emboss-6.6.0+dfsg/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
emboss-6.6.0+dfsg/install-sh-427-	      *) qprefix=$prefix;;
##############################################
emboss-6.6.0+dfsg/install-sh-474-    if $copy_on_change &&
emboss-6.6.0+dfsg/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
emboss-6.6.0+dfsg/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
emboss-6.6.0+dfsg/install-sh-477-
##############################################
emboss-6.6.0+dfsg/INSTALL-173-directory configuration variables that were expressed in terms of
emboss-6.6.0+dfsg/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
emboss-6.6.0+dfsg/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-81-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:82:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-83-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:84:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-85-    *) f=$$p;; \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-86-  esac;
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:87:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-88-am__install_max = 40
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-89-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:90:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-91-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-398-.c.obj:
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:399:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-400-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-402-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:403:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-404-
##############################################
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-412-libacd_la-ajacd.lo: ajacd.c
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:413:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libacd_la_CPPFLAGS) $(CPPFLAGS) $(libacd_la_CFLAGS) $(CFLAGS) -MT libacd_la-ajacd.lo -MD -MP -MF $(DEPDIR)/libacd_la-ajacd.Tpo -c -o libacd_la-ajacd.lo `test -f 'ajacd.c' || echo '$(srcdir)/'`ajacd.c
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-414-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libacd_la-ajacd.Tpo $(DEPDIR)/libacd_la-ajacd.Plo
##############################################
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-416-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:417:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libacd_la_CPPFLAGS) $(CPPFLAGS) $(libacd_la_CFLAGS) $(CFLAGS) -c -o libacd_la-ajacd.lo `test -f 'ajacd.c' || echo '$(srcdir)/'`ajacd.c
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-418-
##############################################
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-442-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:443:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-444-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-490-GTAGS:
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:491:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-492-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-512-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:513:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:514:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-515-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-526-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in:527:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/ajax/acd/Makefile.in-528-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/ensassemblymapper.c-5241-    AjPStr asm2cmp   = NULL;
emboss-6.6.0+dfsg/ajax/ensembl/ensassemblymapper.c:5242:    AjPStr cmp2asm   = NULL;
emboss-6.6.0+dfsg/ajax/ensembl/ensassemblymapper.c-5243-    AjPStr sqlfmt    = NULL;
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/ensassemblymapper.c-5423-
emboss-6.6.0+dfsg/ajax/ensembl/ensassemblymapper.c:5424:    cmp2asm = ajStrNewC(
emboss-6.6.0+dfsg/ajax/ensembl/ensassemblymapper.c-5425-        "SELECT "
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-79-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:80:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-81-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:82:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-83-    *) f=$$p;; \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-84-  esac;
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:85:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-86-am__install_max = 40
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-87-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:88:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-89-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-622-.c.obj:
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:623:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-624-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-626-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:627:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-628-
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-636-libensembl_la-ensalign.lo: ensalign.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:637:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensalign.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensalign.Tpo -c -o libensembl_la-ensalign.lo `test -f 'ensalign.c' || echo '$(srcdir)/'`ensalign.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-638-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensalign.Tpo $(DEPDIR)/libensembl_la-ensalign.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:641:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensalign.lo `test -f 'ensalign.c' || echo '$(srcdir)/'`ensalign.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-642-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-643-libensembl_la-ensanalysis.lo: ensanalysis.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:644:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensanalysis.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensanalysis.Tpo -c -o libensembl_la-ensanalysis.lo `test -f 'ensanalysis.c' || echo '$(srcdir)/'`ensanalysis.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-645-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensanalysis.Tpo $(DEPDIR)/libensembl_la-ensanalysis.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:648:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensanalysis.lo `test -f 'ensanalysis.c' || echo '$(srcdir)/'`ensanalysis.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-649-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-650-libensembl_la-ensassembly.lo: ensassembly.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:651:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensassembly.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensassembly.Tpo -c -o libensembl_la-ensassembly.lo `test -f 'ensassembly.c' || echo '$(srcdir)/'`ensassembly.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-652-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensassembly.Tpo $(DEPDIR)/libensembl_la-ensassembly.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-654-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:655:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensassembly.lo `test -f 'ensassembly.c' || echo '$(srcdir)/'`ensassembly.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-656-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-657-libensembl_la-ensassemblyexception.lo: ensassemblyexception.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:658:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensassemblyexception.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensassemblyexception.Tpo -c -o libensembl_la-ensassemblyexception.lo `test -f 'ensassemblyexception.c' || echo '$(srcdir)/'`ensassemblyexception.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-659-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensassemblyexception.Tpo $(DEPDIR)/libensembl_la-ensassemblyexception.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:662:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensassemblyexception.lo `test -f 'ensassemblyexception.c' || echo '$(srcdir)/'`ensassemblyexception.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-663-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-664-libensembl_la-ensassemblymapper.lo: ensassemblymapper.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:665:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensassemblymapper.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensassemblymapper.Tpo -c -o libensembl_la-ensassemblymapper.lo `test -f 'ensassemblymapper.c' || echo '$(srcdir)/'`ensassemblymapper.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-666-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensassemblymapper.Tpo $(DEPDIR)/libensembl_la-ensassemblymapper.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-668-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:669:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensassemblymapper.lo `test -f 'ensassemblymapper.c' || echo '$(srcdir)/'`ensassemblymapper.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-670-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-671-libensembl_la-ensattribute.lo: ensattribute.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:672:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensattribute.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensattribute.Tpo -c -o libensembl_la-ensattribute.lo `test -f 'ensattribute.c' || echo '$(srcdir)/'`ensattribute.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-673-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensattribute.Tpo $(DEPDIR)/libensembl_la-ensattribute.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-675-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:676:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensattribute.lo `test -f 'ensattribute.c' || echo '$(srcdir)/'`ensattribute.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-677-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-678-libensembl_la-ensbaseadaptor.lo: ensbaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:679:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensbaseadaptor.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensbaseadaptor.Tpo -c -o libensembl_la-ensbaseadaptor.lo `test -f 'ensbaseadaptor.c' || echo '$(srcdir)/'`ensbaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-680-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensbaseadaptor.Tpo $(DEPDIR)/libensembl_la-ensbaseadaptor.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-682-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:683:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensbaseadaptor.lo `test -f 'ensbaseadaptor.c' || echo '$(srcdir)/'`ensbaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-684-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-685-libensembl_la-enscache.lo: enscache.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:686:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enscache.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enscache.Tpo -c -o libensembl_la-enscache.lo `test -f 'enscache.c' || echo '$(srcdir)/'`enscache.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-687-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enscache.Tpo $(DEPDIR)/libensembl_la-enscache.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-689-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:690:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enscache.lo `test -f 'enscache.c' || echo '$(srcdir)/'`enscache.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-691-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-692-libensembl_la-enscoordsystem.lo: enscoordsystem.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:693:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enscoordsystem.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enscoordsystem.Tpo -c -o libensembl_la-enscoordsystem.lo `test -f 'enscoordsystem.c' || echo '$(srcdir)/'`enscoordsystem.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-694-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enscoordsystem.Tpo $(DEPDIR)/libensembl_la-enscoordsystem.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-696-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:697:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enscoordsystem.lo `test -f 'enscoordsystem.c' || echo '$(srcdir)/'`enscoordsystem.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-698-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-699-libensembl_la-ensdatabaseadaptor.lo: ensdatabaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:700:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensdatabaseadaptor.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensdatabaseadaptor.Tpo -c -o libensembl_la-ensdatabaseadaptor.lo `test -f 'ensdatabaseadaptor.c' || echo '$(srcdir)/'`ensdatabaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-701-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensdatabaseadaptor.Tpo $(DEPDIR)/libensembl_la-ensdatabaseadaptor.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-703-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:704:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensdatabaseadaptor.lo `test -f 'ensdatabaseadaptor.c' || echo '$(srcdir)/'`ensdatabaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-705-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-706-libensembl_la-ensdatabaseconnection.lo: ensdatabaseconnection.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:707:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensdatabaseconnection.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensdatabaseconnection.Tpo -c -o libensembl_la-ensdatabaseconnection.lo `test -f 'ensdatabaseconnection.c' || echo '$(srcdir)/'`ensdatabaseconnection.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-708-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensdatabaseconnection.Tpo $(DEPDIR)/libensembl_la-ensdatabaseconnection.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-710-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:711:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensdatabaseconnection.lo `test -f 'ensdatabaseconnection.c' || echo '$(srcdir)/'`ensdatabaseconnection.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-712-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-713-libensembl_la-ensdatabaseentry.lo: ensdatabaseentry.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:714:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensdatabaseentry.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensdatabaseentry.Tpo -c -o libensembl_la-ensdatabaseentry.lo `test -f 'ensdatabaseentry.c' || echo '$(srcdir)/'`ensdatabaseentry.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-715-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensdatabaseentry.Tpo $(DEPDIR)/libensembl_la-ensdatabaseentry.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-717-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:718:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensdatabaseentry.lo `test -f 'ensdatabaseentry.c' || echo '$(srcdir)/'`ensdatabaseentry.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-719-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-720-libensembl_la-ensdensity.lo: ensdensity.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:721:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensdensity.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensdensity.Tpo -c -o libensembl_la-ensdensity.lo `test -f 'ensdensity.c' || echo '$(srcdir)/'`ensdensity.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-722-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensdensity.Tpo $(DEPDIR)/libensembl_la-ensdensity.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-724-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:725:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensdensity.lo `test -f 'ensdensity.c' || echo '$(srcdir)/'`ensdensity.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-726-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-727-libensembl_la-ensditag.lo: ensditag.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:728:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensditag.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensditag.Tpo -c -o libensembl_la-ensditag.lo `test -f 'ensditag.c' || echo '$(srcdir)/'`ensditag.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-729-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensditag.Tpo $(DEPDIR)/libensembl_la-ensditag.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-731-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:732:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensditag.lo `test -f 'ensditag.c' || echo '$(srcdir)/'`ensditag.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-733-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-734-libensembl_la-ensexon.lo: ensexon.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:735:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensexon.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensexon.Tpo -c -o libensembl_la-ensexon.lo `test -f 'ensexon.c' || echo '$(srcdir)/'`ensexon.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-736-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensexon.Tpo $(DEPDIR)/libensembl_la-ensexon.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-738-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:739:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensexon.lo `test -f 'ensexon.c' || echo '$(srcdir)/'`ensexon.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-740-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-741-libensembl_la-ensexternaldatabase.lo: ensexternaldatabase.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:742:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensexternaldatabase.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensexternaldatabase.Tpo -c -o libensembl_la-ensexternaldatabase.lo `test -f 'ensexternaldatabase.c' || echo '$(srcdir)/'`ensexternaldatabase.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-743-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensexternaldatabase.Tpo $(DEPDIR)/libensembl_la-ensexternaldatabase.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-745-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:746:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensexternaldatabase.lo `test -f 'ensexternaldatabase.c' || echo '$(srcdir)/'`ensexternaldatabase.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-747-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-748-libensembl_la-ensfeature.lo: ensfeature.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:749:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensfeature.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensfeature.Tpo -c -o libensembl_la-ensfeature.lo `test -f 'ensfeature.c' || echo '$(srcdir)/'`ensfeature.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-750-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensfeature.Tpo $(DEPDIR)/libensembl_la-ensfeature.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-752-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:753:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensfeature.lo `test -f 'ensfeature.c' || echo '$(srcdir)/'`ensfeature.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-754-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-755-libensembl_la-ensgene.lo: ensgene.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:756:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgene.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgene.Tpo -c -o libensembl_la-ensgene.lo `test -f 'ensgene.c' || echo '$(srcdir)/'`ensgene.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-757-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgene.Tpo $(DEPDIR)/libensembl_la-ensgene.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-759-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:760:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgene.lo `test -f 'ensgene.c' || echo '$(srcdir)/'`ensgene.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-761-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-762-libensembl_la-ensgvallele.lo: ensgvallele.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:763:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvallele.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvallele.Tpo -c -o libensembl_la-ensgvallele.lo `test -f 'ensgvallele.c' || echo '$(srcdir)/'`ensgvallele.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-764-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvallele.Tpo $(DEPDIR)/libensembl_la-ensgvallele.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-766-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:767:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvallele.lo `test -f 'ensgvallele.c' || echo '$(srcdir)/'`ensgvallele.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-768-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-769-libensembl_la-ensgvattribute.lo: ensgvattribute.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:770:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvattribute.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvattribute.Tpo -c -o libensembl_la-ensgvattribute.lo `test -f 'ensgvattribute.c' || echo '$(srcdir)/'`ensgvattribute.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-771-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvattribute.Tpo $(DEPDIR)/libensembl_la-ensgvattribute.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-773-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:774:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvattribute.lo `test -f 'ensgvattribute.c' || echo '$(srcdir)/'`ensgvattribute.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-775-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-776-libensembl_la-ensgvbaseadaptor.lo: ensgvbaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:777:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvbaseadaptor.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvbaseadaptor.Tpo -c -o libensembl_la-ensgvbaseadaptor.lo `test -f 'ensgvbaseadaptor.c' || echo '$(srcdir)/'`ensgvbaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-778-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvbaseadaptor.Tpo $(DEPDIR)/libensembl_la-ensgvbaseadaptor.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-780-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:781:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvbaseadaptor.lo `test -f 'ensgvbaseadaptor.c' || echo '$(srcdir)/'`ensgvbaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-782-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-783-libensembl_la-ensgvdatabaseadaptor.lo: ensgvdatabaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:784:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvdatabaseadaptor.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvdatabaseadaptor.Tpo -c -o libensembl_la-ensgvdatabaseadaptor.lo `test -f 'ensgvdatabaseadaptor.c' || echo '$(srcdir)/'`ensgvdatabaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-785-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvdatabaseadaptor.Tpo $(DEPDIR)/libensembl_la-ensgvdatabaseadaptor.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-787-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:788:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvdatabaseadaptor.lo `test -f 'ensgvdatabaseadaptor.c' || echo '$(srcdir)/'`ensgvdatabaseadaptor.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-789-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-790-libensembl_la-ensgvgenotype.lo: ensgvgenotype.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:791:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvgenotype.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvgenotype.Tpo -c -o libensembl_la-ensgvgenotype.lo `test -f 'ensgvgenotype.c' || echo '$(srcdir)/'`ensgvgenotype.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-792-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvgenotype.Tpo $(DEPDIR)/libensembl_la-ensgvgenotype.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-794-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:795:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvgenotype.lo `test -f 'ensgvgenotype.c' || echo '$(srcdir)/'`ensgvgenotype.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-796-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-797-libensembl_la-ensgvindividual.lo: ensgvindividual.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:798:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvindividual.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvindividual.Tpo -c -o libensembl_la-ensgvindividual.lo `test -f 'ensgvindividual.c' || echo '$(srcdir)/'`ensgvindividual.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-799-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvindividual.Tpo $(DEPDIR)/libensembl_la-ensgvindividual.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-801-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:802:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvindividual.lo `test -f 'ensgvindividual.c' || echo '$(srcdir)/'`ensgvindividual.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-803-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-804-libensembl_la-ensgvpopulation.lo: ensgvpopulation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:805:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvpopulation.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvpopulation.Tpo -c -o libensembl_la-ensgvpopulation.lo `test -f 'ensgvpopulation.c' || echo '$(srcdir)/'`ensgvpopulation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-806-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvpopulation.Tpo $(DEPDIR)/libensembl_la-ensgvpopulation.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-808-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:809:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvpopulation.lo `test -f 'ensgvpopulation.c' || echo '$(srcdir)/'`ensgvpopulation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-810-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-811-libensembl_la-ensgvsample.lo: ensgvsample.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:812:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvsample.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvsample.Tpo -c -o libensembl_la-ensgvsample.lo `test -f 'ensgvsample.c' || echo '$(srcdir)/'`ensgvsample.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-813-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvsample.Tpo $(DEPDIR)/libensembl_la-ensgvsample.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-815-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:816:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvsample.lo `test -f 'ensgvsample.c' || echo '$(srcdir)/'`ensgvsample.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-817-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-818-libensembl_la-ensgvsource.lo: ensgvsource.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:819:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvsource.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvsource.Tpo -c -o libensembl_la-ensgvsource.lo `test -f 'ensgvsource.c' || echo '$(srcdir)/'`ensgvsource.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-820-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvsource.Tpo $(DEPDIR)/libensembl_la-ensgvsource.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-822-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:823:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvsource.lo `test -f 'ensgvsource.c' || echo '$(srcdir)/'`ensgvsource.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-824-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-825-libensembl_la-ensgvsynonym.lo: ensgvsynonym.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:826:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvsynonym.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvsynonym.Tpo -c -o libensembl_la-ensgvsynonym.lo `test -f 'ensgvsynonym.c' || echo '$(srcdir)/'`ensgvsynonym.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-827-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvsynonym.Tpo $(DEPDIR)/libensembl_la-ensgvsynonym.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-829-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:830:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvsynonym.lo `test -f 'ensgvsynonym.c' || echo '$(srcdir)/'`ensgvsynonym.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-831-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-832-libensembl_la-ensgvvariation.lo: ensgvvariation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:833:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensgvvariation.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensgvvariation.Tpo -c -o libensembl_la-ensgvvariation.lo `test -f 'ensgvvariation.c' || echo '$(srcdir)/'`ensgvvariation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-834-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensgvvariation.Tpo $(DEPDIR)/libensembl_la-ensgvvariation.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-836-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:837:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensgvvariation.lo `test -f 'ensgvvariation.c' || echo '$(srcdir)/'`ensgvvariation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-838-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-839-libensembl_la-ensintron.lo: ensintron.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:840:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensintron.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensintron.Tpo -c -o libensembl_la-ensintron.lo `test -f 'ensintron.c' || echo '$(srcdir)/'`ensintron.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-841-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensintron.Tpo $(DEPDIR)/libensembl_la-ensintron.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-843-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:844:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensintron.lo `test -f 'ensintron.c' || echo '$(srcdir)/'`ensintron.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-845-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-846-libensembl_la-enskaryotype.lo: enskaryotype.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:847:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enskaryotype.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enskaryotype.Tpo -c -o libensembl_la-enskaryotype.lo `test -f 'enskaryotype.c' || echo '$(srcdir)/'`enskaryotype.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-848-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enskaryotype.Tpo $(DEPDIR)/libensembl_la-enskaryotype.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-850-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:851:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enskaryotype.lo `test -f 'enskaryotype.c' || echo '$(srcdir)/'`enskaryotype.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-852-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-853-libensembl_la-ensmapper.lo: ensmapper.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:854:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensmapper.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensmapper.Tpo -c -o libensembl_la-ensmapper.lo `test -f 'ensmapper.c' || echo '$(srcdir)/'`ensmapper.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-855-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensmapper.Tpo $(DEPDIR)/libensembl_la-ensmapper.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-857-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:858:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensmapper.lo `test -f 'ensmapper.c' || echo '$(srcdir)/'`ensmapper.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-859-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-860-libensembl_la-ensmarker.lo: ensmarker.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:861:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensmarker.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensmarker.Tpo -c -o libensembl_la-ensmarker.lo `test -f 'ensmarker.c' || echo '$(srcdir)/'`ensmarker.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-862-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensmarker.Tpo $(DEPDIR)/libensembl_la-ensmarker.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-864-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:865:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensmarker.lo `test -f 'ensmarker.c' || echo '$(srcdir)/'`ensmarker.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-866-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-867-libensembl_la-ensmetacoordinate.lo: ensmetacoordinate.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:868:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensmetacoordinate.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensmetacoordinate.Tpo -c -o libensembl_la-ensmetacoordinate.lo `test -f 'ensmetacoordinate.c' || echo '$(srcdir)/'`ensmetacoordinate.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-869-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensmetacoordinate.Tpo $(DEPDIR)/libensembl_la-ensmetacoordinate.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-871-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:872:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensmetacoordinate.lo `test -f 'ensmetacoordinate.c' || echo '$(srcdir)/'`ensmetacoordinate.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-873-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-874-libensembl_la-ensmetainformation.lo: ensmetainformation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:875:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensmetainformation.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensmetainformation.Tpo -c -o libensembl_la-ensmetainformation.lo `test -f 'ensmetainformation.c' || echo '$(srcdir)/'`ensmetainformation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-876-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensmetainformation.Tpo $(DEPDIR)/libensembl_la-ensmetainformation.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-878-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:879:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensmetainformation.lo `test -f 'ensmetainformation.c' || echo '$(srcdir)/'`ensmetainformation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-880-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-881-libensembl_la-ensmiscellaneous.lo: ensmiscellaneous.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:882:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensmiscellaneous.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensmiscellaneous.Tpo -c -o libensembl_la-ensmiscellaneous.lo `test -f 'ensmiscellaneous.c' || echo '$(srcdir)/'`ensmiscellaneous.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-883-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensmiscellaneous.Tpo $(DEPDIR)/libensembl_la-ensmiscellaneous.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-885-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:886:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensmiscellaneous.lo `test -f 'ensmiscellaneous.c' || echo '$(srcdir)/'`ensmiscellaneous.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-887-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-888-libensembl_la-ensontology.lo: ensontology.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:889:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensontology.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensontology.Tpo -c -o libensembl_la-ensontology.lo `test -f 'ensontology.c' || echo '$(srcdir)/'`ensontology.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-890-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensontology.Tpo $(DEPDIR)/libensembl_la-ensontology.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-892-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:893:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensontology.lo `test -f 'ensontology.c' || echo '$(srcdir)/'`ensontology.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-894-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-895-libensembl_la-ensoperon.lo: ensoperon.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:896:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensoperon.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensoperon.Tpo -c -o libensembl_la-ensoperon.lo `test -f 'ensoperon.c' || echo '$(srcdir)/'`ensoperon.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-897-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensoperon.Tpo $(DEPDIR)/libensembl_la-ensoperon.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-899-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:900:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensoperon.lo `test -f 'ensoperon.c' || echo '$(srcdir)/'`ensoperon.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-901-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-902-libensembl_la-ensprediction.lo: ensprediction.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:903:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensprediction.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensprediction.Tpo -c -o libensembl_la-ensprediction.lo `test -f 'ensprediction.c' || echo '$(srcdir)/'`ensprediction.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-904-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensprediction.Tpo $(DEPDIR)/libensembl_la-ensprediction.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-906-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:907:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensprediction.lo `test -f 'ensprediction.c' || echo '$(srcdir)/'`ensprediction.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-908-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-909-libensembl_la-ensprojectionsegment.lo: ensprojectionsegment.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:910:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensprojectionsegment.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensprojectionsegment.Tpo -c -o libensembl_la-ensprojectionsegment.lo `test -f 'ensprojectionsegment.c' || echo '$(srcdir)/'`ensprojectionsegment.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-911-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensprojectionsegment.Tpo $(DEPDIR)/libensembl_la-ensprojectionsegment.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-913-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:914:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensprojectionsegment.lo `test -f 'ensprojectionsegment.c' || echo '$(srcdir)/'`ensprojectionsegment.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-915-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-916-libensembl_la-ensprotein.lo: ensprotein.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:917:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensprotein.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensprotein.Tpo -c -o libensembl_la-ensprotein.lo `test -f 'ensprotein.c' || echo '$(srcdir)/'`ensprotein.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-918-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensprotein.Tpo $(DEPDIR)/libensembl_la-ensprotein.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-920-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:921:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensprotein.lo `test -f 'ensprotein.c' || echo '$(srcdir)/'`ensprotein.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-922-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-923-libensembl_la-ensqc.lo: ensqc.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:924:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensqc.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensqc.Tpo -c -o libensembl_la-ensqc.lo `test -f 'ensqc.c' || echo '$(srcdir)/'`ensqc.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-925-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensqc.Tpo $(DEPDIR)/libensembl_la-ensqc.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-927-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:928:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensqc.lo `test -f 'ensqc.c' || echo '$(srcdir)/'`ensqc.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-929-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-930-libensembl_la-ensqcalignment.lo: ensqcalignment.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:931:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensqcalignment.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensqcalignment.Tpo -c -o libensembl_la-ensqcalignment.lo `test -f 'ensqcalignment.c' || echo '$(srcdir)/'`ensqcalignment.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-932-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensqcalignment.Tpo $(DEPDIR)/libensembl_la-ensqcalignment.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-934-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:935:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensqcalignment.lo `test -f 'ensqcalignment.c' || echo '$(srcdir)/'`ensqcalignment.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-936-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-937-libensembl_la-ensqcdasfeature.lo: ensqcdasfeature.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:938:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensqcdasfeature.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensqcdasfeature.Tpo -c -o libensembl_la-ensqcdasfeature.lo `test -f 'ensqcdasfeature.c' || echo '$(srcdir)/'`ensqcdasfeature.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-939-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensqcdasfeature.Tpo $(DEPDIR)/libensembl_la-ensqcdasfeature.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-941-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:942:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensqcdasfeature.lo `test -f 'ensqcdasfeature.c' || echo '$(srcdir)/'`ensqcdasfeature.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-943-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-944-libensembl_la-ensqcdatabase.lo: ensqcdatabase.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:945:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensqcdatabase.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensqcdatabase.Tpo -c -o libensembl_la-ensqcdatabase.lo `test -f 'ensqcdatabase.c' || echo '$(srcdir)/'`ensqcdatabase.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-946-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensqcdatabase.Tpo $(DEPDIR)/libensembl_la-ensqcdatabase.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-948-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:949:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensqcdatabase.lo `test -f 'ensqcdatabase.c' || echo '$(srcdir)/'`ensqcdatabase.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-950-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-951-libensembl_la-ensqcsequence.lo: ensqcsequence.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:952:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensqcsequence.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensqcsequence.Tpo -c -o libensembl_la-ensqcsequence.lo `test -f 'ensqcsequence.c' || echo '$(srcdir)/'`ensqcsequence.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-953-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensqcsequence.Tpo $(DEPDIR)/libensembl_la-ensqcsequence.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-955-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:956:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensqcsequence.lo `test -f 'ensqcsequence.c' || echo '$(srcdir)/'`ensqcsequence.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-957-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-958-libensembl_la-ensqcsubmission.lo: ensqcsubmission.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:959:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensqcsubmission.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensqcsubmission.Tpo -c -o libensembl_la-ensqcsubmission.lo `test -f 'ensqcsubmission.c' || echo '$(srcdir)/'`ensqcsubmission.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-960-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensqcsubmission.Tpo $(DEPDIR)/libensembl_la-ensqcsubmission.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-962-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:963:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensqcsubmission.lo `test -f 'ensqcsubmission.c' || echo '$(srcdir)/'`ensqcsubmission.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-964-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-965-libensembl_la-ensqcvariation.lo: ensqcvariation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:966:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensqcvariation.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensqcvariation.Tpo -c -o libensembl_la-ensqcvariation.lo `test -f 'ensqcvariation.c' || echo '$(srcdir)/'`ensqcvariation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-967-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensqcvariation.Tpo $(DEPDIR)/libensembl_la-ensqcvariation.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-969-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:970:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensqcvariation.lo `test -f 'ensqcvariation.c' || echo '$(srcdir)/'`ensqcvariation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-971-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-972-libensembl_la-ensregistry.lo: ensregistry.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:973:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensregistry.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensregistry.Tpo -c -o libensembl_la-ensregistry.lo `test -f 'ensregistry.c' || echo '$(srcdir)/'`ensregistry.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-974-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensregistry.Tpo $(DEPDIR)/libensembl_la-ensregistry.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-976-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:977:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensregistry.lo `test -f 'ensregistry.c' || echo '$(srcdir)/'`ensregistry.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-978-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-979-libensembl_la-ensrepeat.lo: ensrepeat.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:980:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensrepeat.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensrepeat.Tpo -c -o libensembl_la-ensrepeat.lo `test -f 'ensrepeat.c' || echo '$(srcdir)/'`ensrepeat.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-981-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensrepeat.Tpo $(DEPDIR)/libensembl_la-ensrepeat.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-983-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:984:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensrepeat.lo `test -f 'ensrepeat.c' || echo '$(srcdir)/'`ensrepeat.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-985-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-986-libensembl_la-ensseqregion.lo: ensseqregion.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:987:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensseqregion.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensseqregion.Tpo -c -o libensembl_la-ensseqregion.lo `test -f 'ensseqregion.c' || echo '$(srcdir)/'`ensseqregion.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-988-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensseqregion.Tpo $(DEPDIR)/libensembl_la-ensseqregion.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-990-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:991:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensseqregion.lo `test -f 'ensseqregion.c' || echo '$(srcdir)/'`ensseqregion.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-992-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-993-libensembl_la-enssequence.lo: enssequence.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:994:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enssequence.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enssequence.Tpo -c -o libensembl_la-enssequence.lo `test -f 'enssequence.c' || echo '$(srcdir)/'`enssequence.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-995-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enssequence.Tpo $(DEPDIR)/libensembl_la-enssequence.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-997-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:998:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enssequence.lo `test -f 'enssequence.c' || echo '$(srcdir)/'`enssequence.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-999-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1000-libensembl_la-enssequenceedit.lo: enssequenceedit.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1001:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enssequenceedit.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enssequenceedit.Tpo -c -o libensembl_la-enssequenceedit.lo `test -f 'enssequenceedit.c' || echo '$(srcdir)/'`enssequenceedit.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1002-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enssequenceedit.Tpo $(DEPDIR)/libensembl_la-enssequenceedit.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1004-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1005:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enssequenceedit.lo `test -f 'enssequenceedit.c' || echo '$(srcdir)/'`enssequenceedit.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1006-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1007-libensembl_la-enssimple.lo: enssimple.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1008:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enssimple.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enssimple.Tpo -c -o libensembl_la-enssimple.lo `test -f 'enssimple.c' || echo '$(srcdir)/'`enssimple.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1009-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enssimple.Tpo $(DEPDIR)/libensembl_la-enssimple.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1011-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1012:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enssimple.lo `test -f 'enssimple.c' || echo '$(srcdir)/'`enssimple.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1013-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1014-libensembl_la-ensslice.lo: ensslice.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1015:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensslice.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensslice.Tpo -c -o libensembl_la-ensslice.lo `test -f 'ensslice.c' || echo '$(srcdir)/'`ensslice.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1016-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensslice.Tpo $(DEPDIR)/libensembl_la-ensslice.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1018-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1019:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensslice.lo `test -f 'ensslice.c' || echo '$(srcdir)/'`ensslice.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1020-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1021-libensembl_la-enssoftware.lo: enssoftware.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1022:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enssoftware.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enssoftware.Tpo -c -o libensembl_la-enssoftware.lo `test -f 'enssoftware.c' || echo '$(srcdir)/'`enssoftware.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1023-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enssoftware.Tpo $(DEPDIR)/libensembl_la-enssoftware.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1025-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1026:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enssoftware.lo `test -f 'enssoftware.c' || echo '$(srcdir)/'`enssoftware.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1027-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1028-libensembl_la-ensstorable.lo: ensstorable.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1029:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensstorable.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensstorable.Tpo -c -o libensembl_la-ensstorable.lo `test -f 'ensstorable.c' || echo '$(srcdir)/'`ensstorable.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1030-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensstorable.Tpo $(DEPDIR)/libensembl_la-ensstorable.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1032-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1033:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensstorable.lo `test -f 'ensstorable.c' || echo '$(srcdir)/'`ensstorable.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1034-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1035-libensembl_la-enstable.lo: enstable.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1036:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enstable.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enstable.Tpo -c -o libensembl_la-enstable.lo `test -f 'enstable.c' || echo '$(srcdir)/'`enstable.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1037-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enstable.Tpo $(DEPDIR)/libensembl_la-enstable.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1039-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1040:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enstable.lo `test -f 'enstable.c' || echo '$(srcdir)/'`enstable.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1041-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1042-libensembl_la-enstranscript.lo: enstranscript.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1043:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enstranscript.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enstranscript.Tpo -c -o libensembl_la-enstranscript.lo `test -f 'enstranscript.c' || echo '$(srcdir)/'`enstranscript.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1044-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enstranscript.Tpo $(DEPDIR)/libensembl_la-enstranscript.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1046-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1047:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enstranscript.lo `test -f 'enstranscript.c' || echo '$(srcdir)/'`enstranscript.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1048-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1049-libensembl_la-enstranslation.lo: enstranslation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1050:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-enstranslation.lo -MD -MP -MF $(DEPDIR)/libensembl_la-enstranslation.Tpo -c -o libensembl_la-enstranslation.lo `test -f 'enstranslation.c' || echo '$(srcdir)/'`enstranslation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1051-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-enstranslation.Tpo $(DEPDIR)/libensembl_la-enstranslation.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1053-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1054:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-enstranslation.lo `test -f 'enstranslation.c' || echo '$(srcdir)/'`enstranslation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1055-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1056-libensembl_la-ensutility.lo: ensutility.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1057:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensutility.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensutility.Tpo -c -o libensembl_la-ensutility.lo `test -f 'ensutility.c' || echo '$(srcdir)/'`ensutility.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1058-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensutility.Tpo $(DEPDIR)/libensembl_la-ensutility.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1060-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1061:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensutility.lo `test -f 'ensutility.c' || echo '$(srcdir)/'`ensutility.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1062-
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1063-libensembl_la-ensvariation.lo: ensvariation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1064:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -MT libensembl_la-ensvariation.lo -MD -MP -MF $(DEPDIR)/libensembl_la-ensvariation.Tpo -c -o libensembl_la-ensvariation.lo `test -f 'ensvariation.c' || echo '$(srcdir)/'`ensvariation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1065-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libensembl_la-ensvariation.Tpo $(DEPDIR)/libensembl_la-ensvariation.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1067-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1068:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libensembl_la_CPPFLAGS) $(CPPFLAGS) $(libensembl_la_CFLAGS) $(CFLAGS) -c -o libensembl_la-ensvariation.lo `test -f 'ensvariation.c' || echo '$(srcdir)/'`ensvariation.c
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1069-
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1093-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1094:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1095-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1141-GTAGS:
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1142:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1143-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1163-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1164:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1165:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1166-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1177-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in:1178:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/ajax/ensembl/Makefile.in-1179-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-78-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-394-.c.obj:
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:395:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-396-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-398-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:399:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-400-
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-408-libajaxg_la-ajgraph.lo: ajgraph.c
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:409:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxg_la_CPPFLAGS) $(CPPFLAGS) $(libajaxg_la_CFLAGS) $(CFLAGS) -MT libajaxg_la-ajgraph.lo -MD -MP -MF $(DEPDIR)/libajaxg_la-ajgraph.Tpo -c -o libajaxg_la-ajgraph.lo `test -f 'ajgraph.c' || echo '$(srcdir)/'`ajgraph.c
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-410-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxg_la-ajgraph.Tpo $(DEPDIR)/libajaxg_la-ajgraph.Plo
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-412-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:413:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxg_la_CPPFLAGS) $(CPPFLAGS) $(libajaxg_la_CFLAGS) $(CFLAGS) -c -o libajaxg_la-ajgraph.lo `test -f 'ajgraph.c' || echo '$(srcdir)/'`ajgraph.c
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-414-
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-415-libajaxg_la-ajhist.lo: ajhist.c
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:416:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxg_la_CPPFLAGS) $(CPPFLAGS) $(libajaxg_la_CFLAGS) $(CFLAGS) -MT libajaxg_la-ajhist.lo -MD -MP -MF $(DEPDIR)/libajaxg_la-ajhist.Tpo -c -o libajaxg_la-ajhist.lo `test -f 'ajhist.c' || echo '$(srcdir)/'`ajhist.c
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-417-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxg_la-ajhist.Tpo $(DEPDIR)/libajaxg_la-ajhist.Plo
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-419-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:420:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxg_la_CPPFLAGS) $(CPPFLAGS) $(libajaxg_la_CFLAGS) $(CFLAGS) -c -o libajaxg_la-ajhist.lo `test -f 'ajhist.c' || echo '$(srcdir)/'`ajhist.c
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-421-
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-445-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:446:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-447-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-493-GTAGS:
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:494:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-495-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-515-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:516:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:517:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-518-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-529-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in:530:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/ajax/graphics/Makefile.in-531-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/ajax/zlib/crc32.c-204-/* =========================================================================
emboss-6.6.0+dfsg/ajax/zlib/crc32.c:205: * This function can be used by asm versions of crc32()
emboss-6.6.0+dfsg/ajax/zlib/crc32.c-206- */
##############################################
emboss-6.6.0+dfsg/ajax/zlib/zlib.h-1064-     8: DEBUG
emboss-6.6.0+dfsg/ajax/zlib/zlib.h:1065:     9: ASMV or ASMINF -- use ASM code
emboss-6.6.0+dfsg/ajax/zlib/zlib.h-1066-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-75-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:76:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-77-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:78:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-79-    *) f=$$p;; \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-80-  esac;
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:81:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-82-am__install_max = 40
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-83-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:84:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-85-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-433-.c.obj:
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:434:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-435-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:438:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-439-
##############################################
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-470-	@list='$(ezlibinclude_HEADERS)'; test -n "$(ezlibincludedir)" || list=; \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:471:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-472-	dir='$(DESTDIR)$(ezlibincludedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-518-GTAGS:
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:519:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-520-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-540-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:541:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:542:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-543-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-554-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in:555:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/ajax/zlib/Makefile.in-556-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/ajax/zlib/deflate.c-88-#ifdef ASMV
emboss-6.6.0+dfsg/ajax/zlib/deflate.c:89:      void match_init OF((void)); /* asm code initialization */
emboss-6.6.0+dfsg/ajax/zlib/deflate.c-90-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
emboss-6.6.0+dfsg/ajax/zlib/deflate.c-1043-#ifdef ASMV
emboss-6.6.0+dfsg/ajax/zlib/deflate.c:1044:    match_init(); /* initialize the asm code */
emboss-6.6.0+dfsg/ajax/zlib/deflate.c-1045-#endif
##############################################
emboss-6.6.0+dfsg/ajax/zlib/deflate.c-1059-#ifndef ASMV
emboss-6.6.0+dfsg/ajax/zlib/deflate.c:1060:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
emboss-6.6.0+dfsg/ajax/zlib/deflate.c-1061- * match.S. The code will be functionally equivalent.
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-80-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/ajax/core/Makefile.in:81:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/ajax/core/Makefile.in-82-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/ajax/core/Makefile.in:83:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/ajax/core/Makefile.in-84-    *) f=$$p;; \
emboss-6.6.0+dfsg/ajax/core/Makefile.in-85-  esac;
emboss-6.6.0+dfsg/ajax/core/Makefile.in:86:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/ajax/core/Makefile.in-87-am__install_max = 40
emboss-6.6.0+dfsg/ajax/core/Makefile.in-88-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/ajax/core/Makefile.in:89:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/ajax/core/Makefile.in-90-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-722-.c.obj:
emboss-6.6.0+dfsg/ajax/core/Makefile.in:723:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/core/Makefile.in-724-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:727:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/core/Makefile.in-728-
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-736-libajax_la-ajalign.lo: ajalign.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:737:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajalign.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajalign.Tpo -c -o libajax_la-ajalign.lo `test -f 'ajalign.c' || echo '$(srcdir)/'`ajalign.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-738-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajalign.Tpo $(DEPDIR)/libajax_la-ajalign.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-740-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:741:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajalign.lo `test -f 'ajalign.c' || echo '$(srcdir)/'`ajalign.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-742-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-743-libajax_la-ajarr.lo: ajarr.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:744:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajarr.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajarr.Tpo -c -o libajax_la-ajarr.lo `test -f 'ajarr.c' || echo '$(srcdir)/'`ajarr.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-745-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajarr.Tpo $(DEPDIR)/libajax_la-ajarr.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-747-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:748:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajarr.lo `test -f 'ajarr.c' || echo '$(srcdir)/'`ajarr.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-749-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-750-libajax_la-ajassem.lo: ajassem.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:751:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajassem.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajassem.Tpo -c -o libajax_la-ajassem.lo `test -f 'ajassem.c' || echo '$(srcdir)/'`ajassem.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-752-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajassem.Tpo $(DEPDIR)/libajax_la-ajassem.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-754-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:755:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajassem.lo `test -f 'ajassem.c' || echo '$(srcdir)/'`ajassem.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-756-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-757-libajax_la-ajassemread.lo: ajassemread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:758:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajassemread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajassemread.Tpo -c -o libajax_la-ajassemread.lo `test -f 'ajassemread.c' || echo '$(srcdir)/'`ajassemread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-759-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajassemread.Tpo $(DEPDIR)/libajax_la-ajassemread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-761-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:762:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajassemread.lo `test -f 'ajassemread.c' || echo '$(srcdir)/'`ajassemread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-763-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-764-libajax_la-ajassemwrite.lo: ajassemwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:765:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajassemwrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajassemwrite.Tpo -c -o libajax_la-ajassemwrite.lo `test -f 'ajassemwrite.c' || echo '$(srcdir)/'`ajassemwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-766-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajassemwrite.Tpo $(DEPDIR)/libajax_la-ajassemwrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-768-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:769:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajassemwrite.lo `test -f 'ajassemwrite.c' || echo '$(srcdir)/'`ajassemwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-770-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-771-libajax_la-ajassert.lo: ajassert.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:772:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajassert.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajassert.Tpo -c -o libajax_la-ajassert.lo `test -f 'ajassert.c' || echo '$(srcdir)/'`ajassert.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-773-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajassert.Tpo $(DEPDIR)/libajax_la-ajassert.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-775-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:776:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajassert.lo `test -f 'ajassert.c' || echo '$(srcdir)/'`ajassert.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-777-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-778-libajax_la-ajbamindex.lo: ajbamindex.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:779:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajbamindex.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajbamindex.Tpo -c -o libajax_la-ajbamindex.lo `test -f 'ajbamindex.c' || echo '$(srcdir)/'`ajbamindex.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-780-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajbamindex.Tpo $(DEPDIR)/libajax_la-ajbamindex.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-782-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:783:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajbamindex.lo `test -f 'ajbamindex.c' || echo '$(srcdir)/'`ajbamindex.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-784-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-785-libajax_la-ajbase.lo: ajbase.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:786:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajbase.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajbase.Tpo -c -o libajax_la-ajbase.lo `test -f 'ajbase.c' || echo '$(srcdir)/'`ajbase.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-787-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajbase.Tpo $(DEPDIR)/libajax_la-ajbase.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-789-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:790:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajbase.lo `test -f 'ajbase.c' || echo '$(srcdir)/'`ajbase.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-791-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-792-libajax_la-ajcall.lo: ajcall.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:793:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajcall.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajcall.Tpo -c -o libajax_la-ajcall.lo `test -f 'ajcall.c' || echo '$(srcdir)/'`ajcall.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-794-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajcall.Tpo $(DEPDIR)/libajax_la-ajcall.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-796-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:797:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajcall.lo `test -f 'ajcall.c' || echo '$(srcdir)/'`ajcall.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-798-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-799-libajax_la-ajcigar.lo: ajcigar.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:800:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajcigar.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajcigar.Tpo -c -o libajax_la-ajcigar.lo `test -f 'ajcigar.c' || echo '$(srcdir)/'`ajcigar.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-801-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajcigar.Tpo $(DEPDIR)/libajax_la-ajcigar.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-803-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:804:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajcigar.lo `test -f 'ajcigar.c' || echo '$(srcdir)/'`ajcigar.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-805-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-806-libajax_la-ajcod.lo: ajcod.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:807:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajcod.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajcod.Tpo -c -o libajax_la-ajcod.lo `test -f 'ajcod.c' || echo '$(srcdir)/'`ajcod.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-808-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajcod.Tpo $(DEPDIR)/libajax_la-ajcod.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-810-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:811:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajcod.lo `test -f 'ajcod.c' || echo '$(srcdir)/'`ajcod.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-812-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-813-libajax_la-ajdan.lo: ajdan.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:814:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajdan.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajdan.Tpo -c -o libajax_la-ajdan.lo `test -f 'ajdan.c' || echo '$(srcdir)/'`ajdan.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-815-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajdan.Tpo $(DEPDIR)/libajax_la-ajdan.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-817-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:818:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajdan.lo `test -f 'ajdan.c' || echo '$(srcdir)/'`ajdan.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-819-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-820-libajax_la-ajdmx.lo: ajdmx.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:821:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajdmx.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajdmx.Tpo -c -o libajax_la-ajdmx.lo `test -f 'ajdmx.c' || echo '$(srcdir)/'`ajdmx.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-822-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajdmx.Tpo $(DEPDIR)/libajax_la-ajdmx.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-824-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:825:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajdmx.lo `test -f 'ajdmx.c' || echo '$(srcdir)/'`ajdmx.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-826-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-827-libajax_la-ajdom.lo: ajdom.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:828:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajdom.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajdom.Tpo -c -o libajax_la-ajdom.lo `test -f 'ajdom.c' || echo '$(srcdir)/'`ajdom.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-829-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajdom.Tpo $(DEPDIR)/libajax_la-ajdom.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-831-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:832:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajdom.lo `test -f 'ajdom.c' || echo '$(srcdir)/'`ajdom.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-833-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-834-libajax_la-ajdomain.lo: ajdomain.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:835:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajdomain.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajdomain.Tpo -c -o libajax_la-ajdomain.lo `test -f 'ajdomain.c' || echo '$(srcdir)/'`ajdomain.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-836-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajdomain.Tpo $(DEPDIR)/libajax_la-ajdomain.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-838-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:839:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajdomain.lo `test -f 'ajdomain.c' || echo '$(srcdir)/'`ajdomain.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-840-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-841-libajax_la-ajexcept.lo: ajexcept.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:842:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajexcept.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajexcept.Tpo -c -o libajax_la-ajexcept.lo `test -f 'ajexcept.c' || echo '$(srcdir)/'`ajexcept.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-843-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajexcept.Tpo $(DEPDIR)/libajax_la-ajexcept.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-845-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:846:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajexcept.lo `test -f 'ajexcept.c' || echo '$(srcdir)/'`ajexcept.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-847-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-848-libajax_la-ajfeat.lo: ajfeat.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:849:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajfeat.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajfeat.Tpo -c -o libajax_la-ajfeat.lo `test -f 'ajfeat.c' || echo '$(srcdir)/'`ajfeat.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-850-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajfeat.Tpo $(DEPDIR)/libajax_la-ajfeat.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-852-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:853:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajfeat.lo `test -f 'ajfeat.c' || echo '$(srcdir)/'`ajfeat.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-854-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-855-libajax_la-ajfeatread.lo: ajfeatread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:856:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajfeatread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajfeatread.Tpo -c -o libajax_la-ajfeatread.lo `test -f 'ajfeatread.c' || echo '$(srcdir)/'`ajfeatread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-857-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajfeatread.Tpo $(DEPDIR)/libajax_la-ajfeatread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-859-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:860:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajfeatread.lo `test -f 'ajfeatread.c' || echo '$(srcdir)/'`ajfeatread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-861-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-862-libajax_la-ajfeatwrite.lo: ajfeatwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:863:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajfeatwrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajfeatwrite.Tpo -c -o libajax_la-ajfeatwrite.lo `test -f 'ajfeatwrite.c' || echo '$(srcdir)/'`ajfeatwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-864-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajfeatwrite.Tpo $(DEPDIR)/libajax_la-ajfeatwrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-866-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:867:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajfeatwrite.lo `test -f 'ajfeatwrite.c' || echo '$(srcdir)/'`ajfeatwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-868-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-869-libajax_la-ajfile.lo: ajfile.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:870:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajfile.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajfile.Tpo -c -o libajax_la-ajfile.lo `test -f 'ajfile.c' || echo '$(srcdir)/'`ajfile.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-871-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajfile.Tpo $(DEPDIR)/libajax_la-ajfile.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-873-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:874:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajfile.lo `test -f 'ajfile.c' || echo '$(srcdir)/'`ajfile.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-875-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-876-libajax_la-ajfiledata.lo: ajfiledata.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:877:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajfiledata.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajfiledata.Tpo -c -o libajax_la-ajfiledata.lo `test -f 'ajfiledata.c' || echo '$(srcdir)/'`ajfiledata.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-878-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajfiledata.Tpo $(DEPDIR)/libajax_la-ajfiledata.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-880-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:881:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajfiledata.lo `test -f 'ajfiledata.c' || echo '$(srcdir)/'`ajfiledata.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-882-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-883-libajax_la-ajfileio.lo: ajfileio.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:884:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajfileio.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajfileio.Tpo -c -o libajax_la-ajfileio.lo `test -f 'ajfileio.c' || echo '$(srcdir)/'`ajfileio.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-885-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajfileio.Tpo $(DEPDIR)/libajax_la-ajfileio.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-887-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:888:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajfileio.lo `test -f 'ajfileio.c' || echo '$(srcdir)/'`ajfileio.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-889-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-890-libajax_la-ajfmt.lo: ajfmt.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:891:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajfmt.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajfmt.Tpo -c -o libajax_la-ajfmt.lo `test -f 'ajfmt.c' || echo '$(srcdir)/'`ajfmt.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-892-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajfmt.Tpo $(DEPDIR)/libajax_la-ajfmt.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-894-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:895:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajfmt.lo `test -f 'ajfmt.c' || echo '$(srcdir)/'`ajfmt.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-896-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-897-libajax_la-ajftp.lo: ajftp.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:898:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajftp.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajftp.Tpo -c -o libajax_la-ajftp.lo `test -f 'ajftp.c' || echo '$(srcdir)/'`ajftp.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-899-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajftp.Tpo $(DEPDIR)/libajax_la-ajftp.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-901-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:902:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajftp.lo `test -f 'ajftp.c' || echo '$(srcdir)/'`ajftp.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-903-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-904-libajax_la-ajhttp.lo: ajhttp.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:905:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajhttp.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajhttp.Tpo -c -o libajax_la-ajhttp.lo `test -f 'ajhttp.c' || echo '$(srcdir)/'`ajhttp.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-906-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajhttp.Tpo $(DEPDIR)/libajax_la-ajhttp.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-908-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:909:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajhttp.lo `test -f 'ajhttp.c' || echo '$(srcdir)/'`ajhttp.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-910-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-911-libajax_la-ajindex.lo: ajindex.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:912:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajindex.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajindex.Tpo -c -o libajax_la-ajindex.lo `test -f 'ajindex.c' || echo '$(srcdir)/'`ajindex.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-913-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajindex.Tpo $(DEPDIR)/libajax_la-ajindex.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-915-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:916:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajindex.lo `test -f 'ajindex.c' || echo '$(srcdir)/'`ajindex.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-917-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-918-libajax_la-ajjava.lo: ajjava.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:919:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajjava.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajjava.Tpo -c -o libajax_la-ajjava.lo `test -f 'ajjava.c' || echo '$(srcdir)/'`ajjava.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-920-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajjava.Tpo $(DEPDIR)/libajax_la-ajjava.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-922-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:923:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajjava.lo `test -f 'ajjava.c' || echo '$(srcdir)/'`ajjava.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-924-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-925-libajax_la-ajlist.lo: ajlist.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:926:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajlist.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajlist.Tpo -c -o libajax_la-ajlist.lo `test -f 'ajlist.c' || echo '$(srcdir)/'`ajlist.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-927-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajlist.Tpo $(DEPDIR)/libajax_la-ajlist.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-929-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:930:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajlist.lo `test -f 'ajlist.c' || echo '$(srcdir)/'`ajlist.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-931-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-932-libajax_la-ajmath.lo: ajmath.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:933:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajmath.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajmath.Tpo -c -o libajax_la-ajmath.lo `test -f 'ajmath.c' || echo '$(srcdir)/'`ajmath.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-934-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajmath.Tpo $(DEPDIR)/libajax_la-ajmath.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-936-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:937:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajmath.lo `test -f 'ajmath.c' || echo '$(srcdir)/'`ajmath.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-938-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-939-libajax_la-ajmatrices.lo: ajmatrices.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:940:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajmatrices.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajmatrices.Tpo -c -o libajax_la-ajmatrices.lo `test -f 'ajmatrices.c' || echo '$(srcdir)/'`ajmatrices.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-941-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajmatrices.Tpo $(DEPDIR)/libajax_la-ajmatrices.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-943-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:944:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajmatrices.lo `test -f 'ajmatrices.c' || echo '$(srcdir)/'`ajmatrices.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-945-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-946-libajax_la-ajmem.lo: ajmem.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:947:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajmem.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajmem.Tpo -c -o libajax_la-ajmem.lo `test -f 'ajmem.c' || echo '$(srcdir)/'`ajmem.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-948-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajmem.Tpo $(DEPDIR)/libajax_la-ajmem.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-950-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:951:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajmem.lo `test -f 'ajmem.c' || echo '$(srcdir)/'`ajmem.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-952-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-953-libajax_la-ajmess.lo: ajmess.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:954:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajmess.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajmess.Tpo -c -o libajax_la-ajmess.lo `test -f 'ajmess.c' || echo '$(srcdir)/'`ajmess.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-955-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajmess.Tpo $(DEPDIR)/libajax_la-ajmess.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-957-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:958:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajmess.lo `test -f 'ajmess.c' || echo '$(srcdir)/'`ajmess.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-959-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-960-libajax_la-ajnam.lo: ajnam.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:961:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajnam.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajnam.Tpo -c -o libajax_la-ajnam.lo `test -f 'ajnam.c' || echo '$(srcdir)/'`ajnam.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-962-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajnam.Tpo $(DEPDIR)/libajax_la-ajnam.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-964-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:965:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajnam.lo `test -f 'ajnam.c' || echo '$(srcdir)/'`ajnam.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-966-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-967-libajax_la-ajnexus.lo: ajnexus.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:968:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajnexus.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajnexus.Tpo -c -o libajax_la-ajnexus.lo `test -f 'ajnexus.c' || echo '$(srcdir)/'`ajnexus.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-969-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajnexus.Tpo $(DEPDIR)/libajax_la-ajnexus.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-971-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:972:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajnexus.lo `test -f 'ajnexus.c' || echo '$(srcdir)/'`ajnexus.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-973-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-974-libajax_la-ajobo.lo: ajobo.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:975:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajobo.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajobo.Tpo -c -o libajax_la-ajobo.lo `test -f 'ajobo.c' || echo '$(srcdir)/'`ajobo.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-976-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajobo.Tpo $(DEPDIR)/libajax_la-ajobo.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-978-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:979:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajobo.lo `test -f 'ajobo.c' || echo '$(srcdir)/'`ajobo.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-980-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-981-libajax_la-ajoboread.lo: ajoboread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:982:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajoboread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajoboread.Tpo -c -o libajax_la-ajoboread.lo `test -f 'ajoboread.c' || echo '$(srcdir)/'`ajoboread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-983-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajoboread.Tpo $(DEPDIR)/libajax_la-ajoboread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-985-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:986:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajoboread.lo `test -f 'ajoboread.c' || echo '$(srcdir)/'`ajoboread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-987-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-988-libajax_la-ajobowrite.lo: ajobowrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:989:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajobowrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajobowrite.Tpo -c -o libajax_la-ajobowrite.lo `test -f 'ajobowrite.c' || echo '$(srcdir)/'`ajobowrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-990-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajobowrite.Tpo $(DEPDIR)/libajax_la-ajobowrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-992-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:993:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajobowrite.lo `test -f 'ajobowrite.c' || echo '$(srcdir)/'`ajobowrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-994-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-995-libajax_la-ajpat.lo: ajpat.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:996:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajpat.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajpat.Tpo -c -o libajax_la-ajpat.lo `test -f 'ajpat.c' || echo '$(srcdir)/'`ajpat.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-997-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajpat.Tpo $(DEPDIR)/libajax_la-ajpat.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-999-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1000:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajpat.lo `test -f 'ajpat.c' || echo '$(srcdir)/'`ajpat.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1001-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1002-libajax_la-ajpdb.lo: ajpdb.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1003:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajpdb.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajpdb.Tpo -c -o libajax_la-ajpdb.lo `test -f 'ajpdb.c' || echo '$(srcdir)/'`ajpdb.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1004-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajpdb.Tpo $(DEPDIR)/libajax_la-ajpdb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1006-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1007:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajpdb.lo `test -f 'ajpdb.c' || echo '$(srcdir)/'`ajpdb.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1008-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1009-libajax_la-ajpdbio.lo: ajpdbio.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1010:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajpdbio.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajpdbio.Tpo -c -o libajax_la-ajpdbio.lo `test -f 'ajpdbio.c' || echo '$(srcdir)/'`ajpdbio.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1011-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajpdbio.Tpo $(DEPDIR)/libajax_la-ajpdbio.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1013-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1014:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajpdbio.lo `test -f 'ajpdbio.c' || echo '$(srcdir)/'`ajpdbio.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1015-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1016-libajax_la-ajphylo.lo: ajphylo.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1017:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajphylo.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajphylo.Tpo -c -o libajax_la-ajphylo.lo `test -f 'ajphylo.c' || echo '$(srcdir)/'`ajphylo.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1018-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajphylo.Tpo $(DEPDIR)/libajax_la-ajphylo.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1020-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1021:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajphylo.lo `test -f 'ajphylo.c' || echo '$(srcdir)/'`ajphylo.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1022-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1023-libajax_la-ajquery.lo: ajquery.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1024:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajquery.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajquery.Tpo -c -o libajax_la-ajquery.lo `test -f 'ajquery.c' || echo '$(srcdir)/'`ajquery.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1025-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajquery.Tpo $(DEPDIR)/libajax_la-ajquery.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1027-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1028:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajquery.lo `test -f 'ajquery.c' || echo '$(srcdir)/'`ajquery.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1029-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1030-libajax_la-ajrange.lo: ajrange.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1031:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajrange.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajrange.Tpo -c -o libajax_la-ajrange.lo `test -f 'ajrange.c' || echo '$(srcdir)/'`ajrange.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1032-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajrange.Tpo $(DEPDIR)/libajax_la-ajrange.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1034-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1035:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajrange.lo `test -f 'ajrange.c' || echo '$(srcdir)/'`ajrange.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1036-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1037-libajax_la-ajreg.lo: ajreg.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1038:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajreg.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajreg.Tpo -c -o libajax_la-ajreg.lo `test -f 'ajreg.c' || echo '$(srcdir)/'`ajreg.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1039-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajreg.Tpo $(DEPDIR)/libajax_la-ajreg.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1041-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1042:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajreg.lo `test -f 'ajreg.c' || echo '$(srcdir)/'`ajreg.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1043-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1044-libajax_la-ajreport.lo: ajreport.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1045:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajreport.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajreport.Tpo -c -o libajax_la-ajreport.lo `test -f 'ajreport.c' || echo '$(srcdir)/'`ajreport.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1046-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajreport.Tpo $(DEPDIR)/libajax_la-ajreport.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1048-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1049:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajreport.lo `test -f 'ajreport.c' || echo '$(srcdir)/'`ajreport.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1050-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1051-libajax_la-ajrefseq.lo: ajrefseq.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1052:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajrefseq.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajrefseq.Tpo -c -o libajax_la-ajrefseq.lo `test -f 'ajrefseq.c' || echo '$(srcdir)/'`ajrefseq.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1053-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajrefseq.Tpo $(DEPDIR)/libajax_la-ajrefseq.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1055-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1056:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajrefseq.lo `test -f 'ajrefseq.c' || echo '$(srcdir)/'`ajrefseq.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1057-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1058-libajax_la-ajrefseqread.lo: ajrefseqread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1059:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajrefseqread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajrefseqread.Tpo -c -o libajax_la-ajrefseqread.lo `test -f 'ajrefseqread.c' || echo '$(srcdir)/'`ajrefseqread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1060-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajrefseqread.Tpo $(DEPDIR)/libajax_la-ajrefseqread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1062-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1063:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajrefseqread.lo `test -f 'ajrefseqread.c' || echo '$(srcdir)/'`ajrefseqread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1064-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1065-libajax_la-ajrefseqwrite.lo: ajrefseqwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1066:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajrefseqwrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajrefseqwrite.Tpo -c -o libajax_la-ajrefseqwrite.lo `test -f 'ajrefseqwrite.c' || echo '$(srcdir)/'`ajrefseqwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1067-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajrefseqwrite.Tpo $(DEPDIR)/libajax_la-ajrefseqwrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1069-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1070:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajrefseqwrite.lo `test -f 'ajrefseqwrite.c' || echo '$(srcdir)/'`ajrefseqwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1071-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1072-libajax_la-ajresource.lo: ajresource.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1073:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajresource.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajresource.Tpo -c -o libajax_la-ajresource.lo `test -f 'ajresource.c' || echo '$(srcdir)/'`ajresource.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1074-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajresource.Tpo $(DEPDIR)/libajax_la-ajresource.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1076-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1077:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajresource.lo `test -f 'ajresource.c' || echo '$(srcdir)/'`ajresource.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1078-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1079-libajax_la-ajresourceread.lo: ajresourceread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1080:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajresourceread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajresourceread.Tpo -c -o libajax_la-ajresourceread.lo `test -f 'ajresourceread.c' || echo '$(srcdir)/'`ajresourceread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1081-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajresourceread.Tpo $(DEPDIR)/libajax_la-ajresourceread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1083-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1084:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajresourceread.lo `test -f 'ajresourceread.c' || echo '$(srcdir)/'`ajresourceread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1085-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1086-libajax_la-ajresourcewrite.lo: ajresourcewrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1087:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajresourcewrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajresourcewrite.Tpo -c -o libajax_la-ajresourcewrite.lo `test -f 'ajresourcewrite.c' || echo '$(srcdir)/'`ajresourcewrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1088-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajresourcewrite.Tpo $(DEPDIR)/libajax_la-ajresourcewrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1090-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1091:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajresourcewrite.lo `test -f 'ajresourcewrite.c' || echo '$(srcdir)/'`ajresourcewrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1092-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1093-libajax_la-ajseq.lo: ajseq.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1094:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajseq.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajseq.Tpo -c -o libajax_la-ajseq.lo `test -f 'ajseq.c' || echo '$(srcdir)/'`ajseq.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1095-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajseq.Tpo $(DEPDIR)/libajax_la-ajseq.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1097-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1098:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajseq.lo `test -f 'ajseq.c' || echo '$(srcdir)/'`ajseq.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1099-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1100-libajax_la-ajseqabi.lo: ajseqabi.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1101:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajseqabi.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajseqabi.Tpo -c -o libajax_la-ajseqabi.lo `test -f 'ajseqabi.c' || echo '$(srcdir)/'`ajseqabi.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1102-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajseqabi.Tpo $(DEPDIR)/libajax_la-ajseqabi.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1104-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1105:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajseqabi.lo `test -f 'ajseqabi.c' || echo '$(srcdir)/'`ajseqabi.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1106-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1107-libajax_la-ajseqbam.lo: ajseqbam.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1108:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajseqbam.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajseqbam.Tpo -c -o libajax_la-ajseqbam.lo `test -f 'ajseqbam.c' || echo '$(srcdir)/'`ajseqbam.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1109-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajseqbam.Tpo $(DEPDIR)/libajax_la-ajseqbam.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1111-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1112:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajseqbam.lo `test -f 'ajseqbam.c' || echo '$(srcdir)/'`ajseqbam.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1113-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1114-libajax_la-ajseqread.lo: ajseqread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1115:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajseqread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajseqread.Tpo -c -o libajax_la-ajseqread.lo `test -f 'ajseqread.c' || echo '$(srcdir)/'`ajseqread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1116-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajseqread.Tpo $(DEPDIR)/libajax_la-ajseqread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1118-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1119:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajseqread.lo `test -f 'ajseqread.c' || echo '$(srcdir)/'`ajseqread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1120-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1121-libajax_la-ajseqtype.lo: ajseqtype.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1122:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajseqtype.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajseqtype.Tpo -c -o libajax_la-ajseqtype.lo `test -f 'ajseqtype.c' || echo '$(srcdir)/'`ajseqtype.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1123-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajseqtype.Tpo $(DEPDIR)/libajax_la-ajseqtype.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1125-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1126:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajseqtype.lo `test -f 'ajseqtype.c' || echo '$(srcdir)/'`ajseqtype.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1127-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1128-libajax_la-ajseqwrite.lo: ajseqwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1129:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajseqwrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajseqwrite.Tpo -c -o libajax_la-ajseqwrite.lo `test -f 'ajseqwrite.c' || echo '$(srcdir)/'`ajseqwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1130-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajseqwrite.Tpo $(DEPDIR)/libajax_la-ajseqwrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1132-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1133:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajseqwrite.lo `test -f 'ajseqwrite.c' || echo '$(srcdir)/'`ajseqwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1134-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1135-libajax_la-ajsort.lo: ajsort.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1136:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajsort.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajsort.Tpo -c -o libajax_la-ajsort.lo `test -f 'ajsort.c' || echo '$(srcdir)/'`ajsort.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1137-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajsort.Tpo $(DEPDIR)/libajax_la-ajsort.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1139-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1140:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajsort.lo `test -f 'ajsort.c' || echo '$(srcdir)/'`ajsort.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1141-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1142-libajax_la-ajsql.lo: ajsql.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1143:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajsql.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajsql.Tpo -c -o libajax_la-ajsql.lo `test -f 'ajsql.c' || echo '$(srcdir)/'`ajsql.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1144-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajsql.Tpo $(DEPDIR)/libajax_la-ajsql.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1146-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1147:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajsql.lo `test -f 'ajsql.c' || echo '$(srcdir)/'`ajsql.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1148-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1149-libajax_la-ajstr.lo: ajstr.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1150:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajstr.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajstr.Tpo -c -o libajax_la-ajstr.lo `test -f 'ajstr.c' || echo '$(srcdir)/'`ajstr.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1151-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajstr.Tpo $(DEPDIR)/libajax_la-ajstr.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1153-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1154:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajstr.lo `test -f 'ajstr.c' || echo '$(srcdir)/'`ajstr.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1155-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1156-libajax_la-ajsys.lo: ajsys.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1157:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajsys.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajsys.Tpo -c -o libajax_la-ajsys.lo `test -f 'ajsys.c' || echo '$(srcdir)/'`ajsys.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1158-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajsys.Tpo $(DEPDIR)/libajax_la-ajsys.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1160-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1161:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajsys.lo `test -f 'ajsys.c' || echo '$(srcdir)/'`ajsys.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1162-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1163-libajax_la-ajtable.lo: ajtable.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1164:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtable.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtable.Tpo -c -o libajax_la-ajtable.lo `test -f 'ajtable.c' || echo '$(srcdir)/'`ajtable.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1165-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtable.Tpo $(DEPDIR)/libajax_la-ajtable.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1167-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1168:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtable.lo `test -f 'ajtable.c' || echo '$(srcdir)/'`ajtable.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1169-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1170-libajax_la-ajtagval.lo: ajtagval.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1171:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtagval.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtagval.Tpo -c -o libajax_la-ajtagval.lo `test -f 'ajtagval.c' || echo '$(srcdir)/'`ajtagval.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1172-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtagval.Tpo $(DEPDIR)/libajax_la-ajtagval.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1174-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1175:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtagval.lo `test -f 'ajtagval.c' || echo '$(srcdir)/'`ajtagval.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1176-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1177-libajax_la-ajtax.lo: ajtax.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1178:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtax.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtax.Tpo -c -o libajax_la-ajtax.lo `test -f 'ajtax.c' || echo '$(srcdir)/'`ajtax.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1179-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtax.Tpo $(DEPDIR)/libajax_la-ajtax.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1181-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1182:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtax.lo `test -f 'ajtax.c' || echo '$(srcdir)/'`ajtax.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1183-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1184-libajax_la-ajtaxread.lo: ajtaxread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1185:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtaxread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtaxread.Tpo -c -o libajax_la-ajtaxread.lo `test -f 'ajtaxread.c' || echo '$(srcdir)/'`ajtaxread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1186-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtaxread.Tpo $(DEPDIR)/libajax_la-ajtaxread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1188-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1189:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtaxread.lo `test -f 'ajtaxread.c' || echo '$(srcdir)/'`ajtaxread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1190-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1191-libajax_la-ajtaxwrite.lo: ajtaxwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1192:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtaxwrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtaxwrite.Tpo -c -o libajax_la-ajtaxwrite.lo `test -f 'ajtaxwrite.c' || echo '$(srcdir)/'`ajtaxwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1193-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtaxwrite.Tpo $(DEPDIR)/libajax_la-ajtaxwrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1195-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1196:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtaxwrite.lo `test -f 'ajtaxwrite.c' || echo '$(srcdir)/'`ajtaxwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1197-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1198-libajax_la-ajtext.lo: ajtext.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1199:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtext.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtext.Tpo -c -o libajax_la-ajtext.lo `test -f 'ajtext.c' || echo '$(srcdir)/'`ajtext.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1200-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtext.Tpo $(DEPDIR)/libajax_la-ajtext.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1202-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1203:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtext.lo `test -f 'ajtext.c' || echo '$(srcdir)/'`ajtext.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1204-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1205-libajax_la-ajtextread.lo: ajtextread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1206:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtextread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtextread.Tpo -c -o libajax_la-ajtextread.lo `test -f 'ajtextread.c' || echo '$(srcdir)/'`ajtextread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1207-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtextread.Tpo $(DEPDIR)/libajax_la-ajtextread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1209-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1210:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtextread.lo `test -f 'ajtextread.c' || echo '$(srcdir)/'`ajtextread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1211-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1212-libajax_la-ajtextwrite.lo: ajtextwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1213:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtextwrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtextwrite.Tpo -c -o libajax_la-ajtextwrite.lo `test -f 'ajtextwrite.c' || echo '$(srcdir)/'`ajtextwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1214-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtextwrite.Tpo $(DEPDIR)/libajax_la-ajtextwrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1216-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1217:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtextwrite.lo `test -f 'ajtextwrite.c' || echo '$(srcdir)/'`ajtextwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1218-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1219-libajax_la-ajtime.lo: ajtime.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1220:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtime.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtime.Tpo -c -o libajax_la-ajtime.lo `test -f 'ajtime.c' || echo '$(srcdir)/'`ajtime.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1221-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtime.Tpo $(DEPDIR)/libajax_la-ajtime.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1223-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1224:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtime.lo `test -f 'ajtime.c' || echo '$(srcdir)/'`ajtime.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1225-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1226-libajax_la-ajtranslate.lo: ajtranslate.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1227:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtranslate.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtranslate.Tpo -c -o libajax_la-ajtranslate.lo `test -f 'ajtranslate.c' || echo '$(srcdir)/'`ajtranslate.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1228-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtranslate.Tpo $(DEPDIR)/libajax_la-ajtranslate.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1230-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1231:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtranslate.lo `test -f 'ajtranslate.c' || echo '$(srcdir)/'`ajtranslate.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1232-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1233-libajax_la-ajtree.lo: ajtree.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1234:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajtree.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajtree.Tpo -c -o libajax_la-ajtree.lo `test -f 'ajtree.c' || echo '$(srcdir)/'`ajtree.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1235-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajtree.Tpo $(DEPDIR)/libajax_la-ajtree.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1237-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1238:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajtree.lo `test -f 'ajtree.c' || echo '$(srcdir)/'`ajtree.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1239-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1240-libajax_la-ajurl.lo: ajurl.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1241:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajurl.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajurl.Tpo -c -o libajax_la-ajurl.lo `test -f 'ajurl.c' || echo '$(srcdir)/'`ajurl.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1242-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajurl.Tpo $(DEPDIR)/libajax_la-ajurl.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1244-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1245:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajurl.lo `test -f 'ajurl.c' || echo '$(srcdir)/'`ajurl.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1246-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1247-libajax_la-ajurlread.lo: ajurlread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1248:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajurlread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajurlread.Tpo -c -o libajax_la-ajurlread.lo `test -f 'ajurlread.c' || echo '$(srcdir)/'`ajurlread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1249-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajurlread.Tpo $(DEPDIR)/libajax_la-ajurlread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1251-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1252:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajurlread.lo `test -f 'ajurlread.c' || echo '$(srcdir)/'`ajurlread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1253-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1254-libajax_la-ajurlwrite.lo: ajurlwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1255:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajurlwrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajurlwrite.Tpo -c -o libajax_la-ajurlwrite.lo `test -f 'ajurlwrite.c' || echo '$(srcdir)/'`ajurlwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1256-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajurlwrite.Tpo $(DEPDIR)/libajax_la-ajurlwrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1258-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1259:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajurlwrite.lo `test -f 'ajurlwrite.c' || echo '$(srcdir)/'`ajurlwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1260-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1261-libajax_la-ajutil.lo: ajutil.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1262:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajutil.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajutil.Tpo -c -o libajax_la-ajutil.lo `test -f 'ajutil.c' || echo '$(srcdir)/'`ajutil.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1263-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajutil.Tpo $(DEPDIR)/libajax_la-ajutil.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1265-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1266:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajutil.lo `test -f 'ajutil.c' || echo '$(srcdir)/'`ajutil.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1267-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1268-libajax_la-ajvar.lo: ajvar.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1269:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajvar.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajvar.Tpo -c -o libajax_la-ajvar.lo `test -f 'ajvar.c' || echo '$(srcdir)/'`ajvar.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1270-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajvar.Tpo $(DEPDIR)/libajax_la-ajvar.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1272-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1273:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajvar.lo `test -f 'ajvar.c' || echo '$(srcdir)/'`ajvar.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1274-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1275-libajax_la-ajvarbcf.lo: ajvarbcf.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1276:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajvarbcf.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajvarbcf.Tpo -c -o libajax_la-ajvarbcf.lo `test -f 'ajvarbcf.c' || echo '$(srcdir)/'`ajvarbcf.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1277-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajvarbcf.Tpo $(DEPDIR)/libajax_la-ajvarbcf.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1279-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1280:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajvarbcf.lo `test -f 'ajvarbcf.c' || echo '$(srcdir)/'`ajvarbcf.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1281-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1282-libajax_la-ajvarread.lo: ajvarread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1283:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajvarread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajvarread.Tpo -c -o libajax_la-ajvarread.lo `test -f 'ajvarread.c' || echo '$(srcdir)/'`ajvarread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1284-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajvarread.Tpo $(DEPDIR)/libajax_la-ajvarread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1286-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1287:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajvarread.lo `test -f 'ajvarread.c' || echo '$(srcdir)/'`ajvarread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1288-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1289-libajax_la-ajvarwrite.lo: ajvarwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1290:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajvarwrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajvarwrite.Tpo -c -o libajax_la-ajvarwrite.lo `test -f 'ajvarwrite.c' || echo '$(srcdir)/'`ajvarwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1291-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajvarwrite.Tpo $(DEPDIR)/libajax_la-ajvarwrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1293-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1294:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajvarwrite.lo `test -f 'ajvarwrite.c' || echo '$(srcdir)/'`ajvarwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1295-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1296-libajax_la-ajvector.lo: ajvector.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1297:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajvector.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajvector.Tpo -c -o libajax_la-ajvector.lo `test -f 'ajvector.c' || echo '$(srcdir)/'`ajvector.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1298-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajvector.Tpo $(DEPDIR)/libajax_la-ajvector.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1300-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1301:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajvector.lo `test -f 'ajvector.c' || echo '$(srcdir)/'`ajvector.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1302-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1303-libajax_la-ajxml.lo: ajxml.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1304:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajxml.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajxml.Tpo -c -o libajax_la-ajxml.lo `test -f 'ajxml.c' || echo '$(srcdir)/'`ajxml.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1305-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajxml.Tpo $(DEPDIR)/libajax_la-ajxml.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1307-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1308:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajxml.lo `test -f 'ajxml.c' || echo '$(srcdir)/'`ajxml.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1309-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1310-libajax_la-ajxmlread.lo: ajxmlread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1311:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajxmlread.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajxmlread.Tpo -c -o libajax_la-ajxmlread.lo `test -f 'ajxmlread.c' || echo '$(srcdir)/'`ajxmlread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1312-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajxmlread.Tpo $(DEPDIR)/libajax_la-ajxmlread.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1314-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1315:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajxmlread.lo `test -f 'ajxmlread.c' || echo '$(srcdir)/'`ajxmlread.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1316-
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1317-libajax_la-ajxmlwrite.lo: ajxmlwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1318:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -MT libajax_la-ajxmlwrite.lo -MD -MP -MF $(DEPDIR)/libajax_la-ajxmlwrite.Tpo -c -o libajax_la-ajxmlwrite.lo `test -f 'ajxmlwrite.c' || echo '$(srcdir)/'`ajxmlwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1319-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajax_la-ajxmlwrite.Tpo $(DEPDIR)/libajax_la-ajxmlwrite.Plo
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1321-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1322:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajax_la_CPPFLAGS) $(CPPFLAGS) $(libajax_la_CFLAGS) $(CFLAGS) -c -o libajax_la-ajxmlwrite.lo `test -f 'ajxmlwrite.c' || echo '$(srcdir)/'`ajxmlwrite.c
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1323-
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1347-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1348:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1349-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1395-GTAGS:
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1396:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1397-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1417-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1418:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1420-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1431-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/ajax/core/Makefile.in:1432:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/ajax/core/Makefile.in-1433-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-80-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:81:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-82-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:83:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-84-    *) f=$$p;; \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-85-  esac;
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:86:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-87-am__install_max = 40
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-88-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:89:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-90-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-447-.c.obj:
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:448:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-449-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:452:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-453-
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-461-libajaxdb_la-ajassemdb.lo: ajassemdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:462:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajassemdb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajassemdb.Tpo -c -o libajaxdb_la-ajassemdb.lo `test -f 'ajassemdb.c' || echo '$(srcdir)/'`ajassemdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-463-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajassemdb.Tpo $(DEPDIR)/libajaxdb_la-ajassemdb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-465-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:466:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajassemdb.lo `test -f 'ajassemdb.c' || echo '$(srcdir)/'`ajassemdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-467-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-468-libajaxdb_la-ajdas.lo: ajdas.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:469:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajdas.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajdas.Tpo -c -o libajaxdb_la-ajdas.lo `test -f 'ajdas.c' || echo '$(srcdir)/'`ajdas.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-470-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajdas.Tpo $(DEPDIR)/libajaxdb_la-ajdas.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-472-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:473:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajdas.lo `test -f 'ajdas.c' || echo '$(srcdir)/'`ajdas.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-474-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-475-libajaxdb_la-ajfeatdb.lo: ajfeatdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:476:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajfeatdb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajfeatdb.Tpo -c -o libajaxdb_la-ajfeatdb.lo `test -f 'ajfeatdb.c' || echo '$(srcdir)/'`ajfeatdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-477-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajfeatdb.Tpo $(DEPDIR)/libajaxdb_la-ajfeatdb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-479-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:480:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajfeatdb.lo `test -f 'ajfeatdb.c' || echo '$(srcdir)/'`ajfeatdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-481-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-482-libajaxdb_la-ajmart.lo: ajmart.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:483:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajmart.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajmart.Tpo -c -o libajaxdb_la-ajmart.lo `test -f 'ajmart.c' || echo '$(srcdir)/'`ajmart.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-484-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajmart.Tpo $(DEPDIR)/libajaxdb_la-ajmart.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-486-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:487:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajmart.lo `test -f 'ajmart.c' || echo '$(srcdir)/'`ajmart.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-488-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-489-libajaxdb_la-ajobodb.lo: ajobodb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:490:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajobodb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajobodb.Tpo -c -o libajaxdb_la-ajobodb.lo `test -f 'ajobodb.c' || echo '$(srcdir)/'`ajobodb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-491-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajobodb.Tpo $(DEPDIR)/libajaxdb_la-ajobodb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-493-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:494:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajobodb.lo `test -f 'ajobodb.c' || echo '$(srcdir)/'`ajobodb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-495-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-496-libajaxdb_la-ajrefseqdb.lo: ajrefseqdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:497:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajrefseqdb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajrefseqdb.Tpo -c -o libajaxdb_la-ajrefseqdb.lo `test -f 'ajrefseqdb.c' || echo '$(srcdir)/'`ajrefseqdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-498-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajrefseqdb.Tpo $(DEPDIR)/libajaxdb_la-ajrefseqdb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-500-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:501:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajrefseqdb.lo `test -f 'ajrefseqdb.c' || echo '$(srcdir)/'`ajrefseqdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-502-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-503-libajaxdb_la-ajresourcedb.lo: ajresourcedb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:504:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajresourcedb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajresourcedb.Tpo -c -o libajaxdb_la-ajresourcedb.lo `test -f 'ajresourcedb.c' || echo '$(srcdir)/'`ajresourcedb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-505-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajresourcedb.Tpo $(DEPDIR)/libajaxdb_la-ajresourcedb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-507-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:508:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajresourcedb.lo `test -f 'ajresourcedb.c' || echo '$(srcdir)/'`ajresourcedb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-509-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-510-libajaxdb_la-ajseqdb.lo: ajseqdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:511:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajseqdb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajseqdb.Tpo -c -o libajaxdb_la-ajseqdb.lo `test -f 'ajseqdb.c' || echo '$(srcdir)/'`ajseqdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-512-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajseqdb.Tpo $(DEPDIR)/libajaxdb_la-ajseqdb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-514-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:515:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajseqdb.lo `test -f 'ajseqdb.c' || echo '$(srcdir)/'`ajseqdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-516-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-517-libajaxdb_la-ajsoap.lo: ajsoap.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:518:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajsoap.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajsoap.Tpo -c -o libajaxdb_la-ajsoap.lo `test -f 'ajsoap.c' || echo '$(srcdir)/'`ajsoap.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-519-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajsoap.Tpo $(DEPDIR)/libajaxdb_la-ajsoap.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-521-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:522:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajsoap.lo `test -f 'ajsoap.c' || echo '$(srcdir)/'`ajsoap.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-523-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-524-libajaxdb_la-ajtaxdb.lo: ajtaxdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:525:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajtaxdb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajtaxdb.Tpo -c -o libajaxdb_la-ajtaxdb.lo `test -f 'ajtaxdb.c' || echo '$(srcdir)/'`ajtaxdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-526-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajtaxdb.Tpo $(DEPDIR)/libajaxdb_la-ajtaxdb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-528-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:529:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajtaxdb.lo `test -f 'ajtaxdb.c' || echo '$(srcdir)/'`ajtaxdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-530-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-531-libajaxdb_la-ajtextdb.lo: ajtextdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:532:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajtextdb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajtextdb.Tpo -c -o libajaxdb_la-ajtextdb.lo `test -f 'ajtextdb.c' || echo '$(srcdir)/'`ajtextdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-533-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajtextdb.Tpo $(DEPDIR)/libajaxdb_la-ajtextdb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-535-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:536:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajtextdb.lo `test -f 'ajtextdb.c' || echo '$(srcdir)/'`ajtextdb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-537-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-538-libajaxdb_la-ajurldb.lo: ajurldb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:539:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajurldb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajurldb.Tpo -c -o libajaxdb_la-ajurldb.lo `test -f 'ajurldb.c' || echo '$(srcdir)/'`ajurldb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-540-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajurldb.Tpo $(DEPDIR)/libajaxdb_la-ajurldb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-542-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:543:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajurldb.lo `test -f 'ajurldb.c' || echo '$(srcdir)/'`ajurldb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-544-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-545-libajaxdb_la-ajvardb.lo: ajvardb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:546:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajvardb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajvardb.Tpo -c -o libajaxdb_la-ajvardb.lo `test -f 'ajvardb.c' || echo '$(srcdir)/'`ajvardb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-547-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajvardb.Tpo $(DEPDIR)/libajaxdb_la-ajvardb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:550:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajvardb.lo `test -f 'ajvardb.c' || echo '$(srcdir)/'`ajvardb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-551-
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-552-libajaxdb_la-ajxmldb.lo: ajxmldb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:553:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -MT libajaxdb_la-ajxmldb.lo -MD -MP -MF $(DEPDIR)/libajaxdb_la-ajxmldb.Tpo -c -o libajaxdb_la-ajxmldb.lo `test -f 'ajxmldb.c' || echo '$(srcdir)/'`ajxmldb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-554-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libajaxdb_la-ajxmldb.Tpo $(DEPDIR)/libajaxdb_la-ajxmldb.Plo
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-556-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:557:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libajaxdb_la_CPPFLAGS) $(CPPFLAGS) $(libajaxdb_la_CFLAGS) $(CFLAGS) -c -o libajaxdb_la-ajxmldb.lo `test -f 'ajxmldb.c' || echo '$(srcdir)/'`ajxmldb.c
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-558-
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-582-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:583:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-584-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-630-GTAGS:
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:631:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-632-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-652-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:653:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:654:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-655-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-666-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in:667:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/ajax/ajaxdb/Makefile.in-668-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/ajax/Makefile.in-100-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/ajax/Makefile.in:101:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/ajax/Makefile.in-102-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/ajax/Makefile.in-103-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/ajax/Makefile.in:104:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/ajax/Makefile.in:105:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/ajax/Makefile.in-106-      else \
emboss-6.6.0+dfsg/ajax/Makefile.in:107:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/ajax/Makefile.in-108-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/ajax/Makefile.in:109:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/ajax/Makefile.in-110-        else \
##############################################
emboss-6.6.0+dfsg/ajax/Makefile.in-115-    fi; \
emboss-6.6.0+dfsg/ajax/Makefile.in:116:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/ajax/Makefile.in-117-  done; \
##############################################
emboss-6.6.0+dfsg/ajax/Makefile.in-336-	dot_seen=no; \
emboss-6.6.0+dfsg/ajax/Makefile.in:337:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/ajax/Makefile.in-338-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/ajax/Makefile.in-426-GTAGS:
emboss-6.6.0+dfsg/ajax/Makefile.in:427:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/ajax/Makefile.in-428-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/ajax/Makefile.in-448-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/ajax/Makefile.in:449:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/Makefile.in:450:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/Makefile.in-451-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/ajax/Makefile.in-462-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/ajax/Makefile.in:463:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/ajax/Makefile.in-464-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-75-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:76:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-77-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:78:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-79-    *) f=$$p;; \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-80-  esac;
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:81:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-82-am__install_max = 40
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-83-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:84:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-85-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-415-.c.obj:
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:416:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-417-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-419-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:420:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-421-
##############################################
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-452-	@list='$(eexpatinclude_HEADERS)'; test -n "$(eexpatincludedir)" || list=; \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:453:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-454-	dir='$(DESTDIR)$(eexpatincludedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-500-GTAGS:
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:501:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-502-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-522-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-525-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-536-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in:537:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/ajax/expat/Makefile.in-538-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-75-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:76:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-77-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:78:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-79-    *) f=$$p;; \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-80-  esac;
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:81:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-82-am__install_max = 40
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-83-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:84:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-85-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-438-.c.obj:
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:439:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-440-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-442-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:443:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-444-
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-452-libepcre_la-pcre_chartables.lo: pcre_chartables.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:453:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_chartables.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_chartables.Tpo -c -o libepcre_la-pcre_chartables.lo `test -f 'pcre_chartables.c' || echo '$(srcdir)/'`pcre_chartables.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-454-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_chartables.Tpo $(DEPDIR)/libepcre_la-pcre_chartables.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-456-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:457:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_chartables.lo `test -f 'pcre_chartables.c' || echo '$(srcdir)/'`pcre_chartables.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-458-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-459-libepcre_la-pcre_compile.lo: pcre_compile.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:460:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_compile.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_compile.Tpo -c -o libepcre_la-pcre_compile.lo `test -f 'pcre_compile.c' || echo '$(srcdir)/'`pcre_compile.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-461-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_compile.Tpo $(DEPDIR)/libepcre_la-pcre_compile.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-463-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:464:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_compile.lo `test -f 'pcre_compile.c' || echo '$(srcdir)/'`pcre_compile.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-465-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-466-libepcre_la-pcre_dfa_exec.lo: pcre_dfa_exec.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:467:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_dfa_exec.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_dfa_exec.Tpo -c -o libepcre_la-pcre_dfa_exec.lo `test -f 'pcre_dfa_exec.c' || echo '$(srcdir)/'`pcre_dfa_exec.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-468-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_dfa_exec.Tpo $(DEPDIR)/libepcre_la-pcre_dfa_exec.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-470-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:471:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_dfa_exec.lo `test -f 'pcre_dfa_exec.c' || echo '$(srcdir)/'`pcre_dfa_exec.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-472-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-473-libepcre_la-pcre_exec.lo: pcre_exec.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:474:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_exec.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_exec.Tpo -c -o libepcre_la-pcre_exec.lo `test -f 'pcre_exec.c' || echo '$(srcdir)/'`pcre_exec.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-475-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_exec.Tpo $(DEPDIR)/libepcre_la-pcre_exec.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-477-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:478:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_exec.lo `test -f 'pcre_exec.c' || echo '$(srcdir)/'`pcre_exec.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-479-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-480-libepcre_la-pcre_fullinfo.lo: pcre_fullinfo.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:481:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_fullinfo.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_fullinfo.Tpo -c -o libepcre_la-pcre_fullinfo.lo `test -f 'pcre_fullinfo.c' || echo '$(srcdir)/'`pcre_fullinfo.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-482-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_fullinfo.Tpo $(DEPDIR)/libepcre_la-pcre_fullinfo.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-484-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:485:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_fullinfo.lo `test -f 'pcre_fullinfo.c' || echo '$(srcdir)/'`pcre_fullinfo.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-486-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-487-libepcre_la-pcre_get.lo: pcre_get.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:488:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_get.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_get.Tpo -c -o libepcre_la-pcre_get.lo `test -f 'pcre_get.c' || echo '$(srcdir)/'`pcre_get.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-489-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_get.Tpo $(DEPDIR)/libepcre_la-pcre_get.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-491-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:492:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_get.lo `test -f 'pcre_get.c' || echo '$(srcdir)/'`pcre_get.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-493-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-494-libepcre_la-pcre_globals.lo: pcre_globals.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:495:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_globals.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_globals.Tpo -c -o libepcre_la-pcre_globals.lo `test -f 'pcre_globals.c' || echo '$(srcdir)/'`pcre_globals.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-496-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_globals.Tpo $(DEPDIR)/libepcre_la-pcre_globals.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-498-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:499:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_globals.lo `test -f 'pcre_globals.c' || echo '$(srcdir)/'`pcre_globals.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-500-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-501-libepcre_la-pcre_info.lo: pcre_info.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:502:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_info.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_info.Tpo -c -o libepcre_la-pcre_info.lo `test -f 'pcre_info.c' || echo '$(srcdir)/'`pcre_info.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-503-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_info.Tpo $(DEPDIR)/libepcre_la-pcre_info.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-505-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:506:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_info.lo `test -f 'pcre_info.c' || echo '$(srcdir)/'`pcre_info.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-507-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-508-libepcre_la-pcre_newline.lo: pcre_newline.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:509:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_newline.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_newline.Tpo -c -o libepcre_la-pcre_newline.lo `test -f 'pcre_newline.c' || echo '$(srcdir)/'`pcre_newline.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-510-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_newline.Tpo $(DEPDIR)/libepcre_la-pcre_newline.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-512-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:513:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_newline.lo `test -f 'pcre_newline.c' || echo '$(srcdir)/'`pcre_newline.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-514-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-515-libepcre_la-pcreposix.lo: pcreposix.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:516:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcreposix.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcreposix.Tpo -c -o libepcre_la-pcreposix.lo `test -f 'pcreposix.c' || echo '$(srcdir)/'`pcreposix.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-517-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcreposix.Tpo $(DEPDIR)/libepcre_la-pcreposix.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-519-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:520:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcreposix.lo `test -f 'pcreposix.c' || echo '$(srcdir)/'`pcreposix.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-521-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-522-libepcre_la-pcre_study.lo: pcre_study.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:523:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_study.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_study.Tpo -c -o libepcre_la-pcre_study.lo `test -f 'pcre_study.c' || echo '$(srcdir)/'`pcre_study.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-524-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_study.Tpo $(DEPDIR)/libepcre_la-pcre_study.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:527:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_study.lo `test -f 'pcre_study.c' || echo '$(srcdir)/'`pcre_study.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-528-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-529-libepcre_la-pcre_tables.lo: pcre_tables.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:530:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_tables.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_tables.Tpo -c -o libepcre_la-pcre_tables.lo `test -f 'pcre_tables.c' || echo '$(srcdir)/'`pcre_tables.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-531-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_tables.Tpo $(DEPDIR)/libepcre_la-pcre_tables.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-533-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:534:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_tables.lo `test -f 'pcre_tables.c' || echo '$(srcdir)/'`pcre_tables.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-535-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-536-libepcre_la-pcre_try_flipped.lo: pcre_try_flipped.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:537:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_try_flipped.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_try_flipped.Tpo -c -o libepcre_la-pcre_try_flipped.lo `test -f 'pcre_try_flipped.c' || echo '$(srcdir)/'`pcre_try_flipped.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-538-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_try_flipped.Tpo $(DEPDIR)/libepcre_la-pcre_try_flipped.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-540-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:541:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_try_flipped.lo `test -f 'pcre_try_flipped.c' || echo '$(srcdir)/'`pcre_try_flipped.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-542-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-543-libepcre_la-pcre_version.lo: pcre_version.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:544:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_version.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_version.Tpo -c -o libepcre_la-pcre_version.lo `test -f 'pcre_version.c' || echo '$(srcdir)/'`pcre_version.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-545-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_version.Tpo $(DEPDIR)/libepcre_la-pcre_version.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-547-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:548:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_version.lo `test -f 'pcre_version.c' || echo '$(srcdir)/'`pcre_version.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-549-
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-550-libepcre_la-pcre_xclass.lo: pcre_xclass.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:551:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libepcre_la-pcre_xclass.lo -MD -MP -MF $(DEPDIR)/libepcre_la-pcre_xclass.Tpo -c -o libepcre_la-pcre_xclass.lo `test -f 'pcre_xclass.c' || echo '$(srcdir)/'`pcre_xclass.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-552-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libepcre_la-pcre_xclass.Tpo $(DEPDIR)/libepcre_la-pcre_xclass.Plo
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-554-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:555:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libepcre_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libepcre_la-pcre_xclass.lo `test -f 'pcre_xclass.c' || echo '$(srcdir)/'`pcre_xclass.c
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-556-
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-580-	@list='$(epcreinclude_HEADERS)'; test -n "$(epcreincludedir)" || list=; \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:581:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-582-	dir='$(DESTDIR)$(epcreincludedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-628-GTAGS:
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:629:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-630-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-650-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:651:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:652:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-653-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-664-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in:665:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/ajax/pcre/Makefile.in-666-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/server.entrez-447-  field: "ORGN Database_Organism_Taxid ! Organism Taxid"
emboss-6.6.0+dfsg/emboss/server.entrez:448:  field: "ASM Genome_Collection_Assembly_Name ! Genome Collection Assembly Name"
emboss-6.6.0+dfsg/emboss/server.entrez-449-  field: "SEQT Blast_Sequence_Type ! One of genomic, cdna, other-dna, or protein, of which genomic and cdna could be further specified"
##############################################
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-110-  esac
emboss-6.6.0+dfsg/emboss/acd/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-112-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-114-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-115-  esac;
emboss-6.6.0+dfsg/emboss/acd/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-117-am__install_max = 40
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-118-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-120-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-679-	@list='$(dist_embossacd1_DATA)'; test -n "$(embossacd1dir)" || list=; \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in:680:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-681-	dir='$(DESTDIR)$(embossacd1dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-700-	@list='$(dist_embossacd2_DATA)'; test -n "$(embossacd2dir)" || list=; \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in:701:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-702-	dir='$(DESTDIR)$(embossacd2dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-712-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/acd/Makefile.in:713:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in:714:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-715-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-726-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in:727:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/acd/Makefile.in-728-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/index/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/index/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/index/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/index/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/index/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/index/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/index/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/index/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/index/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/index/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/index/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/index/Makefile.in-485-	@list='$(dist_embossindex_DATA)'; test -n "$(embossindexdir)" || list=; \
emboss-6.6.0+dfsg/emboss/index/Makefile.in:486:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/index/Makefile.in-487-	dir='$(DESTDIR)$(embossindexdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/index/Makefile.in-497-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/index/Makefile.in:498:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/index/Makefile.in:499:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/index/Makefile.in-500-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/index/Makefile.in-511-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/index/Makefile.in:512:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/index/Makefile.in-513-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/sofa.definition-657-id: SO:0000013
emboss-6.6.0+dfsg/emboss/data/sofa.definition:658:definition: Any one of several small cytoplasmic RNA moleculespresent in the cytoplasm and sometimes nucleus of a eukaryote.
emboss-6.6.0+dfsg/emboss/data/sofa.definition-659-definition_reference: http:www.ebi.ac.uk/embl/WebFeat/align/scRNA_s.html
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-330-	@list='$(dist_jasparsplice_DATA)'; test -n "$(jasparsplicedir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-332-	dir='$(DESTDIR)$(jasparsplicedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_SPLICE/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/dbxref.dat-3603-IDOther None
emboss-6.6.0+dfsg/emboss/data/dbxref.dat:3604:Name    Germplasm Resources Information Network (GRIN)
emboss-6.6.0+dfsg/emboss/data/dbxref.dat:3605:Desc    GRIN taxonomic data provide the structure and nomenclature for accessions of the National Plant Germplasm System (NPGS). All families and genera of vascular plants and species from throughout the world are represented, especially economic plants and their relatives. Information on scientific and common names, classification, distribution, references, and economic impacts are provided.
emboss-6.6.0+dfsg/emboss/data/dbxref.dat-3606-Server  http://www.ars-grin.gov/cgi-bin/npgs/html/index.pl
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-330-	@list='$(dist_jasparfam_DATA)'; test -n "$(jasparfamdir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-332-	dir='$(DESTDIR)$(jasparfamdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_FAM/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-633-synonym: "protein docking during protein import into nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:634:synonym: "protein docking during protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-635-synonym: "protein docking during protein-nucleus import" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:636:synonym: "protein transport from cytoplasm to nucleus, docking" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-637-synonym: "protein-nucleus import, docking" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-648-synonym: "protein translocation during protein import into nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:649:synonym: "protein translocation during protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-650-synonym: "protein translocation during protein-nucleus import" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:651:synonym: "protein transport from cytoplasm to nucleus, translocation" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-652-synonym: "protein-nucleus import, translocation" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-663-synonym: "protein substrate release during protein import into nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:664:synonym: "protein substrate release during protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-665-synonym: "protein substrate release during protein-nucleus import" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:666:synonym: "protein transport from cytoplasm to nucleus, substrate release" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-667-synonym: "protein-nucleus import, substrate release" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-1066-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:1067:def: "The cell cycle phase which follows anaphase during M phase of mitosis and during which the chromosomes arrive at the poles of the cell and the division of the cytoplasm starts." [GOC:mtg_cell_cycle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-1068-comment: Note that this term should not be used for direct annotation. If you are trying to make an annotation to x phase, it is likely that the correct process is 'regulation of x/y phase transition'.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-1396-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:1397:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-1398-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-1455-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:1456:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-1457-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-2811-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:2812:def: "OBSOLETE. A chromosome found in the cytoplasm during mitosis." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-2813-comment: This term was made obsolete because it is based on a temporal division of the cell cycle.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-2829-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:2830:def: "OBSOLETE. A chromosome found in the cytoplasm during interphase." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-2831-comment: This term was made obsolete because it is based on a temporal division of the cell cycle.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-3540-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:3541:def: "A cell cycle process that results in the division of the cytoplasm of a cell after mitosis, resulting in the separation of the original cell into two daughter cells." [GOC:mtg_cell_cycle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-3542-synonym: "cytokinesis after mitosis" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-4115-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:4116:def: "The lipid bilayer surrounding a vacuole, the shape of which correlates with cell cycle phase. The membrane separates its contents from the cytoplasm of the cell. An example of this structure is found in Saccharomyces cerevisiae." [GOC:krc, GOC:mtg_sensu]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-4117-synonym: "fungal-type vacuolar membrane" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-4134-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:4135:def: "A specialized vacuole of eukaryotic cells, especially Protozoa, that fills with water from the cytoplasm and then discharges this externally by the opening of contractile vacuole pores. Its function is probably osmoregulatory." [GOC:jl, PMID:10503189]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-4136-xref: Wikipedia:Contractile_vacuole
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-4976-synonym: "DNA-directed RNA polymerase IVa complex" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:4977:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-4978-is_a: GO:0055029 ! nuclear DNA-directed RNA polymerase complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-5161-is_a: GO:0000439 ! core TFIIH complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:5162:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-5163-intersection_of: GO:0000439 ! core TFIIH complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-5209-is_a: GO:0000441 ! SSL2-core TFIIH complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:5210:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-5211-relationship: part_of GO:0005675 ! holo TFIIH complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-6951-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:6952:def: "The formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." [GOC:mtg_muscle, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-6953-synonym: "cell fusion" BROAD []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-6961-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:6962:def: "The formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by one or more rounds of nuclear division without cytokinesis." [GOC:mah, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-6963-synonym: "syncytium formation by mitosis without cell division" RELATED [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-7168-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:7169:def: "A complex comprised of DNA wound around a multisubunit core and associated proteins, which forms the primary packing unit of DNA in the cytoplasm into higher order structures." [GOC:elh]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-7170-is_a: GO:0000786 ! nucleosome
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-7805-alt_id: GO:0033205
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:7806:def: "The division of the cytoplasm and the plasma membrane of a cell and its separation into two daughter cells." [GOC:mtg_cell_cycle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-7807-subset: goslim_aspergillus
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-7834-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:7835:def: "The process of dividing the cytoplasm of a parent cell where a structure forms in the cytoplasm and grows until reaching the plasma membrane, thereby completely separating the cytoplasms of adjacent progeny cells. An example of this is found in Arabidopsis thaliana." [GOC:clt]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-7836-is_a: GO:0000910 ! cytokinesis
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-8040-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:8041:def: "A focus in the cytoplasm where mRNAs may become inactivated by decapping or some other mechanism. mRNA processing and binding proteins are localized to these foci." [GOC:clt, PMID:12730603]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-8042-synonym: "cytoplasmic foci" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-8059-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:8060:def: "A septum or cross wall which does not entirely span the space between two portions of cell wall and may contain a specialized central pore structure. A porous septum allows the movement of organelles and/or cytoplasm between compartments." [GOC:clt]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-8061-synonym: "porous septum" BROAD []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-8067-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:8068:def: "A septum which spans a cell and does not allow exchange of organelles or cytoplasm between compartments." [GOC:clt]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-8069-synonym: "complete septum" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-12119-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:12120:def: "Any process in which the size of the nucleus with respect to the cytoplasm modulates the frequency, rate or extent of cell growth, the irreversible increase in size of a cell over time." [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-12121-synonym: "detection of nuclear:cytoplasmic ratio to regulate cell growth" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-14132-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:14133:def: "Any apoptotic process in a neutrophil, any of the immature or mature forms of a granular leukocyte that in its mature form has a nucleus with three to five lobes connected by slender threads of chromatin, and cytoplasm containing fine inconspicuous granules and stainable by neutral dyes." [CL:0000775, GOC:add, GOC:mtg_apoptosis, PMID:12752675, PMID:12960266]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-14134-synonym: "apoptosis of neutrophils" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-17572-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:17573:def: "A punctate, filamentous structure composed of Bcl10 that appears in the cytoplasm of T-cells shortly after T-cell receptor stimulation. Polkadots stands for Punctate Oligomeric Killing and Activating DOmains Transducing Signals." [PMID:14724296, PMID:16495340]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-17574-comment: Note that polkadots also contains some amount of MALT1. Interaction with MALT1 is required for formation of the polkadots.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-64063-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:64064:def: "Activity of any of the molecules that transmit the signal from a TGF-beta receptor through the cytoplasm to the nucleus." [GOC:hjd]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-64065-comment: Note that this term and its children are useful for annotating proteins of the SMAD family.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-68468-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:68469:def: "Enables the directed movement of substances between the nucleus and the cytoplasm of a cell." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-68470-xref: Reactome:REACT_102749 "GCK1:GKRP [cytosol] => GCK1:GKRP [nucleoplasm], Danio rerio"
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-68822-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:68823:def: "Interacting selectively and non-covalently with tropomyosin, a protein associated with actin filaments both in cytoplasm and, in association with troponin, in the thin filament of striated muscle." [GOC:curators, ISBN:0815316194]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-68824-is_a: GO:0008092 ! cytoskeletal protein binding
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-69737-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:69738:def: "The prospore membrane is a double-membraned structure that extends from the cytoplasmic face of the spindle pole bodies to encompass the spindle pole bodies and the four nuclear lobes that are formed during meiosis. It helps isolate the meiotic nuclei from the cytoplasm during spore formation and serves as a foundation for the formation of the spore walls. An example of this component is found in Schizosaccharomyces pombe." [ISBN:0879693649]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-69739-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70017-is_a: GO:0036387 ! pre-replicative complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:70018:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70019-relationship: has_part GO:0000808 ! origin recognition complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70097-synonym: "RNAP II complex" BROAD []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:70098:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70099-is_a: GO:0055029 ! nuclear DNA-directed RNA polymerase complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70109-synonym: "DNA-directed RNA polymerase III activity" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:70110:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70111-is_a: GO:0055029 ! nuclear DNA-directed RNA polymerase complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70120-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:70121:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70122-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70605-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:70606:def: "Structures of variable diameter visible in the nucleoplasm by electron microscopy, mainly observed near the border of condensed chromatin. The fibrils are enriched in RNA, and are believed to be sites of pre-mRNA splicing and polyadenylylation representing the in situ form of nascent transcripts." [PMID:14731598]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70607-is_a: GO:0044454 ! nuclear chromosome part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70638-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:70639:def: "A small, dense body one or more of which are present in the nucleus of eukaryotic cells. It is rich in RNA and protein, is not bounded by a limiting membrane, and is not seen during mitosis. Its prime function is the transcription of the nucleolar DNA into 45S ribosomal-precursor RNA, the processing of this RNA into 5.8S, 18S, and 28S components of ribosomal RNA, and the association of these components with 5S RNA and proteins synthesized outside the nucleolus. This association results in the formation of ribonucleoprotein precursors; these pass into the cytoplasm and mature into the 40S and 60S subunits of the ribosome." [ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70640-subset: goslim_aspergillus
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70726-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:70727:def: "A semiautonomous, self replicating organelle that occurs in varying numbers, shapes, and sizes in the cytoplasm of virtually all eukaryotic cells. It is notably the site of tissue respiration." [ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-70728-subset: goslim_aspergillus
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71101-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:71102:def: "The lipid bilayer surrounding the vacuole and separating its contents from the cytoplasm of the cell." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71103-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71193-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:71194:def: "The irregular network of unit membranes, visible only by electron microscopy, that occurs in the cytoplasm of many eukaryotic cells. The membranes form a complex meshwork of tubular channels, which are often expanded into slitlike cavities called cisternae. The ER takes two forms, rough (or granular), with ribosomes adhering to the outer surface, and smooth (with no ribosomes attached)." [ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71195-subset: goslim_aspergillus
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71493-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:71494:def: "Any particle of coalesced lipids in the cytoplasm of a cell. May include associated proteins." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71495-comment: Note that this term does not refer to vesicles, but instead to structures in which lipids do not necessarily form bilayers.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71621-alt_id: GO:0030480
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:71622:def: "A cytoskeletal structure composed of actin filaments and myosin that forms beneath the plasma membrane of many cells, including animal cells and yeast cells, in a plane perpendicular to the axis of the spindle, i.e. the cell division plane. Ring contraction is associated with centripetal growth of the membrane that divides the cytoplasm of the two daughter cells. In animal cells, the contractile ring is located inside the plasma membrane at the location of the cleavage furrow. In budding fungal cells, e.g. mitotic S. cerevisiae cells, the contractile ring forms beneath the plasma membrane at the mother-bud neck before mitosis." [GOC:expert_jrp, GOC:sgd_curators, ISBN:0805319409, ISBN:0815316194]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71623-synonym: "actomyosin ring" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71656-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:71657:def: "The part of the cytoplasm that does not contain organelles but which does contain other particulate matter, such as protein complexes." [GOC:hgd, GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71658-subset: goslim_aspergillus
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71819-def: "A conserved heterodimeric protein complex that binds to the 5' terminal cap structure m7G(5')ppp(5')N of nascent eukaryotic RNA polymerase II transcripts such as pre-mRNA and U snRNA. The consists of proteins known as CBP20 and CBP80, binds to cap structures in the nucleus, and is involved in pre-mRNA splicing, 3'-end formation, and RNA nuclear export." [PMID:16043498]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:71820:comment: Note that this complex can be found in the cytoplasm as well as the nucleus.
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71821-synonym: "CBC" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71854-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:71855:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-71856-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-72094-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:72095:def: "Any microtubule in the cytoplasm of a cell." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-72096-synonym: "non-spindle-associated astral microtubule" NARROW []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-72105-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:72106:def: "A cytoskeletal structure that forms a distinct elongated structure, characteristically 10 nm in diameter, that occurs in the cytoplasm of eukaryotic cells. Intermediate filaments form a fibrous system, composed of chemically heterogeneous subunits and involved in mechanically integrating the various components of the cytoplasmic space. Intermediate filaments may be divided into five chemically distinct classes: Type I, acidic keratins; Type II, basic keratins; Type III, including desmin, vimentin and others; Type IV, neurofilaments and related filaments; and Type V, lamins." [http://www.cytochemistry.net/Cell-biology/intermediate_filaments.htm, ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-72107-synonym: "intermediate filament associated protein" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-72323-alt_id: GO:0016599
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:72324:def: "A membrane raft that forms small pit, depression, or invagination that communicates with the outside of a cell and extends inward, indenting the cytoplasm and the cell membrane. Examples include any of the minute pits or incuppings of the cell membrane formed during pinocytosis. Such caveolae may be pinched off to form free vesicles within the cytoplasm." [GOC:mah, ISBN:0721662544, PMID:16645198]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-72325-synonym: "caveolae" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-79082-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:79083:def: "The import of RNA from the cytoplasm to the nucleus." [GOC:ma]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-79084-synonym: "RNA import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:79085:synonym: "RNA transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-79086-synonym: "RNA-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81812-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81813:def: "The directed movement of a protein from the cytoplasm to the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81814-synonym: "establishment of protein localization to nucleus" EXACT [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81816-synonym: "protein nucleus import" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81817:synonym: "protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81818-is_a: GO:0006886 ! intracellular protein transport
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81827-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81828:def: "The directed movement of a protein bearing a nuclear localization signal (NLS) from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81829-synonym: "NLS-bearing substrate import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81830:synonym: "NLS-bearing substrate transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81831-synonym: "NLS-bearing substrate-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81837-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81838:def: "The directed movement of a small nuclear ribonucleoprotein from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81839-synonym: "snRNP protein import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81840:synonym: "snRNP protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81841-synonym: "snRNP protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81848-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81849:def: "The directed movement of a heterogeneous nuclear ribonucleoprotein from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81850-synonym: "mRNA-binding (hnRNP) protein import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81851:synonym: "mRNA-binding (hnRNP) protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81852-synonym: "mRNA-binding (hnRNP) protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81858-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81859:def: "The directed movement of a ribosomal protein from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81860-synonym: "ribosomal protein import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:81861:synonym: "ribosomal protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-81862-synonym: "ribosomal protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-86522-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:86523:def: "The formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane. Syncytia are normally derived from single cells that fuse or fail to complete cell division." [ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-86524-subset: goslim_pir
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-87441-id: GO:0007028
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:87442:name: cytoplasm organization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-87443-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:87444:def: "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of the cytoplasm. The cytoplasm is all of the contents of a cell excluding the plasma membrane and nucleus, but including other subcellular structures." [GOC:curators, GOC:dph, GOC:jl, GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-87445-subset: goslim_pir
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-87446-subset: gosubset_prok
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:87447:synonym: "cytoplasm organisation" EXACT [GOC:curators]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:87448:synonym: "cytoplasm organization and biogenesis" RELATED [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-87449-is_a: GO:0016043 ! cellular component organization
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88358-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:88359:def: "A cell cycle process that results in the division of the cytoplasm of a cell after meiosis I, resulting in the separation of the original cell into two daughter cells." [GOC:mtg_cell_cycle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88360-synonym: "cytokinesis after meiosis I" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88369-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:88370:def: "A cell cycle process that results in the division of the cytoplasm of a cell after meiosis II, resulting in the separation of the original cell into two daughter cells." [GOC:mtg_cell_cycle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88371-synonym: "cytokinesis after meiosis II" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88380-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:88381:def: "A cell cycle process that occurs as part of the male meiotic cell cycle and results in the division of the cytoplasm of a cell to produce two daughter cells." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88382-synonym: "cytokinesis after male meiosis" EXACT [GOC:dph, GOC:tb]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88613-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:88614:def: "The cell cycle phase which follows anaphase I of meiosis and during which the chromosomes arrive at the poles of the cell and the division of the cytoplasm starts." [GOC:mtg_cell_cycle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88615-comment: Note that this term should not be used for direct annotation. If you are trying to make an annotation to x phase, it is likely that the correct process is 'regulation of x/y phase transition'.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88671-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:88672:def: "The cell cycle phase which follows anaphase II of meiosis and during which the chromosomes arrive at the poles of the cell and the division of the cytoplasm starts." [GOC:mtg_cell_cycle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-88673-comment: Note that this term should not be used for direct annotation. If you are trying to make an annotation to x phase, it is likely that the correct process is 'regulation of x/y phase transition'.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-89148-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:89149:def: "The directed movement of a SMAD proteins from the cytoplasm into the nucleus. Pathway-restricted SMAD proteins and common-partner SMAD proteins are involved in the transforming growth factor beta receptor signaling pathways." [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-89150-comment: Note that 'translocation' is sometimes used in the literature to refer to the entire process of protein import into the nucleus, but in GO refers specifically to the step in which a cargo-carrier protein complex moves through the nuclear pore complex.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90539-xref: Wikipedia:Vitellogenesis
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90540:is_a: GO:0007028 ! cytoplasm organization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90541-is_a: GO:0022412 ! cellular process involved in reproduction in multicellular organism
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90737-id: GO:0007315
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90738:name: pole plasm assembly
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90739-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90740-alt_id: GO:0048113
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90741:def: "Establishment of the specialized cytoplasm found at the poles of the egg. An example of this is found in Drosophila melanogaster." [GOC:mtg_sensu]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90742:is_a: GO:0007028 ! cytoplasm organization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90743-is_a: GO:0022412 ! cellular process involved in reproduction in multicellular organism
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90748-id: GO:0007316
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90749:name: pole plasm RNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90750-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90752-def: "Any process in which RNA is transported to, or maintained in, the oocyte pole plasm. An example of this is found in Drosophila melanogaster." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90753:synonym: "establishment and maintenance of pole plasm RNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90754:synonym: "oocyte pole plasm RNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90755:synonym: "pole plasm RNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90756-is_a: GO:0006403 ! RNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90757:relationship: part_of GO:0007315 ! pole plasm assembly
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90758-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90760-id: GO:0007317
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90761:name: regulation of pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90762-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90763-def: "Any process that modulates the frequency, rate or extent of the process in which oskar mRNA is transported to, or maintained in, the oocyte pole plasm." [GOC:hb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90764:synonym: "regulation of oocyte pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90765:synonym: "regulation of pole plasm oskar mRNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90766-is_a: GO:0044087 ! regulation of cellular component biogenesis
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90771-intersection_of: GO:0065007 ! biological regulation
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90772:intersection_of: regulates GO:0045451 ! pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90773:relationship: regulates GO:0045451 ! pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90774-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90776-id: GO:0007318
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90777:name: pole plasm protein localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90778-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90780-def: "Any process in which a protein is transported to, or maintained in, the oocyte pole plasm. An example of this is found in Drosophila melanogaster." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90781:synonym: "establishment and maintenance of pole plasm protein localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90782:synonym: "oocyte pole plasm protein localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90783:synonym: "pole plasm protein localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90784-is_a: GO:0008105 ! asymmetric protein localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:90785:relationship: part_of GO:0007315 ! pole plasm assembly
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-90786-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-92409-alt_id: GO:0048637
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:92410:def: "The developmental sequence of events leading to the formation of adult muscle that occurs in the anima. In vertebrate skeletal muscle the main events are: the fusion of myoblasts to form myotubes that increase in size by further fusion to them of myoblasts, the formation of myofibrils within their cytoplasm and the establishment of functional neuromuscular junctions with motor neurons. At this stage they can be regarded as mature muscle fibers." [GOC:mtg_muscle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-92411-synonym: "myogenesis" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-93794-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:93795:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-93796-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-101595-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:101596:def: "The release of NF-kappaB from specific molecules in the cytoplasm to which it was bound, thereby allowing its translocation into the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-101597-synonym: "activation of NF-kappa B" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-111271-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:111272:def: "OBSOLETE. In Gram-negative bacteria the membrane that separates the cytoplasm from the murein sacculus." [GOC:ma]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-111273-comment: This term was made obsolete because it was defined inaccurately.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-113478-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:113479:def: "A fine cytoplasmic channel, found in all higher plants, that connects the cytoplasm of one cell to that of an adjacent cell." [ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-113480-synonym: "plasmodesmata" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-113526-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:113527:def: "Endoplasmic reticulum found in plasmodesmata, junctions connecting the cytoplasm of adjacent plant cells." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-113528-synonym: "plasmodesmatal ER" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-113747-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:113748:def: "Any member of a family of organelles found in the cytoplasm of plants and some protists, which are membrane-bounded and contain DNA. Plant plastids develop from a common type, the proplastid." [GOC:jl, ISBN:0198547684]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-113749-subset: goslim_generic
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-114020-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:114021:def: "The union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. It involves the fusion of the gametic nuclei (karyogamy) and cytoplasm (plasmogamy)." [GOC:tb, ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-114022-synonym: "syngamy" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-114884-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:114885:def: "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a plasmodesma, a fine cytoplasmic channel, found in all higher plants, that connects the cytoplasm of one cell to that of an adjacent cell." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-114886-synonym: "plasmodesma organisation" EXACT [GOC:curators]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-115381-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:115382:def: "The lipid bilayer surrounding a vacuole that retains the same shape regardless of cell cycle phase. The membrane separates its contents from the cytoplasm of the cell. An example of this component is found in Arabidopsis thaliana." [GOC:mtg_sensu, ISBN:0471245208]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-115383-synonym: "membrane of vacuole with cell cycle-independent morphology" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-121242-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:121243:def: "A lytic vacuole that is maintained at acidic pH and has different tonoplast composition compared to the central vacuole. Found during leaf senescence and develops in the peripheral cytoplasm of cells that contain chloroplast." [PMID:15743448]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-121244-synonym: "senescence associated vacuole" EXACT [GOC:curators]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-121805-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:121806:def: "The separation of the multi-nucleate endosperm into individual cells. In many plant species, the endosperm that nurtures the embryo in the seed initially develops as a syncytium. This syncytial phase ends with simultaneous partitioning of the multi-nucleate cytoplasm into individual cells, a process referred to as cellularization." [PMID:12421698]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-121807-synonym: "cellularization of endosperm" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-123201-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:123202:def: "The movement of substances between cells via plasmodesmata. Plasmodesmata is a fine cytoplasmic channel, found in all higher plants, that connects the cytoplasm of one cell to that of an adjacent cell." [PMID:17601829]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-123203-synonym: "plasmodesma-mediated cell-to-cell transport" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-123454-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:123455:def: "Any process that modulates the rate of the directed movement of calcium ions into the cytosol of a cell. The cytosol is that part of the cytoplasm that does not contain membranous or particulate subcellular components." [GOC:dph, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-123456-is_a: GO:0032386 ! regulation of intracellular transport
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-123466-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:123467:def: "Any process that decreases the rate of the directed movement of calcium ions into the cytosol of a cell. The cytosol is that part of the cytoplasm that does not contain membranous or particulate subcellular components." [GOC:dph, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-123468-is_a: GO:0010522 ! regulation of calcium ion transport into cytosol
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-123480-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:123481:def: "Any process that increases the rate of the directed movement of calcium ions into the cytosol of a cell. The cytosol is that part of the cytoplasm that does not contain membranous or particulate subcellular components." [GOC:dph, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-123482-is_a: GO:0010522 ! regulation of calcium ion transport into cytosol
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-128734-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:128735:def: "The process in which a relatively unspecialized cell acquires specialized features of a sclerenchyma cell. A sclerenchyma cell is a plant cell with thick lignified walls, normally dead at maturity and specialized for structural strength. Includes fiber cells, that are greatly elongated; and sclereids, that are more isodiametric. Intermediate types exist. Cells may or may not be devoid of protoplasm at maturity. Cell form and size are variable." [CL:0000276, GOC:ef, GOC:jid, PO:0000077]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-128736-is_a: GO:0030154 ! cell differentiation
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-134725-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:134726:def: "OBSOLETE. Catalysis of the transport of electrolytes and other small molecules across a cell membrane. They are synthesized by one cell and secreted for insertion into the membrane of another cell where they form transmembrane pores. They may exert their toxic effects by allowing the free flow of electrolytes and other small molecules across the membrane, or they may allow entry into the target cell cytoplasm of a toxin protein that ultimately kills the cell." [PMID:10839820]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-134727-comment: This term was made obsolete because it represents a class of gene products.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136773-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:136774:def: "OBSOLETE. Plasmid-encoded bacteriocins which are produced by enteric bacteria. Exert a lethal effect on other bacteria including E. coli strains that lack the Col plasmid. Bind to a cell surface receptor and are transported into the periplasm via an energy-dependent process involving a TonB- or TolA-dependent hetero-oligomeric protein complex. Some colicins kill their target cell by inserting into the cytoplasmic membrane where they form voltage-sensitive (trans-negative) channels that depolarize and deenergize the cell, and thereby kill it." [TC:1.C.1.-.-]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136775-comment: This term was made obsolete because it represents a class of gene products.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136838-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:136839:def: "Transports a passenger protein from the periplasm to the external milieu; the passenger protein and the porin are the N- and C-terminal regions of the same protein, respectively." [GOC:mtg_transport, ISBN:0815340729, TC:1.B.12.-.-]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136840-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136847-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:136848:def: "Catalysis of the transfer of adhesin from the periplasm to the external milieu; the adhesin and the porin are the N- and C-terminal regions of the same protein, respectively." [GOC:mtg_transport, ISBN:0815340729]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136849-is_a: GO:0015474 ! autotransporter activity
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136854-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:136855:def: "Catalysis of the transfer of hemaglutinin from the periplasm to the external milieu; the hemaglutinin and the porin are the N- and C-terminal regions of the same protein, respectively." [GOC:mtg_transport, ISBN:0815340729]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136856-is_a: GO:0015474 ! autotransporter activity
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136861-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:136862:def: "OBSOLETE. A porin of the bacterial outer membrane that forms transmembrane pores and transports relatively large molecules from the external milieu to the periplasm in an energized process. Energizing of transport across the outer membrane requires a heterotrimeric complex of proteins, the TonB-ExbB-ExbD complex, or in some cases, the TolA-TolQ-TolR complex. Energizing requires proton motive force across the cytoplasmic membrane." [GOC:mtg_transport, ISBN:0815340729, TC:1.B.13.-.-]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-136863-comment: This term was made obsolete because it combines two functions that are not linked.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-141965-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:141966:def: "A membrane-bounded vesicle found in the cytoplasm of the cell." [GOC:ai, GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-141967-subset: goslim_aspergillus
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-142046-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:142047:def: "The directed movement of tRNA, transfer ribonucleic acid, from the cytoplasm into a mitochondrion." [GOC:ma, PMID:10988073, PMID:11121736]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-142048-synonym: "cytoplasmic tRNA import into mitochondria" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-147191-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:147192:def: "The process in which the size of the nucleus with respect to its cytoplasm is sensed by a cell." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-147193-synonym: "interpretation of nuclear:cytoplasmic ratio" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-147250-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:147251:def: "The directed movement of substances (such as macromolecules, small molecules, ions) into, out of, or within the cytoplasm of a cell." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-147252-synonym: "cytoplasmic streaming" NARROW []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-147746-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:147747:def: "The cytoplasm of a muscle cell; includes the sarcoplasmic reticulum." [ISBN:0198547684]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-147748-xref: Wikipedia:Sarcoplasm
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-147755-alt_id: GO:0008221
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:147756:def: "A fine reticular network of membrane-limited elements that pervades the sarcoplasm of a muscle cell; continuous over large portions of the cell and with the nuclear envelope; that part of the endoplasmic reticulum specialized for calcium release, uptake and storage." [GOC:mtg_muscle, ISBN:0124325653, ISBN:0198547684]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:147757:comment: See also the cellular component terms 'sarcoplasm ; GO:0016528', 'nuclear envelope ; GO:0005635' and 'endoplasmic reticulum ; GO:0005783'.
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-147758-xref: Wikipedia:Endoplasmic_reticulum#Sarcoplasmic_reticulum
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-148327-subset: goslim_pir
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:148328:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-148329-is_a: GO:0055029 ! nuclear DNA-directed RNA polymerase complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-148342-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:148343:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-148344-relationship: has_part GO:0070847 ! core mediator complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-148449-xref: NIF_Subcellular:sao505137457
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:148450:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-148451-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-153055-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:153056:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-153057-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-165458-alt_id: GO:0075601
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:165459:def: "A process by which a virus establishes a latent state within its host, either as an integrated provirus within the host genome or as an episome, where viral genome remains in the cytoplasm or nucleus as distinct objects." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-165460-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166041-id: GO:0019094
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166042:name: pole plasm mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166043-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166046-synonym: "establishment and maintenance of mRNA localization in pole plasm" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166047:synonym: "establishment and maintenance of pole plasm mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166048:synonym: "oocyte pole plasm mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166049-synonym: "pole granule RNA localization" BROAD []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166050:synonym: "pole plasm mRNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166051:is_a: GO:0007316 ! pole plasm RNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166052-is_a: GO:0022412 ! cellular process involved in reproduction in multicellular organism
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166056-id: GO:0019095
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166057:name: pole plasm mitochondrial rRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166058-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166061-synonym: "establishment and maintenance of mitochondrial rRNA localization in pole plasm" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166062:synonym: "oocyte pole plasm mitochondrial rRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166063:synonym: "pole plasm mitochondrial rRNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166064:is_a: GO:0007316 ! pole plasm RNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166065-is_a: GO:0019093 ! mitochondrial RNA localization
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166068-id: GO:0019096
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166069:name: pole plasm mitochondrial lrRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166070-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166073-synonym: "establishment and maintenance of mitochondrial lrRNA localization in pole plasm" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166074:synonym: "oocyte pole plasm mitochondrial lrRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166075:synonym: "pole plasm mitochondrial lrRNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166076:is_a: GO:0019095 ! pole plasm mitochondrial rRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166077-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166079-id: GO:0019097
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166080:name: pole plasm mitochondrial srRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166081-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166084-synonym: "establishment and maintenance of mitochondrial localization in pole plasm" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166085:synonym: "oocyte pole plasm mitochondrial srRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166086:synonym: "pole plasm mitochondrial srRNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:166087:is_a: GO:0019095 ! pole plasm mitochondrial rRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-166088-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-167523-namespace: molecular_function
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:167524:def: "Interacting selectively and non-covalently with an intermediate filament, a distinct elongated structure, characteristically 10 nm in diameter, that occurs in the cytoplasm of higher eukaryotic cells. Intermediate filaments form a fibrous system, composed of chemically heterogeneous subunits and involved in mechanically integrating the various components of the cytoplasmic space." [ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-167525-is_a: GO:0032403 ! protein complex binding
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-176302-synonym: "parasitophorous vacuole" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:176303:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-176304-is_a: GO:0065010 ! extracellular membrane-bounded organelle
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-176519-def: "Protrusion that develops in the plasma membrane of a parasitized erythrocyte. An example of this component is found in Plasmodium species." [GOC:mb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:176520:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-176521-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-176570-synonym: "Maurers cleft" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:176571:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-176572-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177120-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:177121:def: "The process whose specific outcome is the progression of the optic nerve over time, from its formation to the mature structure. The sensory optic nerve originates from the bipolar cells of the retina and conducts visual information to the brainstem. The optic nerve exits the back of the eye in the orbit, enters the optic canal, and enters the central nervous system at the optic chiasm (crossing) where the nerve fibers become the optic tract just prior to entering the hindbrain." [GO_REF:0000021, GOC:cls, GOC:dgh, GOC:dph, GOC:jid, GOC:mtg_15jun06, ISBN:0838580343]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177122-comment: This term was added by GO_REF:0000021.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177914-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:177915:def: "The process in which the anatomical structure of the optic nerve is generated and organized. The sensory optic nerve originates from the bipolar cells of the retina and conducts visual information to the brainstem. The optic nerve exits the back of the eye in the orbit, enters the optic canal, and enters the central nervous system at the optic chiasm (crossing) where the nerve fibers become the optic tract just prior to entering the hindbrain." [GO_REF:0000021, GOC:cls, GOC:dgh, GOC:dph, GOC:jid, GOC:mtg_15jun06, ISBN:0838580343]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177916-comment: This term was added by GO_REF:0000021.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177924-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:177925:def: "A developmental process, independent of morphogenetic (shape) change, that is required for the optic nerve to attain its fully functional state. The sensory optic nerve originates from the bipolar cells of the retina and conducts visual information to the brainstem. The optic nerve exits the back of the eye in the orbit, enters the optic canal, and enters the central nervous system at the optic chiasm (crossing) where the nerve fibers become the optic tract just prior to entering the hindbrain." [GO_REF:0000021, GOC:cls, GOC:dgh, GOC:dph, GOC:jid, GOC:mtg_15jun06, ISBN:0838580343]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177926-comment: This term was added by GO_REF:0000021.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177934-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:177935:def: "The process that contributes to the act of creating the structural organization of the optic nerve. This process pertains to the physical shaping of a rudimentary structure. The sensory optic nerve originates from the bipolar cells of the retina and conducts visual information to the brainstem. The optic nerve exits the back of the eye in the orbit, enters the optic canal, and enters the central nervous system at the optic chiasm (crossing) where the nerve fibers become the optic tract just prior to entering the hindbrain." [GO_REF:0000021, GOC:cls, GOC:dgh, GOC:dph, GOC:jid, GOC:mtg_15jun06, ISBN:0838580343]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177936-comment: This term was added by GO_REF:0000021.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177945-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:177946:def: "The process that gives rise to the optic nerve. This process pertains to the initial formation of a structure from unspecified parts. The sensory optic nerve originates from the bipolar cells of the retina and conducts visual information to the brainstem. The optic nerve exits the back of the eye in the orbit, enters the optic canal, and enters the central nervous system at the optic chiasm (crossing) where the nerve fibers become the optic tract just prior to entering the hindbrain." [GO_REF:0000021, GOC:cls, GOC:dgh, GOC:dph, GOC:jid, GOC:mtg_15jun06, ISBN:0838580343]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-177947-comment: This term was added by GO_REF:0000021.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-188246-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:188247:def: "The cytoplasm of a host cell." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-188248-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-189737-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:189738:def: "Partial constriction of the cytoplasm of an embryo to form a furrow that resembles a cleavage furrow but does not complete cytokinesis." [GOC:mah, PMID:10751167, PMID:7729583]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-189739-is_a: GO:0032502 ! developmental process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-189746-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:189747:def: "Formation of furrows in the cytoplasm between nuclei during cell cycles in embryos that contribute to the formation of the syncytial blastoderm. An example of this process is found in Drosophila melanogaster." [GOC:mtg_sensu]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-189748-synonym: "pseudocleavage during syncytial blastoderm formation" RELATED [GOC:dph]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190697-def: "Any of several heterodimers containing one or two Noc proteins, associated with preribosomal complexes; involved in ribosome biogenesis." [PMID:12446671]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:190698:comment: Noc complexes exhibit a dynamic intranuclear location; consider also annotating to 'nucleolus ; GO:0005730' and/or 'nucleoplasm ; GO:0005654'. Note that the definition uses Saccharomyces gene product names because this complex has only been described in Saccharomyces cerevisiae and no other names have yet arisen; the term nevertheless can be used for analogous complexes in other eukaryotes, and the definition can be changed if better wording is found.
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190699-subset: goslim_pir
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190707-def: "A heterodimer associated with 90S and 66S preribosomes. Predominantly, but not exclusively, nucleolar; involved in ribosomal large subunit biogenesis." [PMID:12446671]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:190708:comment: Noc complexes exhibit a dynamic intranuclear location; consider also annotating to 'nucleolus ; GO:0005730' and/or 'nucleoplasm ; GO:0005654'. Note that the term name uses Saccharomyces gene product names because no other names have yet arisen for this complex; the term nevertheless can be used for analogous complexes in other eukaryotes, and the name can be changed if better wording is found.
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190709-is_a: GO:0030689 ! Noc complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190717-def: "A heterodimer associated with 66S preribosomes; predominantly nucleoplasmic, but also locates to the nucleolus; involved in ribosomal large subunit biogenesis." [PMID:12446671]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:190718:comment: Noc complexes exhibit a dynamic intranuclear location; consider also annotating to 'nucleolus ; GO:0005730' and/or 'nucleoplasm ; GO:0005654'. Note that the term name uses Saccharomyces gene product names because no other names have yet arisen for this complex; the term nevertheless can be used for analogous complexes in other eukaryotes, and the name can be changed if better wording is found.
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190719-is_a: GO:0030689 ! Noc complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190726-def: "A heterodimer associated with precursors of the eukaryotic small ribosomal subunit, including the 90S preribosome; involved in small subunit biogenesis." [PMID:12446671]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:190727:comment: Noc complexes exhibit a dynamic intranuclear location; consider also annotating to 'nucleolus ; GO:0005730' and/or 'nucleoplasm ; GO:0005654' and/or 'nuclear pore ; GO:0005643'. Note that the term name uses Saccharomyces gene product names because no other names have yet arisen for this complex; the term nevertheless can be used for analogous complexes in other eukaryotes, and the name can be changed if better wording is found.
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190728-synonym: "Nop7 complex" EXACT [GOC:jh, GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190759-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:190760:def: "The central portion of the flagellar basal body, which spans the periplasm and threads through the rings. Examples of this component are found in Bacterial species." [GOC:mtg_sensu, PMID:10572114, PMID:11133968, PMID:12624192]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-190761-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-191043-is_a: GO:0071826 ! ribonucleoprotein complex subunit organization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:191044:relationship: part_of GO:0007315 ! pole plasm assembly
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-191045-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-195883-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:195884:def: "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of structures formed of microtubules and associated proteins in the cytoplasm of a cell." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-195885-synonym: "cytoplasmic microtubule organisation" EXACT [GOC:curators]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-196916-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:196917:def: "The side of the outer membrane that is opposite to the side that faces the periplasm of the cell." [GOC:mlg, GOC:mtg_sensu]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-196918-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-196927-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:196928:def: "The side of the outer membrane that faces the periplasm of the cell." [GOC:mlg, GOC:mtg_sensu]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-196929-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-197113-is_a: GO:0032993 ! protein-DNA complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:197114:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-197115-relationship: has_part GO:0005656 ! nuclear pre-replicative complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-198877-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:198878:def: "A vesicle formed of membrane or protein, found in the cytoplasm of a cell." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-198879-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-199003-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:199004:def: "The process in which the cytoplasm of the outermost cells of the vertebrate epidermis is replaced by keratin. Keratinization occurs in the stratum corneum, feathers, hair, claws, nails, hooves, and horns." [GOC:dph, GOC:ebc, GOC:sdb_2009, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-199005-is_a: GO:0032502 ! developmental process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-204447-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:204448:def: "The directed movement of mRNA from the nucleus to the cytoplasm during a heat stimulus, a temperature stimulus above the optimal temperature for the organism; in particular, a process that enables an organism withstand exposure to temperatures that would otherwise lethally impair poly(A)+ mRNA-nucleus export." [GOC:mah, GOC:vw]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-204449-synonym: "mRNA export from cell nucleus during heat stress" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-204781-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:204782:def: "A prominent mass in the cytoplasm of previtellogenic oocytes. The cloud contains both mitochondria and electron-dense granulofibrillar material (GFM) and is the source of germinal granule material." [PMID:6541166]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-204783-synonym: "Balbiani body" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-204945-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:204946:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-204947-relationship: part_of GO:0016591 ! DNA-directed RNA polymerase II, holoenzyme
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-205228-id: GO:0032066
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:205229:name: nucleolus to nucleoplasm transport
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-205230-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-206226-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:206227:def: "In animal cells, the first sign of cleavage, or cytokinesis, is the appearance of a shallow groove in the cell surface near the old metaphase plate. A contractile ring containing actin and myosin is located just inside the plasma membrane at the location of the furrow. Ring contraction is associated with centripetal growth of the membrane that deepens the cleavage furrow and divides the cytoplasm of the two daughter cells. While the term 'cleavage furrow' was initially associated with animal cells, such a structure occurs in many other types of cells, including unicellular protists." [ISBN:0805319409]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-206228-xref: Wikipedia:Cleavage_furrow
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-207399-def: "A constitutive biosynthetic process that occurs under nutrient-rich conditions, in which two resident vacuolar hydrolases, aminopeptidase I and alpha-mannosidase, are sequestered into vesicles; these vesicles are transported to, and then fuse with, the vacuole. This pathway is mostly observed in yeast." [PMID:12865942, PMID:15659643]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:207400:synonym: "cytoplasm to vacuole targeting" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-207401-synonym: "cytoplasm-to-vacuole targeting" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-209756-alt_id: GO:0071775
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:209757:def: "Any process that modulates the frequency, rate or extent of the division of the cytoplasm of a cell and its separation into two daughter cells." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-209758-synonym: "regulation of cell cycle cytokinesis" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-209769-alt_id: GO:0071776
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:209770:def: "Any process that stops, prevents, or reduces the frequency, rate or extent of the division of the cytoplasm of a cell, and its separation into two daughter cells." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-209771-synonym: "down regulation of cytokinesis" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-209787-alt_id: GO:0071777
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:209788:def: "Any process that activates or increases the frequency, rate or extent of the division of the cytoplasm of a cell, and its separation into two daughter cells." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-209789-synonym: "activation of cytokinesis" NARROW []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-210168-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:210169:def: "A cellular process that is involved in cytokinesis (the division of the cytoplasm of a cell and its separation into two daughter cells)." [GOC:bf, GOC:isa_complete, GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-210170-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-213575-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:213576:def: "A protein complex that contains the survival motor neuron (SMN) protein and at least eight additional integral components, including the Gemin2-8 and Unrip proteins; the complex is found in the cytoplasm and in nuclear Gems, and is involved in spliceosomal snRNP assembly in the cytoplasm and in pre-mRNA splicing in the nucleus." [PMID:16434402, PMID:17023415]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-213577-comment: Note that a larger complex containing Sm proteins and other subunits is also sometimes referred to as the 'SMN complex'. The larger complex is represented by 'SMN-Sm protein complex ; GO:0034719'.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-217353-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:217354:def: "A cytosolic vesicle that is enclosed by a double membrane and is implicated in the cytoplasm to vacuole targeting pathway. These vesicles are found in the yeast S. cerevisiae, and contain vacuolar hydrolases, aminopeptidase I (Ape1p) and alpha-mannosidase (Ams1p)." [GOC:rb, PMID:15138258]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-217355-is_a: GO:0016023 ! cytoplasmic membrane-bounded vesicle
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-217901-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:217902:def: "Any process that modulates the vectorial transfer of a protein from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-217903-synonym: "regulation of protein import into cell nucleus, translocation" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-217912-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:217913:def: "Any process that stops, prevents or reduces the vectorial transfer of a protein from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-217914-synonym: "negative regulation of protein import into cell nucleus, translocation" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-217924-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:217925:def: "Any process that activates or increases the vectorial transfer of a protein from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-217926-synonym: "positive regulation of protein import into cell nucleus, translocation" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-218373-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:218374:def: "A cell cycle process that results in the division of the cytoplasm of a cell after meiosis, resulting in the separation of the original cell into two daughter cells." [GOC:mtg_cell_cycle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-218375-synonym: "cytokinesis after meiosis" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-219312-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:219313:def: "A process that is carried out at the cellular level which results in the assembly, arrangement of constituent parts, or disassembly of a contractile vacuole. A specialized vacuole that fills with water from the cytoplasm and then discharges this externally by the opening of contractile vacuole pores." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-219314-synonym: "contractile vacuole organisation" EXACT [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-220353-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:220354:def: "A ribonucleoprotein complex found in the cytoplasm of male germ cells, composed of exceedingly thin filaments that are consolidated into a compact mass or into dense strands of varying thickness that branch to form an irregular network. Contains mRNAs, miRNAs, and protein components involved in miRNA processing (such as Argonaute proteins and the endonuclease Dicer) and in RNA decay (such as the decapping enzyme DCP1a and GW182)." [PMID:17183363]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-220355-is_a: GO:0035770 ! ribonucleoprotein granule
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-223096-is_a: GO:0033648 ! host intracellular membrane-bounded organelle
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:223097:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-223098-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-223102-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:223103:def: "Any member of a family of organelles as found in the cytoplasm of host cells, which are membrane-bounded and contain DNA. The host is defined as the larger of the organisms involved in a symbiotic interaction." [GOC:pamgo_curators]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-223104-is_a: GO:0033648 ! host intracellular membrane-bounded organelle
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:223105:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-223106-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-223133-id: GO:0033655
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:223134:name: host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-223135-namespace: cellular_component
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-223139-subset: gosubset_prok
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:223140:synonym: "cytoplasm component" BROAD []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-223141-is_a: GO:0033646 ! host intracellular part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-224534-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:224535:def: "A region in the lower half of some cells formed from extensive infoldings of the basal plasma membrane; includes cytoplasm adjacent to the infolded membrane." [GOC:mah, GOC:sart, PMID:11640882]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-224536-is_a: GO:0044464 ! cell part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-230533-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:230534:def: "Any process that decreases the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-230535-is_a: GO:0048523 ! negative regulation of cellular process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-230783-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:230784:def: "The process in which cells digest parts of their own cytoplasm in response to the accumulation of misfolded proteins in the endoplasmic reticulum." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-230785-synonym: "autophagy in response to endoplasmic reticulum overload" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-231563-def: "OBSOLETE. Any process in which a ligand-bound hormone receptor acts in the nucleus to modulate the frequency, rate or extent of transcription from an RNA polymerase II promoter." [GO_REF:0000021, GOC:mah, GOC:mh]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:231564:comment: This term was added by GO_REF:0000021. This term was made obsolete because it is unclear whether the term represents the action of the receptor or the entire process of transcription regulation. The term 'nuclear hormone receptor' is also misleading since many of these receptors reside in the cytoplasm until they are bound by a ligand.
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-231565-is_obsolete: true
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-233279-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:233280:def: "A multisubunit proteasome complex that localizes in the cytoplasm as dot-like structures when cells are in a quiescent state." [GOC:rb, PMID:18504300]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-233281-synonym: "PSG" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-233310-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:233311:def: "A protein complex found in the cytoplasm that binds the 5' cap structure of an mRNA, and typically consists of the cap-binding protein eIF4E, the adaptor protein eIF4G, and a multi-factor complex comprising eIF1, eIF2, eIF3 and eIF5. This complex mediates recruitment of the 40S subunit to mRNA." [PMID:16405910]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-233312-is_a: GO:0034518 ! RNA cap binding complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-238267-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:238268:def: "The directed movement of a pre-mRNA splicing factor from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:bf]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:238269:synonym: "splicing factor protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-238270-synonym: "splicing factor protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-238694-is_a: GO:0034708 ! methyltransferase complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:238695:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-238696-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-239480-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:239481:def: "The first nine mitotic division cycles of the insect embryo, during which the dividing nuclei lie deep in the interior of the egg and divide nearly synchronously. This is the first phase of the syncytial period where nuclei divide in a common cytoplasm without cytokinesis." [ISBN:0879694238]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-239482-is_a: GO:0033301 ! cell cycle comprising mitosis without cytokinesis
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-239488-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:239489:def: "Mitotic division cycles 10 to 13 of the insect embryo. This is the second phase of the syncytial period where nuclei divide in a common cytoplasm without cytokinesis. The majority of migrating nuclei reach the embryo surface during cycle 10, after which they divide less synchronously than before, and the syncytial blastoderm cycles lengthen progressively." [ISBN:0879694238]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-239490-is_a: GO:0033301 ! cell cycle comprising mitosis without cytokinesis
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-239921-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:239922:def: "A long, thin, polarized cell projection that contains actin and can extend for distances many times the diameter of the cell. Cytonemes represent extensions of cell cytoplasm and typically have a diameter of approximately 0.2um." [PMID:10367889, PMID:10675901]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-239923-subset: goslim_pir
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-240388-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:240389:def: "Transport of pre-microRNAs (pre-miRNAs) from the nucleus to the cytoplasm. Pre-miRNAs are a ~60-70 nucleotide stem loop intermediate in miRNA production, produced by the nuclear cleavage of a primary miRNA (pri-mRNA) transcript. Pre-miRNAs are transported from the nucleus to the cytoplasm where further cleavage occurs to produce a mature miRNA product." [GOC:sl, PMID:14744438]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-240390-synonym: "pre-microRNA export from cell nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-241914-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:241915:def: "The directed movement of a catenin protein from the cytoplasm into the nucleus." [GOC:BHF]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-241916-comment: Note that 'translocation' is sometimes used in the literature to refer to the entire process of protein import into the nucleus, but in GO refers specifically to the step in which a cargo-carrier protein complex moves through the nuclear pore complex.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-241925-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:241926:def: "Any process that modulates the rate, frequency or extent of the directed movement of a catenin protein from the cytoplasm into the nucleus." [GOC:BHF]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-241927-synonym: "regulation of catenin protein nuclear translocation" NARROW [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-241938-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:241939:def: "Any process that increases the rate, frequency or extent of the directed movement of a catenin protein from the cytoplasm into the nucleus." [GOC:BHF]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-241940-synonym: "positive regulation of catenin protein nuclear translocation" NARROW [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-241952-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:241953:def: "Any process that decreases the rate, frequency or extent of the directed movement of a catenin protein from the cytoplasm into the nucleus." [GOC:BHF]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-241954-synonym: "negative regulation of catenin protein nuclear translocation" NARROW [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-245511-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:245512:def: "The directed movement of tRNA from the cytoplasm to the nucleus." [GOC:vw, PMID:20032305]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-245513-synonym: "retrograde tRNA transport into nucleus" EXACT [GOC:vw, PMID:20032305]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-245925-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:245926:def: "The chemical reactions and pathways occurring in the cytoplasm and resulting in the breakdown of a ribosomal RNA (rRNA) molecule, initiated by the enzymatic addition of a sequence of adenylyl residues (polyadenylation) at the 3' end the target rRNA truncated degradation intermediate." [PMID:20368444]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-245927-synonym: "cytoplasmic poly(A)-dependent rRNA catabolic process" RELATED [GOC:vw]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-247038-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:247039:def: "The process in which the developmental fate of a cell becomes restricted such that it will develop into a eosinophil cell. A eosinophil is any of the immature or mature forms of a granular leukocyte with a nucleus that usually has two lobes connected by one or more slender threads of chromatin, and cytoplasm containing coarse, round granules that are uniform in size and which can be stained by the dye eosin." [CL:0000771, GOC:BHF, GOC:vk]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-247040-synonym: "eosinophil cell fate commitment" EXACT [GOC:bf]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-247885-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:247886:def: "The directed movement of RNA from the cytoplasm into a mitochondrion." [GOC:ans, PMID:20691904]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-247887-synonym: "cytoplasmic RNA import into mitochondrion" NARROW [GOC:ans]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-247897-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:247898:def: "The directed movement of rRNA, ribosomal ribonucleic acid, from the cytoplasm into a mitochondrion." [GOC:ans, PMID:20691904]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-247899-synonym: "cytoplasmic rRNA import into mitochondrion" NARROW [GOC:ans]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-248748-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:248749:def: "The process in which a relatively unspecialized cell acquires the specialized features of a tendon cell. Tendon cell are elongated fibrocytes in which the cytoplasm is stretched between the collagen fibres of the tendon. Tendon cells have a central cell nucleus with a prominent nucleolus, a well-developed rough endoplasmic reticulum, and are responsible for synthesis and turnover of tendon fibres and ground substance." [CL:0000388, GOC:yaf, PMID:21412429]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-248750-synonym: "muscle attachment cell differentiation" EXACT [CL:0000388]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-248943-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:248944:def: "A body present in the cytoplasm of some dinoflagellates, which is the source of bioluminescence; emits light on acidification in the presence of oxygen." [GOC:mag, PMID:4501583, PMID:5642469]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-248945-is_a: GO:0044444 ! cytoplasmic part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-249891-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:249892:def: "Advancement of the cleavage furrow from the outside of the cell inward towards the center of the cell. The cleavage furrow acts as a 'purse string' which draws tight to separate daughter cells during cytokinesis and partition the cytoplasm between the two daughter cells. The furrow ingresses until a cytoplasmic bridge is formed." [PMID:15811947, PMID:20687468]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-249893-comment: Consider also annotating to 'contractile ring contraction involved in cell cycle cytokinesis ; GO:0000916'.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-251051-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:251052:def: "A prolongation or process extending from a muscle cell. A muscle cell is a mature contractile cell, commonly known as a myocyte. This cell has as part of its cytoplasm myofibrils organized in various patterns." [CL:0000187, GOC:kmv, PMID:15930100, PMID:22464329]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-251053-synonym: "muscle arm" NARROW [GOC:kmv]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-251875-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:251876:def: "A multiprotein ATPase complex involved in the release of polyubiquitinated proteins, including those damaged by oxidative stress, from the outer mitochondria membrane into the cytoplasm where they are presented to the proteasome for proteolysis, a process also referred to as mitochondria-associated degradation (MAD). In budding yeast, this complex includes Cdc48p, Npl4p and Vms1p." [GOC:rn, PMID:21070972, PMID:21936843]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-251877-synonym: "Cdc48p-Npl4p-Vms1p complex" EXACT [GOC:rn]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-252014-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:252015:def: "Any process that activates or increases the frequency, rate or extent of directed movement of proteins from the nucleus into the cytoplasm in response to deprivation of glucose." [GOC:al, PMID:3541942]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-252016-is_a: GO:0042149 ! cellular response to glucose starvation
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-252055-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:252056:def: "Any process that activates or increases the frequency, rate or extent of the movement of a transcription factor from the cytoplasm to the nucleus under conditions of oxidative stress." [GOC:al, PMID:9585505]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-252057-synonym: "positive regulation of transcription factor import into nucleus in response to hydrogen peroxide" RELATED [GOC:al]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-256245-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:256246:def: "Any process in which a virus stops, prevents, or reduces the frequency, rate or extent of movement of mRNA from the nucleus to the cytoplasm in the host organism." [GOC:bf, GOC:sp, UniProtKB-KW:KW-1099, VZ:902]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-256247-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-257913-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:257914:def: "The uptake of a virus into a host cell that begins by invagination of the host cell plasma membrane to form an endosome containing the virus within the host cell, and ends when the viral nucleic acid is released into the host cytoplasm when the viral membrane fuses with the host endosome membrane." [GOC:bf, UniProtKB-KW:KW-1170, VZ:992]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-257915-synonym: "fusion of virus membrane with host endosomal membrane" EXACT [UniProtKB-KW:KW-1170, VZ:992]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-257925-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:257926:def: "The process of viral dissemination within an infected host organism where infectious virion particles are passed from infected to uninfected host cells via plasmodesmata. Plasmodesmata is a fine cytoplasmic channel, found in all higher plants, that connects the cytoplasm of one cell to that of an adjacent cell." [UniProtKB-KW:KW-0916, VZ:1018]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-257927-xref: VZ:1018 "Viral movement protein"
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-258304-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:258305:def: "Any process that modulates the frequency, rate or extent of gene expression; the process is mitotically or meiotically heritable, or is stably self-propagated in the cytoplasm of a resting cell, and does not entail a change in DNA sequence." [PMID:10521337, PMID:11498582]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-258306-subset: goslim_plant
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-258400-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:258401:def: "The cell cycle process in which two small cells are generated, as byproducts destined to degenerate, as a result of the first and second meiotic divisions of a primary oocyte during its development to a mature ovum. One polar body is formed in the first division of meiosis and the other in the second division; at each division, the cytoplasm divides unequally, so that the polar body is of much smaller size than the developing oocyte. At the second division in which a polar body is formed, the polar body and the developing oocyte each contain a haploid set of chromosomes." [GOC:ems, ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-258402-is_a: GO:0033206 ! meiotic cytokinesis
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261492-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:261493:def: "A protein complex that contains two proteins (know in several organisms, including Drosophila, as NXF1 and NXF2) and is required for the export of the majority of mRNAs from the nucleus to the cytoplasm; localized in the nucleoplasm and at both the nucleoplasmic and cytoplasmic faces of the nuclear pore complex; shuttles between the nucleus and the cytoplasm." [PMID:11780633]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261494-synonym: "Mex67-Mtr2 complex" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261497-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:261498:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261499-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261853-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:261854:def: "Any process that modulates the frequency, rate or extent of movement of proteins from the cytoplasm to the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261855-synonym: "regulation of protein import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:261856:synonym: "regulation of protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261857-synonym: "regulation of protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261868-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:261869:def: "Any process that activates or increases the frequency, rate or extent of movement of proteins from the cytoplasm into the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261870-synonym: "activation of protein import into nucleus" NARROW []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261871-synonym: "positive regulation of protein import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:261872:synonym: "positive regulation of protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261873-synonym: "positive regulation of protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261888-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:261889:def: "Any process that stops, prevents, or reduces the frequency, rate or extent of the movement of proteins from the cytoplasm into the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261890-synonym: "down regulation of protein import into nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261894-synonym: "negative regulation of protein import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:261895:synonym: "negative regulation of protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-261896-synonym: "negative regulation of protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262362-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:262363:def: "Any process that modulates the frequency, rate or extent of the transfer of NF-kappaB, a transcription factor for eukaryotic RNA polymerase II promoters, from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:jl, ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262364-synonym: "regulation of NF-kappaB import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:262365:synonym: "regulation of NF-kappaB transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262366-synonym: "regulation of NF-kappaB-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262376-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:262377:def: "Any process that activates or increases the frequency, rate or extent of transfer of NF-kappaB, a transcription factor for eukaryotic RNA polymerase II promoters, from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:jl, ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262378-synonym: "activation of NF-kappaB import into nucleus" NARROW []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262379-synonym: "positive regulation of NF-kappaB import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:262380:synonym: "positive regulation of NF-kappaB transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262381-synonym: "positive regulation of NF-kappaB-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262395-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:262396:def: "Any process that stops, prevents, or reduces the frequency, rate or extent of the transfer of NF-kappaB, a transcription factor for eukaryotic RNA polymerase II promoters, from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:jl, ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262397-synonym: "down regulation of NF-kappaB import into nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262401-synonym: "negative regulation of NF-kappaB import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:262402:synonym: "negative regulation of NF-kappaB transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262403-synonym: "negative regulation of NF-kappaB-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262413-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:262414:def: "The directed movement of NF-kappaB, a transcription factor for eukaryotic RNA polymerase II promoters, from the cytoplasm into the nucleus, across the nuclear membrane." [GOC:jl, ISBN:0198506732]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262415-synonym: "NF-kappaB import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262416-synonym: "NF-kappaB protein-nucleus import" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:262417:synonym: "NF-kappaB transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-262418-synonym: "NF-kappaB-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269564-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:269565:def: "Any process that modulates the frequency, rate or extent of the movement of a transcription factor from the cytoplasm to the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269566-synonym: "regulation of transcription factor import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:269567:synonym: "regulation of transcription factor transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269568-synonym: "regulation of transcription factor-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269577-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:269578:def: "The directed movement of a transcription factor from the cytoplasm to the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269579-synonym: "transcription factor import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:269580:synonym: "transcription factor transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269581-synonym: "transcription factor-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269587-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:269588:def: "Any process that stops, prevents, or reduces the frequency, rate or extent of the movement of a transcription factor from the cytoplasm to the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269589-synonym: "down regulation of transcription factor import into nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269593-synonym: "negative regulation of transcription factor import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:269594:synonym: "negative regulation of transcription factor transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269595-synonym: "negative regulation of transcription factor-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269605-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:269606:def: "Any process that activates or increases the frequency, rate or extent of the movement of a transcription factor from the cytoplasm to the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269607-synonym: "activation of transcription factor import into nucleus" NARROW []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269608-synonym: "positive regulation of transcription factor import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:269609:synonym: "positive regulation of transcription factor transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-269610-synonym: "positive regulation of transcription factor-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-271756-alt_id: GO:0043192
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:271757:def: "A complex for the transport of metabolites into and out of the cell, typically comprised of four domains; two membrane-associated domains and two ATP-binding domains at the intracellular face of the membrane, that form a central pore through the plasma membrane. Each of the four core domains may be encoded as a separate polypeptide or the domains can be fused in any one of a number of ways into multidomain polypeptides. In Bacteria and Archaebacteria, ABC transporters also include substrate binding proteins to bind substrate external to the cytoplasm and deliver it to the transporter." [GOC:jl, GOC:mtg_sensu, PMID:11421269, PMID:15111107]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-271758-subset: goslim_metagenomics
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-272019-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:272020:def: "Non-compact myelin located adjacent to the nodes of Ranvier in a myelin segment. These non-compact regions include cytoplasm from the cell responsible for synthesizing the myelin. Lateral loops are found in the paranodal region adjacent to the nodes of Ranvier, while Schmidt-Lantermann clefts are analogous structures found within the compact myelin internode." [GOC:dgh]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-272021-synonym: "oligodendrocyte paranodal termination" RELATED [NIF_Subcellular:sao1354781919]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-272031-alt_id: GO:0044287
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:272032:def: "Regions within compact myelin in which the cytoplasmic faces of the enveloping myelin sheath are not tightly juxtaposed, and include cytoplasm from the cell responsible for making the myelin. Schmidt-Lanterman incisures occur in the compact myelin internode, while lateral loops are analogous structures found in the paranodal region adjacent to the nodes of Ranvier." [GOC:dgh]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-272033-synonym: "Schmidt-Lanterman cleft" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-272217-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:272218:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-272219-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-275896-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:275897:def: "The creation of two or more plastids by division of one plastid. A plastid is any member of a family of organelles found in the cytoplasm of plants and some protists, which are membrane-bounded and contain DNA." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-275898-is_a: GO:0048285 ! organelle fission
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-276777-is_a: GO:0033648 ! host intracellular membrane-bounded organelle
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:276778:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-276779-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-281627-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:281628:def: "A highly specialized structure unique to microsporidia that is required for host cell invasion. In the spore, the polar tube is connected at the anterior end, and then coils around the sporoplasm. Upon appropriate environmental stimulation, the polar tube rapidly discharges out of the spore, pierces a cell membrane and serves as a conduit for sporoplasm passage into the new host cell." [GOC:mf, PMID:12076771, PMID:9723921]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-281629-is_a: GO:0044464 ! cell part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-281636-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:281637:def: "The complex infective apparatus corresponding to the central mass of cytoplasm within a spore that is injected into a host cell by various parasitic microorganisms." [GOC:mf, PMID:12076771, PMID:16004371, PMID:9723921]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-281638-is_a: GO:0044424 ! intracellular part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282324-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282325:def: "A small pit, depression, or invagination, such as any of the minute pits or incuppings of the host cell membrane formed during pinocytosis, that communicates with the outside of a host cell and extends inward, indenting the host cytoplasm and the host cell membrane. Such caveolae may be pinched off to form free vesicles within the host cytoplasm. The host is defined as the larger of the organisms involved in a symbiotic interaction." [GOC:rph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282326-is_a: GO:0033643 ! host cell part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282364-def: "A membranous cellular structure within the host cell that bears the photosynthetic pigments in plants, algae, and cyanobacteria. In cyanobacteria thylakoids are of various shapes and are attached to, or continuous with, the host plasma membrane. In eukaryotic host cells they are flattened, membrane-bounded disk-like structures located in the chloroplasts; in the chloroplasts of higher plants the thylakoids form dense stacks called grana. Isolated thylakoid preparations can carry out photosynthetic electron transport and the associated phosphorylation." [GOC:rph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282365:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282366-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282374-is_a: GO:0033644 ! host cell membrane
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282375:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282376-relationship: part_of GO:0044159 ! host thylakoid
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282383-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282384:def: "A vesicle formed of membrane or protein, found in the cytoplasm of a host cell." [GOC:rph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282385-is_a: GO:0033648 ! host intracellular membrane-bounded organelle
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282386:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282387-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282395-is_a: GO:0033644 ! host cell membrane
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282396:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282397-relationship: part_of GO:0044161 ! host cell cytoplasmic vesicle
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282413-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282414:def: "The part of the host cell cytoplasm that does not contain organelles but which does contain other particulate matter, such as protein complexes." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282415-subset: gosubset_prok
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282416-synonym: "host cytosol" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282417:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282418-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282424-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282425:def: "The irregular network of unit membranes, visible only by electron microscopy, that occurs in the host cell cytoplasm of many eukaryotic cells. The membranes form a complex meshwork of tubular channels, which are often expanded into slitlike cavities called cisternae. The host ER takes two forms, rough (or granular), with ribosomes adhering to the outer surface, and smooth (with no ribosomes attached)." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282426-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282428-is_a: GO:0033648 ! host intracellular membrane-bounded organelle
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282429:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282430-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282439-synonym: "host endoplasmic reticulum lumen" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282440:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282441-relationship: part_of GO:0044165 ! host cell endoplasmic reticulum
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282461-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282462:def: "The irregular network of unit membranes, visible only by electron microscopy, that occurs in the host cell cytoplasm of many eukaryotic cells. The membranes form a complex meshwork of tubular channels, which are often expanded into slitlike cavities called cisternae. The host rough ER has ribosomes adhering to the outer surface." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282463-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282484-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282485:def: "The irregular network of unit membranes, visible only by electron microscopy, that occurs in the host cell cytoplasm of many eukaryotic cells. The membranes form a complex meshwork of tubular channels, which are often expanded into slitlike cavities called cisternae. The host smooth ER has no ribosomes adhering to the outer surface." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282486-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282512-is_a: GO:0033648 ! host intracellular membrane-bounded organelle
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282513:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282514-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282538-is_a: GO:0033648 ! host intracellular membrane-bounded organelle
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282539:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282540-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282571-synonym: "host Golgi apparatus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282572:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282573-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282668-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282669:def: "Any particle of coalesced lipids in the cytoplasm of a host cell. May include associated proteins." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282670-subset: gosubset_prok
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282671:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282672-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282681-is_a: GO:0033648 ! host intracellular membrane-bounded organelle
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282682:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282683-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282715-subset: gosubset_prok
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:282716:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-282717-relationship: part_of GO:0033650 ! host cell mitochondrion
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-283019-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:283020:def: "A fine cytoplasmic channel, found in all higher plants, that connects the cytoplasm of one host cell to that of an adjacent host cell." [GOC:rph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-283021-is_a: GO:0044156 ! host cell junction
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-283028-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:283029:def: "The host cell cytoplasm situated near, or occurring around, the host nucleus." [GOC:rph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:283030:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-283031-created_by: jane
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-284870-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:284871:def: "The directed movement of a RNA polymerase II core complex from the cytoplasm to the nucleus." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-284872-synonym: "DNA-directed RNA polymerase II core complex import into nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285445-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:285446:def: "Any constituent part of a mitochondrion, a semiautonomous, self replicating organelle that occurs in varying numbers, shapes, and sizes in the cytoplasm of virtually all eukaryotic cells. It is notably the site of tissue respiration." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285447-comment: Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285486-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:285487:def: "Any constituent part of the endoplasmic reticulum, the irregular network of unit membranes, visible only by electron microscopy, that occurs in the cytoplasm of many eukaryotic cells. The membranes form a complex meshwork of tubular channels, which are often expanded into slitlike cavities called cisternae." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285488-comment: Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285500-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:285501:def: "Any constituent part of cytoplasmic vesicle, a vesicle formed of membrane or protein, found in the cytoplasm of a cell." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285502-comment: Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285526-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:285527:def: "Any constituent part of a plastid, a member of a family of organelles found in the cytoplasm of plants and some protists, which are membrane-bounded and contain DNA. Plant plastids develop from a common type, the proplastid." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285528-comment: Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285648-subset: gosubset_prok
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:285649:synonym: "cytoplasm component" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285650-is_a: GO:0044424 ! intracellular part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285658-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:285659:def: "Any constituent part of cytosol, that part of the cytoplasm that does not contain membranous or particulate subcellular components." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285660-comment: Note that this term is in the subset of terms that should not be used for direct gene product annotation. Instead, select a child term or, if no appropriate child term exists, please request a new term. Direct annotations to this term may be amended during annotation QC.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285739-id: GO:0044451
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:285740:name: nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-285741-namespace: cellular_component
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-288311-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:288312:def: "Injection by a non-enveloped virus of their genome into the host cytoplasm through creation of a pore or channel in the host membrane or cell envelope. This is usually mediated by a viral pore-forming peptide associated with the viral capsid. In phages the genome is delivered into the host cell through a genome delivery apparatus located at one of the viral vertices and, for tailed bacteriophages, through the entire tail which in some phages is contractile." [GOC:jl, VZ:979]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-288313-synonym: "pore-mediated penetration of viral genome into host cell" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-295115-id: GO:0045451
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:295116:name: pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-295117-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-295119-synonym: "establishment and maintenance of oskar mRNA localization in pole plasm" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:295120:synonym: "establishment and maintenance of pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:295121:synonym: "oocyte pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:295122:synonym: "pole plasm oskar mRNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:295123:is_a: GO:0019094 ! pole plasm mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-295124-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-295591-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:295592:def: "Differentiated cytoplasm associated with a pole (animal, vegetal, anterior, or posterior) of an oocyte, egg or early embryo." [GOC:kmv, PMID:17113380]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-295593-synonym: "germ plasm" NARROW []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300827-id: GO:0045855
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300828:name: negative regulation of pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300829-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300830-def: "Any process that stops, prevents, or reduces the frequency, rate or extent of a process in which oskar mRNA is transported to, or maintained in, the oocyte pole plasm." [GOC:go_curators]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300831:synonym: "down regulation of pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300832:synonym: "down-regulation of pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300833:synonym: "downregulation of pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300834:synonym: "inhibition of pole plasm oskar mRNA localization" NARROW []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300835:synonym: "negative regulation of oocyte pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300836:synonym: "negative regulation of pole plasm oskar mRNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300837:is_a: GO:0007317 ! regulation of pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300838-is_a: GO:0048523 ! negative regulation of cellular process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300840-intersection_of: GO:0065007 ! biological regulation
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300841:intersection_of: negatively_regulates GO:0045451 ! pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300842:relationship: negatively_regulates GO:0045451 ! pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300843-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300845-id: GO:0045856
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300846:name: positive regulation of pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300847-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300848-def: "Any process that activates or increases the frequency, rate or extent of the process in which oskar mRNA is transported to, or maintained in, the oocyte pole plasm." [GOC:go_curators]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300849:synonym: "activation of pole plasm oskar mRNA localization" NARROW []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300850:synonym: "positive regulation of oocyte pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300851:synonym: "positive regulation of pole plasm oskar mRNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300852:synonym: "stimulation of pole plasm oskar mRNA localization" NARROW []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300853:synonym: "up regulation of pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300854:synonym: "up-regulation of pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300855:synonym: "upregulation of pole plasm oskar mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300856:is_a: GO:0007317 ! regulation of pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300857-is_a: GO:0048522 ! positive regulation of cellular process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300859-intersection_of: GO:0065007 ! biological regulation
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300860:intersection_of: positively_regulates GO:0045451 ! pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:300861:relationship: positively_regulates GO:0045451 ! pole plasm oskar mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-300862-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310658-id: GO:0046594
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:310659:name: maintenance of pole plasm mRNA location
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310660-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310662-def: "The process of maintaining mRNA in a specific location in the oocyte pole plasm. An example of this process is found in Drosophila melanogaster." [GOC:bf, GOC:dph, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:310663:synonym: "maintenance of oocyte pole plasm mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:310664:synonym: "maintenance of pole plasm mRNA localization" RELATED [GOC:dph, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310665-is_a: GO:0051237 ! maintenance of RNA location
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:310666:relationship: part_of GO:0019094 ! pole plasm mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310667-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310669-id: GO:0046595
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:310670:name: establishment of pole plasm mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310671-namespace: biological_process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310673-def: "Any process that results in the directed movement of mRNA to the oocyte pole plasm." [GOC:bf]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:310674:synonym: "establishment of oocyte pole plasm mRNA localization" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:310675:synonym: "establishment of pole plasm mRNA localisation" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310676-is_a: GO:0044699 ! single-organism process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310677-is_a: GO:0051236 ! establishment of RNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:310678:relationship: part_of GO:0019094 ! pole plasm mRNA localization
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-310679-
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-311831-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:311832:def: "An apical plasma membrane part that forms a narrow enfolded luminal membrane channel, lined with numerous microvilli, that appears to extend into the cytoplasm of the cell. A specialized network of intracellular canaliculi is a characteristic feature of parietal cells of the gastric mucosa in vertebrates." [GOC:mah, ISBN:0721662544, PMID:10700045]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-311833-is_a: GO:0044459 ! plasma membrane part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-312348-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:312349:def: "The directed movement of viral capsid proteins within the cytoplasm of the host cell." [ISBN:0781718325, PMID:11581394]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-312350-synonym: "cytoplasmic viral capsid transport" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-312754-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:312755:def: "The directed movement of intronless viral mRNA from the host nucleus to the cytoplasm for translation." [PMID:11598019]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-312756-synonym: "intronless viral mRNA export from host cell nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-312791-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:312792:def: "The process of moving the (often) incomplete virion to the cell surface in order to be released from the cell. Egress can involve travel through the endoplasmic reticulum or cytoplasm and will often include final maturation stages of the virion, but it occurs entirely within the cell." [GOC:rh1, ISBN:0781718325]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-312793-synonym: "movement of virus within host cell" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313105-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:313106:def: "Any process that stops, prevents, or reduces the frequency, rate or extent of the directed movement of substances between the cytoplasm and the nucleus." [GOC:bf]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313107-synonym: "down regulation of nucleocytoplasmic transport" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313192-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:313193:def: "Any process that modulates the frequency, rate or extent of movement of RNA from the cytoplasm to the nucleus." [GOC:bf]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313194-synonym: "regulation of RNA import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:313195:synonym: "regulation of RNA transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313196-synonym: "regulation of RNA-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313206-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:313207:def: "Any process that stops, prevents, or reduces the frequency, rate or extent of the movement of RNA from the cytoplasm into the nucleus." [GOC:bf]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313208-synonym: "down regulation of RNA import into nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313212-synonym: "negative regulation of RNA import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:313213:synonym: "negative regulation of RNA transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313214-synonym: "negative regulation of RNA-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313225-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:313226:def: "Any process that activates or increases the frequency, rate or extent of movement of RNA from the cytoplasm into the nucleus." [GOC:bf]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313227-synonym: "activation of RNA import into nucleus" NARROW []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313228-synonym: "positive regulation of RNA import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:313229:synonym: "positive regulation of RNA transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-313230-synonym: "positive regulation of RNA-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-334131-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:334132:def: "Cytoplasm situated near, or occurring around, the nucleus." [GOC:jid]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-334133-comment: Note that this term should not be confused with the cellular component term 'nuclear membrane lumen ; GO:0005641', which has the synonym 'perinuclear space'.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-357132-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:357133:def: "The cell cycle phase which follows anaphase during M phase of mitosis and meiosis and during which the chromosomes arrive at the poles of the cell and the division of the cytoplasm starts." [GOC:mtg_cell_cycle]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-357134-comment: Note that this term should not be used for direct annotation. If you are trying to make an annotation to x phase, it is likely that the correct process is 'regulation of x/y phase transition'.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359267-def: "Any process that increases the concentration of calcium ions in the cytosol that occurs as part of a PLC-activating G-protein coupled receptor signaling pathway. G-protein-activated PLC hydrolyses phosphatidylinositol-bisphosphate (PIP2) to release diacylglycerol (DAG) and inositol trisphosphate (IP3). IP3 then binds to calcium release channels in the endoplasmic reticulum (ER) to trigger calcium ion release into the cytosol." [GOC:ai, GOC:signaling]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:359268:synonym: "elevation of calcium ion concentration in cytoplasm during G-protein signaling, coupled to IP3 second messenger (phospholipase C activating)" BROAD []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359269-synonym: "elevation of calcium ion concentration in cytosol during G-protein signaling, coupled to IP3 second messenger (phospholipase C activating)" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359824-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:359825:def: "The directed movement of NFAT (nuclear factor of activated T cells) proteins, a family of transcription factors, from the cytoplasm into the nucleus. NFAT proteins are dephosphorylated in the cytoplasm by activated calcineurin, which leads to their translocation across the nuclear membrane." [PMID:11983154, PMID:15870113, PMID:15928679]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359826-synonym: "NFAT protein import into cell nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359828-synonym: "NFAT protein nucleus import" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:359829:synonym: "NFAT protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359830-synonym: "NFAT protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359836-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:359837:def: "Any process that modulates the frequency, rate or extent of the movement of an NFAT protein from the cytoplasm to the nucleus." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359838-synonym: "regulation of NFAT protein import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:359839:synonym: "regulation of NFAT protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359840-synonym: "regulation of NFAT protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359849-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:359850:def: "Any process that activates or increases the frequency, rate or extent of the movement of an NFAT protein from the cytoplasm to the nucleus." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359851-synonym: "activation of NFAT protein import into nucleus" NARROW []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359852-synonym: "positive regulation of NFAT protein import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:359853:synonym: "positive regulation of NFAT protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359854-synonym: "positive regulation of NFAT protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359868-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:359869:def: "Any process that stops, prevents, or reduces the frequency, rate or extent of the movement of an NFAT protein from the cytoplasm to the nucleus." [GOC:ai]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359870-synonym: "down regulation of NFAT protein import into nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359874-synonym: "negative regulation of NFAT protein import into cell nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:359875:synonym: "negative regulation of NFAT protein transport from cytoplasm to nucleus" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-359876-synonym: "negative regulation of NFAT protein-nucleus import" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-360165-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:360166:def: "Any process involved in the maintenance of an internal steady state of calcium ions within the cytoplasm of a cell or between mitochondria and their surroundings." [GOC:ai, GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-360167-synonym: "calcium ion homeostasis in mitochondria" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-377028-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:377029:def: "Organelle consisting of networks of 60nm tubules organized around the microtubule organizing centre in some cell types. They transport molecules (e.g., receptors, transporters, lipids) derived from endosomes, the Golgi apparatus, or the cytoplasm to the plasma membrane. Transported molecules may be recycled for reuse, or may be newly synthesized." [GOC:dph, GOC:jid, GOC:kmv, GOC:rph, PMID:10930469, PMID:15601896, PMID:16246101, PMID:21556374, PMID:21562044]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-377030-synonym: "endosome recycling compartment" RELATED [GOC:dph, PMID:12370264]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-378775-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:378776:def: "A process in which the extent of vascular smooth muscle contraction is reduced. Vascular smooth muscle relaxation is mediated via a decrease in the phosphorylation state of myosin light chain. This can be achieved by removal of calcium from the cytoplasm to the sarcoplasmic reticulum lumen through the action of Ca2+ ATPases leading to a decrease myosin light chain kinase activity, and through calcium-independent pathways leading to a increase in myosin light chain phosphatase activity." [GOC:dph, PMID:15867178, PMID:19996365]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-378777-synonym: "vascular smooth muscle relaxation" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-379337-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:379338:def: "The formation in a cell that has been targeted by a virus of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-379339-is_a: GO:0060142 ! regulation of syncytium formation by plasma membrane fusion
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-379345-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:379346:def: "The process in which a virus increases the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-379347-is_a: GO:0019054 ! modulation by virus of host process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-379354-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:379355:def: "Any process that modulates the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-379356-is_a: GO:0022603 ! regulation of anatomical structure morphogenesis
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-379366-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:379367:def: "Any process that increases the frequency, rate or extent of the formation of a syncytium, a mass of cytoplasm containing several nuclei enclosed within a single plasma membrane, by the fusion of the plasma membranes of two or more individual cells." [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-379368-is_a: GO:0048522 ! positive regulation of cellular process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-380870-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:380871:def: "Differentiated cytoplasm associated with a pole of an oocyte, egg or early embryo that will be inherited by the cells that will give rise to the germ line." [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-380872-xref: Wikipedia:Germ_plasm
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-381902-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:381903:def: "Any process that modulates the rate, frequency or extent of SMAD protein import into the nucleus, i.e. the directed movement of a SMAD proteins from the cytoplasm into the nucleus. Pathway-restricted SMAD proteins and common-partner SMAD proteins are involved in the transforming growth factor beta receptor signaling pathways." [GOC:BHF, GOC:dph, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-381904-synonym: "regulation of SMAD protein nuclear translocation" NARROW [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-381914-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:381915:def: "Any process that increases the rate, frequency or extent of SMAD protein import into the nucleus, i.e. the directed movement of a SMAD proteins from the cytoplasm into the nucleus. Pathway-restricted SMAD proteins and common-partner SMAD proteins are involved in the transforming growth factor beta receptor signaling pathways." [GOC:BHF, GOC:dph, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-381916-synonym: "positive regulation of SMAD protein nuclear translocation" NARROW [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-381927-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:381928:def: "Any process that decreases the rate, frequency or extent of SMAD protein import into the nucleus, i.e. the directed movement of a SMAD proteins from the cytoplasm into the nucleus. Pathway-restricted SMAD proteins and common-partner SMAD proteins are involved in the transforming growth factor beta receptor signaling pathways." [GOC:BHF, GOC:dph, GOC:tb]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-381929-synonym: "negative regulation of SMAD protein nuclear translocation" NARROW [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-382661-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:382662:def: "Any process that decreases the rate, frequency or extent of fertilization. Fertilization is the union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. It involves the fusion of the gametic nuclei (karyogamy) and cytoplasm (plasmogamy)." [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-382663-is_a: GO:2000242 ! negative regulation of reproductive process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-383084-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:383085:def: "The process in which a relatively unspecialized cell acquires specialized features of a Type I pneumocyte. A type I pneumocyte is a flattened cell with greatly attenuated cytoplasm and a paucity of organelles." [GOC:dph, GOC:mtg_lung, ISBN:0721662544]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-383086-synonym: "membranous pneumocyte differentiation" EXACT [GOC:dph, ISBN:0721662544]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-383094-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:383095:def: "The process in which a relatively unspecialized cell acquires specialized features of a Type II pneumocyte. A Type II pneumocyte is a surfactant secreting cell that contains abundant cytoplasm containing numerous lipid-rich multilamellar bodies." [GOC:dph, GOC:mtg_lung, ISBN:0721662544]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-383096-synonym: "granular pneumocyte differentiation" RELATED [GOC:dph, ISBN:0721662544]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-392813-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:392814:def: "The developmental process pertaining to the progression of the optic chiasm from its initial formation to the mature structure. The process begins when the pathfinding of the axons of the developing optic nerve cause some axons to cross at the midline of the brain and ends when the axons are mature." [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:392815:synonym: "optic chiasm development" EXACT [GOC:dph]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-392816-is_a: GO:0044767 ! single-organism developmental process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-395763-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:395764:def: "An inclusion body located in the cytoplasm that consists of polyhydroxyalkanoate (PHA) molecules and associated proteins, surrounded by a phospholipid monolayer; the proteins include PHA synthase, PHA depolymerase and 3HB-oligomer hydroxylase, phasins (PhaPs), which are thought to be the major structural proteins of the membrane surrounding the inclusion, and the regulator of phasin expression PhaR." [GOC:mah, PMID:15762612]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-395765-subset: gosubset_prok
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-398154-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:398155:def: "The process in which a relatively unspecialized cell acquires specialized features of a lens fiber cell, any of the elongated, tightly packed cells that make up the bulk of the mature lens in the camera-type eye. The cytoplasm of a lens fiber cell is devoid of most intracellular organelles including the cell nucleus, and contains primarily crystallins, a group of water-soluble proteins expressed in vary large quantities." [GOC:mah, PMID:7693735]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-398156-synonym: "lens fibre cell differentiation" EXACT [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-404289-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:404290:def: "The aggregation, arrangement and bonding together of a set of components to form a caveola. A caveola is a plasma membrane raft that forms a small pit, depression, or invagination that communicates with the outside of a cell and extends inward, indenting the cytoplasm and the cell membrane." [GOC:BHF, GOC:mah, GOC:vk, PMID:12633858]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-404291-synonym: "caveola formation" EXACT [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-404404-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:404405:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-404406-relationship: part_of GO:0016591 ! DNA-directed RNA polymerase II, holoenzyme
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-404433-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:404434:def: "A protein complex that contains the transforming acidic coiled coil (TACC) protein and the TOG protein (Mia1p/Alp7p and Alp14, respectively, in fission yeast), and is involved in microtubule array remodeling as cells progress through the cell cycle. The TACC/TOG complex is conserved in eukaryotes, associates with microtubules, and shuttles between the nucleus and the cytoplasm during interphase." [GOC:mah, GOC:vw, PMID:19606211]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-404435-is_a: GO:0043234 ! protein complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-405531-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:405532:def: "A cytoskeletal structure composed of filamentous protein that forms beneath the membrane of many cells or organelles, in the plane of cell or organelle division. Ring contraction is associated with centripetal growth of the membrane that divides the cytoplasm of the two daughter cells or organelles." [GOC:mah, ISBN:0123645859, ISBN:0792354923, PMID:10791428, PMID:17913889]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-405533-synonym: "constriction ring" RELATED [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408170-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408171:def: "A protein complex that consists of a homo- or heterodimer of members of a family of structurally related proteins that contain a conserved N-terminal region called the Rel homology domain (RHD). In the nucleus, NF-kappaB complexes act as transcription factors. In unstimulated cells, NF-kappaB dimers are sequestered in the cytoplasm by IkappaB monomers; signals that induce NF-kappaB activity cause degradation of IkappaB, allowing NF-kappaB dimers to translocate to the nucleus and induce gene expression." [ISBN:0849327946]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408172-is_a: GO:0043234 ! protein complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408263-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408264:def: "The directed movement of a ribonucleoprotein complex from the cytoplasm to the nucleus." [GOC:BHF, GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408265-synonym: "ribonucleoprotein complex import into cell nucleus" EXACT [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408267-synonym: "ribonucleoprotein complex targeting to nucleus" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408268:synonym: "ribonucleoprotein complex transport from cytoplasm to nucleus" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408269-synonym: "ribonucleoprotein import into nucleus" EXACT [GOC:rl]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408356-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408357:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408358-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408367-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408368:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408369-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408378-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408379:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408380-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408389-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408390:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408391-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408400-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408401:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408402-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408411-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408412:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408413-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408422-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408423:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408424-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408433-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:408434:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-408435-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-412363-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:412364:def: "Any process that modulates the frequency, rate or extent of the chemical reactions and pathways involving macromolecules by a mechanism that is mediated by DNA, is mitotically or meiotically heritable, or is stably self-propagated in the cytoplasm of a resting cell, and does not entail a change in DNA sequence." [GOC:mah, GOC:vw]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-412365-synonym: "DNA imprinting" EXACT [GOC:mah]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-412535-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:412536:def: "The directed movement from the nucleus to the cytoplasm of a tRNA that was previously exported to the cytoplasm and then imported back into the nucleus. The processes of primary tRNA export and secondary export (re-export) can be distinguished because in organisms in which tRNA splicing occurs in the cytoplasm, the export of a mature tRNA must occur by re-export." [GOC:mcc, PMID:17475781, PMID:20032305]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-412537-synonym: "tRNA reexport from nucleus" EXACT [GOC:mcc]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-413336-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:413337:def: "A ribonucleoprotein complex that is found in the cytoplasm of axons and dendrites, and transports translationally silenced mRNAs to dendritic synapses, where they are released and translated in response to specific exogenous stimuli." [GOC:BHF, GOC:go_curators, GOC:mah, PMID:19015237, PMID:20368989]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-413338-synonym: "neuronal RNA granule" NARROW []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-416015-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:416016:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-416017-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-416037-is_a: GO:0043234 ! protein complex
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:416038:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-416039-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-421582-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:421583:def: "Ascus cytoplasm that is not packaged into ascospores." [DOI:10.1016/S0953-7562(96)80057-8, GOC:mcc]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:421584:comment: Note that this term is an is_a child of 'cell part' because the epiplasm is extracellular to the spore (each of which is a cell) but within the ascus structure, and originated from cytoplasm.
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-421585-is_a: GO:0044464 ! cell part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423510-subset: gosubset_prok
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:423511:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423512-relationship: part_of GO:0044190 ! host cell mitochondrial envelope
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423522-synonym: "host endosome lumen" EXACT [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:423523:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423524-relationship: part_of GO:0044174 ! host cell endosome
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423594-def: "OBSOLETE. Any process in which a ligand-bound hormone receptor acts in the nucleus to stop, prevent, or reduce the frequency, rate or extent of transcription from an RNA polymerase II promoter." [GOC:mah]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:423595:comment: This term was made obsolete because it is unclear whether the term represents the action of the receptor or the entire process of transcription regulation. The term 'nuclear hormone receptor' is also misleading since many of these receptors reside in the cytoplasm until they are bound by a ligand.
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423596-is_obsolete: true
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423768-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:423769:def: "A membrane-bounded compartment that forms in the cytoplasm of virus-infected cells, in which virus assembly takes place." [GOC:BHF, PMID:20374631]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423770-synonym: "viral assembly site" RELATED [GOC:BHF]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423780-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:423781:def: "A membrane-bounded compartment that forms in the cytoplasm of the host cell, in which virus assembly takes place." [GOC:BHF, PMID:20374631]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423782-synonym: "host cell viral assembly site" RELATED [GOC:BHF]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423784-is_a: GO:0033648 ! host intracellular membrane-bounded organelle
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:423785:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-423786-created_by: midori
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-424601-synonym: "nucleoplasmic box H/ACA RNP pseudouridylase complex" EXACT [GOC:mah, GOC:vw, PMID:20227365]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:424602:is_a: GO:0044451 ! nucleoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-424603-is_a: GO:0072588 ! box H/ACA RNP complex
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427011-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:427012:def: "The process in which the host cells digest parts of their own cytoplasm during interaction with its symbiont. The host is defined as the larger of the organisms involved in a symbiotic interaction." [GOC:pamgo_curators]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427013-comment: Note that this term should be used to annotate gene products of host.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427321-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:427322:def: "The process in which cells digest parts of their own cytoplasm during a symbiotic interaction; allows for both recycling of macromolecular constituents under conditions of cellular stress and remodeling the intracellular structure for cell differentiation. The host is defined as the larger of the organisms involved in a symbiotic interaction." [GOC:pamgo_curators]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427323-comment: Note that this term should be used to annotate gene products of the organism involved in this process.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427333-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:427334:def: "The process in which symbiont cells digest parts of their own cytoplasm during interaction with its host. The host is defined as the larger of the organisms involved in a symbiotic interaction." [GOC:pamgo_curators]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427335-comment: Note that this term should be used to annotate gene products of symbiont.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427390-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:427391:def: "Any process in which the host organism modulates the frequency, rate or extent of receptor-mediated signal transduction in the symbiont. The receptor is defined as a protein on the cell membrane or within the cytoplasm or cell nucleus that binds to a specific molecule (a ligand) such as a neurotransmitter or a hormone or other substance, and initiates the cellular response to the ligand. The host is defined as the larger of the organisms involved in a symbiotic interaction." [GOC:pamgo_curators]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427392-comment: Note that this term is used to annotate gene products of the host. To annotate symbiont gene products, consider the biological process term "modulation by symbiont of host receptor-mediated signal transduction ; GO:0075109".
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427700-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:427701:def: "Any process in which the symbiont modulates the frequency, rate or extent of receptor-mediated signal transduction in the host organism. The receptor is defined as a protein on the cell membrane or within the cytoplasm or cell nucleus that binds to a specific molecule (a ligand) such as a neurotransmitter or a hormone or other substance, and initiates the cellular response to the ligand. The host is defined as the larger of the organisms involved in a symbiotic interaction." [GOC:pamgo_curators]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-427702-comment: Note that this term is used to annotate gene products of the symbiont. To annotate host gene products, consider the biological process term "modulation by host of symbiont receptor-mediated signal transduction ; GO:0075078".
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430098-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430099:def: "The uptake of a virus into a host cell that begins when material is taken up into plasma membrane caveolae which then pinch off to form endocytic caveolar carriers containing the virus. The caveolar carriers then deliver their viral content to early endosomes, and ends when the viral nucleic acid is released into the host cytoplasm when the viral membrane fuses with the endosomal membrane." [GOC:jl, VZ:992]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430100-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430110-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430111:def: "The uptake of a virus into a host cell that begins when material is taken up into plasma membrane caveolae which then pinch off to form endocytic caveolar carriers containing the virus. The caveolar carriers then deliver their viral content to early endosomes, and the process ends when viral nucleic acid is released into the host cytoplasm by induction of endosome membrane permeabilization triggered by an interaction between the host membrane and a membrane-penetration protein associated with the capsid." [GOC:jl, VZ:985]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430112-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430120-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430121:def: "The uptake of a virus into a host cell that begins by invagination of the host cell plasma membrane to form a macropinosome containing the virus within the host cell, and ends when the viral nucleic acid is released into the host cytoplasm when the viral membrane fuses with the macropinosome membrane." [GOC:jl, VZ:992]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430122-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430133-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430134:def: "The uptake of a virus into a host cell that begins by invagination of the host cell plasma membrane to form a macropinosome containing the virus within the host cell. The process ends when the viral nucleic acid or viral particle is released into the host cytoplasm by induction of macropinosome membrane permeabilization triggered by an interaction between the host membrane and a membrane-penetration protein associated with the capsid." [GOC:jl, VZ:985]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430135-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430207-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430208:def: "The uptake of a virus into a host cell that begins by invagination of the host cell plasma membrane to form a macropinosome containing the virus within the host cell. The process ends when the viral nucleic acid or viral particle is released into the host cytoplasm by viral-induced lysis of the macropinosome." [GOC:jl, VZ:984]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430209-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430242-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430243:def: "The uptake of a virus into a host cell that begins when material is taken up into plasma membrane caveolae which then pinch off to form endocytic caveolar carriers containing the virus. The caveolar carriers then deliver their viral content to early endosomes, and the process ends when viral nucleic acid is released into the host cytoplasm by viral-induced lysis of the endosome." [GOC:jl, VZ:976]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430244-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430252-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430253:def: "The uptake of a virus into a host cell that begins when material is taken up into plasma membrane caveolae which then pinch off to form endocytic caveolar carriers containing the virus. The caveolar carriers then deliver their viral content to early endosomes, and the process ends when viral nucleic acid is released into the host cytoplasm by its injection through the endosome membrane." [GOC:jl, VZ:976]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430254-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430262-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430263:def: "The uptake of a virus into a host cell that begins by invagination of a specific region of the host cell plasma membrane around the bound virus to form a clathrin-coated pit, which then pinches off to form a clathrin-coated endocytic vesicles containing the virus. The vesicle then delivers its viral content to early endosomes, and the process ends when viral nucleic acid is released into the host cytoplasm by viral-induced lysis of the endosome." [GOC:jl, VZ:957]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430264-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430272-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430273:def: "The uptake of a virus into a host cell that begins by invagination of a specific region of the host cell plasma membrane around the bound virus to form a clathrin-coated pit, which then pinches off to form a clathrin-coated endocytic vesicles containing the virus. The vesicle then delivers its viral content to early endosomes, and ends when the viral nucleic acid is released into the host cytoplasm when the viral membrane fuses with the endosomal membrane." [GOC:jl, VZ:957]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430274-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430284-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430285:def: "The uptake of a virus into a host cell that begins by invagination of a specific region of the host cell plasma membrane around the bound virus to form a clathrin-coated pit, which then pinches off to form a clathrin-coated endocytic vesicles containing the virus. The vesicle then delivers its viral content to early endosomes, and the process ends when viral nucleic acid is released into the host cytoplasm by induction of endosome membrane permeabilization triggered by an interaction between the host membrane and a membrane-penetration protein associated with the capsid." [GOC:jl, VZ:957]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430286-subset: virus_checked
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430294-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430295:def: "The directed movement of the viral genome or viral particle within the host cell cytoplasm along host microtubules. Microtubule-dependent transport involves motor proteins like dynein and kinesin and is mostly used by viruses that target their genomes to the nucleus." [VZ:983]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430296-xref: VZ:983
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430304-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430305:def: "The directed movement of the viral genome or viral particle within the host cell cytoplasm via the host's actin filaments. Actin-dependent transport is induced by viral proteins that interact with actin and/or host cell motor proteins like myosins or that promotes actin polymerization/depolymerization reactions." [UniProtKB-KW:KW-1178, VZ:991]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430306-xref: VZ:991 "Actin-dependent inwards viral transport"
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430418-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430419:def: "A process by which a virus establishes a latent state within its host as an episome, where the viral genome remains silent in the cytoplasm or nucleus as a circular structure." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430420-synonym: "establishment of circular plasmid latency" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430430-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430431:def: "A process by which a virus establishes a latent state within its host as an episome, where the viral genome remains silent in the cytoplasm or nucleus as linear structure." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430432-synonym: "establishment of latency as a linear plasmid" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430452-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430453:def: "The uptake of a virus into a host cell that begins by invagination of a specific region of the host cell plasma membrane around the bound virus to form a clathrin-coated pit, which then pinches off to form a clathrin-coated endocytic vesicles containing the virus. The vesicle then delivers its viral content to early endosomes, and the process ends when the viral nucleic acid is released into the host cytoplasm by its injection through the endosome membrane." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430454-comment: This term is pending obsoletion because it doesn't reflect a valid process.
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430481-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:430482:def: "A process by which a virus establishes a latent state within its host as an episome, where the viral genome remains silent in the cytoplasm or nucleus as a distinct genetic entity." [GOC:jl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-430483-synonym: "establishment as a plasmid prophage" NARROW []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-432051-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:432052:def: "Any process that modulates the rate, frequency or extent of fertilization. Fertilization is the union of gametes of opposite sexes during the process of sexual reproduction to form a zygote. It involves the fusion of the gametic nuclei (karyogamy) and cytoplasm (plasmogamy)." [GOC:DHL, PMID:20478994]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-432053-is_a: GO:2000241 ! regulation of reproductive process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-432724-synonym: "TVN" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:432725:is_a: GO:0033655 ! host cell cytoplasm part
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-432726-is_a: GO:0043264 ! extracellular non-membrane-bounded organelle
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-435005-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:435006:def: "A process in which the extent of muscle contraction is reduced. Muscle relaxation can involve a number of processes including the removal of calcium from the cytoplasm to the sarcoplasmic reticulum lumen through the action of Ca2+ ATPases. In some muscles, calcium-independent pathways also play a role in muscle relaxation by decreasing the phosphorylation state of myosin light chain." [GOC:rl, PMID:19996365]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-435007-is_a: GO:0003012 ! muscle system process
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-435014-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:435015:def: "A process in which the extent of skeletal muscle tissue contraction is reduced. Muscle relaxation involves the removal of calcium from the cytoplasm to the sarcoplasmic reticulum lumen through the action of Ca2+ ATPases." [GOC:rl]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-435016-is_a: GO:0090075 ! relaxation of muscle
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-441368-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:441369:def: "A protein complex that consists of two interferon regulatory proteins (IRFs); may be homodimeric or heterodimeric. The activation of a latent closed conformation of IRF in the cytoplasm is triggered by phosphorylation of Ser/Thr residues in a C-terminal region. Phosphorylation stimulates the C-terminal autoinhibitory domain to attain a highly extended conformation triggering dimerization through extensive contacts to a second subunit." [GOC:cna, PMID:20043992]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-441370-synonym: "IRF complex" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-442602-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:442603:def: "A fragment containing parts of a dying cell. Apoptotic bodies can be formed during the execution phase of the apoptotic process, when the cell's cytoskeleton breaks up and causes the membrane to bulge outward. These bulges may separate from the cell, taking a portion of cytoplasm with them, to become apoptotic bodies. These are then engulfed by phagocytic cells, and their components recycled." [GOC:mtg_apoptosis, http://en.wikipedia.org/wiki/Apoptosis, http://en.wikipedia.org/wiki/Bleb_(cell_biology)]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-442604-is_a: GO:0044421 ! extracellular region part
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-444405-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:444406:def: "A heterooligomeric protein complex that spans the bacterial periplasm and enables the secretion of adhesin proteins in Gram-negative bacteria. In Citrobacter rodentium, Salmonella enterica and Escherichia coli, the TAM complex consists of an Omp85-family protein, TamA, in the outer membrane and TamB in the inner membrane." [GOC:am, PMID:22466966]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-444407-synonym: "translocation and assembly module protein complex" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-445024-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:445025:def: "Cellular inclusion consisting of circular areas filled with fine slender filaments about 10 nanometers in diameter, delimited by a wall of varying complexity (either a single continuous membrane or a tubular network consisting of a fine filamentous material giving the wall a honeycomb appearance). Fibrillary inclusions are found in the cytoplasm of giant cells of Dieters in the lateral vestibular nucleus of the rat; similar structures have been described in the ventral cochlear nucleus, spinal cord, and substantia nigra." [NIF_Subcellular:sao967812059]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-445026-is_a: GO:0016234 ! inclusion body
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-445127-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:445128:def: "Intracellular mass of paired, helically wound protein filaments (also called PHF) lying in the cytoplasm of neuronal cell bodies and neuritic cell processes. Neurofibrillary tangles contain an abnormally phosphorylated form of a microtubule-associated protein, tau. The shape of these inclusions may resemble a flame or a star." [NIF_Subcellular:nlx_subcell_20090201, NIF_Subcellular:nlx_subcell_20090202, NIF_Subcellular:sao2409833926]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-445129-synonym: "flame-shaped neurofibrillary tangle" NARROW []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-445406-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:445407:def: "Electron dense projection extending from the cytomatrix into the cytoplasm on which synaptic vesicles are tethered." [NIF_Subcellular:sao494258938, PMID:15381754]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-445408-synonym: "active zone dense projection" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-484041-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:484042:def: "Any process that stops, prevents, or reduces the frequency, rate or extent of the movement of proteins from the cytoplasm into the nucleus, and that occurs as part of the mitotic cell cycle spindle assembly checkpoint. In S. cerevisiae, this process involves inhibition of the karyopherin/importin Kap121p (also known as Pse1p), which acts as the specific nuclear import receptor for several proteins, including Glc7p. Glc7p functions in opposition to key spindle assembly checkpoint protein Aurora kinase (Ipl1p)." [GOC:dgf, GOC:TermGenie, PMID:23177738]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-484043-synonym: "down regulation of protein import into nucleus involved in Mad2-dependent checkpoint" NARROW [GOC:TermGenie]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-484063-synonym: "negative regulation of protein import into nucleus involved in negative regulation of mitotic metaphase/anaphase transition by spindle assembly checkpoint" EXACT [GOC:TermGenie]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:484064:synonym: "negative regulation of protein transport from cytoplasm to nucleus involved in Mad2-dependent checkpoint" NARROW [GOC:TermGenie]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:484065:synonym: "negative regulation of protein transport from cytoplasm to nucleus involved in mitotic cell cycle spindle assembly checkpoint" EXACT [GOC:TermGenie]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:484066:synonym: "negative regulation of protein transport from cytoplasm to nucleus involved in negative regulation of mitotic metaphase/anaphase transition by spindle assembly checkpoint" EXACT [GOC:TermGenie]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-484067-synonym: "negative regulation of protein-nucleus import involved in Mad2-dependent checkpoint" NARROW [GOC:TermGenie]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-491081-namespace: biological_process
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:491082:def: "The directed movement of an RNA polymerase III complex from the cytoplasm to the nucleus." [GOC:mcc, PMID:23267056]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-491083-synonym: "DNA-directed RNA polymerase III complex import into nucleus" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-491467-namespace: cellular_component
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:491468:def: "Protein complex facilitating ATP-dependent maltose transport through inner cell membrane (periplasm to cytoplasm) in Gram-negative bacteria. In E. coli the system is composed of a periplasmic maltose-binding protein (MBP), two integral membrane proteins, MalF and MalG, and two copies of the cytoplasmic ATP-binding cassette MalK." [PMID:18033289]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-491469-synonym: "maltose ABC transporter complex" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-508987-def: "Any process that modulates the frequency, rate or extent of CVT pathway." [GOC:obol]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo:508988:synonym: "regulation of cytoplasm to vacuole targeting" EXACT [GOC:obol]
emboss-6.6.0+dfsg/emboss/data/OBO/go.obo-508989-synonym: "regulation of cytoplasm-to-vacuole targeting" EXACT [GOC:obol]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-4733-name: dicyclomine hydrochloride
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo:4734:def: "The hydrochloride salt of dicyclomine. An anticholinergic, it is used to treat or prevent spasm in the muscles of the gastrointestinal tract, particularly that associated with irritable bowel syndrome." []
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-4735-synonym: "dicyclomine HCl" RELATED [ChemIDplus:]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-9603-name: aclidinium bromide
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo:9604:def: "A quaternary ammonium salt that is the bromide salt of aclidinium. A muscarinic acetylcholine M3 receptor antagonist, for the long-term maintenance treatment of bronchospasm associated with chronic obstructive pulmonary disease (COPD)." []
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-9605-synonym: "aclidinium bromide" RELATED INN [KEGG DRUG:]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-26163-name: bitolterol mesylate
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo:26164:def: "The methanesulfonate salt of bitolterol. A beta2-adrenergic receptor agonist, it is used for relief of bronchospasm in conditions such as asthma, chronic bronchitis and emphysema." []
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-26165-synonym: "4-[2-(tert-butylamino)-1-hydroxyethyl]benzene-1,2-diyl bis(4-methylbenzoate) mesylate" RELATED [ChEBI:]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-104666-name: aclidinium
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo:104667:def: "A carboxylic ester obtained by formal condensation between the carboxy group of 2-hydroxy(di-2-thienyl)acetic acid and the hydroxy group of N-(3-phenoxypropyl)-3-quinuclidinol. Used as its bromide salt for the long-term maintenance treatment of bronchospasm associated with chronic obstructive pulmonary disease (COPD)." []
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-104668-synonym: "(3R)-3-[2-hydroxy(di-2-thienyl)acetoxy]-1-(3-phenoxypropyl)-1-azoniabicyclo[2.2.2]octane" EXACT IUPAC_NAME [IUPAC:]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-131812-alt_id: CHEBI:265774
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo:131813:def: "The ester resulting from the formal condensation of 1-cyclohexylcyclohexanecarboxylic acid with 2-(diethylamino)ethanol. An anticholinergic, it is used as the hydrochloride to treat or prevent spasm in the muscles of the gastrointestinal tract, particularly that associated with irritable bowel syndrome." []
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-131814-synonym: "dicicloverina" RELATED INN [ChemIDplus:]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-145204-name: bitolterol
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo:145205:def: "The di-4-toluate ester of (+-)-N-tert-butylnoradrenaline (colterol). A pro-drug for colterol, a beta2-adrenergic receptor agonist, bitolterol is used as its methanesulfonate salt for relief of bronchospasm in conditions such as asthma, chronic bronchitis and emphysema." []
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-145206-synonym: "4-[2-(tert-butylamino)-1-hydroxyethyl]-o-phenylene di-p-toluate" RELATED [ChEBI:]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-612936-alt_id: CHEBI:3722
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo:612937:def: "A platinum-containing anticancer drug that interacts with, and forms cross-links between, DNA and proteins. It is used as a neoplasm inhibitor to treat solid tumours, primarily of the testis and ovary." []
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-612938-synonym: "Briplatin" RELATED BRAND_NAME [ChemIDplus:]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-633671-name: muscle relaxant
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo:633672:def: "A drug used to produce muscle relaxation (excepting neuromuscular blocking agents). Its primary clinical and therapeutic use is the treatment of muscle spasm and immobility associated with strains, sprains, and injuries of the back and, to a lesser degree, injuries to the neck. Also used for the treatment of a variety of clinical conditions that have in common only the presence of skeletal muscle hyperactivity, for example, the muscle spasms that can occur in multiple sclerosis." []
emboss-6.6.0+dfsg/emboss/data/OBO/chebi.obo-633673-synonym: "muscle relaxants" RELATED [ChEBI:]
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-1858-name: protein folding pathway
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:1859:def: "Those reactions and molecular interactions underlying the folding of a protein into its functional three-dimensional structure. Folding takes place in the cytoplasm and, in the case of secreted proteins, in the endoplasmic reticulum. Proteins are checked (quality control) for proper folding and misfolded proteins are targeted for degradation." [Gene Ontology:GO\:0006457, MCW e-journals:Current Opinions in Cell Biology]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-1860-is_a: PW:0000181 ! pathway pertinent to protein folding, sorting, modification, translocation and degradation
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-2168-name: nuclear factor of activated T-cells signaling pathway
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:2169:def: "Members of the NFAT family of transcription factors, once de-phosphorylated by calcineurin translocate from the cytoplasm to the nucleus where they induce the transcription of genes involved in the immune response, cell-cell interactions. NFAT signaling is believed to play important roles in the development and function of the cardiovascular system." [Gene Ontology:GO\:0033173, pUBmED:PMID\: 11983154 \,PMID\: 12975316]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-2170-synonym: "NFAT signaling pathway" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4082-def: "Cancer, or malignant neoplasm, represents a category of diseases characterized by uncontrolled cell growth and avoidance of apoptosis, invasion and metastasis.  Deregulation of many pathways - signaling, regulatory, metabolic and combination of them, have been implicated in susceptibility to or development of these conditions. Generally, cancer is classified according to the tissue or organ affected." [PubMed:PMID\: 10647931]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4083:synonym: "neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4084-is_a: PW:0000013 ! disease pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4097-def: "Ovarian cancer is a leading cause of cancer deaths in women. Several susceptibility genes have been identified and they have a role to play in pathways involved in or regulating proliferation, DNA repair and apoptosis." [PubMed:PMID\:12413930; PMID\:12886939;  PMID\:15111296]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4098:synonym: "ovarian neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4099-is_a: PW:0000606 ! urogenital cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4104-def: "Cervical cancer affects the cervical area and human papilloma virus (HPV) infection plays a major role in the pathogenesis of the condition. A number of HPV proteins interact with and affect the function of several host proteins that play a role in apoptoptic pathway and/or those involved in cell proliferation." [PubMed:PMID\:10471054; PMID\:11486705]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4105:synonym: "cervical neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4106-is_a: PW:0000606 ! urogenital cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4112-synonym: "KEGG:05215" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4113:synonym: "prostate neoplasm pathway" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4114-is_a: PW:0000606 ! urogenital cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4119-def: "Bladder cancer groups several types of malignant tumors of the urinary bladder. It is more prevalent in men than in women and combines both risk factors such as tobacco and exposure to certain carcinogens and genetic factors. Mutations in genes involved in a number of signaling pathways have been implicated in the development of these conditions." [KEGG:map05219, PubMed:PMID\:17158541; PMID\:16474624]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4120:synonym: "bladder neoplasm pathway" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4121-synonym: "KEGG:05219" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4127-def: "Endometrial cancer affects the lining of the uterus, or endometrium. Hormonal and genetic alterations play a role in the development of this carcinoma type. Mutations in genes acting in several pathways have been associated with the condition and its types." [KEGG:map05213, PubMed:PMID\:12583434; PMID\:15947972; PMID\:16508724]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4128:synonym: "endometrial neoplasm pathway" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4129-synonym: "KEGG:05213" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4135-def: "Colorectal cancer are malignant tumors of the colon and rectum. Both risk factors usually relating to life style such as physical exercise or use of tobacco and genetics contribute to the development of the condition. Mutations in the components of canonical Wnt and Smad-dependent TGF-beta signaling and of DNA mismatch repair pathways  have been associated with the pathogenesis of colorectal cancer pathway." [KEGG:map05210, OneLook:www.onelook.com]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4136:synonym: "colorectal neoplasm pathway" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4137-synonym: "KEGG:05210" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4231-name: breast cancer pathway
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4232:def: "Breast cancer or neoplasm is the most common cancer among women and the second worldwide after lung cancer. Deregulated pathways such estrogen or PI3K-Akt signaling have been implicated in breast cancer. In many cases, the disease is estrogen-dependent and it is possible that dysregulation of miRNA may correlate with the expression of estrogen receptor. Mutations in a number of other genes such as Brca1, 2 and 3 or p53 have also been associated with breast cancer." [OMIM:OMIM\:114480, PubMed:PMID\: 17275086\, 20739888]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4233-synonym: "breast neoplasm" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4239-def: "A general term grouping neoplastic pathways of the biliary tract, liver, pancreas and the gastrointestinal system." [MeSH\, OMIM:]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4240:synonym: "digestive system neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4241:synonym: "gastrointestinal neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4242-is_a: PW:0000605 ! cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4248-synonym: "KEGG:05212" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4249:synonym: "pancreatic neoplasm pathway" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4250-is_a: PW:0000625 ! digestive system cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4256-def: "A general term grouping neoplastic pathways of the esophagus, gastric or stomach and intestinal system." [OMIM\, MeSH:]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4257:synonym: "gastrointestinal neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4258-is_a: PW:0000625 ! digestive system cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4262-name: intestinal cancer pathway
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4263:synonym: "intestinal neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4264-is_a: PW:0000627 ! gastrointestinal cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4269-def: "Gastric cancer is the forth most common form of cancer worldwide and has a high death rate. Deregulated pathways, such as Wnt, PI3K-Akt or RAF/MEK/ERK, have been implicated in the development of gastric cancer." [PubMeD:PMID\: 17203201]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4270:synonym: "gastric neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4271-synonym: "stomach cancer pathway" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4279-synonym: "hepatic cancer pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4280:synonym: "hepatic neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4281:synonym: "liver neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4282-is_a: PW:0000625 ! digestive system cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4287-def: "A general term grouping neoplastic pathways of the upper aerodigestive system. Deregulated pathways, such as TGF-B, PI3K-Akt or epidermal growth factor (EGF) signaling, have been implicated in the of head and neck cancer." [OMIM\, MeSH\, PUbMed:PMID\: 18662538]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4288:synonym: "head and neck neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4289-is_a: PW:0000605 ! cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4293-name: bone cancer pathway
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4294:synonym: "bone neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4295-is_a: PW:0000605 ! cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4300-synonym: "<new synonym>" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4301:synonym: "skin neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4302-is_a: PW:0000605 ! cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4764-synonym: "KEGG:05216" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4765:synonym: "thyroid neoplasm pathway" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4766-is_a: PW:0000631 ! head and neck cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4782-synonym: "<new synonym>" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4783:synonym: "endocrine gland neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4784-is_a: PW:0000605 ! cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4790-name: thoracic cancer pathway
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4791:synonym: "thoracic neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4792-is_a: PW:0000605 ! cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4798-name: respiratory tract cancer pathway
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4799:synonym: "respiratory tract neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4800-is_a: PW:0000701 ! thoracic cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4807-def: "Lung cancer is one of the most common cause of cancer-related death in men but also very common in women. The main types are represented by small cell and non-small cell lung carcinomas. The former tends to respond better to chemotherapy; the latter is at times treated surgically." [OneLook:www.onelook.com]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4808:synonym: "lung neoplasm pathway" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4809-is_a: PW:0000702 ! respiratory tract cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4818-synonym: "SCLC pathway" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4819:synonym: "small cell lung neoplasm pathway" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4820-is_a: PW:0000703 ! lung cancer pathway
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4828-synonym: "KEGG:05223" RELATED []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:4829:synonym: "non-small cell lung neoplasm pathway" EXACT []
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-4830-synonym: "NSCLC pathway" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-8769-name: RNA transport pathway
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo:8770:def: "The pathway thereby various RNA molecules synthesized in the nucleus are exported to the cytoplasm to be further processed such as the protein-coding mRNA or to fulfill particular functions." [PubMed:PMID\: 21776079\, 15519698]
emboss-6.6.0+dfsg/emboss/data/OBO/pathway.obo-8771-synonym: "KEGG:03013" RELATED []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/so.obo-118-name: scRNA_primary_transcript
emboss-6.6.0+dfsg/emboss/data/OBO/so.obo:119:def: "The primary transcript of any one of several small cytoplasmic RNA molecules present in the cytoplasm and sometimes nucleus of a eukaryote." [http://www.ebi.ac.uk/embl/WebFeat/align/scRNA_s.html]
emboss-6.6.0+dfsg/emboss/data/OBO/so.obo-120-synonym: "scRNA primary transcript" EXACT []
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-338-	@list='$(dist_obo_DATA)'; test -n "$(obodir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in:339:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-340-	dir='$(DESTDIR)$(obodir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-350-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in:351:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in:352:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-353-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-364-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in:365:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/OBO/Makefile.in-366-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-330-	@list='$(dist_rebase_DATA)'; test -n "$(rebasedir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-332-	dir='$(DESTDIR)$(rebasedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/REBASE/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/Efeatures.gff3-829-# Any one of several small cytoplasmic RNA moleculespresent in the
emboss-6.6.0+dfsg/emboss/data/Efeatures.gff3:830:# cytoplasm and sometimes nucleus of a eukaryote.
emboss-6.6.0+dfsg/emboss/data/Efeatures.gff3-831-
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-330-	@list='$(dist_jasparpbmhlh_DATA)'; test -n "$(jasparpbmhlhdir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-332-	dir='$(DESTDIR)$(jasparpbmhlhdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HLH/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-330-	@list='$(dist_jasparphylofacts_DATA)'; test -n "$(jasparphylofactsdir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-332-	dir='$(DESTDIR)$(jasparphylofactsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PHYLOFACTS/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/DRCAT.dat-3281-ID      GRIN
emboss-6.6.0+dfsg/emboss/data/DRCAT.dat:3282:Name    Germplasm Resources Information Network (GRIN)
emboss-6.6.0+dfsg/emboss/data/DRCAT.dat:3283:Desc    GRIN taxonomic data provide the structure and nomenclature for accessions of the National Plant Germplasm System (NPGS). All families and genera of vascular plants and species from throughout the world are represented, especially economic plants and their relatives. Information on scientific and common names, classification, distribution, references, and economic impacts are provided.
emboss-6.6.0+dfsg/emboss/data/DRCAT.dat-3284-URL     http://www.ars-grin.gov/cgi-bin/npgs/html/index.pl
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-330-	@list='$(dist_jasparcore_DATA)'; test -n "$(jasparcoredir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-332-	dir='$(DESTDIR)$(jasparcoredir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CORE/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-584-	@list='$(dist_codons_DATA)'; test -n "$(codonsdir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in:585:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-586-	dir='$(DESTDIR)$(codonsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-596-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in:597:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in:598:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-599-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-610-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in:611:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/CODONS/Makefile.in-612-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-299-69	|	Lysobacter enzymogenes Christensen and Cook 1978	|		|	authority	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp:300:69	|	UASM 495	|		|	type material	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-301-71	|	Simonsiella	|		|	scientific name	|
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-6852-995	|	Solitalea canadensis (Christensen 1980) Weon et al. 2009	|		|	authority	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp:6853:995	|	UASM 9D	|		|	type material	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-6854-995	|	[Flexibacter] canadensis	|		|	synonym	|
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-148206-84531	|	Lysobacter sp. DWu175	|		|	includes	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp:148207:84531	|	UASM 3C	|		|	type material	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-148208-84532	|	Oscillatoria sp. NKBG091600	|		|	scientific name	|
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-402816-262323	|	Lysobacter brunescens Christensen and Cook 1978	|		|	synonym	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp:402817:262323	|	UASM D	|		|	type material	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-402818-262324	|	ATCC 29489	|		|	type material	|
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-402823-262324	|	Lysobacter sp. OeWu101	|		|	includes	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp:402824:262324	|	UASM 402	|		|	type material	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-402825-262325	|	DSM 16239	|		|	type material	|
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-430617-284984	|	Stichococcus sp. MBIC10465	|		|	scientific name	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp:430618:284986	|	Macrosoma sp. UASM #FSb983	|		|	scientific name	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-430619-284987	|	Papilio erithonioides	|		|	scientific name	|
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-1393205-1195238	|	Cloning vector GST-SBP	|		|	scientific name	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp:1393206:1195239	|	Cloning vector ASM	|		|	scientific name	|
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/names.dmp-1393207-1195240	|	Cloning vector AN	|		|	scientific name	|
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-330-	@list='$(dist_taxonomy_DATA)'; test -n "$(taxonomydir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-332-	dir='$(DESTDIR)$(taxonomydir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/TAXONOMY/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-330-	@list='$(dist_prosite_DATA)'; test -n "$(prositedir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-332-	dir='$(DESTDIR)$(prositedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/PROSITE/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/Efeatures.embl-1157-# small cytoplasmic RNA; any one of several small cytoplasmic RNA
emboss-6.6.0+dfsg/emboss/data/Efeatures.embl:1158:# molecules present in the cytoplasm and (sometimes) nucleus of a
emboss-6.6.0+dfsg/emboss/data/Efeatures.embl-1159-# eukaryote;
##############################################
emboss-6.6.0+dfsg/emboss/data/Efeatures.embl-1161-# SO: Any one of several small cytoplasmic RNA moleculespresent in the
emboss-6.6.0+dfsg/emboss/data/Efeatures.embl:1162:# cytoplasm and sometimes nucleus of a eukaryote.
emboss-6.6.0+dfsg/emboss/data/Efeatures.embl-1163-
##############################################
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-330-	@list='$(dist_prints_DATA)'; test -n "$(printsdir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-332-	dir='$(DESTDIR)$(printsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/PRINTS/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-330-	@list='$(dist_jasparpbm_DATA)'; test -n "$(jasparpbmdir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-332-	dir='$(DESTDIR)$(jasparpbmdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/Ehet.dat-15509-//
emboss-6.6.0+dfsg/emboss/data/Ehet.dat:15510:ID   ASM
emboss-6.6.0+dfsg/emboss/data/Ehet.dat-15511-DE   2-AMINO-4-OXO-4(1H-PYRROL-1-YL)BUTANOIC ACID
##############################################
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-330-	@list='$(dist_aaindex_DATA)'; test -n "$(aaindexdir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-332-	dir='$(DESTDIR)$(aaindexdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/AAINDEX/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-330-	@list='$(dist_jasparpolii_DATA)'; test -n "$(jasparpoliidir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-332-	dir='$(DESTDIR)$(jasparpoliidir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_POLII/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-330-	@list='$(dist_jasparpbmhomeo_DATA)'; test -n "$(jasparpbmhomeodir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-332-	dir='$(DESTDIR)$(jasparpbmhomeodir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_PBM_HOMEO/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-78-  esac
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-330-	@list='$(dist_jasparcne_DATA)'; test -n "$(jasparcnedir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-332-	dir='$(DESTDIR)$(jasparcnedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/JASPAR_CNE/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/data/sofa.obo-69-name: scRNA
emboss-6.6.0+dfsg/emboss/data/sofa.obo:70:def: "Any one of several small cytoplasmic RNA molecules present in the cytoplasm and sometimes nucleus of a Eukaryote." [http://www.ebi.ac.uk/embl/WebFeat/align/scRNA_s.html]
emboss-6.6.0+dfsg/emboss/data/sofa.obo-71-subset: SOFA
##############################################
emboss-6.6.0+dfsg/emboss/data/Makefile.in-85-  esac
emboss-6.6.0+dfsg/emboss/data/Makefile.in:86:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/data/Makefile.in-87-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:88:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-89-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-90-  esac;
emboss-6.6.0+dfsg/emboss/data/Makefile.in:91:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/data/Makefile.in-92-am__install_max = 40
emboss-6.6.0+dfsg/emboss/data/Makefile.in-93-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:94:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/data/Makefile.in-95-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/data/Makefile.in-130-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:131:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-132-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-133-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:134:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:135:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-136-      else \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:137:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-138-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:139:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-140-        else \
##############################################
emboss-6.6.0+dfsg/emboss/data/Makefile.in-145-    fi; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:146:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-147-  done; \
##############################################
emboss-6.6.0+dfsg/emboss/data/Makefile.in-565-	@list='$(dist_embossdata_DATA)'; test -n "$(embossdatadir)" || list=; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:566:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-567-	dir='$(DESTDIR)$(embossdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/data/Makefile.in-583-	dot_seen=no; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:584:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-585-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/emboss/data/Makefile.in-673-GTAGS:
emboss-6.6.0+dfsg/emboss/data/Makefile.in:674:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-675-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/emboss/data/Makefile.in-695-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/data/Makefile.in:696:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:697:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-698-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/data/Makefile.in-709-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/data/Makefile.in:710:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/data/Makefile.in-711-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-2981-  esac
emboss-6.6.0+dfsg/emboss/Makefile.in:2982:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/emboss/Makefile.in-2983-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/emboss/Makefile.in:2984:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/emboss/Makefile.in-2985-    *) f=$$p;; \
emboss-6.6.0+dfsg/emboss/Makefile.in-2986-  esac;
emboss-6.6.0+dfsg/emboss/Makefile.in:2987:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/emboss/Makefile.in-2988-am__install_max = 40
emboss-6.6.0+dfsg/emboss/Makefile.in-2989-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/emboss/Makefile.in:2990:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/emboss/Makefile.in-2991-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-3025-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/emboss/Makefile.in:3026:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-3027-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/emboss/Makefile.in-3028-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/emboss/Makefile.in:3029:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/emboss/Makefile.in:3030:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-3031-      else \
emboss-6.6.0+dfsg/emboss/Makefile.in:3032:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-3033-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/emboss/Makefile.in:3034:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-3035-        else \
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-3040-    fi; \
emboss-6.6.0+dfsg/emboss/Makefile.in:3041:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-3042-  done; \
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-3614-	test -n "$(EXEEXT)" || exit 0; \
emboss-6.6.0+dfsg/emboss/Makefile.in:3615:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-3616-	echo " rm -f" $$list; \
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-3623-	test -n "$(EXEEXT)" || exit 0; \
emboss-6.6.0+dfsg/emboss/Makefile.in:3624:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-3625-	echo " rm -f" $$list; \
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-4846-.c.obj:
emboss-6.6.0+dfsg/emboss/Makefile.in:4847:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/emboss/Makefile.in-4848-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-4850-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/emboss/Makefile.in:4851:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/emboss/Makefile.in-4852-
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-4883-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/emboss/Makefile.in:4884:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-4885-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-4901-	dot_seen=no; \
emboss-6.6.0+dfsg/emboss/Makefile.in:4902:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-4903-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-4991-GTAGS:
emboss-6.6.0+dfsg/emboss/Makefile.in:4992:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/emboss/Makefile.in-4993-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-5013-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/emboss/Makefile.in:5014:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/Makefile.in:5015:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-5016-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/emboss/Makefile.in-5027-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/emboss/Makefile.in:5028:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/emboss/Makefile.in-5029-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/manuals/Makefile-77-  esac
emboss-6.6.0+dfsg/doc/manuals/Makefile:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/doc/manuals/Makefile-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/doc/manuals/Makefile:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/doc/manuals/Makefile-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/doc/manuals/Makefile-82-  esac;
emboss-6.6.0+dfsg/doc/manuals/Makefile:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/doc/manuals/Makefile-84-am__install_max = 40
emboss-6.6.0+dfsg/doc/manuals/Makefile-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/doc/manuals/Makefile:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/doc/manuals/Makefile-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/doc/manuals/Makefile-345-	@list='$(manuals_DATA)'; test -n "$(manualsdir)" || list=; \
emboss-6.6.0+dfsg/doc/manuals/Makefile:346:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/manuals/Makefile-347-	dir='$(DESTDIR)$(manualsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/manuals/Makefile-357-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/manuals/Makefile:358:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/manuals/Makefile:359:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/manuals/Makefile-360-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/manuals/Makefile-371-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/manuals/Makefile:372:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/manuals/Makefile-373-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-77-  esac
emboss-6.6.0+dfsg/doc/manuals/Makefile.in:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-82-  esac;
emboss-6.6.0+dfsg/doc/manuals/Makefile.in:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-84-am__install_max = 40
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-345-	@list='$(manuals_DATA)'; test -n "$(manualsdir)" || list=; \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in:346:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-347-	dir='$(DESTDIR)$(manualsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-357-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/manuals/Makefile.in:358:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in:359:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-360-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-371-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in:372:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/manuals/Makefile.in-373-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/programs/master/emboss/apps/nthseq.html-108-$count=1;
emboss-6.6.0+dfsg/doc/programs/master/emboss/apps/nthseq.html:109:@list = `infoseq $ARGV[0] -auto -only -name`;
emboss-6.6.0+dfsg/doc/programs/master/emboss/apps/nthseq.html-110-while ($count &lt;= $#list+1) {
emboss-6.6.0+dfsg/doc/programs/master/emboss/apps/nthseq.html:111:  system("nthseq -auto $ARGV[0] -n $count $ARGV[1]-$count.seq");
emboss-6.6.0+dfsg/doc/programs/master/emboss/apps/nthseq.html-112-  $count++;
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile-77-  esac
emboss-6.6.0+dfsg/doc/programs/text/Makefile:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/doc/programs/text/Makefile-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/doc/programs/text/Makefile:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile-82-  esac;
emboss-6.6.0+dfsg/doc/programs/text/Makefile:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/doc/programs/text/Makefile-84-am__install_max = 40
emboss-6.6.0+dfsg/doc/programs/text/Makefile-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/doc/programs/text/Makefile:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/doc/programs/text/Makefile-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile-595-	@list='$(eprograms1_DATA)'; test -n "$(eprograms1dir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile:596:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile-597-	dir='$(DESTDIR)$(eprograms1dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile-616-	@list='$(eprograms2_DATA)'; test -n "$(eprograms2dir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile:617:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile-618-	dir='$(DESTDIR)$(eprograms2dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile-628-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/programs/text/Makefile:629:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile:630:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile-631-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile-642-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/programs/text/Makefile:643:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile-644-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/programs/text/nthseq.txt-226-$count=1;
emboss-6.6.0+dfsg/doc/programs/text/nthseq.txt:227:@list = `infoseq $ARGV[0] -auto -only -name`;
emboss-6.6.0+dfsg/doc/programs/text/nthseq.txt-228-while ($count <= $#list+1) {
emboss-6.6.0+dfsg/doc/programs/text/nthseq.txt:229:  system("nthseq -auto $ARGV[0] -n $count $ARGV[1]-$count.seq");
emboss-6.6.0+dfsg/doc/programs/text/nthseq.txt-230-  $count++;
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-77-  esac
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-82-  esac;
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-84-am__install_max = 40
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-595-	@list='$(eprograms1_DATA)'; test -n "$(eprograms1dir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in:596:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-597-	dir='$(DESTDIR)$(eprograms1dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-616-	@list='$(eprograms2_DATA)'; test -n "$(eprograms2dir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in:617:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-618-	dir='$(DESTDIR)$(eprograms2dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-628-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in:629:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in:630:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-631-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-642-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in:643:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/programs/text/Makefile.in-644-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/programs/html/nthseq.html-701-$count=1;
emboss-6.6.0+dfsg/doc/programs/html/nthseq.html:702:@list = `infoseq $ARGV[0] -auto -only -name`;
emboss-6.6.0+dfsg/doc/programs/html/nthseq.html-703-while ($count &lt;= $#list+1) {
emboss-6.6.0+dfsg/doc/programs/html/nthseq.html:704:  system("nthseq -auto $ARGV[0] -n $count $ARGV[1]-$count.seq");
emboss-6.6.0+dfsg/doc/programs/html/nthseq.html-705-  $count++;
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile-77-  esac
emboss-6.6.0+dfsg/doc/programs/html/Makefile:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/doc/programs/html/Makefile-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/doc/programs/html/Makefile:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile-82-  esac;
emboss-6.6.0+dfsg/doc/programs/html/Makefile:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/doc/programs/html/Makefile-84-am__install_max = 40
emboss-6.6.0+dfsg/doc/programs/html/Makefile-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/doc/programs/html/Makefile:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/doc/programs/html/Makefile-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile-710-	@list='$(egroups_DATA)'; test -n "$(egroupsdir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile:711:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile-712-	dir='$(DESTDIR)$(egroupsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile-731-	@list='$(eimages_DATA)'; test -n "$(eimagesdir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile:732:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile-733-	dir='$(DESTDIR)$(eimagesdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile-752-	@list='$(eprograms1_DATA)'; test -n "$(eprograms1dir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile:753:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile-754-	dir='$(DESTDIR)$(eprograms1dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile-773-	@list='$(eprograms2_DATA)'; test -n "$(eprograms2dir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile:774:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile-775-	dir='$(DESTDIR)$(eprograms2dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile-785-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/programs/html/Makefile:786:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile:787:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile-788-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile-799-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/programs/html/Makefile:800:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile-801-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-77-  esac
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-82-  esac;
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-84-am__install_max = 40
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-710-	@list='$(egroups_DATA)'; test -n "$(egroupsdir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:711:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-712-	dir='$(DESTDIR)$(egroupsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-731-	@list='$(eimages_DATA)'; test -n "$(eimagesdir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:732:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-733-	dir='$(DESTDIR)$(eimagesdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-752-	@list='$(eprograms1_DATA)'; test -n "$(eprograms1dir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:753:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-754-	dir='$(DESTDIR)$(eprograms1dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-773-	@list='$(eprograms2_DATA)'; test -n "$(eprograms2dir)" || list=; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:774:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-775-	dir='$(DESTDIR)$(eprograms2dir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-785-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:786:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:787:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-788-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-799-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in:800:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/programs/html/Makefile.in-801-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile-99-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/doc/programs/Makefile:100:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile-101-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/doc/programs/Makefile-102-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/doc/programs/Makefile:103:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/doc/programs/Makefile:104:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile-105-      else \
emboss-6.6.0+dfsg/doc/programs/Makefile:106:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile-107-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/doc/programs/Makefile:108:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile-109-        else \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile-114-    fi; \
emboss-6.6.0+dfsg/doc/programs/Makefile:115:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile-116-  done; \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile-335-	dot_seen=no; \
emboss-6.6.0+dfsg/doc/programs/Makefile:336:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/doc/programs/Makefile-337-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile-425-GTAGS:
emboss-6.6.0+dfsg/doc/programs/Makefile:426:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/doc/programs/Makefile-427-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile-447-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/programs/Makefile:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/Makefile:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/Makefile-450-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile-461-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/programs/Makefile:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/programs/Makefile-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile.in-99-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/doc/programs/Makefile.in:100:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-101-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-102-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/doc/programs/Makefile.in:103:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in:104:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-105-      else \
emboss-6.6.0+dfsg/doc/programs/Makefile.in:106:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-107-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/doc/programs/Makefile.in:108:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-109-        else \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile.in-114-    fi; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in:115:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-116-  done; \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile.in-335-	dot_seen=no; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in:336:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-337-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile.in-425-GTAGS:
emboss-6.6.0+dfsg/doc/programs/Makefile.in:426:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-427-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile.in-447-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/programs/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/programs/Makefile.in-461-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/programs/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/programs/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/Makefile-99-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/doc/Makefile:100:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/doc/Makefile-101-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/doc/Makefile-102-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/doc/Makefile:103:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/doc/Makefile:104:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/doc/Makefile-105-      else \
emboss-6.6.0+dfsg/doc/Makefile:106:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/doc/Makefile-107-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/doc/Makefile:108:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/doc/Makefile-109-        else \
##############################################
emboss-6.6.0+dfsg/doc/Makefile-114-    fi; \
emboss-6.6.0+dfsg/doc/Makefile:115:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/doc/Makefile-116-  done; \
##############################################
emboss-6.6.0+dfsg/doc/Makefile-335-	dot_seen=no; \
emboss-6.6.0+dfsg/doc/Makefile:336:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/doc/Makefile-337-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/doc/Makefile-425-GTAGS:
emboss-6.6.0+dfsg/doc/Makefile:426:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/doc/Makefile-427-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/doc/Makefile-447-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/Makefile:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/Makefile:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/Makefile-450-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/Makefile-461-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/Makefile:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/Makefile-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/tutorials/Makefile-77-  esac
emboss-6.6.0+dfsg/doc/tutorials/Makefile:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/doc/tutorials/Makefile-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/doc/tutorials/Makefile:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile-82-  esac;
emboss-6.6.0+dfsg/doc/tutorials/Makefile:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/doc/tutorials/Makefile-84-am__install_max = 40
emboss-6.6.0+dfsg/doc/tutorials/Makefile-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/doc/tutorials/Makefile:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/doc/tutorials/Makefile-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/doc/tutorials/Makefile-334-	@list='$(tutorials_DATA)'; test -n "$(tutorialsdir)" || list=; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile:335:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile-336-	dir='$(DESTDIR)$(tutorialsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/tutorials/Makefile-346-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/tutorials/Makefile:347:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile:348:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile-349-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/tutorials/Makefile-360-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/tutorials/Makefile:361:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile-362-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-77-  esac
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-82-  esac;
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-84-am__install_max = 40
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-334-	@list='$(tutorials_DATA)'; test -n "$(tutorialsdir)" || list=; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in:335:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-336-	dir='$(DESTDIR)$(tutorialsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-346-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in:347:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in:348:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-349-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-360-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in:361:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/tutorials/Makefile.in-362-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/doc/Makefile.in-99-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/doc/Makefile.in:100:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/doc/Makefile.in-101-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/doc/Makefile.in-102-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/doc/Makefile.in:103:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/doc/Makefile.in:104:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/doc/Makefile.in-105-      else \
emboss-6.6.0+dfsg/doc/Makefile.in:106:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/doc/Makefile.in-107-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/doc/Makefile.in:108:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/doc/Makefile.in-109-        else \
##############################################
emboss-6.6.0+dfsg/doc/Makefile.in-114-    fi; \
emboss-6.6.0+dfsg/doc/Makefile.in:115:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/doc/Makefile.in-116-  done; \
##############################################
emboss-6.6.0+dfsg/doc/Makefile.in-335-	dot_seen=no; \
emboss-6.6.0+dfsg/doc/Makefile.in:336:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/doc/Makefile.in-337-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/doc/Makefile.in-425-GTAGS:
emboss-6.6.0+dfsg/doc/Makefile.in:426:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/doc/Makefile.in-427-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/doc/Makefile.in-447-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/doc/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/doc/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/doc/Makefile.in-461-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/doc/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/doc/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/config.guess-38-
emboss-6.6.0+dfsg/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
emboss-6.6.0+dfsg/config.guess-40-
##############################################
emboss-6.6.0+dfsg/config.guess-108-: ${TMPDIR=/tmp} ;
emboss-6.6.0+dfsg/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
emboss-6.6.0+dfsg/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
emboss-6.6.0+dfsg/config.guess-194-	    *)
emboss-6.6.0+dfsg/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
emboss-6.6.0+dfsg/config.guess-196-		;;
##############################################
emboss-6.6.0+dfsg/config.guess-221-	*4.0)
emboss-6.6.0+dfsg/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
emboss-6.6.0+dfsg/config.guess-223-		;;
emboss-6.6.0+dfsg/config.guess-224-	*5.*)
emboss-6.6.0+dfsg/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
emboss-6.6.0+dfsg/config.guess-226-		;;
##############################################
emboss-6.6.0+dfsg/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
emboss-6.6.0+dfsg/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
emboss-6.6.0+dfsg/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
emboss-6.6.0+dfsg/config.guess-269-	# 1.2 uses "1.2" for uname -r.
emboss-6.6.0+dfsg/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
emboss-6.6.0+dfsg/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
emboss-6.6.0+dfsg/config.guess-329-    s390x:SunOS:*:*)
emboss-6.6.0+dfsg/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
emboss-6.6.0+dfsg/config.guess-331-	exit ;;
emboss-6.6.0+dfsg/config.guess-332-    sun4H:SunOS:5.*:*)
emboss-6.6.0+dfsg/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
emboss-6.6.0+dfsg/config.guess-334-	exit ;;
emboss-6.6.0+dfsg/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
emboss-6.6.0+dfsg/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
emboss-6.6.0+dfsg/config.guess-337-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-354-	fi
emboss-6.6.0+dfsg/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
emboss-6.6.0+dfsg/config.guess-356-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
emboss-6.6.0+dfsg/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
emboss-6.6.0+dfsg/config.guess-362-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
emboss-6.6.0+dfsg/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
emboss-6.6.0+dfsg/config.guess-371-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-375-    sun*:*:4.2BSD:*)
emboss-6.6.0+dfsg/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
emboss-6.6.0+dfsg/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
emboss-6.6.0+dfsg/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
emboss-6.6.0+dfsg/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
emboss-6.6.0+dfsg/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
emboss-6.6.0+dfsg/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
emboss-6.6.0+dfsg/config.guess-513-    *:IRIX*:*:*)
emboss-6.6.0+dfsg/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
emboss-6.6.0+dfsg/config.guess-515-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-543-EOF
emboss-6.6.0+dfsg/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
emboss-6.6.0+dfsg/config.guess-545-		then
##############################################
emboss-6.6.0+dfsg/config.guess-556-    *:AIX:*:[4567])
emboss-6.6.0+dfsg/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
emboss-6.6.0+dfsg/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
emboss-6.6.0+dfsg/config.guess-591-    9000/[34678]??:HP-UX:*:*)
emboss-6.6.0+dfsg/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
emboss-6.6.0+dfsg/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
emboss-6.6.0+dfsg/config.guess-645-EOF
emboss-6.6.0+dfsg/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
emboss-6.6.0+dfsg/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
emboss-6.6.0+dfsg/config.guess-673-    ia64:HP-UX:*:*)
emboss-6.6.0+dfsg/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
emboss-6.6.0+dfsg/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
emboss-6.6.0+dfsg/config.guess-703-EOF
emboss-6.6.0+dfsg/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
emboss-6.6.0+dfsg/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
emboss-6.6.0+dfsg/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
emboss-6.6.0+dfsg/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
emboss-6.6.0+dfsg/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
emboss-6.6.0+dfsg/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
emboss-6.6.0+dfsg/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
emboss-6.6.0+dfsg/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
emboss-6.6.0+dfsg/config.guess-795-	    amd64)
emboss-6.6.0+dfsg/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
emboss-6.6.0+dfsg/config.guess-797-	    *)
emboss-6.6.0+dfsg/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
emboss-6.6.0+dfsg/config.guess-799-	esac
##############################################
emboss-6.6.0+dfsg/config.guess-850-    prep*:SunOS:5.*:*)
emboss-6.6.0+dfsg/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
emboss-6.6.0+dfsg/config.guess-852-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-854-	# the GNU system
emboss-6.6.0+dfsg/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
emboss-6.6.0+dfsg/config.guess-856-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-858-	# other systems with GNU libc and userland
emboss-6.6.0+dfsg/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
emboss-6.6.0+dfsg/config.guess-860-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-923-EOF
emboss-6.6.0+dfsg/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
emboss-6.6.0+dfsg/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
emboss-6.6.0+dfsg/config.guess-951-EOF
emboss-6.6.0+dfsg/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
emboss-6.6.0+dfsg/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
emboss-6.6.0+dfsg/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
emboss-6.6.0+dfsg/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
emboss-6.6.0+dfsg/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
emboss-6.6.0+dfsg/config.guess-1306-    *:DragonFly:*:*)
emboss-6.6.0+dfsg/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
emboss-6.6.0+dfsg/config.guess-1308-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-1319-    i*86:skyos:*:*)
emboss-6.6.0+dfsg/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
emboss-6.6.0+dfsg/config.guess-1321-	exit ;;
##############################################
emboss-6.6.0+dfsg/config.guess-1450-
emboss-6.6.0+dfsg/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
emboss-6.6.0+dfsg/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
emboss-6.6.0+dfsg/scripts/createnewdocumentation.pl-47-    if ($ans =~ /^y/) {
emboss-6.6.0+dfsg/scripts/createnewdocumentation.pl:48:        system("cp $docdir/template.html.save $progdocdir/$thisprogram.html");
emboss-6.6.0+dfsg/scripts/createnewdocumentation.pl-49-        system "perl -p -i -e 's/ProgramNameToBeReplaced/$thisprogram/g;' $progdocdir/$thisprogram.html";
##############################################
emboss-6.6.0+dfsg/scripts/createnewdocumentation.pl-51-	if (defined $ENV{'EDITOR'} && $ENV{'EDITOR'} ne "") {
emboss-6.6.0+dfsg/scripts/createnewdocumentation.pl:52:	    system("$ENV{'EDITOR'} $progdocdir/$thisprogram.html");
emboss-6.6.0+dfsg/scripts/createnewdocumentation.pl-53-	    open (INDEX2, ">> $indexfile") || die "Cannot open $indexfile\n";
##############################################
emboss-6.6.0+dfsg/scripts/createnewdocumentation.pl-60-	    close (INDEX2);
emboss-6.6.0+dfsg/scripts/createnewdocumentation.pl:61:	    system("$ENV{'EDITOR'} $progdocdir/index.html");
emboss-6.6.0+dfsg/scripts/createnewdocumentation.pl-62-	}
##############################################
emboss-6.6.0+dfsg/scripts/makeexample.pl-618-
emboss-6.6.0+dfsg/scripts/makeexample.pl:619:	$filetype = `file $path`;
emboss-6.6.0+dfsg/scripts/makeexample.pl-620-
##############################################
emboss-6.6.0+dfsg/scripts/makeexample.pl-637-		# add -delay to see the first page of an animated gif for 10 mins
emboss-6.6.0+dfsg/scripts/makeexample.pl:638:		system("2>&1 convert -delay 65535 -rotate '$rotate' $path $giffile >/dev/null");
emboss-6.6.0+dfsg/scripts/makeexample.pl-639-		$file = $giffile;
##############################################
emboss-6.6.0+dfsg/scripts/makeexample.pl-645-		$giffile =~ s/\.([a-z]+)ps/.$1.gif/;
emboss-6.6.0+dfsg/scripts/makeexample.pl:646:		system("2>&1 convert -delay 65535 -rotate '-90<' $path $giffile >/dev/null");
emboss-6.6.0+dfsg/scripts/makeexample.pl-647-		$file = $giffile;
##############################################
emboss-6.6.0+dfsg/scripts/makeexample.pl-654-# add -delay to see the first page of an animated gif for 10 mins
emboss-6.6.0+dfsg/scripts/makeexample.pl:655:		system("2>&1 convert -delay 65535 -rotate '-90<' $path $giffile >/dev/null");
emboss-6.6.0+dfsg/scripts/makeexample.pl-656-		$file = $giffile;
##############################################
emboss-6.6.0+dfsg/scripts/makeexample.pl-662-# add -delay to see the first page of an animated gif for 10 mins
emboss-6.6.0+dfsg/scripts/makeexample.pl:663:		system("2>&1 convert -delay 65535 -rotate '-90<' $path $giffile >/dev/null");
emboss-6.6.0+dfsg/scripts/makeexample.pl-664-		$file = $giffile;
##############################################
emboss-6.6.0+dfsg/scripts/makeexample.pl-669-	    $newfile = "$application.$count.$file";
emboss-6.6.0+dfsg/scripts/makeexample.pl:670:	    system("cp $path $docdir/$newfile");
emboss-6.6.0+dfsg/scripts/makeexample.pl-671-	    chmod 0664, "$docdir/$newfile";
##############################################
emboss-6.6.0+dfsg/scripts/makeexample.pl-716-		$ofile = pop @o;
emboss-6.6.0+dfsg/scripts/makeexample.pl:717:		system ("diff  $ofile $path> diff.tmp");
emboss-6.6.0+dfsg/scripts/makeexample.pl-718-		if ( -s "diff.tmp" ) {
##############################################
emboss-6.6.0+dfsg/scripts/makeexample.pl-776-	if (!$testkeep{$dotest}) {
emboss-6.6.0+dfsg/scripts/makeexample.pl:777:	    system ("rm -rf $dotest");
emboss-6.6.0+dfsg/scripts/makeexample.pl-778-	}
##############################################
emboss-6.6.0+dfsg/scripts/makeexample.pl-940-    if ($usa =~ /T?EDAM\:/i) {
emboss-6.6.0+dfsg/scripts/makeexample.pl:941:	system ("ontoget $usa z.z -obsolete -auto");
emboss-6.6.0+dfsg/scripts/makeexample.pl-942-    }
emboss-6.6.0+dfsg/scripts/makeexample.pl-943-    elsif ($usa =~ /T?TAX(-nam)?\:/i) {
emboss-6.6.0+dfsg/scripts/makeexample.pl:944:	system ("taxget $usa z.z -auto");
emboss-6.6.0+dfsg/scripts/makeexample.pl-945-    }
emboss-6.6.0+dfsg/scripts/makeexample.pl-946-    elsif ($usa =~ /T?DRCAT\:/i) {
emboss-6.6.0+dfsg/scripts/makeexample.pl:947:	system ("drget $usa z.z -auto");
emboss-6.6.0+dfsg/scripts/makeexample.pl-948-    }
emboss-6.6.0+dfsg/scripts/makeexample.pl-949-    elsif ($usa =~ /srs\:unilib\:/i) {
emboss-6.6.0+dfsg/scripts/makeexample.pl:950:	system ("textget $usa z.z -auto");
emboss-6.6.0+dfsg/scripts/makeexample.pl-951-    }
emboss-6.6.0+dfsg/scripts/makeexample.pl-952-    elsif ($usa !~ /\:\:/ && $usa =~ /\S\:/) {
emboss-6.6.0+dfsg/scripts/makeexample.pl:953:	system ("entret $usa z.z -auto");
emboss-6.6.0+dfsg/scripts/makeexample.pl-954-    }
emboss-6.6.0+dfsg/scripts/makeexample.pl-955-    elsif ($usa =~ /\:\:/) {
emboss-6.6.0+dfsg/scripts/makeexample.pl:956:	system ("seqret $usa z.z -auto");
emboss-6.6.0+dfsg/scripts/makeexample.pl-957-    }
##############################################
emboss-6.6.0+dfsg/scripts/qatest.pl-66-
emboss-6.6.0+dfsg/scripts/qatest.pl:67:sub qatestsystem($$$){
emboss-6.6.0+dfsg/scripts/qatest.pl-68-  my ($pp, $cmd, $qq) = @_;
##############################################
emboss-6.6.0+dfsg/scripts/qatest.pl-70-  if(!$iswindows) {
emboss-6.6.0+dfsg/scripts/qatest.pl:71:    $sysstat = system("$pp $cmd $qq");
emboss-6.6.0+dfsg/scripts/qatest.pl-72-    return $sysstat;
##############################################
emboss-6.6.0+dfsg/scripts/qatest.pl-194-	  if($iswindows){
emboss-6.6.0+dfsg/scripts/qatest.pl:195:	      $sysstat = system( "rmdir /s /q $testid");
emboss-6.6.0+dfsg/scripts/qatest.pl-196-	  } else {
emboss-6.6.0+dfsg/scripts/qatest.pl:197:	      $sysstat = system( "rm -rf $testid");
emboss-6.6.0+dfsg/scripts/qatest.pl-198-	  }
##############################################
emboss-6.6.0+dfsg/scripts/qatest.pl-472-#          print STDERR "$cmdstr\n";
emboss-6.6.0+dfsg/scripts/qatest.pl:473:	  $sysstat = qatestsystem("$domcheck$ppcmd", "$cmdstr", "$qqcmd");
emboss-6.6.0+dfsg/scripts/qatest.pl-474-	  alarm(0);
##############################################
emboss-6.6.0+dfsg/scripts/qatest.pl-1150-              if($iswindows){
emboss-6.6.0+dfsg/scripts/qatest.pl:1151:	        $sysstat = system( "rmdir /s /q $id");
emboss-6.6.0+dfsg/scripts/qatest.pl-1152-              } else {
emboss-6.6.0+dfsg/scripts/qatest.pl:1153:	        $sysstat = system( "rm -rf $id");
emboss-6.6.0+dfsg/scripts/qatest.pl-1154-              }
##############################################
emboss-6.6.0+dfsg/scripts/qatest.pl-1179-	  if($iswindows) {
emboss-6.6.0+dfsg/scripts/qatest.pl:1180:	    $sysstat = system( "rmdir /s /q $id");
emboss-6.6.0+dfsg/scripts/qatest.pl-1181-	  }
emboss-6.6.0+dfsg/scripts/qatest.pl-1182-	  else {
emboss-6.6.0+dfsg/scripts/qatest.pl:1183:	    $sysstat = system( "rm -rf $id");
emboss-6.6.0+dfsg/scripts/qatest.pl-1184-	  }
##############################################
emboss-6.6.0+dfsg/scripts/edithtml.pl-120-    } else {
emboss-6.6.0+dfsg/scripts/edithtml.pl:121:	system("cp $docdir/template.html.save $docdir/$application.html");
emboss-6.6.0+dfsg/scripts/edithtml.pl-122-        system "perl -p -i -e 's/ProgramNameToBeReplaced/$application/g;' $docdir/$application.html";
##############################################
emboss-6.6.0+dfsg/scripts/edithtml.pl-125-}
emboss-6.6.0+dfsg/scripts/edithtml.pl:126:system("$editor $docdir/$application.html");
emboss-6.6.0+dfsg/scripts/edithtml.pl-127-
##############################################
emboss-6.6.0+dfsg/scripts/edithtml.pl-180-    close (INDEX);
emboss-6.6.0+dfsg/scripts/edithtml.pl:181:    system("$editor $docdir/index.html");
emboss-6.6.0+dfsg/scripts/edithtml.pl-182-}
##############################################
emboss-6.6.0+dfsg/scripts/edithtml.pl-227-#chdir "/packages/emboss_dev/$ENV{'USER'}/emboss/emboss/scripts";
emboss-6.6.0+dfsg/scripts/edithtml.pl:228:system("$scripts/makeMake.pl");        # no parameter == do text
emboss-6.6.0+dfsg/scripts/edithtml.pl:229:system("$scripts/makeMake.pl html");
emboss-6.6.0+dfsg/scripts/edithtml.pl-230-
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-359-	}
emboss-6.6.0+dfsg/scripts/autodoc.pl:360:	system ("diff -b $afile $bfile > z.z");
emboss-6.6.0+dfsg/scripts/autodoc.pl-361-	$s = (-s "z.z");
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-673-    if ($ans =~ /^y/) {
emboss-6.6.0+dfsg/scripts/autodoc.pl:674:        system("cp $progdocdir/template.html.save $progdocdir/$thisprogram.html");
emboss-6.6.0+dfsg/scripts/autodoc.pl-675-        system "perl -p -i -e 's/ProgramNameToBeReplaced/$thisprogram/g;' $progdocdir/$thisprogram.html";
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-682-";
emboss-6.6.0+dfsg/scripts/autodoc.pl:683:	    system("$ENV{'EDITOR'} $progdocdir/$thisprogram.html");
emboss-6.6.0+dfsg/scripts/autodoc.pl-684-	    open (INDEX2, ">> $indexfile") || die "Cannot open $indexfile\n";
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-696-";
emboss-6.6.0+dfsg/scripts/autodoc.pl:697:	    system("$ENV{'EDITOR'} $progdocdir/index.html");
emboss-6.6.0+dfsg/scripts/autodoc.pl-698-	}
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-756-    if ($ans =~ /^y/) {
emboss-6.6.0+dfsg/scripts/autodoc.pl:757:        system("cp $progdocdir/template.html.save $progdocdir/$thisprogram.html");
emboss-6.6.0+dfsg/scripts/autodoc.pl-758-        system "perl -p -i -e 's/ProgramNameToBeReplaced/$thisprogram/g;' $progdocdir/$thisprogram.html";
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-765-";
emboss-6.6.0+dfsg/scripts/autodoc.pl:766:	    system("$ENV{'EDITOR'} $progdocdir/$thisprogram.html");
emboss-6.6.0+dfsg/scripts/autodoc.pl-767-	    open (INDEX2, ">> $indexfile") || die "Cannot open $indexfile\n";
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-780-";
emboss-6.6.0+dfsg/scripts/autodoc.pl:781:	    system("$ENV{'EDITOR'} $progdocdir/index.html");
emboss-6.6.0+dfsg/scripts/autodoc.pl-782-	}
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-1023-		if (-e "$sfprogdocdir/$thisprogram.html") {
emboss-6.6.0+dfsg/scripts/autodoc.pl:1024:		    system("diff -b $cvsdoc/html/$thisprogram.html $sfprogdocdir/$thisprogram.html > z.z");
emboss-6.6.0+dfsg/scripts/autodoc.pl-1025-		    $s = (-s "z.z");
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-1053-		if (-e "$sfedir/$thisprogram.html") {
emboss-6.6.0+dfsg/scripts/autodoc.pl:1054:		    system("diff -b $edir/$thisprogram.html $sfedir/$thisprogram.html > z.z");
emboss-6.6.0+dfsg/scripts/autodoc.pl-1055-		    $s = (-s "z.z");
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-1187-		foreach $gf (@giffiles) {
emboss-6.6.0+dfsg/scripts/autodoc.pl:1188:		    system("cp $docmaster/$gf g.g");
emboss-6.6.0+dfsg/scripts/autodoc.pl-1189-		    filediff("$dochtml/$gf", "g.g");
emboss-6.6.0+dfsg/scripts/autodoc.pl:1190:		    system("cp $docmaster/$gf g.g");
emboss-6.6.0+dfsg/scripts/autodoc.pl-1191-		    filediff("$sfprogdocdir/$gf", "g.g");
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-1206-			if (-e "$sfprogdocdir/$thisprogram.html") {
emboss-6.6.0+dfsg/scripts/autodoc.pl:1207:			    system("diff -b $cvsdoc/html/$thisprogram.html $sfprogdocdir/$thisprogram.html > z.z");
emboss-6.6.0+dfsg/scripts/autodoc.pl-1208-			    $s = (-s "z.z");
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-1229-			if (-e "$sfedir/$thisprogram.html") {
emboss-6.6.0+dfsg/scripts/autodoc.pl:1230:			    system("diff -b $edir/$thisprogram.html $sfedir/$thisprogram.html > z.z");
emboss-6.6.0+dfsg/scripts/autodoc.pl-1231-			    $s = (-s "z.z");
##############################################
emboss-6.6.0+dfsg/scripts/autodoc.pl-1516-#print "Create make files\n";
emboss-6.6.0+dfsg/scripts/autodoc.pl:1517:#system("$scripts/makeMake.pl");	       # no parameter == do text
emboss-6.6.0+dfsg/scripts/autodoc.pl:1518:#system("$scripts/makeMake.pl html");   # any parameter == do html
emboss-6.6.0+dfsg/scripts/autodoc.pl-1519-
##############################################
emboss-6.6.0+dfsg/scripts/valgrind.pl-86-	    $starttime = time();
emboss-6.6.0+dfsg/scripts/valgrind.pl:87:	    $sysstat = system( "rm -rf $name");
emboss-6.6.0+dfsg/scripts/valgrind.pl-88-	    $status = $sysstat >> 8;
##############################################
emboss-6.6.0+dfsg/scripts/valgrind.pl-92-	    }
emboss-6.6.0+dfsg/scripts/valgrind.pl:93:	    if(-e "$name" && -d "$name") { system ("rm -rf $name");}
emboss-6.6.0+dfsg/scripts/valgrind.pl-94-	    mkdir ("$name", 0777);
##############################################
emboss-6.6.0+dfsg/scripts/valgrind.pl-98-		foreach $pc (@pc) {
emboss-6.6.0+dfsg/scripts/valgrind.pl:99:		    system ("$pc");
emboss-6.6.0+dfsg/scripts/valgrind.pl-100-		}
##############################################
emboss-6.6.0+dfsg/scripts/valgrind.pl-105-	    if($dodebug) {$debugstr = "EMBOSS_DEBUG=Y ;export EMBOSS_DEBUG"}
emboss-6.6.0+dfsg/scripts/valgrind.pl:106:	    $sysstat = system ("$debugstr EMBOSSRC=../.. ;export EMBOSSRC ;EMBOSS_RCHOME=N ;export EMBOSS_RCHOME ;valgrind $valgopts $myvalgpath$tests{$name} $infile 9> ../valgrind/$name.valgrind 2> stderr > stdout" );
emboss-6.6.0+dfsg/scripts/valgrind.pl-107-	    alarm(0);
##############################################
emboss-6.6.0+dfsg/scripts/third.pl-33-	    alarm($timeout);
emboss-6.6.0+dfsg/scripts/third.pl:34:	    $sysstat = system ("third $thirdopts $myvalgpath$tests{$name}" );
emboss-6.6.0+dfsg/scripts/third.pl-35-	    alarm(0);
##############################################
emboss-6.6.0+dfsg/scripts/makesummary.pl-16-
emboss-6.6.0+dfsg/scripts/makesummary.pl:17:$myerr = int(`egrep -c 'undefined reference|error:' $ENV{HOME}/out/emboss.out`);
emboss-6.6.0+dfsg/scripts/makesummary.pl:18:$mywarn = int(`grep -c warning: $ENV{HOME}/out/emboss.out`);
emboss-6.6.0+dfsg/scripts/makesummary.pl-19-$tote = $myerr;
##############################################
emboss-6.6.0+dfsg/scripts/makesummary.pl-39-    $name = $1;
emboss-6.6.0+dfsg/scripts/makesummary.pl:40:    $myerr = int(`grep -c 'undefined reference|error:' $ENV{HOME}/out/embassy-$name.out`);
emboss-6.6.0+dfsg/scripts/makesummary.pl:41:    $mywarn =  int(`grep -c warning: $ENV{HOME}/out/embassy-$name.out`);
emboss-6.6.0+dfsg/scripts/makesummary.pl-42-    $tote += $myerr;
##############################################
emboss-6.6.0+dfsg/scripts/purify.pl-8-  print "Running $purepath$tests{$name}\n";
emboss-6.6.0+dfsg/scripts/purify.pl:9:    $status = system ("$purepath$tests{$name}");
emboss-6.6.0+dfsg/scripts/purify.pl-10-    
##############################################
emboss-6.6.0+dfsg/scripts/makehistory.pl-34-    chdir "/packages/emboss_dev/$ENV{'USER'}/emboss/emboss/emboss/";
emboss-6.6.0+dfsg/scripts/makehistory.pl:35:    system("cvs log *.c >$apps");
emboss-6.6.0+dfsg/scripts/makehistory.pl-36-
##############################################
emboss-6.6.0+dfsg/scripts/makehistory.pl-40-    chdir "/packages/emboss_dev/$ENV{'USER'}/emboss/emboss/emboss/acd/";
emboss-6.6.0+dfsg/scripts/makehistory.pl:41:    system("cvs log *.acd >$acds");
emboss-6.6.0+dfsg/scripts/makehistory.pl-42-
##############################################
emboss-6.6.0+dfsg/scripts/makehistory.pl-52-        if (-f $acd) {
emboss-6.6.0+dfsg/scripts/makehistory.pl:53:            system("cat $acd >> $app");
emboss-6.6.0+dfsg/scripts/makehistory.pl:54:            system("sort $app > $app.sorted");
emboss-6.6.0+dfsg/scripts/makehistory.pl-55-            if (open(SORT, "< $app.sorted")) {
##############################################
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-76-  esac
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-81-  esac;
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-83-am__install_max = 40
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-335-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in:336:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-337-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-347-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in:348:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in:349:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-350-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-361-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in:362:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/jemboss/resources/Makefile.in-363-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/jemboss/utils/makeFileManagerJNLP.sh-40-  else
emboss-6.6.0+dfsg/jemboss/utils/makeFileManagerJNLP.sh:41:    JAVA_HOME_TMP=`dirname $JAVA_HOME_TMP`
emboss-6.6.0+dfsg/jemboss/utils/makeFileManagerJNLP.sh:42:    JAVA_HOME_TMP=`dirname $JAVA_HOME_TMP`
emboss-6.6.0+dfsg/jemboss/utils/makeFileManagerJNLP.sh-43-  fi
##############################################
emboss-6.6.0+dfsg/jemboss/utils/makeJNLP.sh-40-  else
emboss-6.6.0+dfsg/jemboss/utils/makeJNLP.sh:41:    JAVA_HOME_TMP=`dirname $JAVA_HOME_TMP`
emboss-6.6.0+dfsg/jemboss/utils/makeJNLP.sh:42:    JAVA_HOME_TMP=`dirname $JAVA_HOME_TMP`
emboss-6.6.0+dfsg/jemboss/utils/makeJNLP.sh-43-  fi
##############################################
emboss-6.6.0+dfsg/jemboss/utils/makeJNLP.sh-54-
emboss-6.6.0+dfsg/jemboss/utils/makeJNLP.sh:55:CWPWD=`dirname $PWD`
emboss-6.6.0+dfsg/jemboss/utils/makeJNLP.sh:56:CWPWD2=`dirname $CWPWD`
emboss-6.6.0+dfsg/jemboss/utils/makeJNLP.sh-57-
##############################################
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-77-  esac
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-82-  esac;
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-84-am__install_max = 40
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-338-	@list='$(jembossutils_DATA)'; test -n "$(jembossutilsdir)" || list=; \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in:339:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-340-	dir='$(DESTDIR)$(jembossutilsdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-350-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in:351:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in:352:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-353-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-364-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in:365:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/jemboss/utils/Makefile.in-366-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-39-  else
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:40:    JAVA_HOME_TMP=`dirname $JAVA_HOME_TMP`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:41:    JAVA_HOME_TMP=`dirname $JAVA_HOME_TMP`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-42-  fi
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-56-  if (test "$CLUSTALW" != ""); then
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:57:    CLUSTALW=`dirname $CLUSTALW`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-58-    echo "Enter the path to the clustalw or press return to use the"
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-88-  if (test "$PRIMER3" != ""); then
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:89:    PRIMER3=`dirname $PRIMER3`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-90-    echo "Enter the path to the primer3_core or press return to use the"
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-213-
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:214:   SECURITY=`sed -n  -e 's|^security.provider.\([0-9]\)=com.sun.net.ssl.internal.ssl.Provider|security|p' $JAVA_HOME/jre/lib/security/java.security`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-215-
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-238-
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:239:   TCVERSION=`sed -n -e 's|\(.*\)Running The Tomcat 4\(.*\)|4|p' $TOMCAT_ROOT/RUNNING.txt`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-240-
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-243-
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:244:     TCVERSION=`sed -n -e 's|\(.*\)Running The Tomcat 5.5\(.*\)|5|p' $TOMCAT_ROOT/RUNNING.txt`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-245-    
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-287-
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:288:   TCVERSION=`sed -n -e 's|\(.*\)Running The Apache Tomcat 6.0\(.*\)|6|p' $TOMCAT_ROOT/RUNNING.txt`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-289-
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-524-  else
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:525:    for lib_dir in `echo  "$include_lib_dirs"` ;
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-526-    do
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-541-  else
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:542:    DIR=`echo $USER_CONFIG | sed -n -e 's|\(.*\)--with-pngdriver=\([^ ]*\)\(.*\)|\2|p'`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-543-  fi
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-559-  else
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:560:    for lib_dir in `echo  "$lib_dirs"` ; 
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-561-    do
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-599-  else
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:600:    for lib_dir in `echo  "$lib_dirs"` ;
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-601-    do
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-646-  WARN="true"
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:647:  for lib_dir in `echo  "$lib_dirs"` ;
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-648-  do
##############################################
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-943-EMBOSS_DOWNLOAD_TMP=`pwd`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:944:EMBOSS_DOWNLOAD_TMP=`dirname $EMBOSS_DOWNLOAD_TMP`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh:945:EMBOSS_DOWNLOAD_TMP=`dirname $EMBOSS_DOWNLOAD_TMP`
emboss-6.6.0+dfsg/jemboss/utils/install-jemboss-server.sh-946-
##############################################
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-77-  esac
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-82-  esac;
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-84-am__install_max = 40
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-339-	@list='$(jembosslibaxis_DATA)'; test -n "$(jembosslibaxisdir)" || list=; \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in:340:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-341-	dir='$(DESTDIR)$(jembosslibaxisdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-351-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in:352:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in:353:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-354-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-365-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in:366:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/jemboss/lib/axis/Makefile.in-367-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-84-  esac
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:85:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-86-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:87:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-88-    *) f=$$p;; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-89-  esac;
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:90:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-91-am__install_max = 40
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-92-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:93:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-94-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-129-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:130:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-131-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-132-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:133:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:134:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-135-      else \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:136:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-137-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:138:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-139-        else \
##############################################
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-144-    fi; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:145:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-146-  done; \
##############################################
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-377-	@list='$(jembosslib_DATA)'; test -n "$(jembosslibdir)" || list=; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:378:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-379-	dir='$(DESTDIR)$(jembosslibdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-395-	dot_seen=no; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:396:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-397-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-485-GTAGS:
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:486:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-487-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-507-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:508:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:509:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-510-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-521-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in:522:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/jemboss/lib/Makefile.in-523-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-77-  esac
emboss-6.6.0+dfsg/jemboss/images/Makefile.in:78:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-79-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in:80:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-81-    *) f=$$p;; \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-82-  esac;
emboss-6.6.0+dfsg/jemboss/images/Makefile.in:83:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-84-am__install_max = 40
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-85-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in:86:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-87-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-341-	@list='$(jembossimages_DATA)'; test -n "$(jembossimagesdir)" || list=; \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in:342:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-343-	dir='$(DESTDIR)$(jembossimagesdir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-353-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/jemboss/images/Makefile.in:354:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in:355:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-356-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-367-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in:368:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/jemboss/images/Makefile.in-369-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/jemboss/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/jemboss/Makefile.in-73-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/jemboss/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-75-    *) f=$$p;; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-76-  esac;
emboss-6.6.0+dfsg/jemboss/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/jemboss/Makefile.in-78-am__install_max = 40
emboss-6.6.0+dfsg/jemboss/Makefile.in-79-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/jemboss/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/jemboss/Makefile.in-81-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-131-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/jemboss/Makefile.in:132:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-133-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/jemboss/Makefile.in-134-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/jemboss/Makefile.in:135:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/jemboss/Makefile.in:136:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-137-      else \
emboss-6.6.0+dfsg/jemboss/Makefile.in:138:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-139-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/jemboss/Makefile.in:140:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-141-        else \
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-146-    fi; \
emboss-6.6.0+dfsg/jemboss/Makefile.in:147:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-148-  done; \
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-405-	  esac; \
emboss-6.6.0+dfsg/jemboss/Makefile.in:406:	  f=`echo "$$p" | sed 's,^.*/,,;$(transform)'`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-407-	  for opt in --help --version; do \
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-409-	         2>c$${pid}_.err </dev/null \
emboss-6.6.0+dfsg/jemboss/Makefile.in:410:		 && test -n "`cat c$${pid}_.out`" \
emboss-6.6.0+dfsg/jemboss/Makefile.in:411:		 && test -z "`cat c$${pid}_.err`"; then :; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-412-	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-439-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/jemboss/Makefile.in:440:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-441-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-457-	dot_seen=no; \
emboss-6.6.0+dfsg/jemboss/Makefile.in:458:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-459-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-547-GTAGS:
emboss-6.6.0+dfsg/jemboss/Makefile.in:548:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/jemboss/Makefile.in-549-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-569-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/jemboss/Makefile.in:570:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in:571:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-572-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/jemboss/Makefile.in-583-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/jemboss/Makefile.in:584:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/jemboss/Makefile.in-585-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-78-  esac
emboss-6.6.0+dfsg/plplot/lib/Makefile.in:79:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-80-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in:81:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-82-    *) f=$$p;; \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-83-  esac;
emboss-6.6.0+dfsg/plplot/lib/Makefile.in:84:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-85-am__install_max = 40
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-86-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in:87:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-88-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-332-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in:333:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-334-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-344-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/plplot/lib/Makefile.in:345:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in:346:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-347-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-358-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in:359:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/plplot/lib/Makefile.in-360-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/plplot/plargs.c-1160-    if (getenv("PAGER") != NULL)
emboss-6.6.0+dfsg/plplot/plargs.c:1161:	pager = (FILE *) popen("$PAGER", "w");
emboss-6.6.0+dfsg/plplot/plargs.c-1162-    if (pager == NULL)
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-71-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/plplot/Makefile.in:72:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/plplot/Makefile.in-73-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/plplot/Makefile.in:74:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/plplot/Makefile.in-75-    *) f=$$p;; \
emboss-6.6.0+dfsg/plplot/Makefile.in-76-  esac;
emboss-6.6.0+dfsg/plplot/Makefile.in:77:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/plplot/Makefile.in-78-am__install_max = 40
emboss-6.6.0+dfsg/plplot/Makefile.in-79-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/plplot/Makefile.in:80:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/plplot/Makefile.in-81-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-157-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/plplot/Makefile.in:158:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/plplot/Makefile.in-159-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/plplot/Makefile.in-160-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/plplot/Makefile.in:161:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/plplot/Makefile.in:162:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/plplot/Makefile.in-163-      else \
emboss-6.6.0+dfsg/plplot/Makefile.in:164:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/plplot/Makefile.in-165-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/plplot/Makefile.in:166:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/plplot/Makefile.in-167-        else \
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-172-    fi; \
emboss-6.6.0+dfsg/plplot/Makefile.in:173:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/plplot/Makefile.in-174-  done; \
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-494-.c.obj:
emboss-6.6.0+dfsg/plplot/Makefile.in:495:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/plplot/Makefile.in-496-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-498-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/plplot/Makefile.in:499:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/plplot/Makefile.in-500-
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-531-	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
emboss-6.6.0+dfsg/plplot/Makefile.in:532:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/plplot/Makefile.in-533-	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-549-	dot_seen=no; \
emboss-6.6.0+dfsg/plplot/Makefile.in:550:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/plplot/Makefile.in-551-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-639-GTAGS:
emboss-6.6.0+dfsg/plplot/Makefile.in:640:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/plplot/Makefile.in-641-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-661-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/plplot/Makefile.in:662:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/plplot/Makefile.in:663:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/plplot/Makefile.in-664-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/plplot/Makefile.in-675-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/plplot/Makefile.in:676:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/plplot/Makefile.in-677-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-83-CONFIG_CLEAN_VPATH_FILES =
emboss-6.6.0+dfsg/nucleus/Makefile.in:84:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/nucleus/Makefile.in-85-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/nucleus/Makefile.in:86:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/nucleus/Makefile.in-87-    *) f=$$p;; \
emboss-6.6.0+dfsg/nucleus/Makefile.in-88-  esac;
emboss-6.6.0+dfsg/nucleus/Makefile.in:89:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/nucleus/Makefile.in-90-am__install_max = 40
emboss-6.6.0+dfsg/nucleus/Makefile.in-91-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/nucleus/Makefile.in:92:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/nucleus/Makefile.in-93-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-491-.c.obj:
emboss-6.6.0+dfsg/nucleus/Makefile.in:492:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/nucleus/Makefile.in-493-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-495-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:496:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
emboss-6.6.0+dfsg/nucleus/Makefile.in-497-
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-505-libnucleus_la-embaln.lo: embaln.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:506:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embaln.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embaln.Tpo -c -o libnucleus_la-embaln.lo `test -f 'embaln.c' || echo '$(srcdir)/'`embaln.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-507-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embaln.Tpo $(DEPDIR)/libnucleus_la-embaln.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-509-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:510:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embaln.lo `test -f 'embaln.c' || echo '$(srcdir)/'`embaln.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-511-
emboss-6.6.0+dfsg/nucleus/Makefile.in-512-libnucleus_la-embcom.lo: embcom.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:513:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embcom.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embcom.Tpo -c -o libnucleus_la-embcom.lo `test -f 'embcom.c' || echo '$(srcdir)/'`embcom.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-514-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embcom.Tpo $(DEPDIR)/libnucleus_la-embcom.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-516-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:517:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embcom.lo `test -f 'embcom.c' || echo '$(srcdir)/'`embcom.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-518-
emboss-6.6.0+dfsg/nucleus/Makefile.in-519-libnucleus_la-embcons.lo: embcons.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:520:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embcons.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embcons.Tpo -c -o libnucleus_la-embcons.lo `test -f 'embcons.c' || echo '$(srcdir)/'`embcons.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-521-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embcons.Tpo $(DEPDIR)/libnucleus_la-embcons.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-523-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:524:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embcons.lo `test -f 'embcons.c' || echo '$(srcdir)/'`embcons.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-525-
emboss-6.6.0+dfsg/nucleus/Makefile.in-526-libnucleus_la-embdata.lo: embdata.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:527:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embdata.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embdata.Tpo -c -o libnucleus_la-embdata.lo `test -f 'embdata.c' || echo '$(srcdir)/'`embdata.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-528-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embdata.Tpo $(DEPDIR)/libnucleus_la-embdata.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-530-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:531:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embdata.lo `test -f 'embdata.c' || echo '$(srcdir)/'`embdata.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-532-
emboss-6.6.0+dfsg/nucleus/Makefile.in-533-libnucleus_la-embdbi.lo: embdbi.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:534:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embdbi.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embdbi.Tpo -c -o libnucleus_la-embdbi.lo `test -f 'embdbi.c' || echo '$(srcdir)/'`embdbi.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-535-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embdbi.Tpo $(DEPDIR)/libnucleus_la-embdbi.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-537-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:538:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embdbi.lo `test -f 'embdbi.c' || echo '$(srcdir)/'`embdbi.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-539-
emboss-6.6.0+dfsg/nucleus/Makefile.in-540-libnucleus_la-embdmx.lo: embdmx.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:541:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embdmx.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embdmx.Tpo -c -o libnucleus_la-embdmx.lo `test -f 'embdmx.c' || echo '$(srcdir)/'`embdmx.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-542-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embdmx.Tpo $(DEPDIR)/libnucleus_la-embdmx.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-544-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:545:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embdmx.lo `test -f 'embdmx.c' || echo '$(srcdir)/'`embdmx.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-546-
emboss-6.6.0+dfsg/nucleus/Makefile.in-547-libnucleus_la-embdomain.lo: embdomain.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:548:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embdomain.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embdomain.Tpo -c -o libnucleus_la-embdomain.lo `test -f 'embdomain.c' || echo '$(srcdir)/'`embdomain.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-549-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embdomain.Tpo $(DEPDIR)/libnucleus_la-embdomain.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-551-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:552:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embdomain.lo `test -f 'embdomain.c' || echo '$(srcdir)/'`embdomain.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-553-
emboss-6.6.0+dfsg/nucleus/Makefile.in-554-libnucleus_la-embest.lo: embest.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:555:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embest.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embest.Tpo -c -o libnucleus_la-embest.lo `test -f 'embest.c' || echo '$(srcdir)/'`embest.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-556-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embest.Tpo $(DEPDIR)/libnucleus_la-embest.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:559:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embest.lo `test -f 'embest.c' || echo '$(srcdir)/'`embest.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-560-
emboss-6.6.0+dfsg/nucleus/Makefile.in-561-libnucleus_la-embexit.lo: embexit.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:562:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embexit.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embexit.Tpo -c -o libnucleus_la-embexit.lo `test -f 'embexit.c' || echo '$(srcdir)/'`embexit.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-563-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embexit.Tpo $(DEPDIR)/libnucleus_la-embexit.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:566:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embexit.lo `test -f 'embexit.c' || echo '$(srcdir)/'`embexit.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-567-
emboss-6.6.0+dfsg/nucleus/Makefile.in-568-libnucleus_la-embgroup.lo: embgroup.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:569:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embgroup.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embgroup.Tpo -c -o libnucleus_la-embgroup.lo `test -f 'embgroup.c' || echo '$(srcdir)/'`embgroup.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-570-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embgroup.Tpo $(DEPDIR)/libnucleus_la-embgroup.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:573:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embgroup.lo `test -f 'embgroup.c' || echo '$(srcdir)/'`embgroup.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-574-
emboss-6.6.0+dfsg/nucleus/Makefile.in-575-libnucleus_la-embiep.lo: embiep.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:576:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embiep.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embiep.Tpo -c -o libnucleus_la-embiep.lo `test -f 'embiep.c' || echo '$(srcdir)/'`embiep.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-577-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embiep.Tpo $(DEPDIR)/libnucleus_la-embiep.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:580:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embiep.lo `test -f 'embiep.c' || echo '$(srcdir)/'`embiep.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-581-
emboss-6.6.0+dfsg/nucleus/Makefile.in-582-libnucleus_la-embindex.lo: embindex.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:583:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embindex.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embindex.Tpo -c -o libnucleus_la-embindex.lo `test -f 'embindex.c' || echo '$(srcdir)/'`embindex.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-584-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embindex.Tpo $(DEPDIR)/libnucleus_la-embindex.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:587:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embindex.lo `test -f 'embindex.c' || echo '$(srcdir)/'`embindex.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-588-
emboss-6.6.0+dfsg/nucleus/Makefile.in-589-libnucleus_la-embinit.lo: embinit.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:590:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embinit.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embinit.Tpo -c -o libnucleus_la-embinit.lo `test -f 'embinit.c' || echo '$(srcdir)/'`embinit.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-591-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embinit.Tpo $(DEPDIR)/libnucleus_la-embinit.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:594:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embinit.lo `test -f 'embinit.c' || echo '$(srcdir)/'`embinit.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-595-
emboss-6.6.0+dfsg/nucleus/Makefile.in-596-libnucleus_la-embmat.lo: embmat.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:597:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embmat.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embmat.Tpo -c -o libnucleus_la-embmat.lo `test -f 'embmat.c' || echo '$(srcdir)/'`embmat.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-598-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embmat.Tpo $(DEPDIR)/libnucleus_la-embmat.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:601:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embmat.lo `test -f 'embmat.c' || echo '$(srcdir)/'`embmat.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-602-
emboss-6.6.0+dfsg/nucleus/Makefile.in-603-libnucleus_la-embmisc.lo: embmisc.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:604:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embmisc.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embmisc.Tpo -c -o libnucleus_la-embmisc.lo `test -f 'embmisc.c' || echo '$(srcdir)/'`embmisc.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-605-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embmisc.Tpo $(DEPDIR)/libnucleus_la-embmisc.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:608:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embmisc.lo `test -f 'embmisc.c' || echo '$(srcdir)/'`embmisc.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-609-
emboss-6.6.0+dfsg/nucleus/Makefile.in-610-libnucleus_la-embmol.lo: embmol.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:611:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embmol.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embmol.Tpo -c -o libnucleus_la-embmol.lo `test -f 'embmol.c' || echo '$(srcdir)/'`embmol.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-612-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embmol.Tpo $(DEPDIR)/libnucleus_la-embmol.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:615:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embmol.lo `test -f 'embmol.c' || echo '$(srcdir)/'`embmol.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-616-
emboss-6.6.0+dfsg/nucleus/Makefile.in-617-libnucleus_la-embnmer.lo: embnmer.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:618:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embnmer.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embnmer.Tpo -c -o libnucleus_la-embnmer.lo `test -f 'embnmer.c' || echo '$(srcdir)/'`embnmer.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-619-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embnmer.Tpo $(DEPDIR)/libnucleus_la-embnmer.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:622:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embnmer.lo `test -f 'embnmer.c' || echo '$(srcdir)/'`embnmer.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-623-
emboss-6.6.0+dfsg/nucleus/Makefile.in-624-libnucleus_la-embpat.lo: embpat.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:625:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embpat.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embpat.Tpo -c -o libnucleus_la-embpat.lo `test -f 'embpat.c' || echo '$(srcdir)/'`embpat.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-626-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embpat.Tpo $(DEPDIR)/libnucleus_la-embpat.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:629:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embpat.lo `test -f 'embpat.c' || echo '$(srcdir)/'`embpat.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-630-
emboss-6.6.0+dfsg/nucleus/Makefile.in-631-libnucleus_la-embpatlist.lo: embpatlist.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:632:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embpatlist.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embpatlist.Tpo -c -o libnucleus_la-embpatlist.lo `test -f 'embpatlist.c' || echo '$(srcdir)/'`embpatlist.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-633-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embpatlist.Tpo $(DEPDIR)/libnucleus_la-embpatlist.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:636:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embpatlist.lo `test -f 'embpatlist.c' || echo '$(srcdir)/'`embpatlist.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-637-
emboss-6.6.0+dfsg/nucleus/Makefile.in-638-libnucleus_la-embprop.lo: embprop.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:639:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embprop.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embprop.Tpo -c -o libnucleus_la-embprop.lo `test -f 'embprop.c' || echo '$(srcdir)/'`embprop.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-640-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embprop.Tpo $(DEPDIR)/libnucleus_la-embprop.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-642-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:643:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embprop.lo `test -f 'embprop.c' || echo '$(srcdir)/'`embprop.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-644-
emboss-6.6.0+dfsg/nucleus/Makefile.in-645-libnucleus_la-embpdb.lo: embpdb.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:646:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embpdb.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embpdb.Tpo -c -o libnucleus_la-embpdb.lo `test -f 'embpdb.c' || echo '$(srcdir)/'`embpdb.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-647-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embpdb.Tpo $(DEPDIR)/libnucleus_la-embpdb.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:650:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embpdb.lo `test -f 'embpdb.c' || echo '$(srcdir)/'`embpdb.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-651-
emboss-6.6.0+dfsg/nucleus/Makefile.in-652-libnucleus_la-embread.lo: embread.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:653:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embread.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embread.Tpo -c -o libnucleus_la-embread.lo `test -f 'embread.c' || echo '$(srcdir)/'`embread.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-654-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embread.Tpo $(DEPDIR)/libnucleus_la-embread.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-656-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:657:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embread.lo `test -f 'embread.c' || echo '$(srcdir)/'`embread.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-658-
emboss-6.6.0+dfsg/nucleus/Makefile.in-659-libnucleus_la-embsig.lo: embsig.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:660:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embsig.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embsig.Tpo -c -o libnucleus_la-embsig.lo `test -f 'embsig.c' || echo '$(srcdir)/'`embsig.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-661-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embsig.Tpo $(DEPDIR)/libnucleus_la-embsig.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-663-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:664:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embsig.lo `test -f 'embsig.c' || echo '$(srcdir)/'`embsig.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-665-
emboss-6.6.0+dfsg/nucleus/Makefile.in-666-libnucleus_la-embshow.lo: embshow.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:667:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embshow.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embshow.Tpo -c -o libnucleus_la-embshow.lo `test -f 'embshow.c' || echo '$(srcdir)/'`embshow.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-668-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embshow.Tpo $(DEPDIR)/libnucleus_la-embshow.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-670-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:671:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embshow.lo `test -f 'embshow.c' || echo '$(srcdir)/'`embshow.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-672-
emboss-6.6.0+dfsg/nucleus/Makefile.in-673-libnucleus_la-embword.lo: embword.c
emboss-6.6.0+dfsg/nucleus/Makefile.in:674:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -MT libnucleus_la-embword.lo -MD -MP -MF $(DEPDIR)/libnucleus_la-embword.Tpo -c -o libnucleus_la-embword.lo `test -f 'embword.c' || echo '$(srcdir)/'`embword.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-675-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libnucleus_la-embword.Tpo $(DEPDIR)/libnucleus_la-embword.Plo
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emboss-6.6.0+dfsg/nucleus/Makefile.in:678:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libnucleus_la_CPPFLAGS) $(CPPFLAGS) $(libnucleus_la_CFLAGS) $(CFLAGS) -c -o libnucleus_la-embword.lo `test -f 'embword.c' || echo '$(srcdir)/'`embword.c
emboss-6.6.0+dfsg/nucleus/Makefile.in-679-
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-703-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
emboss-6.6.0+dfsg/nucleus/Makefile.in:704:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/nucleus/Makefile.in-705-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-751-GTAGS:
emboss-6.6.0+dfsg/nucleus/Makefile.in:752:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/nucleus/Makefile.in-753-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-773-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/nucleus/Makefile.in:774:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/nucleus/Makefile.in:775:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/nucleus/Makefile.in-776-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/nucleus/Makefile.in-787-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/nucleus/Makefile.in:788:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/nucleus/Makefile.in-789-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/depcomp-72-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
emboss-6.6.0+dfsg/depcomp:73:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
emboss-6.6.0+dfsg/depcomp-74-
##############################################
emboss-6.6.0+dfsg/depcomp-248-  # Version 6 uses the directory in both cases.
emboss-6.6.0+dfsg/depcomp:249:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
emboss-6.6.0+dfsg/depcomp-250-  test "x$dir" = "x$object" && dir=
emboss-6.6.0+dfsg/depcomp:251:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
emboss-6.6.0+dfsg/depcomp-252-  if test "$libtool" = yes; then
##############################################
emboss-6.6.0+dfsg/depcomp-343-  # Much of this is similar to the tru64 case; see comments there.
emboss-6.6.0+dfsg/depcomp:344:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
emboss-6.6.0+dfsg/depcomp-345-  test "x$dir" = "x$object" && dir=
emboss-6.6.0+dfsg/depcomp:346:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
emboss-6.6.0+dfsg/depcomp-347-  if test "$libtool" = yes; then
##############################################
emboss-6.6.0+dfsg/depcomp-387-   # Subdirectories are respected.
emboss-6.6.0+dfsg/depcomp:388:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
emboss-6.6.0+dfsg/depcomp-389-   test "x$dir" = "x$object" && dir=
emboss-6.6.0+dfsg/depcomp:390:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
emboss-6.6.0+dfsg/depcomp-391-
##############################################
emboss-6.6.0+dfsg/depcomp-577-  done
emboss-6.6.0+dfsg/depcomp:578:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
emboss-6.6.0+dfsg/depcomp-579-  touch "$tmpdepfile"
##############################################
emboss-6.6.0+dfsg/m4/ltsugar.m4-67-m4_define([lt_combine],
emboss-6.6.0+dfsg/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
emboss-6.6.0+dfsg/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
emboss-6.6.0+dfsg/m4/pkg.m4-74-    PKG_CHECK_EXISTS([$3],
emboss-6.6.0+dfsg/m4/pkg.m4:75:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
emboss-6.6.0+dfsg/m4/pkg.m4-76-		     [pkg_failed=yes])
##############################################
emboss-6.6.0+dfsg/m4/pkg.m4-122-        if test $_pkg_short_errors_supported = yes; then
emboss-6.6.0+dfsg/m4/pkg.m4:123:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
emboss-6.6.0+dfsg/m4/pkg.m4-124-        else 
emboss-6.6.0+dfsg/m4/pkg.m4:125:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
emboss-6.6.0+dfsg/m4/pkg.m4-126-        fi
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-125-done
emboss-6.6.0+dfsg/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
emboss-6.6.0+dfsg/m4/libtool.m4-127-])
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
emboss-6.6.0+dfsg/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
emboss-6.6.0+dfsg/m4/libtool.m4-429-
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-437-#
emboss-6.6.0+dfsg/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
emboss-6.6.0+dfsg/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
emboss-6.6.0+dfsg/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
emboss-6.6.0+dfsg/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
emboss-6.6.0+dfsg/m4/libtool.m4-551-      ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
emboss-6.6.0+dfsg/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
emboss-6.6.0+dfsg/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
emboss-6.6.0+dfsg/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
emboss-6.6.0+dfsg/m4/libtool.m4-564-      ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-720-
emboss-6.6.0+dfsg/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
emboss-6.6.0+dfsg/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
emboss-6.6.0+dfsg/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\"`'
emboss-6.6.0+dfsg/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1143-      }]'
emboss-6.6.0+dfsg/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"`
emboss-6.6.0+dfsg/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
emboss-6.6.0+dfsg/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
emboss-6.6.0+dfsg/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"`
emboss-6.6.0+dfsg/m4/libtool.m4-1148-  fi],[])
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
emboss-6.6.0+dfsg/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
emboss-6.6.0+dfsg/m4/libtool.m4-1181-  ECHO='print -r --'
emboss-6.6.0+dfsg/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
emboss-6.6.0+dfsg/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
emboss-6.6.0+dfsg/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
emboss-6.6.0+dfsg/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
emboss-6.6.0+dfsg/m4/libtool.m4-1217-
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1237-   if test "$GCC" = yes; then
emboss-6.6.0+dfsg/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
emboss-6.6.0+dfsg/m4/libtool.m4-1239-   fi
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1241- /*)
emboss-6.6.0+dfsg/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
emboss-6.6.0+dfsg/m4/libtool.m4-1243-   ;; #(
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
emboss-6.6.0+dfsg/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
emboss-6.6.0+dfsg/m4/libtool.m4-1272-      *ELF-32*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
emboss-6.6.0+dfsg/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
emboss-6.6.0+dfsg/m4/libtool.m4-1288-	*32-bit*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1298-    else
emboss-6.6.0+dfsg/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
emboss-6.6.0+dfsg/m4/libtool.m4-1300-	*32-bit*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1650-    # And add a safety zone
emboss-6.6.0+dfsg/m4/libtool.m4:1651:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
emboss-6.6.0+dfsg/m4/libtool.m4:1652:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
emboss-6.6.0+dfsg/m4/libtool.m4-1653-    ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1683-    if test -n "$kargmax"; then
emboss-6.6.0+dfsg/m4/libtool.m4:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
emboss-6.6.0+dfsg/m4/libtool.m4-1685-    else
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
emboss-6.6.0+dfsg/m4/libtool.m4:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
emboss-6.6.0+dfsg/m4/libtool.m4:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
emboss-6.6.0+dfsg/m4/libtool.m4-1694-    else
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1703-      # we can't tell.
emboss-6.6.0+dfsg/m4/libtool.m4:1704:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
emboss-6.6.0+dfsg/m4/libtool.m4-1705-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1707-      do
emboss-6.6.0+dfsg/m4/libtool.m4:1708:        i=`expr $i + 1`
emboss-6.6.0+dfsg/m4/libtool.m4-1709-        teststring=$teststring$teststring
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1711-      # Only check the string length outside the loop.
emboss-6.6.0+dfsg/m4/libtool.m4:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
emboss-6.6.0+dfsg/m4/libtool.m4-1713-      teststring=
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-1716-      # linker.  It appears as though 1/2 is a usable value.
emboss-6.6.0+dfsg/m4/libtool.m4:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
emboss-6.6.0+dfsg/m4/libtool.m4-1718-    fi
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2041-  if test "$hard_links" = no; then
emboss-6.6.0+dfsg/m4/libtool.m4:2042:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
emboss-6.6.0+dfsg/m4/libtool.m4-2043-    need_locks=warn
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2172-  esac
emboss-6.6.0+dfsg/m4/libtool.m4:2173:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
emboss-6.6.0+dfsg/m4/libtool.m4-2174-  case $lt_search_path_spec in
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2179-    # okay in the real world where ";" in dirpaths is itself problematic.
emboss-6.6.0+dfsg/m4/libtool.m4:2180:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
emboss-6.6.0+dfsg/m4/libtool.m4-2181-    ;;
emboss-6.6.0+dfsg/m4/libtool.m4-2182-  *)
emboss-6.6.0+dfsg/m4/libtool.m4:2183:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
emboss-6.6.0+dfsg/m4/libtool.m4-2184-    ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2188-  lt_tmp_lt_search_path_spec=
emboss-6.6.0+dfsg/m4/libtool.m4:2189:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
emboss-6.6.0+dfsg/m4/libtool.m4-2190-  for lt_sys_path in $lt_search_path_spec; do
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2223-  esac
emboss-6.6.0+dfsg/m4/libtool.m4:2224:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
emboss-6.6.0+dfsg/m4/libtool.m4-2225-else
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2311-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
emboss-6.6.0+dfsg/m4/libtool.m4:2312:    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'
emboss-6.6.0+dfsg/m4/libtool.m4-2313-    ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2347-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
emboss-6.6.0+dfsg/m4/libtool.m4:2348:    postinstall_cmds='base_file=`basename \${file}`~
emboss-6.6.0+dfsg/m4/libtool.m4:2349:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
emboss-6.6.0+dfsg/m4/libtool.m4:2350:      dldir=$destdir/`dirname \$dlpath`~
emboss-6.6.0+dfsg/m4/libtool.m4-2351-      test -d \$dldir || mkdir -p \$dldir~
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2356-      fi'
emboss-6.6.0+dfsg/m4/libtool.m4:2357:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
emboss-6.6.0+dfsg/m4/libtool.m4-2358-      dlpath=$dir/\$dldll~
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2364-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
emboss-6.6.0+dfsg/m4/libtool.m4:2365:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/m4/libtool.m4-2366-m4_if([$1], [],[
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2370-      # MinGW DLLs use traditional 'lib' prefix
emboss-6.6.0+dfsg/m4/libtool.m4:2371:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/m4/libtool.m4-2372-      ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2374-      # pw32 DLLs use 'pw' prefix rather than 'lib'
emboss-6.6.0+dfsg/m4/libtool.m4:2375:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/m4/libtool.m4-2376-      ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2383-    libname_spec='$name'
emboss-6.6.0+dfsg/m4/libtool.m4:2384:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/m4/libtool.m4-2385-    library_names_spec='${libname}.dll.lib'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2395-        # Let DOS variable expansion print the short 8.3 style file name.
emboss-6.6.0+dfsg/m4/libtool.m4:2396:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
emboss-6.6.0+dfsg/m4/libtool.m4-2397-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2400-      # Convert to MSYS style.
emboss-6.6.0+dfsg/m4/libtool.m4:2401:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
emboss-6.6.0+dfsg/m4/libtool.m4-2402-      ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2406-      # like /cygdrive/c/PROGRA~1:/cygdr...
emboss-6.6.0+dfsg/m4/libtool.m4:2407:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
emboss-6.6.0+dfsg/m4/libtool.m4:2408:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
emboss-6.6.0+dfsg/m4/libtool.m4:2409:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
emboss-6.6.0+dfsg/m4/libtool.m4-2410-      ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2414-        # It is most probably a Windows format PATH.
emboss-6.6.0+dfsg/m4/libtool.m4:2415:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
emboss-6.6.0+dfsg/m4/libtool.m4-2416-      else
emboss-6.6.0+dfsg/m4/libtool.m4:2417:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
emboss-6.6.0+dfsg/m4/libtool.m4-2418-      fi
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2424-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
emboss-6.6.0+dfsg/m4/libtool.m4:2425:    postinstall_cmds='base_file=`basename \${file}`~
emboss-6.6.0+dfsg/m4/libtool.m4:2426:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
emboss-6.6.0+dfsg/m4/libtool.m4:2427:      dldir=$destdir/`dirname \$dlpath`~
emboss-6.6.0+dfsg/m4/libtool.m4-2428-      test -d \$dldir || mkdir -p \$dldir~
emboss-6.6.0+dfsg/m4/libtool.m4-2429-      $install_prog $dir/$dlname \$dldir/$dlname'
emboss-6.6.0+dfsg/m4/libtool.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
emboss-6.6.0+dfsg/m4/libtool.m4-2431-      dlpath=$dir/\$dldll~
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2438-    # Assume MSVC wrapper
emboss-6.6.0+dfsg/m4/libtool.m4:2439:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
emboss-6.6.0+dfsg/m4/libtool.m4-2440-    dynamic_linker='Win32 ld.exe'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2455-  shlibpath_var=DYLD_LIBRARY_PATH
emboss-6.6.0+dfsg/m4/libtool.m4:2456:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
emboss-6.6.0+dfsg/m4/libtool.m4-2457-m4_if([$1], [],[
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2676-  if test -f /etc/ld.so.conf; then
emboss-6.6.0+dfsg/m4/libtool.m4:2677:    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' ' '`
emboss-6.6.0+dfsg/m4/libtool.m4-2678-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2739-  shlibpath_var=LD_LIBRARY_PATH
emboss-6.6.0+dfsg/m4/libtool.m4:2740:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
emboss-6.6.0+dfsg/m4/libtool.m4-2741-    case $host_os in
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-2956-	"file_magic "*)
emboss-6.6.0+dfsg/m4/libtool.m4:2957:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
emboss-6.6.0+dfsg/m4/libtool.m4-2958-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3039-    # gcc leaves a trailing carriage return which upsets mingw
emboss-6.6.0+dfsg/m4/libtool.m4:3040:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
emboss-6.6.0+dfsg/m4/libtool.m4-3041-  *)
emboss-6.6.0+dfsg/m4/libtool.m4:3042:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
emboss-6.6.0+dfsg/m4/libtool.m4-3043-  esac
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3048-      # Canonicalize the pathname of ld
emboss-6.6.0+dfsg/m4/libtool.m4:3049:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
emboss-6.6.0+dfsg/m4/libtool.m4-3050-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
emboss-6.6.0+dfsg/m4/libtool.m4:3051:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
emboss-6.6.0+dfsg/m4/libtool.m4-3052-      done
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3079-      # Break only if it was the GNU/non-GNU ld that we prefer.
emboss-6.6.0+dfsg/m4/libtool.m4:3080:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
emboss-6.6.0+dfsg/m4/libtool.m4-3081-      *GNU* | *'with BFD'*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3119-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
emboss-6.6.0+dfsg/m4/libtool.m4:3120:case `$LD -v 2>&1 </dev/null` in
emboss-6.6.0+dfsg/m4/libtool.m4-3121-*GNU* | *'with BFD'*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3314-openbsd*)
emboss-6.6.0+dfsg/m4/libtool.m4:3315:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
emboss-6.6.0+dfsg/m4/libtool.m4-3316-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3378-    else
emboss-6.6.0+dfsg/m4/libtool.m4:3379:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
emboss-6.6.0+dfsg/m4/libtool.m4-3380-    fi
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3424-	# Tru64's nm complains that /dev/null is an invalid object file
emboss-6.6.0+dfsg/m4/libtool.m4:3425:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
emboss-6.6.0+dfsg/m4/libtool.m4-3426-	*/dev/null* | *'Invalid file or object type'*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3430-	*)
emboss-6.6.0+dfsg/m4/libtool.m4:3431:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
emboss-6.6.0+dfsg/m4/libtool.m4-3432-	  */dev/null*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3456-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
emboss-6.6.0+dfsg/m4/libtool.m4:3457:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
emboss-6.6.0+dfsg/m4/libtool.m4-3458-    *COFF*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3515-  # decide which to use based on capabilities of $DLLTOOL
emboss-6.6.0+dfsg/m4/libtool.m4:3516:  case `$DLLTOOL --help 2>&1` in
emboss-6.6.0+dfsg/m4/libtool.m4-3517-  *--identify-strict*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3674-# If we're using GNU nm, then use its standard symbol codes.
emboss-6.6.0+dfsg/m4/libtool.m4:3675:case `$NM -V 2>&1` in
emboss-6.6.0+dfsg/m4/libtool.m4-3676-*GNU* | *'with BFD'*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3692-mingw*)
emboss-6.6.0+dfsg/m4/libtool.m4:3693:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
emboss-6.6.0+dfsg/m4/libtool.m4-3694-  ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-3745-    nlist=conftest.nm
emboss-6.6.0+dfsg/m4/libtool.m4:3746:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
emboss-6.6.0+dfsg/m4/libtool.m4-3747-      # Try sorting and uniquifying the output.
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4083-	  *)
emboss-6.6.0+dfsg/m4/libtool.m4:4084:	    case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/m4/libtool.m4-4085-	    *Sun\ C*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4388-      *)
emboss-6.6.0+dfsg/m4/libtool.m4:4389:	case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/m4/libtool.m4-4390-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4660-	# shared libraries, regardless of the interface used.
emboss-6.6.0+dfsg/m4/libtool.m4:4661:	case `$LD -v 2>&1` in
emboss-6.6.0+dfsg/m4/libtool.m4-4662-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4692-    supports_anon_versioning=no
emboss-6.6.0+dfsg/m4/libtool.m4:4693:    case `$LD -v 2>&1` in
emboss-6.6.0+dfsg/m4/libtool.m4-4694-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4761-	# is EXPORTS), use it as is; otherwise, prepend...
emboss-6.6.0+dfsg/m4/libtool.m4:4762:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
emboss-6.6.0+dfsg/m4/libtool.m4-4763-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4789-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
emboss-6.6.0+dfsg/m4/libtool.m4:4790:      _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'
emboss-6.6.0+dfsg/m4/libtool.m4:4791:      _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'
emboss-6.6.0+dfsg/m4/libtool.m4-4792-      ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4807-        pgcc*)				# Portland Group C compiler
emboss-6.6.0+dfsg/m4/libtool.m4:4808:	  _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'
emboss-6.6.0+dfsg/m4/libtool.m4-4809-	  tmp_addflag=' $pic_flag'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4812-					# Portland Group f77 and f90 compilers
emboss-6.6.0+dfsg/m4/libtool.m4:4813:	  _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'
emboss-6.6.0+dfsg/m4/libtool.m4-4814-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4827-	nvcc*)	# Cuda Compiler Driver 2.2
emboss-6.6.0+dfsg/m4/libtool.m4:4828:	  _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'
emboss-6.6.0+dfsg/m4/libtool.m4-4829-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4831-	esac
emboss-6.6.0+dfsg/m4/libtool.m4:4832:	case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/m4/libtool.m4-4833-	*Sun\ C*)			# Sun C 5.9
emboss-6.6.0+dfsg/m4/libtool.m4:4834:	  _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'
emboss-6.6.0+dfsg/m4/libtool.m4-4835-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-4899-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
emboss-6.6.0+dfsg/m4/libtool.m4:4900:      case `$LD -v 2>&1` in
emboss-6.6.0+dfsg/m4/libtool.m4-4901-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5022-	# below for broken collect2 doesn't work under 4.3+
emboss-6.6.0+dfsg/m4/libtool.m4:5023:	  collect2name=`${CC} -print-prog-name=collect2`
emboss-6.6.0+dfsg/m4/libtool.m4-5024-	  if test -f "$collect2name" &&
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5071-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
emboss-6.6.0+dfsg/m4/libtool.m4:5072:        _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"
emboss-6.6.0+dfsg/m4/libtool.m4-5073-      else
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5137-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
emboss-6.6.0+dfsg/m4/libtool.m4:5138:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
emboss-6.6.0+dfsg/m4/libtool.m4-5139-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5174-	# FIXME: Setting linknames here is a bad hack.
emboss-6.6.0+dfsg/m4/libtool.m4:5175:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
emboss-6.6.0+dfsg/m4/libtool.m4-5176-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5312-      if test "$GCC" = yes; then
emboss-6.6.0+dfsg/m4/libtool.m4:5313:	_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'
emboss-6.6.0+dfsg/m4/libtool.m4-5314-	# Try to use the -exported_symbol ld option, if it does not
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5335-	if test "$lt_cv_irix_exported_symbol" = yes; then
emboss-6.6.0+dfsg/m4/libtool.m4:5336:          _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'
emboss-6.6.0+dfsg/m4/libtool.m4-5337-	fi
emboss-6.6.0+dfsg/m4/libtool.m4-5338-      else
emboss-6.6.0+dfsg/m4/libtool.m4:5339:	_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'
emboss-6.6.0+dfsg/m4/libtool.m4:5340:	_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'
emboss-6.6.0+dfsg/m4/libtool.m4-5341-      fi
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5375-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
emboss-6.6.0+dfsg/m4/libtool.m4:5376:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
emboss-6.6.0+dfsg/m4/libtool.m4-5377-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5408-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
emboss-6.6.0+dfsg/m4/libtool.m4:5409:	_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'
emboss-6.6.0+dfsg/m4/libtool.m4-5410-      else
emboss-6.6.0+dfsg/m4/libtool.m4-5411-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
emboss-6.6.0+dfsg/m4/libtool.m4:5412:	_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'
emboss-6.6.0+dfsg/m4/libtool.m4-5413-      fi
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5421-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
emboss-6.6.0+dfsg/m4/libtool.m4:5422:	_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'
emboss-6.6.0+dfsg/m4/libtool.m4-5423-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
emboss-6.6.0+dfsg/m4/libtool.m4:5426:	_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'
emboss-6.6.0+dfsg/m4/libtool.m4:5427:	_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~
emboss-6.6.0+dfsg/m4/libtool.m4:5428:	$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'
emboss-6.6.0+dfsg/m4/libtool.m4-5429-
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5444-      else
emboss-6.6.0+dfsg/m4/libtool.m4:5445:	case `$CC -V 2>&1` in
emboss-6.6.0+dfsg/m4/libtool.m4-5446-	*"Compilers 5.0"*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5637-	  _LT_TAGVAR(allow_undefined_flag, $1)=
emboss-6.6.0+dfsg/m4/libtool.m4:5638:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
emboss-6.6.0+dfsg/m4/libtool.m4-5639-	  then
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-5937-        # ancient GNU ld didn't support --whole-archive et. al.
emboss-6.6.0+dfsg/m4/libtool.m4:5938:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
emboss-6.6.0+dfsg/m4/libtool.m4-5939-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6020-          # below for broken collect2 doesn't work under 4.3+
emboss-6.6.0+dfsg/m4/libtool.m4:6021:	  collect2name=`${CC} -print-prog-name=collect2`
emboss-6.6.0+dfsg/m4/libtool.m4-6022-	  if test -f "$collect2name" &&
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6070-
emboss-6.6.0+dfsg/m4/libtool.m4:6071:          _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"
emboss-6.6.0+dfsg/m4/libtool.m4-6072-        else
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6136-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
emboss-6.6.0+dfsg/m4/libtool.m4:6137:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
emboss-6.6.0+dfsg/m4/libtool.m4-6138-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6177-	    # is EXPORTS), use it as is; otherwise, prepend...
emboss-6.6.0+dfsg/m4/libtool.m4:6178:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
emboss-6.6.0+dfsg/m4/libtool.m4-6179-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6260-            # dependencies.
emboss-6.6.0+dfsg/m4/libtool.m4:6261:            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"'
emboss-6.6.0+dfsg/m4/libtool.m4-6262-            ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6325-	    # dependencies.
emboss-6.6.0+dfsg/m4/libtool.m4:6326:	    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"'
emboss-6.6.0+dfsg/m4/libtool.m4-6327-	    ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6361-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
emboss-6.6.0+dfsg/m4/libtool.m4:6362:	_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'
emboss-6.6.0+dfsg/m4/libtool.m4:6363:	_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'
emboss-6.6.0+dfsg/m4/libtool.m4-6364-	;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6368-	    # SGI C++
emboss-6.6.0+dfsg/m4/libtool.m4:6369:	    _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6370-
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6379-	      if test "$with_gnu_ld" = no; then
emboss-6.6.0+dfsg/m4/libtool.m4:6380:	        _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6381-	      else
emboss-6.6.0+dfsg/m4/libtool.m4:6382:	        _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6383-	      fi
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6400-	    # to its proper name (with version) after linking.
emboss-6.6.0+dfsg/m4/libtool.m4:6401:	    _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'
emboss-6.6.0+dfsg/m4/libtool.m4:6402:	    _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6403-	    # Commands to make compiler produce verbose output that lists
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6410-	    # dependencies.
emboss-6.6.0+dfsg/m4/libtool.m4:6411:	    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"'
emboss-6.6.0+dfsg/m4/libtool.m4-6412-
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6425-	    # earlier do not add the objects themselves.
emboss-6.6.0+dfsg/m4/libtool.m4:6426:	    case `$CC -V 2>&1` in
emboss-6.6.0+dfsg/m4/libtool.m4-6427-	      *"Version 7."*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6446-            # Portland Group C++ compiler
emboss-6.6.0+dfsg/m4/libtool.m4:6447:	    case `$CC -V` in
emboss-6.6.0+dfsg/m4/libtool.m4-6448-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6451-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
emboss-6.6.0+dfsg/m4/libtool.m4:6452:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
emboss-6.6.0+dfsg/m4/libtool.m4-6453-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6455-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
emboss-6.6.0+dfsg/m4/libtool.m4:6456:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
emboss-6.6.0+dfsg/m4/libtool.m4-6457-		$RANLIB $oldlib'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6460-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
emboss-6.6.0+dfsg/m4/libtool.m4:6461:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
emboss-6.6.0+dfsg/m4/libtool.m4-6462-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6464-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
emboss-6.6.0+dfsg/m4/libtool.m4:6465:		$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'
emboss-6.6.0+dfsg/m4/libtool.m4-6466-	      ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6474-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
emboss-6.6.0+dfsg/m4/libtool.m4:6475:	    _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6476-            ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6493-	    # dependencies.
emboss-6.6.0+dfsg/m4/libtool.m4:6494:	    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'
emboss-6.6.0+dfsg/m4/libtool.m4-6495-	    ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6508-	  *)
emboss-6.6.0+dfsg/m4/libtool.m4:6509:	    case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/m4/libtool.m4-6510-	    *Sun\ C*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6515-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
emboss-6.6.0+dfsg/m4/libtool.m4:6516:	      _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6517-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6585-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
emboss-6.6.0+dfsg/m4/libtool.m4:6586:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
emboss-6.6.0+dfsg/m4/libtool.m4-6587-	    _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'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6604-	    # to its proper name (with version) after linking.
emboss-6.6.0+dfsg/m4/libtool.m4:6605:	    _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6606-
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6625-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
emboss-6.6.0+dfsg/m4/libtool.m4:6626:	        _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6627-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6630-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
emboss-6.6.0+dfsg/m4/libtool.m4:6631:	        _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'
emboss-6.6.0+dfsg/m4/libtool.m4:6632:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
emboss-6.6.0+dfsg/m4/libtool.m4-6633-	          echo "-hidden">> $lib.exp~
emboss-6.6.0+dfsg/m4/libtool.m4:6634:	          $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~
emboss-6.6.0+dfsg/m4/libtool.m4-6635-	          $RM $lib.exp'
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6649-	    # dependencies.
emboss-6.6.0+dfsg/m4/libtool.m4:6650:	    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"'
emboss-6.6.0+dfsg/m4/libtool.m4-6651-	    ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6656-	        osf3*)
emboss-6.6.0+dfsg/m4/libtool.m4:6657:	          _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6658-		  ;;
emboss-6.6.0+dfsg/m4/libtool.m4-6659-	        *)
emboss-6.6.0+dfsg/m4/libtool.m4:6660:	          _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'
emboss-6.6.0+dfsg/m4/libtool.m4-6661-		  ;;
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6909-  case ${2} in
emboss-6.6.0+dfsg/m4/libtool.m4:6910:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
emboss-6.6.0+dfsg/m4/libtool.m4:6911:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
emboss-6.6.0+dfsg/m4/libtool.m4-6912-  esac
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-6997-
emboss-6.6.0+dfsg/m4/libtool.m4:6998:  for p in `eval "$output_verbose_link_cmd"`; do
emboss-6.6.0+dfsg/m4/libtool.m4-6999-    case ${prev}${p} in
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-7095-linux*)
emboss-6.6.0+dfsg/m4/libtool.m4:7096:  case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/m4/libtool.m4-7097-  *Sun\ C*)
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-7146-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
emboss-6.6.0+dfsg/m4/libtool.m4:7147: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
emboss-6.6.0+dfsg/m4/libtool.m4-7148-fi
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-7758-    test $lt_ac_count -gt 10 && break
emboss-6.6.0+dfsg/m4/libtool.m4:7759:    lt_ac_count=`expr $lt_ac_count + 1`
emboss-6.6.0+dfsg/m4/libtool.m4-7760-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
emboss-6.6.0+dfsg/m4/libtool.m4-7829-# ------------------------------------------------------
emboss-6.6.0+dfsg/m4/libtool.m4:7830:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
emboss-6.6.0+dfsg/m4/libtool.m4-7831-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
emboss-6.6.0+dfsg/m4/postgresql.m4-89-
emboss-6.6.0+dfsg/m4/postgresql.m4:90:      POSTGRESQL_CFLAGS="-I`${POSTGRESQL_CONFIG} --includedir`"
emboss-6.6.0+dfsg/m4/postgresql.m4:91:      POSTGRESQL_CPPFLAGS="-I`${POSTGRESQL_CONFIG} --includedir`"
emboss-6.6.0+dfsg/m4/postgresql.m4:92:      POSTGRESQL_LDFLAGS="-L`${POSTGRESQL_CONFIG} --libdir` -lpq"
emboss-6.6.0+dfsg/m4/postgresql.m4-93-
emboss-6.6.0+dfsg/m4/postgresql.m4:94:      POSTGRESQL_VERSION=`${POSTGRESQL_CONFIG} --version | sed -e 's#PostgreSQL ##'`
emboss-6.6.0+dfsg/m4/postgresql.m4-95-
##############################################
emboss-6.6.0+dfsg/m4/postgresql.m4-147-
emboss-6.6.0+dfsg/m4/postgresql.m4:148:    postgresql_version_req_major=`expr ${postgresql_version_req} : '\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/postgresql.m4:149:    postgresql_version_req_minor=`expr ${postgresql_version_req} : '[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/postgresql.m4:150:    postgresql_version_req_micro=`expr ${postgresql_version_req} : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/postgresql.m4-151-
##############################################
emboss-6.6.0+dfsg/m4/postgresql.m4-161-
emboss-6.6.0+dfsg/m4/postgresql.m4:162:    postgresql_version_major=`expr ${POSTGRESQL_VERSION} : '\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/postgresql.m4:163:    postgresql_version_minor=`expr ${POSTGRESQL_VERSION} : '[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/postgresql.m4:164:    postgresql_version_micro=`expr ${POSTGRESQL_VERSION} : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/postgresql.m4-165-
##############################################
emboss-6.6.0+dfsg/m4/postgresql.m4-172-
emboss-6.6.0+dfsg/m4/postgresql.m4:173:    postgresql_version_check=`expr ${postgresql_version_number} \>\= ${postgresql_version_req_number}`
emboss-6.6.0+dfsg/m4/postgresql.m4-174-
##############################################
emboss-6.6.0+dfsg/m4/mysql.m4-92-
emboss-6.6.0+dfsg/m4/mysql.m4:93:      MYSQL_CFLAGS="`${MYSQL_CONFIG} --cflags`"
emboss-6.6.0+dfsg/m4/mysql.m4:94:      MYSQL_CPPFLAGS="`${MYSQL_CONFIG} --include`"
emboss-6.6.0+dfsg/m4/mysql.m4:95:      MYSQL_LDFLAGS="`${MYSQL_CONFIG} --libs`"
emboss-6.6.0+dfsg/m4/mysql.m4-96-
emboss-6.6.0+dfsg/m4/mysql.m4:97:      MYSQL_VERSION=`${MYSQL_CONFIG} --version`
emboss-6.6.0+dfsg/m4/mysql.m4-98-
##############################################
emboss-6.6.0+dfsg/m4/mysql.m4-150-
emboss-6.6.0+dfsg/m4/mysql.m4:151:    mysql_version_req_major=`expr ${mysql_version_req} : '\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/mysql.m4:152:    mysql_version_req_minor=`expr ${mysql_version_req} : '[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/mysql.m4:153:    mysql_version_req_micro=`expr ${mysql_version_req} : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/mysql.m4-154-
##############################################
emboss-6.6.0+dfsg/m4/mysql.m4-164-
emboss-6.6.0+dfsg/m4/mysql.m4:165:    mysql_version_major=`expr ${MYSQL_VERSION} : '\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/mysql.m4:166:    mysql_version_minor=`expr ${MYSQL_VERSION} : '[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/mysql.m4:167:    mysql_version_micro=`expr ${MYSQL_VERSION} : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/m4/mysql.m4-168-
##############################################
emboss-6.6.0+dfsg/m4/mysql.m4-175-
emboss-6.6.0+dfsg/m4/mysql.m4:176:    mysql_version_check=`expr ${mysql_version_number} \>\= ${mysql_version_req_number}`
emboss-6.6.0+dfsg/m4/mysql.m4-177-
##############################################
emboss-6.6.0+dfsg/test/genbank/Makefile-76-  esac
emboss-6.6.0+dfsg/test/genbank/Makefile:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/genbank/Makefile-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/genbank/Makefile:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/genbank/Makefile-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/genbank/Makefile-81-  esac;
emboss-6.6.0+dfsg/test/genbank/Makefile:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/genbank/Makefile-83-am__install_max = 40
emboss-6.6.0+dfsg/test/genbank/Makefile-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/genbank/Makefile:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/genbank/Makefile-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/genbank/Makefile-333-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/genbank/Makefile:334:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/genbank/Makefile-335-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/genbank/Makefile-345-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/genbank/Makefile:346:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/genbank/Makefile:347:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/genbank/Makefile-348-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/genbank/Makefile-359-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/genbank/Makefile:360:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/genbank/Makefile-361-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/genbank/Makefile.in-76-  esac
emboss-6.6.0+dfsg/test/genbank/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/genbank/Makefile.in-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/genbank/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/genbank/Makefile.in-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/genbank/Makefile.in-81-  esac;
emboss-6.6.0+dfsg/test/genbank/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/genbank/Makefile.in-83-am__install_max = 40
emboss-6.6.0+dfsg/test/genbank/Makefile.in-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/genbank/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/genbank/Makefile.in-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/genbank/Makefile.in-333-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/genbank/Makefile.in:334:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/genbank/Makefile.in-335-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/genbank/Makefile.in-345-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/genbank/Makefile.in:346:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/genbank/Makefile.in:347:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/genbank/Makefile.in-348-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/genbank/Makefile.in-359-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/genbank/Makefile.in:360:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/genbank/Makefile.in-361-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/data/uniprotft.sw-1407-CC       similarity).
emboss-6.6.0+dfsg/test/data/uniprotft.sw:1408:CC   -!- SUBCELLULAR LOCATION: Cytoplasm (Probable).
emboss-6.6.0+dfsg/test/data/uniprotft.sw-1409-CC   -!- MISCELLANEOUS: Some bacteria possess a monofunctional argJ, i.e.,
##############################################
emboss-6.6.0+dfsg/test/data/uniprotft.sw-1552-CC       pathway; tetrahydrodipicolinate from L-aspartate: step 4/4.
emboss-6.6.0+dfsg/test/data/uniprotft.sw:1553:CC   -!- SUBCELLULAR LOCATION: Cytoplasm (By similarity).
emboss-6.6.0+dfsg/test/data/uniprotft.sw-1554-CC   -!- SIMILARITY: Belongs to the dihydrodipicolinate reductase family.
##############################################
emboss-6.6.0+dfsg/test/data/uniprotft.sw-2162-CC   -!- DEVELOPMENTAL STAGE: It first appears on the chromosome loops and
emboss-6.6.0+dfsg/test/data/uniprotft.sw:2163:CC       in the nucleoplasm of the germinal vesicle (GV). It is transmitted
emboss-6.6.0+dfsg/test/data/uniprotft.sw-2164-CC       to the egg at GV breakdown and appears in embryonic nuclei at the
##############################################
emboss-6.6.0+dfsg/test/data/uniprotft.sw-3228-CC   -!- SUBCELLULAR LOCATION: Nucleus. Centrosome. Note=Centrosomal during
emboss-6.6.0+dfsg/test/data/uniprotft.sw:3229:CC       interphase, released into the cytoplasm at the onset of mitosis.
emboss-6.6.0+dfsg/test/data/uniprotft.sw-3230-CC       Subsequently localizes to the midzone of the mitotic spindle.
##############################################
emboss-6.6.0+dfsg/test/data/Makefile-76-  esac
emboss-6.6.0+dfsg/test/data/Makefile:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/data/Makefile-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/data/Makefile:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/data/Makefile-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/data/Makefile-81-  esac;
emboss-6.6.0+dfsg/test/data/Makefile:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/data/Makefile-83-am__install_max = 40
emboss-6.6.0+dfsg/test/data/Makefile-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/data/Makefile:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/data/Makefile-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/data/Makefile-346-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/data/Makefile:347:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/data/Makefile-348-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/data/Makefile-358-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/data/Makefile:359:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/data/Makefile:360:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/data/Makefile-361-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/data/Makefile-372-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/data/Makefile:373:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/data/Makefile-374-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/data/Makefile.in-76-  esac
emboss-6.6.0+dfsg/test/data/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/data/Makefile.in-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/data/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/data/Makefile.in-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/data/Makefile.in-81-  esac;
emboss-6.6.0+dfsg/test/data/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/data/Makefile.in-83-am__install_max = 40
emboss-6.6.0+dfsg/test/data/Makefile.in-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/data/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/data/Makefile.in-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/data/Makefile.in-346-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/data/Makefile.in:347:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/data/Makefile.in-348-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/data/Makefile.in-358-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/data/Makefile.in:359:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/data/Makefile.in:360:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/data/Makefile.in-361-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/data/Makefile.in-372-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/data/Makefile.in:373:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/data/Makefile.in-374-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/swnew/Makefile-76-  esac
emboss-6.6.0+dfsg/test/swnew/Makefile:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/swnew/Makefile-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/swnew/Makefile:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/swnew/Makefile-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/swnew/Makefile-81-  esac;
emboss-6.6.0+dfsg/test/swnew/Makefile:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/swnew/Makefile-83-am__install_max = 40
emboss-6.6.0+dfsg/test/swnew/Makefile-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/swnew/Makefile:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/swnew/Makefile-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/swnew/Makefile-332-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/swnew/Makefile:333:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/swnew/Makefile-334-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/swnew/Makefile-344-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/swnew/Makefile:345:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/swnew/Makefile:346:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/swnew/Makefile-347-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/swnew/Makefile-358-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/swnew/Makefile:359:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/swnew/Makefile-360-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/swnew/Makefile.in-76-  esac
emboss-6.6.0+dfsg/test/swnew/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/swnew/Makefile.in-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/swnew/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/swnew/Makefile.in-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/swnew/Makefile.in-81-  esac;
emboss-6.6.0+dfsg/test/swnew/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/swnew/Makefile.in-83-am__install_max = 40
emboss-6.6.0+dfsg/test/swnew/Makefile.in-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/swnew/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/swnew/Makefile.in-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/swnew/Makefile.in-332-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/swnew/Makefile.in:333:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/swnew/Makefile.in-334-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/swnew/Makefile.in-344-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/swnew/Makefile.in:345:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/swnew/Makefile.in:346:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/swnew/Makefile.in-347-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/swnew/Makefile.in-358-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/swnew/Makefile.in:359:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/swnew/Makefile.in-360-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/Makefile-99-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/test/Makefile:100:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/test/Makefile-101-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/test/Makefile-102-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/test/Makefile:103:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/test/Makefile:104:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/test/Makefile-105-      else \
emboss-6.6.0+dfsg/test/Makefile:106:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/test/Makefile-107-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/test/Makefile:108:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/test/Makefile-109-        else \
##############################################
emboss-6.6.0+dfsg/test/Makefile-114-    fi; \
emboss-6.6.0+dfsg/test/Makefile:115:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/test/Makefile-116-  done; \
##############################################
emboss-6.6.0+dfsg/test/Makefile-335-	dot_seen=no; \
emboss-6.6.0+dfsg/test/Makefile:336:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/test/Makefile-337-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/test/Makefile-425-GTAGS:
emboss-6.6.0+dfsg/test/Makefile:426:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/test/Makefile-427-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/test/Makefile-447-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/Makefile:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/Makefile:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/Makefile-450-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/Makefile-461-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/Makefile:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/Makefile-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/testdb/Makefile-76-  esac
emboss-6.6.0+dfsg/test/testdb/Makefile:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/testdb/Makefile-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/testdb/Makefile:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/testdb/Makefile-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/testdb/Makefile-81-  esac;
emboss-6.6.0+dfsg/test/testdb/Makefile:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/testdb/Makefile-83-am__install_max = 40
emboss-6.6.0+dfsg/test/testdb/Makefile-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/testdb/Makefile:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/testdb/Makefile-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/testdb/Makefile-330-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/testdb/Makefile:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/testdb/Makefile-332-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/testdb/Makefile-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/testdb/Makefile:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/testdb/Makefile:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/testdb/Makefile-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/testdb/Makefile-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/testdb/Makefile:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/testdb/Makefile-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/testdb/Makefile.in-76-  esac
emboss-6.6.0+dfsg/test/testdb/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/testdb/Makefile.in-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/testdb/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/testdb/Makefile.in-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/testdb/Makefile.in-81-  esac;
emboss-6.6.0+dfsg/test/testdb/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/testdb/Makefile.in-83-am__install_max = 40
emboss-6.6.0+dfsg/test/testdb/Makefile.in-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/testdb/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/testdb/Makefile.in-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/testdb/Makefile.in-330-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/testdb/Makefile.in:331:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/testdb/Makefile.in-332-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/testdb/Makefile.in-342-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/testdb/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/testdb/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/testdb/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/testdb/Makefile.in-356-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/testdb/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/testdb/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/pir/Makefile-76-  esac
emboss-6.6.0+dfsg/test/pir/Makefile:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/pir/Makefile-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/pir/Makefile:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/pir/Makefile-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/pir/Makefile-81-  esac;
emboss-6.6.0+dfsg/test/pir/Makefile:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/pir/Makefile-83-am__install_max = 40
emboss-6.6.0+dfsg/test/pir/Makefile-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/pir/Makefile:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/pir/Makefile-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/pir/Makefile-336-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/pir/Makefile:337:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/pir/Makefile-338-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/pir/Makefile-348-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/pir/Makefile:349:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/pir/Makefile:350:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/pir/Makefile-351-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/pir/Makefile-362-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/pir/Makefile:363:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/pir/Makefile-364-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/pir/Makefile.in-76-  esac
emboss-6.6.0+dfsg/test/pir/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/pir/Makefile.in-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/pir/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/pir/Makefile.in-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/pir/Makefile.in-81-  esac;
emboss-6.6.0+dfsg/test/pir/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/pir/Makefile.in-83-am__install_max = 40
emboss-6.6.0+dfsg/test/pir/Makefile.in-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/pir/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/pir/Makefile.in-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/pir/Makefile.in-336-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/pir/Makefile.in:337:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/pir/Makefile.in-338-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/pir/Makefile.in-348-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/pir/Makefile.in:349:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/pir/Makefile.in:350:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/pir/Makefile.in-351-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/pir/Makefile.in-362-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/pir/Makefile.in:363:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/pir/Makefile.in-364-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/embl/Makefile-76-  esac
emboss-6.6.0+dfsg/test/embl/Makefile:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/embl/Makefile-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/embl/Makefile:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/embl/Makefile-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/embl/Makefile-81-  esac;
emboss-6.6.0+dfsg/test/embl/Makefile:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/embl/Makefile-83-am__install_max = 40
emboss-6.6.0+dfsg/test/embl/Makefile-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/embl/Makefile:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/embl/Makefile-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/embl/Makefile-334-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/embl/Makefile:335:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/embl/Makefile-336-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/embl/Makefile-346-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/embl/Makefile:347:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/embl/Makefile:348:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/embl/Makefile-349-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/embl/Makefile-360-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/embl/Makefile:361:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/embl/Makefile-362-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/embl/Makefile.in-76-  esac
emboss-6.6.0+dfsg/test/embl/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/embl/Makefile.in-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/embl/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/embl/Makefile.in-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/embl/Makefile.in-81-  esac;
emboss-6.6.0+dfsg/test/embl/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/embl/Makefile.in-83-am__install_max = 40
emboss-6.6.0+dfsg/test/embl/Makefile.in-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/embl/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/embl/Makefile.in-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/embl/Makefile.in-334-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/embl/Makefile.in:335:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/embl/Makefile.in-336-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/embl/Makefile.in-346-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/embl/Makefile.in:347:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/embl/Makefile.in:348:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/embl/Makefile.in-349-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/embl/Makefile.in-360-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/embl/Makefile.in:361:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/embl/Makefile.in-362-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/swiss/seq.dat-12025-CC       vesicle function.
emboss-6.6.0+dfsg/test/swiss/seq.dat:12026:CC   -!- SUBCELLULAR LOCATION: Cytoplasm (By similarity). Nucleus (By
emboss-6.6.0+dfsg/test/swiss/seq.dat-12027-CC       similarity).
##############################################
emboss-6.6.0+dfsg/test/swiss/seq.dat-18245-CC       BBS/CCT complex (By similarity).
emboss-6.6.0+dfsg/test/swiss/seq.dat:18246:CC   -!- SUBCELLULAR LOCATION: Cytoplasm (By similarity).
emboss-6.6.0+dfsg/test/swiss/seq.dat-18247-CC   -!- SIMILARITY: Belongs to the TCP-1 chaperonin family.
##############################################
emboss-6.6.0+dfsg/test/swiss/Makefile-76-  esac
emboss-6.6.0+dfsg/test/swiss/Makefile:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/swiss/Makefile-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/swiss/Makefile:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/swiss/Makefile-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/swiss/Makefile-81-  esac;
emboss-6.6.0+dfsg/test/swiss/Makefile:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/swiss/Makefile-83-am__install_max = 40
emboss-6.6.0+dfsg/test/swiss/Makefile-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/swiss/Makefile:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/swiss/Makefile-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/swiss/Makefile-331-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/swiss/Makefile:332:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/swiss/Makefile-333-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/swiss/Makefile-343-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/swiss/Makefile:344:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/swiss/Makefile:345:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/swiss/Makefile-346-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/swiss/Makefile-357-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/swiss/Makefile:358:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/swiss/Makefile-359-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/swiss/Makefile.in-76-  esac
emboss-6.6.0+dfsg/test/swiss/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emboss-6.6.0+dfsg/test/swiss/Makefile.in-78-am__vpath_adj = case $$p in \
emboss-6.6.0+dfsg/test/swiss/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emboss-6.6.0+dfsg/test/swiss/Makefile.in-80-    *) f=$$p;; \
emboss-6.6.0+dfsg/test/swiss/Makefile.in-81-  esac;
emboss-6.6.0+dfsg/test/swiss/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emboss-6.6.0+dfsg/test/swiss/Makefile.in-83-am__install_max = 40
emboss-6.6.0+dfsg/test/swiss/Makefile.in-84-am__nobase_strip_setup = \
emboss-6.6.0+dfsg/test/swiss/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emboss-6.6.0+dfsg/test/swiss/Makefile.in-86-am__nobase_strip = \
##############################################
emboss-6.6.0+dfsg/test/swiss/Makefile.in-331-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
emboss-6.6.0+dfsg/test/swiss/Makefile.in:332:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emboss-6.6.0+dfsg/test/swiss/Makefile.in-333-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
emboss-6.6.0+dfsg/test/swiss/Makefile.in-343-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/swiss/Makefile.in:344:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/swiss/Makefile.in:345:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/swiss/Makefile.in-346-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/swiss/Makefile.in-357-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/swiss/Makefile.in:358:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/swiss/Makefile.in-359-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/test/Makefile.in-99-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/test/Makefile.in:100:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/test/Makefile.in-101-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/test/Makefile.in-102-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/test/Makefile.in:103:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/test/Makefile.in:104:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/test/Makefile.in-105-      else \
emboss-6.6.0+dfsg/test/Makefile.in:106:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/test/Makefile.in-107-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/test/Makefile.in:108:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/test/Makefile.in-109-        else \
##############################################
emboss-6.6.0+dfsg/test/Makefile.in-114-    fi; \
emboss-6.6.0+dfsg/test/Makefile.in:115:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/test/Makefile.in-116-  done; \
##############################################
emboss-6.6.0+dfsg/test/Makefile.in-335-	dot_seen=no; \
emboss-6.6.0+dfsg/test/Makefile.in:336:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/test/Makefile.in-337-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/test/Makefile.in-425-GTAGS:
emboss-6.6.0+dfsg/test/Makefile.in:426:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/test/Makefile.in-427-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/test/Makefile.in-447-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/test/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/test/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/test/Makefile.in-461-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/test/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/test/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/aclocal.m4-95-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
emboss-6.6.0+dfsg/aclocal.m4:96:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
emboss-6.6.0+dfsg/aclocal.m4-97-# and then we would define $MISSING as
##############################################
emboss-6.6.0+dfsg/aclocal.m4-111-# expand $ac_aux_dir to an absolute path
emboss-6.6.0+dfsg/aclocal.m4:112:am_aux_dir=`cd $ac_aux_dir && pwd`
emboss-6.6.0+dfsg/aclocal.m4-113-])
##############################################
emboss-6.6.0+dfsg/aclocal.m4-212-  if test "$am_compiler_list" = ""; then
emboss-6.6.0+dfsg/aclocal.m4:213:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
emboss-6.6.0+dfsg/aclocal.m4-214-  fi
##############################################
emboss-6.6.0+dfsg/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
emboss-6.6.0+dfsg/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
emboss-6.6.0+dfsg/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
emboss-6.6.0+dfsg/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
emboss-6.6.0+dfsg/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
emboss-6.6.0+dfsg/aclocal.m4-375-    else
##############################################
emboss-6.6.0+dfsg/aclocal.m4-379-    # from the Makefile without running 'make'.
emboss-6.6.0+dfsg/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
emboss-6.6.0+dfsg/aclocal.m4-381-    test -z "$DEPDIR" && continue
emboss-6.6.0+dfsg/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
emboss-6.6.0+dfsg/aclocal.m4-383-    test -z "am__include" && continue
emboss-6.6.0+dfsg/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
emboss-6.6.0+dfsg/aclocal.m4-385-    # Find all dependency output files, they are included files with
##############################################
emboss-6.6.0+dfsg/aclocal.m4-393-      test -f "$dirpart/$file" && continue
emboss-6.6.0+dfsg/aclocal.m4:394:      fdir=`AS_DIRNAME(["$file"])`
emboss-6.6.0+dfsg/aclocal.m4-395-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
emboss-6.6.0+dfsg/aclocal.m4-447-AC_REQUIRE([AC_PROG_INSTALL])dnl
emboss-6.6.0+dfsg/aclocal.m4:448:if test "`cd $srcdir && pwd`" != "`pwd`"; then
emboss-6.6.0+dfsg/aclocal.m4-449-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
emboss-6.6.0+dfsg/aclocal.m4-566-    * )
emboss-6.6.0+dfsg/aclocal.m4:567:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
emboss-6.6.0+dfsg/aclocal.m4-568-  esac
emboss-6.6.0+dfsg/aclocal.m4-569-done
emboss-6.6.0+dfsg/aclocal.m4:570:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
emboss-6.6.0+dfsg/aclocal.m4-571-
##############################################
emboss-6.6.0+dfsg/aclocal.m4-643-# Ignore all kinds of additional output from 'make'.
emboss-6.6.0+dfsg/aclocal.m4:644:case `$am_make -s -f confmf 2> /dev/null` in #(
emboss-6.6.0+dfsg/aclocal.m4-645-*the\ am__doit\ target*)
##############################################
emboss-6.6.0+dfsg/aclocal.m4-653-   echo '.include "confinc"' > confmf
emboss-6.6.0+dfsg/aclocal.m4:654:   case `$am_make -s -f confmf 2> /dev/null` in #(
emboss-6.6.0+dfsg/aclocal.m4-655-   *the\ am__doit\ target*)
##############################################
emboss-6.6.0+dfsg/aclocal.m4-778-     echo "timestamp, slept: $am_has_slept" > conftest.file
emboss-6.6.0+dfsg/aclocal.m4:779:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
emboss-6.6.0+dfsg/aclocal.m4-780-     if test "$[*]" = "X"; then
emboss-6.6.0+dfsg/aclocal.m4-781-	# -L didn't work.
emboss-6.6.0+dfsg/aclocal.m4:782:	set X `ls -t "$srcdir/configure" conftest.file`
emboss-6.6.0+dfsg/aclocal.m4-783-     fi
##############################################
emboss-6.6.0+dfsg/missing-162-         from any GNU archive site."
emboss-6.6.0+dfsg/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
emboss-6.6.0+dfsg/missing-164-    test -z "$files" && files="config.h"
##############################################
emboss-6.6.0+dfsg/missing-194-
emboss-6.6.0+dfsg/missing:195:    file=`echo "$*" | sed -n "$sed_output"`
emboss-6.6.0+dfsg/missing:196:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
emboss-6.6.0+dfsg/missing-197-    if test -f "$file"; then
##############################################
emboss-6.6.0+dfsg/missing-220-	*.y)
emboss-6.6.0+dfsg/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
emboss-6.6.0+dfsg/missing-222-	    if test -f "$SRCFILE"; then
##############################################
emboss-6.6.0+dfsg/missing-224-	    fi
emboss-6.6.0+dfsg/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
emboss-6.6.0+dfsg/missing-226-	    if test -f "$SRCFILE"; then
##############################################
emboss-6.6.0+dfsg/missing-250-	*.l)
emboss-6.6.0+dfsg/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
emboss-6.6.0+dfsg/missing-252-	    if test -f "$SRCFILE"; then
##############################################
emboss-6.6.0+dfsg/missing-269-
emboss-6.6.0+dfsg/missing:270:    file=`echo "$*" | sed -n "$sed_output"`
emboss-6.6.0+dfsg/missing:271:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
emboss-6.6.0+dfsg/missing-272-    if test -f "$file"; then
##############################################
emboss-6.6.0+dfsg/missing-289-    # The file to touch is that specified with -o ...
emboss-6.6.0+dfsg/missing:290:    file=`echo "$*" | sed -n "$sed_output"`
emboss-6.6.0+dfsg/missing:291:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
emboss-6.6.0+dfsg/missing-292-    if test -z "$file"; then
emboss-6.6.0+dfsg/missing-293-      # ... or it is the one specified with @setfilename ...
emboss-6.6.0+dfsg/missing:294:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
emboss-6.6.0+dfsg/missing-295-      file=`sed -n '
##############################################
emboss-6.6.0+dfsg/missing-301-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
emboss-6.6.0+dfsg/missing:302:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
emboss-6.6.0+dfsg/missing-303-    fi
##############################################
emboss-6.6.0+dfsg/Makefile.in-114-  while test -n "$$dir1"; do \
emboss-6.6.0+dfsg/Makefile.in:115:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/Makefile.in-116-    if test "$$first" != "."; then \
emboss-6.6.0+dfsg/Makefile.in-117-      if test "$$first" = ".."; then \
emboss-6.6.0+dfsg/Makefile.in:118:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emboss-6.6.0+dfsg/Makefile.in:119:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emboss-6.6.0+dfsg/Makefile.in-120-      else \
emboss-6.6.0+dfsg/Makefile.in:121:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emboss-6.6.0+dfsg/Makefile.in-122-        if test "$$first2" = "$$first"; then \
emboss-6.6.0+dfsg/Makefile.in:123:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/Makefile.in-124-        else \
##############################################
emboss-6.6.0+dfsg/Makefile.in-129-    fi; \
emboss-6.6.0+dfsg/Makefile.in:130:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emboss-6.6.0+dfsg/Makefile.in-131-  done; \
##############################################
emboss-6.6.0+dfsg/Makefile.in-382-	dot_seen=no; \
emboss-6.6.0+dfsg/Makefile.in:383:	target=`echo $@ | sed s/-recursive//`; \
emboss-6.6.0+dfsg/Makefile.in-384-	case "$@" in \
##############################################
emboss-6.6.0+dfsg/Makefile.in-472-GTAGS:
emboss-6.6.0+dfsg/Makefile.in:473:	here=`$(am__cd) $(top_builddir) && pwd` \
emboss-6.6.0+dfsg/Makefile.in-474-	  && $(am__cd) $(top_srcdir) \
##############################################
emboss-6.6.0+dfsg/Makefile.in-504-distdir: $(DISTFILES)
emboss-6.6.0+dfsg/Makefile.in:505:	@case `sed 15q $(srcdir)/NEWS` in \
emboss-6.6.0+dfsg/Makefile.in-506-	*"$(VERSION)"*) : ;; \
##############################################
emboss-6.6.0+dfsg/Makefile.in-512-	test -d "$(distdir)" || mkdir "$(distdir)"
emboss-6.6.0+dfsg/Makefile.in:513:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/Makefile.in:514:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emboss-6.6.0+dfsg/Makefile.in-515-	list='$(DISTFILES)'; \
##############################################
emboss-6.6.0+dfsg/Makefile.in-526-	  if test -d $$d/$$file; then \
emboss-6.6.0+dfsg/Makefile.in:527:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emboss-6.6.0+dfsg/Makefile.in-528-	    if test -d "$(distdir)/$$file"; then \
##############################################
emboss-6.6.0+dfsg/Makefile.in-634-	test -d $(distdir)/_build || exit 0; \
emboss-6.6.0+dfsg/Makefile.in:635:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
emboss-6.6.0+dfsg/Makefile.in-636-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
emboss-6.6.0+dfsg/Makefile.in-677-	}; \
emboss-6.6.0+dfsg/Makefile.in:678:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
emboss-6.6.0+dfsg/Makefile.in-679-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
emboss-6.6.0+dfsg/Makefile.in-689-	fi
emboss-6.6.0+dfsg/Makefile.in:690:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
emboss-6.6.0+dfsg/Makefile.in-691-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
emboss-6.6.0+dfsg/configure-46-if test -z "$BASH_VERSION$ZSH_VERSION" \
emboss-6.6.0+dfsg/configure:47:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
emboss-6.6.0+dfsg/configure-48-  as_echo='print -r --'
emboss-6.6.0+dfsg/configure-49-  as_echo_n='print -rn --'
emboss-6.6.0+dfsg/configure:50:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
emboss-6.6.0+dfsg/configure-51-  as_echo='printf %s\n'
##############################################
emboss-6.6.0+dfsg/configure-53-else
emboss-6.6.0+dfsg/configure:54:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
emboss-6.6.0+dfsg/configure-55-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
emboss-6.6.0+dfsg/configure-63-	expr "X$arg" : "X\\(.*\\)$as_nl";
emboss-6.6.0+dfsg/configure:64:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
emboss-6.6.0+dfsg/configure-65-      esac;
##############################################
emboss-6.6.0+dfsg/configure-200-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
emboss-6.6.0+dfsg/configure:201:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
emboss-6.6.0+dfsg/configure-202-
##############################################
emboss-6.6.0+dfsg/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
emboss-6.6.0+dfsg/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
emboss-6.6.0+dfsg/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
emboss-6.6.0+dfsg/configure-210-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
emboss-6.6.0+dfsg/configure-336-      case $as_dir in #(
emboss-6.6.0+dfsg/configure:337:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
emboss-6.6.0+dfsg/configure-338-      *) as_qdir=$as_dir;;
##############################################
emboss-6.6.0+dfsg/configure-409-  {
emboss-6.6.0+dfsg/configure:410:    as_val=`expr "$@" || test $? -eq 1`
emboss-6.6.0+dfsg/configure-411-  }
##############################################
emboss-6.6.0+dfsg/configure-416-# ----------------------------------------
emboss-6.6.0+dfsg/configure:417:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
emboss-6.6.0+dfsg/configure-418-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
emboss-6.6.0+dfsg/configure-479-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
emboss-6.6.0+dfsg/configure:480:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
emboss-6.6.0+dfsg/configure-481-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
emboss-6.6.0+dfsg/configure-940-  case $ac_option in
emboss-6.6.0+dfsg/configure:941:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
emboss-6.6.0+dfsg/configure-942-  *=)   ac_optarg= ;;
##############################################
emboss-6.6.0+dfsg/configure-984-  -disable-* | --disable-*)
emboss-6.6.0+dfsg/configure:985:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
emboss-6.6.0+dfsg/configure-986-    # Reject names that are not valid shell variable names.
##############################################
emboss-6.6.0+dfsg/configure-989-    ac_useropt_orig=$ac_useropt
emboss-6.6.0+dfsg/configure:990:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
emboss-6.6.0+dfsg/configure-991-    case $ac_user_opts in
##############################################
emboss-6.6.0+dfsg/configure-1010-  -enable-* | --enable-*)
emboss-6.6.0+dfsg/configure:1011:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
emboss-6.6.0+dfsg/configure-1012-    # Reject names that are not valid shell variable names.
##############################################
emboss-6.6.0+dfsg/configure-1015-    ac_useropt_orig=$ac_useropt
emboss-6.6.0+dfsg/configure:1016:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
emboss-6.6.0+dfsg/configure-1017-    case $ac_user_opts in
##############################################
emboss-6.6.0+dfsg/configure-1214-  -with-* | --with-*)
emboss-6.6.0+dfsg/configure:1215:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
emboss-6.6.0+dfsg/configure-1216-    # Reject names that are not valid shell variable names.
##############################################
emboss-6.6.0+dfsg/configure-1219-    ac_useropt_orig=$ac_useropt
emboss-6.6.0+dfsg/configure:1220:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
emboss-6.6.0+dfsg/configure-1221-    case $ac_user_opts in
##############################################
emboss-6.6.0+dfsg/configure-1230-  -without-* | --without-*)
emboss-6.6.0+dfsg/configure:1231:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
emboss-6.6.0+dfsg/configure-1232-    # Reject names that are not valid shell variable names.
##############################################
emboss-6.6.0+dfsg/configure-1235-    ac_useropt_orig=$ac_useropt
emboss-6.6.0+dfsg/configure:1236:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
emboss-6.6.0+dfsg/configure-1237-    case $ac_user_opts in
##############################################
emboss-6.6.0+dfsg/configure-1268-  *=*)
emboss-6.6.0+dfsg/configure:1269:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
emboss-6.6.0+dfsg/configure-1270-    # Reject names that are not valid shell variable names.
##############################################
emboss-6.6.0+dfsg/configure-1289-if test -n "$ac_prev"; then
emboss-6.6.0+dfsg/configure:1290:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
emboss-6.6.0+dfsg/configure-1291-  as_fn_error $? "missing argument to $ac_option"
##############################################
emboss-6.6.0+dfsg/configure-1311-    */ )
emboss-6.6.0+dfsg/configure:1312:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
emboss-6.6.0+dfsg/configure-1313-      eval $ac_var=\$ac_val;;
##############################################
emboss-6.6.0+dfsg/configure-1346-ac_ls_di=`ls -di .` &&
emboss-6.6.0+dfsg/configure:1347:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
emboss-6.6.0+dfsg/configure-1348-  as_fn_error $? "working directory cannot be determined"
##############################################
emboss-6.6.0+dfsg/configure-1402-case $srcdir in
emboss-6.6.0+dfsg/configure:1403:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
emboss-6.6.0+dfsg/configure-1404-esac
##############################################
emboss-6.6.0+dfsg/configure-1445-By default, \`make install' will install all the files in
emboss-6.6.0+dfsg/configure:1446:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
emboss-6.6.0+dfsg/configure:1447:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
emboss-6.6.0+dfsg/configure-1448-for instance \`--prefix=\$HOME'.
##############################################
emboss-6.6.0+dfsg/configure-1602-*)
emboss-6.6.0+dfsg/configure:1603:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
emboss-6.6.0+dfsg/configure-1604-  # A ".." for each directory in $ac_dir_suffix.
emboss-6.6.0+dfsg/configure:1605:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
emboss-6.6.0+dfsg/configure-1606-  case $ac_top_builddir_sub in
##############################################
emboss-6.6.0+dfsg/configure-2265-    *\'*)
emboss-6.6.0+dfsg/configure:2266:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
emboss-6.6.0+dfsg/configure-2267-    esac
##############################################
emboss-6.6.0+dfsg/configure-2348-      case $ac_val in
emboss-6.6.0+dfsg/configure:2349:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
emboss-6.6.0+dfsg/configure-2350-      esac
##############################################
emboss-6.6.0+dfsg/configure-2363-	case $ac_val in
emboss-6.6.0+dfsg/configure:2364:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
emboss-6.6.0+dfsg/configure-2365-	esac
##############################################
emboss-6.6.0+dfsg/configure-2483-    set,)
emboss-6.6.0+dfsg/configure:2484:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
emboss-6.6.0+dfsg/configure:2485:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
emboss-6.6.0+dfsg/configure-2486-      ac_cache_corrupted=: ;;
##############################################
emboss-6.6.0+dfsg/configure-2494-	# differences in whitespace do not lead to failure.
emboss-6.6.0+dfsg/configure:2495:	ac_old_val_w=`echo x $ac_old_val`
emboss-6.6.0+dfsg/configure:2496:	ac_new_val_w=`echo x $ac_new_val`
emboss-6.6.0+dfsg/configure-2497-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
emboss-6.6.0+dfsg/configure-2514-    case $ac_new_val in
emboss-6.6.0+dfsg/configure:2515:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
emboss-6.6.0+dfsg/configure-2516-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
emboss-6.6.0+dfsg/configure-2747-$as_echo_n "checking whether the C compiler works... " >&6; }
emboss-6.6.0+dfsg/configure:2748:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
emboss-6.6.0+dfsg/configure-2749-
##############################################
emboss-6.6.0+dfsg/configure-2791-	then :; else
emboss-6.6.0+dfsg/configure:2792:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
emboss-6.6.0+dfsg/configure-2793-	fi
##############################################
emboss-6.6.0+dfsg/configure-2851-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
emboss-6.6.0+dfsg/configure:2852:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
emboss-6.6.0+dfsg/configure-2853-	  break;;
##############################################
emboss-6.6.0+dfsg/configure-2960-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
emboss-6.6.0+dfsg/configure:2961:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
emboss-6.6.0+dfsg/configure-2962-       break;;
##############################################
emboss-6.6.0+dfsg/configure-3720-set x ${MAKE-make}
emboss-6.6.0+dfsg/configure:3721:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
emboss-6.6.0+dfsg/configure-3722-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
emboss-6.6.0+dfsg/configure-3730-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
emboss-6.6.0+dfsg/configure:3731:case `${MAKE-make} -f conftest.make 2>/dev/null` in
emboss-6.6.0+dfsg/configure-3732-  *@@@%%%=?*=@@@%%%*)
##############################################
emboss-6.6.0+dfsg/configure-3762-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
emboss-6.6.0+dfsg/configure:3763:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
emboss-6.6.0+dfsg/configure-3764-	     'mkdir (GNU coreutils) '* | \
##############################################
emboss-6.6.0+dfsg/configure-3817-     echo "timestamp, slept: $am_has_slept" > conftest.file
emboss-6.6.0+dfsg/configure:3818:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
emboss-6.6.0+dfsg/configure-3819-     if test "$*" = "X"; then
emboss-6.6.0+dfsg/configure-3820-	# -L didn't work.
emboss-6.6.0+dfsg/configure:3821:	set X `ls -t "$srcdir/configure" conftest.file`
emboss-6.6.0+dfsg/configure-3822-     fi
##############################################
emboss-6.6.0+dfsg/configure-3868-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
emboss-6.6.0+dfsg/configure:3869:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
emboss-6.6.0+dfsg/configure-3870-
emboss-6.6.0+dfsg/configure-3871-# expand $ac_aux_dir to an absolute path
emboss-6.6.0+dfsg/configure:3872:am_aux_dir=`cd $ac_aux_dir && pwd`
emboss-6.6.0+dfsg/configure-3873-
##############################################
emboss-6.6.0+dfsg/configure-4028-# Ignore all kinds of additional output from 'make'.
emboss-6.6.0+dfsg/configure:4029:case `$am_make -s -f confmf 2> /dev/null` in #(
emboss-6.6.0+dfsg/configure-4030-*the\ am__doit\ target*)
##############################################
emboss-6.6.0+dfsg/configure-4038-   echo '.include "confinc"' > confmf
emboss-6.6.0+dfsg/configure:4039:   case `$am_make -s -f confmf 2> /dev/null` in #(
emboss-6.6.0+dfsg/configure-4040-   *the\ am__doit\ target*)
##############################################
emboss-6.6.0+dfsg/configure-4071-
emboss-6.6.0+dfsg/configure:4072:if test "`cd $srcdir && pwd`" != "`pwd`"; then
emboss-6.6.0+dfsg/configure-4073-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
emboss-6.6.0+dfsg/configure-4167-  if test "$am_compiler_list" = ""; then
emboss-6.6.0+dfsg/configure:4168:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
emboss-6.6.0+dfsg/configure-4169-  fi
##############################################
emboss-6.6.0+dfsg/configure-4295-  if test "$am_compiler_list" = ""; then
emboss-6.6.0+dfsg/configure:4296:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
emboss-6.6.0+dfsg/configure-4297-  fi
##############################################
emboss-6.6.0+dfsg/configure-4433-test "x$ac_build_alias" = x &&
emboss-6.6.0+dfsg/configure:4434:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
emboss-6.6.0+dfsg/configure-4435-test "x$ac_build_alias" = x &&
emboss-6.6.0+dfsg/configure-4436-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
emboss-6.6.0+dfsg/configure:4437:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
emboss-6.6.0+dfsg/configure-4438-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
emboss-6.6.0+dfsg/configure-4457-IFS=$ac_save_IFS
emboss-6.6.0+dfsg/configure:4458:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
emboss-6.6.0+dfsg/configure-4459-
##############################################
emboss-6.6.0+dfsg/configure-4468-else
emboss-6.6.0+dfsg/configure:4469:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
emboss-6.6.0+dfsg/configure-4470-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
emboss-6.6.0+dfsg/configure-4490-IFS=$ac_save_IFS
emboss-6.6.0+dfsg/configure:4491:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
emboss-6.6.0+dfsg/configure-4492-
##############################################
emboss-6.6.0+dfsg/configure-4518-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
emboss-6.6.0+dfsg/configure:4519:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
emboss-6.6.0+dfsg/configure-4520-  ECHO='print -r --'
emboss-6.6.0+dfsg/configure:4521:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
emboss-6.6.0+dfsg/configure-4522-  ECHO='printf %s\n'
##############################################
emboss-6.6.0+dfsg/configure-4587-  # Check for GNU $ac_path_SED
emboss-6.6.0+dfsg/configure:4588:case `"$ac_path_SED" --version 2>&1` in
emboss-6.6.0+dfsg/configure-4589-*GNU*)
##############################################
emboss-6.6.0+dfsg/configure-4663-  # Check for GNU $ac_path_GREP
emboss-6.6.0+dfsg/configure:4664:case `"$ac_path_GREP" --version 2>&1` in
emboss-6.6.0+dfsg/configure-4665-*GNU*)
##############################################
emboss-6.6.0+dfsg/configure-4729-  # Check for GNU $ac_path_EGREP
emboss-6.6.0+dfsg/configure:4730:case `"$ac_path_EGREP" --version 2>&1` in
emboss-6.6.0+dfsg/configure-4731-*GNU*)
##############################################
emboss-6.6.0+dfsg/configure-4796-  # Check for GNU $ac_path_FGREP
emboss-6.6.0+dfsg/configure:4797:case `"$ac_path_FGREP" --version 2>&1` in
emboss-6.6.0+dfsg/configure-4798-*GNU*)
##############################################
emboss-6.6.0+dfsg/configure-4876-    # gcc leaves a trailing carriage return which upsets mingw
emboss-6.6.0+dfsg/configure:4877:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
emboss-6.6.0+dfsg/configure-4878-  *)
emboss-6.6.0+dfsg/configure:4879:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
emboss-6.6.0+dfsg/configure-4880-  esac
##############################################
emboss-6.6.0+dfsg/configure-4885-      # Canonicalize the pathname of ld
emboss-6.6.0+dfsg/configure:4886:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
emboss-6.6.0+dfsg/configure-4887-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
emboss-6.6.0+dfsg/configure:4888:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
emboss-6.6.0+dfsg/configure-4889-      done
##############################################
emboss-6.6.0+dfsg/configure-4920-      # Break only if it was the GNU/non-GNU ld that we prefer.
emboss-6.6.0+dfsg/configure:4921:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
emboss-6.6.0+dfsg/configure-4922-      *GNU* | *'with BFD'*)
##############################################
emboss-6.6.0+dfsg/configure-4951-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
emboss-6.6.0+dfsg/configure:4952:case `$LD -v 2>&1 </dev/null` in
emboss-6.6.0+dfsg/configure-4953-*GNU* | *'with BFD'*)
##############################################
emboss-6.6.0+dfsg/configure-4996-	# Tru64's nm complains that /dev/null is an invalid object file
emboss-6.6.0+dfsg/configure:4997:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
emboss-6.6.0+dfsg/configure-4998-	*/dev/null* | *'Invalid file or object type'*)
##############################################
emboss-6.6.0+dfsg/configure-5002-	*)
emboss-6.6.0+dfsg/configure:5003:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
emboss-6.6.0+dfsg/configure-5004-	  */dev/null*)
##############################################
emboss-6.6.0+dfsg/configure-5130-
emboss-6.6.0+dfsg/configure:5131:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
emboss-6.6.0+dfsg/configure-5132-    *COFF*)
##############################################
emboss-6.6.0+dfsg/configure-5231-    # And add a safety zone
emboss-6.6.0+dfsg/configure:5232:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
emboss-6.6.0+dfsg/configure:5233:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
emboss-6.6.0+dfsg/configure-5234-    ;;
##############################################
emboss-6.6.0+dfsg/configure-5264-    if test -n "$kargmax"; then
emboss-6.6.0+dfsg/configure:5265:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
emboss-6.6.0+dfsg/configure-5266-    else
##############################################
emboss-6.6.0+dfsg/configure-5272-    if test -n "$lt_cv_sys_max_cmd_len"; then
emboss-6.6.0+dfsg/configure:5273:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
emboss-6.6.0+dfsg/configure:5274:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
emboss-6.6.0+dfsg/configure-5275-    else
##############################################
emboss-6.6.0+dfsg/configure-5284-      # we can't tell.
emboss-6.6.0+dfsg/configure:5285:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
emboss-6.6.0+dfsg/configure-5286-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
emboss-6.6.0+dfsg/configure-5288-      do
emboss-6.6.0+dfsg/configure:5289:        i=`expr $i + 1`
emboss-6.6.0+dfsg/configure-5290-        teststring=$teststring$teststring
##############################################
emboss-6.6.0+dfsg/configure-5292-      # Only check the string length outside the loop.
emboss-6.6.0+dfsg/configure:5293:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
emboss-6.6.0+dfsg/configure-5294-      teststring=
##############################################
emboss-6.6.0+dfsg/configure-5297-      # linker.  It appears as though 1/2 is a usable value.
emboss-6.6.0+dfsg/configure:5298:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
emboss-6.6.0+dfsg/configure-5299-    fi
##############################################
emboss-6.6.0+dfsg/configure-5737-openbsd*)
emboss-6.6.0+dfsg/configure:5738:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
emboss-6.6.0+dfsg/configure-5739-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
emboss-6.6.0+dfsg/configure-5804-    else
emboss-6.6.0+dfsg/configure:5805:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
emboss-6.6.0+dfsg/configure-5806-    fi
##############################################
emboss-6.6.0+dfsg/configure-5949-  # decide which to use based on capabilities of $DLLTOOL
emboss-6.6.0+dfsg/configure:5950:  case `$DLLTOOL --help 2>&1` in
emboss-6.6.0+dfsg/configure-5951-  *--identify-strict*)
##############################################
emboss-6.6.0+dfsg/configure-6471-# If we're using GNU nm, then use its standard symbol codes.
emboss-6.6.0+dfsg/configure:6472:case `$NM -V 2>&1` in
emboss-6.6.0+dfsg/configure-6473-*GNU* | *'with BFD'*)
##############################################
emboss-6.6.0+dfsg/configure-6489-mingw*)
emboss-6.6.0+dfsg/configure:6490:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
emboss-6.6.0+dfsg/configure-6491-  ;;
##############################################
emboss-6.6.0+dfsg/configure-6708-   if test "$GCC" = yes; then
emboss-6.6.0+dfsg/configure:6709:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
emboss-6.6.0+dfsg/configure-6710-   fi
##############################################
emboss-6.6.0+dfsg/configure-6712- /*)
emboss-6.6.0+dfsg/configure:6713:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
emboss-6.6.0+dfsg/configure-6714-   ;; #(
##############################################
emboss-6.6.0+dfsg/configure-6748-  test $ac_status = 0; }; then
emboss-6.6.0+dfsg/configure:6749:    case `/usr/bin/file conftest.$ac_objext` in
emboss-6.6.0+dfsg/configure-6750-      *ELF-32*)
##############################################
emboss-6.6.0+dfsg/configure-6768-    if test "$lt_cv_prog_gnu_ld" = yes; then
emboss-6.6.0+dfsg/configure:6769:      case `/usr/bin/file conftest.$ac_objext` in
emboss-6.6.0+dfsg/configure-6770-	*32-bit*)
##############################################
emboss-6.6.0+dfsg/configure-6780-    else
emboss-6.6.0+dfsg/configure:6781:      case `/usr/bin/file conftest.$ac_objext` in
emboss-6.6.0+dfsg/configure-6782-	*32-bit*)
##############################################
emboss-6.6.0+dfsg/configure-7797-do :
emboss-6.6.0+dfsg/configure:7798:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
emboss-6.6.0+dfsg/configure-7799-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
emboss-6.6.0+dfsg/configure-7802-  cat >>confdefs.h <<_ACEOF
emboss-6.6.0+dfsg/configure:7803:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
emboss-6.6.0+dfsg/configure-7804-_ACEOF
##############################################
emboss-6.6.0+dfsg/configure-7829-  case ${2} in
emboss-6.6.0+dfsg/configure:7830:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
emboss-6.6.0+dfsg/configure:7831:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
emboss-6.6.0+dfsg/configure-7832-  esac
##############################################
emboss-6.6.0+dfsg/configure-8099-done
emboss-6.6.0+dfsg/configure:8100:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
emboss-6.6.0+dfsg/configure-8101-
##############################################
emboss-6.6.0+dfsg/configure-8128-	"file_magic "*)
emboss-6.6.0+dfsg/configure:8129:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
emboss-6.6.0+dfsg/configure-8130-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
emboss-6.6.0+dfsg/configure-8194-	"file_magic "*)
emboss-6.6.0+dfsg/configure:8195:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
emboss-6.6.0+dfsg/configure-8196-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
emboss-6.6.0+dfsg/configure-8561-      *)
emboss-6.6.0+dfsg/configure:8562:	case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/configure-8563-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
emboss-6.6.0+dfsg/configure-8921-  if test "$hard_links" = no; then
emboss-6.6.0+dfsg/configure:8922:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
emboss-6.6.0+dfsg/configure:8923:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
emboss-6.6.0+dfsg/configure-8924-    need_locks=warn
##############################################
emboss-6.6.0+dfsg/configure-9007-	# shared libraries, regardless of the interface used.
emboss-6.6.0+dfsg/configure:9008:	case `$LD -v 2>&1` in
emboss-6.6.0+dfsg/configure-9009-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
emboss-6.6.0+dfsg/configure-9039-    supports_anon_versioning=no
emboss-6.6.0+dfsg/configure:9040:    case `$LD -v 2>&1` in
emboss-6.6.0+dfsg/configure-9041-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
emboss-6.6.0+dfsg/configure-9108-	# is EXPORTS), use it as is; otherwise, prepend...
emboss-6.6.0+dfsg/configure:9109:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
emboss-6.6.0+dfsg/configure-9110-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
emboss-6.6.0+dfsg/configure-9136-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
emboss-6.6.0+dfsg/configure:9137:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
emboss-6.6.0+dfsg/configure:9138:      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'
emboss-6.6.0+dfsg/configure-9139-      ;;
##############################################
emboss-6.6.0+dfsg/configure-9154-        pgcc*)				# Portland Group C compiler
emboss-6.6.0+dfsg/configure:9155:	  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'
emboss-6.6.0+dfsg/configure-9156-	  tmp_addflag=' $pic_flag'
##############################################
emboss-6.6.0+dfsg/configure-9159-					# Portland Group f77 and f90 compilers
emboss-6.6.0+dfsg/configure:9160:	  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'
emboss-6.6.0+dfsg/configure-9161-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
emboss-6.6.0+dfsg/configure-9174-	nvcc*)	# Cuda Compiler Driver 2.2
emboss-6.6.0+dfsg/configure:9175:	  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'
emboss-6.6.0+dfsg/configure-9176-	  compiler_needs_object=yes
##############################################
emboss-6.6.0+dfsg/configure-9178-	esac
emboss-6.6.0+dfsg/configure:9179:	case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/configure-9180-	*Sun\ C*)			# Sun C 5.9
emboss-6.6.0+dfsg/configure:9181:	  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'
emboss-6.6.0+dfsg/configure-9182-	  compiler_needs_object=yes
##############################################
emboss-6.6.0+dfsg/configure-9246-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
emboss-6.6.0+dfsg/configure:9247:      case `$LD -v 2>&1` in
emboss-6.6.0+dfsg/configure-9248-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
emboss-6.6.0+dfsg/configure-9369-	# below for broken collect2 doesn't work under 4.3+
emboss-6.6.0+dfsg/configure:9370:	  collect2name=`${CC} -print-prog-name=collect2`
emboss-6.6.0+dfsg/configure-9371-	  if test -f "$collect2name" &&
##############################################
emboss-6.6.0+dfsg/configure-9442-      }'
emboss-6.6.0+dfsg/configure:9443:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
emboss-6.6.0+dfsg/configure-9444-  # Check for a 64-bit object if we didn't find anything.
emboss-6.6.0+dfsg/configure-9445-  if test -z "$lt_cv_aix_libpath_"; then
emboss-6.6.0+dfsg/configure:9446:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
emboss-6.6.0+dfsg/configure-9447-  fi
##############################################
emboss-6.6.0+dfsg/configure-9460-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
emboss-6.6.0+dfsg/configure:9461:        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"
emboss-6.6.0+dfsg/configure-9462-      else
##############################################
emboss-6.6.0+dfsg/configure-9495-      }'
emboss-6.6.0+dfsg/configure:9496:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
emboss-6.6.0+dfsg/configure-9497-  # Check for a 64-bit object if we didn't find anything.
emboss-6.6.0+dfsg/configure-9498-  if test -z "$lt_cv_aix_libpath_"; then
emboss-6.6.0+dfsg/configure:9499:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
emboss-6.6.0+dfsg/configure-9500-  fi
##############################################
emboss-6.6.0+dfsg/configure-9568-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
emboss-6.6.0+dfsg/configure:9569:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
emboss-6.6.0+dfsg/configure-9570-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
emboss-6.6.0+dfsg/configure-9605-	# FIXME: Setting linknames here is a bad hack.
emboss-6.6.0+dfsg/configure:9606:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
emboss-6.6.0+dfsg/configure-9607-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
emboss-6.6.0+dfsg/configure-9623-  if test "$lt_cv_ld_force_load" = "yes"; then
emboss-6.6.0+dfsg/configure:9624:    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\"`'
emboss-6.6.0+dfsg/configure-9625-
##############################################
emboss-6.6.0+dfsg/configure-9803-      if test "$GCC" = yes; then
emboss-6.6.0+dfsg/configure:9804:	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'
emboss-6.6.0+dfsg/configure-9805-	# Try to use the -exported_symbol ld option, if it does not
##############################################
emboss-6.6.0+dfsg/configure-9831-	if test "$lt_cv_irix_exported_symbol" = yes; then
emboss-6.6.0+dfsg/configure:9832:          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'
emboss-6.6.0+dfsg/configure-9833-	fi
emboss-6.6.0+dfsg/configure-9834-      else
emboss-6.6.0+dfsg/configure:9835:	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'
emboss-6.6.0+dfsg/configure:9836:	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'
emboss-6.6.0+dfsg/configure-9837-      fi
##############################################
emboss-6.6.0+dfsg/configure-9871-	hardcode_direct_absolute=yes
emboss-6.6.0+dfsg/configure:9872:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
emboss-6.6.0+dfsg/configure-9873-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
emboss-6.6.0+dfsg/configure-9904-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
emboss-6.6.0+dfsg/configure:9905:	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'
emboss-6.6.0+dfsg/configure-9906-      else
emboss-6.6.0+dfsg/configure-9907-	allow_undefined_flag=' -expect_unresolved \*'
emboss-6.6.0+dfsg/configure:9908:	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'
emboss-6.6.0+dfsg/configure-9909-      fi
##############################################
emboss-6.6.0+dfsg/configure-9917-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
emboss-6.6.0+dfsg/configure:9918:	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'
emboss-6.6.0+dfsg/configure-9919-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
emboss-6.6.0+dfsg/configure-9921-	allow_undefined_flag=' -expect_unresolved \*'
emboss-6.6.0+dfsg/configure:9922:	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'
emboss-6.6.0+dfsg/configure:9923:	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~
emboss-6.6.0+dfsg/configure:9924:	$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'
emboss-6.6.0+dfsg/configure-9925-
##############################################
emboss-6.6.0+dfsg/configure-9940-      else
emboss-6.6.0+dfsg/configure:9941:	case `$CC -V 2>&1` in
emboss-6.6.0+dfsg/configure-9942-	*"Compilers 5.0"*)
##############################################
emboss-6.6.0+dfsg/configure-10339-  esac
emboss-6.6.0+dfsg/configure:10340:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
emboss-6.6.0+dfsg/configure-10341-  case $lt_search_path_spec in
##############################################
emboss-6.6.0+dfsg/configure-10346-    # okay in the real world where ";" in dirpaths is itself problematic.
emboss-6.6.0+dfsg/configure:10347:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
emboss-6.6.0+dfsg/configure-10348-    ;;
emboss-6.6.0+dfsg/configure-10349-  *)
emboss-6.6.0+dfsg/configure:10350:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
emboss-6.6.0+dfsg/configure-10351-    ;;
##############################################
emboss-6.6.0+dfsg/configure-10355-  lt_tmp_lt_search_path_spec=
emboss-6.6.0+dfsg/configure:10356:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
emboss-6.6.0+dfsg/configure-10357-  for lt_sys_path in $lt_search_path_spec; do
##############################################
emboss-6.6.0+dfsg/configure-10390-  esac
emboss-6.6.0+dfsg/configure:10391:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
emboss-6.6.0+dfsg/configure-10392-else
##############################################
emboss-6.6.0+dfsg/configure-10478-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
emboss-6.6.0+dfsg/configure:10479:    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'
emboss-6.6.0+dfsg/configure-10480-    ;;
##############################################
emboss-6.6.0+dfsg/configure-10514-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
emboss-6.6.0+dfsg/configure:10515:    postinstall_cmds='base_file=`basename \${file}`~
emboss-6.6.0+dfsg/configure:10516:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
emboss-6.6.0+dfsg/configure:10517:      dldir=$destdir/`dirname \$dlpath`~
emboss-6.6.0+dfsg/configure-10518-      test -d \$dldir || mkdir -p \$dldir~
##############################################
emboss-6.6.0+dfsg/configure-10523-      fi'
emboss-6.6.0+dfsg/configure:10524:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
emboss-6.6.0+dfsg/configure-10525-      dlpath=$dir/\$dldll~
##############################################
emboss-6.6.0+dfsg/configure-10531-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
emboss-6.6.0+dfsg/configure:10532:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/configure-10533-
##############################################
emboss-6.6.0+dfsg/configure-10537-      # MinGW DLLs use traditional 'lib' prefix
emboss-6.6.0+dfsg/configure:10538:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/configure-10539-      ;;
##############################################
emboss-6.6.0+dfsg/configure-10541-      # pw32 DLLs use 'pw' prefix rather than 'lib'
emboss-6.6.0+dfsg/configure:10542:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/configure-10543-      ;;
##############################################
emboss-6.6.0+dfsg/configure-10550-    libname_spec='$name'
emboss-6.6.0+dfsg/configure:10551:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/configure-10552-    library_names_spec='${libname}.dll.lib'
##############################################
emboss-6.6.0+dfsg/configure-10562-        # Let DOS variable expansion print the short 8.3 style file name.
emboss-6.6.0+dfsg/configure:10563:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
emboss-6.6.0+dfsg/configure-10564-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
emboss-6.6.0+dfsg/configure-10567-      # Convert to MSYS style.
emboss-6.6.0+dfsg/configure:10568:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
emboss-6.6.0+dfsg/configure-10569-      ;;
##############################################
emboss-6.6.0+dfsg/configure-10573-      # like /cygdrive/c/PROGRA~1:/cygdr...
emboss-6.6.0+dfsg/configure:10574:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
emboss-6.6.0+dfsg/configure:10575:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
emboss-6.6.0+dfsg/configure:10576:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
emboss-6.6.0+dfsg/configure-10577-      ;;
##############################################
emboss-6.6.0+dfsg/configure-10581-        # It is most probably a Windows format PATH.
emboss-6.6.0+dfsg/configure:10582:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
emboss-6.6.0+dfsg/configure-10583-      else
emboss-6.6.0+dfsg/configure:10584:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
emboss-6.6.0+dfsg/configure-10585-      fi
##############################################
emboss-6.6.0+dfsg/configure-10591-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
emboss-6.6.0+dfsg/configure:10592:    postinstall_cmds='base_file=`basename \${file}`~
emboss-6.6.0+dfsg/configure:10593:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
emboss-6.6.0+dfsg/configure:10594:      dldir=$destdir/`dirname \$dlpath`~
emboss-6.6.0+dfsg/configure-10595-      test -d \$dldir || mkdir -p \$dldir~
emboss-6.6.0+dfsg/configure-10596-      $install_prog $dir/$dlname \$dldir/$dlname'
emboss-6.6.0+dfsg/configure:10597:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
emboss-6.6.0+dfsg/configure-10598-      dlpath=$dir/\$dldll~
##############################################
emboss-6.6.0+dfsg/configure-10605-    # Assume MSVC wrapper
emboss-6.6.0+dfsg/configure:10606:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
emboss-6.6.0+dfsg/configure-10607-    dynamic_linker='Win32 ld.exe'
##############################################
emboss-6.6.0+dfsg/configure-10622-  shlibpath_var=DYLD_LIBRARY_PATH
emboss-6.6.0+dfsg/configure:10623:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
emboss-6.6.0+dfsg/configure-10624-
##############################################
emboss-6.6.0+dfsg/configure-10862-  if test -f /etc/ld.so.conf; then
emboss-6.6.0+dfsg/configure:10863:    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' ' '`
emboss-6.6.0+dfsg/configure-10864-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
emboss-6.6.0+dfsg/configure-10925-  shlibpath_var=LD_LIBRARY_PATH
emboss-6.6.0+dfsg/configure:10926:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
emboss-6.6.0+dfsg/configure-10927-    case $host_os in
##############################################
emboss-6.6.0+dfsg/configure-12074-done
emboss-6.6.0+dfsg/configure:12075:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
emboss-6.6.0+dfsg/configure-12076-
##############################################
emboss-6.6.0+dfsg/configure-12106-    # gcc leaves a trailing carriage return which upsets mingw
emboss-6.6.0+dfsg/configure:12107:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
emboss-6.6.0+dfsg/configure-12108-  *)
emboss-6.6.0+dfsg/configure:12109:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
emboss-6.6.0+dfsg/configure-12110-  esac
##############################################
emboss-6.6.0+dfsg/configure-12115-      # Canonicalize the pathname of ld
emboss-6.6.0+dfsg/configure:12116:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
emboss-6.6.0+dfsg/configure-12117-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
emboss-6.6.0+dfsg/configure:12118:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
emboss-6.6.0+dfsg/configure-12119-      done
##############################################
emboss-6.6.0+dfsg/configure-12150-      # Break only if it was the GNU/non-GNU ld that we prefer.
emboss-6.6.0+dfsg/configure:12151:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
emboss-6.6.0+dfsg/configure-12152-      *GNU* | *'with BFD'*)
##############################################
emboss-6.6.0+dfsg/configure-12181-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
emboss-6.6.0+dfsg/configure:12182:case `$LD -v 2>&1 </dev/null` in
emboss-6.6.0+dfsg/configure-12183-*GNU* | *'with BFD'*)
##############################################
emboss-6.6.0+dfsg/configure-12215-        # ancient GNU ld didn't support --whole-archive et. al.
emboss-6.6.0+dfsg/configure:12216:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
emboss-6.6.0+dfsg/configure-12217-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
emboss-6.6.0+dfsg/configure-12299-          # below for broken collect2 doesn't work under 4.3+
emboss-6.6.0+dfsg/configure:12300:	  collect2name=`${CC} -print-prog-name=collect2`
emboss-6.6.0+dfsg/configure-12301-	  if test -f "$collect2name" &&
##############################################
emboss-6.6.0+dfsg/configure-12372-      }'
emboss-6.6.0+dfsg/configure:12373:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
emboss-6.6.0+dfsg/configure-12374-  # Check for a 64-bit object if we didn't find anything.
emboss-6.6.0+dfsg/configure-12375-  if test -z "$lt_cv_aix_libpath__CXX"; then
emboss-6.6.0+dfsg/configure:12376:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
emboss-6.6.0+dfsg/configure-12377-  fi
##############################################
emboss-6.6.0+dfsg/configure-12391-
emboss-6.6.0+dfsg/configure:12392:          archive_expsym_cmds_CXX='$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"
emboss-6.6.0+dfsg/configure-12393-        else
##############################################
emboss-6.6.0+dfsg/configure-12426-      }'
emboss-6.6.0+dfsg/configure:12427:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
emboss-6.6.0+dfsg/configure-12428-  # Check for a 64-bit object if we didn't find anything.
emboss-6.6.0+dfsg/configure-12429-  if test -z "$lt_cv_aix_libpath__CXX"; then
emboss-6.6.0+dfsg/configure:12430:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
emboss-6.6.0+dfsg/configure-12431-  fi
##############################################
emboss-6.6.0+dfsg/configure-12499-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
emboss-6.6.0+dfsg/configure:12500:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
emboss-6.6.0+dfsg/configure-12501-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
emboss-6.6.0+dfsg/configure-12540-	    # is EXPORTS), use it as is; otherwise, prepend...
emboss-6.6.0+dfsg/configure:12541:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
emboss-6.6.0+dfsg/configure-12542-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
emboss-6.6.0+dfsg/configure-12561-  if test "$lt_cv_ld_force_load" = "yes"; then
emboss-6.6.0+dfsg/configure:12562:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
emboss-6.6.0+dfsg/configure-12563-
##############################################
emboss-6.6.0+dfsg/configure-12655-            # dependencies.
emboss-6.6.0+dfsg/configure:12656:            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"'
emboss-6.6.0+dfsg/configure-12657-            ;;
##############################################
emboss-6.6.0+dfsg/configure-12720-	    # dependencies.
emboss-6.6.0+dfsg/configure:12721:	    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"'
emboss-6.6.0+dfsg/configure-12722-	    ;;
##############################################
emboss-6.6.0+dfsg/configure-12756-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
emboss-6.6.0+dfsg/configure:12757:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
emboss-6.6.0+dfsg/configure:12758:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
emboss-6.6.0+dfsg/configure-12759-	;;
##############################################
emboss-6.6.0+dfsg/configure-12763-	    # SGI C++
emboss-6.6.0+dfsg/configure:12764:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
emboss-6.6.0+dfsg/configure-12765-
##############################################
emboss-6.6.0+dfsg/configure-12774-	      if test "$with_gnu_ld" = no; then
emboss-6.6.0+dfsg/configure:12775:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
emboss-6.6.0+dfsg/configure-12776-	      else
emboss-6.6.0+dfsg/configure:12777:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
emboss-6.6.0+dfsg/configure-12778-	      fi
##############################################
emboss-6.6.0+dfsg/configure-12795-	    # to its proper name (with version) after linking.
emboss-6.6.0+dfsg/configure:12796:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
emboss-6.6.0+dfsg/configure:12797:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
emboss-6.6.0+dfsg/configure-12798-	    # Commands to make compiler produce verbose output that lists
##############################################
emboss-6.6.0+dfsg/configure-12805-	    # dependencies.
emboss-6.6.0+dfsg/configure:12806:	    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"'
emboss-6.6.0+dfsg/configure-12807-
##############################################
emboss-6.6.0+dfsg/configure-12820-	    # earlier do not add the objects themselves.
emboss-6.6.0+dfsg/configure:12821:	    case `$CC -V 2>&1` in
emboss-6.6.0+dfsg/configure-12822-	      *"Version 7."*)
##############################################
emboss-6.6.0+dfsg/configure-12841-            # Portland Group C++ compiler
emboss-6.6.0+dfsg/configure:12842:	    case `$CC -V` in
emboss-6.6.0+dfsg/configure-12843-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
emboss-6.6.0+dfsg/configure-12846-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
emboss-6.6.0+dfsg/configure:12847:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
emboss-6.6.0+dfsg/configure-12848-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
emboss-6.6.0+dfsg/configure-12850-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
emboss-6.6.0+dfsg/configure:12851:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
emboss-6.6.0+dfsg/configure-12852-		$RANLIB $oldlib'
##############################################
emboss-6.6.0+dfsg/configure-12855-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
emboss-6.6.0+dfsg/configure:12856:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
emboss-6.6.0+dfsg/configure-12857-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
emboss-6.6.0+dfsg/configure-12859-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
emboss-6.6.0+dfsg/configure:12860:		$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'
emboss-6.6.0+dfsg/configure-12861-	      ;;
##############################################
emboss-6.6.0+dfsg/configure-12869-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
emboss-6.6.0+dfsg/configure:12870:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
emboss-6.6.0+dfsg/configure-12871-            ;;
##############################################
emboss-6.6.0+dfsg/configure-12888-	    # dependencies.
emboss-6.6.0+dfsg/configure:12889:	    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'
emboss-6.6.0+dfsg/configure-12890-	    ;;
##############################################
emboss-6.6.0+dfsg/configure-12903-	  *)
emboss-6.6.0+dfsg/configure:12904:	    case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/configure-12905-	    *Sun\ C*)
##############################################
emboss-6.6.0+dfsg/configure-12910-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
emboss-6.6.0+dfsg/configure:12911:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
emboss-6.6.0+dfsg/configure-12912-	      compiler_needs_object_CXX=yes
##############################################
emboss-6.6.0+dfsg/configure-12980-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
emboss-6.6.0+dfsg/configure:12981:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
emboss-6.6.0+dfsg/configure-12982-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
emboss-6.6.0+dfsg/configure-12999-	    # to its proper name (with version) after linking.
emboss-6.6.0+dfsg/configure:13000:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
emboss-6.6.0+dfsg/configure-13001-
##############################################
emboss-6.6.0+dfsg/configure-13020-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
emboss-6.6.0+dfsg/configure:13021:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
emboss-6.6.0+dfsg/configure-13022-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
emboss-6.6.0+dfsg/configure-13025-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
emboss-6.6.0+dfsg/configure:13026:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
emboss-6.6.0+dfsg/configure:13027:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
emboss-6.6.0+dfsg/configure-13028-	          echo "-hidden">> $lib.exp~
emboss-6.6.0+dfsg/configure:13029:	          $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~
emboss-6.6.0+dfsg/configure-13030-	          $RM $lib.exp'
##############################################
emboss-6.6.0+dfsg/configure-13044-	    # dependencies.
emboss-6.6.0+dfsg/configure:13045:	    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"'
emboss-6.6.0+dfsg/configure-13046-	    ;;
##############################################
emboss-6.6.0+dfsg/configure-13051-	        osf3*)
emboss-6.6.0+dfsg/configure:13052:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
emboss-6.6.0+dfsg/configure-13053-		  ;;
emboss-6.6.0+dfsg/configure-13054-	        *)
emboss-6.6.0+dfsg/configure:13055:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
emboss-6.6.0+dfsg/configure-13056-		  ;;
##############################################
emboss-6.6.0+dfsg/configure-13298-
emboss-6.6.0+dfsg/configure:13299:  for p in `eval "$output_verbose_link_cmd"`; do
emboss-6.6.0+dfsg/configure-13300-    case ${prev}${p} in
##############################################
emboss-6.6.0+dfsg/configure-13395-linux*)
emboss-6.6.0+dfsg/configure:13396:  case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/configure-13397-  *Sun\ C*)
##############################################
emboss-6.6.0+dfsg/configure-13446-if test -n "${compiler_lib_search_path_CXX}"; then
emboss-6.6.0+dfsg/configure:13447: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
emboss-6.6.0+dfsg/configure-13448-fi
##############################################
emboss-6.6.0+dfsg/configure-13687-	  *)
emboss-6.6.0+dfsg/configure:13688:	    case `$CC -V 2>&1 | sed 5q` in
emboss-6.6.0+dfsg/configure-13689-	    *Sun\ C*)
##############################################
emboss-6.6.0+dfsg/configure-14041-  if test "$hard_links" = no; then
emboss-6.6.0+dfsg/configure:14042:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
emboss-6.6.0+dfsg/configure:14043:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
emboss-6.6.0+dfsg/configure-14044-    need_locks=warn
##############################################
emboss-6.6.0+dfsg/configure-14315-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
emboss-6.6.0+dfsg/configure:14316:    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'
emboss-6.6.0+dfsg/configure-14317-    ;;
##############################################
emboss-6.6.0+dfsg/configure-14351-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
emboss-6.6.0+dfsg/configure:14352:    postinstall_cmds='base_file=`basename \${file}`~
emboss-6.6.0+dfsg/configure:14353:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
emboss-6.6.0+dfsg/configure:14354:      dldir=$destdir/`dirname \$dlpath`~
emboss-6.6.0+dfsg/configure-14355-      test -d \$dldir || mkdir -p \$dldir~
##############################################
emboss-6.6.0+dfsg/configure-14360-      fi'
emboss-6.6.0+dfsg/configure:14361:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
emboss-6.6.0+dfsg/configure-14362-      dlpath=$dir/\$dldll~
##############################################
emboss-6.6.0+dfsg/configure-14368-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
emboss-6.6.0+dfsg/configure:14369:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/configure-14370-
##############################################
emboss-6.6.0+dfsg/configure-14373-      # MinGW DLLs use traditional 'lib' prefix
emboss-6.6.0+dfsg/configure:14374:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/configure-14375-      ;;
##############################################
emboss-6.6.0+dfsg/configure-14377-      # pw32 DLLs use 'pw' prefix rather than 'lib'
emboss-6.6.0+dfsg/configure:14378:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/configure-14379-      ;;
##############################################
emboss-6.6.0+dfsg/configure-14386-    libname_spec='$name'
emboss-6.6.0+dfsg/configure:14387:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
emboss-6.6.0+dfsg/configure-14388-    library_names_spec='${libname}.dll.lib'
##############################################
emboss-6.6.0+dfsg/configure-14398-        # Let DOS variable expansion print the short 8.3 style file name.
emboss-6.6.0+dfsg/configure:14399:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
emboss-6.6.0+dfsg/configure-14400-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
emboss-6.6.0+dfsg/configure-14403-      # Convert to MSYS style.
emboss-6.6.0+dfsg/configure:14404:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
emboss-6.6.0+dfsg/configure-14405-      ;;
##############################################
emboss-6.6.0+dfsg/configure-14409-      # like /cygdrive/c/PROGRA~1:/cygdr...
emboss-6.6.0+dfsg/configure:14410:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
emboss-6.6.0+dfsg/configure:14411:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
emboss-6.6.0+dfsg/configure:14412:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
emboss-6.6.0+dfsg/configure-14413-      ;;
##############################################
emboss-6.6.0+dfsg/configure-14417-        # It is most probably a Windows format PATH.
emboss-6.6.0+dfsg/configure:14418:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
emboss-6.6.0+dfsg/configure-14419-      else
emboss-6.6.0+dfsg/configure:14420:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
emboss-6.6.0+dfsg/configure-14421-      fi
##############################################
emboss-6.6.0+dfsg/configure-14427-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
emboss-6.6.0+dfsg/configure:14428:    postinstall_cmds='base_file=`basename \${file}`~
emboss-6.6.0+dfsg/configure:14429:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
emboss-6.6.0+dfsg/configure:14430:      dldir=$destdir/`dirname \$dlpath`~
emboss-6.6.0+dfsg/configure-14431-      test -d \$dldir || mkdir -p \$dldir~
emboss-6.6.0+dfsg/configure-14432-      $install_prog $dir/$dlname \$dldir/$dlname'
emboss-6.6.0+dfsg/configure:14433:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
emboss-6.6.0+dfsg/configure-14434-      dlpath=$dir/\$dldll~
##############################################
emboss-6.6.0+dfsg/configure-14441-    # Assume MSVC wrapper
emboss-6.6.0+dfsg/configure:14442:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
emboss-6.6.0+dfsg/configure-14443-    dynamic_linker='Win32 ld.exe'
##############################################
emboss-6.6.0+dfsg/configure-14458-  shlibpath_var=DYLD_LIBRARY_PATH
emboss-6.6.0+dfsg/configure:14459:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
emboss-6.6.0+dfsg/configure-14460-
##############################################
emboss-6.6.0+dfsg/configure-14697-  if test -f /etc/ld.so.conf; then
emboss-6.6.0+dfsg/configure:14698:    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' ' '`
emboss-6.6.0+dfsg/configure-14699-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
emboss-6.6.0+dfsg/configure-14760-  shlibpath_var=LD_LIBRARY_PATH
emboss-6.6.0+dfsg/configure:14761:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
emboss-6.6.0+dfsg/configure-14762-    case $host_os in
##############################################
emboss-6.6.0+dfsg/configure-15829-    for ac_var in incroot usrlibdir libdir; do
emboss-6.6.0+dfsg/configure:15830:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
emboss-6.6.0+dfsg/configure-15831-    done
##############################################
emboss-6.6.0+dfsg/configure-15939-  LIBS=$ac_save_LIBS
emboss-6.6.0+dfsg/configure:15940:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
emboss-6.6.0+dfsg/configure-15941-do
##############################################
emboss-6.6.0+dfsg/configure-16479-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
emboss-6.6.0+dfsg/configure:16480:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
emboss-6.6.0+dfsg/configure-16481-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
emboss-6.6.0+dfsg/configure-16511-  cat >>confdefs.h <<_ACEOF
emboss-6.6.0+dfsg/configure:16512:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
emboss-6.6.0+dfsg/configure-16513-_ACEOF
##############################################
emboss-6.6.0+dfsg/configure-16750-do :
emboss-6.6.0+dfsg/configure:16751:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
emboss-6.6.0+dfsg/configure-16752-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
emboss-6.6.0+dfsg/configure-16754-  cat >>confdefs.h <<_ACEOF
emboss-6.6.0+dfsg/configure:16755:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
emboss-6.6.0+dfsg/configure-16756-_ACEOF
##############################################
emboss-6.6.0+dfsg/configure-17273-do :
emboss-6.6.0+dfsg/configure:17274:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
emboss-6.6.0+dfsg/configure-17275-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
emboss-6.6.0+dfsg/configure-17277-  cat >>confdefs.h <<_ACEOF
emboss-6.6.0+dfsg/configure:17278:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
emboss-6.6.0+dfsg/configure-17279-_ACEOF
##############################################
emboss-6.6.0+dfsg/configure-18678-  test $ac_status = 0; }; then
emboss-6.6.0+dfsg/configure:18679:  pkg_cv_AXIS2C_CFLAGS=`$PKG_CONFIG --cflags "axis2c" 2>/dev/null`
emboss-6.6.0+dfsg/configure-18680-else
##############################################
emboss-6.6.0+dfsg/configure-18694-  test $ac_status = 0; }; then
emboss-6.6.0+dfsg/configure:18695:  pkg_cv_AXIS2C_LIBS=`$PKG_CONFIG --libs "axis2c" 2>/dev/null`
emboss-6.6.0+dfsg/configure-18696-else
##############################################
emboss-6.6.0+dfsg/configure-18714-        if test $_pkg_short_errors_supported = yes; then
emboss-6.6.0+dfsg/configure:18715:	        AXIS2C_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "axis2c" 2>&1`
emboss-6.6.0+dfsg/configure-18716-        else
emboss-6.6.0+dfsg/configure:18717:	        AXIS2C_PKG_ERRORS=`$PKG_CONFIG --print-errors "axis2c" 2>&1`
emboss-6.6.0+dfsg/configure-18718-        fi
##############################################
emboss-6.6.0+dfsg/configure-19209-
emboss-6.6.0+dfsg/configure:19210:      MYSQL_CFLAGS="`${MYSQL_CONFIG} --cflags`"
emboss-6.6.0+dfsg/configure:19211:      MYSQL_CPPFLAGS="`${MYSQL_CONFIG} --include`"
emboss-6.6.0+dfsg/configure:19212:      MYSQL_LDFLAGS="`${MYSQL_CONFIG} --libs`"
emboss-6.6.0+dfsg/configure-19213-
emboss-6.6.0+dfsg/configure:19214:      MYSQL_VERSION=`${MYSQL_CONFIG} --version`
emboss-6.6.0+dfsg/configure-19215-
##############################################
emboss-6.6.0+dfsg/configure-19282-
emboss-6.6.0+dfsg/configure:19283:    mysql_version_req_major=`expr ${mysql_version_req} : '\([0-9]*\)'`
emboss-6.6.0+dfsg/configure:19284:    mysql_version_req_minor=`expr ${mysql_version_req} : '[0-9]*\.\([0-9]*\)'`
emboss-6.6.0+dfsg/configure:19285:    mysql_version_req_micro=`expr ${mysql_version_req} : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
emboss-6.6.0+dfsg/configure-19286-
##############################################
emboss-6.6.0+dfsg/configure-19295-
emboss-6.6.0+dfsg/configure:19296:    mysql_version_major=`expr ${MYSQL_VERSION} : '\([0-9]*\)'`
emboss-6.6.0+dfsg/configure:19297:    mysql_version_minor=`expr ${MYSQL_VERSION} : '[0-9]*\.\([0-9]*\)'`
emboss-6.6.0+dfsg/configure:19298:    mysql_version_micro=`expr ${MYSQL_VERSION} : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
emboss-6.6.0+dfsg/configure-19299-
##############################################
emboss-6.6.0+dfsg/configure-19307-
emboss-6.6.0+dfsg/configure:19308:    mysql_version_check=`expr ${mysql_version_number} \>\= ${mysql_version_req_number}`
emboss-6.6.0+dfsg/configure-19309-
##############################################
emboss-6.6.0+dfsg/configure-19403-
emboss-6.6.0+dfsg/configure:19404:      POSTGRESQL_CFLAGS="-I`${POSTGRESQL_CONFIG} --includedir`"
emboss-6.6.0+dfsg/configure:19405:      POSTGRESQL_CPPFLAGS="-I`${POSTGRESQL_CONFIG} --includedir`"
emboss-6.6.0+dfsg/configure:19406:      POSTGRESQL_LDFLAGS="-L`${POSTGRESQL_CONFIG} --libdir` -lpq"
emboss-6.6.0+dfsg/configure-19407-
emboss-6.6.0+dfsg/configure:19408:      POSTGRESQL_VERSION=`${POSTGRESQL_CONFIG} --version | sed -e 's#PostgreSQL ##'`
emboss-6.6.0+dfsg/configure-19409-
##############################################
emboss-6.6.0+dfsg/configure-19476-
emboss-6.6.0+dfsg/configure:19477:    postgresql_version_req_major=`expr ${postgresql_version_req} : '\([0-9]*\)'`
emboss-6.6.0+dfsg/configure:19478:    postgresql_version_req_minor=`expr ${postgresql_version_req} : '[0-9]*\.\([0-9]*\)'`
emboss-6.6.0+dfsg/configure:19479:    postgresql_version_req_micro=`expr ${postgresql_version_req} : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
emboss-6.6.0+dfsg/configure-19480-
##############################################
emboss-6.6.0+dfsg/configure-19489-
emboss-6.6.0+dfsg/configure:19490:    postgresql_version_major=`expr ${POSTGRESQL_VERSION} : '\([0-9]*\)'`
emboss-6.6.0+dfsg/configure:19491:    postgresql_version_minor=`expr ${POSTGRESQL_VERSION} : '[0-9]*\.\([0-9]*\)'`
emboss-6.6.0+dfsg/configure:19492:    postgresql_version_micro=`expr ${POSTGRESQL_VERSION} : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
emboss-6.6.0+dfsg/configure-19493-
##############################################
emboss-6.6.0+dfsg/configure-19501-
emboss-6.6.0+dfsg/configure:19502:    postgresql_version_check=`expr ${postgresql_version_number} \>\= ${postgresql_version_req_number}`
emboss-6.6.0+dfsg/configure-19503-
##############################################
emboss-6.6.0+dfsg/configure-19978-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
emboss-6.6.0+dfsg/configure:19979:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
emboss-6.6.0+dfsg/configure-19980-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
emboss-6.6.0+dfsg/configure-20130-if test -z "$BASH_VERSION$ZSH_VERSION" \
emboss-6.6.0+dfsg/configure:20131:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
emboss-6.6.0+dfsg/configure-20132-  as_echo='print -r --'
emboss-6.6.0+dfsg/configure-20133-  as_echo_n='print -rn --'
emboss-6.6.0+dfsg/configure:20134:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
emboss-6.6.0+dfsg/configure-20135-  as_echo='printf %s\n'
##############################################
emboss-6.6.0+dfsg/configure-20137-else
emboss-6.6.0+dfsg/configure:20138:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
emboss-6.6.0+dfsg/configure-20139-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
emboss-6.6.0+dfsg/configure-20147-	expr "X$arg" : "X\\(.*\\)$as_nl";
emboss-6.6.0+dfsg/configure:20148:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
emboss-6.6.0+dfsg/configure-20149-      esac;
##############################################
emboss-6.6.0+dfsg/configure-20224-# ----------------------------------------
emboss-6.6.0+dfsg/configure:20225:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
emboss-6.6.0+dfsg/configure-20226-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
emboss-6.6.0+dfsg/configure-20296-  {
emboss-6.6.0+dfsg/configure:20297:    as_val=`expr "$@" || test $? -eq 1`
emboss-6.6.0+dfsg/configure-20298-  }
##############################################
emboss-6.6.0+dfsg/configure-20400-      case $as_dir in #(
emboss-6.6.0+dfsg/configure:20401:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
emboss-6.6.0+dfsg/configure-20402-      *) as_qdir=$as_dir;;
##############################################
emboss-6.6.0+dfsg/configure-20536-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
emboss-6.6.0+dfsg/configure:20537:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
emboss-6.6.0+dfsg/configure-20538-ac_cs_version="\\
##############################################
emboss-6.6.0+dfsg/configure-20561-  --*=?*)
emboss-6.6.0+dfsg/configure:20562:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
emboss-6.6.0+dfsg/configure:20563:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
emboss-6.6.0+dfsg/configure-20564-    ac_shift=:
##############################################
emboss-6.6.0+dfsg/configure-20566-  --*=)
emboss-6.6.0+dfsg/configure:20567:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
emboss-6.6.0+dfsg/configure-20568-    ac_optarg=
##############################################
emboss-6.6.0+dfsg/configure-20590-    case $ac_optarg in
emboss-6.6.0+dfsg/configure:20591:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
emboss-6.6.0+dfsg/configure-20592-    '') as_fn_error $? "missing file argument" ;;
##############################################
emboss-6.6.0+dfsg/configure-20598-    case $ac_optarg in
emboss-6.6.0+dfsg/configure:20599:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
emboss-6.6.0+dfsg/configure-20600-    esac
##############################################
emboss-6.6.0+dfsg/configure-20667-delay_variable_subst='$delay_variable_subst'
emboss-6.6.0+dfsg/configure:20668:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20669:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20670:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20671:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20672:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20673:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20674:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20675:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20676:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20677:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20678:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20679:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20680:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20681:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20682:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20683:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20684:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20685:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20686:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20687:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20688:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20689:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20690:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20691:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20692:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20693:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20694:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20695:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20696:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20697:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20698:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20699:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20700:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20701:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20702:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20703:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20704:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20705:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20706:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20707:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20708:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20709:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20710:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20711:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20712:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20713:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20714:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20715:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20716:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20717:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20718:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20719:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20720:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20721:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20722:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20723:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20724: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"`'
emboss-6.6.0+dfsg/configure:20725:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20726:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20727:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20728:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20729:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20730:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20731:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20732:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20733:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20734:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20735:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20736:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20737:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20738:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20739:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20740:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20741:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20742:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20743:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20744:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20745:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20746:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20747:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20748:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20749:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20750:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20751:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20752:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20753:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20754:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20755:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20756:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20757:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20758:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20759:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20760:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20761:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20762:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20763:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20764:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20765:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20766:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20767:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20768:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20769:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20770:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20771:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20772:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20773:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20774:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20775:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20776:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20777:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20778:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20779:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20780:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20781:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20782:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20783:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20784:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20785:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20786:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20787:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20788:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20789:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20790:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20791:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20792:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20793:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20794:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20795:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20796:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20797:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20798:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20799:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20800:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20801:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20802:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20803:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20804:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20805:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20806:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20807:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20808:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20809:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20810:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20811:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20812:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20813:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20814:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20815:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20816:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20817:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20818:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20819:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20820:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20821:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20822:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20823:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20824:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20825:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20826:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20827:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20828:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20829:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20830:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20831:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20832:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20833:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20834:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20835:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20836:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20837:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20838:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20839:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20840:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20841:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20842:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20843:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20844:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20845:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20846:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20847:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20848:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20849:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20850:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure:20851:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
emboss-6.6.0+dfsg/configure-20852-
##############################################
emboss-6.6.0+dfsg/configure-20961-compiler_lib_search_path_CXX; do
emboss-6.6.0+dfsg/configure:20962:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
emboss-6.6.0+dfsg/configure-20963-    *[\\\\\\\`\\"\\\$]*)
emboss-6.6.0+dfsg/configure:20964:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
emboss-6.6.0+dfsg/configure-20965-      ;;
##############################################
emboss-6.6.0+dfsg/configure-21002-postlink_cmds_CXX; do
emboss-6.6.0+dfsg/configure:21003:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
emboss-6.6.0+dfsg/configure-21004-    *[\\\\\\\`\\"\\\$]*)
emboss-6.6.0+dfsg/configure:21005:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
emboss-6.6.0+dfsg/configure-21006-      ;;
##############################################
emboss-6.6.0+dfsg/configure-21155-fi
emboss-6.6.0+dfsg/configure:21156:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
emboss-6.6.0+dfsg/configure-21157-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
emboss-6.6.0+dfsg/configure-21172-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
emboss-6.6.0+dfsg/configure:21173:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
emboss-6.6.0+dfsg/configure-21174-ac_delim='%!_!# '
##############################################
emboss-6.6.0+dfsg/configure-21178-
emboss-6.6.0+dfsg/configure:21179:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
emboss-6.6.0+dfsg/configure-21180-  if test $ac_delim_n = $ac_delim_num; then
##############################################
emboss-6.6.0+dfsg/configure-21316-for ac_last_try in false false :; do
emboss-6.6.0+dfsg/configure:21317:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
emboss-6.6.0+dfsg/configure-21318-  if test -z "$ac_tt"; then
##############################################
emboss-6.6.0+dfsg/configure-21448-      esac
emboss-6.6.0+dfsg/configure:21449:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
emboss-6.6.0+dfsg/configure-21450-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
emboss-6.6.0+dfsg/configure-21507-*)
emboss-6.6.0+dfsg/configure:21508:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
emboss-6.6.0+dfsg/configure-21509-  # A ".." for each directory in $ac_dir_suffix.
emboss-6.6.0+dfsg/configure:21510:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
emboss-6.6.0+dfsg/configure-21511-  case $ac_top_builddir_sub in
##############################################
emboss-6.6.0+dfsg/configure-21568-/@mandir@/p'
emboss-6.6.0+dfsg/configure:21569:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
emboss-6.6.0+dfsg/configure-21570-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
emboss-6.6.0+dfsg/configure-21585-
emboss-6.6.0+dfsg/configure:21586:# Neutralize VPATH when `$srcdir' = `.'.
emboss-6.6.0+dfsg/configure-21587-# Shell code in configure.ac might set extrasub.
##############################################
emboss-6.6.0+dfsg/configure-21613-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
emboss-6.6.0+dfsg/configure:21614:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
emboss-6.6.0+dfsg/configure-21615-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
emboss-6.6.0+dfsg/configure-21659-    * )
emboss-6.6.0+dfsg/configure:21660:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
emboss-6.6.0+dfsg/configure-21661-  esac
##############################################
emboss-6.6.0+dfsg/configure-21706-    # Strip MF so we end up with the name of the file.
emboss-6.6.0+dfsg/configure:21707:    mf=`echo "$mf" | sed -e 's/:.*$//'`
emboss-6.6.0+dfsg/configure-21708-    # Check whether this is an Automake generated Makefile or not.
##############################################
emboss-6.6.0+dfsg/configure-21743-    # from the Makefile without running 'make'.
emboss-6.6.0+dfsg/configure:21744:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
emboss-6.6.0+dfsg/configure-21745-    test -z "$DEPDIR" && continue
emboss-6.6.0+dfsg/configure:21746:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
emboss-6.6.0+dfsg/configure-21747-    test -z "am__include" && continue
emboss-6.6.0+dfsg/configure:21748:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
emboss-6.6.0+dfsg/configure-21749-    # Find all dependency output files, they are included files with
##############################################
emboss-6.6.0+dfsg/configure-21802-
emboss-6.6.0+dfsg/configure:21803:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
emboss-6.6.0+dfsg/configure-21804-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-12-M____________________________________________________________
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:13:M_______________________LI<$`!V$)!```\!*_```````!$0`!``$`!@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-14-M3B\```X`:F)J8H0LA"P````````````````````````)!!8`DG4``.Y.``#N
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-20-M6C8```````!:-@```````%HV````````6C8```````!:-@```````%HV````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:21:M````-D<```(````X1P```````#A'````````.$<````````X1P```````#A'
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:22:M````````.$<``"P````W20``4@(``(E+``!.````9$<``!4`````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-23-M````````````-@,```````!:-@````````````````````````````!:-@``
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-31-M````````````````````````````````````````````-D<`````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:32:M`````$XV```,````-D0QPP```````````````-8U````````@#X``+8(```V
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-33-M1P``````````````````-D<```````"/1P``,````+]'````````-D<`````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-40-M9!,```````````````````````"N`P```````*X#````````<B(````````$
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:41:M``$!#P`$`0``````````````````````````````````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-42-M````````````````````````````````````````````````````````````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-311-M#@``VPX``.0.```L#P``,P\``&4/``!R#P``XP\``.H/``!W$```FQ```-40
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:312:M``#=$```]1```/X0```$$0``#A$``#81```\$0``;A$``(<1``"*$@``GQ(`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-313-M`!\3``#GSK6>M9ZUGH>UA[6>M9YNGK6>;IYNGK6>;IZUGK6>M9ZUGK6>M9ZU
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:314:MGK6>`#`5:($3;``6:)(XX@`V"(%"*@%#2A(`3TH#`%%*`P!A2A(`;4@)!'!H
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:315:M`````'-("00`+15H@1-L`!9HDCCB`$(J`D-*$@!/2@,`44H#`&%*$@!M2`D$
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:316:M<&@``/\`<T@)!"T5:($3;``6:)(XX@!"*@%#2A(`3TH#`%%*`P!A2A(`;4@)
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:317:M!'!H`````'-("00P%6B!$VP`%FB2..(`-0B!0BH!0TH2`$]*`P!12@,`84H2
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:318:M`&U("01P:`````!S2`D$`#`5:($3;``6:)(XX@`U"(%"*@%#2B@`3TH#`%%*
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-319-M`P!A2B@`;4@)!'!H`````'-("00`,!5H@1-L`!9HDCCB`#4(@4(J`4-*2`!/
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:320:M2@,`44H#`&%*2`!M2`D$<&@`````<T@)!"L`!@``!P8``!4&``!$!@``108`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:321:M`$T&``")!@``(`<``!@(``!6"```E0@``,8(``#]"```/PD``'T)``"\"0``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-322-M]@D````*```X"@``;`H``)H*``#2"@``Z@H``"D+``!>"P``;PL``*H+``#D
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-342-M````````````````````````````````````````````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:343:M```````````````"`0$!"PP``!H,``!.#```B0P``,@,```&#0``-0T``&\-
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-344-M``"N#0``N@T``-X-```;#@``0`X``%X.``!Q#@``*@\``#,/``!A#P``G`\`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:345:M`-D/```5$```3A```'<0``"+$```FQ```-40```$$0``(Q$``#81``#T````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-346-M````````````]````````````````/0```````````````#T````````````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-353-M````````]````````````````/0```````````````#T````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:354:M````````````"@``,20`-R0`."0`2"0`9V22..(``!PV$0``5A$``&P1``"'
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:355:M$0``P!$``.P1```I$@``8Q(``(H2``"?$@``V1(``!D3```?$P``21,``'03
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:356:M``"($P``O1,``.L3```'%```-Q0``$84``!Z%```B!0``+44``#&%```W!0`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-357-M``86```;%@``EA8``/0```````````````#T````````````````]```````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-365-M`````/0````````````````````````````*```Q)``W)``X)`!()`!G9)(X
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:366:MX@``'!\3```E$P``8!,``&D3``"($P``D1,``+T3``##$P``!Q0```T4``!&
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-367-M%```3A0``(@4``"0%```QA0``-P4``#@%```YA0``'P5``"%%0``!A8``!L6
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-374-MY]#GT.?0Y]#GT.?0Y]#GT.?0````````````````````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:375:M````````````````````+15H@1-L`!9HDCCB`$(J`4-*$@!/2@,`44H#`&%*
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:376:M$@!M2`D$<&@`````<T@)!#`5:($3;``6:)(XX@`U"(%"*@%#2A(`3TH#`%%*
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-377-M`P!A2A(`;4@)!'!H`````'-("01*EA8``,T6```*%P``*A<``%T7``"9%P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-378-MIQ<``+X7``#2%P``\!<```\8```Q&```7A@``((8``"M&```PQ@``/`8```6
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:379:M&0``+AD``(H9``"A&0``MAD``-H9```(&@``(QH``$\:``""&@``GQH``,<:
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-380-M``#T````````````````]````````````````/0```````````````#T````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-389-M`!D;``!*&P``<AL``)4;``"Y&P``Y1L``!(<```Y'```81P``(D<``"O'```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:390:MT!P``.X<```9'0``.1T``%D=``"-'0``M1T``-P=``#Y'0``'QX``$X>``!H
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-391-M'@``B1X``*H>``#*'@``]````````````````/0```````````````#L````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-398-M````````````````]````````````````/0```````````````#T````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:399:M``````````````````````<``#$D`#<D`#@D`$@D```*```Q)``W)``X)`!(
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-400-M)`!G9)(XX@``&Q@;```9&P``&AL``%(;``!R&P``>!L``)4;``"?&P``N1L`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:401:M`+\;``#E&P``\AL``!(<```<'```.1P``$$<``!A'```:1P``(D<``"2'```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-402-MKQP``+H<``#0'```V1P``.X<``#V'```&1T``!X=```Y'0``0AT``%D=``!R
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-404-M``!4'@``:!X``'(>``")'@``D1X``*H>``#3'@``ZAX``/4>```.'P``%!\`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:405:M`"0?```R'P``-A\``$<?``!J'P``<!\``(X?``"8'P``P!\``.D?``#_'P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:406:M"R```"(@```O(```22```%$@``!A(```:R```.CDR[3+M,NTR[3+M,NTR[3+
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-407-MM,NTR[3+M,NTR[3+M,NTR[3+M,NTR[3+M,NTR[3+M,NTR[3+M,NTR[3+M,NT
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:408:MR[3+M,NTR[3+`"T5:($3;``6:)(XX@!"*@%#2A(`3TH#`%%*`P!A2A(`;4@)
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:409:M!'!H`````'-("00P%6B!$VP`%FB2..(`-0B!0BH!0TH2`$]*`P!12@,`84H2
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:410:M`&U("01P:`````!S2`D$``86:)(XX@``+15H@1-L`!9HDCCB`$(J`4-*%`!/
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:411:M2@,`44H#`&%*%`!M2`D$<&@`````<T@)!`!'RAX``.H>```.'P``/Q\``&H?
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:412:M``".'P``P!\``-\?``#_'P``(B```$D@``!A(```BR```+$@``#/(```ZB``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:413:M``LA```H(0``12$``&LA``"+(0``K"$``,$A``#Z(0``6B(``'$B``#=(@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-414-M_"(``!HC``#T````````````````]````````````````/0`````````````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-423-M(```BR```+H@``#/(```UR```.H@``#U(```"R$``!0A```H(0``,2$``$4A
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:424:M``!.(0``:R$``',A``"+(0``E2$``*PA``#!(0``6B(``'$B``#\(@``!",`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-425-M`!HC```E(P``:",``&PC``"/(P``E",``*HC``"O(P``_2,```4D```U)```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-426-M/20``%LD``!E)```RB0``,XD``#/)```UB0``-HD```+)0``)24``"PE``!*
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:427:M)0``9"4``)(E``"F)0``YB4``.XE```2)@``'B8``$(F``!-)@``;28``'0F
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-428-M``"4)@``G28``,8F``#.)@``\R8``/PF```D)P``/R<``&(G``!H)P``BB<`
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-430-MZ,_HS^C/Z,_HS^C/Z+;HMNC/Z,_HS^C/Z,_HS^C/Z,_HS^C/Z,_HS^C/Z,_H
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:431:MS^C/,!5H@1-L`!9HDCCB`#8(@4(J`4-*$@!/2@,`44H#`&%*$@!M2`D$<&@`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:432:M````<T@)!``P%6B!$VP`%FB2..(`-0B!0BH!0TH2`$]*`P!12@,`84H2`&U(
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:433:M"01P:`````!S2`D$`"T5:($3;``6:)(XX@!"*@%#2A(`3TH#`%%*`P!A2A(`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-434-M;4@)!'!H`````'-("00`2!HC``!+(P``:",``(\C``"J(P``_2,``#4D``!;
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-444-M`````````/0```````````````#T````````````````]```````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:445:M``````````````H``#$D`#<D`#@D`$@D`&=DDCCB```<BB<``+8G``#?)P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:446:MYB<``/$G```7*```12@``(4H``":*```O2@``-XH```)*0``+2D``$,I``!I
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-447-M*0``D2D``,8I``#C*0``#"H``"<J``!2*@``;"H``(XJ``"X*@``U2H``/4J
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-457-M..(``!SQ)P``%R@``"(H``!%*```6B@``(8H``"?*```O2@``,(H``#>*```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:458:MXB@```DI```1*0``+2D``$DI``!I*0``?"D``)$I``"D*0``QBD``,XI``#C
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-459-M*0``ZRD```PJ```4*@``)RH``"XJ``!2*@``<"H``(XJ``"8*@``N"H``+\J
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-460-M``#5*@``W"H``/4J``#]*@``%"L``!PK```\*P``2RL``&TK``"`*P``G"L`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:461:M`+(K``#=*P``Y2L```(L```4+```*"P``#$L``!5+```Y2P``,PM``#G+0``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:462:MU2X``$PO``!-+P``3B\``.C/Z,_HS^C/Z,_HS^C/Z,_HS^C/Z,_HS^C/Z,_H
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-463-MS^C/Z,_HS^C/Z,_HS^C/Z,_HS^C/Z,_HN.BXZ+0`````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-464-M````````````````````````````````````````````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:465:M```````&%FB2..(``"T5:($3;``6:)(XX@!"*@)#2A(`3TH#`%%*`P!A2A(`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:466:M;4@)!'!H``#_`'-("00P%6B!$VP`%FB2..(`-0B!0BH!0TH2`$]*`P!12@,`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:467:M84H2`&U("01P:`````!S2`D$`"T5:($3;``6:)(XX@!"*@%#2A(`3TH#`%%*
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-468-M`P!A2A(`;4@)!'!H`````'-("00`.FTK``"<*P``I2L``-TK```"+```*"P`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-469-M`%4L``!6+```=RP``'@L``"O+```Y2P``.8L```@+0``?"T``+@M``#G+0``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:470:MB"X``,4N``#K+@``["X``$PO``!-+P``3B\``/0```````````````#T````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-471-M````````````]````````````````/0```````````````#T````````````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-478-M````````````````````````````````````````````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:479:M`````````````````0````H``#$D`#<D`#@D`$@D`&=DDCCB```7.``2,``=
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-480-M,`(<4`$`.G"2..(`'[#(02"P?2XAL#<"(K`W`B.0-P(DD#<");```!>P```8
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:481:ML```"U`"`%@C``P``P```2P!+``````)3`U/_\__S0E^#8$#905[`^```@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:482:M`$@`2``````"V`(H``$```!D`````0`#`P,````!?_\``0`!````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-483-M````:`@`&0&0```````@```````````````````````````````````\/WAM
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-510-M9VUA;F%G97(\+W-T<FEN9SX*"0D)"3QK97D^8V]M+F%P<&QE+G!R:6YT+G1I
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:511:M8VME="YM;V1$871E/"]K97D^"@D)"0D\9&%T93XR,#`W+3$P+3`Y5#$P.C0X
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-512-M.C$S6CPO9&%T93X*"0D)"3QK97D^8V]M+F%P<&QE+G!R:6YT+G1I8VME="YS
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-536-M+F%P<&QE+G!R:6YT+G1I8VME="YM;V1$871E/"]K97D^"@D)"0D\9&%T93XR
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:537:M,#`W+3$P+3`Y5#$P.C0X.C,R6CPO9&%T93X*"0D)"3QK97D^8V]M+F%P<&QE
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-538-M+G!R:6YT+G1I8VME="YS=&%T949L86<\+VME>3X*"0D)"3QI;G1E9V5R/C`\
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-548-M=&EN9VUA;F%G97(\+W-T<FEN9SX*"0D)"3QK97D^8V]M+F%P<&QE+G!R:6YT
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:549:M+G1I8VME="YM;V1$871E/"]K97D^"@D)"0D\9&%T93XR,#`W+3$P+3`Y5#$P
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-550-M.C0X.C$S6CPO9&%T93X*"0D)"3QK97D^8V]M+F%P<&QE+G!R:6YT+G1I8VME
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-561-M;F%G97(\+W-T<FEN9SX*"0D)"3QK97D^8V]M+F%P<&QE+G!R:6YT+G1I8VME
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:562:M="YM;V1$871E/"]K97D^"@D)"0D\9&%T93XR,#`W+3$P+3`Y5#$P.C0X.C,R
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-563-M6CPO9&%T93X*"0D)"3QK97D^8V]M+F%P<&QE+G!R:6YT+G1I8VME="YS=&%T
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-684-M````````````````````````````````````````%``0`!(``0"E``\``@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:685:M`````````#P``$#Q_P(`/``,````````````!@!.`&\`<@!M`&$`;`````(`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:686:M```4`$-*&`!A2A@`;4@)"'-("0AT2`D$5``!0`$``@!4``P```!\/60````)
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:687:M`$@`90!A`&0`:0!N`&<`(``Q````$``!``8D`1.D\``4I#P`0"8`%P`U"(%#
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:688:M2B``2T@@`$]*`@!12@(`84H@``!2``)``0`"`%(`#````'P]9`````D`2`!E
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:689:M`&$`9`!I`&X`9P`@`#(````0``(`!B0!$Z3P`!2D/`!`)@$6`#4(@38(@4-*
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-690-M'`!/2@(`44H"`&%*'`!0``-``0`"`%``#````'P]9`````D`2`!E`&$`9`!I
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:691:M`&X`9P`@`#,````0``,`!B0!$Z3P`!2D/`!`)@(3`#4(@4-*&@!/2@(`44H"
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:692:M`&%*&@``2``$0`$``@!(``P```!\/60````)`$@`90!A`&0`:0!N`&<`(``T
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-693-M````$``$``8D`1.D\``4I#P`0"8#"P`U"(%#2AP`84H<````````/@`'0`$`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:694:M`@`^``P```#/*_(````)`$@`90!A`&0`:0!N`&<`(``W````#0`'`!.D\``4
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:695:MI#P`0"8&``,`-@B!`$8`"$`!``(`1@`,````/EBJ````"0!(`&4`80!D`&D`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:696:M;@!G`"``.`````T`"``3I/``%*0\`$`F!P`+`#8(@5!*!`!?2`$$````1`!!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:697:M0/+_H0!$``P!``!\/60````6`$0`90!F`&$`=0!L`'0`(`!0`&$`<@!A`&<`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:698:M<@!A`'``:``@`$8`;P!N`'0``````%(`:0#S_[,`4@`,`0``````````#`!4
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-699-M`&$`8@!L`&4`(`!.`&\`<@!M`&$`;````!P`%_8#```TU@8``0H#;``TU@8`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-700-M`04#``!A]@,```(`"P```"@`:P#T_\$`*````0``````````!P!.`&\`(`!,
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:701:M`&D`<P!T`````@````````!$`)D``0#R`$0`#`$``&U`C0````P`0@!A`&P`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-702-M;`!O`&\`;@`@`%0`90!X`'0````"``\`$`!#2A(`3TH%`%%*!0!A2A(`````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:703:M`$XI```%``!2```%`#I2```"````!"(``/__`0`/4',````````B``#__P(`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-704-M#U!S````````````NP<``,<.```:%0``K1L``(8B``!.*0`````````"````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:705:M``$"```P``("`0`````"`0````$"`0````("``````<````5````1````$4`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-706-M``!-````B0```"`!```8`@``5@(``)4"``#&`@``_0(``#\#``!]`P``O`,`
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-711-M`.P+```I#```8PP``(H,``"?#```V0P``!D-```?#0``20T``'0-``"(#0``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:712:MO0T``.L-```'#@``-PX``$8.``!Z#@``B`X``+4.``#&#@``W`X```80```;
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:713:M$```EA```,T0```*$0``*A$``%T1``"9$0``IQ$``+X1``#2$0``\!$```\2
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:714:M```Q$@``7A(``((2``"M$@``PQ(``/`2```6$P``+A,``(H3``"A$P``MA,`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:715:M`-H3```(%```(Q0``$\4``""%```GQ0``,<4``#K%```&14``$H5``!R%0``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:716:ME14``+D5``#E%0``$A8``#D6``!A%@``B18``*\6``#0%@``[A8``!D7```Y
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-717-M%P``61<``(T7``"U%P``W!<``/D7```?&```3A@``&@8``")&```JA@``,H8
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-718-M``#J&```#AD``#\9``!J&0``CAD``,`9``#?&0``_QD``"(:``!)&@``81H`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:719:M`(L:``"Q&@``SQH``.H:```+&P``*!L``$4;``!K&P``BQL``*P;``#!&P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-720-M^AL``%H<``!Q'```W1P``/P<```:'0``2QT``&@=``"/'0``JAT``/T=```U
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:721:M'@``6QX``'\>``"R'@``Y1X``/H>```"'P``)1\``$H?``!='P``DA\``-$?
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:722:M``#F'P``$B```$(@``!M(```E"```,8@``#S(```)"$``#@A``!B(0``BB$`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:723:M`+8A``#?(0``YB$``/$A```7(@``12(``(4B``":(@``O2(``-XB```)(P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:724:M+2,``$,C``!I(P``D2,``,8C``#C(P``#"0``"<D``!2)```;"0``(XD``"X
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-725-M)```U20``/4D```4)0``/"4``&TE``"<)0``I24``-TE```")@``*"8``%4F
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-726-M``!6)@``=R8``'@F``"O)@``Y28``.8F```@)P``?"<``+@G``#G)P``B"@`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:727:M`,4H``#K*```["@``$PI``!-*0``4"D``)@`````,`````````"`````@```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-728-M`)````#*@`"8`````#``````````@````(````"0````RH``F``````P````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-879-M``"`````@````)````#*@`"8`````#``````````@````(````"0````RH``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:880:MF``````P`````````(````"`````D````,J````````'````%0```$4```!-
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-881-M````B0```"`!```8`@``5@(``)4"``#&`@``_0(``#\#``!]`P``O`,``/8#
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-883-M``L&```:!@``3@8``(D&``#(!@``!@<``#4'``!O!P``K@<``+H'``#>!P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:884:M&P@``$`(``!>"```<0@``"H)```S"0``80D``)P)``#9"0``%0H``$X*``!W
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-885-M"@``BPH``)L*``#5"@``!`L``",+```V"P``5@L``&P+``"'"P``P`L``.P+
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-886-M```I#```8PP``(H,``"?#```V0P``!D-```?#0``20T``'0-``"(#0``O0T`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:887:M`.L-```'#@``-PX``$8.``!Z#@``B`X``+4.``#&#@``W`X```80```;$```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:888:MEA```,T0```*$0``*A$``%T1``"9$0``IQ$``+X1``#2$0``\!$```\2```Q
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:889:M$@``7A(``((2``"M$@``PQ(``/`2```6$P``+A,``(H3``"A$P``MA,``-H3
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:890:M```(%```(Q0``$\4``""%```GQ0``,<4``#K%```&14``$H5``!R%0``E14`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:891:M`+D5``#E%0``$A8``#D6``!A%@``B18``*\6``#0%@``[A8``!D7```Y%P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-892-M61<``(T7``"U%P``W!<``/D7```?&```3A@``&@8``")&```JA@``,H8``#J
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-894-M``"Q&@``SQH``.H:``!,*0``4"D``#@`D)EW,````-`````````&``````#_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:895:MOP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.@"0F7<P````T```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-896-M``````8``````/^_`0"`!S@`D)EW,````-`````````&``````#_OP$`@`$X
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-899-M``#0````````!@``````_[\!`(`!.`"0F7<P````T`````````8``````/^_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:900:M`0"``3@`D)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-901-M````!@``````_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:902:MD)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0````````!@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-903-M````_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW,```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:904:M`-`````````&``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-905-M`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW,````-``````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:906:M```&``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-907-MF7<P````T`````````8``````/^_`0"``3@`D)EW,````-`````````&````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:908:M``#_OP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0F7<P````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-909-MT`````````8``````/^_`0"``3@`D)EW,````-`````````&``````#_OP$`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:910:M@`$X`)"9=S````#0````````!@``````_[\!`(`!.@"0F7<P````T```````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:911:M``8``````/^_`0"`!S@`D)EW,````-`````````&``````#_OP$`@`$X`)"9
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-912-M=S````#0````````!@``````_[\!`(`!.@"0F7<P````T`````````8`````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:913:M`/^_`0"`!S@`D)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-914-M````````!@``````_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:915:M`3@`D)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-916-M!@``````_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"``3H`D)EW
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-918-M_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW,````-``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:919:M```````&``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-920-M.@"0F7<P````T`````````8``````/^_`0"`!S@`D)EW,````-`````````&
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:921:M``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0F7<P
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-922-M````T`````````8``````/^_`0"``3@`D)EW,````-`````````&``````#_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:923:MOP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0F7<P````T```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-924-M``````8``````/^_`0"``3@`D)EW,````-`````````&``````#_OP$`@`$X
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-925-M`)"9=S````#0````````!@``````_[\!`(`!.`"0F7<P````T`````````8`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:926:M`````/^_`0"``3@`D)EW,````-`````````&``````#_OP$`@`$X`)"9=S``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-927-M``#0````````!@``````_[\!`(`!.`"0F7<P````T`````````8``````/^_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:928:M`0"``3@`D)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-929-M````!@``````_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:930:MD)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0````````!@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-931-M````_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW,```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:932:M`-`````````&``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-933-M`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW,````-``````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:934:M```&``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-935-MF7<P````T`````````8``````/^_`0"``3@`D)EW,````-`````````&````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:936:M``#_OP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0F7<P````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-937-MT`````````8``````/^_`0"``3@`D)EW,````-`````````&``````#_OP$`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:938:M@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0F7<P````T```````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:939:M``8``````/^_`0"``3@`D)EW,````-`````````&``````#_OP$`@`$X`)"9
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-940-M=S````#0````````!@``````_[\!`(`!.`"0F7<P````T`````````8`````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:941:M`/^_`0"``3@`D)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-942-M````````!@``````_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:943:M`3@`D)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-944-M!@``````_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:945:M,````-`````````&``````#_OP$`@`$X`)"9=S````#0````````!@``````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-946-M_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW,````-``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:947:M```````&``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-948-M.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW,````-`````````&
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:949:M``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0F7<P
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-950-M````T`````````8``````/^_`0"``3@`D)EW,````-`````````&``````#_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:951:MOP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0F7<P````T```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-952-M``````8``````/^_`0"``3@`D)EW,````-`````````&``````#_OP$`@`$X
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-953-M`)"9=S````#0````````!@``````_[\!`(`!.`"0F7<P````T`````````8`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:954:M`````/^_`0"``3@`D)EW,````-`````````&``````#_OP$`@`$X`)"9=S``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-955-M``#0````````!@``````_[\!`(`!.`"0F7<P````T`````````8``````/^_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:956:M`0"``3@`D)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-957-M````!@``````_[\!`(`!.@"0F7<P````T`````````8``````/^_`0"`!S@`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:958:MD)EW,````-`````````&``````#_OP$`@`$X`)"9=S````#0````````!@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-959-M````_[\!`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW,```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:960:M`-`````````&``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-961-M`(`!.`"0F7<P````T`````````8``````/^_`0"``3@`D)EW,````-``````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:962:M```&``````#_OP$`@`$X`)"9=S````#0````````!@``````_[\!`(`!.`"0
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-963-MF7<P````T`````````8``````/^_`0"``3@`D)EW,````-`````````&````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:964:M``#_OP$`@`$(`````#`````````````````````````!```!.0"PW7<`````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-965-MT```&!4```8``````/^_`0"``3D`L-UW`````-```!@5```&``````#_OP$`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:966:M@`$Y`+#==P````#0```8%0``!@``````_[\!`(`!.0"PW7<`````T```&!4`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:967:M``8``````/^_`0"``3D`L-UW`````-```!@5```&``````#_OP$`@`$Y`+#=
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-968-M=P````#0```8%0``!@``````_[\!`(`!.0"PW7<`````T```&!4```8`````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:969:M`/^_`0"``3D`L-UW`````-```!@5```&``````#_OP$`@`$Y`+#==P````#0
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-970-M```8%0``!@``````_[\!`(`!.0"PW7<`````T```&!4```8``````/^_`0"`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:971:M`3D`L-UW`````-```!@5```&``````#_OP$`@`$Y`+#==P````#0```8%0``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-972-M!@``````_[\!`(`!.0"PW7<`````T```&!4```8``````/^_`0"``3D`L-UW
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:973:M`````-```!@5```&``````#_OP$`@`$Y`+#==P````#0```8%0``!@``````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-974-M_[\!`(`!.0"PW7<`````T```&!4```8``````/^_`0"``3D`L-UW`````-``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:975:M`!@5```&``````#_OP$`@`$Y`+#==P````#0```8%0``!@``````_[\!`(`!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-976-M.0"PW7<`````T```&!4```8``````/^_`0"``3D`L-UW`````-```!@5```&
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:977:M``````#_OP$`@`$Y`+#==P````#0```8%0``!@``````_[\!`(`!.0"PW7<`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-978-M````T```&!4```8``````/^_`0"``3D`L-UW`````-```!@5```&``````#_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:979:MOP$`@`$Y`+#==P````#0```8%0``!@``````_[\!`(`!.0"PW7<`````T```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-980-M&!4```8``````/^_`0"``3D`L-UW`````-```!@5```&``````#_OP$`@`$Y
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-981-M`+#==P````#0```8%0``!@``````_[\!`(`!.P"PW7<0````T```&!4```8`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:982:M`````/^_`0"`!SD`L-UW`````-```!@5```&``````#_OP$`@`$Y`+#==P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-983-M``#0```8%0``!@``````_[\!`(`!.0"PW7<`````T```&!4```8``````/^_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:984:M`0"``3D`L-UW`````-```!@5```&``````#_OP$`@`$Y`+#==P````#0```8
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-985-M%0``!@``````_[\!`(`!.0"PW7<`````T```&!4```8``````/^_`0"``3D`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:986:ML-UW`````-```!@5```&``````#_OP$`@`$Y`+#==P````#0```8%0``!@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-987-M````_[\!`(`!.0"PW7<`````T```&!4```8``````/^_`0"``3D`L-UW````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:988:M`-```!@5```&``````#_OP$`@`$Y`+#==P````#0```8%0``!@``````_[\!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-989-M`(`!.0"PW7<`````T```&!4```8``````/^_`0"``3L`L-UW$````-```!@5
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-990-M```&````!P#_OP$`Q0<Z`)"9`#`&`P$````XCP``!@``````_[\``,4'``8`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:991:M`!\3```8&P``:R```/$G``!.+P``&@```!\````B````)````"<`````!@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-992-M"PP``#81``"6%@``QQH``,H>```:(P``BB<``&TK``!.+P``&P```!T````>
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:993:M````(````"$````C````)0```"8````H``````8``$XO```<``````````H!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-994-M```0`0``WP,``.4#``#&!```R00``$`(``!="```7@@``&`(``!B"```<`@`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:995:M`"P)```R"0``90D``'$)``#C"0``YPD``',*``!U"@``=PH``(8*``#5"@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-996-MW0H``/4*``#]"@``;@L``'8+``!2#```6PP``*,,``"L#```"`X```P.``!'
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:997:M#@``30X``%X.``!D#@``H`X``*4.``"_#@``Q0X``-(1``#6$0``W1$``.(1
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:998:M``#H$0``[Q$```<2```,$@``)A(``"L2``!($@``2A(``$T2``!2$@``7A(`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:999:M`&02``"9$@``GA(``*T2``"S$@``\!(``/<2```6$P``&Q,``!P3```A$P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1000:M-Q,``#T3```^$P``1!,``*83``"J$P``P!,``,D3``#:$P``X1,``/43````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1001:M%```"!0```X4```C%```+!0``$\4``!8%```@A0``(D4``#'%```SA0``#L5
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1002:M``!!%0``0Q4``$D5``!+%0``414``)85``">%0``GQ4``*,5``"Z%0``OA4`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1003:M`+\5``##%0``YA4``/$5``#R%0``]A4``!,6```;%@``'!8``"`6``!!%@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1004:M118``&D6``!M%@``BA8``)$6``"P%@``N18``-$6``#8%@``&A<``!T7```Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1005:M%P``01<``'`7``!V%P``>!<``($7``"#%P``C!<``(X7``"6%P``MA<``,$7
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1006-M``#=%P``XQ<``/H7```"&```(!@``"@8```I&```+1@``"X8```V&```3Q@`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1007-M`%,8``!I&```<1@``(H8``"0&```RQ@``-(8``#K&```]!@```\9```3&0``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1008:M%!D``!@9```D&0``*AD``#89```^&0``0!D``$89``"/&0``EQD``,L9``#5
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1009-M&0``UQD``-X9``#@&0``Z!D````:```*&@``(QH``"X:``!*&@``4!H``&(:
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1010-M``!J&@``:QH``&\:``"I&@``L!H``+(:``"Y&@``NAH``+X:``#0&@``UAH`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1011:M`.L:``#T&@``#!L``!,;```I&P``,!L``$8;``!-&P``;!L``'(;``",&P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1012:ME!L``'@=``!^'0```1X```0>```Y'@``/!X``$<>``!1'@``7QX``&0>``!R
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1013-M'@``=QX``,H>``#5'@``UAX``-@>``#:'@``Y!X```(?```*'P``)1\``"L?
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1014-M``!3'P``7!\``%T?``!C'P``9!\``&T?``"2'P``FQ\``)P?``"E'P``YA\`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1015:M`.T?```2(```'2```$(@``!,(```;2```',@``"4(```G"```,8@``#-(```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1016:M22$``$XA``#?(0``Y2$``.8A``#P(0``\2$``/@A```7(@``(2(``$4B``!,
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1017:M(@``32(``%DB``!:(@``82(``*LB``"P(@``O2(``,$B``#-(@``TB(``-XB
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1018-M``#A(@``"2,``!`C``!I(P``<",``'(C``![(P``?",``'\C``"1(P``F",`
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1020-M$R0``"<D```M)```;"0``&\D``!P)```>R0``-4D``#;)```W"0``.`D``#U
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1021:M)```_"0``!0E```;)0``/"4``$HE``!M)0``="4``'8E``!_)0``D24``)LE
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1022-M``"<)0``I"4``*4E``"Q)0``R"4``,HE``#=)0``Y"4```(F```))@``"R8`
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1041-M`#\#``!$`P``?0,``(0#``"\`P``P0,``&P$``!X!```*04``"L%``"J!0``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1042:MK@4``$X&``!5!@``R`8``,L&```&!P``#0<``#\'``!-!P``3P<``&$'``!O
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1043-M!P``?`<``*X'``"R!P``&P@``!X(``!&"```2`@``%X(``!@"```8@@``&8(
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1048-M``!X#0``B0T``)`-``"^#0``P@T``.L-``#R#0``"`X```P.```W#@``/PX`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1049:M`$<.``!-#@``>@X``'P.``")#@``CPX``+4.``"[#@``V`X``-L.``!]#P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1050:MA`\``&T0``!Y$```S1```-$0```*$0``%!$``%T1``!B$0``F1$``*`1``#2
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1051:M$0``UA$``/`1``#W$0``#Q(``!02```Q$@``-A(``$@2``!*$@``31(``%(2
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1052:M``!>$@``9!(``((2``"($@``F1(``)X2``"M$@``LQ(``,,2``#)$@``\!(`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1053:M`/<2```6$P``&Q,``"X3```V$P``BA,``)(3``"A$P``I1,``+83``"_$P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1054:MVA,``.$3```(%```#A0``",4```L%```3Q0``%@4``""%```B10``)\4``"D
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1055:M%```QQ0``,X4``!#%0``214``$L5``!1%0``<Q4``'<5``"6%0``GA4``+H5
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1056:M``"^%0``YA4``/$5```3%@``&Q8``#H6``!`%@``8A8``&@6``"*%@``D18`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1057:M`+`6``"Y%@``T18``-@6``#O%@``]18``!H7```=%P``.A<``$$7``".%P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1058-MEA<``+87``#!%P``W1<``.,7``#Z%P```A@``"`8```H&```3Q@``%,8``!I
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1064-M``#5'0```1X```0>``!?'@``9!X``-H>``#D'@```A\```H?```E'P``*Q\`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1065:M`%T?``!C'P``DA\``)L?``#1'P``TQ\``.8?``#M'P``$B```!T@``!"(```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1066-M3"```&T@``!S(```E"```)P@``#&(```S2```/,@``#[(```."$``#XA``!B
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1067-M(0``9R$``(HA``"3(0``MB$``+TA``#?(0``Y2$``.8A``#P(0``\2$``/@A
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1068:M```7(@``(2(``$4B``!,(@``FB(``)XB``"](@``P2(``-XB``#A(@``"2,`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1069-M`!`C``!#(P``2",``&DC``!P(P``D2,``)@C``#&(P``S2,``.,C``#J(P``
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1089-M``<`.@`'`#H`!P`Z``<`.@`'`#H`!P`Z``<`.@`'`#H`!P#_0`.``0`7`@``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1090:M%P(``&`DA0DL`"P`%P(````````7`@````````,``P#C!&$#`A``````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1091-M3BD``%````P`0```__\!````!P!5`&X`:P!N`&\`=P!N`/__`0`(````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1092-M``````#__P$``````/__```"`/__`````/__```"`/__``````8```!'!I`!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1093:M`````@(&`P4$!0(#`````P````````````````$`````````5`!I`&T`90!S
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1094-M`"``3@!E`'<`(`!2`&\`;0!A`&X````U!I`!`@```@`%````````````````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1097-M``````````````````,````````````````!`````````%0`:0!M`&4`<P`M
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1098:M`$(`;P!L`&0```!4`&D`;0!E`',````S!I`!`````@`%`````````````P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1099-M``````````````$`````````5`!I`&T`90!S````0P:0`0````(+!@`$!0("
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1100:M`@````,````````````````!`````````$P`=0!C`&D`9`!A`"``1P!R`&$`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1101-M;@!D`&4````@``0`<0B(&`#PT`(``&@!`````.Y*ND;L2[I&``````,`#P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1102:M`/H%```4(@```@`1````!``#$$@```````````````(``0````$`````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1103-M420`\!``````````````````````````````````````````````````````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1113-M``````````````````````#P_P\`````````````____?____W____]_____
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1114:M?____W____]_____?X`[,`#__Q(`````````!@!%`$T`0@!/`%,`4P``````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1115-M``````P`1`!A`'8`:0!D`"``30!A`'(`=`!I`&X`````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1116-M````````````````````````````````````````````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1117:M`/[_```#"@$```````````````````````$```#@A9_R^4]H$*N1"``K)[/9
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1118-M,````'0@```1`````0```)`````"````F`````,```"H````!````+0````%
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1119-M````P`````<```#,````"````-P````)````]````!(``````0``"@```!P!
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1120:M```,````*`$```T````T`0``#@```$`!```/````2`$``!````!0`0``$P``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1121-M`%@!```1````8`$```(````0)P``'@````<```!%34)/4U,``1X````!````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1122:M`$U"3QX````!`````$U"3QX````!`````$U"3QX````'````3F]R;6%L``$>
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1123:M````#0```$1A=FED($UA<G1I;@!I`&X>`````@```#,`?4`>````%````$UI
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1124-M8W)O<V]F="!7;W)D(#$Q+C(`0``````:<1@"````0`````!DAI1A"L@!0```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1125:M``!X$=2""L@!`P````(````#````^@4```,````4(@```P````````!'````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1126:M#!\``/[___]024-4'P(``````%H`@``1`O\,`/_^````2````$@`````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1127-M6@"````````>``$`"H`!@`%__W__`)H```#_@0```````%H`@`````,`````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1128:M`$@```!(````$``0``,`!0```!`'2^"H!TOD)```````6@"```````!:`(``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1129-M```#@0````D```"#?_\`````"0```(-__P`````)````@W__`````'H"``!_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1130:M_W___@``!'__`````'__?__]```$?_]__P````!___L``.Y__Q9C&%[W:UI6
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1131-MM6<Y4I1O>U[W5K5K6F,88QAK6F<Y6M9*4DYS:UIK6DYS5K5C&&][[W__!DYS
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1195-M9SEG.6M:Y7__#&,8;WMK6E:U:UIK6F<Y:UI>]V][:UIK6F][Y7__`````!<`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1196:M``#^?_\$8QAC&&<Y8QAO>XM__P````"9````_G__(V,8;WMO>V,87O=>]V][
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1197-M8QAK6FM:5K5K6G.<4I1:UE[W3G-K6E[W:UIK6F,8;WMC&&][:UIC&&M::UIG
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1235-M:UKZ?_\':UIK6F,8:UI>]VM::UI6M?UK6@=6M6M:4I1K6E:U<YQ:UE[W_FM:
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1236:M#%*4;WMG.7.<7O=O>TI27O=C&%[W:UIG.5:U_'__`````$L```#^?_\%8QAC
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1237-M&$I25K5.<U:U_E[W%F,8;WMK6FM:6M9O>UK6:UIO>VM:9SEC&&][6M9K6FM:
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1257-M8QAG.7.<;WMC&&][;WMK6F][5K5:UFM:8QAK6F][:UIK6OI__Q!K6FM:8QA2
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1258:ME&M::UI>]VM:;WM>]VM::UI>]VM:4I1>]V,8Z7__`````$<```#^?_\<:UI:
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1259-MUF,89SEC&&M:8QA:UF<Y:UIC&&M:8QA6M6][<YQ6M5K6?_]K6FM:;WM6M6][
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1311-M`````M7-U9PN&Q"3EP@`*RSYKC`````<`0``#`````$```!H````#P```'``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1312:M```%````J`````8```"P````$0```+@````7````P`````L```#(````$```
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1313-M`-`````3````V````!8```#@````#0```.@````,````^P````(````0)P``
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1402-M!P````@````)````"@````L````,````#0````X````/````$````!$````2
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1403:M````$P```!0````5````%@```!<````8````&0```!H````;````'````!T`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1404-M```>````'P```"`````A````(@```",````D````)0```"8````G````*```
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1406-M-````#4````V````-P```#@````Y````.@```/[___\\````/0```#X````_
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1407:M````0````$$```!"````0P```$0```!%````1@```$<```!(````20```$H`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1408:M``!+````3````$T```!.````3P```%````!1````4@```%,```!4````50``
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1409-M`%8```!7````6````%D```!:````6P```%P```!=````7@```%\```!@````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1413-M`"``10!N`'0`<@!Y````````````````````````````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1414:M````````````````%@`%`?__________`P````8)`@``````P````````$8`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1415-M````````````````9VDYBPK(`7X```"``````````#$`5`!A`&(`;`!E````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1419-M`'0``````````````````````````````````````````````````````!H`
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1420:M`@$!````__________\`````````````````````````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1421-M````````````DG4````````%`%,`=0!M`&T`80!R`'D`20!N`&8`;P!R`&T`
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1426-M````````````````````````````````````````````````<@`````0````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu:1427:M`````0!#`&\`;0!P`$\`8@!J````````````````````````````````````
emboss-6.6.0+dfsg/debian/EMBOSS_qg.doc.uu-1428-M`````````````````````````````!(``@#_______________\`````````
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-4-M#65N9&]B:@T@("`@("`@("`@("`@("`@(`UX<F5F#3(P(#(U#3`P,#`P,#`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:5:M,38@,#`P,#`@;@T*,#`P,#`P,3`S,2`P,#`P,"!N#0HP,#`P,#`Q,3$Q(#`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:6:M,#`P(&X-"C`P,#`P,#$R.3@@,#`P,#`@;@T*,#`P,#`P,30S,"`P,#`P,"!N
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-7-M#0HP,#`P,#`Q.3,X(#`P,#`P(&X-"C`P,#`P,#(S.#@@,#`P,#`@;@T*,#`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-8-M,#`P,C0R,B`P,#`P,"!N#0HP,#`P,#`R-#DX(#`P,#`P(&X-"C`P,#`P,#0S
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:9:M.#<@,#`P,#`@;@T*,#`P,#`P-C$Y,R`P,#`P,"!N#0HP,#`P,#`V-34X(#`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-10-M,#`P(&X-"C`P,#`P,#@U-#@@,#`P,#`@;@T*,#`P,#`Q,#0Q."`P,#`P,"!N
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:11:M#0HP,#`P,#$R,C(W(#`P,#`P(&X-"C`P,#`P,30P-C(@,#`P,#`@;@T*,#`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:12:M,#`Q-3@Y-2`P,#`P,"!N#0HP,#`P,#$W-#0X(#`P,#`P(&X-"C`P,#`P,C`Q
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-13-M,38@,#`P,#`@;@T*,#`P,#`S-C4Y,2`P,#`P,"!N#0HP,#`P,#,V.#`Q(#`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:14:M,#`P(&X-"C`P,#`P-30Q-#$@,#`P,#`@;@T*,#`P,#`U-#,T-B`P,#`P,"!N
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-15-M#0HP,#`P,#8R.#4Q(#`P,#`P(&X-"C`P,#`P,#`W.38@,#`P,#`@;@T*=')A
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-26-M;&]G+U!A9V5,86)E;',@,34@,"!2/CX-96YD;V)J#3(R(#`@;V)J/#PO0W)O
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:27:M<$)O>%LP(#`@-3DU+C(R(#@T,ETO4&%R96YT(#$W(#`@4B]#;VYT96YT<ULR
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-28-M."`P(%(@,CD@,"!2(#,Q(#`@4B`S,B`P(%(@,S,@,"!2(#,T(#`@4B`S-2`P
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-45-M8FH-,C4@,"!O8FH\/"]3=6)T>7!E+U1R=654>7!E+T9O;G1$97-C<FEP=&]R
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:46:M(#0Q(#`@4B],87-T0VAA<B`Q,C$O5VED=&AS6S(U,"`P(#`@,"`U,#`@.#,S
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-47-M(#`@,"`S,S,@,S,S(#`@,"`R-3`@,"`R-3`@,C<X(#`@-3`P(#`@,"`P(#`@
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-49-M,3$@-34V(#<R,B`W,C(@,S,S(#`@-S(R(#8Q,2`X.#D@,"`W,C(@-34V(#`@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:50:M,"`U-38@-C$Q(#<R,B`P(#DT-"`W,C(@-S(R(#`@,"`P(#`@,"`P(#`@-#0T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-51-M(#4P,"`T-#0@-3`P(#0T-"`S,S,@-3`P(#4P,"`R-S@@,C<X(#4P,"`R-S@@
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-63-MRO@G4[:NT^J=P-SE0:#):Q9XJWUJDS-(*9/3]*PWID".&I!<THP@TJ!"7T!2
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:64:M#N<$@@V\#%U[%MQ!;XH<>#1P=W">M/&`H:Z!I$Q]TJ.2=J44]'`_R/DFY.JK
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-65-MKD'0,VG4,:^1+DH[F]Q/>PUBJV0!/JE)7H$[HD3I0L+(NLB`,&C::V/@*I01
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-70-M?8'K"4Z0/8DN+W+VFC)@UVG28<=F<G2VOU$D2BH.+$:,#@:B^P>H4?6E&^47
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:71:MV.(P><`VX,!9G%&&AO<,I)%2Z'+!@1),5+@>*1LM&EN1`:3_$]2V`])&YP`\
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-72-M/1*2PT(T6.D+YA.4P-`U3+83+GV0?%#M)+`GG>?$$@Z(XJGM&V$SH'>@QF81
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-73-M_A,+Q%/Y^Z#02)<VJK>ZR.:Q?]A2^@>HXX@(^32#-CF<;Q0C\A;YF=J5Y1JI
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:74:MUY`);?LH/P[$!$*$_4!!Q-$#-]JAU^XT,DPUM)2:?`:=RY7\@%0K&MZH^G<8
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-75-MZ\COI=/!!8X#1RH^/^F*RXK-8.C"=JA7UD'TFS7EDFI$PTO7V#K6L?7LFA:3
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-79-MSV/UE<D/+OJNI32'RE-<9%[&`GK%T`0]45H7T'P"A@!V6`E@T/(!K@;*8>IF
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:80:M*`/JU!9@<B]@J&KGR6C*NTFH]^APOT:A)A<4<4R623#I$B/(9%@KJD)'`+\+
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-81-MD!0GH_M..+U\T/ABH%W,K(M!X\2QD#D8\%E37X*<P`Y[H+_H!T<CP/&8(.%0
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-82-MDE@L-]I3I1&BEO9+K!KT(FI.QR.Q$!CSQ9"[-7'N->;&LX@*M.1>@TFXUY*]
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:83:M>!&NS3!`?[$TW819OS`&]]V>#`+7LD$3&S1@:+!\1SD/EU)/V"LL)AB3,,H\
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-84-MTU2!X#\(9(@.^75K@.2U14A>Z0$X=HUP9`UE_O"5&J/A/DFI!)<3+4B4843Z
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-87-MH^!&*9<S._:*@OU]A\T+AP9L"T6XB="!:]8E#S)<3^*ZDY025#%L-]0)(M%1
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:88:M<)N`@>`J48%'UX:21V]+$=H8YW[/6N_)0BBREM_/0DX#6<8[M(ON);`=Y8>L
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-89-M#8ZVB*C53EY[)I_7##%L%PL+]@9I2]1N]:$OUR^8;\E#C[E`.Q]U&VC^F`J&
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-94-M!\+H>%$<+R\G1*BYOWO97'+2D'A.Q'./A5`'9H+;LJ"&CQW.CC)(AZV5%VS2
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:95:M4S`5M?0ZX/S$9:_D^14)1[ZU+$*`[^6R9@W.#](4N.*W@3#_G\%9E!?U,4_[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-96-M!;=`VFL\<385SP]#^PT63ZII#?_O&7$QB%WXXMMB@=0)CUQ0QUU^V2"4+,#/
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-97-M-)ELY'H;AI<0G(E\D%DH@VK'@UG)#!WE&BKIPY0/WU(\A][+H"6A"],S3-Q;
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:98:M5AUVQP(V1]@+OO)><(_P`@Z/SE*R'Q#/(L[7'T'5B\F_D!)5$A>%[^I?`08`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-99-MS/S,A@UE;F1S=')E86T-96YD;V)J#3(Y(#`@;V)J/#PO3&5N9W1H(#$W,S<O
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-179-M)#K!W5-*12<_Z*O%4R"FI,I&](*GLT]''C8S_!=M&L8W\_FN1\E#H%#AHX#)
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:180:MJ!ZSYL^&OT3NJ,30"93<\I7F\B(?L`N2$)`K0Y6<F7#[A:**7,L71_H;[B;1
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-181-M^-WP[XRO@MO!22E55RXXDZK(#RUR3?2EI+9:,F!(CP&D<SP+0TA<2<N>QRK?
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-192-M(#`@;V)J/#PO3&5N9W1H(#$X,#$O1FEL=&5R+T9L871E1&5C;V1E/CYS=')E
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:193:M86T-"DB)G%?);N-&$/T"_P,O`=B!Q;#9"\DY#F8."68PAU$.P2`'FI)L)38E
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-194-M:XEA!/GW5+TJ-FG90`:YB.JMJOK5JZ67OUS]M%S&S&;+S=7RQZNR*+UOLV5_
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-200-MU_,8;TSEV-LGE7-WL4^0674GD4\@E_09M3#F-7-F/?[).K+(T])AW8F(U7.6
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:201:MEE6*2CWO1^!/<B9[5KF[\T'M`CH+!>4ERC:`V&1069$+`,X1B@!/@$+2'!PQ
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-202-MILB6=VO61M[N^?*>5IF?K/_!M,S&827J*&Y$:)6\F/^0F>4?[*9*W&2+,G@[
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-232-M?6<L\'*LN+^ZG4]2F$84PH5%+@D,]I-Q>/"B:O&1'5.6^P<^2:6[DJR;_2O`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:233:M`'Z'[]$-96YD<W1R96%M#65N9&]B:@TS,R`P(&]B:CP\+TQE;F=T:"`Q-S0P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-234-M+T9I;'1E<B]&;&%T941E8V]D93X^<W1R96%M#0I(B8Q7R8[;1A#]`OT#+P&Z
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-238-MRZ[,^AHWV(_+=XOECXS$.0=0.>"8'Q*[_&?QTW+IDB)9;A=%E@=?)+DJ4+8N
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:239:M*E`TK2CP,A"2)O-F)"U*TW?6A:PVS[;T-$FX\JPRR;^=[CK:HJ7E$P`U9M\]
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-240-MZ8X+H+78>+U8E]/G(!<)6(+D!5*JF.Y-ZT,=D;F@IB4[-*0T&;7*G#D>94R.
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-260-M>>ACS^)";%#O^L<Y].YR-?B>-]R-?3`IH.=\BX0[*TU@3CK_&#G$B="&J>'T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:261:MU1S.E2:K/Q''W`2!Y%)&S&4$]3TW.,32$6T.958J+6PKCW2B`_5I13S]*AO(
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-262-MZA57PQ"@'C4@E?3435PZB90#-V)@I(?31*0T+6*M>+*,JJ6JT5O5;$H-I^\*
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-263-MQ9)"Y*W88]=K$='%3YM8H?Y&/]C.-9.'?3Q[[T_D;F"-7BBJ^H88*=)3263=
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:264:ML!%CR\O(`QKW<2/SC[[U6=X4Q8UOY[ZJTK[J$'N`G38'!^I#OE!O0!;ED.,2
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-265-M(EUL&RV,[I?P/IIX?FNU:F**?_1]I1/#(EPW0I1D+;,;<2DWPD'Z?&IJC[I+
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-268-M#=#9ASR[[1?Y9CX=E_3J^RL'E3O+9[D'&>)JWQT5UZF+\EA")]=``P6B4B*L
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:269:M\=LV3]5(]UPH_!V!NRLSN.9W!*$8OLY"`<EPXK^$*YQ9*E%_MB`(1^(T4(XK
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-270-M]/%3QG9."W/':2]H.^&Y2Q;3R?^>@]YSLF6&-2#_6G^Y2V\DI@/:13D4!8P;
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-284-MQPSS<,YQ@API36R:=,;;R/*#K@U$O#*GF>P'.-K<+G'<P=0B95I4Y/Q`XU:"
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:285:M@/E>?3T_9F7=^"9B63`%-SBA:*PH7QO/.=`9"DJ=?N[E'X$D`P^22B,,]X0G
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-286-MS38$:`[0BX8KP<Z4.3(J/7XQO@R0TNY)1;91#;8GA"))?X:6_E5U?SH2`O""
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-304-M=.'L/EDHP/^$HHIH8TP=.#K-`G4S-#S0/:HC29#=WWDFA_>)=/.5CC=\0M0?
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:305:MSI78C/@--ORB![W1`:)3JZZ=6B$1_P.UHJ*86E1`I92G7VHG"&CJ8,ZOW(92
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-306-M3KWG3JSBDL?+S%,F<`&C4$$IF!ZQQ(C[Y_0\&7V4W69^;$I#QOO07*WU,A0,
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-315-M1FEL=&5R+T9L871E1&5C;V1E/CYS=')E86T-"DB)G%?+;N-&$/P"_P./G$7(
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:316:M<%[D<($])$@.62`(@A40!$8.LBW9`BQ12TFV]1M[R/>FJ[M)/;V'7$1R--/3
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-317-M4UU=W3/Y?//C9!(RFTWF-VU9)6NS*IO\<E-4966K-IO<W]!;%6C"Z\UM/C&%
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-320-MYG<ZOAO__V?R^:90$`I;.EL[0$'G#U4$$@#%54Z@>#7>E2UMYVQ.QZGIA]ZR
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:321:MNYDA-]H\6_?&X>C=TC2TW5JWWV*6SGD`*$"&QMG.W`0<+MMW^&<G?\=`?_/[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-322-M!LO\L#K;8M<G4XT#?`**IY-X6E^ZMO$24#Z%Y7B*__]V:_A2)B!6$P#=RKA4
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-323-M-@<S2@M?UDUL1BNVJ4<L0A!;7TU,["1<G3XOYGQ8LCSK]:T$#\CV3Q2M!GC!
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:324:M84(LXK@4J<#0%.1`RQ$#M"`!J,5$T_#8NL21$)[@Q_"XT2/;#!XE1ZCO3(ST
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-325-MF!JB0L"V@;X6"$P$YSSSA;]FQ@&$GC!VY&_V-)6!EYFLU3`]`"/,YL&YB16=
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:326:M2LWOY#_=98M8UGGV0F3GM]VPE.UN`($G7#B?SD,W^<!0IP/MHI>#`<":'2EL
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-327-M2R"]T&XM)US,5SIV;P0^US+).''^-%8`D2G(3P=7'45ISMG6:K@0B@U9\!=,
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-328-M:,N(3*B^DQ5_2U8H?V,8^/M.MJS(R8!3Z+/7!/B_6:0)U%%2#*:&M&;73WEC
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:329:M0S,(7*S%?^*@1TZ`@Y&>,]ZPE7`A>$6,('-$:'\S3EC`CVRO:[K=>&C);.)#
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-330-M8@E+)1+6"N?)ZV&W3L?X#+L-4\1R@I\ZLS2<H,<;\9*EJ4':'9L9-MH".:\[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-331-M;=:#C7L]D;HU9[EL\OV[NW7ZO;KB^`$F\9C!%O)6M6)K@U*7=D8>D#V/!%DN
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:332:MIS)`M$5L'^2101P\IVD1JI)9S?,)>U_3=$+?AF-VGN2,C\U`RKJ-LO&OOQM/
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-333-M*I;__(=)GKS]8FP5*6)?#%4",K0&^3QR`H@0XRI.*";>TA`\2*8@O`N!RQ-/
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-371-MF`)Z@-W@^<`RX"CZ"VYC4<%<27GG(D>6A_DI5VV<%R-7SB^)UA&9D%1(@N'E
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:372:M1#P/`,666Y!^L\-%.55G7SI6=I$"`?48XD=A>>6MA)J)04>P*"<'559S&?`5
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-373-M-1B2./.CV0ITO.I56<`J:;OVIJ!*>):]JHCG[GP!;;7\7JM@19]<+T)BXF7<
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-387-M)^Y"/+'$:6*),J[%\53R)/J1#^>.%7]3+LY_-V@."C0".2S1BS\0;\I5H.O`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:388:M5[=RQ0_6DO`).3YY(A<W5'TK&,\1)AC&09%/Z$<G!IH"1+B"@Q#G-Z2+<`9N
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-389-MWG_9_;S?)7\+,`#,H7*6#65N9'-T<F5A;0UE;F1O8FH-,S<@,"!O8FH\/"],
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-393-M.+06UXZ=%SA'G4YGIM/O'^_W.?=W[^_=W[WWG?,`H">EJK75,`L`C=:@STJ,
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:394:MQ185%&*D"0`#"B`"$0`R>:TN+3LA!^"2QDNP6MP)_(N>7@>0:;TB3,K`,/#_
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-395-MB2W7Z0T`0!DX!RB4M7*<.W&NJC?H3/89G'FEE2:&41/K\01QMC2Q:IZ]YWSF
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-401-M\F!QRC*9L<J`F>HFKZZJ-NJQ6IU,KL2$/QWB7QWX\WEX9RG+E'JE%H_(PZ=,
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:402:MK57A[=8JU`9UM193:_]3$W]EV$\T/]>XN&.O`:_8![`N\@#RMPL`Y=(`4K0-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-403-MWX'>]"V5D@<R\#7?X=[\W,\)^O=3X3[3HU:MFHN39.5@<J.^;G[/]%D"`J`"
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:404:M)N`!*V`/G($[$`)_$`+"032(!\D@'>2``K`4R$$YT``]J`<MH!UT@1ZP'FP"
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:405:MPV`[&`.[P7YP$(R#C\$)\$=P'GP)KH%;8!),@X=@!CP%KR`((D$,B`M900Z0
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-406-M*^0%^4-B*!**AU*A+*@`*H%4D!8R0BW0"J@'ZH>&H1W0;NCWT%'H!'0.N@1]
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-409-MR`N4B')1#!6BX6@2FHO*T1JT%>U%A]%=Z&'T-'H%G4)GT-<$!L&6X$4((T@)
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:410:MBP@J0CVABS!(V$GXB'"&<(TP37A*)!+Y1`$QA)A$+"!6$)N)O<2MQ`/$X\1+
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-411-MQ+O$61*)9$7R(D60TDDRDH'41=I"VD?ZC'29-$UZ3J:1'<C^Y`1R(5E+[B`/
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-483-MZ1Y:%#2ET)-^30H%-!$T<_3/UH:H7FW(LQ_8/U<_DWP;']C4A+,H5!TN`C1M
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:484:M,Z-JT-1"&Z&5E"L(*UH#?HU;`]$BK-JC752K/M,27*QH\6JA6AM>'`3F-,=_
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-485-M,-63ZE-#WH!&I?Z#0SU#+<7M.F)?/=D!4(ZXI[FGF7RRP[XZRO^Z)FI_[UBB
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-487-MFNQ,5I7P)X1!J3TW'[:$>BTQSN1/R!3-<=Z_$=COE77*=)7H%%_J_QES>T!G
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:488:MHU4G[[`C%$_2P@78'F5>ASHO3D-YU`5#E@-2EDLI0M5%YMR4L!(NK@HK14HM
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:489:M!FYS6AP;U>%`#MHI]]?A=Z[?H7D":??%ZD!@$N)DFW%L5IQP`!$6]T98;$5`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-490-M@'MP<KE*`-'(4G^97VOQIFD>;P"0X/X<*_5KQX!B(``O]_U*P5?5V7MK'HV:
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-491-MW5D0<J)1RA$#(0+A<%13'=JQ<#@M;+X'45UG^J+!TVO0R0J`JZ)S2ZFUU:(Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:492:MTDR#ZE`=*"O@1:HQN%Z?C5>GW/^.\-@'$1Z':L=:".?]CQ`>_U40GO"5$,[_
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-493-M<H0GHN9\$^&"_Q_"DQY`F/"?.X8B^#KU71(9'1D=>]NT//1,BBD@IX`@]M,"
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-504-M7(T(KT>$5R)"7T1X-"*4180:(WX/[@\"CC+=Q;1;BB\7?EHN])8+SG)*^3-<
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:505:MA`6\DND,IM.DE)`P$Q+>#`EG0D)[2&@-";DAH285]\/G@H"?8_H0T_N9WLKT
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-506-M&J9%ILV2.5_X*%\XG2^\G"]TY`L5^<(%G`177`$;I<1)X4^30MZDD#4I3#XB
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-509-MWE7$?(!KBI@#\%L5?J.(60"_5N1L@#<5V0WPAB(7`EQ29!_`!47N`)A2Y!F`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:510:MUU284+S;`13%>Y!<Q./(RXV!^SXEG`Y/OZN$,P">5<)E``>4<`6I\>)GT#"+
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-511-M<6]L#7N@?PHP`DC7M@L-,OM.-,CL.W`WZS\-2.U/X6Z6BVWP#4K';8$U4^Q4
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:512:MQ)7@IDT1%P&$%+D88+TBKR$U`EZ+9#;9XTAF$;8@F0U:K7C'@+9*\<Y`_$VQ
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-513-M^!L5[S52$X<;D`_343)R,?8*Q74:V,6Q7?'%=L,;6X$'(J=8@"2V*WE03RBZ
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-531-M6\O2/=_X]>S=JS863L,>>GOED`MNN(FZK4B#>%0C9>CT!%X"6IYHD%&G)1H-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:532:M9X_3\P2C=`-4L<()QY;5\-=IG@TVS06;35\$FTQS050=G`M2*2XJ,3O,>2`N
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-533-MW5_>NC^JV_K5R;<T-Q^XX3_>-C_*172#R(R"4K9=;S=R"4*R-D'0F(7DY+0T
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-547-M2H;=]Y?FN9TYL86SO/!Z/KK)UV*,3S%FZ2M#FQK"/<^O.#)_02IJ66D5$G2M
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:548:M<E/[P>VC1U8T0VP;<!O7P#5`0$2*0QILUZ%TK6X*ETPX=K`#.&.ZC7Q-UXJ+
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-549-MDAU6QP;\^7P2UW#WGTQ7"W`3UQ5];S^2=E?2[NJS^JP_6FGULVQ+LF4;@1TO
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:550:M4\#&0(D)--B@$+`-F$!)F=HI`89\((Y):J8$4]IF(*U;,LVTX6LCVC2DJ;&!
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-551-M,1/^A0R%Z<"DS21*RY00)D;KOI7,D-$\Z;X=27/?V7//.9OGS\#$;9A%YV)`
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-555-MKU.9A_#K2"0>`ZF:BNHJ/H$012A6^2MYFU!IEWK?7NR+NA)2$B/EQMU9$%_T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:556:M`FZ?J_"TD+@U_J/GGXSG>T<W&[^(>B\"ZQ2AEX-Z'CH$2<LS>E`P"W@<T(%R
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-557-MK&(L,AKUEU@2$PA`:$&*M30H8J%4X%$8R0@\Q:B]R^YS;NZ&>WC,W7W9F>'1
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-578-ME%7;;5!'ZY@PE:1JZ"8XFYI-=]*K;%VV7O@&M8/N->ZP[;"?!A8,=Q<8*!>`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:579:M`LT(=1:&H7=R$QQ64&8Q&"C*8"B0:0IBA(\16$Y@#`6$FX#8=1K@9:X)-W2G
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:580:M8;^"]``GO#QN%F4?QQK\N-_/RD'$AN,*NY6[Q6%<&MX\XOM(/H&M`('H/?>-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-581-M^ZD;[L\0Q:.@'GEC;6W6H85`3=<YC?IY2=`T@4\FMW##3KVY/$*F>LSESHB>
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-590-MQE)<U68.X49*",,@"(%32F@U^Q-VF]PO'Y#)FF!#\.G@JF!WD&0`@@JT>'4A
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:591:MD6GQ`1=TI;$E@_8R5B,=MD2I*BKR\B8^RF#>:``80G@H%"`5LRB93"Z_(CI%
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-592-MR>7R%RM^40KN#\!E@?6!G0$\@$`\5F(KKB,1AD=*&L+1[C'G0PW%5&K,Z481
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-619-M#W1U#126]_:5F\YFDZ"Z'C:5-%BT"!M?TD2FI[NPHVDRMW5ZZZ;;X?1@S0;V
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:620:MR8TN_.#TW6M6$FG;U]MO7B#^!:?)"QN`C`SIJY^27L1?)$\R;W`$A3M(DBX3
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-621-M*(FX@GQ*7"8ONZ^77V.N<5?YZP&*1$C"03K<9719!250E4/,$/=DX$GI.'V\
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-662-MRZ'":7`B?"9QIN5,X:WPY<1[86<KMEL`C7FEUX(K&1,.\&Y<;[%P'*;O2J;S
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:663:M^M96/T\D03+9QC>:_`J>X,$DOXM'^5/HXP+>IA$$VK].>$?X2%`(I]`5Q]KF
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-664-MPI(>N7:=*!-W1L;*-]\5W\J84]9K<_YMYW2U=Z`]K\@%,U*0RR4`05NT(!QU
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:665:M0RW@TBFI1T@8:1XX?MC3,/(R#6+O5`E<;F_X.J1[,`W`9U$GL[BEE`]6O@YT
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-666-M@.Y9D>W0:`RXN:>A:<F-_;_8M-&!&ZRDM[FKKF$9[]07U[86^K\+3F_R6((@
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-676-M9_H:_?7!)[9V])Z[![37ZQ27MJQ,+[3X^K4LF2')/VP[6[D?L,UA=Z0HX+[\
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:677:M`8A)/`?]J'P$:@"'/'=<Z(X1\0AJ4]FL-K('688,8$/&`6(H,L2/:DJ&4:(4
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-678-M*?%/1?8@/XS\U/]+_P7BO/^/_H_]?X]\X9^)4`3,3M;CGF1I%NYQIP`N!%DO
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-686-M+>QM4GX'?1.HUCS:,9:FGQX^&*.$FMWYT+^`ZJLG=AW8"[9)?4G#0].JYY`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:687:M/&OVO`YH=%J]4^?2YW0J)$R$T2"BR"*><%-`P:K"#LKBHS@#8%3K?5Y,K0Z'
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-688-M=#!_8?2N$K0VD\?D87F-XC2Z'(G$[\/SO`W/=5^D';'VRA#PB<V_=YJEC(`E
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-692-MVF]GM\]Y*7P@^N/4H>RA.:^G3F?O8K<A[?H23E-7I]>C;'>T%5H4\X(A16ZO
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:693:M`Q0<(.X`)DA,T^W^>0HNE]#F>F-:+H:9N%Y3$2L6,R$ORJM]UEU0(`O:%V0&
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-694-MU6>79T!FL/5(!^OGJ6?Z6PUG7^%?A:TV.!!_ZX.1Z3NPO<;+SH6$\]J(LZ>Z
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-706-MS2=\>UNJ'QSM.S(V?3);K,6+"4]HJ&TJ4:P%<K9L&0_TY.SYI8N//W7HO5IP
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:707:ML,65RQ'R`+A?%ONV^Y=N#\A$#C'O!]0.=<`,04`Z[-+;22H>1=TNLNAB8UJS
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-708-M3S0*9T0V.B4R/A*C8GUVD+4#NXX"RAJ+.BTZ1P!"(%E8^X<TD_21!A&:LD98
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-728-M"BU&O@9[DWFB`$F/8[9$@_)VJ\EYU::J/FR%]BVKM&])9J\_,FA?@TUIN#VS
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:729:M+;`?=?1=NK1"^JFO$(#Z/Z2WU9\`B/J6$CB0^\DS!WZTBOKQD,%ZE#%H#WG8
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-730-M"O5\[-G79VN^P81M%?8;E+IR4#$,2</L=`V^(Y`P]+S3^I`*)$RRJ0[\E\R7
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-734-MVO6["Y^\-CX''I@W3*I5<*-"-[P`?]!?"4;$IA;^:=>FIDWLY?#EZ%5^GEMH
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:735:M6F#_SGW)/VCR6IN`K4F)=$2&(ULB.RT331/L]RUO$R>:3K`NDHZGR0SF$SUL
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-736-MIJO9+[)TEZ@6V?1^426<#KL%4WRJD)%#?L)N<5M'8S;:ZAX5B$S:,X8!3#\&
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-762-MQUJC2V"]=[T/;W@;/MP%*4F"DC0461MY#NZ#)^$Y^"Z<#LX%KP7O!/L8']./
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:763:MZS$ZIOC>C:DQI;\:\P\Q,5[QSP"?E1`LE[A*4$6&=I']/LQID(`<#8<%=QS&
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-764-MXTQ4U&E7IH^QZ6L29-2H#<XHU[9,ZZJT6P\']P9$H]#XMNOD^A696;Q['RRB
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-875-M7V>_X%K967=&`IPG[@P#Y,.*#/%:FKW/`>&-['M<!_OWR%IV"C3<3DZS;W+/
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:876:MLC>KQ`<NQVX)VM$EZ';.\#+V`C?*_IH;87\5$>%S7E'?Z:1(?E8!S.OL"*CI
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-877-M=6?PEC1[P"M8D+'[0>,S50EV)[#/\$K6715D-W-OL)NX`^R&14O-,9&LX6Z*
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-918-M0:6TO]Q+=.'6[_V7Z3(!;N*ZP_B^?;O2:BVM5K*MW=7J6AVK8RW)MBP+$X'E
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:919:M"\SAX`R8A$,%2N@D=MS$8'!H.$(<L$E-:2`0<*8<[9"#0"FE!M-,"N%,4F;"
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-920-M3$,::">=21.&TJC0UM!DB):^E8T3C?3>/ATCZ?>^__?_7O[2ZNE\R#[;#YXV
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-925-M,YD[O"?P#BR\+XRC\$UEBI*E'8[C5,>I.$`I7'\T616_-)+-C2`+U$:L-E>;
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:926:MLW"C)5-1WK`Z4QF).26VQ$!C@(Y220Q3\"0H=I4F,8O'G`2&6%$2`Q$TE#BM
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-927-M2<!*:,"T=@ZT88-V0SO3E05=67^UYGQ:D[$EK%K3T>BC!4<$Q^6("E,S45W!
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-935-MT&5`_/;HMJ^AK.[_=)=ZX;F?-05+0[Q8,779-W/L$TJ-_W[C"B@I<#QP_Q;8
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:936:M#`^C>N"P9,:!1RB])<(5"9HS1YBB"$DR`B^<E;Y]^D%YYMCOK*@6F1$V^@,+
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-937-M`L"_;TPO-I653\[$RIKVU&7B\2GU*6BJ;2R+U=7&O_U-?3S:4!<KFU+(:BZ4
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-939-MIS89>DV]3*^YEQUP#W@&X2"QW;2=V6[>S@ZZ!SW^1E,C@^O1D0UU?!O`>1X]
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:940:M!`$0(GQ#QXIFD\B$:`E]@=EC$W`>8AP#G@64P4/I=&56]$8#38>MZ),Z`=IH
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:941:M`R61#!!LM([@/8#"\#*.'P9M&:,A(QDHZ#$SD/+5&7`:8\!Y#(!F]'<@;L"\
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-942-M\1&[D,_SFJ.ED;VF[9K'Y=.6&DT]#R34Q\04$CDNFOG"A:+%%G3GM3F.Y4"<
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-944-MEKNI+ITU:S%X.P34Q*3F_/_F5Y58V_(W6MT1>S,(X@Q>E;^4_T_`\*//8>Y>
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:945:M3W>*#@0H+FJ>&3G_P3Q[58E1%T";A?;-AX+?NRC/&[$`5HE=SK1N$C>Z\`FP
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:946:M&2X0'W$=!Q?`)^!3Y4MP0Z%C%"N9Q$#4;Y'$TJC/&0P;6"/EK"`MP6CEC(KV
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-947-MOY'@(Q*09*`T&D,R,L;\_@`5'@:)C%5X#)^3\3SO.>6!GJIR0]C"#N/P:%4"
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:948:M%:5V%/AXU/?2;*XVG4.HXMFN_!>6T=!G'<U_6O-`Q>F)E$D^CL>`(GOE,B[<
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-949-M!C`?W@8B?+0-`,G8AGW/];3B+!B>+X)B-RI-<K3A!)-2)3'N<Z@VI;'\K56P
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-958-M9RW&Z1C/<S@>\_E0E)YSR@$<",R0;&+"Q59-9@4TFLS4[`.1L1J<,4F%!"\T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:959:MN)QNI\<I.0D=$;`'*!EZ=2E@$-!`.O$4IA?I<21*9$Q:-@T"RJ^RI.GF.W%Y
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-960-M.,(RV@)\*!15M-Q^[5_GWE3_V52AKGFFL7XY'@+<>V#AVG6M<W_Q9?[B4YY%
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1024-M)+KGH!9\Z[22NV[<%W^ISA09O%C=N%I8)0YYUGM?8E[RGA8O>_[MHR1"8MJ(
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1025:M-J:?Z&?6",/BL&?8>\YSSFO`,Q-$6KBM&,]:3%L5,`L$1"D2#'`FK5:6[#:`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1026-MJ)2;DF4_;S(F>$X9)!&M+NH/*#TA$O[:(%GHG_C59%&%)^`0;,X&)45P*3\Z
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1032-M27\FZ\TF;!1%QY+)A$T01":5BN+=5<CEHOB<+.2RI+:8225=#*VGQ)@D%#(Q
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1033:M4<!W%$GGBE((3QB4RZ:25`?'"5(-+I[V`P$*E^$2<`!0\)TJ[0?%`T54=)4Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1034-M:O#3BX$=&_EX_/&Y(<&UO"[P=;S7^<?[O],W\\!;J,"MY&T)[[B3C"]/Q4W[
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1047-M<3Q'$D34%@H%0_B$TX6#_$"0#_G"T&+7A,6H%2"?6_20'&4C>2(4C$3COT4T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1048:ML,&OJM1`U!/AH]Y(\$WX%1@`$3P[8NFYT3E^MCY;&JWS,\N5B8[G.5Y`5UW1
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1049-M1K5O)6S?1J_PBAPJCFL?4CEV;Y"5%PI%">;#$#\Z7Z`J!]JV9(F!A7A@VYBT
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1054-MEAYM7[6&X*][>Q2PGZO?QL1:GL&!JY=OXP&%)Q1^*^%3\76(G[VN!%5I6BH7
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1055:M+>KL"D8,'"209)3ULDV&)OS7B$ZM%[`AS@N<G%VV>&$XHC$`&4)@,NNZ2"^P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1056-MAAW>!W@$542Z;P04T!V"(T/W$UM!I5![FZ3H$VQ1&QN+9R'F(A6<,"0UIV5;
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1062-M.T[F/(X5;B:8-ED'4$*$62((FC#:=!#$SM\02&C=N/O8'QI?W-I^P]\!J>=:
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1063:MGQ_?_\+`C[5?M@A5O;X^F8D/?GGUH\:'ZQ+:0$?V[N;DA\>/U]?V-E`S!FD<
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1064-M@T'-%&@!07"NNG2".T5>L=ZPWN`_M<YXB0*#F8K91FVCA]EAYUYJ#[V7W>MD
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1102-MI$U1NIB`V)0@;Y4V5:G,5U.F9C7D5;C`DC+]O:P[,74XJ6DIRN#38[]2BD7+
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1103:MY6BL].@]>9--MC"IZ&M]K!'-K6IX=-GNLOKV!F7NW`$^ZVF-X%:_M>`E#,9Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1104-M:EO1J,UT\T>-*CBNSA1']E7%F)'EF(5M+#O.$RV6!"/P\498&88W6->$K5&'
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1108-MU6]**3X-M8)#K=S4;47RR/GJZ.S@<FZ4V<<<9KX-_B]HP#F1$_DLE^.''$/R
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1109:M>FZC_#/&S`<"!=H1$!B'$*@&%M-\TL$D949V)).R$.!A8A=]FH1LB`\"JT>R
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1110-M$4QD\SG)S"3A>\PKR*B4\HY(CTJG)4PJYA0M6AS)1)ZS7#P-S4$15+&@9):O
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1112-MG*F0T@#5`F@%-N""`H2"RFD/@=(PX#T^4I8[["RU8GU_S*#'`.-C.HK@Q2U/
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1113:M_*'KY)-C@XV:0+%F4^,O:=]`@V<-J<78MW-$%&7=;6Z;SC3UYI4VCG`1&,L:
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1114-MYA[/7CZQT^!A44!8+78"/--XL@_:LP]B'U+U]1#B0FZK<@R"U1#6Q06='$U<
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1122-M2,QPZE)'DU>3Z&CR(AA1K0VU4$RO.:I>5=%1%;ZYT,`9>2Q-Z*BL3^L:/'=G
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1123:MKLE">%8W?]45N:)%C`E:&U?GJC`[5V:VW4D=*=!L9GJU,/7H%$+N=`/M`Q+D
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1124-M?ZEQN[.2C[Y:>2-.<E$YZ7;;1N6W"`+=?6S\R:K@7EO<N?M,(3#X6*LZ771+
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1131-MUH&;O"F_';*8@Y,<LF0#E.E[6X2,//YN*SFJ`IZGJD^`<UMFHY[\\M71#,I#
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1132:M)#$D=__/,#.^`?V$1;S(<37QGNFV"3U!G^PZ39_K^I0BNA`7[O%LIC;11-G(
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1133-M*EZ4="I&L]==]YH)6!7>\=GK=C,P:VW!QW6*FK.DEP78%70X$HC'*EF`/8)X
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1134-M,'<$.$QPQY!P9T/8".C"X4)3S@CB,L!%#QEM9]&R1).#E$7<+C041/*(%MB<
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1135:M>@9$0\7<\N7W`/[9E?G673!3WG/FZ(%#IXY+Z$N`:7WVN\NM&X"[#KZ?V_;'
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1136-MMUJ+[[_V8Y"M:!PRZ1GY/&*!+%I09PJF@GC">U)Z0_JA?$O^5#92$B&OE;"S
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1137:M83`<!D$C7;/RRHUPJL9G/PRQ@D,/#3Z+F<*(%)V**<F`PT(1J-]G'`B1/A+=
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1138-M'3,K61M1A[D85:F\'Y+(,4\#6J-1/J?!HZ>L)4WY-._5";2:=E=GN=U@PU&,
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1139:MQ*)$!)!AN.`R&D$,DC$".@56:Z^SS7`[$[?#%'C8,%;)U:4#"'-SAU"[GFSL
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1140-M._GJWK5?:?URAR(I9L:YDU@@B*'LUITO7/[D[;Z86AAZIN4X6/OM_,5WMB5:
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1152-MD/F0Y7D+%3/V\IEK4/[@;RZ"[_X4[J$3BZH]V,/RWFNJCQ>Y`#R]]AU\=&O?
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1153:MQ46G%:&,\!];*9P(*%DG22@]YJR=`Y]P]SF4:QC79)%>&<BYX$7P3Y5&Y`/V
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1154-MT_9Y.V9O(#F04R!T<Q^PS5M+,/M!+9Q;:,ZR'4%T//#M*O</EKMSNPG@;@GN
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1155:MEO17''OG-J"YZA+<M.63C\8$D=9(%3/Z@>`(^A$R2O@1D0[X`=(1`\U<&*7+
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1156-MTU&#-$@!+6QGM>>BPH0B'<H&P(/;($/@\Z)';AQ9-YT=//#5@Z</Y;]N=-(&
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1164-M8-Z[JYTO36LBIFE8I0)EJ_20)3B#813'(G@0YN]0&`U!%K0E"KH![`MZ_-<+
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1165:MF$-O"/JTV0`,$L%(%>BJI`$%Y4O.2Z#*2+OK:Z1(92NH9=;_F_=JBXWC*L/G
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1166-MS,S.;6^SLSL[>YG9RZQWU^N=O=KKV5UOVHUKU:Y+TC1NL0,U)4!QBDA:)^"T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1167:MB`>K0CBJJJKJ0Y*^5!C1/M"7JDI-*E4E`M>@!*$(1`B5"RJ*($`%4B4N5;T[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1168-M_&<OJ"!%@1?.:,[YYIQ_SNY\WSG_^7]K8E]DR4'-U!]\>/'`02,XA_]"O]A9
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1169:MG\E]HA`VJ9$#94>RTYX9IS6O-R`8`KMY?[9UQ[[G*.Y0U,=I+N*3TL#957H3
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1170-MI=!+[<]DG5G%<EK*$K\H+?H6U2/ZD=@Q?D5:\:VHQ_33PNG@$[$-82-X)O8"
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1196-M_><#F<#[RC-!%+RAGE$_"'TM7`]_(_)X-!)]7IO6_J8_$9N)O1QOQZ\F+B3/
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1197:M&W74C_QPKPU`_@H(1^!FT6T+>8FB$6(<"+&(XTD,38KH=/6!V^.5?+(_`%M9
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1198-M#:$P3!O5=!2+)P83)(W42#J3'<V-Y<U"L52N5,<G:I-6O7'[W_Z_%`:M0ZU!
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1199:M[D5#?IM`:<@.3%C=%=1$]Z`#Z!!Z$!U!3]HV6"70"!J%T2*,UM%^="^Z#RV@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1200-M1734MNWW[%_;N_8[]J_LZ_;/[)_85^S+]H_M']F7!KS?NM"W_8\\^N)@%AK)
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1201:M"`TP`U@>8!;0"%&6$:`G!&NLCRGD00<'F`:+AP:8`;P^P"S@[^P_='#FONG\
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1202-M`X\>?^14X?!CQX^>^&]Z@(-#,/\,\#`-4=\#Z%%T'#V"3J'#4*^@KZ(OHZ/H
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1206-M97,M4F]M86XO1F]N=$9I;&4R(#0P(#`@4B]&;&%G<R`S-"]$97-C96YT("TR
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1207:M-3`O1F]N=$)";WA;+3$V."`M,C$X(#$P,#`@.#DX72]!<V-E;G0@-S4P+T-A
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1208:M<$AE:6=H="`V-C(O6$AE:6=H="`T-3`O5'EP92]&;VYT1&5S8W)I<'1O<B])
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1209-M=&%L:6-!;F=L92`P+U-T96U((#@T/CX-96YD;V)J#30R(#`@;V)J/#PO3&5N
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1220-MW3J)"7@,KXOG5,5ZB)'&83(:L1EMUGYX,(.16O$+88C[K!XL86LDKH>Q&V]9
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1221:M)YF7`S?$,4ZGYSSNU"&2Q"CA%5N0@!0XB6<\*KC3G5QQ2"3*,NM>KAJ&`G@Q
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1222-M"[,1(.[UV(['B>PEG!)+9;/2;OFLP]9K=JVX/H<HIN`GN`/WHID[[,1?T8EO
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1247-M>F1AP'"9MV88P;`OL^,F1.:O_?-(KS[R6HO'W9FV<9J+E'5Z9GEFV>,T5]K&
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1248:MOO%?F_KT)[L&Q?V.G.%8/G^`-6$#,6YC%J9>K1-`P&`J1?9';1$BU45TXQ,4
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1249-M)&&YF502BCBGVIQJV4Y#CWP)EM'HN7"M)MRO2<AV?@E[:A=[X,#0?F5NYN69
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1315-MH4#>2DA"+26F:KP1$5,JC]<;(:.1!Y(84.9^\;9BE[=;*R/^*OR?WP[\%_X<
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1316:M'("?#L`#<-E-ZF$AUJ+,6;%4`@6\E[Q5F:?@2V"),O-H:?3P(A6N90E7HK8H
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1317-M$VLMN!J96-2Z;M.Z'9?.?[QJX4("GAC[3E_+Z_N>D>+8VV:/1FLE$`3UX%4D
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1326-M=-+KW;#;W4ZVMWU9W@IF_P)>^Y`TV&!1(&.2BIY+HOY_[N@S%9$/Q,OZCI;5
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1327:M#@'C+`>;XJS`="T$50D]\"UP4I51+`O]_D+.->5?VOZTF/G>B]^&;[JJJ0TX
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1328-MZK`;'.SPI!HY^3R&VTE'S!FWZ/C4JCZ[V:_1=+VS]K'G)B>.'UU\XT^_R<RY
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1367-MR=(79_L.__S<.W,#S8\?/=2??'3A"/YHS-T]^O?MI)E4+70L9`YKV."3VO3^
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1368:M^=]>NS:E7?GUTMWEZ[]_V>CW+`"X@C^&$'Y:&_QI`@[9($&2-.63)"PQ)?]9
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1369:M595$?XML"V`FMTH&G(@U9:<KC4D2ZMB`W$+;W!D3'5`EUE).4S*4^9G`(P$L
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1370-MT*>#93#G&-35`ZCVX<IR3[T1H1W)LBI(CMK\_=CX1?.7.V,8!%1)J,%JSJ"J
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1387-M_?RGI*W2.<384IDM]S8.39V?QPR<^;?03+AJT'-];C90L\>8GTD4B`US@4&R
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1388:M[`R'$GB=NYN6=?]1+5UC!.1Z8+O;!O_)Q?J6^>AI`SVW]T"EP=2]C^&9\M'G
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1389-M2`;BIVA*='6>ZMV0#78]^2.2L=AL0:]9<D3]K>OO&6[I8,T.OYN>WWSHP9`O
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1402-M(#0T,2]4>7!E+T9O;G1$97-C<FEP=&]R+TET86QI8T%N9VQE("TQ-2]3=&5M
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1403:M2"`W-CX^#65N9&]B:@TQ(#`@;V)J/#PO0W)O<$)O>%LP(#`@-3DU+C(R(#@T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1404-M,ETO4&%R96YT(#$W(#`@4B]#;VYT96YT<R`S(#`@4B]2;W1A=&4@,C<P+TUE
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1419-MR]9X2RW9DZZPNO2?AA`4=PL-89(;%\>YX6SRRC2XRMOC]BX/;EDZ6X[RT&#Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1420:MLBAL&*6AINE]2YOQF@&+L_,4!6>`S_6PTNX.X05.6\$=:QT^]-.\`H>+K+QI
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1421-M=R>A:R=E@$&M8Y[D&_)!/M%``_C_)_WX-#<:UB0WI;W!S:7]HEMM+X!?Q)%4
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1439-MSK)Z#,75LP<W>/:J',7*\G[9\[V'W/]S1I>E&OSD2L&CN[ZMN3!*<04>-2!F
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1440:M[*C]+T9MG)\K$-W/),YX6R`$+)CARW]FF(2FAZOW+D/RWKX9:L"5.),%NR-`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1441-M,!><PP9%B]-T?)IM>J=/`=0JY%*-KL*Y,71+Z#<,U&JSD9[4DCZ8GNE;)UW[
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1443-M++0733D^2U$KKC\*64%=H"B]J;@,59]4<$25=#WHVUJE3WI^S67<+ZP]'TW-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1444:MI?0O4_,'?C7?D"*-X_LYV0W)"`VNDPY87(1"KU$<63^#IR;$9H2G:N`"NB>.
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1445-M``720IF`6"H^9DI(K1ZD`:>"(G;MJI>TOEV2Z#!C,4+THB3BM1-CQDMBV(OZ
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1462-MVGOARJ(AG<&M-]OI[(,LQBSKE&6A066J:3='LS-R$IP=MEHW@P.T#3N_[J0L
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1463:MN]D#@+*XIX8M>X&*_1V>[`G$"?+H`X.:!<$YI'+AI=:=T!]KQZ4C'J`#_,#1
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1464-MUDP(>&HO-+645-1\Z/AFVXD+D\`>__)_#R]%;`M[DP+L3,22HS[3.S#$:L8>
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1465:M,`U@C\01'=03ROYFQ>"FI(.OKG8ICNV2&^Q2`[LDYB`FNVCE8-EB$ZH]HZ;`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1466:M(45V+HQQ^$UU6`YVR:K#LC<.:\9$W%?W'#R`#L(!]`0WF_PS+B?V/FS:5%V.
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1467-MPB[B`(K")0W40TQ/VCFM=+X8`.WT8OBDS]K9HS,)G(PPA:CD?;U62Y(YU3D)
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1468-M9;CH6!6ZW1J5VN#H6!B>$9F5NQEC$KWO"(SI]S:UR:5GQC"5%/7H=C6VFZOC
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1469:M5LYBNE=:JB`K>54\\-]3K@QW$7YJOV";9`0O**8:7JD:8F?<-[9NOJ%2?'YK
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1470-M/:Q6;<RS'J5<1L5;SQZF*OMPF'$XS.C4T.R38>-;%R,6*-8;;<,P!:WN-!AI
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1512-MSG21Z$,G'"KG"#/K`QDZV^GZ^^!*58UL;.KGL"UL=<G?H;(X;$Q\;%_#S%83
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1513:M3(J%,^IW"P,=E$%)DSFO839/D`"JS$E>*%^IS!IF=%!R*YK#&AG`3<VKBKY5
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1514-M!SWVW"_5T<1)?Y"L8I6CCA5ZM./!)GBU:;^SZC=I571+^G6P'M?9AN'+(U0'
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1530-MSW#%0GF-UGG('^AWQ'.)C92P8TM`76;:5=V.@MS!VD*?@-;.$G?Y^#G\8\*@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1531:M@[;7@AKC"^Y9D6#>>[/<O,/#.YZA$36;`]9EE>+.\V2`T<T$,Q:^\7UE%`._
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1532-M5PT8HB!#%,'\&4/X'DB(X"6)HHAOS8TE[Y`&?O8/G>FM/I*=3A',TG)#D(\F
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1543-M55H@Q12@Y-7"#2I")UIO.*Z<W5V7:G;G<8XPP#69CFC_0WJU++EM),%?X9&(
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1544:M,,=`H_$Z:JT-[\7:B-7!9PZ(F6&8`B@2E';^?BNSJAL@"-NAV`M!-/I17965
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1545-ME=4F(1.M+P4[]`,]B<3/N%WB&>`K<!%1+RF=I77V('WSB=QJ==KGX4L"4==A
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1612-MMN,V<D2_(/_`1S'(#,0FFY>W^+HP$GL=VYL\<R3.C&*-I)6HM<=?GSJGJDCJ
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1613:M8@0!`@/6L"_5U=55I\X1RK6TP!]2<HVQYCG=@A69MR5U7(-84$C6]$`;CULC
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1614-M9XITF\^LV_=FS8PL5<[L07-J7[,;MG"-%G.$'SDIX97X\ZYGK<S2U>CT&O(P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1615:M1SN4J(JN8H$&B8'D7KQ6X7E5%]<`>"`ZDP[+7P/D9.<ME\"X$1`]A=46PVOO
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1616-MRHS9KR(_I+-%).?;-**(G1!<EB8=.VLS2LV=N3P:]U=M`$5X4R"@6^L[(-LE
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1620-M"_U*=FW/\M2\9]TK$L2AT@Y=NX=\L\&+>_'@<Q"OJ\G%^GNK\8-UO(5E2&NB
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1621:M$$?.IY`W4N!IDF3EB"[!DN2P:#?,OXB*M6.ZE*7\.QX$?9D_-NA`MTAQ:QM,
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1622-M[K<VS(*ME>I]2?'R;].<3WYG*U8,F`$9!]R!AV1RSTKNY4M[^^T,7"^Q)9RG
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1655-MO)1;-[.7?Q\MZ?FO4I2]VCTS\MIXQP<VACA[@8HJ)4S36^[5?W-[J7/=7CT<
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1656:M#%I$*5O*>E*RDB!59NVK5%@*2GOA\B.961`[\\$KV5%@[D6:`:D^@YO6LR^R
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1657-M,M)'CG+#1SXSK11124U5Z$O$W)IKJ<BHI_@1OO%=FF>S3VY1L"5Y#U#-$`+N
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1679-MGY0HGNSM%+.=K;"WA]&E>.(*S1PYJ%.]7GF_TM^./3*"6N7UN&-/^,S]:C:Y
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1680:M^@_?5=.<(`Q$?P'_(4<XJ`230'OL3,^=3IGIF2K6SBA8A8/_OOL9T$Y[$2'9
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1681-M9+/9?>^M?J0Y+>]!Q.7^(&KKUE+<>5`=P^J[I\3GFT@)64K*.5JZD\%=G'4D
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1682:MJ5QRIU=(%>*S%X6N)EJ/'_*]'V5@R`IN:2G"`#$6FXDGM6-46\=IH`]QI4H-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1683-MMN+C@%T6AGMAN2\@+[!/P$!=C'J\PW.9J[SU(YW3'-A:)VT:V?4@NW;JM6XW
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1706-M<Q8[Q62Q3'0AMW3*!IF^*Y'-;N1S@BYR`B=Q)2_E%N[FV\(G'3::C#TDX&LR
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1707:M(AZD8_06G:)SU`O+!$[G0F[D'M$II4@[I#WR2OEU0S6N(;_95$XK@-`FZH+]
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1708-M^W2)KM)M^@PU6#F5,W@BYW`NEW`5:#]W"4FTB?VB4_1)<=++TDE+4OBJ\2?C
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1709:M4Z`REK*`<2X\NLE#\U"SB>!RT$Y@=8Q^A5Z=`F+OT1]!'])';.$4'HY(:8AC
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1710:MXS'\,,\!E:`N+R_G5T"7N5>@*"%$MU0L;;>0I4W.D5N,AXP<(P_T.]0@`?D1
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1711-M0"F7'J&9D<X]`32#]#0BKZ4VV@!<VVDONMA-)Y'!Q_0/NDFWZ`[]BR66.189
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1714-M8]^X>R/<&>XV+,8\H]W88YPWKE,"#:$IM`"W8#%J6(8:FO%>;*,=H)V@O<#R
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1715:MISC)AW&.CJ/'/:#3H#/T!Z!Z&=W[`/0WG+$^U/@9ZDL`QE$R.YH:Z6@!SV0W
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1716-MJJL`>;D.9Z.)G^'5H'9^B?<"^5?Y`$Y6-VJ\G][F*Z"_\#54?8OOH.ZA(ALT
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1726-MJ87:H*S^[>8^!:;E7L1V.NK-_&ES4HU:LUEWT6*_*06>\&I2P*<)OQEC<)8V
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1727:M0G5K(Y[]T/KE]`O)L^6^14W8BP*UH2)`LWEN=.HW9X$MF)54*'`KVGQ>C=M\
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1728-MT20BN4>KJ%4]IL:_1-'BU4(U&%KB!^94[CV4ZDKUJ`&W3Z-2[Z&1KI&1B=-Q
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1745-MW\P>A4KN'_VO*[WW>[OO-_/>OIF=G3E<%^;:890<H!U<!PS+2:X3[F>X)T!_
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1746:MP/3KC/%K+@'Z`O<XZ)>9UIB'F=[$/0EZ*=A+N2[HA3`VX;I4+,AU%JX<7T,]
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1747-M2,033`\Q;91=/>*U'O&5'O&E'G%OC_CE'K&R1ZPSX]_`7D'$2:833!?*EBKQ
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1750-M[XZ*1:/BW%%Q=([X"KZ*[-BFVI%I'%_%X)T[9R-)X4_5F`?@C@;_5&.Y`!^H
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1751:ML2#`^VJLD-1Y\6T4$Z`^^#T4PZL`_XP&=?3^C[B;HW@3=[/[MY&$@X`W5.D<
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1752-M-']+@]]K\*8JK0%X796*`:ZK4C[`KS1X397F`OQ"5?(`7E650H"+JK(`X(*J
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1753:MA`'.J4H'0$I5)@'.:C"BAC8`J&IH'SF/AU&(&X+P>]68%YX^J\9R`)Y18Y4`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1754-M>]38(Z0NA'>B09;CMO0[;(7[XX`]@/3=-J,!YM^$!IA_(^YF]T\#4O]3N)O5
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1758-MNN>Q`X58>XOL@OB?Q0CY-%9`[@Y.DD]`[HS32:"2#Z44#LK9Y!_2)'E?6DBF
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1759:MI%+R=\E,W@L%R%L#YV@FZ`U@Y&61-R0G^:V20:X')\D$S+=+L1/DHM1!+L`$
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1760-M>5E.Z;!L)S^5RLE/%"L94C:0'RGT629Y`=H<5XZ2YZ'=<](&TA?4GN^7?60?
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1773-MPV.KDV?D1+W:+_>SD]I(VZF6(_\1J_??L5I.S=+9*=I9"XW5=F06]Q'J;J.Q
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1774:MCM!81VBL-KF-Q6I8O^+1K0]=V[=MTXS9R[`5L0UJ$':S-OTZQ",CJI-S]`8"
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1775-M/P&=D?#(K-<1GN=\)H.18.058!5;,.+O6@:?3MN=FM;IFC;'QS6MCND:5%LS
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1807-MW$6HPT@H'N/8YH>4.#$"3,YXRM2J/;'FC7-_^F735H"/'EL[F'FI^T=3QM5/
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1808:M/K]>``F*.K*U33&4TUO&C>\;?_G[Z\:]S4V[&U]M^];$1=`%UE[Y(U7)'1_T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1809-M_5&HP2J8A<?T[#YNDKMDG^(N29\YKOMN2[<]]Z7['JO);N+<=C>_T;;1TV?K
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1823-MR<<=6_@!;H@[6O,._BXW4N>,MLA*-BPGY%`>^'0Z0LM,GTVV6E'N,'TFE#M>
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1824:MHIZHKT]&8[&H3`@A11'8%$$(J6I:SH/:2>O**S$`U=0WH:1=/4D4/.D4"AYV
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1825-M:A8&.09#I\1!5%(;&HP\S'4T-K]*GR73\3!<&H6O)Q#+-\$`RH`*/;<#N#D3
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1842-MI;__4%WVL4V<=QR_Y_&=[\Z)S^<[QS[?.2]^3W*Q+R^V$SLVF(PLO(1`A@ID
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1843:MPQ!@T*3`0B((+6PMHH,N4L>0TA$H'4M5M**IB+5=U0`JM%UI*1`8[Q+M8!IM
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1844-M04#6M:)A#'S=<^>$%%F)[5^>/^*OG]_W^_DFQ10*'V2SN9Q):H]D$N@!\QV&
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1868-MO]T!\*G!$K5A]S^[6Y=45BUNKIFT]D^[U1&'8,$)OX?8B_(:76^"1O?:@;V6
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1869:MKEY`=!*]M@$;WE<PA!_'KQ3@T.'`&,K*D%P'!ID\R9Q/_<4)2IQSG.W.010;
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1870-M0W!9VIHV2.ZC$('68M@%#T`<#L%5Z0(R_RPU:#YK/<H!A5O,=7$'.!R9W:J_
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1876-MN+47?+AT\K//JM^J?]S<F%H)_T=T1/"&WNS<5Y[8<Z!]/^SYQ5P4<GSMLFRW
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1877:M^F#;MO-KWH3[UR;S(\6:ER'._/XJ>05]YU'LD_2Z_]+`Z!0Q$=AE9V5`+/>6
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1878-M^Q)LPFJB3:809ZY0PHKD<H6X<KE<=#I3:&*F2#+%55564;0HX:9PR%!%FIVN
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1901-M>*?69!GX8YZ#@I2?@20`GT9LWA4=A?9`Y?M`!YS]J]/=&HT!-_<WMCYP^<"O
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1902:MGUK/X`8KZ6[KK6\<%6SZW&.=F<$?@[FG7)8`B)"1WF+7XHL'5OQT=#CL-A!:
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1903-MW!QF6C+919,O=-TW6R%HMY:,9)V6I*LUQ]./%3$=S!T>LI``/<`(F?HYL2>G
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1914-MW0ZS!,QLWN68XIV\V^4Y"7`QP+N="@P%"I[V.2D%4*IPVNQ`5(-F-3X8"O%Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1915:M_FE:8)UP'=^,ZL2(-*SH`JEK$I^WE:\C4M6J*861E`)C]P)"?%:Z`V3%R'LG
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1916-M.P[/U?P;L4@[QE2916X3.%`G:RN&9@OYOL>#%.DO5.+_/K`\$VQM6PGFXMDC
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1934-M-3T6;C29=%B\?M<8CC.V2,_01ALN[%NW8]9I>CPXT3[?'4"5K#/HYA0HAJ+N
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1935:MMI?/+@DZ8T7%;)6%90\,(?/B1DI/>5`]K6=0+:UE5`%5T$[;&3I`!\-TF,G3
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1936-M>:9`%YB)P$1P#[V'F:%GF#EZCJ$)C9MB@Q@==/!6YMXB*'B7II4WIUU4BO<Z
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1941-M9@*CG!D-B/V?[K*/;>(^X_C][LX^O^?\=K;/SOE\E[-]ML^OY$)L)[DXKT#+
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1942:M8`1(LAK:4E)`3&O0R$JJ51&"M85J=*/-$)I4D(!-2RNAP3I`:&\J`3:*F$3H
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1943-MT*96&B1C52.A*8NT0=S][FR2H&J6XOA^R1]^OL_S^SS?KP$8%!2X]0&_2:>P
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1954-M#^>.AXYSQ[/'<Q;1+H9$3LR*N>[V[M*NT"YN5W97SFP,&3ECUIC#9:M,]5B[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1955:MJ8["9OL5RQ7WE&7*/54P#X8&N<'L8`XGC4$6#:4%*5N26T%[+LWA"`Y%Z"@T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1956-MZ'C&"`TSS[`R7VQUNB2YM2A+0L"LPXVN#C8/\JOJ7$.L",157F\=8=1WE+*9
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1963-MU`>>R]1ESW7JNL=KH2P>5.4]&J%X^FNPUYC'<Y#T.$9$:Y0WZ#7.BX0HVK%%
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1964:MVL>7:!^/I6X\5FE?@4VIN3VM+;`?5?1]_/$BZ8>?(H#[_Y">J)X`B/IX"1S(
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1965-M_.2Y`S]:0OV`5V4]ZE%I#WF8AGJN?N'-B8J]*THLP?[92%4YJ!B&2#`[78>?
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1984-MX+UJ1O+(/27F=M#2)O.XY7QB,C&3^'?"8+6C"=$A2$/F:[;)R&1T4KPCFMZ!
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1985:M0ET`?S_7?$YIO`",OPHEW_<#_P6P\QQ]3J'@B;(AY!1,*!X4G`0N),UY(I^G
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1986-M20N!<:A)X`C%Q]#G`DRHU]_:\R4!B/U(?"S^3AR+%Y653#-@0LT<PMWC`+?_
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1991-M'^_5&MM$=H7OG?$\/+;',^/'/.PX,^/$<>S8DXSM$"=V8RC$"2]!F]U":*`M
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:1992:M`8)V$12T6;%MM]M6;&A_M-JB;2E];+?=(J&M1+5=I2PK4152M$7I`S6E4@7=
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-1993-MM@MH?Y15?P#22HG=,[:#J%2$^J<39WSFG&LG]WSG?N<[Y.V&-JK?(GY`N5$,
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2014-MT"?_"O@-`7Z_8`,>W6T,T"Z7[C+PX#JC:C[I?=(WT361G/).^8Z99]0SVH*Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2015:MH`D!T0P&JY)NZ*))T@'#T$U3I$G:SML`AV&*>5NW+2:?KTHD21N!0-!\V7K-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2016-M(JR49(JF#2N9E\6?B(28DAB+T8.,&##(O&72MI=#/C5*<K&(YO70N)CL)%$L
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2042-M=$9I;&4R(#0@,"!2+T9L86=S(#(V,C$W."]$97-C96YT("TR-3`O1F]N=$)"
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2043:M;WA;+3$V."`M,C$X(#$P,#`@.3,U72]!<V-E;G0@-S4P+T-A<$AE:6=H="`V
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2044-M-S8O6$AE:6=H="`T-C$O5'EP92]&;VYT1&5S8W)I<'1O<B])=&%L:6-!;F=L
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2045:M92`P+U-T96U((#$S.3X^#65N9&]B:@TV(#`@;V)J/#PO3&5N9W1H(#$W,S@T
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2046-M+T9I;'1E<B]&;&%T941E8V]D92],96YG=&@Q(#(S,#4V/CYS=')E86T-"DB)
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2047:M7%8-<!3E&7Z^;_=R.6`AB)J0'[+7)>&`G`F51E!"#KB+(1&Y0(0[QL$[DL`E
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2048-M$A-K)@-(((,B](!"_<4IE-(B.HK-@I&Y`$)JL5BE(V.'0ID"K<#HB$QM!W]:
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2094-M[:L:[=T:;6N-MK9&6U&C+:[1O#7:HGQM=+Z6EZ^EQ*K]_^.\ZH/:.*[X[IU.
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2095:M=T@(G3Y`'P:.DXP4)%FG#T"6`>D`B8\`_B#8-64@Q$!JXC8>3$WLQO&8289`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2096-M.TY=.W&FF+HF8\_$3N((V?'(3IJTM=NQQW8GF;9).G%2)Z4DGI3D#SNT=8SH
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2098-M0<[M*>=2>"S9Y@'Q9++M):XZ%P^C$@6&$>U!)80D=Z&8+'=BGRQW8)^,/Y84
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2099:M2N"UP63D,(B!9&0:IF,+\LK@(\G@-&A7)MNZN.HL'%ST&4`Q1I(KDI$#`+N2
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2100-MGJM<M0X[D1<7@WHY"LJP'05E<]NB5";;'&!.G0:B"R4IC)-<>C1%X#/<UT(K
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2118-M><BDI)4ZUJ0WT0XGH>MZ>\])PV1\IW?==>OC/YTENS`]N8G?L_./Z<GTG>/I
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2119:M]P_P%2_C`BC;,I]RX%,/?(SH?K$HB\!:EE;"AU1K::V2U2D-><#)V*`^J;7D
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2120-MYLF<6C9D.-V:_S8G4QBQ,B74B0@:*-'.\E"YCG42SE">2:\CZE<WK7GJ.Q6&
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2151-MEX$]9PT,].;ASQ)%#JN"'',#M?!$@UV,?>N;I5U,R<F48$?#O126,Y@#P-P[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2152:M00$ZE0C8H#37LN\<D&B`U,`&`?%$]:IY_[)E7P8'-&"V+^BI_6-5/N`;K%WI
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2153-MCZ4C/2"%TWB^=JKV=X7ZRE^(ZJV1X8)+44@VXUF:/GYR920?:'(H\&7!]R9C
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2157-M])!%%@W#LL5XNEF260X#AII0FUE]$&`R/@C27&80`*EIT')&>'P7'JC>DO-0
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2158:ML:5!RAL(M=LA2&]>3<V5VFS!`*PN$:!.EK`"O"T%B](1]!9P\^P_7\^%(Z7U
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2159-MM6-;%B_>@M]Y$TCKBIL>/_'^MP_4UN*3W8\^]<7]9?&-)0^_/+X-F/C<F.+L
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2167-M*(A",(=5-ZW[?4AF%AHD,W-H1F0,@M.0E!9.$)0HQ(2X(`DVATV)**1*)!P%
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2168:M0(5A8Q?P`N;D7;-(C'1#6B$$`>8]54*Z^41<<=;F#5B)4);`"ZU]'S[[MS=?
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2169-M,O^ZJ-7<LK&[<Q.N`?8H6+UU6__R'U^J37TC?M\38`V8/[9;;+]U?7-3<9C8
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2202-MQ]$O"$JD$!:%!.<VYR\6"M>6YB^F3:U]BTJTU/)Y+H_<,I]O30L7!:0Q7Q(Y
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2203:M4_X`27%)`M4"$JE+FZT@!QY0U@Z_.8PP`MU6-9#YESK:M\#=\#H<AGOZYL_O
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2204-M0R&VM3@N%8L-U3U&6'6N?`O7>]ILVKU_$7:-;EM?GD13W3WW^H@G)JX=:I(=
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2206-M$SP,%@)BF/;;91GW^7E&8-UQ!UO+\YZX-:F.2"`<%VH)>[PZ;JD349`Z^7RF
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2207:MF$<"Y3-FK\I/A0@S7$R8NB`T32K1=RO"CR.3')$QD2L#%TM!I`MTHQ`_1=Y]
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2208-M12"21*J;.Q=VXU6-<B_\ZX:ED8E^2PWLJJ7'=GEF`-,F-.S==YID1M,<W]]W
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2210-MY"?&7)]PG_C&_$0;3:>D"AQ+\79)$LFN55[H1;GT_3?87[,8VR6:YA<*FN:7
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2211:M^RI7N!_:+7-K!$)`K=*<FEN%?K8%X#X2I5$7ND/_>@L$`HJD1"6Z,`ZZ!=H\
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2212-M=(OE=W!JB;\,<PB8'/`T-9J.%U$P-X:\K9KWN3G*)IM>!Z%JG!J$T)@X/C1Y
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2224-M.FLJ561"OR<=RY[^+4R#<I<B'T+,LJ`&_%/?U"%\*F(QZ51D6!E5;BI?2^,*
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2225:M12A52E6D1E(54J(/!S\(8A5+'"A\14MQK$*-UG`4&U$4Y,E!Y`J*)$59R*8B
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2226-MCT171;=&CT6):-3A]8I4JA*K=L3%A$)+024B05)6\:[`>AUE#I/Q6D9-<!4F
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2281-M'+@XLK3=CN9H2G!P'T86X,2K3Z\L35;F5I9>71DBI54Z2$,I`DO:IDL]/C9>
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2282:MO0`7M*ODY$5-GU<KG<B`-BS_TW#4,$\R4AWUD_._Y^_*/053\1$SMD9/6DY6
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2283-MSEG.L2_97F-^PUSKN):_R=S,WU#_P2SF'4_0&37E;PMY0JCH<(!C72'755$S
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2285-MU1<PO#HXH,?5I<8MDHRJMXE9&M5;!(`(`9&W;IEF7Q[G%Z_K1M(+=9.[>WK[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2286:MH@FK'R@LVQ2SXE+`3N2D>HU!Y(WY@R2JNA4N"/&$P8H4`&1WF/KH('+&/<'[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2287-M^`U-!%\)L,\]UTRPD^.KAUE'\5AWE]R*4\UB[B6L1;B[">8$PELTUM6MVY5,
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2291-MP[L)M<'QJ%FFHA')[&4-*-++4M)N)QL<LB]@7+?$_\-TU0<W;=YAO9)MV;)B
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2292:M2[9E.;9LRY8MV;%CR[$=?\2)G9A`<J&#0"$)1]K`2EO2\GVDD!9:N&O+EJ['
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2293-M8+EV[0KT8UP+Y1C7C4+7#M9Q[=C2@]&,6POM;EW7ZW67'K<!UX[8[)5L:._D
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2304-M0C?GV>-K2<AQ#:OQ2RUQ@<6TJ;S&TDR#5+(9SW=(DL_HU\0M4HD%L.P@QPN9
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2305:M.?N:0),"8:%-H1?$</AJI0`]G+K-,#:G)C$VAU`JR^JW&MG2N5`T'<V(2"X$
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2306-ME]9(2@39</Y[9-N@L`V!)DRKG,+3BI%#''%8DC!;?5#-T$=48-%TRI*TJ%)9
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2319-M:45O5T]YHNM'Y4,NK3:DS1C*SG*N/(H]F#UH.^@P=%JI6$\TXM381;\+%>=3
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2320:MG2T&^(R%EQKZ82M#ER9[O.$%X5-A+#QO07+`R3?B:$?.-#`@VN?W[Q8/B*BH
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2321-M&#0YI$VV\D.Q]F[);CT!+I1,A9.+YU!VV;[;?L"NL2L>,308GZH,ST`RP6MJ
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2360-M%^[Q;*(VTD3)R"I>E'0J1K/77?.:"8C&[_KL-;L9F#4Z]G'MP<19U.$8LK$N
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2361:M1P+Q6"4+L$<0#^:.`(<)[A@2[FP(&P$=.%QHRAE!7`:XZ*6JFUGOS@8'+8NX
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2362-M76@HB.00#5"<.O.@H4)V^=('`/_B\GSS#I@I[3Y]9/_!D\<D]`7`-+_XW:7F
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2375-M"()`#&BI%X/U-:C5EUG`JY!CCM'!@!^+A\-!6,8Q5R<C/-T)A,[N3K3S^4Y:
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2376:M]I"PK)[F`!=GY'`+?]]^$QJL*[W8T.MHH:%I.G%S<6D6CKV.8JMY'C`K6&F<
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2377-MARBW;3^]>%HDV,;;@ELT;2M+/93H+'[=D\F1F/HU55%[I,A$1^BQJ4:3$8T]
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2389-M<>L=S5O.>TO8-=B+<22!O*Y.KB77!K:06P+[R'V!@^1+Y$L!4\`:L*&=1JK$
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2390:MVX10I,3'A9`+3E$,[SKJY;V13IHR$7$;8H`]V2^:$R0O4VE[(B'1=AH&V#O_
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2391-M9KU:8^.XJO"],[/S6GMW=G9G9Q\S^YCUSGJ]C]F'U^NUU^F:N+'K)":-"W92
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2392:M3`E1<0I-6R?@4*E"5GY@"R%4I"II48@PHOW#'U2E5BI5)6I=$TH%D0`31:EH
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2393-M452>`@F!4(EWAW-WUU6+%`(2LYI[C^X]<W?F^^[Y[CEYA*VD2<Z%?*Y=;-8A
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2394-MNX#OLR0B8D3#ZG60K=I'C@39Z*,8VF0,R+\3?50"=D%'HN`T@'JAG?Z72Q!Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2395:MGG:%T(XV%X9$PC#'<%N5"%`@7ZE*$H]YD\<GQI-F_2C>6_QX=7`L-.^@)H8_
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2396-M\=#<P1G#/X7_0E]LKDRD#^2"6:KO8,$1;S8FRK3F=OL$0V#7[T_5]XP]37&'
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2404-M5$IA</#%-:4WX$GV#R.7PZ.-I"0V&G#6?3RE2`4)HW9>TFST3BHL/,#40H6V
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2405:M$)*16`W73,W(47$S#B,O3<9,;(Y:6TL`,`'S;>GFPG)SJ6,O[RQTK&UR4M0_
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2406-M`GB=DS8W,](F1U#?A.(6"EQB`?Y+9,=^F`&`N[Q+@)FB.QT(68<7A1RP85P%
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2415-MF6\=U]6H*?=Y]JKKNBLZV+H^-)CY_961[#1]7L/>B'<^O_?^_+0_)-.:QEBI
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2416:M?[2>F,E3FD91`=D['JN&/V/<SD5$;P^G:4YC#Y[%B;D8IX'&:ZT&_1/0>`MR
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2417-MU>\V'CL:Q)RH!OH'TMEI82(\G?UD^$1V35S+/IM].?NKK&LJBU,9,9N!Z'<Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2418:M:W(`TE-!F)6SV4Q6<`:",,=;24I6:$OS(M9(3FBN`E?8G2L(/K3BP[Y2=`6V
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2419-M$,E9MQ<VI2X#(%/-S7O^/7"(3@':N['BC2LL*8`^"!<+?UBP=H][F>!.HB:I
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2428-M)]&YF->VP2^&^B$O(O,-F#_8GC^&OM"9M]^U;]C7[6W[9_:;]H_MJ_:/["W[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2429:M=?LU^X5WTA\`>>>+OJL'CS[778=&,MHEAP%;[MHL6'V$84:`D0#LMXY-P;?-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2430-M=&T:/#[5M1FP5[HV"_;WQ@_-[+MW?^:!1TX^?#IW^/&3QQ[[;T;0.#H$Z^]#
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2439-M;V1E+TQE;F=T:#$@.3`P,#X^<W1R96%M#0I(B;Q7>W!4U1G_G7/OS280PB(0
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2440:M\B#DKI=$3'8%:2`)$%R2W00:'PD:NXL"N^1!>$0"9E(>`Y,1J<Z"&6QYJ54K
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2441-M=:ROR`VE=3-J)U5:*HHB.HS#B.`8+0-$D4'42O;V=S<A!:?C^$>G]^3L.=_Y
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2442:MOO.=W_?[OG-W`P$@&6U0X*UM"C<GGQOU-*`G`V)Y;6N+_D'"FK_2XFU`*VUH
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2443-M7MQT<.7U:X$$)WO+XN5K&B;_K3T=&%4`#.UNK`_7G5ES8C=P[3GNF=K(A6$]
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2445-MUN\)-]4_LN/\5X!K%_$4-J^XM\6R+>%:;>N;5]4W^\Y_-I_^:.]8I+4091$R
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2446:MM!J,5)J0`5C'V$^Q?Q6;9\6T`GABSUN?*$2`WPWT_L>%Y[$-KV,UUG-^'Z*8
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2447-M@#R4DY5G<0N"Z!%>3(+$8WB`=A>1A@HL$R=YQ@MHQ#NTRX$?.Y'*]3JT<G\N
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2480-M[;)F<'O(8#7N@_T3;+29F#OX-]R9.M+?.,T4J3^BKH_KHYCLKHPBJ2K0*41[
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2481:M,"JL35'XLKJ0!&7A`JI_9I?[$A_CIU#@YD*>B[,I;KV<O)>3[:`>T2-SZB)Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2482-MN=[(@E9SXB,5]9'@1(9^>V`)/^\(N$QO,'-P6A\,3J.?J;8?->XG$J2'I0,>
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2488-M[*C<YLWGN#5AJT,^/J=CCNQ8U;'YWZQ7;6Q3UQF^Y]CQM1-?V_%7'`?GW"0D
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2489:MUXX_\N&OQ"2Q$]L)Y(-ZD#`"#45$A8RM+$VT!`*DM)`$DA9Y*Z4J6X:F::B#
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2490-MPH)AZ$:4CU(F(HW0;F+=CZ70'^F/5DLG;14_2A/VWF-7=-+VH]*N]+[/.>=]
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2491-MSGN.'Y][[CEX>F!Z"I\GYT-XFDR'\'G^?`)/\],)+.+DI9"/F$0\E6HA1A%/
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2492:M`AA$?`Q`+^*C`+DBG@#0B7@<0"OB,0"-B(\`<"(^#*`6\2L`.2)^&2!;Q(<`
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2493:M5")^"4`IXE$`5L0'`10B/@"0)>+]`'(1CP#(1+P/`":S%P")>!B`$?%01`N(
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2494-M$&)42#JH*2.-1ER/]C#]#(=V4[^5^HW4&ZG742^_W,_]N)]KS$8?P/F?0W>H
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2503-M=N@-T9WV1;*#O$PV"+3_,SR-MG?2L=>%YDF+G>9OABF@*R3.SY,F.QTX0F@@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2504:MG*X%TVD#Z9J7T&Q54[2Q(OU+W/`379UT[DZ89FE$2U:3`5(4W46ZB(JHDE?1
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2505-M8;A>)=%HI)9-GF:3A]CD()O\(9O<S28WL<FU;+*&37K89#&;+&2-2KU2I]0H
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2550-M%OPI]B(>-(*)S&">&M07&E9;5HDSU.Z&KS:\K/^EZ;SCBNF2XX;AINVFXX[A
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2551:M[S:35J?5DZP>+T`\1%%<J)$E0U8=GWI>(`07DS(6W:[8AS.7!7P(Q]53N*#B
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2552-MNG4\6;.%NGQ9@0+N/=&_-EIY=<\73/[QEP_L(2N'WWGOZN'7SKS[VZ>WW/G@
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2569-M7B+A3U[2H,FI"02U-$=!@NA\57_Z31J9G3$QX^17/=656%ZTZLAW1)X-5[:9
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2570:M*9HD61US)7=WK<G;UCAJL.Z;3/J`6I(@23#$<7(C_#*\0KU%#]._`S6%(]36
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2571:M@N\K."*<^,N`SRS$9Z=\>B&5"E)J3`.&!1J@_5_G_'\6"E1PC?`#<>L!CX`-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2572-M8`N8!MO`CFJU/K(>CTS51JJ_KYZJOE)]J?J-ZM>KQ_XM/'B>ZE\^]3\U>$:B
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2573-MGFL&2R!3.#;78P9'3<I.45H\(H#.>DQB?UI9CR'.6%N/*1SOK\<,CE_/5LH#
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2574:M_?GPV*8MD]NCA1V/;-ZT[C\;`ED,2!D,@'Z0!V$P!C;AQ4^"[6`$UQO`3K`9
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2575:M`[+M$[.BH`!VX(S->.23Y_IOLE1D.'`0K_(L1I!4]RP/`/M']O-X_<327EQZ
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2576-M5KZVUI"^31@U:O]<Z]!C2ZWR1H/?;G?CKG8I_Y\"#`!B$X:D#0UE;F1S=')E
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2578-M5&EM97,M271A;&EC+T9O;G1&:6QE,B`X(#`@4B]&;&%G<R`Y."]$97-C96YT
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2579:M("TR-3`O1F]N=$)";WA;+3$V.2`M,C$W(#$P,3`@.#@S72]!<V-E;G0@-S4P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2580:M+T-A<$AE:6=H="`V-3,O6$AE:6=H="`T-#$O5'EP92]&;VYT1&5S8W)I<'1O
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2581-M<B])=&%L:6-!;F=L92`M,34O4W1E;4@@-S8^/@UE;F1O8FH-,3`@,"!O8FH\
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2585-M;&4@,#X^#65N9&]B:@TQ,2`P(&]B:CP\+U-U8G1Y<&4O5')U951Y<&4O1F]N
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2586:M=$1E<V-R:7!T;W(@.2`P(%(O3&%S=$-H87(@,3$V+U=I9'1H<ULR-3`@,"`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2587-M(#`@,"`P(#`@,"`P(#`@,"`P(#`@,"`P(#`@,"`P(#`@,"`P(#`@,"`P(#`@
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2595-M,S,@,"`P(#(U,"`S,S,@,C4P(#(W."`P(#`@-3`P(#`@,"`P(#`@,"`P(#`@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2596:M,C<X(#`@,"`P(#`@,"`Y,C$@-S(R(#8V-R`V-C<@-S(R(#8Q,2`U-38@-S(R
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2597-M(#<R,B`S,S,@,"`W,C(@,"`X.#D@-S(R(#<R,B`U-38@-S(R(#8V-R`U-38@
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2610-M-3`@,S,S(#(U,"`P(#`@-3`P(#`@,"`P(#`@,"`P(#`@,"`S,S,@,"`P(#`@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2611:M,"`P(#`@-S(R(#8V-R`W,C(@-S(R(#8V-R`V,3$@-S<X(#`@,S@Y(#`@,"`V
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2612:M-C<@.30T(#<R,B`W-S@@-C$Q(#`@-S(R(#4U-B`V-C<@-S(R(#`@,3`P,"`W
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2613-M,C(@,"`P(#,S,R`P(#,S,R`P(#`@,"`U,#`@-34V(#0T-"`U-38@-#0T(#,S
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2623-M>&UL;G,Z>#TB861O8F4Z;G,Z;65T82\B('@Z>&UP=&L](C,N,2TW,#$B/@H@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2624:M("`\<F1F.E)$1B!X;6QN<SIR9&8](FAT='`Z+R]W=W<N=S,N;W)G+S$Y.3DO
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2625-M,#(O,C(M<F1F+7-Y;G1A>"UN<R,B/@H@("`@("`\<F1F.D1E<V-R:7!T:6]N
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2631-M<#TB:'1T<#HO+VYS+F%D;V)E+F-O;2]X87`O,2XP+R(^"B`@("`@("`@(#QX
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2632:M87`Z36]D:69Y1&%T93XR,#`W+3$P+3`Y5#$V.C$U.C`V*S`Q.C`P/"]X87`Z
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2633-M36]D:69Y1&%T93X*("`@("`@("`@/'AA<#I#<F5A=&]R5&]O;#Y7;W)D.B!C
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2634-M9W!D9G1O<',@0U504R!F:6QT97(\+WAA<#I#<F5A=&]R5&]O;#X*("`@("`@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2635:M("`@/'AA<#I#<F5A=&5$871E/C(P,#<M,3`M,#E4,38Z,34Z,#8K,#$Z,#`\
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2636:M+WAA<#I#<F5A=&5$871E/@H@("`@("`\+W)D9CI$97-C<FEP=&EO;CX*("`@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2637:M("`@/')D9CI$97-C<FEP=&EO;B!R9&8Z86)O=70](B(*("`@("`@("`@("`@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2638-M>&UL;G,Z9&,](FAT='`Z+R]P=7)L+F]R9R]D8R]E;&5M96YT<R\Q+C$O(CX*
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2641-M/@H@("`@("`@("`@("`@("`\<F1F.FQI/D1A=FED($UA<G1I;CPO<F1F.FQI
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2642:M/@H@("`@("`@("`@("`\+W)D9CI397$^"B`@("`@("`@(#PO9&,Z8W)E871O
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2643-M<CX*("`@("`@("`@/&1C.G1I=&QE/@H@("`@("`@("`@("`\<F1F.D%L=#X*
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2644-M("`@("`@("`@("`@("`@/')D9CIL:2!X;6PZ;&%N9STB>"UD969A=6QT(CY-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2645:M:6-R;W-O9G0@5V]R9"`M($5-0D]34U]Q9RYD;V,\+W)D9CIL:3X*("`@("`@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2646-M("`@("`@/"]R9&8Z06QT/@H@("`@("`@("`\+V1C.G1I=&QE/@H@("`@("`\
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2653-M+WAA<$U-.DEN<W1A;F-E240^"B`@("`@(#PO<F1F.D1E<V-R:7!T:6]N/@H@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2654:M("`\+W)D9CI21$8^"CPO>#IX;7!M971A/@H@("`@("`@("`@("`@("`@("`@
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2655-M("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@
##############################################
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2708-M,#`@;@T*,#`P,#`W-C`W-R`P,#`P,"!N#0HP,#`P,#DQ-S4P(#`P,#`P(&X-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2709:M"C`P,#`P.3$Y-3@@,#`P,#`@;@T*,#`P,#$P.30R-2`P,#`P,"!N#0HP,#`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2710:M,3`Y-C(X(#`P,#`P(&X-"C`P,#`Q,34X.#4@,#`P,#`@;@T*,#`P,#$Q-C`Y
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2711:M,2`P,#`P,"!N#0HP,#`P,3$V,C0Y(#`P,#`P(&X-"C`P,#`Q,38U.3,@,#`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2712:M,#`@;@T*,#`P,#$Q-S$P-B`P,#`P,"!N#0HP,#`P,3$W,C8T(#`P,#`P(&X-
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu:2713:M"C`P,#`Q,3<W,#4@,#`P,#`@;@T*,#`P,#$Q-S<T,"`P,#`P,"!N#0HP,#`P
emboss-6.6.0+dfsg/debian/EMBOSS_qg_new.pdf.uu-2714-M,3$W-S8T(#`P,#`P(&X-"C`P,#`Q,3<X,C(@,#`P,#`@;@T*,#`P,#$R,30U
##############################################
emboss-6.6.0+dfsg/debian/patches/bashism.patch-9- 
emboss-6.6.0+dfsg/debian/patches/bashism.patch:10:    TCVERSION=`sed -n -e 's|\(.*\)Running The Apache Tomcat 6.0\(.*\)|6|p' $TOMCAT_ROOT/RUNNING.txt`
emboss-6.6.0+dfsg/debian/patches/bashism.patch-11- 
##############################################
emboss-6.6.0+dfsg/debian/rules-66-		for i in $(EMBOSS-TMP)/usr/lib/emboss/* ; \
emboss-6.6.0+dfsg/debian/rules:67:		do ln -sf ../lib/emboss/`basename $$i` . ; \
emboss-6.6.0+dfsg/debian/rules-68-		done
##############################################
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4-89-
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:90:      POSTGRESQL_CFLAGS="-I`${POSTGRESQL_CONFIG} --includedir`"
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:91:      POSTGRESQL_CPPFLAGS="-I`${POSTGRESQL_CONFIG} --includedir`"
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:92:      POSTGRESQL_LDFLAGS="-L`${POSTGRESQL_CONFIG} --libdir` -lpq"
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4-93-
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:94:      POSTGRESQL_VERSION=`${POSTGRESQL_CONFIG} --version | sed -e 's#PostgreSQL ##'`
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4-95-
##############################################
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4-147-
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:148:    postgresql_version_req_major=`expr ${postgresql_version_req} : '\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:149:    postgresql_version_req_minor=`expr ${postgresql_version_req} : '[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:150:    postgresql_version_req_micro=`expr ${postgresql_version_req} : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4-151-
##############################################
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4-161-
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:162:    postgresql_version_major=`expr ${POSTGRESQL_VERSION} : '\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:163:    postgresql_version_minor=`expr ${POSTGRESQL_VERSION} : '[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:164:    postgresql_version_micro=`expr ${POSTGRESQL_VERSION} : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4-165-
##############################################
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4-172-
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4:173:    postgresql_version_check=`expr ${postgresql_version_number} \>\= ${postgresql_version_req_number}`
emboss-6.6.0+dfsg/.pc/fix-postgresql-macro.patch/m4/postgresql.m4-174-
##############################################
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4-92-
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:93:      MYSQL_CFLAGS="`${MYSQL_CONFIG} --cflags`"
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:94:      MYSQL_CPPFLAGS="`${MYSQL_CONFIG} --include`"
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:95:      MYSQL_LDFLAGS="`${MYSQL_CONFIG} --libs`"
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4-96-
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:97:      MYSQL_VERSION=`${MYSQL_CONFIG} --version`
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4-98-
##############################################
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4-150-
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:151:    mysql_version_req_major=`expr ${mysql_version_req} : '\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:152:    mysql_version_req_minor=`expr ${mysql_version_req} : '[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:153:    mysql_version_req_micro=`expr ${mysql_version_req} : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4-154-
##############################################
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4-164-
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:165:    mysql_version_major=`expr ${MYSQL_VERSION} : '\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:166:    mysql_version_minor=`expr ${MYSQL_VERSION} : '[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:167:    mysql_version_micro=`expr ${MYSQL_VERSION} : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4-168-
##############################################
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4-175-
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4:176:    mysql_version_check=`expr ${mysql_version_number} \>\= ${mysql_version_req_number}`
emboss-6.6.0+dfsg/.pc/fix-mysql-macro.patch/m4/mysql.m4-177-
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-39-  else
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:40:    JAVA_HOME_TMP=`dirname $JAVA_HOME_TMP`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:41:    JAVA_HOME_TMP=`dirname $JAVA_HOME_TMP`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-42-  fi
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-56-  if (test "$CLUSTALW" != ""); then
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:57:    CLUSTALW=`dirname $CLUSTALW`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-58-    echo "Enter the path to the clustalw or press return to use the"
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-88-  if (test "$PRIMER3" != ""); then
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:89:    PRIMER3=`dirname $PRIMER3`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-90-    echo "Enter the path to the primer3_core or press return to use the"
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-213-
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:214:   SECURITY=`sed -n  -e 's|^security.provider.\([0-9]\)=com.sun.net.ssl.internal.ssl.Provider|security|p' $JAVA_HOME/jre/lib/security/java.security`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-215-
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-238-
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:239:   TCVERSION=`sed -n -e 's|\(.*\)Running The Tomcat 4\(.*\)|4|p' $TOMCAT_ROOT/RUNNING.txt`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-240-
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-243-
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:244:     TCVERSION=`sed -n -e 's|\(.*\)Running The Tomcat 5.5\(.*\)|5|p' $TOMCAT_ROOT/RUNNING.txt`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-245-    
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-287-
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:288:   TCVERSION=`sed -n -e 's|\(.*\)Running The Apache Tomcat 6.0\(.*\)|6|p' $TOMCAT_ROOT/RUNNING.txt`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-289-
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-524-  else
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:525:    for lib_dir in `echo  "$include_lib_dirs"` ;
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-526-    do
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-541-  else
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:542:    DIR=`echo $USER_CONFIG | sed -n -e 's|\(.*\)--with-pngdriver=\([^ ]*\)\(.*\)|\2|p'`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-543-  fi
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-559-  else
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:560:    for lib_dir in `echo  "$lib_dirs"` ; 
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-561-    do
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-599-  else
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:600:    for lib_dir in `echo  "$lib_dirs"` ;
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-601-    do
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-646-  WARN="true"
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:647:  for lib_dir in `echo  "$lib_dirs"` ;
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-648-  do
##############################################
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-943-EMBOSS_DOWNLOAD_TMP=`pwd`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:944:EMBOSS_DOWNLOAD_TMP=`dirname $EMBOSS_DOWNLOAD_TMP`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh:945:EMBOSS_DOWNLOAD_TMP=`dirname $EMBOSS_DOWNLOAD_TMP`
emboss-6.6.0+dfsg/.pc/bashism.patch/jemboss/utils/install-jemboss-server.sh-946-