===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gtkpod-2.1.5/config.guess-34-
gtkpod-2.1.5/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gtkpod-2.1.5/config.guess-36-
##############################################
gtkpod-2.1.5/config.guess-102-: ${TMPDIR=/tmp} ;
gtkpod-2.1.5/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gtkpod-2.1.5/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gtkpod-2.1.5/config.guess-151-	EOF
gtkpod-2.1.5/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
gtkpod-2.1.5/config.guess-153-	;;
##############################################
gtkpod-2.1.5/config.guess-209-	    *)
gtkpod-2.1.5/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gtkpod-2.1.5/config.guess-211-		;;
##############################################
gtkpod-2.1.5/config.guess-240-	*4.0)
gtkpod-2.1.5/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gtkpod-2.1.5/config.guess-242-		;;
gtkpod-2.1.5/config.guess-243-	*5.*)
gtkpod-2.1.5/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gtkpod-2.1.5/config.guess-245-		;;
##############################################
gtkpod-2.1.5/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
gtkpod-2.1.5/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gtkpod-2.1.5/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
gtkpod-2.1.5/config.guess-288-	# 1.2 uses "1.2" for uname -r.
gtkpod-2.1.5/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gtkpod-2.1.5/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gtkpod-2.1.5/config.guess-348-    s390x:SunOS:*:*)
gtkpod-2.1.5/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gtkpod-2.1.5/config.guess-350-	exit ;;
gtkpod-2.1.5/config.guess-351-    sun4H:SunOS:5.*:*)
gtkpod-2.1.5/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gtkpod-2.1.5/config.guess-353-	exit ;;
gtkpod-2.1.5/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gtkpod-2.1.5/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gtkpod-2.1.5/config.guess-356-	exit ;;
##############################################
gtkpod-2.1.5/config.guess-373-	fi
gtkpod-2.1.5/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gtkpod-2.1.5/config.guess-375-	exit ;;
##############################################
gtkpod-2.1.5/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
gtkpod-2.1.5/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gtkpod-2.1.5/config.guess-381-	exit ;;
##############################################
gtkpod-2.1.5/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
gtkpod-2.1.5/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gtkpod-2.1.5/config.guess-390-	exit ;;
##############################################
gtkpod-2.1.5/config.guess-394-    sun*:*:4.2BSD:*)
gtkpod-2.1.5/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gtkpod-2.1.5/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gtkpod-2.1.5/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gtkpod-2.1.5/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gtkpod-2.1.5/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gtkpod-2.1.5/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gtkpod-2.1.5/config.guess-532-    *:IRIX*:*:*)
gtkpod-2.1.5/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gtkpod-2.1.5/config.guess-534-	exit ;;
##############################################
gtkpod-2.1.5/config.guess-562-EOF
gtkpod-2.1.5/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gtkpod-2.1.5/config.guess-564-		then
##############################################
gtkpod-2.1.5/config.guess-575-    *:AIX:*:[4567])
gtkpod-2.1.5/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gtkpod-2.1.5/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gtkpod-2.1.5/config.guess-610-    9000/[34678]??:HP-UX:*:*)
gtkpod-2.1.5/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gtkpod-2.1.5/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
gtkpod-2.1.5/config.guess-664-EOF
gtkpod-2.1.5/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gtkpod-2.1.5/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gtkpod-2.1.5/config.guess-692-    ia64:HP-UX:*:*)
gtkpod-2.1.5/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gtkpod-2.1.5/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gtkpod-2.1.5/config.guess-722-EOF
gtkpod-2.1.5/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gtkpod-2.1.5/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gtkpod-2.1.5/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gtkpod-2.1.5/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gtkpod-2.1.5/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gtkpod-2.1.5/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gtkpod-2.1.5/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gtkpod-2.1.5/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gtkpod-2.1.5/config.guess-814-	    amd64)
gtkpod-2.1.5/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gtkpod-2.1.5/config.guess-816-	    *)
gtkpod-2.1.5/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gtkpod-2.1.5/config.guess-818-	esac
##############################################
gtkpod-2.1.5/config.guess-872-    prep*:SunOS:5.*:*)
gtkpod-2.1.5/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gtkpod-2.1.5/config.guess-874-	exit ;;
##############################################
gtkpod-2.1.5/config.guess-876-	# the GNU system
gtkpod-2.1.5/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gtkpod-2.1.5/config.guess-878-	exit ;;
##############################################
gtkpod-2.1.5/config.guess-880-	# other systems with GNU libc and userland
gtkpod-2.1.5/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gtkpod-2.1.5/config.guess-882-	exit ;;
##############################################
gtkpod-2.1.5/config.guess-968-EOF
gtkpod-2.1.5/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gtkpod-2.1.5/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gtkpod-2.1.5/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gtkpod-2.1.5/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gtkpod-2.1.5/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gtkpod-2.1.5/config.guess-1262-	fi
gtkpod-2.1.5/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
gtkpod-2.1.5/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
gtkpod-2.1.5/config.guess-1347-    *:DragonFly:*:*)
gtkpod-2.1.5/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gtkpod-2.1.5/config.guess-1349-	exit ;;
##############################################
gtkpod-2.1.5/config.guess-1360-    i*86:skyos:*:*)
gtkpod-2.1.5/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gtkpod-2.1.5/config.guess-1362-	exit ;;
##############################################
gtkpod-2.1.5/po/Makefile.in.in-58-
gtkpod-2.1.5/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
gtkpod-2.1.5/po/Makefile.in.in-60-
##############################################
gtkpod-2.1.5/po/Makefile.in.in-88-.po.gmo:
gtkpod-2.1.5/po/Makefile.in.in:89:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
gtkpod-2.1.5/po/Makefile.in.in-90-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
gtkpod-2.1.5/po/Makefile.in.in-189-	  echo "$$lang:"; \
gtkpod-2.1.5/po/Makefile.in.in:190:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
gtkpod-2.1.5/po/Makefile.in.in-191-	  if $$result; then \
##############################################
gtkpod-2.1.5/install-sh-229-      fi
gtkpod-2.1.5/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gtkpod-2.1.5/install-sh-231-    *)
##############################################
gtkpod-2.1.5/install-sh-276-      dstdir=$dst
gtkpod-2.1.5/install-sh:277:      dst=$dstdir/`basename "$src"`
gtkpod-2.1.5/install-sh-278-      dstdir_status=0
##############################################
gtkpod-2.1.5/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gtkpod-2.1.5/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gtkpod-2.1.5/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
gtkpod-2.1.5/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gtkpod-2.1.5/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gtkpod-2.1.5/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gtkpod-2.1.5/install-sh-425-	    case $prefix in
gtkpod-2.1.5/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gtkpod-2.1.5/install-sh-427-	      *) qprefix=$prefix;;
##############################################
gtkpod-2.1.5/install-sh-474-    if $copy_on_change &&
gtkpod-2.1.5/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gtkpod-2.1.5/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gtkpod-2.1.5/install-sh-477-
##############################################
gtkpod-2.1.5/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
gtkpod-2.1.5/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
gtkpod-2.1.5/ylwrap-103-case "$input" in
##############################################
gtkpod-2.1.5/ylwrap-111-esac
gtkpod-2.1.5/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
gtkpod-2.1.5/ylwrap-113-
##############################################
gtkpod-2.1.5/ylwrap-150-  shift
gtkpod-2.1.5/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
gtkpod-2.1.5/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
gtkpod-2.1.5/ylwrap-153-done
##############################################
gtkpod-2.1.5/ylwrap-184-  do
gtkpod-2.1.5/ylwrap:185:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
gtkpod-2.1.5/ylwrap-186-    if test -f "$from"; then
##############################################
gtkpod-2.1.5/ylwrap-200-        realtarget="$target"
gtkpod-2.1.5/ylwrap:201:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
gtkpod-2.1.5/ylwrap-202-      fi
##############################################
gtkpod-2.1.5/config.sub-52-
gtkpod-2.1.5/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gtkpod-2.1.5/config.sub-54-
##############################################
gtkpod-2.1.5/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
gtkpod-2.1.5/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gtkpod-2.1.5/config.sub-117-case $maybe_os in
##############################################
gtkpod-2.1.5/config.sub-123-    os=-$maybe_os
gtkpod-2.1.5/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gtkpod-2.1.5/config.sub-125-    ;;
##############################################
gtkpod-2.1.5/config.sub-127-    os=-linux-android
gtkpod-2.1.5/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gtkpod-2.1.5/config.sub-129-    ;;
gtkpod-2.1.5/config.sub-130-  *)
gtkpod-2.1.5/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gtkpod-2.1.5/config.sub-132-    if [ $basic_machine != $1 ]
gtkpod-2.1.5/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
gtkpod-2.1.5/config.sub-134-    else os=; fi
##############################################
gtkpod-2.1.5/config.sub-181-		os=-sco5v6
gtkpod-2.1.5/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-183-		;;
##############################################
gtkpod-2.1.5/config.sub-185-		os=-sco3.2v5
gtkpod-2.1.5/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-187-		;;
##############################################
gtkpod-2.1.5/config.sub-189-		os=-sco3.2v4
gtkpod-2.1.5/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-191-		;;
gtkpod-2.1.5/config.sub-192-	-sco3.2.[4-9]*)
gtkpod-2.1.5/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gtkpod-2.1.5/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-195-		;;
##############################################
gtkpod-2.1.5/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gtkpod-2.1.5/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-199-		;;
##############################################
gtkpod-2.1.5/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gtkpod-2.1.5/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-203-		;;
##############################################
gtkpod-2.1.5/config.sub-205-		os=-sco3.2v2
gtkpod-2.1.5/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-207-		;;
gtkpod-2.1.5/config.sub-208-	-udk*)
gtkpod-2.1.5/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-210-		;;
##############################################
gtkpod-2.1.5/config.sub-212-		os=-isc2.2
gtkpod-2.1.5/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-214-		;;
##############################################
gtkpod-2.1.5/config.sub-218-	-isc*)
gtkpod-2.1.5/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gtkpod-2.1.5/config.sub-220-		;;
##############################################
gtkpod-2.1.5/config.sub-230-	-ptx*)
gtkpod-2.1.5/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gtkpod-2.1.5/config.sub-232-		;;
gtkpod-2.1.5/config.sub-233-	-windowsnt*)
gtkpod-2.1.5/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gtkpod-2.1.5/config.sub-235-		;;
##############################################
gtkpod-2.1.5/config.sub-361-	*-*-*)
gtkpod-2.1.5/config.sub:362:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gtkpod-2.1.5/config.sub-363-		exit 1
##############################################
gtkpod-2.1.5/config.sub-485-	amd64-*)
gtkpod-2.1.5/config.sub:486:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-487-		;;
##############################################
gtkpod-2.1.5/config.sub-527-	blackfin-*)
gtkpod-2.1.5/config.sub:528:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-529-		os=-linux
##############################################
gtkpod-2.1.5/config.sub-535-	c54x-*)
gtkpod-2.1.5/config.sub:536:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-537-		;;
gtkpod-2.1.5/config.sub-538-	c55x-*)
gtkpod-2.1.5/config.sub:539:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-540-		;;
gtkpod-2.1.5/config.sub-541-	c6x-*)
gtkpod-2.1.5/config.sub:542:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-543-		;;
##############################################
gtkpod-2.1.5/config.sub-738-	i*86v32)
gtkpod-2.1.5/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gtkpod-2.1.5/config.sub-740-		os=-sysv32
##############################################
gtkpod-2.1.5/config.sub-742-	i*86v4*)
gtkpod-2.1.5/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gtkpod-2.1.5/config.sub-744-		os=-sysv4
##############################################
gtkpod-2.1.5/config.sub-746-	i*86v)
gtkpod-2.1.5/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gtkpod-2.1.5/config.sub-748-		os=-sysv
##############################################
gtkpod-2.1.5/config.sub-750-	i*86sol2)
gtkpod-2.1.5/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gtkpod-2.1.5/config.sub-752-		os=-solaris2
##############################################
gtkpod-2.1.5/config.sub-780-	m68knommu-*)
gtkpod-2.1.5/config.sub:781:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-782-		os=-linux
##############################################
gtkpod-2.1.5/config.sub-817-	mips3*-*)
gtkpod-2.1.5/config.sub:818:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gtkpod-2.1.5/config.sub-819-		;;
gtkpod-2.1.5/config.sub-820-	mips3*)
gtkpod-2.1.5/config.sub:821:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gtkpod-2.1.5/config.sub-822-		;;
##############################################
gtkpod-2.1.5/config.sub-839-	ms1-*)
gtkpod-2.1.5/config.sub:840:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gtkpod-2.1.5/config.sub-841-		;;
##############################################
gtkpod-2.1.5/config.sub-958-	parisc-*)
gtkpod-2.1.5/config.sub:959:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-960-		os=-linux
##############################################
gtkpod-2.1.5/config.sub-974-	pc98-*)
gtkpod-2.1.5/config.sub:975:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-976-		;;
##############################################
gtkpod-2.1.5/config.sub-989-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gtkpod-2.1.5/config.sub:990:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-991-		;;
gtkpod-2.1.5/config.sub-992-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gtkpod-2.1.5/config.sub:993:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-994-		;;
gtkpod-2.1.5/config.sub-995-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gtkpod-2.1.5/config.sub:996:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-997-		;;
gtkpod-2.1.5/config.sub-998-	pentium4-*)
gtkpod-2.1.5/config.sub:999:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-1000-		;;
##############################################
gtkpod-2.1.5/config.sub-1008-	ppc-* | ppcbe-*)
gtkpod-2.1.5/config.sub:1009:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-1010-		;;
##############################################
gtkpod-2.1.5/config.sub-1014-	ppcle-* | powerpclittle-*)
gtkpod-2.1.5/config.sub:1015:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-1016-		;;
##############################################
gtkpod-2.1.5/config.sub-1018-		;;
gtkpod-2.1.5/config.sub:1019:	ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-1020-		;;
##############################################
gtkpod-2.1.5/config.sub-1024-	ppc64le-* | powerpc64little-*)
gtkpod-2.1.5/config.sub:1025:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-1026-		;;
##############################################
gtkpod-2.1.5/config.sub-1107-	strongarm-* | thumb-*)
gtkpod-2.1.5/config.sub:1108:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gtkpod-2.1.5/config.sub-1109-		;;
##############################################
gtkpod-2.1.5/config.sub-1237-	xscale-* | xscalee[bl]-*)
gtkpod-2.1.5/config.sub:1238:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gtkpod-2.1.5/config.sub-1239-		;;
##############################################
gtkpod-2.1.5/config.sub-1314-	*)
gtkpod-2.1.5/config.sub:1315:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gtkpod-2.1.5/config.sub-1316-		exit 1
##############################################
gtkpod-2.1.5/config.sub-1322-	*-digital*)
gtkpod-2.1.5/config.sub:1323:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gtkpod-2.1.5/config.sub-1324-		;;
gtkpod-2.1.5/config.sub-1325-	*-commodore*)
gtkpod-2.1.5/config.sub:1326:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gtkpod-2.1.5/config.sub-1327-		;;
##############################################
gtkpod-2.1.5/config.sub-1343-	-solaris1 | -solaris1.*)
gtkpod-2.1.5/config.sub:1344:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gtkpod-2.1.5/config.sub-1345-		;;
##############################################
gtkpod-2.1.5/config.sub-1355-	-gnu/linux*)
gtkpod-2.1.5/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gtkpod-2.1.5/config.sub-1357-		;;
##############################################
gtkpod-2.1.5/config.sub-1401-	-nto*)
gtkpod-2.1.5/config.sub:1402:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gtkpod-2.1.5/config.sub-1403-		;;
##############################################
gtkpod-2.1.5/config.sub-1408-	-mac*)
gtkpod-2.1.5/config.sub:1409:		os=`echo $os | sed -e 's|mac|macos|'`
gtkpod-2.1.5/config.sub-1410-		;;
##############################################
gtkpod-2.1.5/config.sub-1414-	-linux*)
gtkpod-2.1.5/config.sub:1415:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gtkpod-2.1.5/config.sub-1416-		;;
gtkpod-2.1.5/config.sub-1417-	-sunos5*)
gtkpod-2.1.5/config.sub:1418:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gtkpod-2.1.5/config.sub-1419-		;;
gtkpod-2.1.5/config.sub-1420-	-sunos6*)
gtkpod-2.1.5/config.sub:1421:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gtkpod-2.1.5/config.sub-1422-		;;
##############################################
gtkpod-2.1.5/config.sub-1469-	-sinix5.*)
gtkpod-2.1.5/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
gtkpod-2.1.5/config.sub-1471-		;;
##############################################
gtkpod-2.1.5/config.sub-1522-		# Get rid of the `-' at the beginning of $os.
gtkpod-2.1.5/config.sub:1523:		os=`echo $os | sed 's/[^-]*-//'`
gtkpod-2.1.5/config.sub:1524:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gtkpod-2.1.5/config.sub-1525-		exit 1
##############################################
gtkpod-2.1.5/config.sub-1785-		esac
gtkpod-2.1.5/config.sub:1786:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gtkpod-2.1.5/config.sub-1787-		;;
##############################################
gtkpod-2.1.5/autogen.sh-2-# Run this to generate all the initial makefiles, etc.
gtkpod-2.1.5/autogen.sh:3:srcdir=`dirname $0`
gtkpod-2.1.5/autogen.sh-4-test -z "$srcdir" && srcdir=.
##############################################
gtkpod-2.1.5/autogen.sh-108-
gtkpod-2.1.5/autogen.sh:109:for coin in `find $srcdir -name configure.ac -print`
gtkpod-2.1.5/autogen.sh-110-do 
gtkpod-2.1.5/autogen.sh:111:  dr=`dirname $coin`
gtkpod-2.1.5/autogen.sh-112-  if test -f $dr/NO-AUTO-GEN; then
##############################################
gtkpod-2.1.5/Makefile.in-40-  { \
gtkpod-2.1.5/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/Makefile.in-125-  esac
gtkpod-2.1.5/Makefile.in:126:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/Makefile.in-127-am__vpath_adj = case $$p in \
gtkpod-2.1.5/Makefile.in:128:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/Makefile.in-129-    *) f=$$p;; \
gtkpod-2.1.5/Makefile.in-130-  esac;
gtkpod-2.1.5/Makefile.in:131:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/Makefile.in-132-am__install_max = 40
gtkpod-2.1.5/Makefile.in-133-am__nobase_strip_setup = \
gtkpod-2.1.5/Makefile.in:134:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/Makefile.in-135-am__nobase_strip = \
##############################################
gtkpod-2.1.5/Makefile.in-201-  while test -n "$$dir1"; do \
gtkpod-2.1.5/Makefile.in:202:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/Makefile.in-203-    if test "$$first" != "."; then \
gtkpod-2.1.5/Makefile.in-204-      if test "$$first" = ".."; then \
gtkpod-2.1.5/Makefile.in:205:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/Makefile.in:206:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/Makefile.in-207-      else \
gtkpod-2.1.5/Makefile.in:208:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/Makefile.in-209-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/Makefile.in:210:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/Makefile.in-211-        else \
##############################################
gtkpod-2.1.5/Makefile.in-216-    fi; \
gtkpod-2.1.5/Makefile.in:217:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/Makefile.in-218-  done; \
##############################################
gtkpod-2.1.5/Makefile.in-554-	@list='$(about_DATA)'; test -n "$(aboutdir)" || list=; \
gtkpod-2.1.5/Makefile.in:555:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/Makefile.in-556-	dir='$(DESTDIR)$(aboutdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/Makefile.in-575-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
gtkpod-2.1.5/Makefile.in:576:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/Makefile.in-577-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/Makefile.in-592-	dot_seen=no; \
gtkpod-2.1.5/Makefile.in:593:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/Makefile.in-594-	case "$@" in \
##############################################
gtkpod-2.1.5/Makefile.in-655-GTAGS:
gtkpod-2.1.5/Makefile.in:656:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/Makefile.in-657-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/Makefile.in-687-	test -d "$(distdir)" || mkdir "$(distdir)"
gtkpod-2.1.5/Makefile.in:688:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/Makefile.in:689:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/Makefile.in-690-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/Makefile.in-701-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/Makefile.in:702:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/Makefile.in-703-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/Makefile.in-809-	test -d $(distdir)/_build || exit 0; \
gtkpod-2.1.5/Makefile.in:810:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gtkpod-2.1.5/Makefile.in-811-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gtkpod-2.1.5/Makefile.in-852-	}; \
gtkpod-2.1.5/Makefile.in:853:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gtkpod-2.1.5/Makefile.in-854-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gtkpod-2.1.5/Makefile.in-864-	fi
gtkpod-2.1.5/Makefile.in:865:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gtkpod-2.1.5/Makefile.in-866-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gtkpod-2.1.5/scripts/sync-knotes.sh-25-        e) ENCODING=$OPTARG;;
gtkpod-2.1.5/scripts/sync-knotes.sh:26:        \?) echo "Usage: `basename $0` [-i <ipod mountpoint>] [-e <encoding>]"
gtkpod-2.1.5/scripts/sync-knotes.sh-27-	    exit 1;;
##############################################
gtkpod-2.1.5/scripts/sync-knotes.sh-54-#Add new notes
gtkpod-2.1.5/scripts/sync-knotes.sh:55:INDICES=`dcop knotes KNotesIface notes| awk -F '->' '{print $1}'`
gtkpod-2.1.5/scripts/sync-knotes.sh:56:TITLES=`dcop knotes KNotesIface notes | awk -F '->' '{print $2}'`
gtkpod-2.1.5/scripts/sync-knotes.sh-57-COUNT=1
##############################################
gtkpod-2.1.5/scripts/sync-knotes.sh-59-do
gtkpod-2.1.5/scripts/sync-knotes.sh:60:  TITLE=`echo "$TITLES" | sed "$COUNT!d"`
gtkpod-2.1.5/scripts/sync-knotes.sh-61-#  echo "$COUNT Index: $INDEX, Title: $TITLE"
gtkpod-2.1.5/scripts/sync-knotes.sh:62:  TEXT=`dcop knotes KNotesIface text $INDEX`
gtkpod-2.1.5/scripts/sync-knotes.sh-63-  #echo "Text: $TEXT"
gtkpod-2.1.5/scripts/sync-knotes.sh:64:  TITLE=`echo "$TITLE" | sed 's/\W/./g'`
gtkpod-2.1.5/scripts/sync-knotes.sh-65-  echo "$TEXT" | $RECODE > "$IPOD_MOUNT/Notes/${COUNT}-${TITLE}"
gtkpod-2.1.5/scripts/sync-knotes.sh:66:  COUNT=`expr $COUNT + 1`
gtkpod-2.1.5/scripts/sync-knotes.sh-67-done
##############################################
gtkpod-2.1.5/scripts/sync-webcalendar.sh-55-        c) CALENDAR=$OPTARG;;
gtkpod-2.1.5/scripts/sync-webcalendar.sh:56:        \?) echo "Usage: `basename $0` [-i <ipod mountpoint>] [-d <webcalendar uri>] [-c <calendar_name>]"
gtkpod-2.1.5/scripts/sync-webcalendar.sh-57-            exit 1;;
##############################################
gtkpod-2.1.5/scripts/sync-notes.sh-85-        e) ENCODING=$OPTARG;;
gtkpod-2.1.5/scripts/sync-notes.sh:86:        \?) echo "Usage: `basename $0` [-i <ipod mountpoint>] [-p <path to folder containing notes (~/ipod_notes by default)>] [-e <encoding>]"
gtkpod-2.1.5/scripts/sync-notes.sh-87-	    exit 1;;
##############################################
gtkpod-2.1.5/scripts/sync-notes.sh-131-  while [ "$?" = "0" ]; do
gtkpod-2.1.5/scripts/sync-notes.sh:132:	I=`expr $I + 1`
gtkpod-2.1.5/scripts/sync-notes.sh:133:	mkdir -p "$IPOD_MOUNT/Notes/`dirname "$FILE"`/"
gtkpod-2.1.5/scripts/sync-notes.sh-134-	cat "$FILE" | $RECODE > "$IPOD_MOUNT/Notes/$FILE"
##############################################
gtkpod-2.1.5/scripts/Makefile.in-40-  { \
gtkpod-2.1.5/scripts/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/scripts/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/scripts/Makefile.in-91-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/scripts/Makefile.in:92:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/scripts/Makefile.in-93-am__vpath_adj = case $$p in \
gtkpod-2.1.5/scripts/Makefile.in:94:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/scripts/Makefile.in-95-    *) f=$$p;; \
gtkpod-2.1.5/scripts/Makefile.in-96-  esac;
gtkpod-2.1.5/scripts/Makefile.in:97:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/scripts/Makefile.in-98-am__install_max = 40
gtkpod-2.1.5/scripts/Makefile.in-99-am__nobase_strip_setup = \
gtkpod-2.1.5/scripts/Makefile.in:100:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/scripts/Makefile.in-101-am__nobase_strip = \
##############################################
gtkpod-2.1.5/scripts/Makefile.in-471-distdir: $(DISTFILES)
gtkpod-2.1.5/scripts/Makefile.in:472:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/scripts/Makefile.in:473:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/scripts/Makefile.in-474-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/scripts/Makefile.in-485-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/scripts/Makefile.in:486:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/scripts/Makefile.in-487-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/scripts/sync-evocalendar.sh-85-        f) FILTER=$OPTARG;;
gtkpod-2.1.5/scripts/sync-evocalendar.sh:86:		\?) echo "Usage: `basename $0` [-i <ipod mountpoint>] [-c <evolution calendar file>] [-t <evolution tasks file>] [-f <filter script>] [-e <encoding>]"
gtkpod-2.1.5/scripts/sync-evocalendar.sh-87-	    exit 1;;
##############################################
gtkpod-2.1.5/scripts/convert-2mp3.sh-29-# Check if the genre is one which lame supports
gtkpod-2.1.5/scripts/convert-2mp3.sh:30:if [ -n "$genre" ] && `"$encoder" --genre-list 2>&1 | cut -c 5- | grep -qi "^$genre$"`; then
gtkpod-2.1.5/scripts/convert-2mp3.sh-31-    usegenre=$genre
##############################################
gtkpod-2.1.5/scripts/sync-kaddressbook.sh-65-        e) ENCODING=$OPTARG;;
gtkpod-2.1.5/scripts/sync-kaddressbook.sh:66:        \?) echo "Usage: `basename $0` [-i <ipod mountpoint>] [-d <kaddressbook data file>] [-e <encoding>]"
gtkpod-2.1.5/scripts/sync-kaddressbook.sh-67-	    exit 1;;
##############################################
gtkpod-2.1.5/scripts/sync-kaddressbook.sh-88-echo -n "Syncing iPod ... [Contacts] "
gtkpod-2.1.5/scripts/sync-kaddressbook.sh:89:cat $DATAFILE | grep -v '^[[:space:]]$\|^$' | $RECODE > $IPOD_MOUNT/Contacts/`basename $DATAFILE`
gtkpod-2.1.5/scripts/sync-kaddressbook.sh-90-echo "done!"
##############################################
gtkpod-2.1.5/scripts/sync-abook.sh-52-	f) ENCODING_FROM=$OPTARG;;
gtkpod-2.1.5/scripts/sync-abook.sh:53:        \?) echo "Usage: `basename $0` [-i <ipod mountpoint>] [-d <abook database>] [-e <encoding ipod>] [-f <encoding abook>]"
gtkpod-2.1.5/scripts/sync-abook.sh-54-	    exit 1;;
##############################################
gtkpod-2.1.5/scripts/sync-tomboy.sh-89-        e) ENCODING=$OPTARG;;
gtkpod-2.1.5/scripts/sync-tomboy.sh:90:        \?) echo "Usage: `basename $0` [-i <ipod mountpoint>] [-p <path to folder containing notes (~/ipod_notes by default)>] [-e <encoding>]"
gtkpod-2.1.5/scripts/sync-tomboy.sh-91-	    exit 1;;
##############################################
gtkpod-2.1.5/scripts/sync-tomboy.sh-135-  while [ "$?" = "0" ]; do
gtkpod-2.1.5/scripts/sync-tomboy.sh:136:	I=`expr $I + 1`
gtkpod-2.1.5/scripts/sync-tomboy.sh-137-
gtkpod-2.1.5/scripts/sync-tomboy.sh-138-	# Get the starting and ending lines for the data
gtkpod-2.1.5/scripts/sync-tomboy.sh:139:	LIMITS=`cat $FILE | grep -n  note-content | cut -d ":" -f 1 | tr "\n" " "`
gtkpod-2.1.5/scripts/sync-tomboy.sh:140:	START=`echo $LIMITS | cut -d " " -f 1`
gtkpod-2.1.5/scripts/sync-tomboy.sh:141:	END=`echo $LIMITS | cut -d " " -f 2`
gtkpod-2.1.5/scripts/sync-tomboy.sh-142-
gtkpod-2.1.5/scripts/sync-tomboy.sh-143-	# Get the notes titles, we can use this as the filename
gtkpod-2.1.5/scripts/sync-tomboy.sh:144:	TITLE=`cat "$FILE" | grep '<title>.*</title>' | sed -e 's:.*<title>\(.*\)</title>.*:\1:' | sed -e 's/<[^>]*>//g' -e 's/:/-/g'`
gtkpod-2.1.5/scripts/sync-tomboy.sh-145-
##############################################
gtkpod-2.1.5/scripts/sync-evolution.sh-21-    if [ -x "$i" ]; then
gtkpod-2.1.5/scripts/sync-evolution.sh:22:        EVOPATH=`dirname "$i"`
gtkpod-2.1.5/scripts/sync-evolution.sh-23-        break
##############################################
gtkpod-2.1.5/scripts/sync-evolution.sh-66-        
gtkpod-2.1.5/scripts/sync-evolution.sh:67:        \?) echo "Usage: `basename $0 ` [-i <ipod mountpoint>] [-e <encoding>] [-d <path to evolution-addressbook-export>]"
gtkpod-2.1.5/scripts/sync-evolution.sh-68-	    exit 1;;
##############################################
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-54-    # Build output file
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh:55:    outfile=`basename "$infile"`
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-56-    outfile=${outfile%.$infile_extension}
##############################################
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-63-
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh:64:LOG=`dirname "$outfile"`
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-65-LOG="$LOG/conversion.log"
##############################################
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-83-# Check for the existence of encoder
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh:84:encoder=`which $ENCODER` >> "$LOG" 2>&1
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-85-if [ -z "$encoder" ]; then
##############################################
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-91-# Convert the source extension to lowercase.
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh:92:filetype=`echo ${infile_extension}| tr '[:upper:]' '[:lower:]'`
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-93-case "$filetype" in
##############################################
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-106-if [ $decoder ]; then
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh:107:    decoder=`which "$decoder"` >> "$LOG" 2>&1
gtkpod-2.1.5/scripts/gtkpod-convert-common.sh-108-    if [ -z "$decoder" ]; then
##############################################
gtkpod-2.1.5/scripts/sync-korganizer.sh-65-        e) ENCODING=$OPTARG;;
gtkpod-2.1.5/scripts/sync-korganizer.sh:66:        \?) echo "Usage: `basename $0` [-i <ipod mountpoint>] [-d <korganizer data file>] [-e <encoding>]"
gtkpod-2.1.5/scripts/sync-korganizer.sh-67-	    exit 1;;
##############################################
gtkpod-2.1.5/scripts/sync-korganizer.sh-88-echo -n "Syncing iPod ... [Calendar] "
gtkpod-2.1.5/scripts/sync-korganizer.sh:89:cat $DATAFILE | grep -v '^[[:space:]]$\|^$' | $RECODE > $IPOD_MOUNT/Calendars/`basename $DATAFILE`
gtkpod-2.1.5/scripts/sync-korganizer.sh-90-echo "done!"
##############################################
gtkpod-2.1.5/scripts/sync-thunderbird.sh-65-        
gtkpod-2.1.5/scripts/sync-thunderbird.sh:66:        \?) echo "Usage: `basename $0 ` [-i <ipod mountpoint>] [-e <encoding>] [-d <path to thunderbird address book>] [-n <name of exported file>]"
gtkpod-2.1.5/scripts/sync-thunderbird.sh-67-	    exit 1;;
##############################################
gtkpod-2.1.5/scripts/sync-thunderbird.sh-81-
gtkpod-2.1.5/scripts/sync-thunderbird.sh:82:MAB2VCARD=`dirname $0`/mab2vcard
gtkpod-2.1.5/scripts/sync-thunderbird.sh-83-
##############################################
gtkpod-2.1.5/scripts/sync-thunderbird-nano.sh-68-        
gtkpod-2.1.5/scripts/sync-thunderbird-nano.sh:69:        \?) echo "Usage: `basename $0 ` [-i <ipod mountpoint>] [-e <encoding>] [-d <path to thunderbird address book>] [-n <name of exported file>]"
gtkpod-2.1.5/scripts/sync-thunderbird-nano.sh-70-	    exit 1;;
##############################################
gtkpod-2.1.5/libgtkpod/Makefile.in-41-  { \
gtkpod-2.1.5/libgtkpod/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/libgtkpod/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/libgtkpod/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/libgtkpod/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/libgtkpod/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/libgtkpod/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/libgtkpod/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/libgtkpod/Makefile.in-98-  esac;
gtkpod-2.1.5/libgtkpod/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/libgtkpod/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/libgtkpod/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/libgtkpod/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/libgtkpod/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/libgtkpod/Makefile.in-600-.c.obj:
gtkpod-2.1.5/libgtkpod/Makefile.in:601:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/libgtkpod/Makefile.in-602-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/libgtkpod/Makefile.in-604-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/libgtkpod/Makefile.in:605:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/libgtkpod/Makefile.in-606-
##############################################
gtkpod-2.1.5/libgtkpod/Makefile.in-637-	@list='$(libgtkpodinclude_HEADERS)'; test -n "$(libgtkpodincludedir)" || list=; \
gtkpod-2.1.5/libgtkpod/Makefile.in:638:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/libgtkpod/Makefile.in-639-	dir='$(DESTDIR)$(libgtkpodincludedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/libgtkpod/Makefile.in-670-GTAGS:
gtkpod-2.1.5/libgtkpod/Makefile.in:671:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/libgtkpod/Makefile.in-672-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/libgtkpod/Makefile.in-693-distdir: $(DISTFILES)
gtkpod-2.1.5/libgtkpod/Makefile.in:694:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/libgtkpod/Makefile.in:695:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/libgtkpod/Makefile.in-696-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/libgtkpod/Makefile.in-707-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/libgtkpod/Makefile.in:708:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/libgtkpod/Makefile.in-709-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/data/ui/Makefile.in-40-  { \
gtkpod-2.1.5/data/ui/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/data/ui/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/data/ui/Makefile.in-110-  esac
gtkpod-2.1.5/data/ui/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/data/ui/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/data/ui/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/data/ui/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/data/ui/Makefile.in-115-  esac;
gtkpod-2.1.5/data/ui/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/data/ui/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/data/ui/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/data/ui/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/data/ui/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/data/ui/Makefile.in-425-	@list='$(appui_DATA)'; test -n "$(appuidir)" || list=; \
gtkpod-2.1.5/data/ui/Makefile.in:426:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/data/ui/Makefile.in-427-	dir='$(DESTDIR)$(appuidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/data/ui/Makefile.in-435-distdir: $(DISTFILES)
gtkpod-2.1.5/data/ui/Makefile.in:436:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/data/ui/Makefile.in:437:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/data/ui/Makefile.in-438-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/data/ui/Makefile.in-449-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/data/ui/Makefile.in:450:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/data/ui/Makefile.in-451-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/data/Makefile.in-40-  { \
gtkpod-2.1.5/data/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/data/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/data/Makefile.in-119-  esac
gtkpod-2.1.5/data/Makefile.in:120:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/data/Makefile.in-121-am__vpath_adj = case $$p in \
gtkpod-2.1.5/data/Makefile.in:122:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/data/Makefile.in-123-    *) f=$$p;; \
gtkpod-2.1.5/data/Makefile.in-124-  esac;
gtkpod-2.1.5/data/Makefile.in:125:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/data/Makefile.in-126-am__install_max = 40
gtkpod-2.1.5/data/Makefile.in-127-am__nobase_strip_setup = \
gtkpod-2.1.5/data/Makefile.in:128:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/data/Makefile.in-129-am__nobase_strip = \
##############################################
gtkpod-2.1.5/data/Makefile.in-184-  while test -n "$$dir1"; do \
gtkpod-2.1.5/data/Makefile.in:185:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/data/Makefile.in-186-    if test "$$first" != "."; then \
gtkpod-2.1.5/data/Makefile.in-187-      if test "$$first" = ".."; then \
gtkpod-2.1.5/data/Makefile.in:188:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/data/Makefile.in:189:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/data/Makefile.in-190-      else \
gtkpod-2.1.5/data/Makefile.in:191:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/data/Makefile.in-192-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/data/Makefile.in:193:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/data/Makefile.in-194-        else \
##############################################
gtkpod-2.1.5/data/Makefile.in-199-    fi; \
gtkpod-2.1.5/data/Makefile.in:200:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/data/Makefile.in-201-  done; \
##############################################
gtkpod-2.1.5/data/Makefile.in-501-	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
gtkpod-2.1.5/data/Makefile.in:502:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/data/Makefile.in-503-	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/data/Makefile.in-522-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
gtkpod-2.1.5/data/Makefile.in:523:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/data/Makefile.in-524-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/data/Makefile.in-539-	dot_seen=no; \
gtkpod-2.1.5/data/Makefile.in:540:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/data/Makefile.in-541-	case "$@" in \
##############################################
gtkpod-2.1.5/data/Makefile.in-602-GTAGS:
gtkpod-2.1.5/data/Makefile.in:603:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/data/Makefile.in-604-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/data/Makefile.in-625-distdir: $(DISTFILES)
gtkpod-2.1.5/data/Makefile.in:626:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/data/Makefile.in:627:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/data/Makefile.in-628-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/data/Makefile.in-639-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/data/Makefile.in:640:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/data/Makefile.in-641-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/data/man/Makefile.in-39-  { \
gtkpod-2.1.5/data/man/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/data/man/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/data/man/Makefile.in-110-  esac
gtkpod-2.1.5/data/man/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/data/man/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/data/man/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/data/man/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/data/man/Makefile.in-115-  esac;
gtkpod-2.1.5/data/man/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/data/man/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/data/man/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/data/man/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/data/man/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/data/man/Makefile.in-410-	test -n "$(man1dir)" \
gtkpod-2.1.5/data/man/Makefile.in:411:	  && test -n "`echo $$list1$$list2`" \
gtkpod-2.1.5/data/man/Makefile.in-412-	  || exit 0; \
##############################################
gtkpod-2.1.5/data/man/Makefile.in-456-distdir: $(DISTFILES)
gtkpod-2.1.5/data/man/Makefile.in:457:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/data/man/Makefile.in:458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/data/man/Makefile.in-459-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/data/man/Makefile.in-470-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/data/man/Makefile.in:471:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/data/man/Makefile.in-472-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/data/glade/Makefile.in-40-  { \
gtkpod-2.1.5/data/glade/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/data/glade/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/data/glade/Makefile.in-110-  esac
gtkpod-2.1.5/data/glade/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/data/glade/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/data/glade/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/data/glade/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/data/glade/Makefile.in-115-  esac;
gtkpod-2.1.5/data/glade/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/data/glade/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/data/glade/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/data/glade/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/data/glade/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/data/glade/Makefile.in-425-	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
gtkpod-2.1.5/data/glade/Makefile.in:426:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/data/glade/Makefile.in-427-	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/data/glade/Makefile.in-435-distdir: $(DISTFILES)
gtkpod-2.1.5/data/glade/Makefile.in:436:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/data/glade/Makefile.in:437:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/data/glade/Makefile.in-438-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/data/glade/Makefile.in-449-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/data/glade/Makefile.in:450:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/data/glade/Makefile.in-451-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/info_display/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/info_display/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/info_display/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/info_display/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/info_display/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/info_display/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/info_display/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/info_display/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/info_display/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-227-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/info_display/Makefile.in:228:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-229-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/info_display/Makefile.in-230-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/info_display/Makefile.in:231:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/info_display/Makefile.in:232:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-233-      else \
gtkpod-2.1.5/plugins/info_display/Makefile.in:234:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-235-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/info_display/Makefile.in:236:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-237-        else \
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-242-    fi; \
gtkpod-2.1.5/plugins/info_display/Makefile.in:243:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-244-  done; \
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-636-.c.obj:
gtkpod-2.1.5/plugins/info_display/Makefile.in:637:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/info_display/Makefile.in-638-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/info_display/Makefile.in:641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/info_display/Makefile.in-642-
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-673-	@list='$(info_display_glade_DATA)'; test -n "$(info_display_gladedir)" || list=; \
gtkpod-2.1.5/plugins/info_display/Makefile.in:674:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-675-	dir='$(DESTDIR)$(info_display_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-694-	@list='$(info_display_pixmaps_DATA)'; test -n "$(info_display_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/info_display/Makefile.in:695:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-696-	dir='$(DESTDIR)$(info_display_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-715-	@list='$(info_display_plugin_DATA)'; test -n "$(info_display_plugindir)" || list=; \
gtkpod-2.1.5/plugins/info_display/Makefile.in:716:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-717-	dir='$(DESTDIR)$(info_display_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-736-	@list='$(info_display_ui_DATA)'; test -n "$(info_display_uidir)" || list=; \
gtkpod-2.1.5/plugins/info_display/Makefile.in:737:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-738-	dir='$(DESTDIR)$(info_display_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-757-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/info_display/Makefile.in:758:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-759-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-774-	dot_seen=no; \
gtkpod-2.1.5/plugins/info_display/Makefile.in:775:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-776-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-837-GTAGS:
gtkpod-2.1.5/plugins/info_display/Makefile.in:838:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/info_display/Makefile.in-839-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-860-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/info_display/Makefile.in:861:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in:862:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-863-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/info_display/Makefile.in-874-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/info_display/Makefile.in:875:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/info_display/Makefile.in-876-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/mserv/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/mserv/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/mserv/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/mserv/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/mserv/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/mserv/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/mserv/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/mserv/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/mserv/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-224-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/mserv/Makefile.in:225:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-226-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/mserv/Makefile.in-227-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/mserv/Makefile.in:228:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/mserv/Makefile.in:229:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-230-      else \
gtkpod-2.1.5/plugins/mserv/Makefile.in:231:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-232-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/mserv/Makefile.in:233:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-234-        else \
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-239-    fi; \
gtkpod-2.1.5/plugins/mserv/Makefile.in:240:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-241-  done; \
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-637-.c.obj:
gtkpod-2.1.5/plugins/mserv/Makefile.in:638:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/mserv/Makefile.in-639-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-641-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/mserv/Makefile.in:642:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/mserv/Makefile.in-643-
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-674-	@list='$(mserv_glade_DATA)'; test -n "$(mserv_gladedir)" || list=; \
gtkpod-2.1.5/plugins/mserv/Makefile.in:675:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-676-	dir='$(DESTDIR)$(mserv_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-695-	@list='$(mserv_pixmaps_DATA)'; test -n "$(mserv_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/mserv/Makefile.in:696:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-697-	dir='$(DESTDIR)$(mserv_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-716-	@list='$(mserv_plugin_DATA)'; test -n "$(mserv_plugindir)" || list=; \
gtkpod-2.1.5/plugins/mserv/Makefile.in:717:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-718-	dir='$(DESTDIR)$(mserv_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-737-	@list='$(mserv_ui_DATA)'; test -n "$(mserv_uidir)" || list=; \
gtkpod-2.1.5/plugins/mserv/Makefile.in:738:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-739-	dir='$(DESTDIR)$(mserv_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-758-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/mserv/Makefile.in:759:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-760-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-775-	dot_seen=no; \
gtkpod-2.1.5/plugins/mserv/Makefile.in:776:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-777-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-838-GTAGS:
gtkpod-2.1.5/plugins/mserv/Makefile.in:839:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/mserv/Makefile.in-840-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-861-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/Makefile.in:862:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in:863:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-864-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/Makefile.in-875-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/Makefile.in:876:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/Makefile.in-877-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/32x32/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/24x24/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/48x48/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/22x22/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/mserv/icons/hicolor/16x16/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/external_player/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/external_player/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/external_player/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/external_player/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/external_player/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/external_player/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/external_player/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/external_player/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/external_player/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-227-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/external_player/Makefile.in:228:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-229-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/external_player/Makefile.in-230-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/external_player/Makefile.in:231:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/external_player/Makefile.in:232:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-233-      else \
gtkpod-2.1.5/plugins/external_player/Makefile.in:234:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-235-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/external_player/Makefile.in:236:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-237-        else \
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-242-    fi; \
gtkpod-2.1.5/plugins/external_player/Makefile.in:243:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-244-  done; \
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-636-.c.obj:
gtkpod-2.1.5/plugins/external_player/Makefile.in:637:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/external_player/Makefile.in-638-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/external_player/Makefile.in:641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/external_player/Makefile.in-642-
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-673-	@list='$(external_player_glade_DATA)'; test -n "$(external_player_gladedir)" || list=; \
gtkpod-2.1.5/plugins/external_player/Makefile.in:674:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-675-	dir='$(DESTDIR)$(external_player_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-694-	@list='$(external_player_pixmaps_DATA)'; test -n "$(external_player_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/external_player/Makefile.in:695:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-696-	dir='$(DESTDIR)$(external_player_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-715-	@list='$(external_player_plugin_DATA)'; test -n "$(external_player_plugindir)" || list=; \
gtkpod-2.1.5/plugins/external_player/Makefile.in:716:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-717-	dir='$(DESTDIR)$(external_player_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-736-	@list='$(external_player_ui_DATA)'; test -n "$(external_player_uidir)" || list=; \
gtkpod-2.1.5/plugins/external_player/Makefile.in:737:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-738-	dir='$(DESTDIR)$(external_player_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-757-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/external_player/Makefile.in:758:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-759-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-774-	dot_seen=no; \
gtkpod-2.1.5/plugins/external_player/Makefile.in:775:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-776-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-837-GTAGS:
gtkpod-2.1.5/plugins/external_player/Makefile.in:838:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/external_player/Makefile.in-839-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-860-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/external_player/Makefile.in:861:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in:862:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-863-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/external_player/Makefile.in-874-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/external_player/Makefile.in:875:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/external_player/Makefile.in-876-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/media_player/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/media_player/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/media_player/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/media_player/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/media_player/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/media_player/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/media_player/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/media_player/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/media_player/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-235-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/media_player/Makefile.in:236:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-237-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/media_player/Makefile.in-238-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/media_player/Makefile.in:239:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/media_player/Makefile.in:240:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-241-      else \
gtkpod-2.1.5/plugins/media_player/Makefile.in:242:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-243-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/media_player/Makefile.in:244:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-245-        else \
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-250-    fi; \
gtkpod-2.1.5/plugins/media_player/Makefile.in:251:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-252-  done; \
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-646-.c.obj:
gtkpod-2.1.5/plugins/media_player/Makefile.in:647:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/media_player/Makefile.in-648-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-650-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/media_player/Makefile.in:651:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/media_player/Makefile.in-652-
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-660-libmedia_player_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/media_player/Makefile.in:661:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmedia_player_la_CFLAGS) $(CFLAGS) -MT libmedia_player_la-plugin.lo -MD -MP -MF $(DEPDIR)/libmedia_player_la-plugin.Tpo -c -o libmedia_player_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/media_player/Makefile.in-662-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libmedia_player_la-plugin.Tpo $(DEPDIR)/libmedia_player_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/media_player/Makefile.in:665:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmedia_player_la_CFLAGS) $(CFLAGS) -c -o libmedia_player_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/media_player/Makefile.in-666-
gtkpod-2.1.5/plugins/media_player/Makefile.in-667-libmedia_player_la-media_player.lo: media_player.c
gtkpod-2.1.5/plugins/media_player/Makefile.in:668:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmedia_player_la_CFLAGS) $(CFLAGS) -MT libmedia_player_la-media_player.lo -MD -MP -MF $(DEPDIR)/libmedia_player_la-media_player.Tpo -c -o libmedia_player_la-media_player.lo `test -f 'media_player.c' || echo '$(srcdir)/'`media_player.c
gtkpod-2.1.5/plugins/media_player/Makefile.in-669-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libmedia_player_la-media_player.Tpo $(DEPDIR)/libmedia_player_la-media_player.Plo
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-671-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/media_player/Makefile.in:672:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmedia_player_la_CFLAGS) $(CFLAGS) -c -o libmedia_player_la-media_player.lo `test -f 'media_player.c' || echo '$(srcdir)/'`media_player.c
gtkpod-2.1.5/plugins/media_player/Makefile.in-673-
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-697-	@list='$(media_player_glade_DATA)'; test -n "$(media_player_gladedir)" || list=; \
gtkpod-2.1.5/plugins/media_player/Makefile.in:698:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-699-	dir='$(DESTDIR)$(media_player_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-718-	@list='$(media_player_pixmaps_DATA)'; test -n "$(media_player_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/media_player/Makefile.in:719:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-720-	dir='$(DESTDIR)$(media_player_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-739-	@list='$(media_player_plugin_DATA)'; test -n "$(media_player_plugindir)" || list=; \
gtkpod-2.1.5/plugins/media_player/Makefile.in:740:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-741-	dir='$(DESTDIR)$(media_player_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-760-	@list='$(media_player_ui_DATA)'; test -n "$(media_player_uidir)" || list=; \
gtkpod-2.1.5/plugins/media_player/Makefile.in:761:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-762-	dir='$(DESTDIR)$(media_player_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-781-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/media_player/Makefile.in:782:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-783-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-798-	dot_seen=no; \
gtkpod-2.1.5/plugins/media_player/Makefile.in:799:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-800-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-861-GTAGS:
gtkpod-2.1.5/plugins/media_player/Makefile.in:862:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/media_player/Makefile.in-863-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-884-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/Makefile.in:885:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in:886:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-887-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/Makefile.in-898-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/Makefile.in:899:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/Makefile.in-900-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-423-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in:424:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-425-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-433-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in:434:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in:435:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-436-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-447-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in:448:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/32x32/places/Makefile.in-449-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-423-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in:424:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-425-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-433-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in:434:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in:435:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-436-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-447-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in:448:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/24x24/places/Makefile.in-449-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-423-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in:424:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-425-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-433-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in:434:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in:435:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-436-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-447-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in:448:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/48x48/places/Makefile.in-449-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-423-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in:424:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-425-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-433-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in:434:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in:435:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-436-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-447-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in:448:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/22x22/places/Makefile.in-449-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-423-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in:424:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-425-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-433-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in:434:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in:435:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-436-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-447-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in:448:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/media_player/icons/hicolor/16x16/places/Makefile.in-449-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-235-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:236:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-237-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-238-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:239:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:240:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-241-      else \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:242:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-243-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:244:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-245-        else \
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-250-    fi; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:251:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-252-  done; \
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-646-.c.obj:
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:647:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-648-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-650-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:651:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-652-
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-660-libfiletype_flac_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:661:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_flac_la_CFLAGS) $(CFLAGS) -MT libfiletype_flac_la-plugin.lo -MD -MP -MF $(DEPDIR)/libfiletype_flac_la-plugin.Tpo -c -o libfiletype_flac_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-662-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libfiletype_flac_la-plugin.Tpo $(DEPDIR)/libfiletype_flac_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:665:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_flac_la_CFLAGS) $(CFLAGS) -c -o libfiletype_flac_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-666-
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-667-libfiletype_flac_la-flacfile.lo: flacfile.c
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:668:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_flac_la_CFLAGS) $(CFLAGS) -MT libfiletype_flac_la-flacfile.lo -MD -MP -MF $(DEPDIR)/libfiletype_flac_la-flacfile.Tpo -c -o libfiletype_flac_la-flacfile.lo `test -f 'flacfile.c' || echo '$(srcdir)/'`flacfile.c
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-669-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libfiletype_flac_la-flacfile.Tpo $(DEPDIR)/libfiletype_flac_la-flacfile.Plo
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-671-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:672:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_flac_la_CFLAGS) $(CFLAGS) -c -o libfiletype_flac_la-flacfile.lo `test -f 'flacfile.c' || echo '$(srcdir)/'`flacfile.c
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-673-
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-697-	@list='$(filetype_flac_glade_DATA)'; test -n "$(filetype_flac_gladedir)" || list=; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:698:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-699-	dir='$(DESTDIR)$(filetype_flac_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-718-	@list='$(filetype_flac_pixmaps_DATA)'; test -n "$(filetype_flac_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:719:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-720-	dir='$(DESTDIR)$(filetype_flac_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-739-	@list='$(filetype_flac_plugin_DATA)'; test -n "$(filetype_flac_plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:740:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-741-	dir='$(DESTDIR)$(filetype_flac_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-760-	@list='$(filetype_flac_ui_DATA)'; test -n "$(filetype_flac_uidir)" || list=; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:761:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-762-	dir='$(DESTDIR)$(filetype_flac_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-781-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:782:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-783-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-798-	dot_seen=no; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:799:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-800-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-861-GTAGS:
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:862:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-863-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-884-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:885:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:886:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-887-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-898-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in:899:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/filetype_flac/Makefile.in-900-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-228-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:229:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-230-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-231-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:232:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:233:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-234-      else \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:235:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-236-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:237:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-238-        else \
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-243-    fi; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:244:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-245-  done; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-639-.c.obj:
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:640:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-641-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-643-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:644:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-645-
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-676-	@list='$(photo_editor_glade_DATA)'; test -n "$(photo_editor_gladedir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:677:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-678-	dir='$(DESTDIR)$(photo_editor_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-697-	@list='$(photo_editor_pixmaps_DATA)'; test -n "$(photo_editor_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:698:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-699-	dir='$(DESTDIR)$(photo_editor_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-718-	@list='$(photo_editor_plugin_DATA)'; test -n "$(photo_editor_plugindir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:719:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-720-	dir='$(DESTDIR)$(photo_editor_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-739-	@list='$(photo_editor_ui_DATA)'; test -n "$(photo_editor_uidir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:740:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-741-	dir='$(DESTDIR)$(photo_editor_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-760-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:761:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-762-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-777-	dot_seen=no; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:778:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-779-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-840-GTAGS:
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:841:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-842-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-863-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:864:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:865:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-866-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-877-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in:878:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/Makefile.in-879-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-424-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in:425:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-426-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-434-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in:435:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in:436:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-437-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-448-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in:449:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/32x32/places/Makefile.in-450-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-424-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in:425:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-426-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-434-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in:435:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in:436:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-437-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-448-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in:449:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/24x24/places/Makefile.in-450-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-424-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in:425:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-426-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-434-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in:435:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in:436:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-437-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-448-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in:449:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/48x48/places/Makefile.in-450-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-424-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in:425:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-426-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-434-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in:435:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in:436:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-437-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-448-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in:449:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/22x22/places/Makefile.in-450-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-424-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in:425:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-426-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-434-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in:435:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in:436:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-437-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-448-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in:449:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/photo_editor/icons/hicolor/16x16/places/Makefile.in-450-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/clarity/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/clarity/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/clarity/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/clarity/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/clarity/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/clarity/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/clarity/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/clarity/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/clarity/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-250-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/clarity/Makefile.in:251:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-252-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/clarity/Makefile.in-253-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/clarity/Makefile.in:254:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/clarity/Makefile.in:255:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-256-      else \
gtkpod-2.1.5/plugins/clarity/Makefile.in:257:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-258-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/clarity/Makefile.in:259:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-260-        else \
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-265-    fi; \
gtkpod-2.1.5/plugins/clarity/Makefile.in:266:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-267-  done; \
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-680-.c.obj:
gtkpod-2.1.5/plugins/clarity/Makefile.in:681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/clarity/Makefile.in-682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/clarity/Makefile.in-686-
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-694-libclarity_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:695:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-plugin.lo -MD -MP -MF $(DEPDIR)/libclarity_la-plugin.Tpo -c -o libclarity_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-plugin.Tpo $(DEPDIR)/libclarity_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:699:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-700-
gtkpod-2.1.5/plugins/clarity/Makefile.in-701-libclarity_la-album_model.lo: album_model.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:702:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-album_model.lo -MD -MP -MF $(DEPDIR)/libclarity_la-album_model.Tpo -c -o libclarity_la-album_model.lo `test -f 'album_model.c' || echo '$(srcdir)/'`album_model.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-album_model.Tpo $(DEPDIR)/libclarity_la-album_model.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-album_model.lo `test -f 'album_model.c' || echo '$(srcdir)/'`album_model.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-707-
gtkpod-2.1.5/plugins/clarity/Makefile.in-708-libclarity_la-clarity_cover.lo: clarity_cover.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:709:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-clarity_cover.lo -MD -MP -MF $(DEPDIR)/libclarity_la-clarity_cover.Tpo -c -o libclarity_la-clarity_cover.lo `test -f 'clarity_cover.c' || echo '$(srcdir)/'`clarity_cover.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-clarity_cover.Tpo $(DEPDIR)/libclarity_la-clarity_cover.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:713:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-clarity_cover.lo `test -f 'clarity_cover.c' || echo '$(srcdir)/'`clarity_cover.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-714-
gtkpod-2.1.5/plugins/clarity/Makefile.in-715-libclarity_la-clarity_flip_effect.lo: clarity_flip_effect.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:716:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-clarity_flip_effect.lo -MD -MP -MF $(DEPDIR)/libclarity_la-clarity_flip_effect.Tpo -c -o libclarity_la-clarity_flip_effect.lo `test -f 'clarity_flip_effect.c' || echo '$(srcdir)/'`clarity_flip_effect.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-717-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-clarity_flip_effect.Tpo $(DEPDIR)/libclarity_la-clarity_flip_effect.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:720:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-clarity_flip_effect.lo `test -f 'clarity_flip_effect.c' || echo '$(srcdir)/'`clarity_flip_effect.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-721-
gtkpod-2.1.5/plugins/clarity/Makefile.in-722-libclarity_la-clarity_canvas.lo: clarity_canvas.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:723:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-clarity_canvas.lo -MD -MP -MF $(DEPDIR)/libclarity_la-clarity_canvas.Tpo -c -o libclarity_la-clarity_canvas.lo `test -f 'clarity_canvas.c' || echo '$(srcdir)/'`clarity_canvas.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-724-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-clarity_canvas.Tpo $(DEPDIR)/libclarity_la-clarity_canvas.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:727:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-clarity_canvas.lo `test -f 'clarity_canvas.c' || echo '$(srcdir)/'`clarity_canvas.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-728-
gtkpod-2.1.5/plugins/clarity/Makefile.in-729-libclarity_la-clarity_widget.lo: clarity_widget.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:730:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-clarity_widget.lo -MD -MP -MF $(DEPDIR)/libclarity_la-clarity_widget.Tpo -c -o libclarity_la-clarity_widget.lo `test -f 'clarity_widget.c' || echo '$(srcdir)/'`clarity_widget.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-731-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-clarity_widget.Tpo $(DEPDIR)/libclarity_la-clarity_widget.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:734:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-clarity_widget.lo `test -f 'clarity_widget.c' || echo '$(srcdir)/'`clarity_widget.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-735-
gtkpod-2.1.5/plugins/clarity/Makefile.in-736-libclarity_la-clarity_preview.lo: clarity_preview.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:737:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-clarity_preview.lo -MD -MP -MF $(DEPDIR)/libclarity_la-clarity_preview.Tpo -c -o libclarity_la-clarity_preview.lo `test -f 'clarity_preview.c' || echo '$(srcdir)/'`clarity_preview.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-738-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-clarity_preview.Tpo $(DEPDIR)/libclarity_la-clarity_preview.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-740-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:741:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-clarity_preview.lo `test -f 'clarity_preview.c' || echo '$(srcdir)/'`clarity_preview.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-742-
gtkpod-2.1.5/plugins/clarity/Makefile.in-743-libclarity_la-clarity_utils.lo: clarity_utils.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:744:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-clarity_utils.lo -MD -MP -MF $(DEPDIR)/libclarity_la-clarity_utils.Tpo -c -o libclarity_la-clarity_utils.lo `test -f 'clarity_utils.c' || echo '$(srcdir)/'`clarity_utils.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-745-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-clarity_utils.Tpo $(DEPDIR)/libclarity_la-clarity_utils.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-747-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:748:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-clarity_utils.lo `test -f 'clarity_utils.c' || echo '$(srcdir)/'`clarity_utils.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-749-
gtkpod-2.1.5/plugins/clarity/Makefile.in-750-libclarity_la-clarity_preferences.lo: clarity_preferences.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:751:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-clarity_preferences.lo -MD -MP -MF $(DEPDIR)/libclarity_la-clarity_preferences.Tpo -c -o libclarity_la-clarity_preferences.lo `test -f 'clarity_preferences.c' || echo '$(srcdir)/'`clarity_preferences.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-752-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-clarity_preferences.Tpo $(DEPDIR)/libclarity_la-clarity_preferences.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-754-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:755:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-clarity_preferences.lo `test -f 'clarity_preferences.c' || echo '$(srcdir)/'`clarity_preferences.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-756-
gtkpod-2.1.5/plugins/clarity/Makefile.in-757-libclarity_la-clarity_context_menu.lo: clarity_context_menu.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:758:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-clarity_context_menu.lo -MD -MP -MF $(DEPDIR)/libclarity_la-clarity_context_menu.Tpo -c -o libclarity_la-clarity_context_menu.lo `test -f 'clarity_context_menu.c' || echo '$(srcdir)/'`clarity_context_menu.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-759-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-clarity_context_menu.Tpo $(DEPDIR)/libclarity_la-clarity_context_menu.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-761-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:762:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-clarity_context_menu.lo `test -f 'clarity_context_menu.c' || echo '$(srcdir)/'`clarity_context_menu.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-763-
gtkpod-2.1.5/plugins/clarity/Makefile.in-764-libclarity_la-clarity_dnd_support.lo: clarity_dnd_support.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:765:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-clarity_dnd_support.lo -MD -MP -MF $(DEPDIR)/libclarity_la-clarity_dnd_support.Tpo -c -o libclarity_la-clarity_dnd_support.lo `test -f 'clarity_dnd_support.c' || echo '$(srcdir)/'`clarity_dnd_support.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-766-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-clarity_dnd_support.Tpo $(DEPDIR)/libclarity_la-clarity_dnd_support.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-768-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:769:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-clarity_dnd_support.lo `test -f 'clarity_dnd_support.c' || echo '$(srcdir)/'`clarity_dnd_support.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-770-
gtkpod-2.1.5/plugins/clarity/Makefile.in-771-libclarity_la-fetchcover.lo: fetchcover.c
gtkpod-2.1.5/plugins/clarity/Makefile.in:772:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -MT libclarity_la-fetchcover.lo -MD -MP -MF $(DEPDIR)/libclarity_la-fetchcover.Tpo -c -o libclarity_la-fetchcover.lo `test -f 'fetchcover.c' || echo '$(srcdir)/'`fetchcover.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-773-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libclarity_la-fetchcover.Tpo $(DEPDIR)/libclarity_la-fetchcover.Plo
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-775-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/clarity/Makefile.in:776:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclarity_la_CFLAGS) $(CFLAGS) -c -o libclarity_la-fetchcover.lo `test -f 'fetchcover.c' || echo '$(srcdir)/'`fetchcover.c
gtkpod-2.1.5/plugins/clarity/Makefile.in-777-
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-801-	@list='$(clarity_glade_DATA)'; test -n "$(clarity_gladedir)" || list=; \
gtkpod-2.1.5/plugins/clarity/Makefile.in:802:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-803-	dir='$(DESTDIR)$(clarity_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-822-	@list='$(clarity_pixmaps_DATA)'; test -n "$(clarity_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/clarity/Makefile.in:823:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-824-	dir='$(DESTDIR)$(clarity_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-843-	@list='$(clarity_plugin_DATA)'; test -n "$(clarity_plugindir)" || list=; \
gtkpod-2.1.5/plugins/clarity/Makefile.in:844:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-845-	dir='$(DESTDIR)$(clarity_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-864-	@list='$(clarity_ui_DATA)'; test -n "$(clarity_uidir)" || list=; \
gtkpod-2.1.5/plugins/clarity/Makefile.in:865:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-866-	dir='$(DESTDIR)$(clarity_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-885-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/clarity/Makefile.in:886:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-887-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-902-	dot_seen=no; \
gtkpod-2.1.5/plugins/clarity/Makefile.in:903:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-904-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-965-GTAGS:
gtkpod-2.1.5/plugins/clarity/Makefile.in:966:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/clarity/Makefile.in-967-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-988-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/Makefile.in:989:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in:990:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-991-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/Makefile.in-1002-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/Makefile.in:1003:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/Makefile.in-1004-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/32x32/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/24x24/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/48x48/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/22x22/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/240x240/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/clarity/icons/hicolor/16x16/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-94-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:95:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-96-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:97:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-98-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-99-  esac;
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:100:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-101-am__install_max = 40
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-102-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:103:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-104-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-242-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:243:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-244-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-245-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:246:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:247:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-248-      else \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:249:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-250-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:251:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-252-        else \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-257-    fi; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:258:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-259-  done; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-669-.c.obj:
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:670:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-671-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:674:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-675-
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-709-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:710:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-711-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-730-	@list='$(sorttab_display_glade_DATA)'; test -n "$(sorttab_display_gladedir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:731:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-732-	dir='$(DESTDIR)$(sorttab_display_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-751-	@list='$(sorttab_display_pixmaps_DATA)'; test -n "$(sorttab_display_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:752:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-753-	dir='$(DESTDIR)$(sorttab_display_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-772-	@list='$(sorttab_display_plugin_DATA)'; test -n "$(sorttab_display_plugindir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:773:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-774-	dir='$(DESTDIR)$(sorttab_display_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-793-	@list='$(sorttab_display_ui_DATA)'; test -n "$(sorttab_display_uidir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:794:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-795-	dir='$(DESTDIR)$(sorttab_display_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-810-	dot_seen=no; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:811:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-812-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-873-GTAGS:
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:874:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-875-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-896-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:897:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:898:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-899-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-910-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in:911:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/Makefile.in-912-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/32x32/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/24x24/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/48x48/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/22x22/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sorttab_display/icons/hicolor/16x16/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/track_display/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/track_display/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/track_display/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/track_display/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/track_display/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/track_display/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/track_display/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/track_display/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/track_display/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-230-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/track_display/Makefile.in:231:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-232-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/track_display/Makefile.in-233-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/track_display/Makefile.in:234:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/track_display/Makefile.in:235:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-236-      else \
gtkpod-2.1.5/plugins/track_display/Makefile.in:237:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-238-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/track_display/Makefile.in:239:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-240-        else \
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-245-    fi; \
gtkpod-2.1.5/plugins/track_display/Makefile.in:246:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-247-  done; \
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-647-.c.obj:
gtkpod-2.1.5/plugins/track_display/Makefile.in:648:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/track_display/Makefile.in-649-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-651-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/track_display/Makefile.in:652:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/track_display/Makefile.in-653-
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-684-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/track_display/Makefile.in:685:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-686-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-705-	@list='$(track_display_glade_DATA)'; test -n "$(track_display_gladedir)" || list=; \
gtkpod-2.1.5/plugins/track_display/Makefile.in:706:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-707-	dir='$(DESTDIR)$(track_display_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-726-	@list='$(track_display_pixmaps_DATA)'; test -n "$(track_display_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/track_display/Makefile.in:727:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-728-	dir='$(DESTDIR)$(track_display_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-747-	@list='$(track_display_plugin_DATA)'; test -n "$(track_display_plugindir)" || list=; \
gtkpod-2.1.5/plugins/track_display/Makefile.in:748:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-749-	dir='$(DESTDIR)$(track_display_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-768-	@list='$(track_display_ui_DATA)'; test -n "$(track_display_uidir)" || list=; \
gtkpod-2.1.5/plugins/track_display/Makefile.in:769:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-770-	dir='$(DESTDIR)$(track_display_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-785-	dot_seen=no; \
gtkpod-2.1.5/plugins/track_display/Makefile.in:786:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-787-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-848-GTAGS:
gtkpod-2.1.5/plugins/track_display/Makefile.in:849:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/track_display/Makefile.in-850-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-871-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/Makefile.in:872:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in:873:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-874-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/Makefile.in-885-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/Makefile.in:886:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/Makefile.in-887-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/32x32/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/24x24/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/48x48/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/22x22/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/track_display/icons/hicolor/16x16/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-235-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:236:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-237-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-238-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:239:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:240:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-241-      else \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:242:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-243-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:244:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-245-        else \
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-250-    fi; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:251:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-252-  done; \
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-646-.c.obj:
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:647:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-648-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-650-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:651:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-652-
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-660-libfiletype_mp4_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:661:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_mp4_la_CFLAGS) $(CFLAGS) -MT libfiletype_mp4_la-plugin.lo -MD -MP -MF $(DEPDIR)/libfiletype_mp4_la-plugin.Tpo -c -o libfiletype_mp4_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-662-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libfiletype_mp4_la-plugin.Tpo $(DEPDIR)/libfiletype_mp4_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:665:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_mp4_la_CFLAGS) $(CFLAGS) -c -o libfiletype_mp4_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-666-
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-667-libfiletype_mp4_la-mp4file.lo: mp4file.c
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:668:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_mp4_la_CFLAGS) $(CFLAGS) -MT libfiletype_mp4_la-mp4file.lo -MD -MP -MF $(DEPDIR)/libfiletype_mp4_la-mp4file.Tpo -c -o libfiletype_mp4_la-mp4file.lo `test -f 'mp4file.c' || echo '$(srcdir)/'`mp4file.c
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-669-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libfiletype_mp4_la-mp4file.Tpo $(DEPDIR)/libfiletype_mp4_la-mp4file.Plo
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-671-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:672:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_mp4_la_CFLAGS) $(CFLAGS) -c -o libfiletype_mp4_la-mp4file.lo `test -f 'mp4file.c' || echo '$(srcdir)/'`mp4file.c
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-673-
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-697-	@list='$(filetype_mp4_glade_DATA)'; test -n "$(filetype_mp4_gladedir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:698:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-699-	dir='$(DESTDIR)$(filetype_mp4_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-718-	@list='$(filetype_mp4_pixmaps_DATA)'; test -n "$(filetype_mp4_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:719:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-720-	dir='$(DESTDIR)$(filetype_mp4_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-739-	@list='$(filetype_mp4_plugin_DATA)'; test -n "$(filetype_mp4_plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:740:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-741-	dir='$(DESTDIR)$(filetype_mp4_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-760-	@list='$(filetype_mp4_ui_DATA)'; test -n "$(filetype_mp4_uidir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:761:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-762-	dir='$(DESTDIR)$(filetype_mp4_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-781-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:782:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-783-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-798-	dot_seen=no; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:799:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-800-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-861-GTAGS:
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:862:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-863-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-884-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:885:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:886:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-887-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-898-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in:899:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/filetype_mp4/Makefile.in-900-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/Makefile.in-469-	dot_seen=no; \
gtkpod-2.1.5/plugins/Makefile.in:470:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/Makefile.in-471-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/Makefile.in-532-GTAGS:
gtkpod-2.1.5/plugins/Makefile.in:533:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/Makefile.in-534-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/Makefile.in-555-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/Makefile.in:556:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/Makefile.in:557:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/Makefile.in-558-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/Makefile.in-569-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/Makefile.in:570:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/Makefile.in-571-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-227-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:228:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-229-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-230-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:231:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:232:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-233-      else \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:234:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-235-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:236:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-237-        else \
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-242-    fi; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:243:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-244-  done; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-634-.c.obj:
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:635:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-636-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:639:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-640-
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-671-	@list='$(core_core_prefs_DATA)'; test -n "$(core_core_prefsdir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:672:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-673-	dir='$(DESTDIR)$(core_core_prefsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-692-	@list='$(core_prefs_glade_DATA)'; test -n "$(core_prefs_gladedir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:693:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-694-	dir='$(DESTDIR)$(core_prefs_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-713-	@list='$(core_prefs_pixmaps_DATA)'; test -n "$(core_prefs_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:714:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-715-	dir='$(DESTDIR)$(core_prefs_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-734-	@list='$(core_prefs_plugin_DATA)'; test -n "$(core_prefs_plugindir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:735:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-736-	dir='$(DESTDIR)$(core_prefs_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-755-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:756:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-757-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-772-	dot_seen=no; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:773:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-774-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-835-GTAGS:
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:836:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-837-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-858-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:859:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:860:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-861-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-872-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in:873:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/Makefile.in-874-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/32x32/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/24x24/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/48x48/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/22x22/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/core_preferences/icons/hicolor/16x16/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-227-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:228:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-229-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-230-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:231:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:232:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-233-      else \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:234:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-235-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:236:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-237-        else \
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-242-    fi; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:243:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-244-  done; \
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-634-.c.obj:
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:635:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-636-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:639:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-640-
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-671-	@list='$(filetype_video_glade_DATA)'; test -n "$(filetype_video_gladedir)" || list=; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:672:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-673-	dir='$(DESTDIR)$(filetype_video_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-692-	@list='$(filetype_video_pixmaps_DATA)'; test -n "$(filetype_video_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:693:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-694-	dir='$(DESTDIR)$(filetype_video_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-713-	@list='$(filetype_video_plugin_DATA)'; test -n "$(filetype_video_plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:714:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-715-	dir='$(DESTDIR)$(filetype_video_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-734-	@list='$(filetype_video_ui_DATA)'; test -n "$(filetype_video_uidir)" || list=; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:735:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-736-	dir='$(DESTDIR)$(filetype_video_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-755-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:756:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-757-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-772-	dot_seen=no; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:773:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-774-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-835-GTAGS:
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:836:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-837-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-858-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:859:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:860:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-861-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-872-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in:873:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/filetype_video/Makefile.in-874-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-235-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:236:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-237-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-238-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:239:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:240:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-241-      else \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:242:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-243-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:244:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-245-        else \
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-250-    fi; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:251:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-252-  done; \
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-646-.c.obj:
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:647:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-648-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-650-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:651:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-652-
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-660-libfiletype_ogg_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:661:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_ogg_la_CFLAGS) $(CFLAGS) -MT libfiletype_ogg_la-plugin.lo -MD -MP -MF $(DEPDIR)/libfiletype_ogg_la-plugin.Tpo -c -o libfiletype_ogg_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-662-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libfiletype_ogg_la-plugin.Tpo $(DEPDIR)/libfiletype_ogg_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:665:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_ogg_la_CFLAGS) $(CFLAGS) -c -o libfiletype_ogg_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-666-
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-667-libfiletype_ogg_la-oggfile.lo: oggfile.c
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:668:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_ogg_la_CFLAGS) $(CFLAGS) -MT libfiletype_ogg_la-oggfile.lo -MD -MP -MF $(DEPDIR)/libfiletype_ogg_la-oggfile.Tpo -c -o libfiletype_ogg_la-oggfile.lo `test -f 'oggfile.c' || echo '$(srcdir)/'`oggfile.c
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-669-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libfiletype_ogg_la-oggfile.Tpo $(DEPDIR)/libfiletype_ogg_la-oggfile.Plo
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-671-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:672:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_ogg_la_CFLAGS) $(CFLAGS) -c -o libfiletype_ogg_la-oggfile.lo `test -f 'oggfile.c' || echo '$(srcdir)/'`oggfile.c
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-673-
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-697-	@list='$(filetype_ogg_glade_DATA)'; test -n "$(filetype_ogg_gladedir)" || list=; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:698:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-699-	dir='$(DESTDIR)$(filetype_ogg_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-718-	@list='$(filetype_ogg_pixmaps_DATA)'; test -n "$(filetype_ogg_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:719:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-720-	dir='$(DESTDIR)$(filetype_ogg_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-739-	@list='$(filetype_ogg_plugin_DATA)'; test -n "$(filetype_ogg_plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:740:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-741-	dir='$(DESTDIR)$(filetype_ogg_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-760-	@list='$(filetype_ogg_ui_DATA)'; test -n "$(filetype_ogg_uidir)" || list=; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:761:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-762-	dir='$(DESTDIR)$(filetype_ogg_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-781-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:782:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-783-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-798-	dot_seen=no; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:799:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-800-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-861-GTAGS:
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:862:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-863-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-884-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:885:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:886:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-887-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-898-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in:899:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/filetype_ogg/Makefile.in-900-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-235-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:236:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-237-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-238-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:239:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:240:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-241-      else \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:242:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-243-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:244:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-245-        else \
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-250-    fi; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:251:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-252-  done; \
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-646-.c.obj:
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:647:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-648-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-650-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:651:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-652-
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-660-libfiletype_m4a_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:661:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_m4a_la_CFLAGS) $(CFLAGS) -MT libfiletype_m4a_la-plugin.lo -MD -MP -MF $(DEPDIR)/libfiletype_m4a_la-plugin.Tpo -c -o libfiletype_m4a_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-662-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libfiletype_m4a_la-plugin.Tpo $(DEPDIR)/libfiletype_m4a_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:665:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_m4a_la_CFLAGS) $(CFLAGS) -c -o libfiletype_m4a_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-666-
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-667-libfiletype_m4a_la-m4afile.lo: m4afile.c
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:668:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_m4a_la_CFLAGS) $(CFLAGS) -MT libfiletype_m4a_la-m4afile.lo -MD -MP -MF $(DEPDIR)/libfiletype_m4a_la-m4afile.Tpo -c -o libfiletype_m4a_la-m4afile.lo `test -f 'm4afile.c' || echo '$(srcdir)/'`m4afile.c
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-669-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libfiletype_m4a_la-m4afile.Tpo $(DEPDIR)/libfiletype_m4a_la-m4afile.Plo
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-671-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:672:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfiletype_m4a_la_CFLAGS) $(CFLAGS) -c -o libfiletype_m4a_la-m4afile.lo `test -f 'm4afile.c' || echo '$(srcdir)/'`m4afile.c
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-673-
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-697-	@list='$(filetype_m4a_glade_DATA)'; test -n "$(filetype_m4a_gladedir)" || list=; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:698:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-699-	dir='$(DESTDIR)$(filetype_m4a_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-718-	@list='$(filetype_m4a_pixmaps_DATA)'; test -n "$(filetype_m4a_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:719:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-720-	dir='$(DESTDIR)$(filetype_m4a_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-739-	@list='$(filetype_m4a_plugin_DATA)'; test -n "$(filetype_m4a_plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:740:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-741-	dir='$(DESTDIR)$(filetype_m4a_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-760-	@list='$(filetype_m4a_ui_DATA)'; test -n "$(filetype_m4a_uidir)" || list=; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:761:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-762-	dir='$(DESTDIR)$(filetype_m4a_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-781-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:782:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-783-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-798-	dot_seen=no; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:799:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-800-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-861-GTAGS:
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:862:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-863-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-884-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:885:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:886:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-887-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-898-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in:899:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/filetype_m4a/Makefile.in-900-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-230-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:231:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-232-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-233-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:234:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:235:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-236-      else \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:237:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-238-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:239:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-240-        else \
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-245-    fi; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:246:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-247-  done; \
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-645-.c.obj:
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:646:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-647-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:650:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-651-
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-682-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:683:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-684-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-703-	@list='$(repository_editor_glade_DATA)'; test -n "$(repository_editor_gladedir)" || list=; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:704:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-705-	dir='$(DESTDIR)$(repository_editor_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-724-	@list='$(repository_editor_pixmaps_DATA)'; test -n "$(repository_editor_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:725:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-726-	dir='$(DESTDIR)$(repository_editor_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-745-	@list='$(repository_editor_plugin_DATA)'; test -n "$(repository_editor_plugindir)" || list=; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:746:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-747-	dir='$(DESTDIR)$(repository_editor_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-766-	@list='$(repository_editor_ui_DATA)'; test -n "$(repository_editor_uidir)" || list=; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:767:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-768-	dir='$(DESTDIR)$(repository_editor_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-783-	dot_seen=no; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:784:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-785-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-846-GTAGS:
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:847:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-848-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-869-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:870:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:871:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-872-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-883-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in:884:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/repository_editor/Makefile.in-885-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/coverweb/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/coverweb/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/coverweb/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/coverweb/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/coverweb/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/coverweb/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-235-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:236:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-237-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-238-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:239:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:240:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-241-      else \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:242:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-243-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:244:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-245-        else \
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-250-    fi; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:251:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-252-  done; \
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-648-.c.obj:
gtkpod-2.1.5/plugins/coverweb/Makefile.in:649:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/coverweb/Makefile.in-650-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-652-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/coverweb/Makefile.in:653:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/coverweb/Makefile.in-654-
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-662-libcoverweb_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/coverweb/Makefile.in:663:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcoverweb_la_CFLAGS) $(CFLAGS) -MT libcoverweb_la-plugin.lo -MD -MP -MF $(DEPDIR)/libcoverweb_la-plugin.Tpo -c -o libcoverweb_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/coverweb/Makefile.in-664-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcoverweb_la-plugin.Tpo $(DEPDIR)/libcoverweb_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-666-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/coverweb/Makefile.in:667:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcoverweb_la_CFLAGS) $(CFLAGS) -c -o libcoverweb_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/coverweb/Makefile.in-668-
gtkpod-2.1.5/plugins/coverweb/Makefile.in-669-libcoverweb_la-coverweb.lo: coverweb.c
gtkpod-2.1.5/plugins/coverweb/Makefile.in:670:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcoverweb_la_CFLAGS) $(CFLAGS) -MT libcoverweb_la-coverweb.lo -MD -MP -MF $(DEPDIR)/libcoverweb_la-coverweb.Tpo -c -o libcoverweb_la-coverweb.lo `test -f 'coverweb.c' || echo '$(srcdir)/'`coverweb.c
gtkpod-2.1.5/plugins/coverweb/Makefile.in-671-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcoverweb_la-coverweb.Tpo $(DEPDIR)/libcoverweb_la-coverweb.Plo
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/coverweb/Makefile.in:674:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcoverweb_la_CFLAGS) $(CFLAGS) -c -o libcoverweb_la-coverweb.lo `test -f 'coverweb.c' || echo '$(srcdir)/'`coverweb.c
gtkpod-2.1.5/plugins/coverweb/Makefile.in-675-
gtkpod-2.1.5/plugins/coverweb/Makefile.in-676-libcoverweb_la-coverweb_preferences.lo: coverweb_preferences.c
gtkpod-2.1.5/plugins/coverweb/Makefile.in:677:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcoverweb_la_CFLAGS) $(CFLAGS) -MT libcoverweb_la-coverweb_preferences.lo -MD -MP -MF $(DEPDIR)/libcoverweb_la-coverweb_preferences.Tpo -c -o libcoverweb_la-coverweb_preferences.lo `test -f 'coverweb_preferences.c' || echo '$(srcdir)/'`coverweb_preferences.c
gtkpod-2.1.5/plugins/coverweb/Makefile.in-678-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcoverweb_la-coverweb_preferences.Tpo $(DEPDIR)/libcoverweb_la-coverweb_preferences.Plo
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/coverweb/Makefile.in:681:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcoverweb_la_CFLAGS) $(CFLAGS) -c -o libcoverweb_la-coverweb_preferences.lo `test -f 'coverweb_preferences.c' || echo '$(srcdir)/'`coverweb_preferences.c
gtkpod-2.1.5/plugins/coverweb/Makefile.in-682-
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-706-	@list='$(coverweb_glade_DATA)'; test -n "$(coverweb_gladedir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:707:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-708-	dir='$(DESTDIR)$(coverweb_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-727-	@list='$(coverweb_pixmaps_DATA)'; test -n "$(coverweb_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:728:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-729-	dir='$(DESTDIR)$(coverweb_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-748-	@list='$(coverweb_plugin_DATA)'; test -n "$(coverweb_plugindir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:749:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-750-	dir='$(DESTDIR)$(coverweb_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-769-	@list='$(coverweb_ui_DATA)'; test -n "$(coverweb_uidir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:770:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-771-	dir='$(DESTDIR)$(coverweb_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-790-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:791:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-792-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-807-	dot_seen=no; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:808:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-809-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-870-GTAGS:
gtkpod-2.1.5/plugins/coverweb/Makefile.in:871:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-872-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-893-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/Makefile.in:894:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:895:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-896-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/Makefile.in-907-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/Makefile.in:908:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/Makefile.in-909-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/32x32/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/24x24/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/48x48/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/22x22/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/128x128/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/coverweb/icons/hicolor/16x16/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-231-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:232:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-233-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-234-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:235:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:236:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-237-      else \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:238:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-239-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:240:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-241-        else \
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-246-    fi; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:247:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-248-  done; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-651-.c.obj:
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:652:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-653-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-655-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:656:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-657-
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-688-	@list='$(playlist_display_glade_DATA)'; test -n "$(playlist_display_gladedir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:689:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-690-	dir='$(DESTDIR)$(playlist_display_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-709-	@list='$(playlist_display_pixmaps_DATA)'; test -n "$(playlist_display_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:710:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-711-	dir='$(DESTDIR)$(playlist_display_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-730-	@list='$(playlist_display_plugin_DATA)'; test -n "$(playlist_display_plugindir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:731:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-732-	dir='$(DESTDIR)$(playlist_display_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-751-	@list='$(playlist_display_toolbar_DATA)'; test -n "$(playlist_display_toolbardir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:752:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-753-	dir='$(DESTDIR)$(playlist_display_toolbardir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-772-	@list='$(playlist_display_ui_DATA)'; test -n "$(playlist_display_uidir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:773:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-774-	dir='$(DESTDIR)$(playlist_display_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-793-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:794:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-795-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-810-	dot_seen=no; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:811:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-812-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-873-GTAGS:
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:874:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-875-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-896-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:897:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:898:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-899-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-910-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in:911:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/Makefile.in-912-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-429-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in:430:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-431-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-439-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in:440:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in:441:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-442-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-453-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in:454:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/32x32/places/Makefile.in-455-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-429-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in:430:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-431-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-439-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in:440:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in:441:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-442-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-453-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in:454:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/24x24/places/Makefile.in-455-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-429-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in:430:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-431-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-439-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in:440:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in:441:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-442-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-453-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in:454:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/48x48/places/Makefile.in-455-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-428-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in:429:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-430-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-438-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in:439:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in:440:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-441-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-452-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in:453:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/scalable/places/Makefile.in-454-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-429-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in:430:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-431-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-439-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in:440:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in:441:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-442-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-453-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in:454:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/22x22/places/Makefile.in-455-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-429-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in:430:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-431-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-439-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in:440:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in:441:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-442-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-453-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in:454:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/playlist_display/icons/hicolor/16x16/places/Makefile.in-455-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-227-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:228:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-229-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-230-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:231:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:232:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-233-      else \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:234:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-235-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:236:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-237-        else \
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-242-    fi; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:243:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-244-  done; \
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-634-.c.obj:
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:635:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-636-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:639:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-640-
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-671-	@list='$(filetype_wav_glade_DATA)'; test -n "$(filetype_wav_gladedir)" || list=; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:672:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-673-	dir='$(DESTDIR)$(filetype_wav_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-692-	@list='$(filetype_wav_pixmaps_DATA)'; test -n "$(filetype_wav_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:693:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-694-	dir='$(DESTDIR)$(filetype_wav_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-713-	@list='$(filetype_wav_plugin_DATA)'; test -n "$(filetype_wav_plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:714:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-715-	dir='$(DESTDIR)$(filetype_wav_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-734-	@list='$(filetype_wav_ui_DATA)'; test -n "$(filetype_wav_uidir)" || list=; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:735:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-736-	dir='$(DESTDIR)$(filetype_wav_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-755-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:756:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-757-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-772-	dot_seen=no; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:773:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-774-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-835-GTAGS:
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:836:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-837-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-858-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:859:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:860:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-861-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-872-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in:873:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/filetype_wav/Makefile.in-874-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-227-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:228:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-229-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-230-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:231:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:232:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-233-      else \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:234:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-235-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:236:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-237-        else \
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-242-    fi; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:243:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-244-  done; \
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-635-.c.obj:
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:636:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-637-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-639-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:640:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-641-
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-672-	@list='$(filetype_mp3_glade_DATA)'; test -n "$(filetype_mp3_gladedir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:673:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-674-	dir='$(DESTDIR)$(filetype_mp3_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-693-	@list='$(filetype_mp3_pixmaps_DATA)'; test -n "$(filetype_mp3_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:694:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-695-	dir='$(DESTDIR)$(filetype_mp3_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-714-	@list='$(filetype_mp3_plugin_DATA)'; test -n "$(filetype_mp3_plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:715:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-716-	dir='$(DESTDIR)$(filetype_mp3_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-735-	@list='$(filetype_mp3_ui_DATA)'; test -n "$(filetype_mp3_uidir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:736:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-737-	dir='$(DESTDIR)$(filetype_mp3_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-756-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:757:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-758-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-773-	dot_seen=no; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:774:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-775-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-836-GTAGS:
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:837:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-838-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-859-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:860:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:861:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-862-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-873-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in:874:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/filetype_mp3/Makefile.in-875-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/sjcd/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sjcd/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/sjcd/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sjcd/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/sjcd/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sjcd/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-239-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:240:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-241-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-242-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:243:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:244:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-245-      else \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:246:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-247-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:248:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-249-        else \
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-254-    fi; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:255:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-256-  done; \
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-668-.c.obj:
gtkpod-2.1.5/plugins/sjcd/Makefile.in:669:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/sjcd/Makefile.in-670-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-672-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/Makefile.in:673:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/sjcd/Makefile.in-674-
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-682-libsjcd_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in:683:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -MT libsjcd_la-plugin.lo -MD -MP -MF $(DEPDIR)/libsjcd_la-plugin.Tpo -c -o libsjcd_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-684-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsjcd_la-plugin.Tpo $(DEPDIR)/libsjcd_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-686-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/Makefile.in:687:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -c -o libsjcd_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-688-
gtkpod-2.1.5/plugins/sjcd/Makefile.in-689-libsjcd_la-sj-main.lo: sj-main.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in:690:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -MT libsjcd_la-sj-main.lo -MD -MP -MF $(DEPDIR)/libsjcd_la-sj-main.Tpo -c -o libsjcd_la-sj-main.lo `test -f 'sj-main.c' || echo '$(srcdir)/'`sj-main.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-691-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsjcd_la-sj-main.Tpo $(DEPDIR)/libsjcd_la-sj-main.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-693-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/Makefile.in:694:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -c -o libsjcd_la-sj-main.lo `test -f 'sj-main.c' || echo '$(srcdir)/'`sj-main.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-695-
gtkpod-2.1.5/plugins/sjcd/Makefile.in-696-libsjcd_la-sj-prefs.lo: sj-prefs.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in:697:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -MT libsjcd_la-sj-prefs.lo -MD -MP -MF $(DEPDIR)/libsjcd_la-sj-prefs.Tpo -c -o libsjcd_la-sj-prefs.lo `test -f 'sj-prefs.c' || echo '$(srcdir)/'`sj-prefs.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-698-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsjcd_la-sj-prefs.Tpo $(DEPDIR)/libsjcd_la-sj-prefs.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-700-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/Makefile.in:701:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -c -o libsjcd_la-sj-prefs.lo `test -f 'sj-prefs.c' || echo '$(srcdir)/'`sj-prefs.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-702-
gtkpod-2.1.5/plugins/sjcd/Makefile.in-703-libsjcd_la-sj-extracting.lo: sj-extracting.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in:704:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -MT libsjcd_la-sj-extracting.lo -MD -MP -MF $(DEPDIR)/libsjcd_la-sj-extracting.Tpo -c -o libsjcd_la-sj-extracting.lo `test -f 'sj-extracting.c' || echo '$(srcdir)/'`sj-extracting.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-705-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsjcd_la-sj-extracting.Tpo $(DEPDIR)/libsjcd_la-sj-extracting.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/Makefile.in:708:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -c -o libsjcd_la-sj-extracting.lo `test -f 'sj-extracting.c' || echo '$(srcdir)/'`sj-extracting.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-709-
gtkpod-2.1.5/plugins/sjcd/Makefile.in-710-libsjcd_la-sj-inhibit.lo: sj-inhibit.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in:711:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -MT libsjcd_la-sj-inhibit.lo -MD -MP -MF $(DEPDIR)/libsjcd_la-sj-inhibit.Tpo -c -o libsjcd_la-sj-inhibit.lo `test -f 'sj-inhibit.c' || echo '$(srcdir)/'`sj-inhibit.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-712-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsjcd_la-sj-inhibit.Tpo $(DEPDIR)/libsjcd_la-sj-inhibit.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-714-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/Makefile.in:715:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -c -o libsjcd_la-sj-inhibit.lo `test -f 'sj-inhibit.c' || echo '$(srcdir)/'`sj-inhibit.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-716-
gtkpod-2.1.5/plugins/sjcd/Makefile.in-717-libsjcd_la-sj-genres.lo: sj-genres.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in:718:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -MT libsjcd_la-sj-genres.lo -MD -MP -MF $(DEPDIR)/libsjcd_la-sj-genres.Tpo -c -o libsjcd_la-sj-genres.lo `test -f 'sj-genres.c' || echo '$(srcdir)/'`sj-genres.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-719-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsjcd_la-sj-genres.Tpo $(DEPDIR)/libsjcd_la-sj-genres.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-721-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/Makefile.in:722:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -c -o libsjcd_la-sj-genres.lo `test -f 'sj-genres.c' || echo '$(srcdir)/'`sj-genres.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-723-
gtkpod-2.1.5/plugins/sjcd/Makefile.in-724-libsjcd_la-egg-play-preview.lo: egg-play-preview.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in:725:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -MT libsjcd_la-egg-play-preview.lo -MD -MP -MF $(DEPDIR)/libsjcd_la-egg-play-preview.Tpo -c -o libsjcd_la-egg-play-preview.lo `test -f 'egg-play-preview.c' || echo '$(srcdir)/'`egg-play-preview.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-726-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsjcd_la-egg-play-preview.Tpo $(DEPDIR)/libsjcd_la-egg-play-preview.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-728-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/Makefile.in:729:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsjcd_la_CFLAGS) $(CFLAGS) -c -o libsjcd_la-egg-play-preview.lo `test -f 'egg-play-preview.c' || echo '$(srcdir)/'`egg-play-preview.c
gtkpod-2.1.5/plugins/sjcd/Makefile.in-730-
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-754-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:755:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-756-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-775-	@list='$(sjcd_glade_DATA)'; test -n "$(sjcd_gladedir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:776:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-777-	dir='$(DESTDIR)$(sjcd_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-796-	@list='$(sjcd_pixmaps_DATA)'; test -n "$(sjcd_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:797:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-798-	dir='$(DESTDIR)$(sjcd_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-817-	@list='$(sjcd_plugin_DATA)'; test -n "$(sjcd_plugindir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:818:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-819-	dir='$(DESTDIR)$(sjcd_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-838-	@list='$(sjcd_ui_DATA)'; test -n "$(sjcd_uidir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:839:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-840-	dir='$(DESTDIR)$(sjcd_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-855-	dot_seen=no; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:856:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-857-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-918-GTAGS:
gtkpod-2.1.5/plugins/sjcd/Makefile.in:919:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-920-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-941-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/Makefile.in:942:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:943:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-944-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/Makefile.in-955-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/Makefile.in:956:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/Makefile.in-957-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-111-  esac
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:112:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-113-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:114:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-115-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-116-  esac;
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:117:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-118-am__install_max = 40
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-119-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:120:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-121-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-432-	@list='$(dist_profiles_DATA)'; test -n "$(profilesdir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:433:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-434-	dir='$(DESTDIR)$(profilesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-453-	@list='$(profiles_DATA)'; test -n "$(profilesdir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:454:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-455-	dir='$(DESTDIR)$(profilesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-463-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:464:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:465:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-466-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-477-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in:478:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/data/Makefile.in-479-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-498-.c.obj:
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:499:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-500-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-502-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:503:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-504-
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-512-libjuicer_la-sj-metadata-marshal.lo: sj-metadata-marshal.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:513:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-sj-metadata-marshal.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-sj-metadata-marshal.Tpo -c -o libjuicer_la-sj-metadata-marshal.lo `test -f 'sj-metadata-marshal.c' || echo '$(srcdir)/'`sj-metadata-marshal.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-514-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-sj-metadata-marshal.Tpo $(DEPDIR)/libjuicer_la-sj-metadata-marshal.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-516-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:517:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-sj-metadata-marshal.lo `test -f 'sj-metadata-marshal.c' || echo '$(srcdir)/'`sj-metadata-marshal.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-518-
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-519-libjuicer_la-rb-gst-media-types.lo: rb-gst-media-types.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:520:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-rb-gst-media-types.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-rb-gst-media-types.Tpo -c -o libjuicer_la-rb-gst-media-types.lo `test -f 'rb-gst-media-types.c' || echo '$(srcdir)/'`rb-gst-media-types.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-521-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-rb-gst-media-types.Tpo $(DEPDIR)/libjuicer_la-rb-gst-media-types.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-523-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:524:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-rb-gst-media-types.lo `test -f 'rb-gst-media-types.c' || echo '$(srcdir)/'`rb-gst-media-types.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-525-
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-526-libjuicer_la-sj-structures.lo: sj-structures.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:527:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-sj-structures.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-sj-structures.Tpo -c -o libjuicer_la-sj-structures.lo `test -f 'sj-structures.c' || echo '$(srcdir)/'`sj-structures.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-528-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-sj-structures.Tpo $(DEPDIR)/libjuicer_la-sj-structures.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-530-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:531:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-sj-structures.lo `test -f 'sj-structures.c' || echo '$(srcdir)/'`sj-structures.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-532-
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-533-libjuicer_la-sj-error.lo: sj-error.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:534:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-sj-error.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-sj-error.Tpo -c -o libjuicer_la-sj-error.lo `test -f 'sj-error.c' || echo '$(srcdir)/'`sj-error.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-535-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-sj-error.Tpo $(DEPDIR)/libjuicer_la-sj-error.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-537-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:538:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-sj-error.lo `test -f 'sj-error.c' || echo '$(srcdir)/'`sj-error.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-539-
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-540-libjuicer_la-sj-extractor.lo: sj-extractor.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:541:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-sj-extractor.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-sj-extractor.Tpo -c -o libjuicer_la-sj-extractor.lo `test -f 'sj-extractor.c' || echo '$(srcdir)/'`sj-extractor.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-542-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-sj-extractor.Tpo $(DEPDIR)/libjuicer_la-sj-extractor.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-544-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:545:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-sj-extractor.lo `test -f 'sj-extractor.c' || echo '$(srcdir)/'`sj-extractor.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-546-
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-547-libjuicer_la-sj-metadata.lo: sj-metadata.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:548:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-sj-metadata.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-sj-metadata.Tpo -c -o libjuicer_la-sj-metadata.lo `test -f 'sj-metadata.c' || echo '$(srcdir)/'`sj-metadata.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-549-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-sj-metadata.Tpo $(DEPDIR)/libjuicer_la-sj-metadata.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-551-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:552:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-sj-metadata.lo `test -f 'sj-metadata.c' || echo '$(srcdir)/'`sj-metadata.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-553-
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-554-libjuicer_la-sj-metadata-gvfs.lo: sj-metadata-gvfs.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:555:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-sj-metadata-gvfs.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-sj-metadata-gvfs.Tpo -c -o libjuicer_la-sj-metadata-gvfs.lo `test -f 'sj-metadata-gvfs.c' || echo '$(srcdir)/'`sj-metadata-gvfs.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-556-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-sj-metadata-gvfs.Tpo $(DEPDIR)/libjuicer_la-sj-metadata-gvfs.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:559:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-sj-metadata-gvfs.lo `test -f 'sj-metadata-gvfs.c' || echo '$(srcdir)/'`sj-metadata-gvfs.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-560-
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-561-libjuicer_la-sj-metadata-getter.lo: sj-metadata-getter.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:562:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-sj-metadata-getter.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-sj-metadata-getter.Tpo -c -o libjuicer_la-sj-metadata-getter.lo `test -f 'sj-metadata-getter.c' || echo '$(srcdir)/'`sj-metadata-getter.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-563-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-sj-metadata-getter.Tpo $(DEPDIR)/libjuicer_la-sj-metadata-getter.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:566:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-sj-metadata-getter.lo `test -f 'sj-metadata-getter.c' || echo '$(srcdir)/'`sj-metadata-getter.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-567-
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-568-libjuicer_la-sj-util.lo: sj-util.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:569:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-sj-util.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-sj-util.Tpo -c -o libjuicer_la-sj-util.lo `test -f 'sj-util.c' || echo '$(srcdir)/'`sj-util.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-570-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-sj-util.Tpo $(DEPDIR)/libjuicer_la-sj-util.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:573:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-sj-util.lo `test -f 'sj-util.c' || echo '$(srcdir)/'`sj-util.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-574-
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-575-libjuicer_la-sj-metadata-musicbrainz5.lo: sj-metadata-musicbrainz5.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:576:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -MT libjuicer_la-sj-metadata-musicbrainz5.lo -MD -MP -MF $(DEPDIR)/libjuicer_la-sj-metadata-musicbrainz5.Tpo -c -o libjuicer_la-sj-metadata-musicbrainz5.lo `test -f 'sj-metadata-musicbrainz5.c' || echo '$(srcdir)/'`sj-metadata-musicbrainz5.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-577-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libjuicer_la-sj-metadata-musicbrainz5.Tpo $(DEPDIR)/libjuicer_la-sj-metadata-musicbrainz5.Plo
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:580:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libjuicer_la_CPPFLAGS) $(CPPFLAGS) $(libjuicer_la_CFLAGS) $(CFLAGS) -c -o libjuicer_la-sj-metadata-musicbrainz5.lo `test -f 'sj-metadata-musicbrainz5.c' || echo '$(srcdir)/'`sj-metadata-musicbrainz5.c
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-581-
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-617-GTAGS:
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:618:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-619-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-640-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:641:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:642:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-643-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-654-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in:655:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/libjuicer/Makefile.in-656-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/32x32/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/24x24/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/48x48/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/scalable/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/22x22/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/sjcd/icons/hicolor/16x16/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/cover_display/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/cover_display/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/cover_display/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/cover_display/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/cover_display/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/cover_display/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-231-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:232:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-233-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-234-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:235:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:236:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-237-      else \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:238:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-239-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:240:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-241-        else \
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-246-    fi; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:247:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-248-  done; \
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-646-.c.obj:
gtkpod-2.1.5/plugins/cover_display/Makefile.in:647:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/cover_display/Makefile.in-648-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-650-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/cover_display/Makefile.in:651:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/cover_display/Makefile.in-652-
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-660-libcover_display_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in:661:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -MT libcover_display_la-plugin.lo -MD -MP -MF $(DEPDIR)/libcover_display_la-plugin.Tpo -c -o libcover_display_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-662-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcover_display_la-plugin.Tpo $(DEPDIR)/libcover_display_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-664-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/cover_display/Makefile.in:665:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -c -o libcover_display_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-666-
gtkpod-2.1.5/plugins/cover_display/Makefile.in-667-libcover_display_la-display_coverart.lo: display_coverart.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in:668:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -MT libcover_display_la-display_coverart.lo -MD -MP -MF $(DEPDIR)/libcover_display_la-display_coverart.Tpo -c -o libcover_display_la-display_coverart.lo `test -f 'display_coverart.c' || echo '$(srcdir)/'`display_coverart.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-669-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcover_display_la-display_coverart.Tpo $(DEPDIR)/libcover_display_la-display_coverart.Plo
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-671-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/cover_display/Makefile.in:672:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -c -o libcover_display_la-display_coverart.lo `test -f 'display_coverart.c' || echo '$(srcdir)/'`display_coverart.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-673-
gtkpod-2.1.5/plugins/cover_display/Makefile.in-674-libcover_display_la-cover_display_context_menu.lo: cover_display_context_menu.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in:675:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -MT libcover_display_la-cover_display_context_menu.lo -MD -MP -MF $(DEPDIR)/libcover_display_la-cover_display_context_menu.Tpo -c -o libcover_display_la-cover_display_context_menu.lo `test -f 'cover_display_context_menu.c' || echo '$(srcdir)/'`cover_display_context_menu.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-676-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcover_display_la-cover_display_context_menu.Tpo $(DEPDIR)/libcover_display_la-cover_display_context_menu.Plo
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-678-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/cover_display/Makefile.in:679:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -c -o libcover_display_la-cover_display_context_menu.lo `test -f 'cover_display_context_menu.c' || echo '$(srcdir)/'`cover_display_context_menu.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-680-
gtkpod-2.1.5/plugins/cover_display/Makefile.in-681-libcover_display_la-fetchcover.lo: fetchcover.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in:682:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -MT libcover_display_la-fetchcover.lo -MD -MP -MF $(DEPDIR)/libcover_display_la-fetchcover.Tpo -c -o libcover_display_la-fetchcover.lo `test -f 'fetchcover.c' || echo '$(srcdir)/'`fetchcover.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-683-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcover_display_la-fetchcover.Tpo $(DEPDIR)/libcover_display_la-fetchcover.Plo
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-685-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/cover_display/Makefile.in:686:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -c -o libcover_display_la-fetchcover.lo `test -f 'fetchcover.c' || echo '$(srcdir)/'`fetchcover.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-687-
gtkpod-2.1.5/plugins/cover_display/Makefile.in-688-libcover_display_la-cover_display_preferences.lo: cover_display_preferences.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in:689:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -MT libcover_display_la-cover_display_preferences.lo -MD -MP -MF $(DEPDIR)/libcover_display_la-cover_display_preferences.Tpo -c -o libcover_display_la-cover_display_preferences.lo `test -f 'cover_display_preferences.c' || echo '$(srcdir)/'`cover_display_preferences.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-690-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcover_display_la-cover_display_preferences.Tpo $(DEPDIR)/libcover_display_la-cover_display_preferences.Plo
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-692-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/cover_display/Makefile.in:693:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcover_display_la_CFLAGS) $(CFLAGS) -c -o libcover_display_la-cover_display_preferences.lo `test -f 'cover_display_preferences.c' || echo '$(srcdir)/'`cover_display_preferences.c
gtkpod-2.1.5/plugins/cover_display/Makefile.in-694-
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-718-	@list='$(cover_display_glade_DATA)'; test -n "$(cover_display_gladedir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:719:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-720-	dir='$(DESTDIR)$(cover_display_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-739-	@list='$(cover_display_pixmaps_DATA)'; test -n "$(cover_display_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:740:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-741-	dir='$(DESTDIR)$(cover_display_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-760-	@list='$(cover_display_plugin_DATA)'; test -n "$(cover_display_plugindir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:761:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-762-	dir='$(DESTDIR)$(cover_display_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-781-	@list='$(cover_display_ui_DATA)'; test -n "$(cover_display_uidir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:782:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-783-	dir='$(DESTDIR)$(cover_display_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-802-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:803:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-804-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-819-	dot_seen=no; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:820:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-821-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-882-GTAGS:
gtkpod-2.1.5/plugins/cover_display/Makefile.in:883:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-884-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-905-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/Makefile.in:906:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:907:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-908-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/Makefile.in-919-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/Makefile.in:920:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/Makefile.in-921-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-446-	dot_seen=no; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-448-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-509-GTAGS:
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-532-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-546-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/32x32/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/24x24/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/48x48/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/22x22/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/240x240/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-39-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-159-      else \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-168-    fi; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-508-GTAGS:
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-40-  { \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-110-  esac
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-115-  esac;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-421-	@list='$(places_DATA)'; test -n "$(placesdir)" || list=; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-423-	dir='$(DESTDIR)$(placesdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/cover_display/icons/hicolor/16x16/places/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/details_editor/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/details_editor/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/details_editor/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/details_editor/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/details_editor/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/details_editor/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-230-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:231:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-232-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-233-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:234:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:235:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-236-      else \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:237:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-238-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:239:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-240-        else \
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-245-    fi; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:246:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-247-  done; \
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-643-.c.obj:
gtkpod-2.1.5/plugins/details_editor/Makefile.in:644:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/details_editor/Makefile.in-645-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/details_editor/Makefile.in:648:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/details_editor/Makefile.in-649-
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-657-libdetails_editor_la-plugin.lo: plugin.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in:658:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdetails_editor_la_CFLAGS) $(CFLAGS) -MT libdetails_editor_la-plugin.lo -MD -MP -MF $(DEPDIR)/libdetails_editor_la-plugin.Tpo -c -o libdetails_editor_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in-659-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdetails_editor_la-plugin.Tpo $(DEPDIR)/libdetails_editor_la-plugin.Plo
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/details_editor/Makefile.in:662:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdetails_editor_la_CFLAGS) $(CFLAGS) -c -o libdetails_editor_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in-663-
gtkpod-2.1.5/plugins/details_editor/Makefile.in-664-libdetails_editor_la-details.lo: details.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in:665:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdetails_editor_la_CFLAGS) $(CFLAGS) -MT libdetails_editor_la-details.lo -MD -MP -MF $(DEPDIR)/libdetails_editor_la-details.Tpo -c -o libdetails_editor_la-details.lo `test -f 'details.c' || echo '$(srcdir)/'`details.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in-666-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdetails_editor_la-details.Tpo $(DEPDIR)/libdetails_editor_la-details.Plo
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-668-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/details_editor/Makefile.in:669:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdetails_editor_la_CFLAGS) $(CFLAGS) -c -o libdetails_editor_la-details.lo `test -f 'details.c' || echo '$(srcdir)/'`details.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in-670-
gtkpod-2.1.5/plugins/details_editor/Makefile.in-671-libdetails_editor_la-details_editor_actions.lo: details_editor_actions.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in:672:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdetails_editor_la_CFLAGS) $(CFLAGS) -MT libdetails_editor_la-details_editor_actions.lo -MD -MP -MF $(DEPDIR)/libdetails_editor_la-details_editor_actions.Tpo -c -o libdetails_editor_la-details_editor_actions.lo `test -f 'details_editor_actions.c' || echo '$(srcdir)/'`details_editor_actions.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in-673-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdetails_editor_la-details_editor_actions.Tpo $(DEPDIR)/libdetails_editor_la-details_editor_actions.Plo
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-675-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/details_editor/Makefile.in:676:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdetails_editor_la_CFLAGS) $(CFLAGS) -c -o libdetails_editor_la-details_editor_actions.lo `test -f 'details_editor_actions.c' || echo '$(srcdir)/'`details_editor_actions.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in-677-
gtkpod-2.1.5/plugins/details_editor/Makefile.in-678-libdetails_editor_la-fetchcover.lo: fetchcover.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in:679:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdetails_editor_la_CFLAGS) $(CFLAGS) -MT libdetails_editor_la-fetchcover.lo -MD -MP -MF $(DEPDIR)/libdetails_editor_la-fetchcover.Tpo -c -o libdetails_editor_la-fetchcover.lo `test -f 'fetchcover.c' || echo '$(srcdir)/'`fetchcover.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in-680-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libdetails_editor_la-fetchcover.Tpo $(DEPDIR)/libdetails_editor_la-fetchcover.Plo
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-682-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/details_editor/Makefile.in:683:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdetails_editor_la_CFLAGS) $(CFLAGS) -c -o libdetails_editor_la-fetchcover.lo `test -f 'fetchcover.c' || echo '$(srcdir)/'`fetchcover.c
gtkpod-2.1.5/plugins/details_editor/Makefile.in-684-
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-708-	@list='$(details_editor_glade_DATA)'; test -n "$(details_editor_gladedir)" || list=; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:709:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-710-	dir='$(DESTDIR)$(details_editor_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-729-	@list='$(details_editor_pixmaps_DATA)'; test -n "$(details_editor_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:730:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-731-	dir='$(DESTDIR)$(details_editor_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-750-	@list='$(details_editor_plugin_DATA)'; test -n "$(details_editor_plugindir)" || list=; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:751:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-752-	dir='$(DESTDIR)$(details_editor_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-771-	@list='$(details_editor_ui_DATA)'; test -n "$(details_editor_uidir)" || list=; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:772:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-773-	dir='$(DESTDIR)$(details_editor_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-792-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:793:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-794-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-809-	dot_seen=no; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:810:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-811-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-872-GTAGS:
gtkpod-2.1.5/plugins/details_editor/Makefile.in:873:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-874-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-895-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/details_editor/Makefile.in:896:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:897:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-898-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/details_editor/Makefile.in-909-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/details_editor/Makefile.in:910:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/details_editor/Makefile.in-911-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-41-  { \
gtkpod-2.1.5/plugins/exporter/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/plugins/exporter/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/plugins/exporter/Makefile.in-95-am__vpath_adj = case $$p in \
gtkpod-2.1.5/plugins/exporter/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-97-    *) f=$$p;; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-98-  esac;
gtkpod-2.1.5/plugins/exporter/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/plugins/exporter/Makefile.in-100-am__install_max = 40
gtkpod-2.1.5/plugins/exporter/Makefile.in-101-am__nobase_strip_setup = \
gtkpod-2.1.5/plugins/exporter/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/plugins/exporter/Makefile.in-103-am__nobase_strip = \
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-227-  while test -n "$$dir1"; do \
gtkpod-2.1.5/plugins/exporter/Makefile.in:228:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-229-    if test "$$first" != "."; then \
gtkpod-2.1.5/plugins/exporter/Makefile.in-230-      if test "$$first" = ".."; then \
gtkpod-2.1.5/plugins/exporter/Makefile.in:231:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/plugins/exporter/Makefile.in:232:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-233-      else \
gtkpod-2.1.5/plugins/exporter/Makefile.in:234:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-235-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/plugins/exporter/Makefile.in:236:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-237-        else \
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-242-    fi; \
gtkpod-2.1.5/plugins/exporter/Makefile.in:243:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-244-  done; \
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-636-.c.obj:
gtkpod-2.1.5/plugins/exporter/Makefile.in:637:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/exporter/Makefile.in-638-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/plugins/exporter/Makefile.in:641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/plugins/exporter/Makefile.in-642-
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-673-	@list='$(exporter_glade_DATA)'; test -n "$(exporter_gladedir)" || list=; \
gtkpod-2.1.5/plugins/exporter/Makefile.in:674:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-675-	dir='$(DESTDIR)$(exporter_gladedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-694-	@list='$(exporter_pixmaps_DATA)'; test -n "$(exporter_pixmapsdir)" || list=; \
gtkpod-2.1.5/plugins/exporter/Makefile.in:695:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-696-	dir='$(DESTDIR)$(exporter_pixmapsdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-715-	@list='$(exporter_plugin_DATA)'; test -n "$(exporter_plugindir)" || list=; \
gtkpod-2.1.5/plugins/exporter/Makefile.in:716:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-717-	dir='$(DESTDIR)$(exporter_plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-736-	@list='$(exporter_ui_DATA)'; test -n "$(exporter_uidir)" || list=; \
gtkpod-2.1.5/plugins/exporter/Makefile.in:737:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-738-	dir='$(DESTDIR)$(exporter_uidir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-757-	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
gtkpod-2.1.5/plugins/exporter/Makefile.in:758:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-759-	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-774-	dot_seen=no; \
gtkpod-2.1.5/plugins/exporter/Makefile.in:775:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-776-	case "$@" in \
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-837-GTAGS:
gtkpod-2.1.5/plugins/exporter/Makefile.in:838:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/plugins/exporter/Makefile.in-839-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-860-distdir: $(DISTFILES)
gtkpod-2.1.5/plugins/exporter/Makefile.in:861:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in:862:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-863-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/plugins/exporter/Makefile.in-874-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/plugins/exporter/Makefile.in:875:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/plugins/exporter/Makefile.in-876-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/aclocal.m4-224-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
gtkpod-2.1.5/aclocal.m4:225:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
gtkpod-2.1.5/aclocal.m4-226-	if test "$MSGFMT" != "no"; then
##############################################
gtkpod-2.1.5/aclocal.m4-245-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
gtkpod-2.1.5/aclocal.m4:246:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
gtkpod-2.1.5/aclocal.m4-247-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
gtkpod-2.1.5/aclocal.m4-396-   if test "x$srcdir" != "x."; then
gtkpod-2.1.5/aclocal.m4:397:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gtkpod-2.1.5/aclocal.m4-398-       posrcprefix="$srcdir/"
##############################################
gtkpod-2.1.5/aclocal.m4-420-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
gtkpod-2.1.5/aclocal.m4:421:datarootdir=`eval echo "${datarootdir}"`
gtkpod-2.1.5/aclocal.m4-422-if test "x$CATOBJEXT" = "x.mo" ; then
gtkpod-2.1.5/aclocal.m4:423:  localedir=`eval echo "${libdir}/locale"`
gtkpod-2.1.5/aclocal.m4-424-else
gtkpod-2.1.5/aclocal.m4:425:  localedir=`eval echo "${datadir}/locale"`
gtkpod-2.1.5/aclocal.m4-426-fi
##############################################
gtkpod-2.1.5/aclocal.m4-478-  if test x$cross_compiling != xyes; then
gtkpod-2.1.5/aclocal.m4:479:    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
gtkpod-2.1.5/aclocal.m4-480-  else
##############################################
gtkpod-2.1.5/aclocal.m4-516-	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
gtkpod-2.1.5/aclocal.m4:517:	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
gtkpod-2.1.5/aclocal.m4-518-	test -n "$$files" || exit 0; \
##############################################
gtkpod-2.1.5/aclocal.m4-551-dnl
gtkpod-2.1.5/aclocal.m4:552:dnl gstapiversion=`echo $2 | tr '.' '\n' | head -n 2 | tr '\n' '.' | sed 's/\.$//'`
gtkpod-2.1.5/aclocal.m4-553-
##############################################
gtkpod-2.1.5/aclocal.m4-557-
gtkpod-2.1.5/aclocal.m4:558:  gstapiversion=`echo "$2" | while IFS=. read a b; do echo "$a.0"; done`
gtkpod-2.1.5/aclocal.m4:559:  gsttoolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-$gstapiversion`
gtkpod-2.1.5/aclocal.m4-560-  if test "x$gsttoolsdir" != "x"; then
##############################################
gtkpod-2.1.5/aclocal.m4-591-
gtkpod-2.1.5/aclocal.m4:592:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gtkpod-2.1.5/aclocal.m4-593-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gtkpod-2.1.5/aclocal.m4:594:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gtkpod-2.1.5/aclocal.m4-595-if test -n "$1"; then
##############################################
gtkpod-2.1.5/aclocal.m4-679-fi
gtkpod-2.1.5/aclocal.m4:680:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gtkpod-2.1.5/aclocal.m4:681:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gtkpod-2.1.5/aclocal.m4:682:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gtkpod-2.1.5/aclocal.m4-683-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gtkpod-2.1.5/aclocal.m4-695-else
gtkpod-2.1.5/aclocal.m4:696:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
gtkpod-2.1.5/aclocal.m4-697-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
gtkpod-2.1.5/aclocal.m4-700-   AC_MSG_CHECKING([for XML::Parser])
gtkpod-2.1.5/aclocal.m4:701:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gtkpod-2.1.5/aclocal.m4-702-       AC_MSG_RESULT([ok])
##############################################
gtkpod-2.1.5/aclocal.m4-916-done
gtkpod-2.1.5/aclocal.m4:917:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gtkpod-2.1.5/aclocal.m4-918-])
##############################################
gtkpod-2.1.5/aclocal.m4-1212-m4_define([_LT_CONFIG_STATUS_DECLARE],
gtkpod-2.1.5/aclocal.m4:1213:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gtkpod-2.1.5/aclocal.m4-1214-
##############################################
gtkpod-2.1.5/aclocal.m4-1222-#
gtkpod-2.1.5/aclocal.m4:1223:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/aclocal.m4-1224-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gtkpod-2.1.5/aclocal.m4-1332-]], lt_decl_quote_varnames); do
gtkpod-2.1.5/aclocal.m4:1333:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gtkpod-2.1.5/aclocal.m4-1334-    *[[\\\\\\\`\\"\\\$]]*)
gtkpod-2.1.5/aclocal.m4:1335:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gtkpod-2.1.5/aclocal.m4-1336-      ;;
##############################################
gtkpod-2.1.5/aclocal.m4-1345-]], lt_decl_dquote_varnames); do
gtkpod-2.1.5/aclocal.m4:1346:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gtkpod-2.1.5/aclocal.m4-1347-    *[[\\\\\\\`\\"\\\$]]*)
gtkpod-2.1.5/aclocal.m4:1348:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gtkpod-2.1.5/aclocal.m4-1349-      ;;
##############################################
gtkpod-2.1.5/aclocal.m4-1505-
gtkpod-2.1.5/aclocal.m4:1506:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gtkpod-2.1.5/aclocal.m4-1507-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gtkpod-2.1.5/aclocal.m4-1873-  if test "$lt_cv_ld_force_load" = "yes"; then
gtkpod-2.1.5/aclocal.m4:1874:    _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\"`'
gtkpod-2.1.5/aclocal.m4-1875-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gtkpod-2.1.5/aclocal.m4-1926-      }]'
gtkpod-2.1.5/aclocal.m4:1927:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/aclocal.m4-1928-  # Check for a 64-bit object if we didn't find anything.
gtkpod-2.1.5/aclocal.m4-1929-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gtkpod-2.1.5/aclocal.m4:1930:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/aclocal.m4-1931-  fi],[])
##############################################
gtkpod-2.1.5/aclocal.m4-1962-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gtkpod-2.1.5/aclocal.m4:1963:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gtkpod-2.1.5/aclocal.m4-1964-  ECHO='print -r --'
gtkpod-2.1.5/aclocal.m4:1965:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gtkpod-2.1.5/aclocal.m4-1966-  ECHO='printf %s\n'
##############################################
gtkpod-2.1.5/aclocal.m4-1997-    PATH=/empty FPATH=/empty; export PATH FPATH
gtkpod-2.1.5/aclocal.m4:1998:    test "X`printf %s $ECHO`" = "X$ECHO" \
gtkpod-2.1.5/aclocal.m4:1999:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gtkpod-2.1.5/aclocal.m4-2000-
##############################################
gtkpod-2.1.5/aclocal.m4-2020-   if test "$GCC" = yes; then
gtkpod-2.1.5/aclocal.m4:2021:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gtkpod-2.1.5/aclocal.m4-2022-   fi
##############################################
gtkpod-2.1.5/aclocal.m4-2024- /*)
gtkpod-2.1.5/aclocal.m4:2025:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gtkpod-2.1.5/aclocal.m4-2026-   ;; #(
##############################################
gtkpod-2.1.5/aclocal.m4-2053-  if AC_TRY_EVAL(ac_compile); then
gtkpod-2.1.5/aclocal.m4:2054:    case `/usr/bin/file conftest.$ac_objext` in
gtkpod-2.1.5/aclocal.m4-2055-      *ELF-32*)
##############################################
gtkpod-2.1.5/aclocal.m4-2069-    if test "$lt_cv_prog_gnu_ld" = yes; then
gtkpod-2.1.5/aclocal.m4:2070:      case `/usr/bin/file conftest.$ac_objext` in
gtkpod-2.1.5/aclocal.m4-2071-	*32-bit*)
##############################################
gtkpod-2.1.5/aclocal.m4-2081-    else
gtkpod-2.1.5/aclocal.m4:2082:      case `/usr/bin/file conftest.$ac_objext` in
gtkpod-2.1.5/aclocal.m4-2083-	*32-bit*)
##############################################
gtkpod-2.1.5/aclocal.m4-2439-    # And add a safety zone
gtkpod-2.1.5/aclocal.m4:2440:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gtkpod-2.1.5/aclocal.m4:2441:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gtkpod-2.1.5/aclocal.m4-2442-    ;;
##############################################
gtkpod-2.1.5/aclocal.m4-2472-    if test -n "$kargmax"; then
gtkpod-2.1.5/aclocal.m4:2473:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gtkpod-2.1.5/aclocal.m4-2474-    else
##############################################
gtkpod-2.1.5/aclocal.m4-2480-    if test -n "$lt_cv_sys_max_cmd_len"; then
gtkpod-2.1.5/aclocal.m4:2481:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gtkpod-2.1.5/aclocal.m4:2482:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gtkpod-2.1.5/aclocal.m4-2483-    else
##############################################
gtkpod-2.1.5/aclocal.m4-2492-      # we can't tell.
gtkpod-2.1.5/aclocal.m4:2493:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gtkpod-2.1.5/aclocal.m4-2494-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gtkpod-2.1.5/aclocal.m4-2496-      do
gtkpod-2.1.5/aclocal.m4:2497:        i=`expr $i + 1`
gtkpod-2.1.5/aclocal.m4-2498-        teststring=$teststring$teststring
##############################################
gtkpod-2.1.5/aclocal.m4-2500-      # Only check the string length outside the loop.
gtkpod-2.1.5/aclocal.m4:2501:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gtkpod-2.1.5/aclocal.m4-2502-      teststring=
##############################################
gtkpod-2.1.5/aclocal.m4-2505-      # linker.  It appears as though 1/2 is a usable value.
gtkpod-2.1.5/aclocal.m4:2506:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gtkpod-2.1.5/aclocal.m4-2507-    fi
##############################################
gtkpod-2.1.5/aclocal.m4-2830-  if test "$hard_links" = no; then
gtkpod-2.1.5/aclocal.m4:2831:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gtkpod-2.1.5/aclocal.m4-2832-    need_locks=warn
##############################################
gtkpod-2.1.5/aclocal.m4-2961-  esac
gtkpod-2.1.5/aclocal.m4:2962:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gtkpod-2.1.5/aclocal.m4-2963-  case $lt_search_path_spec in
##############################################
gtkpod-2.1.5/aclocal.m4-2968-    # okay in the real world where ";" in dirpaths is itself problematic.
gtkpod-2.1.5/aclocal.m4:2969:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gtkpod-2.1.5/aclocal.m4-2970-    ;;
gtkpod-2.1.5/aclocal.m4-2971-  *)
gtkpod-2.1.5/aclocal.m4:2972:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gtkpod-2.1.5/aclocal.m4-2973-    ;;
##############################################
gtkpod-2.1.5/aclocal.m4-2977-  lt_tmp_lt_search_path_spec=
gtkpod-2.1.5/aclocal.m4:2978:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gtkpod-2.1.5/aclocal.m4-2979-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gtkpod-2.1.5/aclocal.m4-3012-  esac
gtkpod-2.1.5/aclocal.m4:3013:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gtkpod-2.1.5/aclocal.m4-3014-else
##############################################
gtkpod-2.1.5/aclocal.m4-3100-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gtkpod-2.1.5/aclocal.m4:3101:    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'
gtkpod-2.1.5/aclocal.m4-3102-    ;;
##############################################
gtkpod-2.1.5/aclocal.m4-3136-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gtkpod-2.1.5/aclocal.m4:3137:    postinstall_cmds='base_file=`basename \${file}`~
gtkpod-2.1.5/aclocal.m4:3138:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gtkpod-2.1.5/aclocal.m4:3139:      dldir=$destdir/`dirname \$dlpath`~
gtkpod-2.1.5/aclocal.m4-3140-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gtkpod-2.1.5/aclocal.m4-3145-      fi'
gtkpod-2.1.5/aclocal.m4:3146:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gtkpod-2.1.5/aclocal.m4-3147-      dlpath=$dir/\$dldll~
##############################################
gtkpod-2.1.5/aclocal.m4-3153-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gtkpod-2.1.5/aclocal.m4:3154:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/aclocal.m4-3155-m4_if([$1], [],[
##############################################
gtkpod-2.1.5/aclocal.m4-3159-      # MinGW DLLs use traditional 'lib' prefix
gtkpod-2.1.5/aclocal.m4:3160:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/aclocal.m4-3161-      ;;
##############################################
gtkpod-2.1.5/aclocal.m4-3163-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gtkpod-2.1.5/aclocal.m4:3164:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/aclocal.m4-3165-      ;;
##############################################
gtkpod-2.1.5/aclocal.m4-3172-    libname_spec='$name'
gtkpod-2.1.5/aclocal.m4:3173:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/aclocal.m4-3174-    library_names_spec='${libname}.dll.lib'
##############################################
gtkpod-2.1.5/aclocal.m4-3184-        # Let DOS variable expansion print the short 8.3 style file name.
gtkpod-2.1.5/aclocal.m4:3185:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gtkpod-2.1.5/aclocal.m4-3186-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gtkpod-2.1.5/aclocal.m4-3189-      # Convert to MSYS style.
gtkpod-2.1.5/aclocal.m4:3190:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gtkpod-2.1.5/aclocal.m4-3191-      ;;
##############################################
gtkpod-2.1.5/aclocal.m4-3195-      # like /cygdrive/c/PROGRA~1:/cygdr...
gtkpod-2.1.5/aclocal.m4:3196:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gtkpod-2.1.5/aclocal.m4:3197:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gtkpod-2.1.5/aclocal.m4:3198:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gtkpod-2.1.5/aclocal.m4-3199-      ;;
##############################################
gtkpod-2.1.5/aclocal.m4-3203-        # It is most probably a Windows format PATH.
gtkpod-2.1.5/aclocal.m4:3204:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gtkpod-2.1.5/aclocal.m4-3205-      else
gtkpod-2.1.5/aclocal.m4:3206:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gtkpod-2.1.5/aclocal.m4-3207-      fi
##############################################
gtkpod-2.1.5/aclocal.m4-3213-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gtkpod-2.1.5/aclocal.m4:3214:    postinstall_cmds='base_file=`basename \${file}`~
gtkpod-2.1.5/aclocal.m4:3215:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gtkpod-2.1.5/aclocal.m4:3216:      dldir=$destdir/`dirname \$dlpath`~
gtkpod-2.1.5/aclocal.m4-3217-      test -d \$dldir || mkdir -p \$dldir~
gtkpod-2.1.5/aclocal.m4-3218-      $install_prog $dir/$dlname \$dldir/$dlname'
gtkpod-2.1.5/aclocal.m4:3219:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gtkpod-2.1.5/aclocal.m4-3220-      dlpath=$dir/\$dldll~
##############################################
gtkpod-2.1.5/aclocal.m4-3227-    # Assume MSVC wrapper
gtkpod-2.1.5/aclocal.m4:3228:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gtkpod-2.1.5/aclocal.m4-3229-    dynamic_linker='Win32 ld.exe'
##############################################
gtkpod-2.1.5/aclocal.m4-3244-  shlibpath_var=DYLD_LIBRARY_PATH
gtkpod-2.1.5/aclocal.m4:3245:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gtkpod-2.1.5/aclocal.m4-3246-m4_if([$1], [],[
##############################################
gtkpod-2.1.5/aclocal.m4-3465-  if test -f /etc/ld.so.conf; then
gtkpod-2.1.5/aclocal.m4:3466:    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' ' '`
gtkpod-2.1.5/aclocal.m4-3467-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
gtkpod-2.1.5/aclocal.m4-3528-  shlibpath_var=LD_LIBRARY_PATH
gtkpod-2.1.5/aclocal.m4:3529:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gtkpod-2.1.5/aclocal.m4-3530-    case $host_os in
##############################################
gtkpod-2.1.5/aclocal.m4-3745-	"file_magic "*)
gtkpod-2.1.5/aclocal.m4:3746:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gtkpod-2.1.5/aclocal.m4-3747-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gtkpod-2.1.5/aclocal.m4-3828-    # gcc leaves a trailing carriage return which upsets mingw
gtkpod-2.1.5/aclocal.m4:3829:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gtkpod-2.1.5/aclocal.m4-3830-  *)
gtkpod-2.1.5/aclocal.m4:3831:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gtkpod-2.1.5/aclocal.m4-3832-  esac
##############################################
gtkpod-2.1.5/aclocal.m4-3837-      # Canonicalize the pathname of ld
gtkpod-2.1.5/aclocal.m4:3838:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gtkpod-2.1.5/aclocal.m4-3839-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gtkpod-2.1.5/aclocal.m4:3840:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gtkpod-2.1.5/aclocal.m4-3841-      done
##############################################
gtkpod-2.1.5/aclocal.m4-3868-      # Break only if it was the GNU/non-GNU ld that we prefer.
gtkpod-2.1.5/aclocal.m4:3869:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gtkpod-2.1.5/aclocal.m4-3870-      *GNU* | *'with BFD'*)
##############################################
gtkpod-2.1.5/aclocal.m4-3908-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gtkpod-2.1.5/aclocal.m4:3909:case `$LD -v 2>&1 </dev/null` in
gtkpod-2.1.5/aclocal.m4-3910-*GNU* | *'with BFD'*)
##############################################
gtkpod-2.1.5/aclocal.m4-4103-openbsd*)
gtkpod-2.1.5/aclocal.m4:4104:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gtkpod-2.1.5/aclocal.m4-4105-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gtkpod-2.1.5/aclocal.m4-4167-    else
gtkpod-2.1.5/aclocal.m4:4168:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gtkpod-2.1.5/aclocal.m4-4169-    fi
##############################################
gtkpod-2.1.5/aclocal.m4-4213-	# Tru64's nm complains that /dev/null is an invalid object file
gtkpod-2.1.5/aclocal.m4:4214:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gtkpod-2.1.5/aclocal.m4-4215-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gtkpod-2.1.5/aclocal.m4-4219-	*)
gtkpod-2.1.5/aclocal.m4:4220:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gtkpod-2.1.5/aclocal.m4-4221-	  */dev/null*)
##############################################
gtkpod-2.1.5/aclocal.m4-4245-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gtkpod-2.1.5/aclocal.m4:4246:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gtkpod-2.1.5/aclocal.m4-4247-    *COFF*)
##############################################
gtkpod-2.1.5/aclocal.m4-4304-  # decide which to use based on capabilities of $DLLTOOL
gtkpod-2.1.5/aclocal.m4:4305:  case `$DLLTOOL --help 2>&1` in
gtkpod-2.1.5/aclocal.m4-4306-  *--identify-strict*)
##############################################
gtkpod-2.1.5/aclocal.m4-4463-# If we're using GNU nm, then use its standard symbol codes.
gtkpod-2.1.5/aclocal.m4:4464:case `$NM -V 2>&1` in
gtkpod-2.1.5/aclocal.m4-4465-*GNU* | *'with BFD'*)
##############################################
gtkpod-2.1.5/aclocal.m4-4481-mingw*)
gtkpod-2.1.5/aclocal.m4:4482:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gtkpod-2.1.5/aclocal.m4-4483-  ;;
##############################################
gtkpod-2.1.5/aclocal.m4-4534-    nlist=conftest.nm
gtkpod-2.1.5/aclocal.m4:4535:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gtkpod-2.1.5/aclocal.m4-4536-      # Try sorting and uniquifying the output.
##############################################
gtkpod-2.1.5/aclocal.m4-4872-	  *)
gtkpod-2.1.5/aclocal.m4:4873:	    case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/aclocal.m4-4874-	    *Sun\ C*)
##############################################
gtkpod-2.1.5/aclocal.m4-5177-      *)
gtkpod-2.1.5/aclocal.m4:5178:	case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/aclocal.m4-5179-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gtkpod-2.1.5/aclocal.m4-5449-	# shared libraries, regardless of the interface used.
gtkpod-2.1.5/aclocal.m4:5450:	case `$LD -v 2>&1` in
gtkpod-2.1.5/aclocal.m4-5451-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gtkpod-2.1.5/aclocal.m4-5481-    supports_anon_versioning=no
gtkpod-2.1.5/aclocal.m4:5482:    case `$LD -v 2>&1` in
gtkpod-2.1.5/aclocal.m4-5483-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gtkpod-2.1.5/aclocal.m4-5550-	# is EXPORTS), use it as is; otherwise, prepend...
gtkpod-2.1.5/aclocal.m4:5551:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gtkpod-2.1.5/aclocal.m4-5552-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gtkpod-2.1.5/aclocal.m4-5578-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gtkpod-2.1.5/aclocal.m4:5579:      _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'
gtkpod-2.1.5/aclocal.m4:5580:      _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'
gtkpod-2.1.5/aclocal.m4-5581-      ;;
##############################################
gtkpod-2.1.5/aclocal.m4-5596-        pgcc*)				# Portland Group C compiler
gtkpod-2.1.5/aclocal.m4:5597:	  _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'
gtkpod-2.1.5/aclocal.m4-5598-	  tmp_addflag=' $pic_flag'
##############################################
gtkpod-2.1.5/aclocal.m4-5601-					# Portland Group f77 and f90 compilers
gtkpod-2.1.5/aclocal.m4:5602:	  _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'
gtkpod-2.1.5/aclocal.m4-5603-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gtkpod-2.1.5/aclocal.m4-5616-	nvcc*)	# Cuda Compiler Driver 2.2
gtkpod-2.1.5/aclocal.m4:5617:	  _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'
gtkpod-2.1.5/aclocal.m4-5618-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gtkpod-2.1.5/aclocal.m4-5620-	esac
gtkpod-2.1.5/aclocal.m4:5621:	case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/aclocal.m4-5622-	*Sun\ C*)			# Sun C 5.9
gtkpod-2.1.5/aclocal.m4:5623:	  _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'
gtkpod-2.1.5/aclocal.m4-5624-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gtkpod-2.1.5/aclocal.m4-5688-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gtkpod-2.1.5/aclocal.m4:5689:      case `$LD -v 2>&1` in
gtkpod-2.1.5/aclocal.m4-5690-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gtkpod-2.1.5/aclocal.m4-5811-	# below for broken collect2 doesn't work under 4.3+
gtkpod-2.1.5/aclocal.m4:5812:	  collect2name=`${CC} -print-prog-name=collect2`
gtkpod-2.1.5/aclocal.m4-5813-	  if test -f "$collect2name" &&
##############################################
gtkpod-2.1.5/aclocal.m4-5860-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gtkpod-2.1.5/aclocal.m4:5861:        _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"
gtkpod-2.1.5/aclocal.m4-5862-      else
##############################################
gtkpod-2.1.5/aclocal.m4-5926-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gtkpod-2.1.5/aclocal.m4:5927:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gtkpod-2.1.5/aclocal.m4-5928-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gtkpod-2.1.5/aclocal.m4-5963-	# FIXME: Setting linknames here is a bad hack.
gtkpod-2.1.5/aclocal.m4:5964:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gtkpod-2.1.5/aclocal.m4-5965-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gtkpod-2.1.5/aclocal.m4-6101-      if test "$GCC" = yes; then
gtkpod-2.1.5/aclocal.m4:6102:	_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'
gtkpod-2.1.5/aclocal.m4-6103-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gtkpod-2.1.5/aclocal.m4-6124-	if test "$lt_cv_irix_exported_symbol" = yes; then
gtkpod-2.1.5/aclocal.m4:6125:          _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'
gtkpod-2.1.5/aclocal.m4-6126-	fi
gtkpod-2.1.5/aclocal.m4-6127-      else
gtkpod-2.1.5/aclocal.m4:6128:	_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'
gtkpod-2.1.5/aclocal.m4:6129:	_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'
gtkpod-2.1.5/aclocal.m4-6130-      fi
##############################################
gtkpod-2.1.5/aclocal.m4-6164-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gtkpod-2.1.5/aclocal.m4:6165:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gtkpod-2.1.5/aclocal.m4-6166-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gtkpod-2.1.5/aclocal.m4-6197-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gtkpod-2.1.5/aclocal.m4:6198:	_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'
gtkpod-2.1.5/aclocal.m4-6199-      else
gtkpod-2.1.5/aclocal.m4-6200-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gtkpod-2.1.5/aclocal.m4:6201:	_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'
gtkpod-2.1.5/aclocal.m4-6202-      fi
##############################################
gtkpod-2.1.5/aclocal.m4-6210-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gtkpod-2.1.5/aclocal.m4:6211:	_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'
gtkpod-2.1.5/aclocal.m4-6212-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gtkpod-2.1.5/aclocal.m4-6214-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gtkpod-2.1.5/aclocal.m4:6215:	_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'
gtkpod-2.1.5/aclocal.m4:6216:	_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~
gtkpod-2.1.5/aclocal.m4:6217:	$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'
gtkpod-2.1.5/aclocal.m4-6218-
##############################################
gtkpod-2.1.5/aclocal.m4-6233-      else
gtkpod-2.1.5/aclocal.m4:6234:	case `$CC -V 2>&1` in
gtkpod-2.1.5/aclocal.m4-6235-	*"Compilers 5.0"*)
##############################################
gtkpod-2.1.5/aclocal.m4-6426-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gtkpod-2.1.5/aclocal.m4:6427:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gtkpod-2.1.5/aclocal.m4-6428-	  then
##############################################
gtkpod-2.1.5/aclocal.m4-6722-        # ancient GNU ld didn't support --whole-archive et. al.
gtkpod-2.1.5/aclocal.m4:6723:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gtkpod-2.1.5/aclocal.m4-6724-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gtkpod-2.1.5/aclocal.m4-6805-          # below for broken collect2 doesn't work under 4.3+
gtkpod-2.1.5/aclocal.m4:6806:	  collect2name=`${CC} -print-prog-name=collect2`
gtkpod-2.1.5/aclocal.m4-6807-	  if test -f "$collect2name" &&
##############################################
gtkpod-2.1.5/aclocal.m4-6855-
gtkpod-2.1.5/aclocal.m4:6856:          _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"
gtkpod-2.1.5/aclocal.m4-6857-        else
##############################################
gtkpod-2.1.5/aclocal.m4-6921-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gtkpod-2.1.5/aclocal.m4:6922:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gtkpod-2.1.5/aclocal.m4-6923-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gtkpod-2.1.5/aclocal.m4-6962-	    # is EXPORTS), use it as is; otherwise, prepend...
gtkpod-2.1.5/aclocal.m4:6963:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gtkpod-2.1.5/aclocal.m4-6964-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gtkpod-2.1.5/aclocal.m4-7045-            # dependencies.
gtkpod-2.1.5/aclocal.m4:7046:            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"'
gtkpod-2.1.5/aclocal.m4-7047-            ;;
##############################################
gtkpod-2.1.5/aclocal.m4-7110-	    # dependencies.
gtkpod-2.1.5/aclocal.m4:7111:	    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"'
gtkpod-2.1.5/aclocal.m4-7112-	    ;;
##############################################
gtkpod-2.1.5/aclocal.m4-7146-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gtkpod-2.1.5/aclocal.m4:7147:	_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'
gtkpod-2.1.5/aclocal.m4:7148:	_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'
gtkpod-2.1.5/aclocal.m4-7149-	;;
##############################################
gtkpod-2.1.5/aclocal.m4-7153-	    # SGI C++
gtkpod-2.1.5/aclocal.m4:7154:	    _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'
gtkpod-2.1.5/aclocal.m4-7155-
##############################################
gtkpod-2.1.5/aclocal.m4-7164-	      if test "$with_gnu_ld" = no; then
gtkpod-2.1.5/aclocal.m4:7165:	        _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'
gtkpod-2.1.5/aclocal.m4-7166-	      else
gtkpod-2.1.5/aclocal.m4:7167:	        _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'
gtkpod-2.1.5/aclocal.m4-7168-	      fi
##############################################
gtkpod-2.1.5/aclocal.m4-7185-	    # to its proper name (with version) after linking.
gtkpod-2.1.5/aclocal.m4:7186:	    _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'
gtkpod-2.1.5/aclocal.m4:7187:	    _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'
gtkpod-2.1.5/aclocal.m4-7188-	    # Commands to make compiler produce verbose output that lists
##############################################
gtkpod-2.1.5/aclocal.m4-7195-	    # dependencies.
gtkpod-2.1.5/aclocal.m4:7196:	    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"'
gtkpod-2.1.5/aclocal.m4-7197-
##############################################
gtkpod-2.1.5/aclocal.m4-7210-	    # earlier do not add the objects themselves.
gtkpod-2.1.5/aclocal.m4:7211:	    case `$CC -V 2>&1` in
gtkpod-2.1.5/aclocal.m4-7212-	      *"Version 7."*)
##############################################
gtkpod-2.1.5/aclocal.m4-7231-            # Portland Group C++ compiler
gtkpod-2.1.5/aclocal.m4:7232:	    case `$CC -V` in
gtkpod-2.1.5/aclocal.m4-7233-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gtkpod-2.1.5/aclocal.m4-7236-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gtkpod-2.1.5/aclocal.m4:7237:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gtkpod-2.1.5/aclocal.m4-7238-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gtkpod-2.1.5/aclocal.m4-7240-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gtkpod-2.1.5/aclocal.m4:7241:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gtkpod-2.1.5/aclocal.m4-7242-		$RANLIB $oldlib'
##############################################
gtkpod-2.1.5/aclocal.m4-7245-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gtkpod-2.1.5/aclocal.m4:7246:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gtkpod-2.1.5/aclocal.m4-7247-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gtkpod-2.1.5/aclocal.m4-7249-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gtkpod-2.1.5/aclocal.m4:7250:		$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'
gtkpod-2.1.5/aclocal.m4-7251-	      ;;
##############################################
gtkpod-2.1.5/aclocal.m4-7259-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gtkpod-2.1.5/aclocal.m4:7260:	    _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'
gtkpod-2.1.5/aclocal.m4-7261-            ;;
##############################################
gtkpod-2.1.5/aclocal.m4-7278-	    # dependencies.
gtkpod-2.1.5/aclocal.m4:7279:	    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'
gtkpod-2.1.5/aclocal.m4-7280-	    ;;
##############################################
gtkpod-2.1.5/aclocal.m4-7293-	  *)
gtkpod-2.1.5/aclocal.m4:7294:	    case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/aclocal.m4-7295-	    *Sun\ C*)
##############################################
gtkpod-2.1.5/aclocal.m4-7300-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gtkpod-2.1.5/aclocal.m4:7301:	      _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'
gtkpod-2.1.5/aclocal.m4-7302-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gtkpod-2.1.5/aclocal.m4-7370-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gtkpod-2.1.5/aclocal.m4:7371:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gtkpod-2.1.5/aclocal.m4-7372-	    _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'
##############################################
gtkpod-2.1.5/aclocal.m4-7389-	    # to its proper name (with version) after linking.
gtkpod-2.1.5/aclocal.m4:7390:	    _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'
gtkpod-2.1.5/aclocal.m4-7391-
##############################################
gtkpod-2.1.5/aclocal.m4-7410-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gtkpod-2.1.5/aclocal.m4:7411:	        _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'
gtkpod-2.1.5/aclocal.m4-7412-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gtkpod-2.1.5/aclocal.m4-7415-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gtkpod-2.1.5/aclocal.m4:7416:	        _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'
gtkpod-2.1.5/aclocal.m4:7417:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gtkpod-2.1.5/aclocal.m4-7418-	          echo "-hidden">> $lib.exp~
gtkpod-2.1.5/aclocal.m4:7419:	          $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~
gtkpod-2.1.5/aclocal.m4-7420-	          $RM $lib.exp'
##############################################
gtkpod-2.1.5/aclocal.m4-7434-	    # dependencies.
gtkpod-2.1.5/aclocal.m4:7435:	    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"'
gtkpod-2.1.5/aclocal.m4-7436-	    ;;
##############################################
gtkpod-2.1.5/aclocal.m4-7441-	        osf3*)
gtkpod-2.1.5/aclocal.m4:7442:	          _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'
gtkpod-2.1.5/aclocal.m4-7443-		  ;;
gtkpod-2.1.5/aclocal.m4-7444-	        *)
gtkpod-2.1.5/aclocal.m4:7445:	          _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'
gtkpod-2.1.5/aclocal.m4-7446-		  ;;
##############################################
gtkpod-2.1.5/aclocal.m4-7694-  case ${2} in
gtkpod-2.1.5/aclocal.m4:7695:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gtkpod-2.1.5/aclocal.m4:7696:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gtkpod-2.1.5/aclocal.m4-7697-  esac
##############################################
gtkpod-2.1.5/aclocal.m4-7782-
gtkpod-2.1.5/aclocal.m4:7783:  for p in `eval "$output_verbose_link_cmd"`; do
gtkpod-2.1.5/aclocal.m4-7784-    case ${prev}${p} in
##############################################
gtkpod-2.1.5/aclocal.m4-7880-linux*)
gtkpod-2.1.5/aclocal.m4:7881:  case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/aclocal.m4-7882-  *Sun\ C*)
##############################################
gtkpod-2.1.5/aclocal.m4-7931-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gtkpod-2.1.5/aclocal.m4:7932: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gtkpod-2.1.5/aclocal.m4-7933-fi
##############################################
gtkpod-2.1.5/aclocal.m4-8533-    test $lt_ac_count -gt 10 && break
gtkpod-2.1.5/aclocal.m4:8534:    lt_ac_count=`expr $lt_ac_count + 1`
gtkpod-2.1.5/aclocal.m4-8535-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gtkpod-2.1.5/aclocal.m4-8604-# ------------------------------------------------------
gtkpod-2.1.5/aclocal.m4:8605:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gtkpod-2.1.5/aclocal.m4-8606-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gtkpod-2.1.5/aclocal.m4-9208-m4_define([lt_combine],
gtkpod-2.1.5/aclocal.m4:9209:[m4_if(m4_eval([$# > 3]), [1],
gtkpod-2.1.5/aclocal.m4-9210-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gtkpod-2.1.5/aclocal.m4-9496-    PKG_CHECK_EXISTS([$3],
gtkpod-2.1.5/aclocal.m4:9497:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gtkpod-2.1.5/aclocal.m4-9498-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gtkpod-2.1.5/aclocal.m4-9545-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/aclocal.m4:9546:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gtkpod-2.1.5/aclocal.m4-9547-        else 
gtkpod-2.1.5/aclocal.m4:9548:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gtkpod-2.1.5/aclocal.m4-9549-        fi
##############################################
gtkpod-2.1.5/aclocal.m4-9706-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gtkpod-2.1.5/aclocal.m4:9707:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gtkpod-2.1.5/aclocal.m4-9708-# and then we would define $MISSING as
##############################################
gtkpod-2.1.5/aclocal.m4-9722-# expand $ac_aux_dir to an absolute path
gtkpod-2.1.5/aclocal.m4:9723:am_aux_dir=`cd $ac_aux_dir && pwd`
gtkpod-2.1.5/aclocal.m4-9724-])
##############################################
gtkpod-2.1.5/aclocal.m4-9820-  if test "$am_compiler_list" = ""; then
gtkpod-2.1.5/aclocal.m4:9821:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gtkpod-2.1.5/aclocal.m4-9822-  fi
##############################################
gtkpod-2.1.5/aclocal.m4-9971-    # Strip MF so we end up with the name of the file.
gtkpod-2.1.5/aclocal.m4:9972:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gtkpod-2.1.5/aclocal.m4-9973-    # Check whether this is an Automake generated Makefile or not.
##############################################
gtkpod-2.1.5/aclocal.m4-9980-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gtkpod-2.1.5/aclocal.m4:9981:      dirpart=`AS_DIRNAME("$mf")`
gtkpod-2.1.5/aclocal.m4-9982-    else
##############################################
gtkpod-2.1.5/aclocal.m4-9986-    # from the Makefile without running 'make'.
gtkpod-2.1.5/aclocal.m4:9987:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gtkpod-2.1.5/aclocal.m4-9988-    test -z "$DEPDIR" && continue
gtkpod-2.1.5/aclocal.m4:9989:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gtkpod-2.1.5/aclocal.m4-9990-    test -z "$am__include" && continue
gtkpod-2.1.5/aclocal.m4:9991:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gtkpod-2.1.5/aclocal.m4-9992-    # Find all dependency output files, they are included files with
##############################################
gtkpod-2.1.5/aclocal.m4-10000-      test -f "$dirpart/$file" && continue
gtkpod-2.1.5/aclocal.m4:10001:      fdir=`AS_DIRNAME(["$file"])`
gtkpod-2.1.5/aclocal.m4-10002-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
gtkpod-2.1.5/aclocal.m4-10052-AC_REQUIRE([AC_PROG_INSTALL])dnl
gtkpod-2.1.5/aclocal.m4:10053:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gtkpod-2.1.5/aclocal.m4-10054-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gtkpod-2.1.5/aclocal.m4-10167-    * )
gtkpod-2.1.5/aclocal.m4:10168:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gtkpod-2.1.5/aclocal.m4-10169-  esac
gtkpod-2.1.5/aclocal.m4-10170-done
gtkpod-2.1.5/aclocal.m4:10171:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gtkpod-2.1.5/aclocal.m4-10172-
##############################################
gtkpod-2.1.5/aclocal.m4-10292-# Ignore all kinds of additional output from 'make'.
gtkpod-2.1.5/aclocal.m4:10293:case `$am_make -s -f confmf 2> /dev/null` in #(
gtkpod-2.1.5/aclocal.m4-10294-*the\ am__doit\ target*)
##############################################
gtkpod-2.1.5/aclocal.m4-10302-   echo '.include "confinc"' > confmf
gtkpod-2.1.5/aclocal.m4:10303:   case `$am_make -s -f confmf 2> /dev/null` in #(
gtkpod-2.1.5/aclocal.m4-10304-   *the\ am__doit\ target*)
##############################################
gtkpod-2.1.5/aclocal.m4-10466-     echo "timestamp, slept: $am_has_slept" > conftest.file
gtkpod-2.1.5/aclocal.m4:10467:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gtkpod-2.1.5/aclocal.m4-10468-     if test "$[*]" = "X"; then
gtkpod-2.1.5/aclocal.m4-10469-	# -L didn't work.
gtkpod-2.1.5/aclocal.m4:10470:	set X `ls -t "$srcdir/configure" conftest.file`
gtkpod-2.1.5/aclocal.m4-10471-     fi
##############################################
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-41-  { \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-43-  }; \
##############################################
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-94-CONFIG_CLEAN_VPATH_FILES =
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:95:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-96-am__vpath_adj = case $$p in \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:97:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-98-    *) f=$$p;; \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-99-  esac;
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:100:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-101-am__install_max = 40
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-102-am__nobase_strip_setup = \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:103:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-104-am__nobase_strip = \
##############################################
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-570-.cpp.obj:
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:571:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-572-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-574-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:575:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-576-
##############################################
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-607-	@list='$(libatomicparsleyinclude_HEADERS)'; test -n "$(libatomicparsleyincludedir)" || list=; \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:608:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-609-	dir='$(DESTDIR)$(libatomicparsleyincludedir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-640-GTAGS:
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:641:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-642-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-663-distdir: $(DISTFILES)
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:664:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:665:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-666-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-677-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in:678:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/libs/atomic-parsley/Makefile.in-679-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/libs/Makefile.in-39-  { \
gtkpod-2.1.5/libs/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/libs/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/libs/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/libs/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/libs/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/libs/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/libs/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/libs/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/libs/Makefile.in-159-      else \
gtkpod-2.1.5/libs/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/libs/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/libs/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/libs/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/libs/Makefile.in-168-    fi; \
gtkpod-2.1.5/libs/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/libs/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/libs/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/libs/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/libs/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/libs/Makefile.in-508-GTAGS:
gtkpod-2.1.5/libs/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/libs/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/libs/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/libs/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/libs/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/libs/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/libs/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/libs/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/libs/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/src/Makefile.in-40-  { \
gtkpod-2.1.5/src/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/src/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/src/Makefile.in-503-	test -n "$(EXEEXT)" || exit 0; \
gtkpod-2.1.5/src/Makefile.in:504:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gtkpod-2.1.5/src/Makefile.in-505-	echo " rm -f" $$list; \
##############################################
gtkpod-2.1.5/src/Makefile.in-531-.c.obj:
gtkpod-2.1.5/src/Makefile.in:532:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/src/Makefile.in-533-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gtkpod-2.1.5/src/Makefile.in-535-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gtkpod-2.1.5/src/Makefile.in:536:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
gtkpod-2.1.5/src/Makefile.in-537-
##############################################
gtkpod-2.1.5/src/Makefile.in-580-GTAGS:
gtkpod-2.1.5/src/Makefile.in:581:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/src/Makefile.in-582-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/src/Makefile.in-603-distdir: $(DISTFILES)
gtkpod-2.1.5/src/Makefile.in:604:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/src/Makefile.in:605:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/src/Makefile.in-606-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/src/Makefile.in-617-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/src/Makefile.in:618:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/src/Makefile.in-619-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/configure.ac-55-if test "x$GCC" = "xyes"; then
gtkpod-2.1.5/configure.ac:56:    if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then
gtkpod-2.1.5/configure.ac-57-        CFLAGS="$CFLAGS -Wall"
##############################################
gtkpod-2.1.5/configure.ac-375-		if $PKG_CONFIG --variable=domains iso-codes | grep 3166 >/dev/null ; then
gtkpod-2.1.5/configure.ac:376:			AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes`"],[ISO codes prefix])
gtkpod-2.1.5/configure.ac-377-		else
##############################################
gtkpod-2.1.5/configure.ac-418-
gtkpod-2.1.5/configure.ac:419:libgpod_version=`$PKG_CONFIG libgpod-1.0 --modversion`
gtkpod-2.1.5/configure.ac-420-AC_DEFINE_UNQUOTED(LIBGPOD_VERSION, "${libgpod_version}", [Set this to the libgpod version])
##############################################
gtkpod-2.1.5/configure.ac-670- Install path .........: $prefix
gtkpod-2.1.5/configure.ac:671: GTK3 version .........: `$PKG_CONFIG gtk+-3.0 --modversion`
gtkpod-2.1.5/configure.ac:672: GLib2/GThread version : `$PKG_CONFIG gthread-2.0 --modversion`
gtkpod-2.1.5/configure.ac-673- libgpod version ......: $libgpod_version
##############################################
gtkpod-2.1.5/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gtkpod-2.1.5/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gtkpod-2.1.5/configure-45-  as_echo='print -r --'
gtkpod-2.1.5/configure-46-  as_echo_n='print -rn --'
gtkpod-2.1.5/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gtkpod-2.1.5/configure-48-  as_echo='printf %s\n'
##############################################
gtkpod-2.1.5/configure-50-else
gtkpod-2.1.5/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gtkpod-2.1.5/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gtkpod-2.1.5/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gtkpod-2.1.5/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gtkpod-2.1.5/configure-62-      esac;
##############################################
gtkpod-2.1.5/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gtkpod-2.1.5/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gtkpod-2.1.5/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
gtkpod-2.1.5/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
gtkpod-2.1.5/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gtkpod-2.1.5/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
gtkpod-2.1.5/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gtkpod-2.1.5/configure-332-      case $as_dir in #(
gtkpod-2.1.5/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gtkpod-2.1.5/configure-334-      *) as_qdir=$as_dir;;
##############################################
gtkpod-2.1.5/configure-405-  {
gtkpod-2.1.5/configure:406:    as_val=`expr "$@" || test $? -eq 1`
gtkpod-2.1.5/configure-407-  }
##############################################
gtkpod-2.1.5/configure-412-# ----------------------------------------
gtkpod-2.1.5/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gtkpod-2.1.5/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gtkpod-2.1.5/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gtkpod-2.1.5/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gtkpod-2.1.5/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gtkpod-2.1.5/configure-1041-  case $ac_option in
gtkpod-2.1.5/configure:1042:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gtkpod-2.1.5/configure-1043-  *=)   ac_optarg= ;;
##############################################
gtkpod-2.1.5/configure-1085-  -disable-* | --disable-*)
gtkpod-2.1.5/configure:1086:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gtkpod-2.1.5/configure-1087-    # Reject names that are not valid shell variable names.
##############################################
gtkpod-2.1.5/configure-1090-    ac_useropt_orig=$ac_useropt
gtkpod-2.1.5/configure:1091:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gtkpod-2.1.5/configure-1092-    case $ac_user_opts in
##############################################
gtkpod-2.1.5/configure-1111-  -enable-* | --enable-*)
gtkpod-2.1.5/configure:1112:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gtkpod-2.1.5/configure-1113-    # Reject names that are not valid shell variable names.
##############################################
gtkpod-2.1.5/configure-1116-    ac_useropt_orig=$ac_useropt
gtkpod-2.1.5/configure:1117:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gtkpod-2.1.5/configure-1118-    case $ac_user_opts in
##############################################
gtkpod-2.1.5/configure-1315-  -with-* | --with-*)
gtkpod-2.1.5/configure:1316:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gtkpod-2.1.5/configure-1317-    # Reject names that are not valid shell variable names.
##############################################
gtkpod-2.1.5/configure-1320-    ac_useropt_orig=$ac_useropt
gtkpod-2.1.5/configure:1321:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gtkpod-2.1.5/configure-1322-    case $ac_user_opts in
##############################################
gtkpod-2.1.5/configure-1331-  -without-* | --without-*)
gtkpod-2.1.5/configure:1332:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gtkpod-2.1.5/configure-1333-    # Reject names that are not valid shell variable names.
##############################################
gtkpod-2.1.5/configure-1336-    ac_useropt_orig=$ac_useropt
gtkpod-2.1.5/configure:1337:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gtkpod-2.1.5/configure-1338-    case $ac_user_opts in
##############################################
gtkpod-2.1.5/configure-1369-  *=*)
gtkpod-2.1.5/configure:1370:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gtkpod-2.1.5/configure-1371-    # Reject names that are not valid shell variable names.
##############################################
gtkpod-2.1.5/configure-1390-if test -n "$ac_prev"; then
gtkpod-2.1.5/configure:1391:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gtkpod-2.1.5/configure-1392-  as_fn_error $? "missing argument to $ac_option"
##############################################
gtkpod-2.1.5/configure-1412-    */ )
gtkpod-2.1.5/configure:1413:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gtkpod-2.1.5/configure-1414-      eval $ac_var=\$ac_val;;
##############################################
gtkpod-2.1.5/configure-1447-ac_ls_di=`ls -di .` &&
gtkpod-2.1.5/configure:1448:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gtkpod-2.1.5/configure-1449-  as_fn_error $? "working directory cannot be determined"
##############################################
gtkpod-2.1.5/configure-1503-case $srcdir in
gtkpod-2.1.5/configure:1504:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gtkpod-2.1.5/configure-1505-esac
##############################################
gtkpod-2.1.5/configure-1546-By default, \`make install' will install all the files in
gtkpod-2.1.5/configure:1547:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gtkpod-2.1.5/configure:1548:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gtkpod-2.1.5/configure-1549-for instance \`--prefix=\$HOME'.
##############################################
gtkpod-2.1.5/configure-1744-*)
gtkpod-2.1.5/configure:1745:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gtkpod-2.1.5/configure-1746-  # A ".." for each directory in $ac_dir_suffix.
gtkpod-2.1.5/configure:1747:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gtkpod-2.1.5/configure-1748-  case $ac_top_builddir_sub in
##############################################
gtkpod-2.1.5/configure-2349-    *\'*)
gtkpod-2.1.5/configure:2350:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gtkpod-2.1.5/configure-2351-    esac
##############################################
gtkpod-2.1.5/configure-2432-      case $ac_val in
gtkpod-2.1.5/configure:2433:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gtkpod-2.1.5/configure-2434-      esac
##############################################
gtkpod-2.1.5/configure-2447-	case $ac_val in
gtkpod-2.1.5/configure:2448:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gtkpod-2.1.5/configure-2449-	esac
##############################################
gtkpod-2.1.5/configure-2567-    set,)
gtkpod-2.1.5/configure:2568:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gtkpod-2.1.5/configure:2569:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gtkpod-2.1.5/configure-2570-      ac_cache_corrupted=: ;;
##############################################
gtkpod-2.1.5/configure-2578-	# differences in whitespace do not lead to failure.
gtkpod-2.1.5/configure:2579:	ac_old_val_w=`echo x $ac_old_val`
gtkpod-2.1.5/configure:2580:	ac_new_val_w=`echo x $ac_new_val`
gtkpod-2.1.5/configure-2581-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gtkpod-2.1.5/configure-2598-    case $ac_new_val in
gtkpod-2.1.5/configure:2599:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gtkpod-2.1.5/configure-2600-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gtkpod-2.1.5/configure-2792-     echo "timestamp, slept: $am_has_slept" > conftest.file
gtkpod-2.1.5/configure:2793:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gtkpod-2.1.5/configure-2794-     if test "$*" = "X"; then
gtkpod-2.1.5/configure-2795-	# -L didn't work.
gtkpod-2.1.5/configure:2796:	set X `ls -t "$srcdir/configure" conftest.file`
gtkpod-2.1.5/configure-2797-     fi
##############################################
gtkpod-2.1.5/configure-2843-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gtkpod-2.1.5/configure:2844:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gtkpod-2.1.5/configure-2845-
gtkpod-2.1.5/configure-2846-# expand $ac_aux_dir to an absolute path
gtkpod-2.1.5/configure:2847:am_aux_dir=`cd $ac_aux_dir && pwd`
gtkpod-2.1.5/configure-2848-
##############################################
gtkpod-2.1.5/configure-2988-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gtkpod-2.1.5/configure:2989:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gtkpod-2.1.5/configure-2990-	     'mkdir (GNU coreutils) '* | \
##############################################
gtkpod-2.1.5/configure-3061-set x ${MAKE-make}
gtkpod-2.1.5/configure:3062:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gtkpod-2.1.5/configure-3063-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gtkpod-2.1.5/configure-3071-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gtkpod-2.1.5/configure:3072:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gtkpod-2.1.5/configure-3073-  *@@@%%%=?*=@@@%%%*)
##############################################
gtkpod-2.1.5/configure-3137-
gtkpod-2.1.5/configure:3138:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gtkpod-2.1.5/configure-3139-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gtkpod-2.1.5/configure-3697-$as_echo_n "checking whether the C compiler works... " >&6; }
gtkpod-2.1.5/configure:3698:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gtkpod-2.1.5/configure-3699-
##############################################
gtkpod-2.1.5/configure-3741-	then :; else
gtkpod-2.1.5/configure:3742:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gtkpod-2.1.5/configure-3743-	fi
##############################################
gtkpod-2.1.5/configure-3801-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gtkpod-2.1.5/configure:3802:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gtkpod-2.1.5/configure-3803-	  break;;
##############################################
gtkpod-2.1.5/configure-3910-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gtkpod-2.1.5/configure:3911:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gtkpod-2.1.5/configure-3912-       break;;
##############################################
gtkpod-2.1.5/configure-4159-# Ignore all kinds of additional output from 'make'.
gtkpod-2.1.5/configure:4160:case `$am_make -s -f confmf 2> /dev/null` in #(
gtkpod-2.1.5/configure-4161-*the\ am__doit\ target*)
##############################################
gtkpod-2.1.5/configure-4169-   echo '.include "confinc"' > confmf
gtkpod-2.1.5/configure:4170:   case `$am_make -s -f confmf 2> /dev/null` in #(
gtkpod-2.1.5/configure-4171-   *the\ am__doit\ target*)
##############################################
gtkpod-2.1.5/configure-4232-  if test "$am_compiler_list" = ""; then
gtkpod-2.1.5/configure:4233:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gtkpod-2.1.5/configure-4234-  fi
##############################################
gtkpod-2.1.5/configure-4617-  if test "$am_compiler_list" = ""; then
gtkpod-2.1.5/configure:4618:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gtkpod-2.1.5/configure-4619-  fi
##############################################
gtkpod-2.1.5/configure-4728-test "x$ac_build_alias" = x &&
gtkpod-2.1.5/configure:4729:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gtkpod-2.1.5/configure-4730-test "x$ac_build_alias" = x &&
gtkpod-2.1.5/configure-4731-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gtkpod-2.1.5/configure:4732:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gtkpod-2.1.5/configure-4733-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gtkpod-2.1.5/configure-4752-IFS=$ac_save_IFS
gtkpod-2.1.5/configure:4753:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gtkpod-2.1.5/configure-4754-
##############################################
gtkpod-2.1.5/configure-4763-else
gtkpod-2.1.5/configure:4764:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gtkpod-2.1.5/configure-4765-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gtkpod-2.1.5/configure-4785-IFS=$ac_save_IFS
gtkpod-2.1.5/configure:4786:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gtkpod-2.1.5/configure-4787-
##############################################
gtkpod-2.1.5/configure-4813-  # Check for GNU $ac_path_SED
gtkpod-2.1.5/configure:4814:case `"$ac_path_SED" --version 2>&1` in
gtkpod-2.1.5/configure-4815-*GNU*)
##############################################
gtkpod-2.1.5/configure-4889-  # Check for GNU $ac_path_GREP
gtkpod-2.1.5/configure:4890:case `"$ac_path_GREP" --version 2>&1` in
gtkpod-2.1.5/configure-4891-*GNU*)
##############################################
gtkpod-2.1.5/configure-4955-  # Check for GNU $ac_path_EGREP
gtkpod-2.1.5/configure:4956:case `"$ac_path_EGREP" --version 2>&1` in
gtkpod-2.1.5/configure-4957-*GNU*)
##############################################
gtkpod-2.1.5/configure-5022-  # Check for GNU $ac_path_FGREP
gtkpod-2.1.5/configure:5023:case `"$ac_path_FGREP" --version 2>&1` in
gtkpod-2.1.5/configure-5024-*GNU*)
##############################################
gtkpod-2.1.5/configure-5093-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gtkpod-2.1.5/configure:5094:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gtkpod-2.1.5/configure-5095-  ECHO='print -r --'
gtkpod-2.1.5/configure:5096:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gtkpod-2.1.5/configure-5097-  ECHO='printf %s\n'
##############################################
gtkpod-2.1.5/configure-5154-    # gcc leaves a trailing carriage return which upsets mingw
gtkpod-2.1.5/configure:5155:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gtkpod-2.1.5/configure-5156-  *)
gtkpod-2.1.5/configure:5157:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gtkpod-2.1.5/configure-5158-  esac
##############################################
gtkpod-2.1.5/configure-5163-      # Canonicalize the pathname of ld
gtkpod-2.1.5/configure:5164:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gtkpod-2.1.5/configure-5165-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gtkpod-2.1.5/configure:5166:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gtkpod-2.1.5/configure-5167-      done
##############################################
gtkpod-2.1.5/configure-5198-      # Break only if it was the GNU/non-GNU ld that we prefer.
gtkpod-2.1.5/configure:5199:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gtkpod-2.1.5/configure-5200-      *GNU* | *'with BFD'*)
##############################################
gtkpod-2.1.5/configure-5229-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gtkpod-2.1.5/configure:5230:case `$LD -v 2>&1 </dev/null` in
gtkpod-2.1.5/configure-5231-*GNU* | *'with BFD'*)
##############################################
gtkpod-2.1.5/configure-5568-	# Tru64's nm complains that /dev/null is an invalid object file
gtkpod-2.1.5/configure:5569:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gtkpod-2.1.5/configure-5570-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gtkpod-2.1.5/configure-5574-	*)
gtkpod-2.1.5/configure:5575:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gtkpod-2.1.5/configure-5576-	  */dev/null*)
##############################################
gtkpod-2.1.5/configure-5702-
gtkpod-2.1.5/configure:5703:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gtkpod-2.1.5/configure-5704-    *COFF*)
##############################################
gtkpod-2.1.5/configure-5814-    # And add a safety zone
gtkpod-2.1.5/configure:5815:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gtkpod-2.1.5/configure:5816:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gtkpod-2.1.5/configure-5817-    ;;
##############################################
gtkpod-2.1.5/configure-5847-    if test -n "$kargmax"; then
gtkpod-2.1.5/configure:5848:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gtkpod-2.1.5/configure-5849-    else
##############################################
gtkpod-2.1.5/configure-5855-    if test -n "$lt_cv_sys_max_cmd_len"; then
gtkpod-2.1.5/configure:5856:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gtkpod-2.1.5/configure:5857:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gtkpod-2.1.5/configure-5858-    else
##############################################
gtkpod-2.1.5/configure-5867-      # we can't tell.
gtkpod-2.1.5/configure:5868:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gtkpod-2.1.5/configure-5869-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gtkpod-2.1.5/configure-5871-      do
gtkpod-2.1.5/configure:5872:        i=`expr $i + 1`
gtkpod-2.1.5/configure-5873-        teststring=$teststring$teststring
##############################################
gtkpod-2.1.5/configure-5875-      # Only check the string length outside the loop.
gtkpod-2.1.5/configure:5876:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gtkpod-2.1.5/configure-5877-      teststring=
##############################################
gtkpod-2.1.5/configure-5880-      # linker.  It appears as though 1/2 is a usable value.
gtkpod-2.1.5/configure:5881:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gtkpod-2.1.5/configure-5882-    fi
##############################################
gtkpod-2.1.5/configure-6320-openbsd*)
gtkpod-2.1.5/configure:6321:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gtkpod-2.1.5/configure-6322-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gtkpod-2.1.5/configure-6387-    else
gtkpod-2.1.5/configure:6388:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gtkpod-2.1.5/configure-6389-    fi
##############################################
gtkpod-2.1.5/configure-6532-  # decide which to use based on capabilities of $DLLTOOL
gtkpod-2.1.5/configure:6533:  case `$DLLTOOL --help 2>&1` in
gtkpod-2.1.5/configure-6534-  *--identify-strict*)
##############################################
gtkpod-2.1.5/configure-7053-# If we're using GNU nm, then use its standard symbol codes.
gtkpod-2.1.5/configure:7054:case `$NM -V 2>&1` in
gtkpod-2.1.5/configure-7055-*GNU* | *'with BFD'*)
##############################################
gtkpod-2.1.5/configure-7071-mingw*)
gtkpod-2.1.5/configure:7072:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gtkpod-2.1.5/configure-7073-  ;;
##############################################
gtkpod-2.1.5/configure-7290-   if test "$GCC" = yes; then
gtkpod-2.1.5/configure:7291:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gtkpod-2.1.5/configure-7292-   fi
##############################################
gtkpod-2.1.5/configure-7294- /*)
gtkpod-2.1.5/configure:7295:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gtkpod-2.1.5/configure-7296-   ;; #(
##############################################
gtkpod-2.1.5/configure-7330-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:7331:    case `/usr/bin/file conftest.$ac_objext` in
gtkpod-2.1.5/configure-7332-      *ELF-32*)
##############################################
gtkpod-2.1.5/configure-7350-    if test "$lt_cv_prog_gnu_ld" = yes; then
gtkpod-2.1.5/configure:7351:      case `/usr/bin/file conftest.$ac_objext` in
gtkpod-2.1.5/configure-7352-	*32-bit*)
##############################################
gtkpod-2.1.5/configure-7362-    else
gtkpod-2.1.5/configure:7363:      case `/usr/bin/file conftest.$ac_objext` in
gtkpod-2.1.5/configure-7364-	*32-bit*)
##############################################
gtkpod-2.1.5/configure-8272-do :
gtkpod-2.1.5/configure:8273:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gtkpod-2.1.5/configure-8274-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gtkpod-2.1.5/configure-8277-  cat >>confdefs.h <<_ACEOF
gtkpod-2.1.5/configure:8278:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gtkpod-2.1.5/configure-8279-_ACEOF
##############################################
gtkpod-2.1.5/configure-8304-  case ${2} in
gtkpod-2.1.5/configure:8305:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gtkpod-2.1.5/configure:8306:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gtkpod-2.1.5/configure-8307-  esac
##############################################
gtkpod-2.1.5/configure-8574-done
gtkpod-2.1.5/configure:8575:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gtkpod-2.1.5/configure-8576-
##############################################
gtkpod-2.1.5/configure-8603-	"file_magic "*)
gtkpod-2.1.5/configure:8604:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gtkpod-2.1.5/configure-8605-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gtkpod-2.1.5/configure-8669-	"file_magic "*)
gtkpod-2.1.5/configure:8670:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gtkpod-2.1.5/configure-8671-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gtkpod-2.1.5/configure-9032-      *)
gtkpod-2.1.5/configure:9033:	case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/configure-9034-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gtkpod-2.1.5/configure-9392-  if test "$hard_links" = no; then
gtkpod-2.1.5/configure:9393:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gtkpod-2.1.5/configure:9394:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gtkpod-2.1.5/configure-9395-    need_locks=warn
##############################################
gtkpod-2.1.5/configure-9478-	# shared libraries, regardless of the interface used.
gtkpod-2.1.5/configure:9479:	case `$LD -v 2>&1` in
gtkpod-2.1.5/configure-9480-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gtkpod-2.1.5/configure-9510-    supports_anon_versioning=no
gtkpod-2.1.5/configure:9511:    case `$LD -v 2>&1` in
gtkpod-2.1.5/configure-9512-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gtkpod-2.1.5/configure-9579-	# is EXPORTS), use it as is; otherwise, prepend...
gtkpod-2.1.5/configure:9580:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gtkpod-2.1.5/configure-9581-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gtkpod-2.1.5/configure-9607-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gtkpod-2.1.5/configure:9608:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gtkpod-2.1.5/configure:9609:      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'
gtkpod-2.1.5/configure-9610-      ;;
##############################################
gtkpod-2.1.5/configure-9625-        pgcc*)				# Portland Group C compiler
gtkpod-2.1.5/configure:9626:	  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'
gtkpod-2.1.5/configure-9627-	  tmp_addflag=' $pic_flag'
##############################################
gtkpod-2.1.5/configure-9630-					# Portland Group f77 and f90 compilers
gtkpod-2.1.5/configure:9631:	  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'
gtkpod-2.1.5/configure-9632-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gtkpod-2.1.5/configure-9645-	nvcc*)	# Cuda Compiler Driver 2.2
gtkpod-2.1.5/configure:9646:	  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'
gtkpod-2.1.5/configure-9647-	  compiler_needs_object=yes
##############################################
gtkpod-2.1.5/configure-9649-	esac
gtkpod-2.1.5/configure:9650:	case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/configure-9651-	*Sun\ C*)			# Sun C 5.9
gtkpod-2.1.5/configure:9652:	  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'
gtkpod-2.1.5/configure-9653-	  compiler_needs_object=yes
##############################################
gtkpod-2.1.5/configure-9717-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gtkpod-2.1.5/configure:9718:      case `$LD -v 2>&1` in
gtkpod-2.1.5/configure-9719-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gtkpod-2.1.5/configure-9840-	# below for broken collect2 doesn't work under 4.3+
gtkpod-2.1.5/configure:9841:	  collect2name=`${CC} -print-prog-name=collect2`
gtkpod-2.1.5/configure-9842-	  if test -f "$collect2name" &&
##############################################
gtkpod-2.1.5/configure-9913-      }'
gtkpod-2.1.5/configure:9914:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/configure-9915-  # Check for a 64-bit object if we didn't find anything.
gtkpod-2.1.5/configure-9916-  if test -z "$lt_cv_aix_libpath_"; then
gtkpod-2.1.5/configure:9917:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/configure-9918-  fi
##############################################
gtkpod-2.1.5/configure-9931-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gtkpod-2.1.5/configure:9932:        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"
gtkpod-2.1.5/configure-9933-      else
##############################################
gtkpod-2.1.5/configure-9966-      }'
gtkpod-2.1.5/configure:9967:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/configure-9968-  # Check for a 64-bit object if we didn't find anything.
gtkpod-2.1.5/configure-9969-  if test -z "$lt_cv_aix_libpath_"; then
gtkpod-2.1.5/configure:9970:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/configure-9971-  fi
##############################################
gtkpod-2.1.5/configure-10039-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gtkpod-2.1.5/configure:10040:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gtkpod-2.1.5/configure-10041-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gtkpod-2.1.5/configure-10076-	# FIXME: Setting linknames here is a bad hack.
gtkpod-2.1.5/configure:10077:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gtkpod-2.1.5/configure-10078-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gtkpod-2.1.5/configure-10094-  if test "$lt_cv_ld_force_load" = "yes"; then
gtkpod-2.1.5/configure:10095:    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\"`'
gtkpod-2.1.5/configure-10096-
##############################################
gtkpod-2.1.5/configure-10274-      if test "$GCC" = yes; then
gtkpod-2.1.5/configure:10275:	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'
gtkpod-2.1.5/configure-10276-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gtkpod-2.1.5/configure-10302-	if test "$lt_cv_irix_exported_symbol" = yes; then
gtkpod-2.1.5/configure:10303:          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'
gtkpod-2.1.5/configure-10304-	fi
gtkpod-2.1.5/configure-10305-      else
gtkpod-2.1.5/configure:10306:	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'
gtkpod-2.1.5/configure:10307:	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'
gtkpod-2.1.5/configure-10308-      fi
##############################################
gtkpod-2.1.5/configure-10342-	hardcode_direct_absolute=yes
gtkpod-2.1.5/configure:10343:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gtkpod-2.1.5/configure-10344-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gtkpod-2.1.5/configure-10375-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gtkpod-2.1.5/configure:10376:	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'
gtkpod-2.1.5/configure-10377-      else
gtkpod-2.1.5/configure-10378-	allow_undefined_flag=' -expect_unresolved \*'
gtkpod-2.1.5/configure:10379:	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'
gtkpod-2.1.5/configure-10380-      fi
##############################################
gtkpod-2.1.5/configure-10388-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gtkpod-2.1.5/configure:10389:	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'
gtkpod-2.1.5/configure-10390-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gtkpod-2.1.5/configure-10392-	allow_undefined_flag=' -expect_unresolved \*'
gtkpod-2.1.5/configure:10393:	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'
gtkpod-2.1.5/configure:10394:	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~
gtkpod-2.1.5/configure:10395:	$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'
gtkpod-2.1.5/configure-10396-
##############################################
gtkpod-2.1.5/configure-10411-      else
gtkpod-2.1.5/configure:10412:	case `$CC -V 2>&1` in
gtkpod-2.1.5/configure-10413-	*"Compilers 5.0"*)
##############################################
gtkpod-2.1.5/configure-10810-  esac
gtkpod-2.1.5/configure:10811:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gtkpod-2.1.5/configure-10812-  case $lt_search_path_spec in
##############################################
gtkpod-2.1.5/configure-10817-    # okay in the real world where ";" in dirpaths is itself problematic.
gtkpod-2.1.5/configure:10818:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gtkpod-2.1.5/configure-10819-    ;;
gtkpod-2.1.5/configure-10820-  *)
gtkpod-2.1.5/configure:10821:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gtkpod-2.1.5/configure-10822-    ;;
##############################################
gtkpod-2.1.5/configure-10826-  lt_tmp_lt_search_path_spec=
gtkpod-2.1.5/configure:10827:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gtkpod-2.1.5/configure-10828-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gtkpod-2.1.5/configure-10861-  esac
gtkpod-2.1.5/configure:10862:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gtkpod-2.1.5/configure-10863-else
##############################################
gtkpod-2.1.5/configure-10949-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gtkpod-2.1.5/configure:10950:    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'
gtkpod-2.1.5/configure-10951-    ;;
##############################################
gtkpod-2.1.5/configure-10985-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gtkpod-2.1.5/configure:10986:    postinstall_cmds='base_file=`basename \${file}`~
gtkpod-2.1.5/configure:10987:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gtkpod-2.1.5/configure:10988:      dldir=$destdir/`dirname \$dlpath`~
gtkpod-2.1.5/configure-10989-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gtkpod-2.1.5/configure-10994-      fi'
gtkpod-2.1.5/configure:10995:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gtkpod-2.1.5/configure-10996-      dlpath=$dir/\$dldll~
##############################################
gtkpod-2.1.5/configure-11002-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gtkpod-2.1.5/configure:11003:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/configure-11004-
##############################################
gtkpod-2.1.5/configure-11008-      # MinGW DLLs use traditional 'lib' prefix
gtkpod-2.1.5/configure:11009:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/configure-11010-      ;;
##############################################
gtkpod-2.1.5/configure-11012-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gtkpod-2.1.5/configure:11013:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/configure-11014-      ;;
##############################################
gtkpod-2.1.5/configure-11021-    libname_spec='$name'
gtkpod-2.1.5/configure:11022:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/configure-11023-    library_names_spec='${libname}.dll.lib'
##############################################
gtkpod-2.1.5/configure-11033-        # Let DOS variable expansion print the short 8.3 style file name.
gtkpod-2.1.5/configure:11034:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gtkpod-2.1.5/configure-11035-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gtkpod-2.1.5/configure-11038-      # Convert to MSYS style.
gtkpod-2.1.5/configure:11039:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gtkpod-2.1.5/configure-11040-      ;;
##############################################
gtkpod-2.1.5/configure-11044-      # like /cygdrive/c/PROGRA~1:/cygdr...
gtkpod-2.1.5/configure:11045:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gtkpod-2.1.5/configure:11046:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gtkpod-2.1.5/configure:11047:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gtkpod-2.1.5/configure-11048-      ;;
##############################################
gtkpod-2.1.5/configure-11052-        # It is most probably a Windows format PATH.
gtkpod-2.1.5/configure:11053:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gtkpod-2.1.5/configure-11054-      else
gtkpod-2.1.5/configure:11055:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gtkpod-2.1.5/configure-11056-      fi
##############################################
gtkpod-2.1.5/configure-11062-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gtkpod-2.1.5/configure:11063:    postinstall_cmds='base_file=`basename \${file}`~
gtkpod-2.1.5/configure:11064:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gtkpod-2.1.5/configure:11065:      dldir=$destdir/`dirname \$dlpath`~
gtkpod-2.1.5/configure-11066-      test -d \$dldir || mkdir -p \$dldir~
gtkpod-2.1.5/configure-11067-      $install_prog $dir/$dlname \$dldir/$dlname'
gtkpod-2.1.5/configure:11068:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gtkpod-2.1.5/configure-11069-      dlpath=$dir/\$dldll~
##############################################
gtkpod-2.1.5/configure-11076-    # Assume MSVC wrapper
gtkpod-2.1.5/configure:11077:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gtkpod-2.1.5/configure-11078-    dynamic_linker='Win32 ld.exe'
##############################################
gtkpod-2.1.5/configure-11093-  shlibpath_var=DYLD_LIBRARY_PATH
gtkpod-2.1.5/configure:11094:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gtkpod-2.1.5/configure-11095-
##############################################
gtkpod-2.1.5/configure-11333-  if test -f /etc/ld.so.conf; then
gtkpod-2.1.5/configure:11334:    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' ' '`
gtkpod-2.1.5/configure-11335-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
gtkpod-2.1.5/configure-11396-  shlibpath_var=LD_LIBRARY_PATH
gtkpod-2.1.5/configure:11397:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gtkpod-2.1.5/configure-11398-    case $host_os in
##############################################
gtkpod-2.1.5/configure-12545-done
gtkpod-2.1.5/configure:12546:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gtkpod-2.1.5/configure-12547-
##############################################
gtkpod-2.1.5/configure-12577-    # gcc leaves a trailing carriage return which upsets mingw
gtkpod-2.1.5/configure:12578:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gtkpod-2.1.5/configure-12579-  *)
gtkpod-2.1.5/configure:12580:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gtkpod-2.1.5/configure-12581-  esac
##############################################
gtkpod-2.1.5/configure-12586-      # Canonicalize the pathname of ld
gtkpod-2.1.5/configure:12587:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gtkpod-2.1.5/configure-12588-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gtkpod-2.1.5/configure:12589:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gtkpod-2.1.5/configure-12590-      done
##############################################
gtkpod-2.1.5/configure-12621-      # Break only if it was the GNU/non-GNU ld that we prefer.
gtkpod-2.1.5/configure:12622:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gtkpod-2.1.5/configure-12623-      *GNU* | *'with BFD'*)
##############################################
gtkpod-2.1.5/configure-12652-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gtkpod-2.1.5/configure:12653:case `$LD -v 2>&1 </dev/null` in
gtkpod-2.1.5/configure-12654-*GNU* | *'with BFD'*)
##############################################
gtkpod-2.1.5/configure-12686-        # ancient GNU ld didn't support --whole-archive et. al.
gtkpod-2.1.5/configure:12687:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gtkpod-2.1.5/configure-12688-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gtkpod-2.1.5/configure-12770-          # below for broken collect2 doesn't work under 4.3+
gtkpod-2.1.5/configure:12771:	  collect2name=`${CC} -print-prog-name=collect2`
gtkpod-2.1.5/configure-12772-	  if test -f "$collect2name" &&
##############################################
gtkpod-2.1.5/configure-12843-      }'
gtkpod-2.1.5/configure:12844:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/configure-12845-  # Check for a 64-bit object if we didn't find anything.
gtkpod-2.1.5/configure-12846-  if test -z "$lt_cv_aix_libpath__CXX"; then
gtkpod-2.1.5/configure:12847:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/configure-12848-  fi
##############################################
gtkpod-2.1.5/configure-12862-
gtkpod-2.1.5/configure:12863:          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"
gtkpod-2.1.5/configure-12864-        else
##############################################
gtkpod-2.1.5/configure-12897-      }'
gtkpod-2.1.5/configure:12898:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/configure-12899-  # Check for a 64-bit object if we didn't find anything.
gtkpod-2.1.5/configure-12900-  if test -z "$lt_cv_aix_libpath__CXX"; then
gtkpod-2.1.5/configure:12901:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gtkpod-2.1.5/configure-12902-  fi
##############################################
gtkpod-2.1.5/configure-12970-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gtkpod-2.1.5/configure:12971:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gtkpod-2.1.5/configure-12972-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gtkpod-2.1.5/configure-13011-	    # is EXPORTS), use it as is; otherwise, prepend...
gtkpod-2.1.5/configure:13012:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gtkpod-2.1.5/configure-13013-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gtkpod-2.1.5/configure-13032-  if test "$lt_cv_ld_force_load" = "yes"; then
gtkpod-2.1.5/configure:13033:    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\"`'
gtkpod-2.1.5/configure-13034-
##############################################
gtkpod-2.1.5/configure-13126-            # dependencies.
gtkpod-2.1.5/configure:13127:            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"'
gtkpod-2.1.5/configure-13128-            ;;
##############################################
gtkpod-2.1.5/configure-13191-	    # dependencies.
gtkpod-2.1.5/configure:13192:	    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"'
gtkpod-2.1.5/configure-13193-	    ;;
##############################################
gtkpod-2.1.5/configure-13227-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gtkpod-2.1.5/configure:13228:	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'
gtkpod-2.1.5/configure:13229:	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'
gtkpod-2.1.5/configure-13230-	;;
##############################################
gtkpod-2.1.5/configure-13234-	    # SGI C++
gtkpod-2.1.5/configure:13235:	    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'
gtkpod-2.1.5/configure-13236-
##############################################
gtkpod-2.1.5/configure-13245-	      if test "$with_gnu_ld" = no; then
gtkpod-2.1.5/configure:13246:	        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'
gtkpod-2.1.5/configure-13247-	      else
gtkpod-2.1.5/configure:13248:	        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'
gtkpod-2.1.5/configure-13249-	      fi
##############################################
gtkpod-2.1.5/configure-13266-	    # to its proper name (with version) after linking.
gtkpod-2.1.5/configure:13267:	    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'
gtkpod-2.1.5/configure:13268:	    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'
gtkpod-2.1.5/configure-13269-	    # Commands to make compiler produce verbose output that lists
##############################################
gtkpod-2.1.5/configure-13276-	    # dependencies.
gtkpod-2.1.5/configure:13277:	    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"'
gtkpod-2.1.5/configure-13278-
##############################################
gtkpod-2.1.5/configure-13291-	    # earlier do not add the objects themselves.
gtkpod-2.1.5/configure:13292:	    case `$CC -V 2>&1` in
gtkpod-2.1.5/configure-13293-	      *"Version 7."*)
##############################################
gtkpod-2.1.5/configure-13312-            # Portland Group C++ compiler
gtkpod-2.1.5/configure:13313:	    case `$CC -V` in
gtkpod-2.1.5/configure-13314-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gtkpod-2.1.5/configure-13317-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gtkpod-2.1.5/configure:13318:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gtkpod-2.1.5/configure-13319-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gtkpod-2.1.5/configure-13321-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gtkpod-2.1.5/configure:13322:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gtkpod-2.1.5/configure-13323-		$RANLIB $oldlib'
##############################################
gtkpod-2.1.5/configure-13326-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gtkpod-2.1.5/configure:13327:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gtkpod-2.1.5/configure-13328-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gtkpod-2.1.5/configure-13330-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gtkpod-2.1.5/configure:13331:		$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'
gtkpod-2.1.5/configure-13332-	      ;;
##############################################
gtkpod-2.1.5/configure-13340-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
gtkpod-2.1.5/configure:13341:	    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'
gtkpod-2.1.5/configure-13342-            ;;
##############################################
gtkpod-2.1.5/configure-13359-	    # dependencies.
gtkpod-2.1.5/configure:13360:	    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'
gtkpod-2.1.5/configure-13361-	    ;;
##############################################
gtkpod-2.1.5/configure-13374-	  *)
gtkpod-2.1.5/configure:13375:	    case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/configure-13376-	    *Sun\ C*)
##############################################
gtkpod-2.1.5/configure-13381-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gtkpod-2.1.5/configure:13382:	      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'
gtkpod-2.1.5/configure-13383-	      compiler_needs_object_CXX=yes
##############################################
gtkpod-2.1.5/configure-13451-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
gtkpod-2.1.5/configure:13452:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gtkpod-2.1.5/configure-13453-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gtkpod-2.1.5/configure-13470-	    # to its proper name (with version) after linking.
gtkpod-2.1.5/configure:13471:	    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'
gtkpod-2.1.5/configure-13472-
##############################################
gtkpod-2.1.5/configure-13491-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gtkpod-2.1.5/configure:13492:	        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'
gtkpod-2.1.5/configure-13493-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
gtkpod-2.1.5/configure-13496-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gtkpod-2.1.5/configure:13497:	        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'
gtkpod-2.1.5/configure:13498:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gtkpod-2.1.5/configure-13499-	          echo "-hidden">> $lib.exp~
gtkpod-2.1.5/configure:13500:	          $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~
gtkpod-2.1.5/configure-13501-	          $RM $lib.exp'
##############################################
gtkpod-2.1.5/configure-13515-	    # dependencies.
gtkpod-2.1.5/configure:13516:	    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"'
gtkpod-2.1.5/configure-13517-	    ;;
##############################################
gtkpod-2.1.5/configure-13522-	        osf3*)
gtkpod-2.1.5/configure:13523:	          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'
gtkpod-2.1.5/configure-13524-		  ;;
gtkpod-2.1.5/configure-13525-	        *)
gtkpod-2.1.5/configure:13526:	          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'
gtkpod-2.1.5/configure-13527-		  ;;
##############################################
gtkpod-2.1.5/configure-13769-
gtkpod-2.1.5/configure:13770:  for p in `eval "$output_verbose_link_cmd"`; do
gtkpod-2.1.5/configure-13771-    case ${prev}${p} in
##############################################
gtkpod-2.1.5/configure-13866-linux*)
gtkpod-2.1.5/configure:13867:  case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/configure-13868-  *Sun\ C*)
##############################################
gtkpod-2.1.5/configure-13917-if test -n "${compiler_lib_search_path_CXX}"; then
gtkpod-2.1.5/configure:13918: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gtkpod-2.1.5/configure-13919-fi
##############################################
gtkpod-2.1.5/configure-14158-	  *)
gtkpod-2.1.5/configure:14159:	    case `$CC -V 2>&1 | sed 5q` in
gtkpod-2.1.5/configure-14160-	    *Sun\ C*)
##############################################
gtkpod-2.1.5/configure-14512-  if test "$hard_links" = no; then
gtkpod-2.1.5/configure:14513:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gtkpod-2.1.5/configure:14514:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gtkpod-2.1.5/configure-14515-    need_locks=warn
##############################################
gtkpod-2.1.5/configure-14786-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gtkpod-2.1.5/configure:14787:    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'
gtkpod-2.1.5/configure-14788-    ;;
##############################################
gtkpod-2.1.5/configure-14822-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gtkpod-2.1.5/configure:14823:    postinstall_cmds='base_file=`basename \${file}`~
gtkpod-2.1.5/configure:14824:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gtkpod-2.1.5/configure:14825:      dldir=$destdir/`dirname \$dlpath`~
gtkpod-2.1.5/configure-14826-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gtkpod-2.1.5/configure-14831-      fi'
gtkpod-2.1.5/configure:14832:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gtkpod-2.1.5/configure-14833-      dlpath=$dir/\$dldll~
##############################################
gtkpod-2.1.5/configure-14839-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gtkpod-2.1.5/configure:14840:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/configure-14841-
##############################################
gtkpod-2.1.5/configure-14844-      # MinGW DLLs use traditional 'lib' prefix
gtkpod-2.1.5/configure:14845:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/configure-14846-      ;;
##############################################
gtkpod-2.1.5/configure-14848-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gtkpod-2.1.5/configure:14849:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/configure-14850-      ;;
##############################################
gtkpod-2.1.5/configure-14857-    libname_spec='$name'
gtkpod-2.1.5/configure:14858:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gtkpod-2.1.5/configure-14859-    library_names_spec='${libname}.dll.lib'
##############################################
gtkpod-2.1.5/configure-14869-        # Let DOS variable expansion print the short 8.3 style file name.
gtkpod-2.1.5/configure:14870:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gtkpod-2.1.5/configure-14871-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gtkpod-2.1.5/configure-14874-      # Convert to MSYS style.
gtkpod-2.1.5/configure:14875:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gtkpod-2.1.5/configure-14876-      ;;
##############################################
gtkpod-2.1.5/configure-14880-      # like /cygdrive/c/PROGRA~1:/cygdr...
gtkpod-2.1.5/configure:14881:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gtkpod-2.1.5/configure:14882:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gtkpod-2.1.5/configure:14883:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gtkpod-2.1.5/configure-14884-      ;;
##############################################
gtkpod-2.1.5/configure-14888-        # It is most probably a Windows format PATH.
gtkpod-2.1.5/configure:14889:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gtkpod-2.1.5/configure-14890-      else
gtkpod-2.1.5/configure:14891:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gtkpod-2.1.5/configure-14892-      fi
##############################################
gtkpod-2.1.5/configure-14898-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gtkpod-2.1.5/configure:14899:    postinstall_cmds='base_file=`basename \${file}`~
gtkpod-2.1.5/configure:14900:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gtkpod-2.1.5/configure:14901:      dldir=$destdir/`dirname \$dlpath`~
gtkpod-2.1.5/configure-14902-      test -d \$dldir || mkdir -p \$dldir~
gtkpod-2.1.5/configure-14903-      $install_prog $dir/$dlname \$dldir/$dlname'
gtkpod-2.1.5/configure:14904:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gtkpod-2.1.5/configure-14905-      dlpath=$dir/\$dldll~
##############################################
gtkpod-2.1.5/configure-14912-    # Assume MSVC wrapper
gtkpod-2.1.5/configure:14913:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gtkpod-2.1.5/configure-14914-    dynamic_linker='Win32 ld.exe'
##############################################
gtkpod-2.1.5/configure-14929-  shlibpath_var=DYLD_LIBRARY_PATH
gtkpod-2.1.5/configure:14930:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gtkpod-2.1.5/configure-14931-
##############################################
gtkpod-2.1.5/configure-15168-  if test -f /etc/ld.so.conf; then
gtkpod-2.1.5/configure:15169:    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' ' '`
gtkpod-2.1.5/configure-15170-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
gtkpod-2.1.5/configure-15231-  shlibpath_var=LD_LIBRARY_PATH
gtkpod-2.1.5/configure:15232:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gtkpod-2.1.5/configure-15233-    case $host_os in
##############################################
gtkpod-2.1.5/configure-15595-
gtkpod-2.1.5/configure:15596:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.33 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gtkpod-2.1.5/configure-15597-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gtkpod-2.1.5/configure:15598:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gtkpod-2.1.5/configure-15599-if test -n "0.33"; then
##############################################
gtkpod-2.1.5/configure-16035-fi
gtkpod-2.1.5/configure:16036:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gtkpod-2.1.5/configure:16037:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gtkpod-2.1.5/configure:16038:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gtkpod-2.1.5/configure-16039-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gtkpod-2.1.5/configure-16091-else
gtkpod-2.1.5/configure:16092:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
gtkpod-2.1.5/configure-16093-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
gtkpod-2.1.5/configure-16098-$as_echo_n "checking for XML::Parser... " >&6; }
gtkpod-2.1.5/configure:16099:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gtkpod-2.1.5/configure-16100-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
gtkpod-2.1.5/configure-16165-if test "x$GCC" = "xyes"; then
gtkpod-2.1.5/configure:16166:    if test -z "`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`" ; then
gtkpod-2.1.5/configure-16167-        CFLAGS="$CFLAGS -Wall"
##############################################
gtkpod-2.1.5/configure-16334-  if test x$cross_compiling != xyes; then
gtkpod-2.1.5/configure:16335:    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
gtkpod-2.1.5/configure-16336-  else
##############################################
gtkpod-2.1.5/configure-16411-	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
gtkpod-2.1.5/configure:16412:	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
gtkpod-2.1.5/configure-16413-	test -n "$$files" || exit 0; \
##############################################
gtkpod-2.1.5/configure-16553-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16554:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.0.8" 2>/dev/null`
gtkpod-2.1.5/configure-16555-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16570-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16571:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.0.8" 2>/dev/null`
gtkpod-2.1.5/configure-16572-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16591-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:16592:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.0.8" 2>&1`
gtkpod-2.1.5/configure-16593-        else
gtkpod-2.1.5/configure:16594:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.0.8" 2>&1`
gtkpod-2.1.5/configure-16595-        fi
##############################################
gtkpod-2.1.5/configure-16630-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16631:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.31" 2>/dev/null`
gtkpod-2.1.5/configure-16632-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16647-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16648:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.31" 2>/dev/null`
gtkpod-2.1.5/configure-16649-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16668-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:16669:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.31" 2>&1`
gtkpod-2.1.5/configure-16670-        else
gtkpod-2.1.5/configure:16671:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.31" 2>&1`
gtkpod-2.1.5/configure-16672-        fi
##############################################
gtkpod-2.1.5/configure-16707-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16708:  pkg_cv_GDK_CFLAGS=`$PKG_CONFIG --cflags "gdk-3.0 >= 3.0.11" 2>/dev/null`
gtkpod-2.1.5/configure-16709-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16724-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16725:  pkg_cv_GDK_LIBS=`$PKG_CONFIG --libs "gdk-3.0 >= 3.0.11" 2>/dev/null`
gtkpod-2.1.5/configure-16726-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16745-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:16746:	        GDK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-3.0 >= 3.0.11" 2>&1`
gtkpod-2.1.5/configure-16747-        else
gtkpod-2.1.5/configure:16748:	        GDK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-3.0 >= 3.0.11" 2>&1`
gtkpod-2.1.5/configure-16749-        fi
##############################################
gtkpod-2.1.5/configure-16784-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16785:  pkg_cv_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "gmodule-2.0 >= 2.31" 2>/dev/null`
gtkpod-2.1.5/configure-16786-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16801-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16802:  pkg_cv_GMODULE_LIBS=`$PKG_CONFIG --libs "gmodule-2.0 >= 2.31" 2>/dev/null`
gtkpod-2.1.5/configure-16803-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16822-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:16823:	        GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gmodule-2.0 >= 2.31" 2>&1`
gtkpod-2.1.5/configure-16824-        else
gtkpod-2.1.5/configure:16825:	        GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gmodule-2.0 >= 2.31" 2>&1`
gtkpod-2.1.5/configure-16826-        fi
##############################################
gtkpod-2.1.5/configure-16861-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16862:  pkg_cv_GTHREAD_CFLAGS=`$PKG_CONFIG --cflags "gthread-2.0 >= 2.31" 2>/dev/null`
gtkpod-2.1.5/configure-16863-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16878-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16879:  pkg_cv_GTHREAD_LIBS=`$PKG_CONFIG --libs "gthread-2.0 >= 2.31" 2>/dev/null`
gtkpod-2.1.5/configure-16880-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16899-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:16900:	        GTHREAD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gthread-2.0 >= 2.31" 2>&1`
gtkpod-2.1.5/configure-16901-        else
gtkpod-2.1.5/configure:16902:	        GTHREAD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gthread-2.0 >= 2.31" 2>&1`
gtkpod-2.1.5/configure-16903-        fi
##############################################
gtkpod-2.1.5/configure-16938-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16939:  pkg_cv_LIBGPOD_CFLAGS=`$PKG_CONFIG --cflags "libgpod-1.0 >= 0.7.0" 2>/dev/null`
gtkpod-2.1.5/configure-16940-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16955-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:16956:  pkg_cv_LIBGPOD_LIBS=`$PKG_CONFIG --libs "libgpod-1.0 >= 0.7.0" 2>/dev/null`
gtkpod-2.1.5/configure-16957-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-16976-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:16977:	        LIBGPOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgpod-1.0 >= 0.7.0" 2>&1`
gtkpod-2.1.5/configure-16978-        else
gtkpod-2.1.5/configure:16979:	        LIBGPOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgpod-1.0 >= 0.7.0" 2>&1`
gtkpod-2.1.5/configure-16980-        fi
##############################################
gtkpod-2.1.5/configure-17015-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17016:  pkg_cv_LIBANJUTA_CFLAGS=`$PKG_CONFIG --cflags "libanjuta-3.0 >= 2.91" 2>/dev/null`
gtkpod-2.1.5/configure-17017-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17032-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17033:  pkg_cv_LIBANJUTA_LIBS=`$PKG_CONFIG --libs "libanjuta-3.0 >= 2.91" 2>/dev/null`
gtkpod-2.1.5/configure-17034-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17053-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17054:	        LIBANJUTA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libanjuta-3.0 >= 2.91" 2>&1`
gtkpod-2.1.5/configure-17055-        else
gtkpod-2.1.5/configure:17056:	        LIBANJUTA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libanjuta-3.0 >= 2.91" 2>&1`
gtkpod-2.1.5/configure-17057-        fi
##############################################
gtkpod-2.1.5/configure-17092-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17093:  pkg_cv_LIBGDL_CFLAGS=`$PKG_CONFIG --cflags "gdl-3.0 >= 3.0.0" 2>/dev/null`
gtkpod-2.1.5/configure-17094-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17109-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17110:  pkg_cv_LIBGDL_LIBS=`$PKG_CONFIG --libs "gdl-3.0 >= 3.0.0" 2>/dev/null`
gtkpod-2.1.5/configure-17111-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17130-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17131:	        LIBGDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdl-3.0 >= 3.0.0" 2>&1`
gtkpod-2.1.5/configure-17132-        else
gtkpod-2.1.5/configure:17133:	        LIBGDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdl-3.0 >= 3.0.0" 2>&1`
gtkpod-2.1.5/configure-17134-        fi
##############################################
gtkpod-2.1.5/configure-17169-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17170:  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.31" 2>/dev/null`
gtkpod-2.1.5/configure-17171-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17186-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17187:  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.31" 2>/dev/null`
gtkpod-2.1.5/configure-17188-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17207-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17208:	        GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.31" 2>&1`
gtkpod-2.1.5/configure-17209-        else
gtkpod-2.1.5/configure:17210:	        GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.31" 2>&1`
gtkpod-2.1.5/configure-17211-        fi
##############################################
gtkpod-2.1.5/configure-17246-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17247:  pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.7.7" 2>/dev/null`
gtkpod-2.1.5/configure-17248-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17263-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17264:  pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.7.7" 2>/dev/null`
gtkpod-2.1.5/configure-17265-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17284-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17285:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.7.7" 2>&1`
gtkpod-2.1.5/configure-17286-        else
gtkpod-2.1.5/configure:17287:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.7.7" 2>&1`
gtkpod-2.1.5/configure-17288-        fi
##############################################
gtkpod-2.1.5/configure-17323-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17324:  pkg_cv_ID3TAG_CFLAGS=`$PKG_CONFIG --cflags "id3tag >= 0.15" 2>/dev/null`
gtkpod-2.1.5/configure-17325-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17340-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17341:  pkg_cv_ID3TAG_LIBS=`$PKG_CONFIG --libs "id3tag >= 0.15" 2>/dev/null`
gtkpod-2.1.5/configure-17342-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17361-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17362:	        ID3TAG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "id3tag >= 0.15" 2>&1`
gtkpod-2.1.5/configure-17363-        else
gtkpod-2.1.5/configure:17364:	        ID3TAG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "id3tag >= 0.15" 2>&1`
gtkpod-2.1.5/configure-17365-        fi
##############################################
gtkpod-2.1.5/configure-17402-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17403:  pkg_cv_CLUTTER_GTK_CFLAGS=`$PKG_CONFIG --cflags "clutter-gtk-1.0 >= 1.2" 2>/dev/null`
gtkpod-2.1.5/configure-17404-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17419-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17420:  pkg_cv_CLUTTER_GTK_LIBS=`$PKG_CONFIG --libs "clutter-gtk-1.0 >= 1.2" 2>/dev/null`
gtkpod-2.1.5/configure-17421-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17440-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17441:	        CLUTTER_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "clutter-gtk-1.0 >= 1.2" 2>&1`
gtkpod-2.1.5/configure-17442-        else
gtkpod-2.1.5/configure:17443:	        CLUTTER_GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "clutter-gtk-1.0 >= 1.2" 2>&1`
gtkpod-2.1.5/configure-17444-        fi
##############################################
gtkpod-2.1.5/configure-17473-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17474:  pkg_cv_CURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl >= 7.10.0" 2>/dev/null`
gtkpod-2.1.5/configure-17475-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17490-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17491:  pkg_cv_CURL_LIBS=`$PKG_CONFIG --libs "libcurl >= 7.10.0" 2>/dev/null`
gtkpod-2.1.5/configure-17492-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17511-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17512:	        CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcurl >= 7.10.0" 2>&1`
gtkpod-2.1.5/configure-17513-        else
gtkpod-2.1.5/configure:17514:	        CURL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcurl >= 7.10.0" 2>&1`
gtkpod-2.1.5/configure-17515-        fi
##############################################
gtkpod-2.1.5/configure-17544-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17545:  pkg_cv_WEBKIT_CFLAGS=`$PKG_CONFIG --cflags "webkitgtk-3.0 >= 1.3" 2>/dev/null`
gtkpod-2.1.5/configure-17546-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17561-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17562:  pkg_cv_WEBKIT_LIBS=`$PKG_CONFIG --libs "webkitgtk-3.0 >= 1.3" 2>/dev/null`
gtkpod-2.1.5/configure-17563-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17582-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17583:	        WEBKIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "webkitgtk-3.0 >= 1.3" 2>&1`
gtkpod-2.1.5/configure-17584-        else
gtkpod-2.1.5/configure:17585:	        WEBKIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "webkitgtk-3.0 >= 1.3" 2>&1`
gtkpod-2.1.5/configure-17586-        fi
##############################################
gtkpod-2.1.5/configure-17615-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17616:  pkg_cv_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-1.0 >= 1.0 gstreamer-base-1.0 >= 1.0 gstreamer-plugins-base-1.0 >= 1.0 gstreamer-pbutils-1.0 >= 1.0" 2>/dev/null`
gtkpod-2.1.5/configure-17617-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17632-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17633:  pkg_cv_GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-1.0 >= 1.0 gstreamer-base-1.0 >= 1.0 gstreamer-plugins-base-1.0 >= 1.0 gstreamer-pbutils-1.0 >= 1.0" 2>/dev/null`
gtkpod-2.1.5/configure-17634-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17653-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17654:	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gstreamer-1.0 >= 1.0 gstreamer-base-1.0 >= 1.0 gstreamer-plugins-base-1.0 >= 1.0 gstreamer-pbutils-1.0 >= 1.0" 2>&1`
gtkpod-2.1.5/configure-17655-        else
gtkpod-2.1.5/configure:17656:	        GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gstreamer-1.0 >= 1.0 gstreamer-base-1.0 >= 1.0 gstreamer-plugins-base-1.0 >= 1.0 gstreamer-pbutils-1.0 >= 1.0" 2>&1`
gtkpod-2.1.5/configure-17657-        fi
##############################################
gtkpod-2.1.5/configure-17686-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17687:  pkg_cv_VORBISFILE_CFLAGS=`$PKG_CONFIG --cflags "vorbisfile >= 1.3.1" 2>/dev/null`
gtkpod-2.1.5/configure-17688-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17703-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17704:  pkg_cv_VORBISFILE_LIBS=`$PKG_CONFIG --libs "vorbisfile >= 1.3.1" 2>/dev/null`
gtkpod-2.1.5/configure-17705-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17724-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17725:	        VORBISFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vorbisfile >= 1.3.1" 2>&1`
gtkpod-2.1.5/configure-17726-        else
gtkpod-2.1.5/configure:17727:	        VORBISFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vorbisfile >= 1.3.1" 2>&1`
gtkpod-2.1.5/configure-17728-        fi
##############################################
gtkpod-2.1.5/configure-17757-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17758:  pkg_cv_FLAC_CFLAGS=`$PKG_CONFIG --cflags "flac >= 1.2.1" 2>/dev/null`
gtkpod-2.1.5/configure-17759-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17774-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17775:  pkg_cv_FLAC_LIBS=`$PKG_CONFIG --libs "flac >= 1.2.1" 2>/dev/null`
gtkpod-2.1.5/configure-17776-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17795-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17796:	        FLAC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "flac >= 1.2.1" 2>&1`
gtkpod-2.1.5/configure-17797-        else
gtkpod-2.1.5/configure:17798:	        FLAC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "flac >= 1.2.1" 2>&1`
gtkpod-2.1.5/configure-17799-        fi
##############################################
gtkpod-2.1.5/configure-17828-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17829:  pkg_cv_BRASERO_CFLAGS=`$PKG_CONFIG --cflags "libbrasero-media3 >= 3.0" 2>/dev/null`
gtkpod-2.1.5/configure-17830-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17845-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17846:  pkg_cv_BRASERO_LIBS=`$PKG_CONFIG --libs "libbrasero-media3 >= 3.0" 2>/dev/null`
gtkpod-2.1.5/configure-17847-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17866-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17867:	        BRASERO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libbrasero-media3 >= 3.0" 2>&1`
gtkpod-2.1.5/configure-17868-        else
gtkpod-2.1.5/configure:17869:	        BRASERO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libbrasero-media3 >= 3.0" 2>&1`
gtkpod-2.1.5/configure-17870-        fi
##############################################
gtkpod-2.1.5/configure-17899-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17900:  pkg_cv_MUSICBRAINZ5_CFLAGS=`$PKG_CONFIG --cflags "libmusicbrainz5 >= 5.0.1" 2>/dev/null`
gtkpod-2.1.5/configure-17901-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17916-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17917:  pkg_cv_MUSICBRAINZ5_LIBS=`$PKG_CONFIG --libs "libmusicbrainz5 >= 5.0.1" 2>/dev/null`
gtkpod-2.1.5/configure-17918-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17937-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:17938:	        MUSICBRAINZ5_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmusicbrainz5 >= 5.0.1" 2>&1`
gtkpod-2.1.5/configure-17939-        else
gtkpod-2.1.5/configure:17940:	        MUSICBRAINZ5_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmusicbrainz5 >= 5.0.1" 2>&1`
gtkpod-2.1.5/configure-17941-        fi
##############################################
gtkpod-2.1.5/configure-17970-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17971:  pkg_cv_DISCID_CFLAGS=`$PKG_CONFIG --cflags "libdiscid >= 0.2.2" 2>/dev/null`
gtkpod-2.1.5/configure-17972-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-17987-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:17988:  pkg_cv_DISCID_LIBS=`$PKG_CONFIG --libs "libdiscid >= 0.2.2" 2>/dev/null`
gtkpod-2.1.5/configure-17989-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-18008-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:18009:	        DISCID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdiscid >= 0.2.2" 2>&1`
gtkpod-2.1.5/configure-18010-        else
gtkpod-2.1.5/configure:18011:	        DISCID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdiscid >= 0.2.2" 2>&1`
gtkpod-2.1.5/configure-18012-        fi
##############################################
gtkpod-2.1.5/configure-18165-/* end confdefs.h.  */
gtkpod-2.1.5/configure:18166:`cat $LEX_OUTPUT_ROOT.c`
gtkpod-2.1.5/configure-18167-_ACEOF
##############################################
gtkpod-2.1.5/configure-18198-  #define YYTEXT_POINTER 1
gtkpod-2.1.5/configure:18199:`cat $LEX_OUTPUT_ROOT.c`
gtkpod-2.1.5/configure-18200-_ACEOF
##############################################
gtkpod-2.1.5/configure-18735-    if test -f $ac_dir/$ac_word; then
gtkpod-2.1.5/configure:18736:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
gtkpod-2.1.5/configure-18737-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
gtkpod-2.1.5/configure-18854-    if test -f $ac_dir/$ac_word; then
gtkpod-2.1.5/configure:18855:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
gtkpod-2.1.5/configure-18856-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
gtkpod-2.1.5/configure-19013-   if test "x$srcdir" != "x."; then
gtkpod-2.1.5/configure:19014:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gtkpod-2.1.5/configure-19015-       posrcprefix="$srcdir/"
##############################################
gtkpod-2.1.5/configure-19424-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:19425:  pkg_cv_ISO_CODES_CFLAGS=`$PKG_CONFIG --cflags "iso-codes" 2>/dev/null`
gtkpod-2.1.5/configure-19426-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-19441-  test $ac_status = 0; }; then
gtkpod-2.1.5/configure:19442:  pkg_cv_ISO_CODES_LIBS=`$PKG_CONFIG --libs "iso-codes" 2>/dev/null`
gtkpod-2.1.5/configure-19443-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gtkpod-2.1.5/configure-19462-        if test $_pkg_short_errors_supported = yes; then
gtkpod-2.1.5/configure:19463:	        ISO_CODES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "iso-codes" 2>&1`
gtkpod-2.1.5/configure-19464-        else
gtkpod-2.1.5/configure:19465:	        ISO_CODES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "iso-codes" 2>&1`
gtkpod-2.1.5/configure-19466-        fi
##############################################
gtkpod-2.1.5/configure-19504-cat >>confdefs.h <<_ACEOF
gtkpod-2.1.5/configure:19505:#define ISO_CODES_PREFIX "`$PKG_CONFIG --variable=prefix iso-codes`"
gtkpod-2.1.5/configure-19506-_ACEOF
##############################################
gtkpod-2.1.5/configure-19518-
gtkpod-2.1.5/configure:19519:  gstapiversion=`echo "1.0" | while IFS=. read a b; do echo "$a.0"; done`
gtkpod-2.1.5/configure:19520:  gsttoolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-$gstapiversion`
gtkpod-2.1.5/configure-19521-  if test "x$gsttoolsdir" != "x"; then
##############################################
gtkpod-2.1.5/configure-19544-
gtkpod-2.1.5/configure:19545:  gstapiversion=`echo "1.0" | while IFS=. read a b; do echo "$a.0"; done`
gtkpod-2.1.5/configure:19546:  gsttoolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-$gstapiversion`
gtkpod-2.1.5/configure-19547-  if test "x$gsttoolsdir" != "x"; then
##############################################
gtkpod-2.1.5/configure-19570-
gtkpod-2.1.5/configure:19571:  gstapiversion=`echo "1.0" | while IFS=. read a b; do echo "$a.0"; done`
gtkpod-2.1.5/configure:19572:  gsttoolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-$gstapiversion`
gtkpod-2.1.5/configure-19573-  if test "x$gsttoolsdir" != "x"; then
##############################################
gtkpod-2.1.5/configure-19596-
gtkpod-2.1.5/configure:19597:  gstapiversion=`echo "1.0" | while IFS=. read a b; do echo "$a.0"; done`
gtkpod-2.1.5/configure:19598:  gsttoolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-$gstapiversion`
gtkpod-2.1.5/configure-19599-  if test "x$gsttoolsdir" != "x"; then
##############################################
gtkpod-2.1.5/configure-19738-do :
gtkpod-2.1.5/configure:19739:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gtkpod-2.1.5/configure-19740-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gtkpod-2.1.5/configure-19742-  cat >>confdefs.h <<_ACEOF
gtkpod-2.1.5/configure:19743:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gtkpod-2.1.5/configure-19744-_ACEOF
##############################################
gtkpod-2.1.5/configure-19751-
gtkpod-2.1.5/configure:19752:libgpod_version=`$PKG_CONFIG libgpod-1.0 --modversion`
gtkpod-2.1.5/configure-19753-
##############################################
gtkpod-2.1.5/configure-19933-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gtkpod-2.1.5/configure:19934:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gtkpod-2.1.5/configure-19935-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gtkpod-2.1.5/configure-20076-if test -z "$BASH_VERSION$ZSH_VERSION" \
gtkpod-2.1.5/configure:20077:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gtkpod-2.1.5/configure-20078-  as_echo='print -r --'
gtkpod-2.1.5/configure-20079-  as_echo_n='print -rn --'
gtkpod-2.1.5/configure:20080:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gtkpod-2.1.5/configure-20081-  as_echo='printf %s\n'
##############################################
gtkpod-2.1.5/configure-20083-else
gtkpod-2.1.5/configure:20084:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gtkpod-2.1.5/configure-20085-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gtkpod-2.1.5/configure-20093-	expr "X$arg" : "X\\(.*\\)$as_nl";
gtkpod-2.1.5/configure:20094:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gtkpod-2.1.5/configure-20095-      esac;
##############################################
gtkpod-2.1.5/configure-20170-# ----------------------------------------
gtkpod-2.1.5/configure:20171:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gtkpod-2.1.5/configure-20172-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gtkpod-2.1.5/configure-20242-  {
gtkpod-2.1.5/configure:20243:    as_val=`expr "$@" || test $? -eq 1`
gtkpod-2.1.5/configure-20244-  }
##############################################
gtkpod-2.1.5/configure-20346-      case $as_dir in #(
gtkpod-2.1.5/configure:20347:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gtkpod-2.1.5/configure-20348-      *) as_qdir=$as_dir;;
##############################################
gtkpod-2.1.5/configure-20481-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gtkpod-2.1.5/configure:20482:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gtkpod-2.1.5/configure-20483-ac_cs_version="\\
##############################################
gtkpod-2.1.5/configure-20506-  --*=?*)
gtkpod-2.1.5/configure:20507:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gtkpod-2.1.5/configure:20508:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gtkpod-2.1.5/configure-20509-    ac_shift=:
##############################################
gtkpod-2.1.5/configure-20511-  --*=)
gtkpod-2.1.5/configure:20512:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gtkpod-2.1.5/configure-20513-    ac_optarg=
##############################################
gtkpod-2.1.5/configure-20535-    case $ac_optarg in
gtkpod-2.1.5/configure:20536:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gtkpod-2.1.5/configure-20537-    '') as_fn_error $? "missing file argument" ;;
##############################################
gtkpod-2.1.5/configure-20543-    case $ac_optarg in
gtkpod-2.1.5/configure:20544:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gtkpod-2.1.5/configure-20545-    esac
##############################################
gtkpod-2.1.5/configure-20612-delay_variable_subst='$delay_variable_subst'
gtkpod-2.1.5/configure:20613:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20614:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20615:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20616:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20617:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20618:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20619:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20620:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20621:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20622:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20623:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20624:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20625:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20626:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20627:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20628:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20629:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20630:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20631:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20632:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20633:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20634:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20635:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20636:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20637:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20638:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20639:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20640:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20641:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20642:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20643:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20644:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20645:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20646:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20647:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20648:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20649:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20650:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20651:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20652:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20653:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20654:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20655:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20656:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20657:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20658:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20659:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20660:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20661:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20662:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20663:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20664:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20665:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20666:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20667:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20668:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20669: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"`'
gtkpod-2.1.5/configure:20670:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20671:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20672:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20673:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20674:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20675:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20676:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20677:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20678:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20679:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20680:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20681:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20682:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20683:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20684:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20685:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20686:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20687:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20688:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20689:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20690:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20691:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20692:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20693:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20694:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20695:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20696:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20697:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20698:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20699:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20700:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20701:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20702:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20703:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20704:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20705:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20706:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20707:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20708:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20709:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20710:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20711:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20712:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20713:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20714:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20715:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20716:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20717:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20718:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20719:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20720:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20721:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20722:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20723:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20724:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20725:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20726:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20727:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20728:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20729:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20730:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20731:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20732:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20733:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20734:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20735:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20736:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20737:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20738:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20739:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20740:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20741:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20742:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20743:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20744:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20745:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20746:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20747:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20748:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20749:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20750:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20751:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20752:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20753:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20754:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20755:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20756:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20757:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20758:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20759:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20760:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20761:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20762:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20763:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20764:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20765:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20766:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20767:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20768:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20769:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20770:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20771:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20772:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20773:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20774:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20775:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20776:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20777:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20778:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20779:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20780:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20781:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20782:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20783:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20784:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20785:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20786:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20787:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20788:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20789:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20790:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20791:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20792:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20793:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20794:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20795:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure:20796:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gtkpod-2.1.5/configure-20797-
##############################################
gtkpod-2.1.5/configure-20906-compiler_lib_search_path_CXX; do
gtkpod-2.1.5/configure:20907:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gtkpod-2.1.5/configure-20908-    *[\\\\\\\`\\"\\\$]*)
gtkpod-2.1.5/configure:20909:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gtkpod-2.1.5/configure-20910-      ;;
##############################################
gtkpod-2.1.5/configure-20947-postlink_cmds_CXX; do
gtkpod-2.1.5/configure:20948:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gtkpod-2.1.5/configure-20949-    *[\\\\\\\`\\"\\\$]*)
gtkpod-2.1.5/configure:20950:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gtkpod-2.1.5/configure-20951-      ;;
##############################################
gtkpod-2.1.5/configure-21242-fi
gtkpod-2.1.5/configure:21243:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gtkpod-2.1.5/configure-21244-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gtkpod-2.1.5/configure-21259-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gtkpod-2.1.5/configure:21260:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gtkpod-2.1.5/configure-21261-ac_delim='%!_!# '
##############################################
gtkpod-2.1.5/configure-21265-
gtkpod-2.1.5/configure:21266:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gtkpod-2.1.5/configure-21267-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gtkpod-2.1.5/configure-21403-for ac_last_try in false false :; do
gtkpod-2.1.5/configure:21404:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gtkpod-2.1.5/configure-21405-  if test -z "$ac_tt"; then
##############################################
gtkpod-2.1.5/configure-21535-      esac
gtkpod-2.1.5/configure:21536:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gtkpod-2.1.5/configure-21537-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gtkpod-2.1.5/configure-21594-*)
gtkpod-2.1.5/configure:21595:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gtkpod-2.1.5/configure-21596-  # A ".." for each directory in $ac_dir_suffix.
gtkpod-2.1.5/configure:21597:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gtkpod-2.1.5/configure-21598-  case $ac_top_builddir_sub in
##############################################
gtkpod-2.1.5/configure-21655-/@mandir@/p'
gtkpod-2.1.5/configure:21656:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gtkpod-2.1.5/configure-21657-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gtkpod-2.1.5/configure-21672-
gtkpod-2.1.5/configure:21673:# Neutralize VPATH when `$srcdir' = `.'.
gtkpod-2.1.5/configure-21674-# Shell code in configure.ac might set extrasub.
##############################################
gtkpod-2.1.5/configure-21700-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gtkpod-2.1.5/configure:21701:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gtkpod-2.1.5/configure-21702-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gtkpod-2.1.5/configure-21746-    * )
gtkpod-2.1.5/configure:21747:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gtkpod-2.1.5/configure-21748-  esac
##############################################
gtkpod-2.1.5/configure-21793-    # Strip MF so we end up with the name of the file.
gtkpod-2.1.5/configure:21794:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gtkpod-2.1.5/configure-21795-    # Check whether this is an Automake generated Makefile or not.
##############################################
gtkpod-2.1.5/configure-21830-    # from the Makefile without running 'make'.
gtkpod-2.1.5/configure:21831:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gtkpod-2.1.5/configure-21832-    test -z "$DEPDIR" && continue
gtkpod-2.1.5/configure:21833:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gtkpod-2.1.5/configure-21834-    test -z "$am__include" && continue
gtkpod-2.1.5/configure:21835:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gtkpod-2.1.5/configure-21836-    # Find all dependency output files, they are included files with
##############################################
gtkpod-2.1.5/configure-21889-
gtkpod-2.1.5/configure:21890:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gtkpod-2.1.5/configure-21891-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gtkpod-2.1.5/configure-22739- Install path .........: $prefix
gtkpod-2.1.5/configure:22740: GTK3 version .........: `$PKG_CONFIG gtk+-3.0 --modversion`
gtkpod-2.1.5/configure:22741: GLib2/GThread version : `$PKG_CONFIG gthread-2.0 --modversion`
gtkpod-2.1.5/configure-22742- libgpod version ......: $libgpod_version
##############################################
gtkpod-2.1.5/depcomp-64-  case $1 in
gtkpod-2.1.5/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
gtkpod-2.1.5/depcomp-66-      *) dir=;;
##############################################
gtkpod-2.1.5/depcomp-73-{
gtkpod-2.1.5/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
gtkpod-2.1.5/depcomp-75-}
##############################################
gtkpod-2.1.5/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gtkpod-2.1.5/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gtkpod-2.1.5/depcomp-128-
##############################################
gtkpod-2.1.5/depcomp-405-        sleep 1
gtkpod-2.1.5/depcomp:406:        i=`expr $i - 1`
gtkpod-2.1.5/depcomp-407-      done
gtkpod-2.1.5/depcomp-408-    fi
gtkpod-2.1.5/depcomp:409:    i=`expr $i - 1`
gtkpod-2.1.5/depcomp-410-  done
##############################################
gtkpod-2.1.5/depcomp-425-  # Do two passes, one to just change these to
gtkpod-2.1.5/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
gtkpod-2.1.5/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gtkpod-2.1.5/depcomp-659-  done
gtkpod-2.1.5/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gtkpod-2.1.5/depcomp-661-  touch "$tmpdepfile"
##############################################
gtkpod-2.1.5/ltmain.sh-167-{
gtkpod-2.1.5/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
gtkpod-2.1.5/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gtkpod-2.1.5/ltmain.sh-179-{
gtkpod-2.1.5/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
gtkpod-2.1.5/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
gtkpod-2.1.5/ltmain.sh-198-    # Extract subdirectory from the argument.
gtkpod-2.1.5/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
gtkpod-2.1.5/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gtkpod-2.1.5/ltmain.sh-204-    fi
gtkpod-2.1.5/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
gtkpod-2.1.5/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
gtkpod-2.1.5/ltmain.sh-217-    case ${2} in
gtkpod-2.1.5/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gtkpod-2.1.5/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gtkpod-2.1.5/ltmain.sh-220-    esac
##############################################
gtkpod-2.1.5/ltmain.sh-380-     progdir=$func_dirname_result
gtkpod-2.1.5/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
gtkpod-2.1.5/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
gtkpod-2.1.5/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
gtkpod-2.1.5/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gtkpod-2.1.5/ltmain.sh-419-bs='\\'
##############################################
gtkpod-2.1.5/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
gtkpod-2.1.5/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
gtkpod-2.1.5/ltmain.sh-533-      done
gtkpod-2.1.5/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
gtkpod-2.1.5/ltmain.sh-535-
##############################################
gtkpod-2.1.5/ltmain.sh-566-      # If mktemp works, use that first and foremost
gtkpod-2.1.5/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-568-
##############################################
gtkpod-2.1.5/ltmain.sh-597-      *[\\\`\"\$]*)
gtkpod-2.1.5/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
gtkpod-2.1.5/ltmain.sh-599-      *)
##############################################
gtkpod-2.1.5/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
gtkpod-2.1.5/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
gtkpod-2.1.5/ltmain.sh-704-    ;;
##############################################
gtkpod-2.1.5/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gtkpod-2.1.5/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
gtkpod-2.1.5/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
gtkpod-2.1.5/ltmain.sh-772-	p
##############################################
gtkpod-2.1.5/ltmain.sh-803-
gtkpod-2.1.5/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
gtkpod-2.1.5/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
gtkpod-2.1.5/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
gtkpod-2.1.5/ltmain.sh-816-
gtkpod-2.1.5/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
gtkpod-2.1.5/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
gtkpod-2.1.5/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
gtkpod-2.1.5/ltmain.sh-862-{
gtkpod-2.1.5/ltmain.sh:863:    func_arith_result=`expr "${@}"`
gtkpod-2.1.5/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
gtkpod-2.1.5/ltmain.sh-870-{
gtkpod-2.1.5/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
gtkpod-2.1.5/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
gtkpod-2.1.5/ltmain.sh-877-{
gtkpod-2.1.5/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
gtkpod-2.1.5/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
gtkpod-2.1.5/ltmain.sh-884-{
gtkpod-2.1.5/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
gtkpod-2.1.5/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
gtkpod-2.1.5/ltmain.sh-968-	# quotes we have to do it in 2 steps:
gtkpod-2.1.5/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gtkpod-2.1.5/ltmain.sh-970-	eval "$extractedcf"
##############################################
gtkpod-2.1.5/ltmain.sh-1382-      done
gtkpod-2.1.5/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
gtkpod-2.1.5/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gtkpod-2.1.5/ltmain.sh-1385-      case $@ in
##############################################
gtkpod-2.1.5/ltmain.sh-1395-	    # Evaluate the configuration.
gtkpod-2.1.5/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gtkpod-2.1.5/ltmain.sh-1397-	    CC_quoted=
##############################################
gtkpod-2.1.5/ltmain.sh-1401-	    done
gtkpod-2.1.5/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
gtkpod-2.1.5/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gtkpod-2.1.5/ltmain.sh-1404-	    case "$@ " in
##############################################
gtkpod-2.1.5/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
gtkpod-2.1.5/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
gtkpod-2.1.5/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gtkpod-2.1.5/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
gtkpod-2.1.5/ltmain.sh-1721-    # LT_CYGPATH in this case.
gtkpod-2.1.5/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
gtkpod-2.1.5/ltmain.sh-1723-  fi
##############################################
gtkpod-2.1.5/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
gtkpod-2.1.5/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gtkpod-2.1.5/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
gtkpod-2.1.5/ltmain.sh-2060-    *.[cCFSifmso] | \
gtkpod-2.1.5/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
gtkpod-2.1.5/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gtkpod-2.1.5/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
gtkpod-2.1.5/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
gtkpod-2.1.5/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
gtkpod-2.1.5/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
gtkpod-2.1.5/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-2158-
##############################################
gtkpod-2.1.5/ltmain.sh-2204-      if test "$need_locks" = warn &&
gtkpod-2.1.5/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gtkpod-2.1.5/ltmain.sh-2206-	$ECHO "\
gtkpod-2.1.5/ltmain.sh-2207-*** ERROR, $lockfile contains:
gtkpod-2.1.5/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-2209-
##############################################
gtkpod-2.1.5/ltmain.sh-2253-      if test "$need_locks" = warn &&
gtkpod-2.1.5/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gtkpod-2.1.5/ltmain.sh-2255-	$ECHO "\
gtkpod-2.1.5/ltmain.sh-2256-*** ERROR, $lockfile contains:
gtkpod-2.1.5/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-2258-
##############################################
gtkpod-2.1.5/ltmain.sh-2548-	  test -n "$library_names" && \
gtkpod-2.1.5/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gtkpod-2.1.5/ltmain.sh-2550-	  continue
##############################################
gtkpod-2.1.5/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
gtkpod-2.1.5/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gtkpod-2.1.5/ltmain.sh-2561-	  fi
##############################################
gtkpod-2.1.5/ltmain.sh-2577-      # Get the absolute pathname.
gtkpod-2.1.5/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
gtkpod-2.1.5/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
gtkpod-2.1.5/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
gtkpod-2.1.5/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gtkpod-2.1.5/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gtkpod-2.1.5/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
gtkpod-2.1.5/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gtkpod-2.1.5/ltmain.sh-2959-
##############################################
gtkpod-2.1.5/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
gtkpod-2.1.5/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gtkpod-2.1.5/ltmain.sh-2972-	  else
gtkpod-2.1.5/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gtkpod-2.1.5/ltmain.sh-2974-	  fi
##############################################
gtkpod-2.1.5/ltmain.sh-3130-	    fi
gtkpod-2.1.5/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
gtkpod-2.1.5/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
gtkpod-2.1.5/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gtkpod-2.1.5/ltmain.sh-3134-	      finalize=no
##############################################
gtkpod-2.1.5/ltmain.sh-3149-	        # Replace the output file specification.
gtkpod-2.1.5/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gtkpod-2.1.5/ltmain.sh-3151-
##############################################
gtkpod-2.1.5/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
gtkpod-2.1.5/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gtkpod-2.1.5/ltmain.sh-3170-	  fi
##############################################
gtkpod-2.1.5/ltmain.sh-3241-    my_pic_p="${3-no}"
gtkpod-2.1.5/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gtkpod-2.1.5/ltmain.sh-3243-    my_dlsyms=
##############################################
gtkpod-2.1.5/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
gtkpod-2.1.5/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gtkpod-2.1.5/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
gtkpod-2.1.5/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
gtkpod-2.1.5/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gtkpod-2.1.5/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
gtkpod-2.1.5/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
gtkpod-2.1.5/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gtkpod-2.1.5/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gtkpod-2.1.5/ltmain.sh-3509-	  else
gtkpod-2.1.5/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gtkpod-2.1.5/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gtkpod-2.1.5/ltmain.sh-3512-	  fi
##############################################
gtkpod-2.1.5/ltmain.sh-3514-	*)
gtkpod-2.1.5/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gtkpod-2.1.5/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gtkpod-2.1.5/ltmain.sh-3517-	  ;;
##############################################
gtkpod-2.1.5/ltmain.sh-3529-      # Nullify the symbol file.
gtkpod-2.1.5/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gtkpod-2.1.5/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gtkpod-2.1.5/ltmain.sh-3532-    fi
##############################################
gtkpod-2.1.5/ltmain.sh-3545-  win32_libid_type="unknown"
gtkpod-2.1.5/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-3547-  case $win32_fileres in
##############################################
gtkpod-2.1.5/ltmain.sh-3596-  $opt_debug
gtkpod-2.1.5/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gtkpod-2.1.5/ltmain.sh-3598-}
##############################################
gtkpod-2.1.5/ltmain.sh-3613-  $opt_debug
gtkpod-2.1.5/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gtkpod-2.1.5/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gtkpod-2.1.5/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gtkpod-2.1.5/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)$'`
gtkpod-2.1.5/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gtkpod-2.1.5/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gtkpod-2.1.5/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gtkpod-2.1.5/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gtkpod-2.1.5/ltmain.sh-3700-    # binutils import library
gtkpod-2.1.5/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gtkpod-2.1.5/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
gtkpod-2.1.5/ltmain.sh-3703-    # ms-generated import library
gtkpod-2.1.5/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gtkpod-2.1.5/ltmain.sh-3705-  else
##############################################
gtkpod-2.1.5/ltmain.sh-3780-	  darwin_curdir=`pwd`
gtkpod-2.1.5/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
gtkpod-2.1.5/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gtkpod-2.1.5/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
gtkpod-2.1.5/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gtkpod-2.1.5/ltmain.sh-3785-	    darwin_arch=
##############################################
gtkpod-2.1.5/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gtkpod-2.1.5/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gtkpod-2.1.5/ltmain.sh-3797-	    darwin_file=
##############################################
gtkpod-2.1.5/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
gtkpod-2.1.5/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gtkpod-2.1.5/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gtkpod-2.1.5/ltmain.sh-3814-      esac
gtkpod-2.1.5/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gtkpod-2.1.5/ltmain.sh-3816-    done
##############################################
gtkpod-2.1.5/ltmain.sh-3885-
gtkpod-2.1.5/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gtkpod-2.1.5/ltmain.sh-3887-    $ECHO "\
##############################################
gtkpod-2.1.5/ltmain.sh-3920-    --lt-dump-script)
gtkpod-2.1.5/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gtkpod-2.1.5/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gtkpod-2.1.5/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gtkpod-2.1.5/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gtkpod-2.1.5/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
gtkpod-2.1.5/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gtkpod-2.1.5/ltmain.sh-3949-  done
##############################################
gtkpod-2.1.5/ltmain.sh-4005-  # Find the directory that this script lives in.
gtkpod-2.1.5/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gtkpod-2.1.5/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gtkpod-2.1.5/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
gtkpod-2.1.5/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gtkpod-2.1.5/ltmain.sh-4011-  while test -n \"\$file\"; do
gtkpod-2.1.5/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gtkpod-2.1.5/ltmain.sh-4013-
##############################################
gtkpod-2.1.5/ltmain.sh-4021-
gtkpod-2.1.5/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gtkpod-2.1.5/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gtkpod-2.1.5/ltmain.sh-4024-  done
##############################################
gtkpod-2.1.5/ltmain.sh-4035-    case \"\$thisdir\" in
gtkpod-2.1.5/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gtkpod-2.1.5/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
gtkpod-2.1.5/ltmain.sh-4041-  # Try to get the absolute directory name.
gtkpod-2.1.5/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
gtkpod-2.1.5/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gtkpod-2.1.5/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
gtkpod-2.1.5/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gtkpod-2.1.5/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gtkpod-2.1.5/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
gtkpod-2.1.5/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gtkpod-2.1.5/ltmain.sh-4068-      else
##############################################
gtkpod-2.1.5/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
gtkpod-2.1.5/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gtkpod-2.1.5/ltmain.sh-4112-
##############################################
gtkpod-2.1.5/ltmain.sh-5085-    $opt_debug
gtkpod-2.1.5/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gtkpod-2.1.5/ltmain.sh-5087-    *import*) : ;;
##############################################
gtkpod-2.1.5/ltmain.sh-5307-	    moreargs=
gtkpod-2.1.5/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
gtkpod-2.1.5/ltmain.sh-5309-	    do
##############################################
gtkpod-2.1.5/ltmain.sh-5563-	*)
gtkpod-2.1.5/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
gtkpod-2.1.5/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
gtkpod-2.1.5/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gtkpod-2.1.5/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gtkpod-2.1.5/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
gtkpod-2.1.5/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
gtkpod-2.1.5/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
gtkpod-2.1.5/ltmain.sh-6018-    else
##############################################
gtkpod-2.1.5/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
gtkpod-2.1.5/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gtkpod-2.1.5/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gtkpod-2.1.5/ltmain.sh-6391-	else
gtkpod-2.1.5/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gtkpod-2.1.5/ltmain.sh-6393-	fi
##############################################
gtkpod-2.1.5/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
gtkpod-2.1.5/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gtkpod-2.1.5/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gtkpod-2.1.5/ltmain.sh-6428-	fi
gtkpod-2.1.5/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gtkpod-2.1.5/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gtkpod-2.1.5/ltmain.sh-6501-	*)
gtkpod-2.1.5/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
gtkpod-2.1.5/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
gtkpod-2.1.5/ltmain.sh-6754-	    shift
gtkpod-2.1.5/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gtkpod-2.1.5/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gtkpod-2.1.5/ltmain.sh-7046-		*)
gtkpod-2.1.5/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
gtkpod-2.1.5/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
gtkpod-2.1.5/ltmain.sh-7057-		  depdepl=
gtkpod-2.1.5/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gtkpod-2.1.5/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
gtkpod-2.1.5/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
gtkpod-2.1.5/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gtkpod-2.1.5/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
gtkpod-2.1.5/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gtkpod-2.1.5/ltmain.sh-7068-                      fi
##############################################
gtkpod-2.1.5/ltmain.sh-7079-		else
gtkpod-2.1.5/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gtkpod-2.1.5/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
gtkpod-2.1.5/ltmain.sh-7102-	else
gtkpod-2.1.5/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gtkpod-2.1.5/ltmain.sh-7104-	fi
##############################################
gtkpod-2.1.5/ltmain.sh-7251-	test "$module" = no && \
gtkpod-2.1.5/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gtkpod-2.1.5/ltmain.sh-7253-
##############################################
gtkpod-2.1.5/ltmain.sh-7386-	if test "$age" -gt "$current"; then
gtkpod-2.1.5/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gtkpod-2.1.5/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gtkpod-2.1.5/ltmain.sh-7547-	removelist=
gtkpod-2.1.5/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
gtkpod-2.1.5/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
gtkpod-2.1.5/ltmain.sh-7573-	# Transform .lo files to .o files.
gtkpod-2.1.5/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
gtkpod-2.1.5/ltmain.sh-7575-      fi
##############################################
gtkpod-2.1.5/ltmain.sh-7578-      #for path in $notinst_path; do
gtkpod-2.1.5/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gtkpod-2.1.5/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gtkpod-2.1.5/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gtkpod-2.1.5/ltmain.sh-7582-      #done
##############################################
gtkpod-2.1.5/ltmain.sh-7699-		if test -n "$i" ; then
gtkpod-2.1.5/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gtkpod-2.1.5/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gtkpod-2.1.5/ltmain.sh-7702-		  set dummy $deplib_matches; shift
gtkpod-2.1.5/ltmain.sh-7703-		  deplib_match=$1
gtkpod-2.1.5/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gtkpod-2.1.5/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
gtkpod-2.1.5/ltmain.sh-7742-		  if test -n "$i" ; then
gtkpod-2.1.5/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gtkpod-2.1.5/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gtkpod-2.1.5/ltmain.sh-7745-		    set dummy $deplib_matches; shift
gtkpod-2.1.5/ltmain.sh-7746-		    deplib_match=$1
gtkpod-2.1.5/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gtkpod-2.1.5/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
gtkpod-2.1.5/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
gtkpod-2.1.5/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gtkpod-2.1.5/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
gtkpod-2.1.5/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
gtkpod-2.1.5/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
gtkpod-2.1.5/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
gtkpod-2.1.5/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gtkpod-2.1.5/ltmain.sh-7796-		else
##############################################
gtkpod-2.1.5/ltmain.sh-7802-		    shopt -s nocaseglob
gtkpod-2.1.5/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-7804-		    $nocaseglob
gtkpod-2.1.5/ltmain.sh-7805-		  else
gtkpod-2.1.5/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-7807-		  fi
##############################################
gtkpod-2.1.5/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
gtkpod-2.1.5/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gtkpod-2.1.5/ltmain.sh-7822-			case $potliblink in
gtkpod-2.1.5/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gtkpod-2.1.5/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
gtkpod-2.1.5/ltmain.sh-7825-			esac
##############################################
gtkpod-2.1.5/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
gtkpod-2.1.5/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gtkpod-2.1.5/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
gtkpod-2.1.5/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
gtkpod-2.1.5/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
gtkpod-2.1.5/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gtkpod-2.1.5/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gtkpod-2.1.5/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
gtkpod-2.1.5/ltmain.sh-7915-	  newdeplibs=""
gtkpod-2.1.5/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gtkpod-2.1.5/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
gtkpod-2.1.5/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
gtkpod-2.1.5/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
gtkpod-2.1.5/ltmain.sh-7921-	    done
##############################################
gtkpod-2.1.5/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
gtkpod-2.1.5/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gtkpod-2.1.5/ltmain.sh-7947-	  ;;
##############################################
gtkpod-2.1.5/ltmain.sh-7997-	*-*-darwin*)
gtkpod-2.1.5/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gtkpod-2.1.5/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gtkpod-2.1.5/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gtkpod-2.1.5/ltmain.sh-8001-	  ;;
##############################################
gtkpod-2.1.5/ltmain.sh-8124-	# Use standard objects if they are pic
gtkpod-2.1.5/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gtkpod-2.1.5/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
gtkpod-2.1.5/ltmain.sh-8139-	    # exporting using user supplied symfile
gtkpod-2.1.5/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gtkpod-2.1.5/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
gtkpod-2.1.5/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gtkpod-2.1.5/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gtkpod-2.1.5/ltmain.sh-8638-	else
##############################################
gtkpod-2.1.5/ltmain.sh-8650-      # Create the old-style object.
gtkpod-2.1.5/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
gtkpod-2.1.5/ltmain.sh-8652-
##############################################
gtkpod-2.1.5/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
gtkpod-2.1.5/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gtkpod-2.1.5/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gtkpod-2.1.5/ltmain.sh-8713-	;;
##############################################
gtkpod-2.1.5/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gtkpod-2.1.5/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gtkpod-2.1.5/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gtkpod-2.1.5/ltmain.sh-8731-	;;
##############################################
gtkpod-2.1.5/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gtkpod-2.1.5/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gtkpod-2.1.5/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
gtkpod-2.1.5/ltmain.sh-8866-	# Transform all the library objects into standard objects.
gtkpod-2.1.5/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gtkpod-2.1.5/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gtkpod-2.1.5/ltmain.sh-8869-      fi
##############################################
gtkpod-2.1.5/ltmain.sh-8896-	# Replace the output file specification.
gtkpod-2.1.5/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gtkpod-2.1.5/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
gtkpod-2.1.5/ltmain.sh-8905-	  func_to_tool_file "$output"
gtkpod-2.1.5/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'`
gtkpod-2.1.5/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gtkpod-2.1.5/ltmain.sh-8949-	# Replace the output file specification.
gtkpod-2.1.5/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gtkpod-2.1.5/ltmain.sh-8951-	# Delete the old output file.
##############################################
gtkpod-2.1.5/ltmain.sh-8957-	  func_to_tool_file "$output"
gtkpod-2.1.5/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'`
gtkpod-2.1.5/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gtkpod-2.1.5/ltmain.sh-8975-	  if test "$fast_install" = yes; then
gtkpod-2.1.5/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gtkpod-2.1.5/ltmain.sh-8977-	  else
##############################################
gtkpod-2.1.5/ltmain.sh-8987-      # Replace the output file specification.
gtkpod-2.1.5/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gtkpod-2.1.5/ltmain.sh-8989-
##############################################
gtkpod-2.1.5/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
gtkpod-2.1.5/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'`
gtkpod-2.1.5/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gtkpod-2.1.5/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
gtkpod-2.1.5/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gtkpod-2.1.5/ltmain.sh-9019-      fi
##############################################
gtkpod-2.1.5/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gtkpod-2.1.5/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gtkpod-2.1.5/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
gtkpod-2.1.5/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
gtkpod-2.1.5/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gtkpod-2.1.5/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
gtkpod-2.1.5/ltmain.sh-9308-		name="$func_basename_result"
gtkpod-2.1.5/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gtkpod-2.1.5/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
gtkpod-2.1.5/ltmain.sh-9327-		name="$func_basename_result"
gtkpod-2.1.5/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gtkpod-2.1.5/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
gtkpod-2.1.5/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gtkpod-2.1.5/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gtkpod-2.1.5/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gtkpod-2.1.5/doc/Makefile.in-40-  { \
gtkpod-2.1.5/doc/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/doc/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/doc/Makefile.in-118-  esac
gtkpod-2.1.5/doc/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/doc/Makefile.in-120-am__vpath_adj = case $$p in \
gtkpod-2.1.5/doc/Makefile.in:121:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/doc/Makefile.in-122-    *) f=$$p;; \
gtkpod-2.1.5/doc/Makefile.in-123-  esac;
gtkpod-2.1.5/doc/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/doc/Makefile.in-125-am__install_max = 40
gtkpod-2.1.5/doc/Makefile.in-126-am__nobase_strip_setup = \
gtkpod-2.1.5/doc/Makefile.in:127:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/doc/Makefile.in-128-am__nobase_strip = \
##############################################
gtkpod-2.1.5/doc/Makefile.in-183-  while test -n "$$dir1"; do \
gtkpod-2.1.5/doc/Makefile.in:184:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/doc/Makefile.in-185-    if test "$$first" != "."; then \
gtkpod-2.1.5/doc/Makefile.in-186-      if test "$$first" = ".."; then \
gtkpod-2.1.5/doc/Makefile.in:187:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/doc/Makefile.in:188:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/doc/Makefile.in-189-      else \
gtkpod-2.1.5/doc/Makefile.in:190:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/doc/Makefile.in-191-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/doc/Makefile.in:192:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/doc/Makefile.in-193-        else \
##############################################
gtkpod-2.1.5/doc/Makefile.in-198-    fi; \
gtkpod-2.1.5/doc/Makefile.in:199:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/doc/Makefile.in-200-  done; \
##############################################
gtkpod-2.1.5/doc/Makefile.in-504-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
gtkpod-2.1.5/doc/Makefile.in:505:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/doc/Makefile.in-506-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/doc/Makefile.in-521-	dot_seen=no; \
gtkpod-2.1.5/doc/Makefile.in:522:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/doc/Makefile.in-523-	case "$@" in \
##############################################
gtkpod-2.1.5/doc/Makefile.in-584-GTAGS:
gtkpod-2.1.5/doc/Makefile.in:585:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/doc/Makefile.in-586-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/doc/Makefile.in-607-distdir: $(DISTFILES)
gtkpod-2.1.5/doc/Makefile.in:608:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/doc/Makefile.in:609:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/doc/Makefile.in-610-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/doc/Makefile.in-621-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/doc/Makefile.in:622:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/doc/Makefile.in-623-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/doc/figures/Makefile.in-40-  { \
gtkpod-2.1.5/doc/figures/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/doc/figures/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/doc/figures/Makefile.in-110-  esac
gtkpod-2.1.5/doc/figures/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/doc/figures/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/doc/figures/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/doc/figures/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/doc/figures/Makefile.in-115-  esac;
gtkpod-2.1.5/doc/figures/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/doc/figures/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/doc/figures/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/doc/figures/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/doc/figures/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/doc/figures/Makefile.in-429-	@list='$(figures_DATA)'; test -n "$(figuresdir)" || list=; \
gtkpod-2.1.5/doc/figures/Makefile.in:430:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/doc/figures/Makefile.in-431-	dir='$(DESTDIR)$(figuresdir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/doc/figures/Makefile.in-439-distdir: $(DISTFILES)
gtkpod-2.1.5/doc/figures/Makefile.in:440:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/doc/figures/Makefile.in:441:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/doc/figures/Makefile.in-442-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/doc/figures/Makefile.in-453-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/doc/figures/Makefile.in:454:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/doc/figures/Makefile.in-455-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/32x32/Makefile.in-40-  { \
gtkpod-2.1.5/icons/32x32/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/32x32/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/icons/32x32/Makefile.in-110-  esac
gtkpod-2.1.5/icons/32x32/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/icons/32x32/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/icons/32x32/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/icons/32x32/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/icons/32x32/Makefile.in-115-  esac;
gtkpod-2.1.5/icons/32x32/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/icons/32x32/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/icons/32x32/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/icons/32x32/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/icons/32x32/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/icons/32x32/Makefile.in-421-	@list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \
gtkpod-2.1.5/icons/32x32/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/icons/32x32/Makefile.in-423-	dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/icons/32x32/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/32x32/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/32x32/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/32x32/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/32x32/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/32x32/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/32x32/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/24x24/Makefile.in-40-  { \
gtkpod-2.1.5/icons/24x24/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/24x24/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/icons/24x24/Makefile.in-110-  esac
gtkpod-2.1.5/icons/24x24/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/icons/24x24/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/icons/24x24/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/icons/24x24/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/icons/24x24/Makefile.in-115-  esac;
gtkpod-2.1.5/icons/24x24/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/icons/24x24/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/icons/24x24/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/icons/24x24/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/icons/24x24/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/icons/24x24/Makefile.in-421-	@list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \
gtkpod-2.1.5/icons/24x24/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/icons/24x24/Makefile.in-423-	dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/icons/24x24/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/24x24/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/24x24/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/24x24/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/24x24/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/24x24/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/24x24/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/48x48/Makefile.in-40-  { \
gtkpod-2.1.5/icons/48x48/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/48x48/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/icons/48x48/Makefile.in-110-  esac
gtkpod-2.1.5/icons/48x48/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/icons/48x48/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/icons/48x48/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/icons/48x48/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/icons/48x48/Makefile.in-115-  esac;
gtkpod-2.1.5/icons/48x48/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/icons/48x48/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/icons/48x48/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/icons/48x48/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/icons/48x48/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/icons/48x48/Makefile.in-421-	@list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \
gtkpod-2.1.5/icons/48x48/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/icons/48x48/Makefile.in-423-	dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/icons/48x48/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/48x48/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/48x48/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/48x48/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/48x48/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/48x48/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/48x48/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/Makefile.in-40-  { \
gtkpod-2.1.5/icons/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/icons/Makefile.in-118-  esac
gtkpod-2.1.5/icons/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/icons/Makefile.in-120-am__vpath_adj = case $$p in \
gtkpod-2.1.5/icons/Makefile.in:121:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/icons/Makefile.in-122-    *) f=$$p;; \
gtkpod-2.1.5/icons/Makefile.in-123-  esac;
gtkpod-2.1.5/icons/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/icons/Makefile.in-125-am__install_max = 40
gtkpod-2.1.5/icons/Makefile.in-126-am__nobase_strip_setup = \
gtkpod-2.1.5/icons/Makefile.in:127:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/icons/Makefile.in-128-am__nobase_strip = \
##############################################
gtkpod-2.1.5/icons/Makefile.in-183-  while test -n "$$dir1"; do \
gtkpod-2.1.5/icons/Makefile.in:184:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/icons/Makefile.in-185-    if test "$$first" != "."; then \
gtkpod-2.1.5/icons/Makefile.in-186-      if test "$$first" = ".."; then \
gtkpod-2.1.5/icons/Makefile.in:187:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/icons/Makefile.in:188:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/icons/Makefile.in-189-      else \
gtkpod-2.1.5/icons/Makefile.in:190:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/icons/Makefile.in-191-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/icons/Makefile.in:192:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/icons/Makefile.in-193-        else \
##############################################
gtkpod-2.1.5/icons/Makefile.in-198-    fi; \
gtkpod-2.1.5/icons/Makefile.in:199:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/icons/Makefile.in-200-  done; \
##############################################
gtkpod-2.1.5/icons/Makefile.in-483-	@list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \
gtkpod-2.1.5/icons/Makefile.in:484:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/icons/Makefile.in-485-	dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/icons/Makefile.in-500-	dot_seen=no; \
gtkpod-2.1.5/icons/Makefile.in:501:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/icons/Makefile.in-502-	case "$@" in \
##############################################
gtkpod-2.1.5/icons/Makefile.in-563-GTAGS:
gtkpod-2.1.5/icons/Makefile.in:564:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/icons/Makefile.in-565-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/icons/Makefile.in-586-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/Makefile.in:587:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/Makefile.in:588:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/Makefile.in-589-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/Makefile.in-600-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/Makefile.in:601:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/Makefile.in-602-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/scalable/Makefile.in-40-  { \
gtkpod-2.1.5/icons/scalable/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/scalable/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/icons/scalable/Makefile.in-110-  esac
gtkpod-2.1.5/icons/scalable/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/icons/scalable/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/icons/scalable/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/icons/scalable/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/icons/scalable/Makefile.in-115-  esac;
gtkpod-2.1.5/icons/scalable/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/icons/scalable/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/icons/scalable/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/icons/scalable/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/icons/scalable/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/icons/scalable/Makefile.in-421-	@list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \
gtkpod-2.1.5/icons/scalable/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/icons/scalable/Makefile.in-423-	dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/icons/scalable/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/scalable/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/scalable/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/scalable/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/scalable/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/scalable/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/scalable/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/64x64/Makefile.in-40-  { \
gtkpod-2.1.5/icons/64x64/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/64x64/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/icons/64x64/Makefile.in-110-  esac
gtkpod-2.1.5/icons/64x64/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/icons/64x64/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/icons/64x64/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/icons/64x64/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/icons/64x64/Makefile.in-115-  esac;
gtkpod-2.1.5/icons/64x64/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/icons/64x64/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/icons/64x64/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/icons/64x64/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/icons/64x64/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/icons/64x64/Makefile.in-421-	@list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \
gtkpod-2.1.5/icons/64x64/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/icons/64x64/Makefile.in-423-	dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/icons/64x64/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/64x64/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/64x64/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/64x64/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/64x64/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/64x64/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/64x64/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/22x22/Makefile.in-40-  { \
gtkpod-2.1.5/icons/22x22/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/22x22/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/icons/22x22/Makefile.in-110-  esac
gtkpod-2.1.5/icons/22x22/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/icons/22x22/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/icons/22x22/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/icons/22x22/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/icons/22x22/Makefile.in-115-  esac;
gtkpod-2.1.5/icons/22x22/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/icons/22x22/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/icons/22x22/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/icons/22x22/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/icons/22x22/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/icons/22x22/Makefile.in-421-	@list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \
gtkpod-2.1.5/icons/22x22/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/icons/22x22/Makefile.in-423-	dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/icons/22x22/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/22x22/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/22x22/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/22x22/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/22x22/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/22x22/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/22x22/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/hicolor/Makefile.in-39-  { \
gtkpod-2.1.5/icons/hicolor/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in-41-  }; \
##############################################
gtkpod-2.1.5/icons/hicolor/Makefile.in-153-  while test -n "$$dir1"; do \
gtkpod-2.1.5/icons/hicolor/Makefile.in:154:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in-155-    if test "$$first" != "."; then \
gtkpod-2.1.5/icons/hicolor/Makefile.in-156-      if test "$$first" = ".."; then \
gtkpod-2.1.5/icons/hicolor/Makefile.in:157:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gtkpod-2.1.5/icons/hicolor/Makefile.in:158:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in-159-      else \
gtkpod-2.1.5/icons/hicolor/Makefile.in:160:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in-161-        if test "$$first2" = "$$first"; then \
gtkpod-2.1.5/icons/hicolor/Makefile.in:162:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in-163-        else \
##############################################
gtkpod-2.1.5/icons/hicolor/Makefile.in-168-    fi; \
gtkpod-2.1.5/icons/hicolor/Makefile.in:169:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in-170-  done; \
##############################################
gtkpod-2.1.5/icons/hicolor/Makefile.in-445-	dot_seen=no; \
gtkpod-2.1.5/icons/hicolor/Makefile.in:446:	target=`echo $@ | sed s/-recursive//`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in-447-	case "$@" in \
##############################################
gtkpod-2.1.5/icons/hicolor/Makefile.in-508-GTAGS:
gtkpod-2.1.5/icons/hicolor/Makefile.in:509:	here=`$(am__cd) $(top_builddir) && pwd` \
gtkpod-2.1.5/icons/hicolor/Makefile.in-510-	  && $(am__cd) $(top_srcdir) \
##############################################
gtkpod-2.1.5/icons/hicolor/Makefile.in-531-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/hicolor/Makefile.in:532:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in:533:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in-534-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/hicolor/Makefile.in-545-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/hicolor/Makefile.in:546:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/hicolor/Makefile.in-547-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-40-  { \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-110-  esac
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-115-  esac;
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-421-	@list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-423-	dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/hicolor/64x64/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
gtkpod-2.1.5/icons/16x16/Makefile.in-40-  { \
gtkpod-2.1.5/icons/16x16/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gtkpod-2.1.5/icons/16x16/Makefile.in-42-  }; \
##############################################
gtkpod-2.1.5/icons/16x16/Makefile.in-110-  esac
gtkpod-2.1.5/icons/16x16/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gtkpod-2.1.5/icons/16x16/Makefile.in-112-am__vpath_adj = case $$p in \
gtkpod-2.1.5/icons/16x16/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gtkpod-2.1.5/icons/16x16/Makefile.in-114-    *) f=$$p;; \
gtkpod-2.1.5/icons/16x16/Makefile.in-115-  esac;
gtkpod-2.1.5/icons/16x16/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gtkpod-2.1.5/icons/16x16/Makefile.in-117-am__install_max = 40
gtkpod-2.1.5/icons/16x16/Makefile.in-118-am__nobase_strip_setup = \
gtkpod-2.1.5/icons/16x16/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gtkpod-2.1.5/icons/16x16/Makefile.in-120-am__nobase_strip = \
##############################################
gtkpod-2.1.5/icons/16x16/Makefile.in-421-	@list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \
gtkpod-2.1.5/icons/16x16/Makefile.in:422:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gtkpod-2.1.5/icons/16x16/Makefile.in-423-	dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir)
##############################################
gtkpod-2.1.5/icons/16x16/Makefile.in-431-distdir: $(DISTFILES)
gtkpod-2.1.5/icons/16x16/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/16x16/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gtkpod-2.1.5/icons/16x16/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
gtkpod-2.1.5/icons/16x16/Makefile.in-445-	  if test -d $$d/$$file; then \
gtkpod-2.1.5/icons/16x16/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gtkpod-2.1.5/icons/16x16/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \