===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gcx-1.3/autogen.sh-44-	# package (because diff cannot remove files)
gcx-1.3/autogen.sh:45:	version=`dpkg-parsechangelog | awk '/Version:/ { print $2 }' | sed -e 's/-[^-]\+$//'`
gcx-1.3/autogen.sh:46:	source=`dpkg-parsechangelog | awk '/Source:/ { print $2 }' | tr -d ' '`
gcx-1.3/autogen.sh-47-	if test -r ../${source}_${version}.orig.tar.gz ; then
##############################################
gcx-1.3/config.guess-40-
gcx-1.3/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
gcx-1.3/config.guess-42-
##############################################
gcx-1.3/config.guess-109-: ${TMPDIR=/tmp} ;
gcx-1.3/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gcx-1.3/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gcx-1.3/config.guess-195-	    *)
gcx-1.3/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gcx-1.3/config.guess-197-		;;
##############################################
gcx-1.3/config.guess-222-	*4.0)
gcx-1.3/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gcx-1.3/config.guess-224-		;;
gcx-1.3/config.guess-225-	*5.*)
gcx-1.3/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gcx-1.3/config.guess-227-		;;
##############################################
gcx-1.3/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
gcx-1.3/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gcx-1.3/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
gcx-1.3/config.guess-270-	# 1.2 uses "1.2" for uname -r.
gcx-1.3/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gcx-1.3/config.guess-272-	exit ;;
##############################################
gcx-1.3/config.guess-327-    sun4H:SunOS:5.*:*)
gcx-1.3/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcx-1.3/config.guess-329-	exit ;;
gcx-1.3/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gcx-1.3/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcx-1.3/config.guess-332-	exit ;;
gcx-1.3/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
gcx-1.3/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcx-1.3/config.guess-335-	exit ;;
##############################################
gcx-1.3/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
gcx-1.3/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcx-1.3/config.guess-341-	exit ;;
##############################################
gcx-1.3/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
gcx-1.3/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gcx-1.3/config.guess-350-	exit ;;
##############################################
gcx-1.3/config.guess-354-    sun*:*:4.2BSD:*)
gcx-1.3/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gcx-1.3/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gcx-1.3/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gcx-1.3/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gcx-1.3/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gcx-1.3/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gcx-1.3/config.guess-492-    *:IRIX*:*:*)
gcx-1.3/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gcx-1.3/config.guess-494-	exit ;;
##############################################
gcx-1.3/config.guess-522-EOF
gcx-1.3/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gcx-1.3/config.guess-524-		then
##############################################
gcx-1.3/config.guess-535-    *:AIX:*:[45])
gcx-1.3/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gcx-1.3/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gcx-1.3/config.guess-570-    9000/[34678]??:HP-UX:*:*)
gcx-1.3/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcx-1.3/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
gcx-1.3/config.guess-624-EOF
gcx-1.3/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gcx-1.3/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gcx-1.3/config.guess-652-    ia64:HP-UX:*:*)
gcx-1.3/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcx-1.3/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gcx-1.3/config.guess-682-EOF
gcx-1.3/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gcx-1.3/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gcx-1.3/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcx-1.3/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gcx-1.3/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcx-1.3/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcx-1.3/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gcx-1.3/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcx-1.3/config.guess-773-	    pc98)
gcx-1.3/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcx-1.3/config.guess-775-	    amd64)
gcx-1.3/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcx-1.3/config.guess-777-	    *)
gcx-1.3/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcx-1.3/config.guess-779-	esac
##############################################
gcx-1.3/config.guess-821-    prep*:SunOS:5.*:*)
gcx-1.3/config.guess:822:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcx-1.3/config.guess-823-	exit ;;
##############################################
gcx-1.3/config.guess-825-	# the GNU system
gcx-1.3/config.guess:826:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gcx-1.3/config.guess-827-	exit ;;
##############################################
gcx-1.3/config.guess-829-	# other systems with GNU libc and userland
gcx-1.3/config.guess:830:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
gcx-1.3/config.guess-831-	exit ;;
##############################################
gcx-1.3/config.guess-1057-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gcx-1.3/config.guess:1058:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gcx-1.3/config.guess-1059-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gcx-1.3/config.guess-1298-    *:DragonFly:*:*)
gcx-1.3/config.guess:1299:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gcx-1.3/config.guess-1300-	exit ;;
##############################################
gcx-1.3/config.guess-1311-    i*86:skyos:*:*)
gcx-1.3/config.guess:1312:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gcx-1.3/config.guess-1313-	exit ;;
##############################################
gcx-1.3/config.guess-1436-
gcx-1.3/config.guess:1437:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gcx-1.3/config.guess-1438-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gcx-1.3/docs/Makefile.in-46-DIST_SOURCES =
gcx-1.3/docs/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcx-1.3/docs/Makefile.in-48-am__vpath_adj = case $$p in \
gcx-1.3/docs/Makefile.in:49:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcx-1.3/docs/Makefile.in-50-    *) f=$$p;; \
gcx-1.3/docs/Makefile.in-51-  esac;
gcx-1.3/docs/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcx-1.3/docs/Makefile.in-53-am__install_max = 40
gcx-1.3/docs/Makefile.in-54-am__nobase_strip_setup = \
gcx-1.3/docs/Makefile.in:55:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcx-1.3/docs/Makefile.in-56-am__nobase_strip = \
##############################################
gcx-1.3/docs/Makefile.in-257-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
gcx-1.3/docs/Makefile.in:258:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gcx-1.3/docs/Makefile.in-259-	test -n "$$files" || exit 0; \
##############################################
gcx-1.3/docs/Makefile.in-282-	else :; fi
gcx-1.3/docs/Makefile.in:283:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/docs/Makefile.in:284:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/docs/Makefile.in-285-	list='$(DISTFILES)'; \
##############################################
gcx-1.3/docs/Makefile.in-296-	  if test -d $$d/$$file; then \
gcx-1.3/docs/Makefile.in:297:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcx-1.3/docs/Makefile.in-298-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcx-1.3/Makefile.in-80-  while test -n "$$dir1"; do \
gcx-1.3/Makefile.in:81:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gcx-1.3/Makefile.in-82-    if test "$$first" != "."; then \
gcx-1.3/Makefile.in-83-      if test "$$first" = ".."; then \
gcx-1.3/Makefile.in:84:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gcx-1.3/Makefile.in:85:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gcx-1.3/Makefile.in-86-      else \
gcx-1.3/Makefile.in:87:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gcx-1.3/Makefile.in-88-        if test "$$first2" = "$$first"; then \
gcx-1.3/Makefile.in:89:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gcx-1.3/Makefile.in-90-        else \
##############################################
gcx-1.3/Makefile.in-95-    fi; \
gcx-1.3/Makefile.in:96:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gcx-1.3/Makefile.in-97-  done; \
##############################################
gcx-1.3/Makefile.in-257-	dot_seen=no; \
gcx-1.3/Makefile.in:258:	target=`echo $@ | sed s/-recursive//`; \
gcx-1.3/Makefile.in-259-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gcx-1.3/Makefile.in-292-	rev="$$rev ."; \
gcx-1.3/Makefile.in:293:	target=`echo $@ | sed s/-recursive//`; \
gcx-1.3/Makefile.in-294-	for subdir in $$rev; do \
##############################################
gcx-1.3/Makefile.in-370-GTAGS:
gcx-1.3/Makefile.in:371:	here=`$(am__cd) $(top_builddir) && pwd` \
gcx-1.3/Makefile.in-372-	  && $(am__cd) $(top_srcdir) \
##############################################
gcx-1.3/Makefile.in-380-	test -d "$(distdir)" || mkdir "$(distdir)"
gcx-1.3/Makefile.in:381:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/Makefile.in:382:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/Makefile.in-383-	list='$(DISTFILES)'; \
##############################################
gcx-1.3/Makefile.in-394-	  if test -d $$d/$$file; then \
gcx-1.3/Makefile.in:395:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcx-1.3/Makefile.in-396-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcx-1.3/Makefile.in-502-	test -d $(distdir)/_build || exit 0; \
gcx-1.3/Makefile.in:503:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gcx-1.3/Makefile.in-504-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gcx-1.3/Makefile.in-536-	@$(am__cd) '$(distuninstallcheck_dir)' \
gcx-1.3/Makefile.in:537:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
gcx-1.3/Makefile.in-538-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gcx-1.3/Makefile.in-548-	fi
gcx-1.3/Makefile.in:549:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gcx-1.3/Makefile.in-550-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gcx-1.3/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gcx-1.3/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gcx-1.3/depcomp-71-
##############################################
gcx-1.3/depcomp-217-  # Version 6 uses the directory in both cases.
gcx-1.3/depcomp:218:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gcx-1.3/depcomp-219-  test "x$dir" = "x$object" && dir=
gcx-1.3/depcomp:220:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gcx-1.3/depcomp-221-  if test "$libtool" = yes; then
##############################################
gcx-1.3/depcomp-246-    # Do two passes, one to just change these to
gcx-1.3/depcomp:247:    # `$object: dependent.h' and one to simply `dependent.h:'.
gcx-1.3/depcomp-248-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
gcx-1.3/depcomp-288-  # Do two passes, one to just change these to
gcx-1.3/depcomp:289:  # `$object: dependent.h' and one to simply `dependent.h:'.
gcx-1.3/depcomp-290-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gcx-1.3/depcomp-304-  # Much of this is similar to the tru64 case; see comments there.
gcx-1.3/depcomp:305:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gcx-1.3/depcomp-306-  test "x$dir" = "x$object" && dir=
gcx-1.3/depcomp:307:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gcx-1.3/depcomp-308-  if test "$libtool" = yes; then
##############################################
gcx-1.3/depcomp-343-   # Subdirectories are respected.
gcx-1.3/depcomp:344:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gcx-1.3/depcomp-345-   test "x$dir" = "x$object" && dir=
gcx-1.3/depcomp:346:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gcx-1.3/depcomp-347-
##############################################
gcx-1.3/depcomp-482-  done
gcx-1.3/depcomp:483:  obj_suffix="`echo $object | sed 's/^.*\././'`"
gcx-1.3/depcomp-484-  touch "$tmpdepfile"
##############################################
gcx-1.3/missing-131-       # Could not run --version or --help.  This is probably someone
gcx-1.3/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
gcx-1.3/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
gcx-1.3/missing-165-         from any GNU archive site."
gcx-1.3/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gcx-1.3/missing-167-    test -z "$files" && files="config.h"
##############################################
gcx-1.3/missing-194-         proper tools for further handling them.
gcx-1.3/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
gcx-1.3/missing-196-         archive site."
gcx-1.3/missing-197-
gcx-1.3/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
gcx-1.3/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gcx-1.3/missing-200-    if test -f "$file"; then
##############################################
gcx-1.3/missing-223-	*.y)
gcx-1.3/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gcx-1.3/missing-225-	    if test -f "$SRCFILE"; then
##############################################
gcx-1.3/missing-227-	    fi
gcx-1.3/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gcx-1.3/missing-229-	    if test -f "$SRCFILE"; then
##############################################
gcx-1.3/missing-253-	*.l)
gcx-1.3/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gcx-1.3/missing-255-	    if test -f "$SRCFILE"; then
##############################################
gcx-1.3/missing-272-
gcx-1.3/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
gcx-1.3/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gcx-1.3/missing-275-    if test -f "$file"; then
##############################################
gcx-1.3/missing-292-    # The file to touch is that specified with -o ...
gcx-1.3/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
gcx-1.3/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gcx-1.3/missing-295-    if test -z "$file"; then
gcx-1.3/missing-296-      # ... or it is the one specified with @setfilename ...
gcx-1.3/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gcx-1.3/missing-298-      file=`sed -n '
##############################################
gcx-1.3/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
gcx-1.3/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
gcx-1.3/missing-306-    fi
##############################################
gcx-1.3/missing-328-	*o*)
gcx-1.3/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
gcx-1.3/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
gcx-1.3/missing-334-	*h*)
gcx-1.3/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
gcx-1.3/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
gcx-1.3/config.sub-56-
gcx-1.3/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
gcx-1.3/config.sub-58-
##############################################
gcx-1.3/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
gcx-1.3/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gcx-1.3/config.sub-122-case $maybe_os in
##############################################
gcx-1.3/config.sub-126-    os=-$maybe_os
gcx-1.3/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gcx-1.3/config.sub-128-    ;;
gcx-1.3/config.sub-129-  *)
gcx-1.3/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gcx-1.3/config.sub-131-    if [ $basic_machine != $1 ]
gcx-1.3/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
gcx-1.3/config.sub-133-    else os=; fi
##############################################
gcx-1.3/config.sub-177-		os=-sco5v6
gcx-1.3/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-179-		;;
##############################################
gcx-1.3/config.sub-181-		os=-sco3.2v5
gcx-1.3/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-183-		;;
##############################################
gcx-1.3/config.sub-185-		os=-sco3.2v4
gcx-1.3/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-187-		;;
gcx-1.3/config.sub-188-	-sco3.2.[4-9]*)
gcx-1.3/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gcx-1.3/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-191-		;;
##############################################
gcx-1.3/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
gcx-1.3/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-195-		;;
##############################################
gcx-1.3/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gcx-1.3/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-199-		;;
##############################################
gcx-1.3/config.sub-201-		os=-sco3.2v2
gcx-1.3/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-203-		;;
gcx-1.3/config.sub-204-	-udk*)
gcx-1.3/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-206-		;;
##############################################
gcx-1.3/config.sub-208-		os=-isc2.2
gcx-1.3/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-210-		;;
##############################################
gcx-1.3/config.sub-214-	-isc*)
gcx-1.3/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcx-1.3/config.sub-216-		;;
##############################################
gcx-1.3/config.sub-220-	-ptx*)
gcx-1.3/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gcx-1.3/config.sub-222-		;;
gcx-1.3/config.sub-223-	-windowsnt*)
gcx-1.3/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gcx-1.3/config.sub-225-		;;
##############################################
gcx-1.3/config.sub-310-	*-*-*)
gcx-1.3/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcx-1.3/config.sub-312-		exit 1
##############################################
gcx-1.3/config.sub-412-	amd64-*)
gcx-1.3/config.sub:413:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-414-		;;
##############################################
gcx-1.3/config.sub-633-	i*86v32)
gcx-1.3/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcx-1.3/config.sub-635-		os=-sysv32
##############################################
gcx-1.3/config.sub-637-	i*86v4*)
gcx-1.3/config.sub:638:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcx-1.3/config.sub-639-		os=-sysv4
##############################################
gcx-1.3/config.sub-641-	i*86v)
gcx-1.3/config.sub:642:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcx-1.3/config.sub-643-		os=-sysv
##############################################
gcx-1.3/config.sub-645-	i*86sol2)
gcx-1.3/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcx-1.3/config.sub-647-		os=-solaris2
##############################################
gcx-1.3/config.sub-697-	mips3*-*)
gcx-1.3/config.sub:698:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gcx-1.3/config.sub-699-		;;
gcx-1.3/config.sub-700-	mips3*)
gcx-1.3/config.sub:701:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gcx-1.3/config.sub-702-		;;
##############################################
gcx-1.3/config.sub-715-	ms1-*)
gcx-1.3/config.sub:716:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gcx-1.3/config.sub-717-		;;
##############################################
gcx-1.3/config.sub-828-	pc98-*)
gcx-1.3/config.sub:829:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-830-		;;
##############################################
gcx-1.3/config.sub-843-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gcx-1.3/config.sub:844:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-845-		;;
gcx-1.3/config.sub-846-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gcx-1.3/config.sub:847:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-848-		;;
gcx-1.3/config.sub-849-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gcx-1.3/config.sub:850:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-851-		;;
gcx-1.3/config.sub-852-	pentium4-*)
gcx-1.3/config.sub:853:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-854-		;;
##############################################
gcx-1.3/config.sub-861-		;;
gcx-1.3/config.sub:862:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-863-		;;
##############################################
gcx-1.3/config.sub-867-	ppcle-* | powerpclittle-*)
gcx-1.3/config.sub:868:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-869-		;;
##############################################
gcx-1.3/config.sub-871-		;;
gcx-1.3/config.sub:872:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-873-		;;
##############################################
gcx-1.3/config.sub-877-	ppc64le-* | powerpc64little-*)
gcx-1.3/config.sub:878:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gcx-1.3/config.sub-879-		;;
##############################################
gcx-1.3/config.sub-1161-	*)
gcx-1.3/config.sub:1162:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcx-1.3/config.sub-1163-		exit 1
##############################################
gcx-1.3/config.sub-1169-	*-digital*)
gcx-1.3/config.sub:1170:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gcx-1.3/config.sub-1171-		;;
gcx-1.3/config.sub-1172-	*-commodore*)
gcx-1.3/config.sub:1173:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gcx-1.3/config.sub-1174-		;;
##############################################
gcx-1.3/config.sub-1187-	-solaris1 | -solaris1.*)
gcx-1.3/config.sub:1188:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gcx-1.3/config.sub-1189-		;;
##############################################
gcx-1.3/config.sub-1199-	-gnu/linux*)
gcx-1.3/config.sub:1200:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gcx-1.3/config.sub-1201-		;;
##############################################
gcx-1.3/config.sub-1243-	-nto*)
gcx-1.3/config.sub:1244:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gcx-1.3/config.sub-1245-		;;
##############################################
gcx-1.3/config.sub-1250-	-mac*)
gcx-1.3/config.sub:1251:		os=`echo $os | sed -e 's|mac|macos|'`
gcx-1.3/config.sub-1252-		;;
##############################################
gcx-1.3/config.sub-1256-	-linux*)
gcx-1.3/config.sub:1257:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gcx-1.3/config.sub-1258-		;;
gcx-1.3/config.sub-1259-	-sunos5*)
gcx-1.3/config.sub:1260:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gcx-1.3/config.sub-1261-		;;
gcx-1.3/config.sub-1262-	-sunos6*)
gcx-1.3/config.sub:1263:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gcx-1.3/config.sub-1264-		;;
##############################################
gcx-1.3/config.sub-1311-	-sinix5.*)
gcx-1.3/config.sub:1312:		os=`echo $os | sed -e 's|sinix|sysv|'`
gcx-1.3/config.sub-1313-		;;
##############################################
gcx-1.3/config.sub-1362-		# Get rid of the `-' at the beginning of $os.
gcx-1.3/config.sub:1363:		os=`echo $os | sed 's/[^-]*-//'`
gcx-1.3/config.sub:1364:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gcx-1.3/config.sub-1365-		exit 1
##############################################
gcx-1.3/config.sub-1613-		esac
gcx-1.3/config.sub:1614:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gcx-1.3/config.sub-1615-		;;
##############################################
gcx-1.3/install-sh-217-      fi
gcx-1.3/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gcx-1.3/install-sh-219-    *)
##############################################
gcx-1.3/install-sh-269-      dstdir=$dst
gcx-1.3/install-sh:270:      dst=$dstdir/`basename "$src"`
gcx-1.3/install-sh-271-      dstdir_status=0
##############################################
gcx-1.3/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gcx-1.3/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gcx-1.3/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
gcx-1.3/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gcx-1.3/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gcx-1.3/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gcx-1.3/install-sh-418-	    case $prefix in
gcx-1.3/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gcx-1.3/install-sh-420-	      *) qprefix=$prefix;;
##############################################
gcx-1.3/install-sh-467-    if $copy_on_change &&
gcx-1.3/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gcx-1.3/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gcx-1.3/install-sh-470-
##############################################
gcx-1.3/src/gsc/Makefile.in-229-.c.obj:
gcx-1.3/src/gsc/Makefile.in:230:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gcx-1.3/src/gsc/Makefile.in-231-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gcx-1.3/src/gsc/Makefile.in-233-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/gsc/Makefile.in:234:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gcx-1.3/src/gsc/Makefile.in-235-
##############################################
gcx-1.3/src/gsc/Makefile.in-280-GTAGS:
gcx-1.3/src/gsc/Makefile.in:281:	here=`$(am__cd) $(top_builddir) && pwd` \
gcx-1.3/src/gsc/Makefile.in-282-	  && $(am__cd) $(top_srcdir) \
##############################################
gcx-1.3/src/gsc/Makefile.in-288-distdir: $(DISTFILES)
gcx-1.3/src/gsc/Makefile.in:289:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/src/gsc/Makefile.in:290:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/src/gsc/Makefile.in-291-	list='$(DISTFILES)'; \
##############################################
gcx-1.3/src/gsc/Makefile.in-302-	  if test -d $$d/$$file; then \
gcx-1.3/src/gsc/Makefile.in:303:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcx-1.3/src/gsc/Makefile.in-304-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcx-1.3/src/Makefile.in-103-  while test -n "$$dir1"; do \
gcx-1.3/src/Makefile.in:104:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gcx-1.3/src/Makefile.in-105-    if test "$$first" != "."; then \
gcx-1.3/src/Makefile.in-106-      if test "$$first" = ".."; then \
gcx-1.3/src/Makefile.in:107:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gcx-1.3/src/Makefile.in:108:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gcx-1.3/src/Makefile.in-109-      else \
gcx-1.3/src/Makefile.in:110:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gcx-1.3/src/Makefile.in-111-        if test "$$first2" = "$$first"; then \
gcx-1.3/src/Makefile.in:112:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gcx-1.3/src/Makefile.in-113-        else \
##############################################
gcx-1.3/src/Makefile.in-118-    fi; \
gcx-1.3/src/Makefile.in:119:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gcx-1.3/src/Makefile.in-120-  done; \
##############################################
gcx-1.3/src/Makefile.in-409-.c.obj:
gcx-1.3/src/Makefile.in:410:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gcx-1.3/src/Makefile.in-411-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gcx-1.3/src/Makefile.in-413-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:414:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gcx-1.3/src/Makefile.in-415-
gcx-1.3/src/Makefile.in-416-lilxml.o: libindiclient/lilxml.c
gcx-1.3/src/Makefile.in:417:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lilxml.o -MD -MP -MF $(DEPDIR)/lilxml.Tpo -c -o lilxml.o `test -f 'libindiclient/lilxml.c' || echo '$(srcdir)/'`libindiclient/lilxml.c
gcx-1.3/src/Makefile.in-418-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/lilxml.Tpo $(DEPDIR)/lilxml.Po
##############################################
gcx-1.3/src/Makefile.in-420-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:421:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lilxml.o `test -f 'libindiclient/lilxml.c' || echo '$(srcdir)/'`libindiclient/lilxml.c
gcx-1.3/src/Makefile.in-422-
gcx-1.3/src/Makefile.in-423-lilxml.obj: libindiclient/lilxml.c
gcx-1.3/src/Makefile.in:424:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lilxml.obj -MD -MP -MF $(DEPDIR)/lilxml.Tpo -c -o lilxml.obj `if test -f 'libindiclient/lilxml.c'; then $(CYGPATH_W) 'libindiclient/lilxml.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/lilxml.c'; fi`
gcx-1.3/src/Makefile.in-425-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/lilxml.Tpo $(DEPDIR)/lilxml.Po
##############################################
gcx-1.3/src/Makefile.in-427-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:428:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lilxml.obj `if test -f 'libindiclient/lilxml.c'; then $(CYGPATH_W) 'libindiclient/lilxml.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/lilxml.c'; fi`
gcx-1.3/src/Makefile.in-429-
gcx-1.3/src/Makefile.in-430-base64.o: libindiclient/base64.c
gcx-1.3/src/Makefile.in:431:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT base64.o -MD -MP -MF $(DEPDIR)/base64.Tpo -c -o base64.o `test -f 'libindiclient/base64.c' || echo '$(srcdir)/'`libindiclient/base64.c
gcx-1.3/src/Makefile.in-432-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/base64.Tpo $(DEPDIR)/base64.Po
##############################################
gcx-1.3/src/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:435:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o base64.o `test -f 'libindiclient/base64.c' || echo '$(srcdir)/'`libindiclient/base64.c
gcx-1.3/src/Makefile.in-436-
gcx-1.3/src/Makefile.in-437-base64.obj: libindiclient/base64.c
gcx-1.3/src/Makefile.in:438:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT base64.obj -MD -MP -MF $(DEPDIR)/base64.Tpo -c -o base64.obj `if test -f 'libindiclient/base64.c'; then $(CYGPATH_W) 'libindiclient/base64.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/base64.c'; fi`
gcx-1.3/src/Makefile.in-439-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/base64.Tpo $(DEPDIR)/base64.Po
##############################################
gcx-1.3/src/Makefile.in-441-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:442:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o base64.obj `if test -f 'libindiclient/base64.c'; then $(CYGPATH_W) 'libindiclient/base64.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/base64.c'; fi`
gcx-1.3/src/Makefile.in-443-
gcx-1.3/src/Makefile.in-444-indi.o: libindiclient/indi.c
gcx-1.3/src/Makefile.in:445:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indi.o -MD -MP -MF $(DEPDIR)/indi.Tpo -c -o indi.o `test -f 'libindiclient/indi.c' || echo '$(srcdir)/'`libindiclient/indi.c
gcx-1.3/src/Makefile.in-446-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indi.Tpo $(DEPDIR)/indi.Po
##############################################
gcx-1.3/src/Makefile.in-448-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:449:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indi.o `test -f 'libindiclient/indi.c' || echo '$(srcdir)/'`libindiclient/indi.c
gcx-1.3/src/Makefile.in-450-
gcx-1.3/src/Makefile.in-451-indi.obj: libindiclient/indi.c
gcx-1.3/src/Makefile.in:452:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indi.obj -MD -MP -MF $(DEPDIR)/indi.Tpo -c -o indi.obj `if test -f 'libindiclient/indi.c'; then $(CYGPATH_W) 'libindiclient/indi.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/indi.c'; fi`
gcx-1.3/src/Makefile.in-453-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indi.Tpo $(DEPDIR)/indi.Po
##############################################
gcx-1.3/src/Makefile.in-455-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:456:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indi.obj `if test -f 'libindiclient/indi.c'; then $(CYGPATH_W) 'libindiclient/indi.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/indi.c'; fi`
gcx-1.3/src/Makefile.in-457-
gcx-1.3/src/Makefile.in-458-indigui.o: libindiclient/gtk/indigui.c
gcx-1.3/src/Makefile.in:459:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indigui.o -MD -MP -MF $(DEPDIR)/indigui.Tpo -c -o indigui.o `test -f 'libindiclient/gtk/indigui.c' || echo '$(srcdir)/'`libindiclient/gtk/indigui.c
gcx-1.3/src/Makefile.in-460-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indigui.Tpo $(DEPDIR)/indigui.Po
##############################################
gcx-1.3/src/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:463:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indigui.o `test -f 'libindiclient/gtk/indigui.c' || echo '$(srcdir)/'`libindiclient/gtk/indigui.c
gcx-1.3/src/Makefile.in-464-
gcx-1.3/src/Makefile.in-465-indigui.obj: libindiclient/gtk/indigui.c
gcx-1.3/src/Makefile.in:466:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indigui.obj -MD -MP -MF $(DEPDIR)/indigui.Tpo -c -o indigui.obj `if test -f 'libindiclient/gtk/indigui.c'; then $(CYGPATH_W) 'libindiclient/gtk/indigui.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indigui.c'; fi`
gcx-1.3/src/Makefile.in-467-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indigui.Tpo $(DEPDIR)/indigui.Po
##############################################
gcx-1.3/src/Makefile.in-469-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:470:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indigui.obj `if test -f 'libindiclient/gtk/indigui.c'; then $(CYGPATH_W) 'libindiclient/gtk/indigui.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indigui.c'; fi`
gcx-1.3/src/Makefile.in-471-
gcx-1.3/src/Makefile.in-472-indi_io.o: libindiclient/gtk/indi_io.c
gcx-1.3/src/Makefile.in:473:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indi_io.o -MD -MP -MF $(DEPDIR)/indi_io.Tpo -c -o indi_io.o `test -f 'libindiclient/gtk/indi_io.c' || echo '$(srcdir)/'`libindiclient/gtk/indi_io.c
gcx-1.3/src/Makefile.in-474-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indi_io.Tpo $(DEPDIR)/indi_io.Po
##############################################
gcx-1.3/src/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:477:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indi_io.o `test -f 'libindiclient/gtk/indi_io.c' || echo '$(srcdir)/'`libindiclient/gtk/indi_io.c
gcx-1.3/src/Makefile.in-478-
gcx-1.3/src/Makefile.in-479-indi_io.obj: libindiclient/gtk/indi_io.c
gcx-1.3/src/Makefile.in:480:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indi_io.obj -MD -MP -MF $(DEPDIR)/indi_io.Tpo -c -o indi_io.obj `if test -f 'libindiclient/gtk/indi_io.c'; then $(CYGPATH_W) 'libindiclient/gtk/indi_io.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indi_io.c'; fi`
gcx-1.3/src/Makefile.in-481-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indi_io.Tpo $(DEPDIR)/indi_io.Po
##############################################
gcx-1.3/src/Makefile.in-483-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:484:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indi_io.obj `if test -f 'libindiclient/gtk/indi_io.c'; then $(CYGPATH_W) 'libindiclient/gtk/indi_io.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indi_io.c'; fi`
gcx-1.3/src/Makefile.in-485-
gcx-1.3/src/Makefile.in-486-indi_config.o: libindiclient/gtk/indi_config.c
gcx-1.3/src/Makefile.in:487:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indi_config.o -MD -MP -MF $(DEPDIR)/indi_config.Tpo -c -o indi_config.o `test -f 'libindiclient/gtk/indi_config.c' || echo '$(srcdir)/'`libindiclient/gtk/indi_config.c
gcx-1.3/src/Makefile.in-488-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indi_config.Tpo $(DEPDIR)/indi_config.Po
##############################################
gcx-1.3/src/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:491:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indi_config.o `test -f 'libindiclient/gtk/indi_config.c' || echo '$(srcdir)/'`libindiclient/gtk/indi_config.c
gcx-1.3/src/Makefile.in-492-
gcx-1.3/src/Makefile.in-493-indi_config.obj: libindiclient/gtk/indi_config.c
gcx-1.3/src/Makefile.in:494:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indi_config.obj -MD -MP -MF $(DEPDIR)/indi_config.Tpo -c -o indi_config.obj `if test -f 'libindiclient/gtk/indi_config.c'; then $(CYGPATH_W) 'libindiclient/gtk/indi_config.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indi_config.c'; fi`
gcx-1.3/src/Makefile.in-495-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indi_config.Tpo $(DEPDIR)/indi_config.Po
##############################################
gcx-1.3/src/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:498:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indi_config.obj `if test -f 'libindiclient/gtk/indi_config.c'; then $(CYGPATH_W) 'libindiclient/gtk/indi_config.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indi_config.c'; fi`
gcx-1.3/src/Makefile.in-499-
gcx-1.3/src/Makefile.in-500-indi_list.o: libindiclient/gtk/indi_list.c
gcx-1.3/src/Makefile.in:501:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indi_list.o -MD -MP -MF $(DEPDIR)/indi_list.Tpo -c -o indi_list.o `test -f 'libindiclient/gtk/indi_list.c' || echo '$(srcdir)/'`libindiclient/gtk/indi_list.c
gcx-1.3/src/Makefile.in-502-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indi_list.Tpo $(DEPDIR)/indi_list.Po
##############################################
gcx-1.3/src/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:505:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indi_list.o `test -f 'libindiclient/gtk/indi_list.c' || echo '$(srcdir)/'`libindiclient/gtk/indi_list.c
gcx-1.3/src/Makefile.in-506-
gcx-1.3/src/Makefile.in-507-indi_list.obj: libindiclient/gtk/indi_list.c
gcx-1.3/src/Makefile.in:508:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indi_list.obj -MD -MP -MF $(DEPDIR)/indi_list.Tpo -c -o indi_list.obj `if test -f 'libindiclient/gtk/indi_list.c'; then $(CYGPATH_W) 'libindiclient/gtk/indi_list.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indi_list.c'; fi`
gcx-1.3/src/Makefile.in-509-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indi_list.Tpo $(DEPDIR)/indi_list.Po
##############################################
gcx-1.3/src/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:512:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indi_list.obj `if test -f 'libindiclient/gtk/indi_list.c'; then $(CYGPATH_W) 'libindiclient/gtk/indi_list.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indi_list.c'; fi`
gcx-1.3/src/Makefile.in-513-
gcx-1.3/src/Makefile.in-514-indisave.o: libindiclient/gtk/indisave.c
gcx-1.3/src/Makefile.in:515:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indisave.o -MD -MP -MF $(DEPDIR)/indisave.Tpo -c -o indisave.o `test -f 'libindiclient/gtk/indisave.c' || echo '$(srcdir)/'`libindiclient/gtk/indisave.c
gcx-1.3/src/Makefile.in-516-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indisave.Tpo $(DEPDIR)/indisave.Po
##############################################
gcx-1.3/src/Makefile.in-518-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:519:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indisave.o `test -f 'libindiclient/gtk/indisave.c' || echo '$(srcdir)/'`libindiclient/gtk/indisave.c
gcx-1.3/src/Makefile.in-520-
gcx-1.3/src/Makefile.in-521-indisave.obj: libindiclient/gtk/indisave.c
gcx-1.3/src/Makefile.in:522:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT indisave.obj -MD -MP -MF $(DEPDIR)/indisave.Tpo -c -o indisave.obj `if test -f 'libindiclient/gtk/indisave.c'; then $(CYGPATH_W) 'libindiclient/gtk/indisave.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indisave.c'; fi`
gcx-1.3/src/Makefile.in-523-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/indisave.Tpo $(DEPDIR)/indisave.Po
##############################################
gcx-1.3/src/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:526:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o indisave.obj `if test -f 'libindiclient/gtk/indisave.c'; then $(CYGPATH_W) 'libindiclient/gtk/indisave.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/indisave.c'; fi`
gcx-1.3/src/Makefile.in-527-
gcx-1.3/src/Makefile.in-528-gtkled.o: libindiclient/gtk/gtkled.c
gcx-1.3/src/Makefile.in:529:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gtkled.o -MD -MP -MF $(DEPDIR)/gtkled.Tpo -c -o gtkled.o `test -f 'libindiclient/gtk/gtkled.c' || echo '$(srcdir)/'`libindiclient/gtk/gtkled.c
gcx-1.3/src/Makefile.in-530-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gtkled.Tpo $(DEPDIR)/gtkled.Po
##############################################
gcx-1.3/src/Makefile.in-532-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:533:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gtkled.o `test -f 'libindiclient/gtk/gtkled.c' || echo '$(srcdir)/'`libindiclient/gtk/gtkled.c
gcx-1.3/src/Makefile.in-534-
gcx-1.3/src/Makefile.in-535-gtkled.obj: libindiclient/gtk/gtkled.c
gcx-1.3/src/Makefile.in:536:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gtkled.obj -MD -MP -MF $(DEPDIR)/gtkled.Tpo -c -o gtkled.obj `if test -f 'libindiclient/gtk/gtkled.c'; then $(CYGPATH_W) 'libindiclient/gtk/gtkled.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/gtkled.c'; fi`
gcx-1.3/src/Makefile.in-537-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gtkled.Tpo $(DEPDIR)/gtkled.Po
##############################################
gcx-1.3/src/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/Makefile.in:540:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gtkled.obj `if test -f 'libindiclient/gtk/gtkled.c'; then $(CYGPATH_W) 'libindiclient/gtk/gtkled.c'; else $(CYGPATH_W) '$(srcdir)/libindiclient/gtk/gtkled.c'; fi`
gcx-1.3/src/Makefile.in-541-
##############################################
gcx-1.3/src/Makefile.in-556-	dot_seen=no; \
gcx-1.3/src/Makefile.in:557:	target=`echo $@ | sed s/-recursive//`; \
gcx-1.3/src/Makefile.in-558-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gcx-1.3/src/Makefile.in-591-	rev="$$rev ."; \
gcx-1.3/src/Makefile.in:592:	target=`echo $@ | sed s/-recursive//`; \
gcx-1.3/src/Makefile.in-593-	for subdir in $$rev; do \
##############################################
gcx-1.3/src/Makefile.in-669-GTAGS:
gcx-1.3/src/Makefile.in:670:	here=`$(am__cd) $(top_builddir) && pwd` \
gcx-1.3/src/Makefile.in-671-	  && $(am__cd) $(top_srcdir) \
##############################################
gcx-1.3/src/Makefile.in-677-distdir: $(DISTFILES)
gcx-1.3/src/Makefile.in:678:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/src/Makefile.in:679:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/src/Makefile.in-680-	list='$(DISTFILES)'; \
##############################################
gcx-1.3/src/Makefile.in-691-	  if test -d $$d/$$file; then \
gcx-1.3/src/Makefile.in:692:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcx-1.3/src/Makefile.in-693-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcx-1.3/src/ccd/Makefile.in-239-.c.obj:
gcx-1.3/src/ccd/Makefile.in:240:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gcx-1.3/src/ccd/Makefile.in-241-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gcx-1.3/src/ccd/Makefile.in-243-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gcx-1.3/src/ccd/Makefile.in:244:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gcx-1.3/src/ccd/Makefile.in-245-
##############################################
gcx-1.3/src/ccd/Makefile.in-290-GTAGS:
gcx-1.3/src/ccd/Makefile.in:291:	here=`$(am__cd) $(top_builddir) && pwd` \
gcx-1.3/src/ccd/Makefile.in-292-	  && $(am__cd) $(top_srcdir) \
##############################################
gcx-1.3/src/ccd/Makefile.in-298-distdir: $(DISTFILES)
gcx-1.3/src/ccd/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/src/ccd/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcx-1.3/src/ccd/Makefile.in-301-	list='$(DISTFILES)'; \
##############################################
gcx-1.3/src/ccd/Makefile.in-312-	  if test -d $$d/$$file; then \
gcx-1.3/src/ccd/Makefile.in:313:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcx-1.3/src/ccd/Makefile.in-314-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcx-1.3/aclocal.m4-79-  if test x"$no_gtk" = x ; then
gcx-1.3/aclocal.m4:80:    GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
gcx-1.3/aclocal.m4:81:    GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
gcx-1.3/aclocal.m4-82-    gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
##############################################
gcx-1.3/aclocal.m4-264-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
gcx-1.3/aclocal.m4:265:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
gcx-1.3/aclocal.m4-266-#
##############################################
gcx-1.3/aclocal.m4-288-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gcx-1.3/aclocal.m4:289:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gcx-1.3/aclocal.m4-290-# and then we would define $MISSING as
##############################################
gcx-1.3/aclocal.m4-304-# expand $ac_aux_dir to an absolute path
gcx-1.3/aclocal.m4:305:am_aux_dir=`cd $ac_aux_dir && pwd`
gcx-1.3/aclocal.m4-306-])
##############################################
gcx-1.3/aclocal.m4-428-  if test "$am_compiler_list" = ""; then
gcx-1.3/aclocal.m4:429:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gcx-1.3/aclocal.m4-430-  fi
##############################################
gcx-1.3/aclocal.m4-574-    # Strip MF so we end up with the name of the file.
gcx-1.3/aclocal.m4:575:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gcx-1.3/aclocal.m4-576-    # Check whether this is an Automake generated Makefile or not.
##############################################
gcx-1.3/aclocal.m4-583-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gcx-1.3/aclocal.m4:584:      dirpart=`AS_DIRNAME("$mf")`
gcx-1.3/aclocal.m4-585-    else
##############################################
gcx-1.3/aclocal.m4-589-    # from the Makefile without running `make'.
gcx-1.3/aclocal.m4:590:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gcx-1.3/aclocal.m4-591-    test -z "$DEPDIR" && continue
gcx-1.3/aclocal.m4:592:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gcx-1.3/aclocal.m4-593-    test -z "am__include" && continue
gcx-1.3/aclocal.m4:594:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gcx-1.3/aclocal.m4-595-    # When using ansi2knr, U may be empty or an underscore; expand it
gcx-1.3/aclocal.m4:596:    U=`sed -n 's/^U = //p' < "$mf"`
gcx-1.3/aclocal.m4-597-    # Find all dependency output files, they are included files with
##############################################
gcx-1.3/aclocal.m4-605-      test -f "$dirpart/$file" && continue
gcx-1.3/aclocal.m4:606:      fdir=`AS_DIRNAME(["$file"])`
gcx-1.3/aclocal.m4-607-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
gcx-1.3/aclocal.m4-660-AC_REQUIRE([AC_PROG_INSTALL])dnl
gcx-1.3/aclocal.m4:661:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gcx-1.3/aclocal.m4-662-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gcx-1.3/aclocal.m4-762-    * )
gcx-1.3/aclocal.m4:763:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gcx-1.3/aclocal.m4-764-  esac
gcx-1.3/aclocal.m4-765-done
gcx-1.3/aclocal.m4:766:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gcx-1.3/aclocal.m4-767-
##############################################
gcx-1.3/aclocal.m4-837-# Ignore all kinds of additional output from `make'.
gcx-1.3/aclocal.m4:838:case `$am_make -s -f confmf 2> /dev/null` in #(
gcx-1.3/aclocal.m4-839-*the\ am__doit\ target*)
##############################################
gcx-1.3/aclocal.m4-847-   echo '.include "confinc"' > confmf
gcx-1.3/aclocal.m4:848:   case `$am_make -s -f confmf 2> /dev/null` in #(
gcx-1.3/aclocal.m4-849-   *the\ am__doit\ target*)
##############################################
gcx-1.3/aclocal.m4-1000-if (
gcx-1.3/aclocal.m4:1001:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gcx-1.3/aclocal.m4-1002-   if test "$[*]" = "X"; then
gcx-1.3/aclocal.m4-1003-      # -L didn't work.
gcx-1.3/aclocal.m4:1004:      set X `ls -t "$srcdir/configure" conftest.file`
gcx-1.3/aclocal.m4-1005-   fi
##############################################
gcx-1.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcx-1.3/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcx-1.3/configure-47-  as_echo='print -r --'
gcx-1.3/configure-48-  as_echo_n='print -rn --'
gcx-1.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcx-1.3/configure-50-  as_echo='printf %s\n'
##############################################
gcx-1.3/configure-52-else
gcx-1.3/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcx-1.3/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcx-1.3/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcx-1.3/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcx-1.3/configure-64-      esac;
##############################################
gcx-1.3/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcx-1.3/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcx-1.3/configure-175-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcx-1.3/configure-296-      case $as_dir in #(
gcx-1.3/configure:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcx-1.3/configure-298-      *) as_qdir=$as_dir;;
##############################################
gcx-1.3/configure-361-  {
gcx-1.3/configure:362:    as_val=`expr "$@" || test $? -eq 1`
gcx-1.3/configure-363-  }
##############################################
gcx-1.3/configure-368-# ----------------------------------------
gcx-1.3/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcx-1.3/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcx-1.3/configure-431-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcx-1.3/configure:432:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcx-1.3/configure-433-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcx-1.3/configure-522-	esac;
gcx-1.3/configure:523:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
gcx-1.3/configure-524-	???[sx]*):;;*)false;;esac;fi
##############################################
gcx-1.3/configure-765-  case $ac_option in
gcx-1.3/configure:766:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcx-1.3/configure-767-  *=)   ac_optarg= ;;
##############################################
gcx-1.3/configure-809-  -disable-* | --disable-*)
gcx-1.3/configure:810:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcx-1.3/configure-811-    # Reject names that are not valid shell variable names.
##############################################
gcx-1.3/configure-814-    ac_useropt_orig=$ac_useropt
gcx-1.3/configure:815:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcx-1.3/configure-816-    case $ac_user_opts in
##############################################
gcx-1.3/configure-835-  -enable-* | --enable-*)
gcx-1.3/configure:836:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcx-1.3/configure-837-    # Reject names that are not valid shell variable names.
##############################################
gcx-1.3/configure-840-    ac_useropt_orig=$ac_useropt
gcx-1.3/configure:841:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcx-1.3/configure-842-    case $ac_user_opts in
##############################################
gcx-1.3/configure-1039-  -with-* | --with-*)
gcx-1.3/configure:1040:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcx-1.3/configure-1041-    # Reject names that are not valid shell variable names.
##############################################
gcx-1.3/configure-1044-    ac_useropt_orig=$ac_useropt
gcx-1.3/configure:1045:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcx-1.3/configure-1046-    case $ac_user_opts in
##############################################
gcx-1.3/configure-1055-  -without-* | --without-*)
gcx-1.3/configure:1056:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcx-1.3/configure-1057-    # Reject names that are not valid shell variable names.
##############################################
gcx-1.3/configure-1060-    ac_useropt_orig=$ac_useropt
gcx-1.3/configure:1061:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcx-1.3/configure-1062-    case $ac_user_opts in
##############################################
gcx-1.3/configure-1093-  *=*)
gcx-1.3/configure:1094:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcx-1.3/configure-1095-    # Reject names that are not valid shell variable names.
##############################################
gcx-1.3/configure-1114-if test -n "$ac_prev"; then
gcx-1.3/configure:1115:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcx-1.3/configure-1116-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcx-1.3/configure-1136-    */ )
gcx-1.3/configure:1137:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcx-1.3/configure-1138-      eval $ac_var=\$ac_val;;
##############################################
gcx-1.3/configure-1173-ac_ls_di=`ls -di .` &&
gcx-1.3/configure:1174:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcx-1.3/configure-1175-  as_fn_error $? "working directory cannot be determined"
##############################################
gcx-1.3/configure-1229-case $srcdir in
gcx-1.3/configure:1230:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcx-1.3/configure-1231-esac
##############################################
gcx-1.3/configure-1272-By default, \`make install' will install all the files in
gcx-1.3/configure:1273:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcx-1.3/configure:1274:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcx-1.3/configure-1275-for instance \`--prefix=\$HOME'.
##############################################
gcx-1.3/configure-1352-*)
gcx-1.3/configure:1353:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcx-1.3/configure-1354-  # A ".." for each directory in $ac_dir_suffix.
gcx-1.3/configure:1355:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcx-1.3/configure-1356-  case $ac_top_builddir_sub in
##############################################
gcx-1.3/configure-1836-    *\'*)
gcx-1.3/configure:1837:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcx-1.3/configure-1838-    esac
##############################################
gcx-1.3/configure-1919-      case $ac_val in
gcx-1.3/configure:1920:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcx-1.3/configure-1921-      esac
##############################################
gcx-1.3/configure-1934-	case $ac_val in
gcx-1.3/configure:1935:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcx-1.3/configure-1936-	esac
##############################################
gcx-1.3/configure-2054-    set,)
gcx-1.3/configure:2055:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcx-1.3/configure:2056:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcx-1.3/configure-2057-      ac_cache_corrupted=: ;;
##############################################
gcx-1.3/configure-2065-	# differences in whitespace do not lead to failure.
gcx-1.3/configure:2066:	ac_old_val_w=`echo x $ac_old_val`
gcx-1.3/configure:2067:	ac_new_val_w=`echo x $ac_new_val`
gcx-1.3/configure-2068-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcx-1.3/configure-2085-    case $ac_new_val in
gcx-1.3/configure:2086:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcx-1.3/configure-2087-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcx-1.3/configure-2260-if (
gcx-1.3/configure:2261:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gcx-1.3/configure-2262-   if test "$*" = "X"; then
gcx-1.3/configure-2263-      # -L didn't work.
gcx-1.3/configure:2264:      set X `ls -t "$srcdir/configure" conftest.file`
gcx-1.3/configure-2265-   fi
##############################################
gcx-1.3/configure-2296-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gcx-1.3/configure:2297:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gcx-1.3/configure-2298-
gcx-1.3/configure-2299-# expand $ac_aux_dir to an absolute path
gcx-1.3/configure:2300:am_aux_dir=`cd $ac_aux_dir && pwd`
gcx-1.3/configure-2301-
##############################################
gcx-1.3/configure-2441-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
gcx-1.3/configure:2442:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gcx-1.3/configure-2443-	     'mkdir (GNU coreutils) '* | \
##############################################
gcx-1.3/configure-2520-set x ${MAKE-make}
gcx-1.3/configure:2521:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gcx-1.3/configure-2522-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gcx-1.3/configure-2530-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gcx-1.3/configure:2531:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gcx-1.3/configure-2532-  *@@@%%%=?*=@@@%%%*)
##############################################
gcx-1.3/configure-2557-
gcx-1.3/configure:2558:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gcx-1.3/configure-2559-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gcx-1.3/configure-2969-$as_echo_n "checking whether the C compiler works... " >&6; }
gcx-1.3/configure:2970:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcx-1.3/configure-2971-
##############################################
gcx-1.3/configure-3013-	then :; else
gcx-1.3/configure:3014:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcx-1.3/configure-3015-	fi
##############################################
gcx-1.3/configure-3073-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcx-1.3/configure:3074:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcx-1.3/configure-3075-	  break;;
##############################################
gcx-1.3/configure-3182-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcx-1.3/configure:3183:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcx-1.3/configure-3184-       break;;
##############################################
gcx-1.3/configure-3432-# Ignore all kinds of additional output from `make'.
gcx-1.3/configure:3433:case `$am_make -s -f confmf 2> /dev/null` in #(
gcx-1.3/configure-3434-*the\ am__doit\ target*)
##############################################
gcx-1.3/configure-3442-   echo '.include "confinc"' > confmf
gcx-1.3/configure:3443:   case `$am_make -s -f confmf 2> /dev/null` in #(
gcx-1.3/configure-3444-   *the\ am__doit\ target*)
##############################################
gcx-1.3/configure-3503-  if test "$am_compiler_list" = ""; then
gcx-1.3/configure:3504:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gcx-1.3/configure-3505-  fi
##############################################
gcx-1.3/configure-4170-  if test "$am_compiler_list" = ""; then
gcx-1.3/configure:4171:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gcx-1.3/configure-4172-  fi
##############################################
gcx-1.3/configure-4430-  # Check for GNU $ac_path_GREP
gcx-1.3/configure:4431:case `"$ac_path_GREP" --version 2>&1` in
gcx-1.3/configure-4432-*GNU*)
##############################################
gcx-1.3/configure-4496-  # Check for GNU $ac_path_EGREP
gcx-1.3/configure:4497:case `"$ac_path_EGREP" --version 2>&1` in
gcx-1.3/configure-4498-*GNU*)
##############################################
gcx-1.3/configure-4751-do :
gcx-1.3/configure:4752:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcx-1.3/configure-4753-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcx-1.3/configure-4756-  cat >>confdefs.h <<_ACEOF
gcx-1.3/configure:4757:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcx-1.3/configure-4758-_ACEOF
##############################################
gcx-1.3/configure-4913-  if test x"$no_gtk" = x ; then
gcx-1.3/configure:4914:    GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
gcx-1.3/configure:4915:    GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
gcx-1.3/configure-4916-    gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
##############################################
gcx-1.3/configure-5283-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcx-1.3/configure:5284:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcx-1.3/configure-5285-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcx-1.3/configure-5370-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcx-1.3/configure:5371:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcx-1.3/configure-5372-  as_echo='print -r --'
gcx-1.3/configure-5373-  as_echo_n='print -rn --'
gcx-1.3/configure:5374:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcx-1.3/configure-5375-  as_echo='printf %s\n'
##############################################
gcx-1.3/configure-5377-else
gcx-1.3/configure:5378:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcx-1.3/configure-5379-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcx-1.3/configure-5387-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcx-1.3/configure:5388:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcx-1.3/configure-5389-      esac;
##############################################
gcx-1.3/configure-5464-# ----------------------------------------
gcx-1.3/configure:5465:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcx-1.3/configure-5466-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcx-1.3/configure-5536-  {
gcx-1.3/configure:5537:    as_val=`expr "$@" || test $? -eq 1`
gcx-1.3/configure-5538-  }
##############################################
gcx-1.3/configure-5640-      case $as_dir in #(
gcx-1.3/configure:5641:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcx-1.3/configure-5642-      *) as_qdir=$as_dir;;
##############################################
gcx-1.3/configure-5697-	esac;
gcx-1.3/configure:5698:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
gcx-1.3/configure-5699-	???[sx]*):;;*)false;;esac;fi
##############################################
gcx-1.3/configure-5787-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcx-1.3/configure:5788:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcx-1.3/configure-5789-ac_cs_version="\\
##############################################
gcx-1.3/configure-5812-  --*=?*)
gcx-1.3/configure:5813:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcx-1.3/configure:5814:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcx-1.3/configure-5815-    ac_shift=:
##############################################
gcx-1.3/configure-5817-  --*=)
gcx-1.3/configure:5818:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcx-1.3/configure-5819-    ac_optarg=
##############################################
gcx-1.3/configure-5841-    case $ac_optarg in
gcx-1.3/configure:5842:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcx-1.3/configure-5843-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcx-1.3/configure-5849-    case $ac_optarg in
gcx-1.3/configure:5850:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcx-1.3/configure-5851-    esac
##############################################
gcx-1.3/configure-5983-fi
gcx-1.3/configure:5984:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcx-1.3/configure-5985-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcx-1.3/configure-6000-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcx-1.3/configure:6001:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcx-1.3/configure-6002-ac_delim='%!_!# '
##############################################
gcx-1.3/configure-6006-
gcx-1.3/configure:6007:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcx-1.3/configure-6008-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcx-1.3/configure-6144-for ac_last_try in false false :; do
gcx-1.3/configure:6145:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcx-1.3/configure-6146-  if test -z "$ac_tt"; then
##############################################
gcx-1.3/configure-6276-      esac
gcx-1.3/configure:6277:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcx-1.3/configure-6278-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcx-1.3/configure-6335-*)
gcx-1.3/configure:6336:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcx-1.3/configure-6337-  # A ".." for each directory in $ac_dir_suffix.
gcx-1.3/configure:6338:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcx-1.3/configure-6339-  case $ac_top_builddir_sub in
##############################################
gcx-1.3/configure-6396-/@mandir@/p'
gcx-1.3/configure:6397:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcx-1.3/configure-6398-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcx-1.3/configure-6413-
gcx-1.3/configure:6414:# Neutralize VPATH when `$srcdir' = `.'.
gcx-1.3/configure-6415-# Shell code in configure.ac might set extrasub.
##############################################
gcx-1.3/configure-6441-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcx-1.3/configure:6442:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcx-1.3/configure-6443-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcx-1.3/configure-6487-    * )
gcx-1.3/configure:6488:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gcx-1.3/configure-6489-  esac
##############################################
gcx-1.3/configure-6534-    # Strip MF so we end up with the name of the file.
gcx-1.3/configure:6535:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gcx-1.3/configure-6536-    # Check whether this is an Automake generated Makefile or not.
##############################################
gcx-1.3/configure-6571-    # from the Makefile without running `make'.
gcx-1.3/configure:6572:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gcx-1.3/configure-6573-    test -z "$DEPDIR" && continue
gcx-1.3/configure:6574:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gcx-1.3/configure-6575-    test -z "am__include" && continue
gcx-1.3/configure:6576:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gcx-1.3/configure-6577-    # When using ansi2knr, U may be empty or an underscore; expand it
gcx-1.3/configure:6578:    U=`sed -n 's/^U = //p' < "$mf"`
gcx-1.3/configure-6579-    # Find all dependency output files, they are included files with