===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cwdaemon-0.10.2/Makefile.in-39-  { \
cwdaemon-0.10.2/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cwdaemon-0.10.2/Makefile.in-41-  }; \
##############################################
cwdaemon-0.10.2/Makefile.in-168-  while test -n "$$dir1"; do \
cwdaemon-0.10.2/Makefile.in:169:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
cwdaemon-0.10.2/Makefile.in-170-    if test "$$first" != "."; then \
cwdaemon-0.10.2/Makefile.in-171-      if test "$$first" = ".."; then \
cwdaemon-0.10.2/Makefile.in:172:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
cwdaemon-0.10.2/Makefile.in:173:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
cwdaemon-0.10.2/Makefile.in-174-      else \
cwdaemon-0.10.2/Makefile.in:175:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
cwdaemon-0.10.2/Makefile.in-176-        if test "$$first2" = "$$first"; then \
cwdaemon-0.10.2/Makefile.in:177:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
cwdaemon-0.10.2/Makefile.in-178-        else \
##############################################
cwdaemon-0.10.2/Makefile.in-183-    fi; \
cwdaemon-0.10.2/Makefile.in:184:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
cwdaemon-0.10.2/Makefile.in-185-  done; \
##############################################
cwdaemon-0.10.2/Makefile.in-396-	dot_seen=no; \
cwdaemon-0.10.2/Makefile.in:397:	target=`echo $@ | sed s/-recursive//`; \
cwdaemon-0.10.2/Makefile.in-398-	case "$@" in \
##############################################
cwdaemon-0.10.2/Makefile.in-459-GTAGS:
cwdaemon-0.10.2/Makefile.in:460:	here=`$(am__cd) $(top_builddir) && pwd` \
cwdaemon-0.10.2/Makefile.in-461-	  && $(am__cd) $(top_srcdir) \
##############################################
cwdaemon-0.10.2/Makefile.in-491-	test -d "$(distdir)" || mkdir "$(distdir)"
cwdaemon-0.10.2/Makefile.in:492:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cwdaemon-0.10.2/Makefile.in:493:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cwdaemon-0.10.2/Makefile.in-494-	list='$(DISTFILES)'; \
##############################################
cwdaemon-0.10.2/Makefile.in-505-	  if test -d $$d/$$file; then \
cwdaemon-0.10.2/Makefile.in:506:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cwdaemon-0.10.2/Makefile.in-507-	    if test -d "$(distdir)/$$file"; then \
##############################################
cwdaemon-0.10.2/Makefile.in-616-	test -d $(distdir)/_build || exit 0; \
cwdaemon-0.10.2/Makefile.in:617:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
cwdaemon-0.10.2/Makefile.in-618-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
cwdaemon-0.10.2/Makefile.in-660-	}; \
cwdaemon-0.10.2/Makefile.in:661:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
cwdaemon-0.10.2/Makefile.in-662-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
cwdaemon-0.10.2/Makefile.in-672-	fi
cwdaemon-0.10.2/Makefile.in:673:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
cwdaemon-0.10.2/Makefile.in-674-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
cwdaemon-0.10.2/aclocal.m4-97-    PKG_CHECK_EXISTS([$3],
cwdaemon-0.10.2/aclocal.m4:98:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
cwdaemon-0.10.2/aclocal.m4-99-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
cwdaemon-0.10.2/aclocal.m4-146-        if test $_pkg_short_errors_supported = yes; then
cwdaemon-0.10.2/aclocal.m4:147:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
cwdaemon-0.10.2/aclocal.m4-148-        else 
cwdaemon-0.10.2/aclocal.m4:149:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
cwdaemon-0.10.2/aclocal.m4-150-        fi
##############################################
cwdaemon-0.10.2/aclocal.m4-307-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
cwdaemon-0.10.2/aclocal.m4:308:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
cwdaemon-0.10.2/aclocal.m4-309-# and then we would define $MISSING as
##############################################
cwdaemon-0.10.2/aclocal.m4-322-# Expand $ac_aux_dir to an absolute path.
cwdaemon-0.10.2/aclocal.m4:323:am_aux_dir=`cd "$ac_aux_dir" && pwd`
cwdaemon-0.10.2/aclocal.m4-324-])
##############################################
cwdaemon-0.10.2/aclocal.m4-420-  if test "$am_compiler_list" = ""; then
cwdaemon-0.10.2/aclocal.m4:421:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
cwdaemon-0.10.2/aclocal.m4-422-  fi
##############################################
cwdaemon-0.10.2/aclocal.m4-571-    # Strip MF so we end up with the name of the file.
cwdaemon-0.10.2/aclocal.m4:572:    mf=`echo "$mf" | sed -e 's/:.*$//'`
cwdaemon-0.10.2/aclocal.m4-573-    # Check whether this is an Automake generated Makefile or not.
##############################################
cwdaemon-0.10.2/aclocal.m4-580-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
cwdaemon-0.10.2/aclocal.m4:581:      dirpart=`AS_DIRNAME("$mf")`
cwdaemon-0.10.2/aclocal.m4-582-    else
##############################################
cwdaemon-0.10.2/aclocal.m4-586-    # from the Makefile without running 'make'.
cwdaemon-0.10.2/aclocal.m4:587:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
cwdaemon-0.10.2/aclocal.m4-588-    test -z "$DEPDIR" && continue
cwdaemon-0.10.2/aclocal.m4:589:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
cwdaemon-0.10.2/aclocal.m4-590-    test -z "$am__include" && continue
cwdaemon-0.10.2/aclocal.m4:591:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
cwdaemon-0.10.2/aclocal.m4-592-    # Find all dependency output files, they are included files with
##############################################
cwdaemon-0.10.2/aclocal.m4-600-      test -f "$dirpart/$file" && continue
cwdaemon-0.10.2/aclocal.m4:601:      fdir=`AS_DIRNAME(["$file"])`
cwdaemon-0.10.2/aclocal.m4-602-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
cwdaemon-0.10.2/aclocal.m4-658-AC_REQUIRE([AC_PROG_INSTALL])dnl
cwdaemon-0.10.2/aclocal.m4:659:if test "`cd $srcdir && pwd`" != "`pwd`"; then
cwdaemon-0.10.2/aclocal.m4-660-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
cwdaemon-0.10.2/aclocal.m4-814-    * )
cwdaemon-0.10.2/aclocal.m4:815:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
cwdaemon-0.10.2/aclocal.m4-816-  esac
cwdaemon-0.10.2/aclocal.m4-817-done
cwdaemon-0.10.2/aclocal.m4:818:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
cwdaemon-0.10.2/aclocal.m4-819-
##############################################
cwdaemon-0.10.2/aclocal.m4-921-# Ignore all kinds of additional output from 'make'.
cwdaemon-0.10.2/aclocal.m4:922:case `$am_make -s -f confmf 2> /dev/null` in #(
cwdaemon-0.10.2/aclocal.m4-923-*the\ am__doit\ target*)
##############################################
cwdaemon-0.10.2/aclocal.m4-931-   echo '.include "confinc"' > confmf
cwdaemon-0.10.2/aclocal.m4:932:   case `$am_make -s -f confmf 2> /dev/null` in #(
cwdaemon-0.10.2/aclocal.m4-933-   *the\ am__doit\ target*)
##############################################
cwdaemon-0.10.2/aclocal.m4-1142-     echo "timestamp, slept: $am_has_slept" > conftest.file
cwdaemon-0.10.2/aclocal.m4:1143:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
cwdaemon-0.10.2/aclocal.m4-1144-     if test "$[*]" = "X"; then
cwdaemon-0.10.2/aclocal.m4-1145-	# -L didn't work.
cwdaemon-0.10.2/aclocal.m4:1146:	set X `ls -t "$srcdir/configure" conftest.file`
cwdaemon-0.10.2/aclocal.m4-1147-     fi
##############################################
cwdaemon-0.10.2/compile-68-	mingw/*)
cwdaemon-0.10.2/compile:69:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
cwdaemon-0.10.2/compile-70-	  ;;
cwdaemon-0.10.2/compile-71-	cygwin/*)
cwdaemon-0.10.2/compile:72:	  file=`cygpath -m "$file" || echo "$file"`
cwdaemon-0.10.2/compile-73-	  ;;
cwdaemon-0.10.2/compile-74-	wine/*)
cwdaemon-0.10.2/compile:75:	  file=`winepath -w "$file" || echo "$file"`
cwdaemon-0.10.2/compile-76-	  ;;
##############################################
cwdaemon-0.10.2/compile-272-# Name of file we expect compiler to create.
cwdaemon-0.10.2/compile:273:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
cwdaemon-0.10.2/compile-274-
##############################################
cwdaemon-0.10.2/compile-278-# object file name, since that is what matters with a parallel build.
cwdaemon-0.10.2/compile:279:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
cwdaemon-0.10.2/compile-280-while true; do
##############################################
cwdaemon-0.10.2/config.guess-39-
cwdaemon-0.10.2/config.guess:40:me=`echo "$0" | sed -e 's,.*/,,'`
cwdaemon-0.10.2/config.guess-41-
##############################################
cwdaemon-0.10.2/config.guess-108-: ${TMPDIR=/tmp} ;
cwdaemon-0.10.2/config.guess:109: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
cwdaemon-0.10.2/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
cwdaemon-0.10.2/config.guess-193-	    *)
cwdaemon-0.10.2/config.guess:194:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
cwdaemon-0.10.2/config.guess-195-		;;
##############################################
cwdaemon-0.10.2/config.guess-217-	*4.0)
cwdaemon-0.10.2/config.guess:218:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
cwdaemon-0.10.2/config.guess-219-		;;
cwdaemon-0.10.2/config.guess-220-	*5.*)
cwdaemon-0.10.2/config.guess:221:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
cwdaemon-0.10.2/config.guess-222-		;;
##############################################
cwdaemon-0.10.2/config.guess-227-	# types through head -n 1, so we only detect the type of CPU 0.
cwdaemon-0.10.2/config.guess:228:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
cwdaemon-0.10.2/config.guess-229-	case "$ALPHA_CPU_TYPE" in
##############################################
cwdaemon-0.10.2/config.guess-265-	# 1.2 uses "1.2" for uname -r.
cwdaemon-0.10.2/config.guess:266:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
cwdaemon-0.10.2/config.guess-267-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-322-    sun4H:SunOS:5.*:*)
cwdaemon-0.10.2/config.guess:323:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cwdaemon-0.10.2/config.guess-324-	exit ;;
cwdaemon-0.10.2/config.guess-325-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
cwdaemon-0.10.2/config.guess:326:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cwdaemon-0.10.2/config.guess-327-	exit ;;
cwdaemon-0.10.2/config.guess-328-    i86pc:SunOS:5.*:*)
cwdaemon-0.10.2/config.guess:329:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cwdaemon-0.10.2/config.guess-330-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-334-	# it's likely to be more like Solaris than SunOS4.
cwdaemon-0.10.2/config.guess:335:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cwdaemon-0.10.2/config.guess-336-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-343-	# Japanese Language versions have a version number like `4.1.3-JL'.
cwdaemon-0.10.2/config.guess:344:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
cwdaemon-0.10.2/config.guess-345-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-349-    sun*:*:4.2BSD:*)
cwdaemon-0.10.2/config.guess:350:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
cwdaemon-0.10.2/config.guess-351-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
cwdaemon-0.10.2/config.guess-431-	$CC_FOR_BUILD -o $dummy $dummy.c &&
cwdaemon-0.10.2/config.guess:432:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
cwdaemon-0.10.2/config.guess:433:	  SYSTEM_NAME=`$dummy $dummyarg` &&
cwdaemon-0.10.2/config.guess-434-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
cwdaemon-0.10.2/config.guess-487-    *:IRIX*:*:*)
cwdaemon-0.10.2/config.guess:488:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
cwdaemon-0.10.2/config.guess-489-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-517-EOF
cwdaemon-0.10.2/config.guess:518:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
cwdaemon-0.10.2/config.guess-519-		then
##############################################
cwdaemon-0.10.2/config.guess-530-    *:AIX:*:[45])
cwdaemon-0.10.2/config.guess:531:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
cwdaemon-0.10.2/config.guess-532-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
cwdaemon-0.10.2/config.guess-565-    9000/[34678]??:HP-UX:*:*)
cwdaemon-0.10.2/config.guess:566:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
cwdaemon-0.10.2/config.guess-567-	case "${UNAME_MACHINE}" in
##############################################
cwdaemon-0.10.2/config.guess-619-EOF
cwdaemon-0.10.2/config.guess:620:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
cwdaemon-0.10.2/config.guess-621-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
cwdaemon-0.10.2/config.guess-647-    ia64:HP-UX:*:*)
cwdaemon-0.10.2/config.guess:648:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
cwdaemon-0.10.2/config.guess-649-	echo ia64-hp-hpux${HPUX_REV}
##############################################
cwdaemon-0.10.2/config.guess-677-EOF
cwdaemon-0.10.2/config.guess:678:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
cwdaemon-0.10.2/config.guess-679-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
cwdaemon-0.10.2/config.guess-748-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
cwdaemon-0.10.2/config.guess:749:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
cwdaemon-0.10.2/config.guess-750-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
cwdaemon-0.10.2/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
cwdaemon-0.10.2/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
cwdaemon-0.10.2/config.guess-755-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
cwdaemon-0.10.2/config.guess-766-    *:FreeBSD:*:*)
cwdaemon-0.10.2/config.guess:767:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
cwdaemon-0.10.2/config.guess-768-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-803-    prep*:SunOS:5.*:*)
cwdaemon-0.10.2/config.guess:804:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cwdaemon-0.10.2/config.guess-805-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-807-	# the GNU system
cwdaemon-0.10.2/config.guess:808:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
cwdaemon-0.10.2/config.guess-809-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-811-	# other systems with GNU libc and userland
cwdaemon-0.10.2/config.guess:812:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
cwdaemon-0.10.2/config.guess-813-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-853-EOF
cwdaemon-0.10.2/config.guess:854:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
cwdaemon-0.10.2/config.guess-855-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
cwdaemon-0.10.2/config.guess-872-EOF
cwdaemon-0.10.2/config.guess:873:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
cwdaemon-0.10.2/config.guess-874-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
cwdaemon-0.10.2/config.guess-976-EOF
cwdaemon-0.10.2/config.guess:977:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
cwdaemon-0.10.2/config.guess-978-	test x"${LIBC}" != x && {
##############################################
cwdaemon-0.10.2/config.guess-1018-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
cwdaemon-0.10.2/config.guess:1019:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
cwdaemon-0.10.2/config.guess-1020-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
cwdaemon-0.10.2/config.guess-1251-    *:DragonFly:*:*)
cwdaemon-0.10.2/config.guess:1252:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
cwdaemon-0.10.2/config.guess-1253-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-1264-    i*86:skyos:*:*)
cwdaemon-0.10.2/config.guess:1265:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
cwdaemon-0.10.2/config.guess-1266-	exit ;;
##############################################
cwdaemon-0.10.2/config.guess-1386-
cwdaemon-0.10.2/config.guess:1387:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
cwdaemon-0.10.2/config.guess-1388-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
cwdaemon-0.10.2/config.sub-55-
cwdaemon-0.10.2/config.sub:56:me=`echo "$0" | sed -e 's,.*/,,'`
cwdaemon-0.10.2/config.sub-57-
##############################################
cwdaemon-0.10.2/config.sub-119-# Here we must recognize all the valid KERNEL-OS combinations.
cwdaemon-0.10.2/config.sub:120:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
cwdaemon-0.10.2/config.sub-121-case $maybe_os in
##############################################
cwdaemon-0.10.2/config.sub-124-    os=-$maybe_os
cwdaemon-0.10.2/config.sub:125:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
cwdaemon-0.10.2/config.sub-126-    ;;
cwdaemon-0.10.2/config.sub-127-  *)
cwdaemon-0.10.2/config.sub:128:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
cwdaemon-0.10.2/config.sub-129-    if [ $basic_machine != $1 ]
cwdaemon-0.10.2/config.sub:130:    then os=`echo $1 | sed 's/.*-/-/'`
cwdaemon-0.10.2/config.sub-131-    else os=; fi
##############################################
cwdaemon-0.10.2/config.sub-175-		os=-sco3.2v5
cwdaemon-0.10.2/config.sub:176:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cwdaemon-0.10.2/config.sub-177-		;;
##############################################
cwdaemon-0.10.2/config.sub-179-		os=-sco3.2v4
cwdaemon-0.10.2/config.sub:180:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cwdaemon-0.10.2/config.sub-181-		;;
cwdaemon-0.10.2/config.sub-182-	-sco3.2.[4-9]*)
cwdaemon-0.10.2/config.sub:183:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
cwdaemon-0.10.2/config.sub:184:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cwdaemon-0.10.2/config.sub-185-		;;
##############################################
cwdaemon-0.10.2/config.sub-187-		# Don't forget version if it is 3.2v4 or newer.
cwdaemon-0.10.2/config.sub:188:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cwdaemon-0.10.2/config.sub-189-		;;
##############################################
cwdaemon-0.10.2/config.sub-191-		os=-sco3.2v2
cwdaemon-0.10.2/config.sub:192:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cwdaemon-0.10.2/config.sub-193-		;;
cwdaemon-0.10.2/config.sub-194-	-udk*)
cwdaemon-0.10.2/config.sub:195:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cwdaemon-0.10.2/config.sub-196-		;;
##############################################
cwdaemon-0.10.2/config.sub-198-		os=-isc2.2
cwdaemon-0.10.2/config.sub:199:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cwdaemon-0.10.2/config.sub-200-		;;
##############################################
cwdaemon-0.10.2/config.sub-204-	-isc*)
cwdaemon-0.10.2/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cwdaemon-0.10.2/config.sub-206-		;;
##############################################
cwdaemon-0.10.2/config.sub-210-	-ptx*)
cwdaemon-0.10.2/config.sub:211:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
cwdaemon-0.10.2/config.sub-212-		;;
cwdaemon-0.10.2/config.sub-213-	-windowsnt*)
cwdaemon-0.10.2/config.sub:214:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
cwdaemon-0.10.2/config.sub-215-		;;
##############################################
cwdaemon-0.10.2/config.sub-297-	*-*-*)
cwdaemon-0.10.2/config.sub:298:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
cwdaemon-0.10.2/config.sub-299-		exit 1
##############################################
cwdaemon-0.10.2/config.sub-400-	amd64-*)
cwdaemon-0.10.2/config.sub:401:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
cwdaemon-0.10.2/config.sub-402-		;;
##############################################
cwdaemon-0.10.2/config.sub-621-	i*86v32)
cwdaemon-0.10.2/config.sub:622:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cwdaemon-0.10.2/config.sub-623-		os=-sysv32
##############################################
cwdaemon-0.10.2/config.sub-625-	i*86v4*)
cwdaemon-0.10.2/config.sub:626:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cwdaemon-0.10.2/config.sub-627-		os=-sysv4
##############################################
cwdaemon-0.10.2/config.sub-629-	i*86v)
cwdaemon-0.10.2/config.sub:630:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cwdaemon-0.10.2/config.sub-631-		os=-sysv
##############################################
cwdaemon-0.10.2/config.sub-633-	i*86sol2)
cwdaemon-0.10.2/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cwdaemon-0.10.2/config.sub-635-		os=-solaris2
##############################################
cwdaemon-0.10.2/config.sub-681-	mips3*-*)
cwdaemon-0.10.2/config.sub:682:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
cwdaemon-0.10.2/config.sub-683-		;;
cwdaemon-0.10.2/config.sub-684-	mips3*)
cwdaemon-0.10.2/config.sub:685:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
cwdaemon-0.10.2/config.sub-686-		;;
##############################################
cwdaemon-0.10.2/config.sub-818-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
cwdaemon-0.10.2/config.sub:819:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
cwdaemon-0.10.2/config.sub-820-		;;
cwdaemon-0.10.2/config.sub-821-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
cwdaemon-0.10.2/config.sub:822:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
cwdaemon-0.10.2/config.sub-823-		;;
cwdaemon-0.10.2/config.sub-824-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
cwdaemon-0.10.2/config.sub:825:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
cwdaemon-0.10.2/config.sub-826-		;;
cwdaemon-0.10.2/config.sub-827-	pentium4-*)
cwdaemon-0.10.2/config.sub:828:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
cwdaemon-0.10.2/config.sub-829-		;;
##############################################
cwdaemon-0.10.2/config.sub-836-		;;
cwdaemon-0.10.2/config.sub:837:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
cwdaemon-0.10.2/config.sub-838-		;;
##############################################
cwdaemon-0.10.2/config.sub-842-	ppcle-* | powerpclittle-*)
cwdaemon-0.10.2/config.sub:843:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
cwdaemon-0.10.2/config.sub-844-		;;
##############################################
cwdaemon-0.10.2/config.sub-846-		;;
cwdaemon-0.10.2/config.sub:847:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
cwdaemon-0.10.2/config.sub-848-		;;
##############################################
cwdaemon-0.10.2/config.sub-852-	ppc64le-* | powerpc64little-*)
cwdaemon-0.10.2/config.sub:853:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
cwdaemon-0.10.2/config.sub-854-		;;
##############################################
cwdaemon-0.10.2/config.sub-1125-	*)
cwdaemon-0.10.2/config.sub:1126:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
cwdaemon-0.10.2/config.sub-1127-		exit 1
##############################################
cwdaemon-0.10.2/config.sub-1133-	*-digital*)
cwdaemon-0.10.2/config.sub:1134:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
cwdaemon-0.10.2/config.sub-1135-		;;
cwdaemon-0.10.2/config.sub-1136-	*-commodore*)
cwdaemon-0.10.2/config.sub:1137:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
cwdaemon-0.10.2/config.sub-1138-		;;
##############################################
cwdaemon-0.10.2/config.sub-1151-	-solaris1 | -solaris1.*)
cwdaemon-0.10.2/config.sub:1152:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
cwdaemon-0.10.2/config.sub-1153-		;;
##############################################
cwdaemon-0.10.2/config.sub-1163-	-gnu/linux*)
cwdaemon-0.10.2/config.sub:1164:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
cwdaemon-0.10.2/config.sub-1165-		;;
##############################################
cwdaemon-0.10.2/config.sub-1205-	-nto*)
cwdaemon-0.10.2/config.sub:1206:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
cwdaemon-0.10.2/config.sub-1207-		;;
##############################################
cwdaemon-0.10.2/config.sub-1212-	-mac*)
cwdaemon-0.10.2/config.sub:1213:		os=`echo $os | sed -e 's|mac|macos|'`
cwdaemon-0.10.2/config.sub-1214-		;;
##############################################
cwdaemon-0.10.2/config.sub-1218-	-linux*)
cwdaemon-0.10.2/config.sub:1219:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
cwdaemon-0.10.2/config.sub-1220-		;;
cwdaemon-0.10.2/config.sub-1221-	-sunos5*)
cwdaemon-0.10.2/config.sub:1222:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
cwdaemon-0.10.2/config.sub-1223-		;;
cwdaemon-0.10.2/config.sub-1224-	-sunos6*)
cwdaemon-0.10.2/config.sub:1225:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
cwdaemon-0.10.2/config.sub-1226-		;;
##############################################
cwdaemon-0.10.2/config.sub-1273-	-sinix5.*)
cwdaemon-0.10.2/config.sub:1274:		os=`echo $os | sed -e 's|sinix|sysv|'`
cwdaemon-0.10.2/config.sub-1275-		;;
##############################################
cwdaemon-0.10.2/config.sub-1324-		# Get rid of the `-' at the beginning of $os.
cwdaemon-0.10.2/config.sub:1325:		os=`echo $os | sed 's/[^-]*-//'`
cwdaemon-0.10.2/config.sub:1326:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
cwdaemon-0.10.2/config.sub-1327-		exit 1
##############################################
cwdaemon-0.10.2/config.sub-1566-		esac
cwdaemon-0.10.2/config.sub:1567:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
cwdaemon-0.10.2/config.sub-1568-		;;
##############################################
cwdaemon-0.10.2/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
cwdaemon-0.10.2/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
cwdaemon-0.10.2/configure-47-  as_echo='print -r --'
cwdaemon-0.10.2/configure-48-  as_echo_n='print -rn --'
cwdaemon-0.10.2/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
cwdaemon-0.10.2/configure-50-  as_echo='printf %s\n'
##############################################
cwdaemon-0.10.2/configure-52-else
cwdaemon-0.10.2/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
cwdaemon-0.10.2/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
cwdaemon-0.10.2/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
cwdaemon-0.10.2/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
cwdaemon-0.10.2/configure-64-      esac;
##############################################
cwdaemon-0.10.2/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
cwdaemon-0.10.2/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
cwdaemon-0.10.2/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
cwdaemon-0.10.2/configure-327-      case $as_dir in #(
cwdaemon-0.10.2/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
cwdaemon-0.10.2/configure-329-      *) as_qdir=$as_dir;;
##############################################
cwdaemon-0.10.2/configure-400-  {
cwdaemon-0.10.2/configure:401:    as_val=`expr "$@" || test $? -eq 1`
cwdaemon-0.10.2/configure-402-  }
##############################################
cwdaemon-0.10.2/configure-407-# ----------------------------------------
cwdaemon-0.10.2/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
cwdaemon-0.10.2/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
cwdaemon-0.10.2/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
cwdaemon-0.10.2/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
cwdaemon-0.10.2/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
cwdaemon-0.10.2/configure-805-  case $ac_option in
cwdaemon-0.10.2/configure:806:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
cwdaemon-0.10.2/configure-807-  *=)   ac_optarg= ;;
##############################################
cwdaemon-0.10.2/configure-849-  -disable-* | --disable-*)
cwdaemon-0.10.2/configure:850:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
cwdaemon-0.10.2/configure-851-    # Reject names that are not valid shell variable names.
##############################################
cwdaemon-0.10.2/configure-854-    ac_useropt_orig=$ac_useropt
cwdaemon-0.10.2/configure:855:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cwdaemon-0.10.2/configure-856-    case $ac_user_opts in
##############################################
cwdaemon-0.10.2/configure-875-  -enable-* | --enable-*)
cwdaemon-0.10.2/configure:876:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
cwdaemon-0.10.2/configure-877-    # Reject names that are not valid shell variable names.
##############################################
cwdaemon-0.10.2/configure-880-    ac_useropt_orig=$ac_useropt
cwdaemon-0.10.2/configure:881:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cwdaemon-0.10.2/configure-882-    case $ac_user_opts in
##############################################
cwdaemon-0.10.2/configure-1079-  -with-* | --with-*)
cwdaemon-0.10.2/configure:1080:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
cwdaemon-0.10.2/configure-1081-    # Reject names that are not valid shell variable names.
##############################################
cwdaemon-0.10.2/configure-1084-    ac_useropt_orig=$ac_useropt
cwdaemon-0.10.2/configure:1085:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cwdaemon-0.10.2/configure-1086-    case $ac_user_opts in
##############################################
cwdaemon-0.10.2/configure-1095-  -without-* | --without-*)
cwdaemon-0.10.2/configure:1096:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
cwdaemon-0.10.2/configure-1097-    # Reject names that are not valid shell variable names.
##############################################
cwdaemon-0.10.2/configure-1100-    ac_useropt_orig=$ac_useropt
cwdaemon-0.10.2/configure:1101:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cwdaemon-0.10.2/configure-1102-    case $ac_user_opts in
##############################################
cwdaemon-0.10.2/configure-1133-  *=*)
cwdaemon-0.10.2/configure:1134:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
cwdaemon-0.10.2/configure-1135-    # Reject names that are not valid shell variable names.
##############################################
cwdaemon-0.10.2/configure-1154-if test -n "$ac_prev"; then
cwdaemon-0.10.2/configure:1155:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
cwdaemon-0.10.2/configure-1156-  as_fn_error $? "missing argument to $ac_option"
##############################################
cwdaemon-0.10.2/configure-1176-    */ )
cwdaemon-0.10.2/configure:1177:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
cwdaemon-0.10.2/configure-1178-      eval $ac_var=\$ac_val;;
##############################################
cwdaemon-0.10.2/configure-1211-ac_ls_di=`ls -di .` &&
cwdaemon-0.10.2/configure:1212:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
cwdaemon-0.10.2/configure-1213-  as_fn_error $? "working directory cannot be determined"
##############################################
cwdaemon-0.10.2/configure-1267-case $srcdir in
cwdaemon-0.10.2/configure:1268:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
cwdaemon-0.10.2/configure-1269-esac
##############################################
cwdaemon-0.10.2/configure-1310-By default, \`make install' will install all the files in
cwdaemon-0.10.2/configure:1311:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
cwdaemon-0.10.2/configure:1312:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
cwdaemon-0.10.2/configure-1313-for instance \`--prefix=\$HOME'.
##############################################
cwdaemon-0.10.2/configure-1404-*)
cwdaemon-0.10.2/configure:1405:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
cwdaemon-0.10.2/configure-1406-  # A ".." for each directory in $ac_dir_suffix.
cwdaemon-0.10.2/configure:1407:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
cwdaemon-0.10.2/configure-1408-  case $ac_top_builddir_sub in
##############################################
cwdaemon-0.10.2/configure-1946-    *\'*)
cwdaemon-0.10.2/configure:1947:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
cwdaemon-0.10.2/configure-1948-    esac
##############################################
cwdaemon-0.10.2/configure-2029-      case $ac_val in
cwdaemon-0.10.2/configure:2030:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
cwdaemon-0.10.2/configure-2031-      esac
##############################################
cwdaemon-0.10.2/configure-2044-	case $ac_val in
cwdaemon-0.10.2/configure:2045:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
cwdaemon-0.10.2/configure-2046-	esac
##############################################
cwdaemon-0.10.2/configure-2164-    set,)
cwdaemon-0.10.2/configure:2165:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
cwdaemon-0.10.2/configure:2166:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
cwdaemon-0.10.2/configure-2167-      ac_cache_corrupted=: ;;
##############################################
cwdaemon-0.10.2/configure-2175-	# differences in whitespace do not lead to failure.
cwdaemon-0.10.2/configure:2176:	ac_old_val_w=`echo x $ac_old_val`
cwdaemon-0.10.2/configure:2177:	ac_new_val_w=`echo x $ac_new_val`
cwdaemon-0.10.2/configure-2178-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
cwdaemon-0.10.2/configure-2195-    case $ac_new_val in
cwdaemon-0.10.2/configure:2196:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
cwdaemon-0.10.2/configure-2197-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
cwdaemon-0.10.2/configure-2370-     echo "timestamp, slept: $am_has_slept" > conftest.file
cwdaemon-0.10.2/configure:2371:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
cwdaemon-0.10.2/configure-2372-     if test "$*" = "X"; then
cwdaemon-0.10.2/configure-2373-	# -L didn't work.
cwdaemon-0.10.2/configure:2374:	set X `ls -t "$srcdir/configure" conftest.file`
cwdaemon-0.10.2/configure-2375-     fi
##############################################
cwdaemon-0.10.2/configure-2421-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
cwdaemon-0.10.2/configure:2422:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cwdaemon-0.10.2/configure-2423-
cwdaemon-0.10.2/configure-2424-# Expand $ac_aux_dir to an absolute path.
cwdaemon-0.10.2/configure:2425:am_aux_dir=`cd "$ac_aux_dir" && pwd`
cwdaemon-0.10.2/configure-2426-
##############################################
cwdaemon-0.10.2/configure-2566-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
cwdaemon-0.10.2/configure:2567:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
cwdaemon-0.10.2/configure-2568-	     'mkdir (GNU coreutils) '* | \
##############################################
cwdaemon-0.10.2/configure-2639-set x ${MAKE-make}
cwdaemon-0.10.2/configure:2640:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
cwdaemon-0.10.2/configure-2641-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
cwdaemon-0.10.2/configure-2649-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
cwdaemon-0.10.2/configure:2650:case `${MAKE-make} -f conftest.make 2>/dev/null` in
cwdaemon-0.10.2/configure-2651-  *@@@%%%=?*=@@@%%%*)
##############################################
cwdaemon-0.10.2/configure-2715-
cwdaemon-0.10.2/configure:2716:if test "`cd $srcdir && pwd`" != "`pwd`"; then
cwdaemon-0.10.2/configure-2717-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
cwdaemon-0.10.2/configure-2874-# Ignore all kinds of additional output from 'make'.
cwdaemon-0.10.2/configure:2875:case `$am_make -s -f confmf 2> /dev/null` in #(
cwdaemon-0.10.2/configure-2876-*the\ am__doit\ target*)
##############################################
cwdaemon-0.10.2/configure-2884-   echo '.include "confinc"' > confmf
cwdaemon-0.10.2/configure:2885:   case `$am_make -s -f confmf 2> /dev/null` in #(
cwdaemon-0.10.2/configure-2886-   *the\ am__doit\ target*)
##############################################
cwdaemon-0.10.2/configure-3263-$as_echo_n "checking whether the C compiler works... " >&6; }
cwdaemon-0.10.2/configure:3264:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
cwdaemon-0.10.2/configure-3265-
##############################################
cwdaemon-0.10.2/configure-3307-	then :; else
cwdaemon-0.10.2/configure:3308:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cwdaemon-0.10.2/configure-3309-	fi
##############################################
cwdaemon-0.10.2/configure-3367-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
cwdaemon-0.10.2/configure:3368:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cwdaemon-0.10.2/configure-3369-	  break;;
##############################################
cwdaemon-0.10.2/configure-3476-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
cwdaemon-0.10.2/configure:3477:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
cwdaemon-0.10.2/configure-3478-       break;;
##############################################
cwdaemon-0.10.2/configure-3794-  if test "$am_compiler_list" = ""; then
cwdaemon-0.10.2/configure:3795:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
cwdaemon-0.10.2/configure-3796-  fi
##############################################
cwdaemon-0.10.2/configure-4051-  # Check for GNU $ac_path_GREP
cwdaemon-0.10.2/configure:4052:case `"$ac_path_GREP" --version 2>&1` in
cwdaemon-0.10.2/configure-4053-*GNU*)
##############################################
cwdaemon-0.10.2/configure-4117-  # Check for GNU $ac_path_EGREP
cwdaemon-0.10.2/configure:4118:case `"$ac_path_EGREP" --version 2>&1` in
cwdaemon-0.10.2/configure-4119-*GNU*)
##############################################
cwdaemon-0.10.2/configure-4836-  if test "$am_compiler_list" = ""; then
cwdaemon-0.10.2/configure:4837:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
cwdaemon-0.10.2/configure-4838-  fi
##############################################
cwdaemon-0.10.2/configure-5563-  if test "$am_compiler_list" = ""; then
cwdaemon-0.10.2/configure:5564:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
cwdaemon-0.10.2/configure-5565-  fi
##############################################
cwdaemon-0.10.2/configure-5829-do :
cwdaemon-0.10.2/configure:5830:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
cwdaemon-0.10.2/configure-5831-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
cwdaemon-0.10.2/configure-5834-  cat >>confdefs.h <<_ACEOF
cwdaemon-0.10.2/configure:5835:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
cwdaemon-0.10.2/configure-5836-_ACEOF
##############################################
cwdaemon-0.10.2/configure-5847-do :
cwdaemon-0.10.2/configure:5848:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
cwdaemon-0.10.2/configure-5849-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
cwdaemon-0.10.2/configure-5851-  cat >>confdefs.h <<_ACEOF
cwdaemon-0.10.2/configure:5852:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
cwdaemon-0.10.2/configure-5853-_ACEOF
##############################################
cwdaemon-0.10.2/configure-5911-do :
cwdaemon-0.10.2/configure:5912:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
cwdaemon-0.10.2/configure-5913-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
cwdaemon-0.10.2/configure-5915-  cat >>confdefs.h <<_ACEOF
cwdaemon-0.10.2/configure:5916:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
cwdaemon-0.10.2/configure-5917-_ACEOF
##############################################
cwdaemon-0.10.2/configure-6145-do :
cwdaemon-0.10.2/configure:6146:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
cwdaemon-0.10.2/configure-6147-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
cwdaemon-0.10.2/configure-6149-  cat >>confdefs.h <<_ACEOF
cwdaemon-0.10.2/configure:6150:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
cwdaemon-0.10.2/configure-6151-_ACEOF
##############################################
cwdaemon-0.10.2/configure-6174-# For debug purposes only.
cwdaemon-0.10.2/configure:6175:# CFLAGS=`echo "$CFLAGS" | sed 's/-O2/-O0/g'`
cwdaemon-0.10.2/configure-6176-
##############################################
cwdaemon-0.10.2/configure-6317-  test $ac_status = 0; }; then
cwdaemon-0.10.2/configure:6318:  pkg_cv_LIBCW_CFLAGS=`$PKG_CONFIG --cflags "libcw >= 5" 2>/dev/null`
cwdaemon-0.10.2/configure-6319-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
cwdaemon-0.10.2/configure-6334-  test $ac_status = 0; }; then
cwdaemon-0.10.2/configure:6335:  pkg_cv_LIBCW_LIBS=`$PKG_CONFIG --libs "libcw >= 5" 2>/dev/null`
cwdaemon-0.10.2/configure-6336-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
cwdaemon-0.10.2/configure-6355-        if test $_pkg_short_errors_supported = yes; then
cwdaemon-0.10.2/configure:6356:	        LIBCW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcw >= 5" 2>&1`
cwdaemon-0.10.2/configure-6357-        else
cwdaemon-0.10.2/configure:6358:	        LIBCW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcw >= 5" 2>&1`
cwdaemon-0.10.2/configure-6359-        fi
##############################################
cwdaemon-0.10.2/configure-6484-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
cwdaemon-0.10.2/configure:6485:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
cwdaemon-0.10.2/configure-6486-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
cwdaemon-0.10.2/configure-6587-if test -z "$BASH_VERSION$ZSH_VERSION" \
cwdaemon-0.10.2/configure:6588:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
cwdaemon-0.10.2/configure-6589-  as_echo='print -r --'
cwdaemon-0.10.2/configure-6590-  as_echo_n='print -rn --'
cwdaemon-0.10.2/configure:6591:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
cwdaemon-0.10.2/configure-6592-  as_echo='printf %s\n'
##############################################
cwdaemon-0.10.2/configure-6594-else
cwdaemon-0.10.2/configure:6595:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
cwdaemon-0.10.2/configure-6596-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
cwdaemon-0.10.2/configure-6604-	expr "X$arg" : "X\\(.*\\)$as_nl";
cwdaemon-0.10.2/configure:6605:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
cwdaemon-0.10.2/configure-6606-      esac;
##############################################
cwdaemon-0.10.2/configure-6681-# ----------------------------------------
cwdaemon-0.10.2/configure:6682:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
cwdaemon-0.10.2/configure-6683-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
cwdaemon-0.10.2/configure-6753-  {
cwdaemon-0.10.2/configure:6754:    as_val=`expr "$@" || test $? -eq 1`
cwdaemon-0.10.2/configure-6755-  }
##############################################
cwdaemon-0.10.2/configure-6857-      case $as_dir in #(
cwdaemon-0.10.2/configure:6858:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
cwdaemon-0.10.2/configure-6859-      *) as_qdir=$as_dir;;
##############################################
cwdaemon-0.10.2/configure-6992-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cwdaemon-0.10.2/configure:6993:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
cwdaemon-0.10.2/configure-6994-ac_cs_version="\\
##############################################
cwdaemon-0.10.2/configure-7017-  --*=?*)
cwdaemon-0.10.2/configure:7018:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
cwdaemon-0.10.2/configure:7019:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
cwdaemon-0.10.2/configure-7020-    ac_shift=:
##############################################
cwdaemon-0.10.2/configure-7022-  --*=)
cwdaemon-0.10.2/configure:7023:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
cwdaemon-0.10.2/configure-7024-    ac_optarg=
##############################################
cwdaemon-0.10.2/configure-7046-    case $ac_optarg in
cwdaemon-0.10.2/configure:7047:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
cwdaemon-0.10.2/configure-7048-    '') as_fn_error $? "missing file argument" ;;
##############################################
cwdaemon-0.10.2/configure-7054-    case $ac_optarg in
cwdaemon-0.10.2/configure:7055:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
cwdaemon-0.10.2/configure-7056-    esac
##############################################
cwdaemon-0.10.2/configure-7187-fi
cwdaemon-0.10.2/configure:7188:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
cwdaemon-0.10.2/configure-7189-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
cwdaemon-0.10.2/configure-7204-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cwdaemon-0.10.2/configure:7205:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
cwdaemon-0.10.2/configure-7206-ac_delim='%!_!# '
##############################################
cwdaemon-0.10.2/configure-7210-
cwdaemon-0.10.2/configure:7211:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
cwdaemon-0.10.2/configure-7212-  if test $ac_delim_n = $ac_delim_num; then
##############################################
cwdaemon-0.10.2/configure-7348-for ac_last_try in false false :; do
cwdaemon-0.10.2/configure:7349:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
cwdaemon-0.10.2/configure-7350-  if test -z "$ac_tt"; then
##############################################
cwdaemon-0.10.2/configure-7480-      esac
cwdaemon-0.10.2/configure:7481:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
cwdaemon-0.10.2/configure-7482-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
cwdaemon-0.10.2/configure-7539-*)
cwdaemon-0.10.2/configure:7540:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
cwdaemon-0.10.2/configure-7541-  # A ".." for each directory in $ac_dir_suffix.
cwdaemon-0.10.2/configure:7542:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
cwdaemon-0.10.2/configure-7543-  case $ac_top_builddir_sub in
##############################################
cwdaemon-0.10.2/configure-7600-/@mandir@/p'
cwdaemon-0.10.2/configure:7601:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
cwdaemon-0.10.2/configure-7602-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
cwdaemon-0.10.2/configure-7617-
cwdaemon-0.10.2/configure:7618:# Neutralize VPATH when `$srcdir' = `.'.
cwdaemon-0.10.2/configure-7619-# Shell code in configure.ac might set extrasub.
##############################################
cwdaemon-0.10.2/configure-7645-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
cwdaemon-0.10.2/configure:7646:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
cwdaemon-0.10.2/configure-7647-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
cwdaemon-0.10.2/configure-7691-    * )
cwdaemon-0.10.2/configure:7692:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
cwdaemon-0.10.2/configure-7693-  esac
##############################################
cwdaemon-0.10.2/configure-7738-    # Strip MF so we end up with the name of the file.
cwdaemon-0.10.2/configure:7739:    mf=`echo "$mf" | sed -e 's/:.*$//'`
cwdaemon-0.10.2/configure-7740-    # Check whether this is an Automake generated Makefile or not.
##############################################
cwdaemon-0.10.2/configure-7775-    # from the Makefile without running 'make'.
cwdaemon-0.10.2/configure:7776:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
cwdaemon-0.10.2/configure-7777-    test -z "$DEPDIR" && continue
cwdaemon-0.10.2/configure:7778:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
cwdaemon-0.10.2/configure-7779-    test -z "$am__include" && continue
cwdaemon-0.10.2/configure:7780:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
cwdaemon-0.10.2/configure-7781-    # Find all dependency output files, they are included files with
##############################################
cwdaemon-0.10.2/configure.ac-57-# For debug purposes only.
cwdaemon-0.10.2/configure.ac:58:# CFLAGS=`echo "$CFLAGS" | sed 's/-O2/-O0/g'`
cwdaemon-0.10.2/configure.ac-59-
##############################################
cwdaemon-0.10.2/depcomp-34-if test -z "$depfile"; then
cwdaemon-0.10.2/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
cwdaemon-0.10.2/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
cwdaemon-0.10.2/depcomp-37-   if test "$dir" = "$object"; then
##############################################
cwdaemon-0.10.2/depcomp-43-
cwdaemon-0.10.2/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
cwdaemon-0.10.2/depcomp-45-
##############################################
cwdaemon-0.10.2/depcomp-178-  # Version 6 uses the directory in both cases.
cwdaemon-0.10.2/depcomp:179:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
cwdaemon-0.10.2/depcomp-180-  tmpdepfile="$stripped.u"
##############################################
cwdaemon-0.10.2/depcomp-189-  else
cwdaemon-0.10.2/depcomp:190:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
cwdaemon-0.10.2/depcomp-191-    tmpdepfile="$stripped.u"
##############################################
cwdaemon-0.10.2/depcomp-203-    # Do two passes, one to just change these to
cwdaemon-0.10.2/depcomp:204:    # `$object: dependent.h' and one to simply `dependent.h:'.
cwdaemon-0.10.2/depcomp-205-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
cwdaemon-0.10.2/depcomp-244-  # Do two passes, one to just change these to
cwdaemon-0.10.2/depcomp:245:  # `$object: dependent.h' and one to simply `dependent.h:'.
cwdaemon-0.10.2/depcomp-246-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
cwdaemon-0.10.2/depcomp-259-   # Subdirectories are respected.
cwdaemon-0.10.2/depcomp:260:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
cwdaemon-0.10.2/depcomp-261-   test "x$dir" = "x$object" && dir=
cwdaemon-0.10.2/depcomp:262:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
cwdaemon-0.10.2/depcomp-263-
##############################################
cwdaemon-0.10.2/depcomp-382-  done
cwdaemon-0.10.2/depcomp:383:  obj_suffix="`echo $object | sed 's/^.*\././'`"
cwdaemon-0.10.2/depcomp-384-  touch "$tmpdepfile"
##############################################
cwdaemon-0.10.2/doc/Makefile.in-39-  { \
cwdaemon-0.10.2/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cwdaemon-0.10.2/doc/Makefile.in-41-  }; \
##############################################
cwdaemon-0.10.2/doc/Makefile.in-107-  esac
cwdaemon-0.10.2/doc/Makefile.in:108:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
cwdaemon-0.10.2/doc/Makefile.in-109-am__vpath_adj = case $$p in \
cwdaemon-0.10.2/doc/Makefile.in:110:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
cwdaemon-0.10.2/doc/Makefile.in-111-    *) f=$$p;; \
cwdaemon-0.10.2/doc/Makefile.in-112-  esac;
cwdaemon-0.10.2/doc/Makefile.in:113:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
cwdaemon-0.10.2/doc/Makefile.in-114-am__install_max = 40
cwdaemon-0.10.2/doc/Makefile.in-115-am__nobase_strip_setup = \
cwdaemon-0.10.2/doc/Makefile.in:116:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
cwdaemon-0.10.2/doc/Makefile.in-117-am__nobase_strip = \
##############################################
cwdaemon-0.10.2/doc/Makefile.in-275-	test -n "$(man8dir)" \
cwdaemon-0.10.2/doc/Makefile.in:276:	  && test -n "`echo $$list1$$list2`" \
cwdaemon-0.10.2/doc/Makefile.in-277-	  || exit 0; \
##############################################
cwdaemon-0.10.2/doc/Makefile.in-321-distdir: $(DISTFILES)
cwdaemon-0.10.2/doc/Makefile.in:322:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cwdaemon-0.10.2/doc/Makefile.in:323:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cwdaemon-0.10.2/doc/Makefile.in-324-	list='$(DISTFILES)'; \
##############################################
cwdaemon-0.10.2/doc/Makefile.in-335-	  if test -d $$d/$$file; then \
cwdaemon-0.10.2/doc/Makefile.in:336:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cwdaemon-0.10.2/doc/Makefile.in-337-	    if test -d "$(distdir)/$$file"; then \
##############################################
cwdaemon-0.10.2/examples/Makefile.in-58-  { \
cwdaemon-0.10.2/examples/Makefile.in:59:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cwdaemon-0.10.2/examples/Makefile.in-60-  }; \
##############################################
cwdaemon-0.10.2/examples/Makefile.in-327-.c.obj:
cwdaemon-0.10.2/examples/Makefile.in:328:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
cwdaemon-0.10.2/examples/Makefile.in-329-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
cwdaemon-0.10.2/examples/Makefile.in-331-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/examples/Makefile.in:332:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cwdaemon-0.10.2/examples/Makefile.in-333-
##############################################
cwdaemon-0.10.2/examples/Makefile.in-363-GTAGS:
cwdaemon-0.10.2/examples/Makefile.in:364:	here=`$(am__cd) $(top_builddir) && pwd` \
cwdaemon-0.10.2/examples/Makefile.in-365-	  && $(am__cd) $(top_srcdir) \
##############################################
cwdaemon-0.10.2/examples/Makefile.in-386-distdir: $(DISTFILES)
cwdaemon-0.10.2/examples/Makefile.in:387:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cwdaemon-0.10.2/examples/Makefile.in:388:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cwdaemon-0.10.2/examples/Makefile.in-389-	list='$(DISTFILES)'; \
##############################################
cwdaemon-0.10.2/examples/Makefile.in-400-	  if test -d $$d/$$file; then \
cwdaemon-0.10.2/examples/Makefile.in:401:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cwdaemon-0.10.2/examples/Makefile.in-402-	    if test -d "$(distdir)/$$file"; then \
##############################################
cwdaemon-0.10.2/install-sh-103-
cwdaemon-0.10.2/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
cwdaemon-0.10.2/install-sh-105-	    shift
##############################################
cwdaemon-0.10.2/install-sh-107-
cwdaemon-0.10.2/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
cwdaemon-0.10.2/install-sh-109-	    shift
##############################################
cwdaemon-0.10.2/install-sh-169-	then
cwdaemon-0.10.2/install-sh:170:		dst=$dst/`basename "$src"`
cwdaemon-0.10.2/install-sh-171-	else
##############################################
cwdaemon-0.10.2/install-sh-176-## this sed command emulates the dirname command
cwdaemon-0.10.2/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
cwdaemon-0.10.2/install-sh-178-
##############################################
cwdaemon-0.10.2/install-sh-190-IFS='%'
cwdaemon-0.10.2/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
cwdaemon-0.10.2/install-sh-192-IFS=$oIFS
##############################################
cwdaemon-0.10.2/install-sh-224-	then
cwdaemon-0.10.2/install-sh:225:		dstfile=`basename "$dst"`
cwdaemon-0.10.2/install-sh-226-	else
##############################################
cwdaemon-0.10.2/install-sh-234-	then
cwdaemon-0.10.2/install-sh:235:		dstfile=`basename "$dst"`
cwdaemon-0.10.2/install-sh-236-	else
##############################################
cwdaemon-0.10.2/missing-128-         from any GNU archive site."
cwdaemon-0.10.2/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
cwdaemon-0.10.2/missing-130-    test -z "$files" && files="config.h"
##############################################
cwdaemon-0.10.2/missing-167-         proper tools for further handling them.
cwdaemon-0.10.2/missing:168:         You can get \`$1' as part of \`Autoconf' from any GNU
cwdaemon-0.10.2/missing-169-         archive site."
cwdaemon-0.10.2/missing-170-
cwdaemon-0.10.2/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
cwdaemon-0.10.2/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
cwdaemon-0.10.2/missing-173-    if test -f "$file"; then
##############################################
cwdaemon-0.10.2/missing-196-	*.y)
cwdaemon-0.10.2/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
cwdaemon-0.10.2/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
cwdaemon-0.10.2/missing-200-	    fi
cwdaemon-0.10.2/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
cwdaemon-0.10.2/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
cwdaemon-0.10.2/missing-226-	*.l)
cwdaemon-0.10.2/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
cwdaemon-0.10.2/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
cwdaemon-0.10.2/missing-250-
cwdaemon-0.10.2/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
cwdaemon-0.10.2/missing-252-    if test -z "$file"; then
cwdaemon-0.10.2/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
cwdaemon-0.10.2/missing-254-    fi
##############################################
cwdaemon-0.10.2/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
cwdaemon-0.10.2/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
cwdaemon-0.10.2/missing-278-    if test -z "$file"; then
cwdaemon-0.10.2/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
cwdaemon-0.10.2/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
cwdaemon-0.10.2/missing-281-    fi
##############################################
cwdaemon-0.10.2/missing-304-	*o*)
cwdaemon-0.10.2/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
cwdaemon-0.10.2/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
cwdaemon-0.10.2/missing-310-	*h*)
cwdaemon-0.10.2/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
cwdaemon-0.10.2/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
cwdaemon-0.10.2/mkinstalldirs-69-do
cwdaemon-0.10.2/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
cwdaemon-0.10.2/mkinstalldirs-71-  shift
##############################################
cwdaemon-0.10.2/src/Makefile.in-59-  { \
cwdaemon-0.10.2/src/Makefile.in:60:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
cwdaemon-0.10.2/src/Makefile.in-61-  }; \
##############################################
cwdaemon-0.10.2/src/Makefile.in-377-.c.obj:
cwdaemon-0.10.2/src/Makefile.in:378:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
cwdaemon-0.10.2/src/Makefile.in-379-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
cwdaemon-0.10.2/src/Makefile.in-381-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/src/Makefile.in:382:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
cwdaemon-0.10.2/src/Makefile.in-383-
cwdaemon-0.10.2/src/Makefile.in-384-cwdaemon-cwdaemon.o: cwdaemon.c
cwdaemon-0.10.2/src/Makefile.in:385:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cwdaemon-cwdaemon.o -MD -MP -MF $(DEPDIR)/cwdaemon-cwdaemon.Tpo -c -o cwdaemon-cwdaemon.o `test -f 'cwdaemon.c' || echo '$(srcdir)/'`cwdaemon.c
cwdaemon-0.10.2/src/Makefile.in-386-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cwdaemon-cwdaemon.Tpo $(DEPDIR)/cwdaemon-cwdaemon.Po
##############################################
cwdaemon-0.10.2/src/Makefile.in-388-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/src/Makefile.in:389:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cwdaemon-cwdaemon.o `test -f 'cwdaemon.c' || echo '$(srcdir)/'`cwdaemon.c
cwdaemon-0.10.2/src/Makefile.in-390-
cwdaemon-0.10.2/src/Makefile.in-391-cwdaemon-cwdaemon.obj: cwdaemon.c
cwdaemon-0.10.2/src/Makefile.in:392:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cwdaemon-cwdaemon.obj -MD -MP -MF $(DEPDIR)/cwdaemon-cwdaemon.Tpo -c -o cwdaemon-cwdaemon.obj `if test -f 'cwdaemon.c'; then $(CYGPATH_W) 'cwdaemon.c'; else $(CYGPATH_W) '$(srcdir)/cwdaemon.c'; fi`
cwdaemon-0.10.2/src/Makefile.in-393-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cwdaemon-cwdaemon.Tpo $(DEPDIR)/cwdaemon-cwdaemon.Po
##############################################
cwdaemon-0.10.2/src/Makefile.in-395-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/src/Makefile.in:396:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cwdaemon-cwdaemon.obj `if test -f 'cwdaemon.c'; then $(CYGPATH_W) 'cwdaemon.c'; else $(CYGPATH_W) '$(srcdir)/cwdaemon.c'; fi`
cwdaemon-0.10.2/src/Makefile.in-397-
cwdaemon-0.10.2/src/Makefile.in-398-cwdaemon-lp.o: lp.c
cwdaemon-0.10.2/src/Makefile.in:399:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cwdaemon-lp.o -MD -MP -MF $(DEPDIR)/cwdaemon-lp.Tpo -c -o cwdaemon-lp.o `test -f 'lp.c' || echo '$(srcdir)/'`lp.c
cwdaemon-0.10.2/src/Makefile.in-400-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cwdaemon-lp.Tpo $(DEPDIR)/cwdaemon-lp.Po
##############################################
cwdaemon-0.10.2/src/Makefile.in-402-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/src/Makefile.in:403:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cwdaemon-lp.o `test -f 'lp.c' || echo '$(srcdir)/'`lp.c
cwdaemon-0.10.2/src/Makefile.in-404-
cwdaemon-0.10.2/src/Makefile.in-405-cwdaemon-lp.obj: lp.c
cwdaemon-0.10.2/src/Makefile.in:406:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cwdaemon-lp.obj -MD -MP -MF $(DEPDIR)/cwdaemon-lp.Tpo -c -o cwdaemon-lp.obj `if test -f 'lp.c'; then $(CYGPATH_W) 'lp.c'; else $(CYGPATH_W) '$(srcdir)/lp.c'; fi`
cwdaemon-0.10.2/src/Makefile.in-407-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cwdaemon-lp.Tpo $(DEPDIR)/cwdaemon-lp.Po
##############################################
cwdaemon-0.10.2/src/Makefile.in-409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/src/Makefile.in:410:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cwdaemon-lp.obj `if test -f 'lp.c'; then $(CYGPATH_W) 'lp.c'; else $(CYGPATH_W) '$(srcdir)/lp.c'; fi`
cwdaemon-0.10.2/src/Makefile.in-411-
cwdaemon-0.10.2/src/Makefile.in-412-cwdaemon-ttys.o: ttys.c
cwdaemon-0.10.2/src/Makefile.in:413:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cwdaemon-ttys.o -MD -MP -MF $(DEPDIR)/cwdaemon-ttys.Tpo -c -o cwdaemon-ttys.o `test -f 'ttys.c' || echo '$(srcdir)/'`ttys.c
cwdaemon-0.10.2/src/Makefile.in-414-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cwdaemon-ttys.Tpo $(DEPDIR)/cwdaemon-ttys.Po
##############################################
cwdaemon-0.10.2/src/Makefile.in-416-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/src/Makefile.in:417:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cwdaemon-ttys.o `test -f 'ttys.c' || echo '$(srcdir)/'`ttys.c
cwdaemon-0.10.2/src/Makefile.in-418-
cwdaemon-0.10.2/src/Makefile.in-419-cwdaemon-ttys.obj: ttys.c
cwdaemon-0.10.2/src/Makefile.in:420:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cwdaemon-ttys.obj -MD -MP -MF $(DEPDIR)/cwdaemon-ttys.Tpo -c -o cwdaemon-ttys.obj `if test -f 'ttys.c'; then $(CYGPATH_W) 'ttys.c'; else $(CYGPATH_W) '$(srcdir)/ttys.c'; fi`
cwdaemon-0.10.2/src/Makefile.in-421-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cwdaemon-ttys.Tpo $(DEPDIR)/cwdaemon-ttys.Po
##############################################
cwdaemon-0.10.2/src/Makefile.in-423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/src/Makefile.in:424:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cwdaemon-ttys.obj `if test -f 'ttys.c'; then $(CYGPATH_W) 'ttys.c'; else $(CYGPATH_W) '$(srcdir)/ttys.c'; fi`
cwdaemon-0.10.2/src/Makefile.in-425-
cwdaemon-0.10.2/src/Makefile.in-426-cwdaemon-null.o: null.c
cwdaemon-0.10.2/src/Makefile.in:427:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cwdaemon-null.o -MD -MP -MF $(DEPDIR)/cwdaemon-null.Tpo -c -o cwdaemon-null.o `test -f 'null.c' || echo '$(srcdir)/'`null.c
cwdaemon-0.10.2/src/Makefile.in-428-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cwdaemon-null.Tpo $(DEPDIR)/cwdaemon-null.Po
##############################################
cwdaemon-0.10.2/src/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/src/Makefile.in:431:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cwdaemon-null.o `test -f 'null.c' || echo '$(srcdir)/'`null.c
cwdaemon-0.10.2/src/Makefile.in-432-
cwdaemon-0.10.2/src/Makefile.in-433-cwdaemon-null.obj: null.c
cwdaemon-0.10.2/src/Makefile.in:434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cwdaemon-null.obj -MD -MP -MF $(DEPDIR)/cwdaemon-null.Tpo -c -o cwdaemon-null.obj `if test -f 'null.c'; then $(CYGPATH_W) 'null.c'; else $(CYGPATH_W) '$(srcdir)/null.c'; fi`
cwdaemon-0.10.2/src/Makefile.in-435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/cwdaemon-null.Tpo $(DEPDIR)/cwdaemon-null.Po
##############################################
cwdaemon-0.10.2/src/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cwdaemon-0.10.2/src/Makefile.in:438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cwdaemon_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cwdaemon-null.obj `if test -f 'null.c'; then $(CYGPATH_W) 'null.c'; else $(CYGPATH_W) '$(srcdir)/null.c'; fi`
cwdaemon-0.10.2/src/Makefile.in-439-
##############################################
cwdaemon-0.10.2/src/Makefile.in-469-GTAGS:
cwdaemon-0.10.2/src/Makefile.in:470:	here=`$(am__cd) $(top_builddir) && pwd` \
cwdaemon-0.10.2/src/Makefile.in-471-	  && $(am__cd) $(top_srcdir) \
##############################################
cwdaemon-0.10.2/src/Makefile.in-492-distdir: $(DISTFILES)
cwdaemon-0.10.2/src/Makefile.in:493:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cwdaemon-0.10.2/src/Makefile.in:494:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cwdaemon-0.10.2/src/Makefile.in-495-	list='$(DISTFILES)'; \
##############################################
cwdaemon-0.10.2/src/Makefile.in-506-	  if test -d $$d/$$file; then \
cwdaemon-0.10.2/src/Makefile.in:507:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cwdaemon-0.10.2/src/Makefile.in-508-	    if test -d "$(distdir)/$$file"; then \
##############################################
cwdaemon-0.10.2/test/cwtest_esc5.sh-83-
cwdaemon-0.10.2/test/cwtest_esc5.sh:84:for cycle in `seq 1 $cycles`; do
cwdaemon-0.10.2/test/cwtest_esc5.sh-85-