===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ext3grep-0.10.2/config.guess-40-
ext3grep-0.10.2/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
ext3grep-0.10.2/config.guess-42-
##############################################
ext3grep-0.10.2/config.guess-110-: ${TMPDIR=/tmp} ;
ext3grep-0.10.2/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ext3grep-0.10.2/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ext3grep-0.10.2/config.guess-196-	    *)
ext3grep-0.10.2/config.guess:197:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ext3grep-0.10.2/config.guess-198-		;;
##############################################
ext3grep-0.10.2/config.guess-223-	*4.0)
ext3grep-0.10.2/config.guess:224:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ext3grep-0.10.2/config.guess-225-		;;
ext3grep-0.10.2/config.guess-226-	*5.*)
ext3grep-0.10.2/config.guess:227:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ext3grep-0.10.2/config.guess-228-		;;
##############################################
ext3grep-0.10.2/config.guess-233-	# types through head -n 1, so we only detect the type of CPU 0.
ext3grep-0.10.2/config.guess:234:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ext3grep-0.10.2/config.guess-235-	case "$ALPHA_CPU_TYPE" in
##############################################
ext3grep-0.10.2/config.guess-271-	# 1.2 uses "1.2" for uname -r.
ext3grep-0.10.2/config.guess:272:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ext3grep-0.10.2/config.guess-273-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-328-    s390x:SunOS:*:*)
ext3grep-0.10.2/config.guess:329:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ext3grep-0.10.2/config.guess-330-	exit ;;
ext3grep-0.10.2/config.guess-331-    sun4H:SunOS:5.*:*)
ext3grep-0.10.2/config.guess:332:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ext3grep-0.10.2/config.guess-333-	exit ;;
ext3grep-0.10.2/config.guess-334-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ext3grep-0.10.2/config.guess:335:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ext3grep-0.10.2/config.guess-336-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-353-	fi
ext3grep-0.10.2/config.guess:354:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ext3grep-0.10.2/config.guess-355-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-359-	# it's likely to be more like Solaris than SunOS4.
ext3grep-0.10.2/config.guess:360:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ext3grep-0.10.2/config.guess-361-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-368-	# Japanese Language versions have a version number like `4.1.3-JL'.
ext3grep-0.10.2/config.guess:369:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ext3grep-0.10.2/config.guess-370-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-374-    sun*:*:4.2BSD:*)
ext3grep-0.10.2/config.guess:375:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ext3grep-0.10.2/config.guess-376-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ext3grep-0.10.2/config.guess-456-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ext3grep-0.10.2/config.guess:457:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ext3grep-0.10.2/config.guess:458:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ext3grep-0.10.2/config.guess-459-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ext3grep-0.10.2/config.guess-512-    *:IRIX*:*:*)
ext3grep-0.10.2/config.guess:513:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ext3grep-0.10.2/config.guess-514-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-542-EOF
ext3grep-0.10.2/config.guess:543:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ext3grep-0.10.2/config.guess-544-		then
##############################################
ext3grep-0.10.2/config.guess-555-    *:AIX:*:[456])
ext3grep-0.10.2/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ext3grep-0.10.2/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ext3grep-0.10.2/config.guess-590-    9000/[34678]??:HP-UX:*:*)
ext3grep-0.10.2/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ext3grep-0.10.2/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
ext3grep-0.10.2/config.guess-644-EOF
ext3grep-0.10.2/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ext3grep-0.10.2/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ext3grep-0.10.2/config.guess-672-    ia64:HP-UX:*:*)
ext3grep-0.10.2/config.guess:673:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ext3grep-0.10.2/config.guess-674-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ext3grep-0.10.2/config.guess-702-EOF
ext3grep-0.10.2/config.guess:703:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ext3grep-0.10.2/config.guess-704-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ext3grep-0.10.2/config.guess-773-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ext3grep-0.10.2/config.guess:774:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ext3grep-0.10.2/config.guess-775-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ext3grep-0.10.2/config.guess-778-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ext3grep-0.10.2/config.guess:779:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ext3grep-0.10.2/config.guess-780-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ext3grep-0.10.2/config.guess-793-	    pc98)
ext3grep-0.10.2/config.guess:794:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ext3grep-0.10.2/config.guess-795-	    amd64)
ext3grep-0.10.2/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ext3grep-0.10.2/config.guess-797-	    *)
ext3grep-0.10.2/config.guess:798:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ext3grep-0.10.2/config.guess-799-	esac
##############################################
ext3grep-0.10.2/config.guess-847-    prep*:SunOS:5.*:*)
ext3grep-0.10.2/config.guess:848:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ext3grep-0.10.2/config.guess-849-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-851-	# the GNU system
ext3grep-0.10.2/config.guess:852:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ext3grep-0.10.2/config.guess-853-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-855-	# other systems with GNU libc and userland
ext3grep-0.10.2/config.guess:856:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
ext3grep-0.10.2/config.guess-857-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-904-EOF
ext3grep-0.10.2/config.guess:905:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
ext3grep-0.10.2/config.guess-906-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
ext3grep-0.10.2/config.guess-932-EOF
ext3grep-0.10.2/config.guess:933:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
ext3grep-0.10.2/config.guess-934-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
ext3grep-0.10.2/config.guess-1014-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ext3grep-0.10.2/config.guess:1015:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ext3grep-0.10.2/config.guess-1016-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ext3grep-0.10.2/config.guess-1281-    *:DragonFly:*:*)
ext3grep-0.10.2/config.guess:1282:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ext3grep-0.10.2/config.guess-1283-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-1294-    i*86:skyos:*:*)
ext3grep-0.10.2/config.guess:1295:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ext3grep-0.10.2/config.guess-1296-	exit ;;
##############################################
ext3grep-0.10.2/config.guess-1422-
ext3grep-0.10.2/config.guess:1423:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
ext3grep-0.10.2/config.guess-1424-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
ext3grep-0.10.2/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
ext3grep-0.10.2/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
ext3grep-0.10.2/aclocal.m4-69-#
##############################################
ext3grep-0.10.2/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ext3grep-0.10.2/aclocal.m4:92:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ext3grep-0.10.2/aclocal.m4-93-# and then we would define $MISSING as
##############################################
ext3grep-0.10.2/aclocal.m4-107-# expand $ac_aux_dir to an absolute path
ext3grep-0.10.2/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd`
ext3grep-0.10.2/aclocal.m4-109-])
##############################################
ext3grep-0.10.2/aclocal.m4-208-  if test "$am_compiler_list" = ""; then
ext3grep-0.10.2/aclocal.m4:209:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ext3grep-0.10.2/aclocal.m4-210-  fi
##############################################
ext3grep-0.10.2/aclocal.m4-354-    # Strip MF so we end up with the name of the file.
ext3grep-0.10.2/aclocal.m4:355:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ext3grep-0.10.2/aclocal.m4-356-    # Check whether this is an Automake generated Makefile or not.
##############################################
ext3grep-0.10.2/aclocal.m4-363-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ext3grep-0.10.2/aclocal.m4:364:      dirpart=`AS_DIRNAME("$mf")`
ext3grep-0.10.2/aclocal.m4-365-    else
##############################################
ext3grep-0.10.2/aclocal.m4-369-    # from the Makefile without running `make'.
ext3grep-0.10.2/aclocal.m4:370:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ext3grep-0.10.2/aclocal.m4-371-    test -z "$DEPDIR" && continue
ext3grep-0.10.2/aclocal.m4:372:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ext3grep-0.10.2/aclocal.m4-373-    test -z "am__include" && continue
ext3grep-0.10.2/aclocal.m4:374:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ext3grep-0.10.2/aclocal.m4-375-    # When using ansi2knr, U may be empty or an underscore; expand it
ext3grep-0.10.2/aclocal.m4:376:    U=`sed -n 's/^U = //p' < "$mf"`
ext3grep-0.10.2/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
ext3grep-0.10.2/aclocal.m4-385-      test -f "$dirpart/$file" && continue
ext3grep-0.10.2/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
ext3grep-0.10.2/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ext3grep-0.10.2/aclocal.m4-440-AC_REQUIRE([AC_PROG_INSTALL])dnl
ext3grep-0.10.2/aclocal.m4:441:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ext3grep-0.10.2/aclocal.m4-442-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ext3grep-0.10.2/aclocal.m4-542-    * )
ext3grep-0.10.2/aclocal.m4:543:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ext3grep-0.10.2/aclocal.m4-544-  esac
ext3grep-0.10.2/aclocal.m4-545-done
ext3grep-0.10.2/aclocal.m4:546:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ext3grep-0.10.2/aclocal.m4-547-
##############################################
ext3grep-0.10.2/aclocal.m4-657-# Ignore all kinds of additional output from `make'.
ext3grep-0.10.2/aclocal.m4:658:case `$am_make -s -f confmf 2> /dev/null` in #(
ext3grep-0.10.2/aclocal.m4-659-*the\ am__doit\ target*)
##############################################
ext3grep-0.10.2/aclocal.m4-667-   echo '.include "confinc"' > confmf
ext3grep-0.10.2/aclocal.m4:668:   case `$am_make -s -f confmf 2> /dev/null` in #(
ext3grep-0.10.2/aclocal.m4-669-   *the\ am__doit\ target*)
##############################################
ext3grep-0.10.2/aclocal.m4-820-if (
ext3grep-0.10.2/aclocal.m4:821:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ext3grep-0.10.2/aclocal.m4-822-   if test "$[*]" = "X"; then
ext3grep-0.10.2/aclocal.m4-823-      # -L didn't work.
ext3grep-0.10.2/aclocal.m4:824:      set X `ls -t "$srcdir/configure" conftest.file`
ext3grep-0.10.2/aclocal.m4-825-   fi
##############################################
ext3grep-0.10.2/aclocal.m4-1031-if test -d $ac_confdir/libtoolm4; then
ext3grep-0.10.2/aclocal.m4:1032:ACLOCAL_CWFLAGS="$ACLOCAL_CWFLAGS -I `cd $ac_confdir; pwd`/libtoolm4"
ext3grep-0.10.2/aclocal.m4-1033-fi
##############################################
ext3grep-0.10.2/aclocal.m4-1145-  cw_save_LIBS="$LIBS"
ext3grep-0.10.2/aclocal.m4:1146:  LIBS="$LIBS `pkg-config --libs lib$cw_libname`"
ext3grep-0.10.2/aclocal.m4-1147-  AC_LINK_IFELSE([AC_LANG_CALL([], [__libcwd_version])], [cw_cv_lib_libcwd=yes], [cw_cv_lib_libcwd=no])
##############################################
ext3grep-0.10.2/aclocal.m4-1182-	m4_default([$4], [dnl
ext3grep-0.10.2/aclocal.m4:1183:	CWD_FLAGS="`pkg-config --cflags lib$cw_libname`"
ext3grep-0.10.2/aclocal.m4:1184:	CWD_LIBS="`pkg-config --libs lib$cw_libname`"])
ext3grep-0.10.2/aclocal.m4-1185-      fi
##############################################
ext3grep-0.10.2/aclocal.m4-1420-# Reassemble CXXFLAGS with debug and optimization flags.
ext3grep-0.10.2/aclocal.m4:1421:[CXXFLAGS=`echo "$CW_DEBUG_FLAGS $CW_WARNING_FLAGS $CW_OPTIMISE_FLAGS $CW_STRIPPED_CXXFLAGS" | sed -e 's/^ *//' -e 's/  */ /g' -e 's/ *$//'`]
ext3grep-0.10.2/aclocal.m4-1422-
##############################################
ext3grep-0.10.2/aclocal.m4-1516-AC_REQUIRE([AC_PROG_CC])
ext3grep-0.10.2/aclocal.m4:1517:cw_prog_cxx_finger_print="`$CXX -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/aclocal.m4:1518:cw_prog_cxxcpp_finger_print="`echo | $CXXCPP -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/aclocal.m4:1519:cw_prog_cc_finger_print="`$CC -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/aclocal.m4-1520-])
##############################################
ext3grep-0.10.2/config.sub-59-
ext3grep-0.10.2/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
ext3grep-0.10.2/config.sub-61-
##############################################
ext3grep-0.10.2/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations.
ext3grep-0.10.2/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ext3grep-0.10.2/config.sub-126-case $maybe_os in
##############################################
ext3grep-0.10.2/config.sub-131-    os=-$maybe_os
ext3grep-0.10.2/config.sub:132:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ext3grep-0.10.2/config.sub-133-    ;;
ext3grep-0.10.2/config.sub-134-  *)
ext3grep-0.10.2/config.sub:135:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ext3grep-0.10.2/config.sub-136-    if [ $basic_machine != $1 ]
ext3grep-0.10.2/config.sub:137:    then os=`echo $1 | sed 's/.*-/-/'`
ext3grep-0.10.2/config.sub-138-    else os=; fi
##############################################
ext3grep-0.10.2/config.sub-185-		os=-sco5v6
ext3grep-0.10.2/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-187-		;;
##############################################
ext3grep-0.10.2/config.sub-189-		os=-sco3.2v5
ext3grep-0.10.2/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-191-		;;
##############################################
ext3grep-0.10.2/config.sub-193-		os=-sco3.2v4
ext3grep-0.10.2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-195-		;;
ext3grep-0.10.2/config.sub-196-	-sco3.2.[4-9]*)
ext3grep-0.10.2/config.sub:197:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ext3grep-0.10.2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-199-		;;
##############################################
ext3grep-0.10.2/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
ext3grep-0.10.2/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-203-		;;
##############################################
ext3grep-0.10.2/config.sub-205-		# Don't forget version if it is 3.2v4 or newer.
ext3grep-0.10.2/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-207-		;;
##############################################
ext3grep-0.10.2/config.sub-209-		os=-sco3.2v2
ext3grep-0.10.2/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-211-		;;
ext3grep-0.10.2/config.sub-212-	-udk*)
ext3grep-0.10.2/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-214-		;;
##############################################
ext3grep-0.10.2/config.sub-216-		os=-isc2.2
ext3grep-0.10.2/config.sub:217:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-218-		;;
##############################################
ext3grep-0.10.2/config.sub-222-	-isc*)
ext3grep-0.10.2/config.sub:223:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ext3grep-0.10.2/config.sub-224-		;;
##############################################
ext3grep-0.10.2/config.sub-228-	-ptx*)
ext3grep-0.10.2/config.sub:229:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ext3grep-0.10.2/config.sub-230-		;;
ext3grep-0.10.2/config.sub-231-	-windowsnt*)
ext3grep-0.10.2/config.sub:232:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ext3grep-0.10.2/config.sub-233-		;;
##############################################
ext3grep-0.10.2/config.sub-324-	*-*-*)
ext3grep-0.10.2/config.sub:325:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ext3grep-0.10.2/config.sub-326-		exit 1
##############################################
ext3grep-0.10.2/config.sub-435-	amd64-*)
ext3grep-0.10.2/config.sub:436:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-437-		;;
##############################################
ext3grep-0.10.2/config.sub-477-	blackfin-*)
ext3grep-0.10.2/config.sub:478:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-479-		os=-linux
##############################################
ext3grep-0.10.2/config.sub-680-	i*86v32)
ext3grep-0.10.2/config.sub:681:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ext3grep-0.10.2/config.sub-682-		os=-sysv32
##############################################
ext3grep-0.10.2/config.sub-684-	i*86v4*)
ext3grep-0.10.2/config.sub:685:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ext3grep-0.10.2/config.sub-686-		os=-sysv4
##############################################
ext3grep-0.10.2/config.sub-688-	i*86v)
ext3grep-0.10.2/config.sub:689:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ext3grep-0.10.2/config.sub-690-		os=-sysv
##############################################
ext3grep-0.10.2/config.sub-692-	i*86sol2)
ext3grep-0.10.2/config.sub:693:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ext3grep-0.10.2/config.sub-694-		os=-solaris2
##############################################
ext3grep-0.10.2/config.sub-722-	m68knommu-*)
ext3grep-0.10.2/config.sub:723:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-724-		os=-linux
##############################################
ext3grep-0.10.2/config.sub-755-	mips3*-*)
ext3grep-0.10.2/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ext3grep-0.10.2/config.sub-757-		;;
ext3grep-0.10.2/config.sub-758-	mips3*)
ext3grep-0.10.2/config.sub:759:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ext3grep-0.10.2/config.sub-760-		;;
##############################################
ext3grep-0.10.2/config.sub-773-	ms1-*)
ext3grep-0.10.2/config.sub:774:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ext3grep-0.10.2/config.sub-775-		;;
##############################################
ext3grep-0.10.2/config.sub-878-	parisc-*)
ext3grep-0.10.2/config.sub:879:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-880-		os=-linux
##############################################
ext3grep-0.10.2/config.sub-894-	pc98-*)
ext3grep-0.10.2/config.sub:895:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-896-		;;
##############################################
ext3grep-0.10.2/config.sub-909-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ext3grep-0.10.2/config.sub:910:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-911-		;;
ext3grep-0.10.2/config.sub-912-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ext3grep-0.10.2/config.sub:913:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-914-		;;
ext3grep-0.10.2/config.sub-915-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ext3grep-0.10.2/config.sub:916:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-917-		;;
ext3grep-0.10.2/config.sub-918-	pentium4-*)
ext3grep-0.10.2/config.sub:919:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-920-		;;
##############################################
ext3grep-0.10.2/config.sub-927-		;;
ext3grep-0.10.2/config.sub:928:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-929-		;;
##############################################
ext3grep-0.10.2/config.sub-933-	ppcle-* | powerpclittle-*)
ext3grep-0.10.2/config.sub:934:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-935-		;;
##############################################
ext3grep-0.10.2/config.sub-937-		;;
ext3grep-0.10.2/config.sub:938:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-939-		;;
##############################################
ext3grep-0.10.2/config.sub-943-	ppc64le-* | powerpc64little-*)
ext3grep-0.10.2/config.sub:944:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ext3grep-0.10.2/config.sub-945-		;;
##############################################
ext3grep-0.10.2/config.sub-1240-	*)
ext3grep-0.10.2/config.sub:1241:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ext3grep-0.10.2/config.sub-1242-		exit 1
##############################################
ext3grep-0.10.2/config.sub-1248-	*-digital*)
ext3grep-0.10.2/config.sub:1249:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ext3grep-0.10.2/config.sub-1250-		;;
ext3grep-0.10.2/config.sub-1251-	*-commodore*)
ext3grep-0.10.2/config.sub:1252:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ext3grep-0.10.2/config.sub-1253-		;;
##############################################
ext3grep-0.10.2/config.sub-1269-	-solaris1 | -solaris1.*)
ext3grep-0.10.2/config.sub:1270:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ext3grep-0.10.2/config.sub-1271-		;;
##############################################
ext3grep-0.10.2/config.sub-1281-	-gnu/linux*)
ext3grep-0.10.2/config.sub:1282:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ext3grep-0.10.2/config.sub-1283-		;;
##############################################
ext3grep-0.10.2/config.sub-1326-	-nto*)
ext3grep-0.10.2/config.sub:1327:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ext3grep-0.10.2/config.sub-1328-		;;
##############################################
ext3grep-0.10.2/config.sub-1333-	-mac*)
ext3grep-0.10.2/config.sub:1334:		os=`echo $os | sed -e 's|mac|macos|'`
ext3grep-0.10.2/config.sub-1335-		;;
##############################################
ext3grep-0.10.2/config.sub-1339-	-linux*)
ext3grep-0.10.2/config.sub:1340:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ext3grep-0.10.2/config.sub-1341-		;;
ext3grep-0.10.2/config.sub-1342-	-sunos5*)
ext3grep-0.10.2/config.sub:1343:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ext3grep-0.10.2/config.sub-1344-		;;
ext3grep-0.10.2/config.sub-1345-	-sunos6*)
ext3grep-0.10.2/config.sub:1346:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ext3grep-0.10.2/config.sub-1347-		;;
##############################################
ext3grep-0.10.2/config.sub-1394-	-sinix5.*)
ext3grep-0.10.2/config.sub:1395:		os=`echo $os | sed -e 's|sinix|sysv|'`
ext3grep-0.10.2/config.sub-1396-		;;
##############################################
ext3grep-0.10.2/config.sub-1450-		# Get rid of the `-' at the beginning of $os.
ext3grep-0.10.2/config.sub:1451:		os=`echo $os | sed 's/[^-]*-//'`
ext3grep-0.10.2/config.sub:1452:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ext3grep-0.10.2/config.sub-1453-		exit 1
##############################################
ext3grep-0.10.2/config.sub-1701-		esac
ext3grep-0.10.2/config.sub:1702:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ext3grep-0.10.2/config.sub-1703-		;;
##############################################
ext3grep-0.10.2/configure-48-if test -z "$BASH_VERSION$ZSH_VERSION" \
ext3grep-0.10.2/configure:49:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ext3grep-0.10.2/configure-50-  as_echo='print -r --'
ext3grep-0.10.2/configure-51-  as_echo_n='print -rn --'
ext3grep-0.10.2/configure:52:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ext3grep-0.10.2/configure-53-  as_echo='printf %s\n'
##############################################
ext3grep-0.10.2/configure-55-else
ext3grep-0.10.2/configure:56:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ext3grep-0.10.2/configure-57-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ext3grep-0.10.2/configure-65-	expr "X$arg" : "X\\(.*\\)$as_nl";
ext3grep-0.10.2/configure:66:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ext3grep-0.10.2/configure-67-      esac;
##############################################
ext3grep-0.10.2/configure-175-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ext3grep-0.10.2/configure:176:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ext3grep-0.10.2/configure-177-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ext3grep-0.10.2/configure-292-      case $as_dir in #(
ext3grep-0.10.2/configure:293:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ext3grep-0.10.2/configure-294-      *) as_qdir=$as_dir;;
##############################################
ext3grep-0.10.2/configure-357-  {
ext3grep-0.10.2/configure:358:    as_val=`expr "$@" || test $? -eq 1`
ext3grep-0.10.2/configure-359-  }
##############################################
ext3grep-0.10.2/configure-364-# ---------------------------------
ext3grep-0.10.2/configure:365:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ext3grep-0.10.2/configure-366-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ext3grep-0.10.2/configure-427-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ext3grep-0.10.2/configure:428:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ext3grep-0.10.2/configure-429-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ext3grep-0.10.2/configure-518-	esac;
ext3grep-0.10.2/configure:519:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ext3grep-0.10.2/configure-520-	???[sx]*):;;*)false;;esac;fi
##############################################
ext3grep-0.10.2/configure-813-  case $ac_option in
ext3grep-0.10.2/configure:814:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ext3grep-0.10.2/configure-815-  *)	ac_optarg=yes ;;
##############################################
ext3grep-0.10.2/configure-856-  -disable-* | --disable-*)
ext3grep-0.10.2/configure:857:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ext3grep-0.10.2/configure-858-    # Reject names that are not valid shell variable names.
##############################################
ext3grep-0.10.2/configure-861-    ac_useropt_orig=$ac_useropt
ext3grep-0.10.2/configure:862:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ext3grep-0.10.2/configure-863-    case $ac_user_opts in
##############################################
ext3grep-0.10.2/configure-882-  -enable-* | --enable-*)
ext3grep-0.10.2/configure:883:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ext3grep-0.10.2/configure-884-    # Reject names that are not valid shell variable names.
##############################################
ext3grep-0.10.2/configure-887-    ac_useropt_orig=$ac_useropt
ext3grep-0.10.2/configure:888:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ext3grep-0.10.2/configure-889-    case $ac_user_opts in
##############################################
ext3grep-0.10.2/configure-1086-  -with-* | --with-*)
ext3grep-0.10.2/configure:1087:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ext3grep-0.10.2/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
ext3grep-0.10.2/configure-1091-    ac_useropt_orig=$ac_useropt
ext3grep-0.10.2/configure:1092:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ext3grep-0.10.2/configure-1093-    case $ac_user_opts in
##############################################
ext3grep-0.10.2/configure-1102-  -without-* | --without-*)
ext3grep-0.10.2/configure:1103:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ext3grep-0.10.2/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
ext3grep-0.10.2/configure-1107-    ac_useropt_orig=$ac_useropt
ext3grep-0.10.2/configure:1108:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ext3grep-0.10.2/configure-1109-    case $ac_user_opts in
##############################################
ext3grep-0.10.2/configure-1140-  *=*)
ext3grep-0.10.2/configure:1141:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ext3grep-0.10.2/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
ext3grep-0.10.2/configure-1161-if test -n "$ac_prev"; then
ext3grep-0.10.2/configure:1162:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ext3grep-0.10.2/configure-1163-  as_fn_error "missing argument to $ac_option"
##############################################
ext3grep-0.10.2/configure-1183-    */ )
ext3grep-0.10.2/configure:1184:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ext3grep-0.10.2/configure-1185-      eval $ac_var=\$ac_val;;
##############################################
ext3grep-0.10.2/configure-1220-ac_ls_di=`ls -di .` &&
ext3grep-0.10.2/configure:1221:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ext3grep-0.10.2/configure-1222-  as_fn_error "working directory cannot be determined"
##############################################
ext3grep-0.10.2/configure-1276-case $srcdir in
ext3grep-0.10.2/configure:1277:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ext3grep-0.10.2/configure-1278-esac
##############################################
ext3grep-0.10.2/configure-1319-By default, \`make install' will install all the files in
ext3grep-0.10.2/configure:1320:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ext3grep-0.10.2/configure:1321:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ext3grep-0.10.2/configure-1322-for instance \`--prefix=\$HOME'.
##############################################
ext3grep-0.10.2/configure-1414-*)
ext3grep-0.10.2/configure:1415:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ext3grep-0.10.2/configure-1416-  # A ".." for each directory in $ac_dir_suffix.
ext3grep-0.10.2/configure:1417:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ext3grep-0.10.2/configure-1418-  case $ac_top_builddir_sub in
##############################################
ext3grep-0.10.2/configure-1912-    *\'*)
ext3grep-0.10.2/configure:1913:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ext3grep-0.10.2/configure-1914-    esac
##############################################
ext3grep-0.10.2/configure-1999-      case $ac_val in
ext3grep-0.10.2/configure:2000:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ext3grep-0.10.2/configure-2001-      esac
##############################################
ext3grep-0.10.2/configure-2016-	case $ac_val in
ext3grep-0.10.2/configure:2017:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ext3grep-0.10.2/configure-2018-	esac
##############################################
ext3grep-0.10.2/configure-2129-    set,)
ext3grep-0.10.2/configure:2130:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ext3grep-0.10.2/configure:2131:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ext3grep-0.10.2/configure-2132-      ac_cache_corrupted=: ;;
##############################################
ext3grep-0.10.2/configure-2140-	# differences in whitespace do not lead to failure.
ext3grep-0.10.2/configure:2141:	ac_old_val_w=`echo x $ac_old_val`
ext3grep-0.10.2/configure:2142:	ac_new_val_w=`echo x $ac_new_val`
ext3grep-0.10.2/configure-2143-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ext3grep-0.10.2/configure-2160-    case $ac_new_val in
ext3grep-0.10.2/configure:2161:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ext3grep-0.10.2/configure-2162-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ext3grep-0.10.2/configure-2336-if (
ext3grep-0.10.2/configure:2337:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ext3grep-0.10.2/configure-2338-   if test "$*" = "X"; then
ext3grep-0.10.2/configure-2339-      # -L didn't work.
ext3grep-0.10.2/configure:2340:      set X `ls -t "$srcdir/configure" conftest.file`
ext3grep-0.10.2/configure-2341-   fi
##############################################
ext3grep-0.10.2/configure-2372-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ext3grep-0.10.2/configure:2373:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ext3grep-0.10.2/configure-2374-
ext3grep-0.10.2/configure-2375-# expand $ac_aux_dir to an absolute path
ext3grep-0.10.2/configure:2376:am_aux_dir=`cd $ac_aux_dir && pwd`
ext3grep-0.10.2/configure-2377-
##############################################
ext3grep-0.10.2/configure-2517-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
ext3grep-0.10.2/configure:2518:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ext3grep-0.10.2/configure-2519-	     'mkdir (GNU coreutils) '* | \
##############################################
ext3grep-0.10.2/configure-2596-set x ${MAKE-make}
ext3grep-0.10.2/configure:2597:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ext3grep-0.10.2/configure-2598-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
ext3grep-0.10.2/configure-2606-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ext3grep-0.10.2/configure:2607:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ext3grep-0.10.2/configure-2608-  *@@@%%%=?*=@@@%%%*)
##############################################
ext3grep-0.10.2/configure-2633-
ext3grep-0.10.2/configure:2634:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ext3grep-0.10.2/configure-2635-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ext3grep-0.10.2/configure-2728-if test -d $ac_confdir/libtoolm4; then
ext3grep-0.10.2/configure:2729:ACLOCAL_CWFLAGS="$ACLOCAL_CWFLAGS -I `cd $ac_confdir; pwd`/libtoolm4"
ext3grep-0.10.2/configure-2730-fi
##############################################
ext3grep-0.10.2/configure-3081-$as_echo_n "checking whether the C compiler works... " >&6; }
ext3grep-0.10.2/configure:3082:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ext3grep-0.10.2/configure-3083-
##############################################
ext3grep-0.10.2/configure-3125-	then :; else
ext3grep-0.10.2/configure:3126:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ext3grep-0.10.2/configure-3127-	fi
##############################################
ext3grep-0.10.2/configure-3186-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ext3grep-0.10.2/configure:3187:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ext3grep-0.10.2/configure-3188-	  break;;
##############################################
ext3grep-0.10.2/configure-3295-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ext3grep-0.10.2/configure:3296:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ext3grep-0.10.2/configure-3297-       break;;
##############################################
ext3grep-0.10.2/configure-3545-# Ignore all kinds of additional output from `make'.
ext3grep-0.10.2/configure:3546:case `$am_make -s -f confmf 2> /dev/null` in #(
ext3grep-0.10.2/configure-3547-*the\ am__doit\ target*)
##############################################
ext3grep-0.10.2/configure-3555-   echo '.include "confinc"' > confmf
ext3grep-0.10.2/configure:3556:   case `$am_make -s -f confmf 2> /dev/null` in #(
ext3grep-0.10.2/configure-3557-   *the\ am__doit\ target*)
##############################################
ext3grep-0.10.2/configure-3616-  if test "$am_compiler_list" = ""; then
ext3grep-0.10.2/configure:3617:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ext3grep-0.10.2/configure-3618-  fi
##############################################
ext3grep-0.10.2/configure-4000-  if test "$am_compiler_list" = ""; then
ext3grep-0.10.2/configure:4001:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ext3grep-0.10.2/configure-4002-  fi
##############################################
ext3grep-0.10.2/configure-4391-  # Check for GNU $ac_path_GREP
ext3grep-0.10.2/configure:4392:case `"$ac_path_GREP" --version 2>&1` in
ext3grep-0.10.2/configure-4393-*GNU*)
##############################################
ext3grep-0.10.2/configure-4457-  # Check for GNU $ac_path_EGREP
ext3grep-0.10.2/configure:4458:case `"$ac_path_EGREP" --version 2>&1` in
ext3grep-0.10.2/configure-4459-*GNU*)
##############################################
ext3grep-0.10.2/configure-4618-do :
ext3grep-0.10.2/configure:4619:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ext3grep-0.10.2/configure-4620-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ext3grep-0.10.2/configure-4624-  cat >>confdefs.h <<_ACEOF
ext3grep-0.10.2/configure:4625:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ext3grep-0.10.2/configure-4626-_ACEOF
##############################################
ext3grep-0.10.2/configure-4867-test "x$ac_build_alias" = x &&
ext3grep-0.10.2/configure:4868:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ext3grep-0.10.2/configure-4869-test "x$ac_build_alias" = x &&
ext3grep-0.10.2/configure-4870-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
ext3grep-0.10.2/configure:4871:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ext3grep-0.10.2/configure-4872-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ext3grep-0.10.2/configure-4891-IFS=$ac_save_IFS
ext3grep-0.10.2/configure:4892:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ext3grep-0.10.2/configure-4893-
##############################################
ext3grep-0.10.2/configure-4902-else
ext3grep-0.10.2/configure:4903:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ext3grep-0.10.2/configure-4904-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ext3grep-0.10.2/configure-4924-IFS=$ac_save_IFS
ext3grep-0.10.2/configure:4925:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ext3grep-0.10.2/configure-4926-
##############################################
ext3grep-0.10.2/configure-5038-  cw_save_LIBS="$LIBS"
ext3grep-0.10.2/configure:5039:  LIBS="$LIBS `pkg-config --libs lib$cw_libname`"
ext3grep-0.10.2/configure-5040-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
##############################################
ext3grep-0.10.2/configure-5145-      else
ext3grep-0.10.2/configure:5146:		CWD_FLAGS="`pkg-config --cflags lib$cw_libname`"
ext3grep-0.10.2/configure:5147:	CWD_LIBS="`pkg-config --libs lib$cw_libname`"
ext3grep-0.10.2/configure-5148-      fi
##############################################
ext3grep-0.10.2/configure-5227-# Reassemble CXXFLAGS with debug and optimization flags.
ext3grep-0.10.2/configure:5228:CXXFLAGS=`echo "$CW_DEBUG_FLAGS $CW_WARNING_FLAGS $CW_OPTIMISE_FLAGS $CW_STRIPPED_CXXFLAGS" | sed -e 's/^ *//' -e 's/  */ /g' -e 's/ *$//'`
ext3grep-0.10.2/configure-5229-
##############################################
ext3grep-0.10.2/configure-5575-do :
ext3grep-0.10.2/configure:5576:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ext3grep-0.10.2/configure-5577-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ext3grep-0.10.2/configure-5580-  cat >>confdefs.h <<_ACEOF
ext3grep-0.10.2/configure:5581:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ext3grep-0.10.2/configure-5582-_ACEOF
##############################################
ext3grep-0.10.2/configure-5594-
ext3grep-0.10.2/configure:5595:cw_prog_cxx_finger_print="`$CXX -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/configure:5596:cw_prog_cxxcpp_finger_print="`echo | $CXXCPP -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/configure:5597:cw_prog_cc_finger_print="`$CC -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/configure-5598-
##############################################
ext3grep-0.10.2/configure-5701-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ext3grep-0.10.2/configure:5702:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ext3grep-0.10.2/configure-5703-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ext3grep-0.10.2/configure-5813-if test -z "$BASH_VERSION$ZSH_VERSION" \
ext3grep-0.10.2/configure:5814:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ext3grep-0.10.2/configure-5815-  as_echo='print -r --'
ext3grep-0.10.2/configure-5816-  as_echo_n='print -rn --'
ext3grep-0.10.2/configure:5817:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ext3grep-0.10.2/configure-5818-  as_echo='printf %s\n'
##############################################
ext3grep-0.10.2/configure-5820-else
ext3grep-0.10.2/configure:5821:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ext3grep-0.10.2/configure-5822-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ext3grep-0.10.2/configure-5830-	expr "X$arg" : "X\\(.*\\)$as_nl";
ext3grep-0.10.2/configure:5831:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ext3grep-0.10.2/configure-5832-      esac;
##############################################
ext3grep-0.10.2/configure-5906-# ---------------------------------
ext3grep-0.10.2/configure:5907:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ext3grep-0.10.2/configure-5908-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ext3grep-0.10.2/configure-5978-  {
ext3grep-0.10.2/configure:5979:    as_val=`expr "$@" || test $? -eq 1`
ext3grep-0.10.2/configure-5980-  }
##############################################
ext3grep-0.10.2/configure-6082-      case $as_dir in #(
ext3grep-0.10.2/configure:6083:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ext3grep-0.10.2/configure-6084-      *) as_qdir=$as_dir;;
##############################################
ext3grep-0.10.2/configure-6139-	esac;
ext3grep-0.10.2/configure:6140:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
ext3grep-0.10.2/configure-6141-	???[sx]*):;;*)false;;esac;fi
##############################################
ext3grep-0.10.2/configure-6229-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ext3grep-0.10.2/configure:6230:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ext3grep-0.10.2/configure-6231-ac_cs_version="\\
##############################################
ext3grep-0.10.2/configure-6254-  --*=*)
ext3grep-0.10.2/configure:6255:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ext3grep-0.10.2/configure:6256:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ext3grep-0.10.2/configure-6257-    ac_shift=:
##############################################
ext3grep-0.10.2/configure-6278-    case $ac_optarg in
ext3grep-0.10.2/configure:6279:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ext3grep-0.10.2/configure-6280-    esac
##############################################
ext3grep-0.10.2/configure-6285-    case $ac_optarg in
ext3grep-0.10.2/configure:6286:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ext3grep-0.10.2/configure-6287-    esac
##############################################
ext3grep-0.10.2/configure-6413-fi
ext3grep-0.10.2/configure:6414:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ext3grep-0.10.2/configure-6415-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ext3grep-0.10.2/configure-6430-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
ext3grep-0.10.2/configure:6431:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
ext3grep-0.10.2/configure-6432-ac_delim='%!_!# '
##############################################
ext3grep-0.10.2/configure-6436-
ext3grep-0.10.2/configure:6437:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ext3grep-0.10.2/configure-6438-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ext3grep-0.10.2/configure-6566-for ac_last_try in false false :; do
ext3grep-0.10.2/configure:6567:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
ext3grep-0.10.2/configure-6568-  if test -z "$ac_t"; then
##############################################
ext3grep-0.10.2/configure-6698-      esac
ext3grep-0.10.2/configure:6699:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ext3grep-0.10.2/configure-6700-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ext3grep-0.10.2/configure-6757-*)
ext3grep-0.10.2/configure:6758:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ext3grep-0.10.2/configure-6759-  # A ".." for each directory in $ac_dir_suffix.
ext3grep-0.10.2/configure:6760:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ext3grep-0.10.2/configure-6761-  case $ac_top_builddir_sub in
##############################################
ext3grep-0.10.2/configure-6818-/@mandir@/p'
ext3grep-0.10.2/configure:6819:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ext3grep-0.10.2/configure-6820-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ext3grep-0.10.2/configure-6835-
ext3grep-0.10.2/configure:6836:# Neutralize VPATH when `$srcdir' = `.'.
ext3grep-0.10.2/configure-6837-# Shell code in configure.ac might set extrasub.
##############################################
ext3grep-0.10.2/configure-6863-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ext3grep-0.10.2/configure:6864:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
ext3grep-0.10.2/configure:6865:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
ext3grep-0.10.2/configure-6866-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
ext3grep-0.10.2/configure-6908-    * )
ext3grep-0.10.2/configure:6909:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ext3grep-0.10.2/configure-6910-  esac
##############################################
ext3grep-0.10.2/configure-6955-    # Strip MF so we end up with the name of the file.
ext3grep-0.10.2/configure:6956:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ext3grep-0.10.2/configure-6957-    # Check whether this is an Automake generated Makefile or not.
##############################################
ext3grep-0.10.2/configure-6992-    # from the Makefile without running `make'.
ext3grep-0.10.2/configure:6993:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ext3grep-0.10.2/configure-6994-    test -z "$DEPDIR" && continue
ext3grep-0.10.2/configure:6995:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ext3grep-0.10.2/configure-6996-    test -z "am__include" && continue
ext3grep-0.10.2/configure:6997:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ext3grep-0.10.2/configure-6998-    # When using ansi2knr, U may be empty or an underscore; expand it
ext3grep-0.10.2/configure:6999:    U=`sed -n 's/^U = //p' < "$mf"`
ext3grep-0.10.2/configure-7000-    # Find all dependency output files, they are included files with
##############################################
ext3grep-0.10.2/Makefile.in-81-  while test -n "$$dir1"; do \
ext3grep-0.10.2/Makefile.in:82:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ext3grep-0.10.2/Makefile.in-83-    if test "$$first" != "."; then \
ext3grep-0.10.2/Makefile.in-84-      if test "$$first" = ".."; then \
ext3grep-0.10.2/Makefile.in:85:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ext3grep-0.10.2/Makefile.in:86:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ext3grep-0.10.2/Makefile.in-87-      else \
ext3grep-0.10.2/Makefile.in:88:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ext3grep-0.10.2/Makefile.in-89-        if test "$$first2" = "$$first"; then \
ext3grep-0.10.2/Makefile.in:90:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ext3grep-0.10.2/Makefile.in-91-        else \
##############################################
ext3grep-0.10.2/Makefile.in-96-    fi; \
ext3grep-0.10.2/Makefile.in:97:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ext3grep-0.10.2/Makefile.in-98-  done; \
##############################################
ext3grep-0.10.2/Makefile.in-301-	dot_seen=no; \
ext3grep-0.10.2/Makefile.in:302:	target=`echo $@ | sed s/-recursive//`; \
ext3grep-0.10.2/Makefile.in-303-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
ext3grep-0.10.2/Makefile.in-336-	rev="$$rev ."; \
ext3grep-0.10.2/Makefile.in:337:	target=`echo $@ | sed s/-recursive//`; \
ext3grep-0.10.2/Makefile.in-338-	for subdir in $$rev; do \
##############################################
ext3grep-0.10.2/Makefile.in-414-GTAGS:
ext3grep-0.10.2/Makefile.in:415:	here=`$(am__cd) $(top_builddir) && pwd` \
ext3grep-0.10.2/Makefile.in-416-	  && $(am__cd) $(top_srcdir) \
##############################################
ext3grep-0.10.2/Makefile.in-424-	test -d "$(distdir)" || mkdir "$(distdir)"
ext3grep-0.10.2/Makefile.in:425:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ext3grep-0.10.2/Makefile.in:426:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ext3grep-0.10.2/Makefile.in-427-	list='$(DISTFILES)'; \
##############################################
ext3grep-0.10.2/Makefile.in-438-	  if test -d $$d/$$file; then \
ext3grep-0.10.2/Makefile.in:439:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ext3grep-0.10.2/Makefile.in-440-	    if test -d "$(distdir)/$$file"; then \
##############################################
ext3grep-0.10.2/Makefile.in-546-	test -d $(distdir)/_build || exit 0; \
ext3grep-0.10.2/Makefile.in:547:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ext3grep-0.10.2/Makefile.in-548-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ext3grep-0.10.2/Makefile.in-580-	@$(am__cd) '$(distuninstallcheck_dir)' \
ext3grep-0.10.2/Makefile.in:581:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
ext3grep-0.10.2/Makefile.in-582-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ext3grep-0.10.2/Makefile.in-592-	fi
ext3grep-0.10.2/Makefile.in:593:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ext3grep-0.10.2/Makefile.in-594-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ext3grep-0.10.2/install-sh-217-      fi
ext3grep-0.10.2/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ext3grep-0.10.2/install-sh-219-    *)
##############################################
ext3grep-0.10.2/install-sh-269-      dstdir=$dst
ext3grep-0.10.2/install-sh:270:      dst=$dstdir/`basename "$src"`
ext3grep-0.10.2/install-sh-271-      dstdir_status=0
##############################################
ext3grep-0.10.2/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ext3grep-0.10.2/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ext3grep-0.10.2/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
ext3grep-0.10.2/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ext3grep-0.10.2/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ext3grep-0.10.2/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ext3grep-0.10.2/install-sh-418-	    case $prefix in
ext3grep-0.10.2/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ext3grep-0.10.2/install-sh-420-	      *) qprefix=$prefix;;
##############################################
ext3grep-0.10.2/install-sh-467-    if $copy_on_change &&
ext3grep-0.10.2/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
ext3grep-0.10.2/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
ext3grep-0.10.2/install-sh-470-
##############################################
ext3grep-0.10.2/depcomp-35-if test -z "$depfile"; then
ext3grep-0.10.2/depcomp:36:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
ext3grep-0.10.2/depcomp:37:   dir=`echo "$object" | sed 's,/.*$,/,'`
ext3grep-0.10.2/depcomp-38-   if test "$dir" = "$object"; then
##############################################
ext3grep-0.10.2/depcomp-44-
ext3grep-0.10.2/depcomp:45:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ext3grep-0.10.2/depcomp-46-
##############################################
ext3grep-0.10.2/depcomp-64-
ext3grep-0.10.2/depcomp:65:  # Remove `-o $object' and `-include pch.h'.
ext3grep-0.10.2/depcomp-66-  eatpch=
##############################################
ext3grep-0.10.2/src/Makefile.in-421-.cc.obj:
ext3grep-0.10.2/src/Makefile.in:422:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ext3grep-0.10.2/src/Makefile.in-423-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-425-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:426:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ext3grep-0.10.2/src/Makefile.in-427-
ext3grep-0.10.2/src/Makefile.in-428-ext3grep-custom.o: custom.cc
ext3grep-0.10.2/src/Makefile.in:429:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-custom.o -MD -MP -MF $(DEPDIR)/ext3grep-custom.Tpo -c -o ext3grep-custom.o `test -f 'custom.cc' || echo '$(srcdir)/'`custom.cc
ext3grep-0.10.2/src/Makefile.in-430-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-custom.Tpo $(DEPDIR)/ext3grep-custom.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:433:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-custom.o `test -f 'custom.cc' || echo '$(srcdir)/'`custom.cc
ext3grep-0.10.2/src/Makefile.in-434-
ext3grep-0.10.2/src/Makefile.in-435-ext3grep-custom.obj: custom.cc
ext3grep-0.10.2/src/Makefile.in:436:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-custom.obj -MD -MP -MF $(DEPDIR)/ext3grep-custom.Tpo -c -o ext3grep-custom.obj `if test -f 'custom.cc'; then $(CYGPATH_W) 'custom.cc'; else $(CYGPATH_W) '$(srcdir)/custom.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-437-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-custom.Tpo $(DEPDIR)/ext3grep-custom.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-439-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:440:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-custom.obj `if test -f 'custom.cc'; then $(CYGPATH_W) 'custom.cc'; else $(CYGPATH_W) '$(srcdir)/custom.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-441-
ext3grep-0.10.2/src/Makefile.in-442-ext3grep-accept.o: accept.cc
ext3grep-0.10.2/src/Makefile.in:443:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-accept.o -MD -MP -MF $(DEPDIR)/ext3grep-accept.Tpo -c -o ext3grep-accept.o `test -f 'accept.cc' || echo '$(srcdir)/'`accept.cc
ext3grep-0.10.2/src/Makefile.in-444-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-accept.Tpo $(DEPDIR)/ext3grep-accept.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:447:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-accept.o `test -f 'accept.cc' || echo '$(srcdir)/'`accept.cc
ext3grep-0.10.2/src/Makefile.in-448-
ext3grep-0.10.2/src/Makefile.in-449-ext3grep-accept.obj: accept.cc
ext3grep-0.10.2/src/Makefile.in:450:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-accept.obj -MD -MP -MF $(DEPDIR)/ext3grep-accept.Tpo -c -o ext3grep-accept.obj `if test -f 'accept.cc'; then $(CYGPATH_W) 'accept.cc'; else $(CYGPATH_W) '$(srcdir)/accept.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-451-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-accept.Tpo $(DEPDIR)/ext3grep-accept.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-453-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:454:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-accept.obj `if test -f 'accept.cc'; then $(CYGPATH_W) 'accept.cc'; else $(CYGPATH_W) '$(srcdir)/accept.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-455-
ext3grep-0.10.2/src/Makefile.in-456-ext3grep-blocknr_vector_type.o: blocknr_vector_type.cc
ext3grep-0.10.2/src/Makefile.in:457:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-blocknr_vector_type.o -MD -MP -MF $(DEPDIR)/ext3grep-blocknr_vector_type.Tpo -c -o ext3grep-blocknr_vector_type.o `test -f 'blocknr_vector_type.cc' || echo '$(srcdir)/'`blocknr_vector_type.cc
ext3grep-0.10.2/src/Makefile.in-458-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-blocknr_vector_type.Tpo $(DEPDIR)/ext3grep-blocknr_vector_type.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-460-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:461:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-blocknr_vector_type.o `test -f 'blocknr_vector_type.cc' || echo '$(srcdir)/'`blocknr_vector_type.cc
ext3grep-0.10.2/src/Makefile.in-462-
ext3grep-0.10.2/src/Makefile.in-463-ext3grep-blocknr_vector_type.obj: blocknr_vector_type.cc
ext3grep-0.10.2/src/Makefile.in:464:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-blocknr_vector_type.obj -MD -MP -MF $(DEPDIR)/ext3grep-blocknr_vector_type.Tpo -c -o ext3grep-blocknr_vector_type.obj `if test -f 'blocknr_vector_type.cc'; then $(CYGPATH_W) 'blocknr_vector_type.cc'; else $(CYGPATH_W) '$(srcdir)/blocknr_vector_type.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-465-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-blocknr_vector_type.Tpo $(DEPDIR)/ext3grep-blocknr_vector_type.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-467-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:468:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-blocknr_vector_type.obj `if test -f 'blocknr_vector_type.cc'; then $(CYGPATH_W) 'blocknr_vector_type.cc'; else $(CYGPATH_W) '$(srcdir)/blocknr_vector_type.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-469-
ext3grep-0.10.2/src/Makefile.in-470-ext3grep-commandline.o: commandline.cc
ext3grep-0.10.2/src/Makefile.in:471:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-commandline.o -MD -MP -MF $(DEPDIR)/ext3grep-commandline.Tpo -c -o ext3grep-commandline.o `test -f 'commandline.cc' || echo '$(srcdir)/'`commandline.cc
ext3grep-0.10.2/src/Makefile.in-472-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-commandline.Tpo $(DEPDIR)/ext3grep-commandline.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-474-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:475:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-commandline.o `test -f 'commandline.cc' || echo '$(srcdir)/'`commandline.cc
ext3grep-0.10.2/src/Makefile.in-476-
ext3grep-0.10.2/src/Makefile.in-477-ext3grep-commandline.obj: commandline.cc
ext3grep-0.10.2/src/Makefile.in:478:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-commandline.obj -MD -MP -MF $(DEPDIR)/ext3grep-commandline.Tpo -c -o ext3grep-commandline.obj `if test -f 'commandline.cc'; then $(CYGPATH_W) 'commandline.cc'; else $(CYGPATH_W) '$(srcdir)/commandline.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-479-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-commandline.Tpo $(DEPDIR)/ext3grep-commandline.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-481-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:482:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-commandline.obj `if test -f 'commandline.cc'; then $(CYGPATH_W) 'commandline.cc'; else $(CYGPATH_W) '$(srcdir)/commandline.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-483-
ext3grep-0.10.2/src/Makefile.in-484-ext3grep-directories.o: directories.cc
ext3grep-0.10.2/src/Makefile.in:485:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-directories.o -MD -MP -MF $(DEPDIR)/ext3grep-directories.Tpo -c -o ext3grep-directories.o `test -f 'directories.cc' || echo '$(srcdir)/'`directories.cc
ext3grep-0.10.2/src/Makefile.in-486-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-directories.Tpo $(DEPDIR)/ext3grep-directories.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-488-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:489:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-directories.o `test -f 'directories.cc' || echo '$(srcdir)/'`directories.cc
ext3grep-0.10.2/src/Makefile.in-490-
ext3grep-0.10.2/src/Makefile.in-491-ext3grep-directories.obj: directories.cc
ext3grep-0.10.2/src/Makefile.in:492:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-directories.obj -MD -MP -MF $(DEPDIR)/ext3grep-directories.Tpo -c -o ext3grep-directories.obj `if test -f 'directories.cc'; then $(CYGPATH_W) 'directories.cc'; else $(CYGPATH_W) '$(srcdir)/directories.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-493-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-directories.Tpo $(DEPDIR)/ext3grep-directories.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-495-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:496:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-directories.obj `if test -f 'directories.cc'; then $(CYGPATH_W) 'directories.cc'; else $(CYGPATH_W) '$(srcdir)/directories.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-497-
ext3grep-0.10.2/src/Makefile.in-498-ext3grep-dir_inode_to_block.o: dir_inode_to_block.cc
ext3grep-0.10.2/src/Makefile.in:499:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-dir_inode_to_block.o -MD -MP -MF $(DEPDIR)/ext3grep-dir_inode_to_block.Tpo -c -o ext3grep-dir_inode_to_block.o `test -f 'dir_inode_to_block.cc' || echo '$(srcdir)/'`dir_inode_to_block.cc
ext3grep-0.10.2/src/Makefile.in-500-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-dir_inode_to_block.Tpo $(DEPDIR)/ext3grep-dir_inode_to_block.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-502-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:503:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-dir_inode_to_block.o `test -f 'dir_inode_to_block.cc' || echo '$(srcdir)/'`dir_inode_to_block.cc
ext3grep-0.10.2/src/Makefile.in-504-
ext3grep-0.10.2/src/Makefile.in-505-ext3grep-dir_inode_to_block.obj: dir_inode_to_block.cc
ext3grep-0.10.2/src/Makefile.in:506:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-dir_inode_to_block.obj -MD -MP -MF $(DEPDIR)/ext3grep-dir_inode_to_block.Tpo -c -o ext3grep-dir_inode_to_block.obj `if test -f 'dir_inode_to_block.cc'; then $(CYGPATH_W) 'dir_inode_to_block.cc'; else $(CYGPATH_W) '$(srcdir)/dir_inode_to_block.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-507-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-dir_inode_to_block.Tpo $(DEPDIR)/ext3grep-dir_inode_to_block.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-509-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:510:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-dir_inode_to_block.obj `if test -f 'dir_inode_to_block.cc'; then $(CYGPATH_W) 'dir_inode_to_block.cc'; else $(CYGPATH_W) '$(srcdir)/dir_inode_to_block.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-511-
ext3grep-0.10.2/src/Makefile.in-512-ext3grep-dump_hex_to.o: dump_hex_to.cc
ext3grep-0.10.2/src/Makefile.in:513:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-dump_hex_to.o -MD -MP -MF $(DEPDIR)/ext3grep-dump_hex_to.Tpo -c -o ext3grep-dump_hex_to.o `test -f 'dump_hex_to.cc' || echo '$(srcdir)/'`dump_hex_to.cc
ext3grep-0.10.2/src/Makefile.in-514-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-dump_hex_to.Tpo $(DEPDIR)/ext3grep-dump_hex_to.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-516-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:517:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-dump_hex_to.o `test -f 'dump_hex_to.cc' || echo '$(srcdir)/'`dump_hex_to.cc
ext3grep-0.10.2/src/Makefile.in-518-
ext3grep-0.10.2/src/Makefile.in-519-ext3grep-dump_hex_to.obj: dump_hex_to.cc
ext3grep-0.10.2/src/Makefile.in:520:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-dump_hex_to.obj -MD -MP -MF $(DEPDIR)/ext3grep-dump_hex_to.Tpo -c -o ext3grep-dump_hex_to.obj `if test -f 'dump_hex_to.cc'; then $(CYGPATH_W) 'dump_hex_to.cc'; else $(CYGPATH_W) '$(srcdir)/dump_hex_to.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-521-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-dump_hex_to.Tpo $(DEPDIR)/ext3grep-dump_hex_to.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-523-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:524:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-dump_hex_to.obj `if test -f 'dump_hex_to.cc'; then $(CYGPATH_W) 'dump_hex_to.cc'; else $(CYGPATH_W) '$(srcdir)/dump_hex_to.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-525-
ext3grep-0.10.2/src/Makefile.in-526-ext3grep-dump_names.o: dump_names.cc
ext3grep-0.10.2/src/Makefile.in:527:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-dump_names.o -MD -MP -MF $(DEPDIR)/ext3grep-dump_names.Tpo -c -o ext3grep-dump_names.o `test -f 'dump_names.cc' || echo '$(srcdir)/'`dump_names.cc
ext3grep-0.10.2/src/Makefile.in-528-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-dump_names.Tpo $(DEPDIR)/ext3grep-dump_names.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-530-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:531:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-dump_names.o `test -f 'dump_names.cc' || echo '$(srcdir)/'`dump_names.cc
ext3grep-0.10.2/src/Makefile.in-532-
ext3grep-0.10.2/src/Makefile.in-533-ext3grep-dump_names.obj: dump_names.cc
ext3grep-0.10.2/src/Makefile.in:534:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-dump_names.obj -MD -MP -MF $(DEPDIR)/ext3grep-dump_names.Tpo -c -o ext3grep-dump_names.obj `if test -f 'dump_names.cc'; then $(CYGPATH_W) 'dump_names.cc'; else $(CYGPATH_W) '$(srcdir)/dump_names.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-535-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-dump_names.Tpo $(DEPDIR)/ext3grep-dump_names.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-537-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:538:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-dump_names.obj `if test -f 'dump_names.cc'; then $(CYGPATH_W) 'dump_names.cc'; else $(CYGPATH_W) '$(srcdir)/dump_names.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-539-
ext3grep-0.10.2/src/Makefile.in-540-ext3grep-init_journal_consts.o: init_journal_consts.cc
ext3grep-0.10.2/src/Makefile.in:541:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-init_journal_consts.o -MD -MP -MF $(DEPDIR)/ext3grep-init_journal_consts.Tpo -c -o ext3grep-init_journal_consts.o `test -f 'init_journal_consts.cc' || echo '$(srcdir)/'`init_journal_consts.cc
ext3grep-0.10.2/src/Makefile.in-542-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-init_journal_consts.Tpo $(DEPDIR)/ext3grep-init_journal_consts.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-544-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:545:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-init_journal_consts.o `test -f 'init_journal_consts.cc' || echo '$(srcdir)/'`init_journal_consts.cc
ext3grep-0.10.2/src/Makefile.in-546-
ext3grep-0.10.2/src/Makefile.in-547-ext3grep-init_journal_consts.obj: init_journal_consts.cc
ext3grep-0.10.2/src/Makefile.in:548:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-init_journal_consts.obj -MD -MP -MF $(DEPDIR)/ext3grep-init_journal_consts.Tpo -c -o ext3grep-init_journal_consts.obj `if test -f 'init_journal_consts.cc'; then $(CYGPATH_W) 'init_journal_consts.cc'; else $(CYGPATH_W) '$(srcdir)/init_journal_consts.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-549-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-init_journal_consts.Tpo $(DEPDIR)/ext3grep-init_journal_consts.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-551-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:552:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-init_journal_consts.obj `if test -f 'init_journal_consts.cc'; then $(CYGPATH_W) 'init_journal_consts.cc'; else $(CYGPATH_W) '$(srcdir)/init_journal_consts.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-553-
ext3grep-0.10.2/src/Makefile.in-554-ext3grep-get_block.o: get_block.cc
ext3grep-0.10.2/src/Makefile.in:555:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-get_block.o -MD -MP -MF $(DEPDIR)/ext3grep-get_block.Tpo -c -o ext3grep-get_block.o `test -f 'get_block.cc' || echo '$(srcdir)/'`get_block.cc
ext3grep-0.10.2/src/Makefile.in-556-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-get_block.Tpo $(DEPDIR)/ext3grep-get_block.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:559:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-get_block.o `test -f 'get_block.cc' || echo '$(srcdir)/'`get_block.cc
ext3grep-0.10.2/src/Makefile.in-560-
ext3grep-0.10.2/src/Makefile.in-561-ext3grep-get_block.obj: get_block.cc
ext3grep-0.10.2/src/Makefile.in:562:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-get_block.obj -MD -MP -MF $(DEPDIR)/ext3grep-get_block.Tpo -c -o ext3grep-get_block.obj `if test -f 'get_block.cc'; then $(CYGPATH_W) 'get_block.cc'; else $(CYGPATH_W) '$(srcdir)/get_block.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-563-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-get_block.Tpo $(DEPDIR)/ext3grep-get_block.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:566:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-get_block.obj `if test -f 'get_block.cc'; then $(CYGPATH_W) 'get_block.cc'; else $(CYGPATH_W) '$(srcdir)/get_block.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-567-
ext3grep-0.10.2/src/Makefile.in-568-ext3grep-globals.o: globals.cc
ext3grep-0.10.2/src/Makefile.in:569:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-globals.o -MD -MP -MF $(DEPDIR)/ext3grep-globals.Tpo -c -o ext3grep-globals.o `test -f 'globals.cc' || echo '$(srcdir)/'`globals.cc
ext3grep-0.10.2/src/Makefile.in-570-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-globals.Tpo $(DEPDIR)/ext3grep-globals.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:573:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-globals.o `test -f 'globals.cc' || echo '$(srcdir)/'`globals.cc
ext3grep-0.10.2/src/Makefile.in-574-
ext3grep-0.10.2/src/Makefile.in-575-ext3grep-globals.obj: globals.cc
ext3grep-0.10.2/src/Makefile.in:576:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-globals.obj -MD -MP -MF $(DEPDIR)/ext3grep-globals.Tpo -c -o ext3grep-globals.obj `if test -f 'globals.cc'; then $(CYGPATH_W) 'globals.cc'; else $(CYGPATH_W) '$(srcdir)/globals.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-577-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-globals.Tpo $(DEPDIR)/ext3grep-globals.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:580:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-globals.obj `if test -f 'globals.cc'; then $(CYGPATH_W) 'globals.cc'; else $(CYGPATH_W) '$(srcdir)/globals.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-581-
ext3grep-0.10.2/src/Makefile.in-582-ext3grep-histogram.o: histogram.cc
ext3grep-0.10.2/src/Makefile.in:583:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-histogram.o -MD -MP -MF $(DEPDIR)/ext3grep-histogram.Tpo -c -o ext3grep-histogram.o `test -f 'histogram.cc' || echo '$(srcdir)/'`histogram.cc
ext3grep-0.10.2/src/Makefile.in-584-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-histogram.Tpo $(DEPDIR)/ext3grep-histogram.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:587:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-histogram.o `test -f 'histogram.cc' || echo '$(srcdir)/'`histogram.cc
ext3grep-0.10.2/src/Makefile.in-588-
ext3grep-0.10.2/src/Makefile.in-589-ext3grep-histogram.obj: histogram.cc
ext3grep-0.10.2/src/Makefile.in:590:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-histogram.obj -MD -MP -MF $(DEPDIR)/ext3grep-histogram.Tpo -c -o ext3grep-histogram.obj `if test -f 'histogram.cc'; then $(CYGPATH_W) 'histogram.cc'; else $(CYGPATH_W) '$(srcdir)/histogram.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-591-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-histogram.Tpo $(DEPDIR)/ext3grep-histogram.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:594:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-histogram.obj `if test -f 'histogram.cc'; then $(CYGPATH_W) 'histogram.cc'; else $(CYGPATH_W) '$(srcdir)/histogram.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-595-
ext3grep-0.10.2/src/Makefile.in-596-ext3grep-indirect_blocks.o: indirect_blocks.cc
ext3grep-0.10.2/src/Makefile.in:597:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-indirect_blocks.o -MD -MP -MF $(DEPDIR)/ext3grep-indirect_blocks.Tpo -c -o ext3grep-indirect_blocks.o `test -f 'indirect_blocks.cc' || echo '$(srcdir)/'`indirect_blocks.cc
ext3grep-0.10.2/src/Makefile.in-598-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-indirect_blocks.Tpo $(DEPDIR)/ext3grep-indirect_blocks.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:601:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-indirect_blocks.o `test -f 'indirect_blocks.cc' || echo '$(srcdir)/'`indirect_blocks.cc
ext3grep-0.10.2/src/Makefile.in-602-
ext3grep-0.10.2/src/Makefile.in-603-ext3grep-indirect_blocks.obj: indirect_blocks.cc
ext3grep-0.10.2/src/Makefile.in:604:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-indirect_blocks.obj -MD -MP -MF $(DEPDIR)/ext3grep-indirect_blocks.Tpo -c -o ext3grep-indirect_blocks.obj `if test -f 'indirect_blocks.cc'; then $(CYGPATH_W) 'indirect_blocks.cc'; else $(CYGPATH_W) '$(srcdir)/indirect_blocks.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-605-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-indirect_blocks.Tpo $(DEPDIR)/ext3grep-indirect_blocks.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:608:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-indirect_blocks.obj `if test -f 'indirect_blocks.cc'; then $(CYGPATH_W) 'indirect_blocks.cc'; else $(CYGPATH_W) '$(srcdir)/indirect_blocks.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-609-
ext3grep-0.10.2/src/Makefile.in-610-ext3grep-init_consts.o: init_consts.cc
ext3grep-0.10.2/src/Makefile.in:611:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-init_consts.o -MD -MP -MF $(DEPDIR)/ext3grep-init_consts.Tpo -c -o ext3grep-init_consts.o `test -f 'init_consts.cc' || echo '$(srcdir)/'`init_consts.cc
ext3grep-0.10.2/src/Makefile.in-612-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-init_consts.Tpo $(DEPDIR)/ext3grep-init_consts.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:615:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-init_consts.o `test -f 'init_consts.cc' || echo '$(srcdir)/'`init_consts.cc
ext3grep-0.10.2/src/Makefile.in-616-
ext3grep-0.10.2/src/Makefile.in-617-ext3grep-init_consts.obj: init_consts.cc
ext3grep-0.10.2/src/Makefile.in:618:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-init_consts.obj -MD -MP -MF $(DEPDIR)/ext3grep-init_consts.Tpo -c -o ext3grep-init_consts.obj `if test -f 'init_consts.cc'; then $(CYGPATH_W) 'init_consts.cc'; else $(CYGPATH_W) '$(srcdir)/init_consts.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-619-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-init_consts.Tpo $(DEPDIR)/ext3grep-init_consts.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:622:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-init_consts.obj `if test -f 'init_consts.cc'; then $(CYGPATH_W) 'init_consts.cc'; else $(CYGPATH_W) '$(srcdir)/init_consts.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-623-
ext3grep-0.10.2/src/Makefile.in-624-ext3grep-init_directories.o: init_directories.cc
ext3grep-0.10.2/src/Makefile.in:625:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-init_directories.o -MD -MP -MF $(DEPDIR)/ext3grep-init_directories.Tpo -c -o ext3grep-init_directories.o `test -f 'init_directories.cc' || echo '$(srcdir)/'`init_directories.cc
ext3grep-0.10.2/src/Makefile.in-626-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-init_directories.Tpo $(DEPDIR)/ext3grep-init_directories.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-628-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:629:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-init_directories.o `test -f 'init_directories.cc' || echo '$(srcdir)/'`init_directories.cc
ext3grep-0.10.2/src/Makefile.in-630-
ext3grep-0.10.2/src/Makefile.in-631-ext3grep-init_directories.obj: init_directories.cc
ext3grep-0.10.2/src/Makefile.in:632:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-init_directories.obj -MD -MP -MF $(DEPDIR)/ext3grep-init_directories.Tpo -c -o ext3grep-init_directories.obj `if test -f 'init_directories.cc'; then $(CYGPATH_W) 'init_directories.cc'; else $(CYGPATH_W) '$(srcdir)/init_directories.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-633-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-init_directories.Tpo $(DEPDIR)/ext3grep-init_directories.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:636:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-init_directories.obj `if test -f 'init_directories.cc'; then $(CYGPATH_W) 'init_directories.cc'; else $(CYGPATH_W) '$(srcdir)/init_directories.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-637-
ext3grep-0.10.2/src/Makefile.in-638-ext3grep-init_files.o: init_files.cc
ext3grep-0.10.2/src/Makefile.in:639:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-init_files.o -MD -MP -MF $(DEPDIR)/ext3grep-init_files.Tpo -c -o ext3grep-init_files.o `test -f 'init_files.cc' || echo '$(srcdir)/'`init_files.cc
ext3grep-0.10.2/src/Makefile.in-640-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-init_files.Tpo $(DEPDIR)/ext3grep-init_files.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-642-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:643:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-init_files.o `test -f 'init_files.cc' || echo '$(srcdir)/'`init_files.cc
ext3grep-0.10.2/src/Makefile.in-644-
ext3grep-0.10.2/src/Makefile.in-645-ext3grep-init_files.obj: init_files.cc
ext3grep-0.10.2/src/Makefile.in:646:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-init_files.obj -MD -MP -MF $(DEPDIR)/ext3grep-init_files.Tpo -c -o ext3grep-init_files.obj `if test -f 'init_files.cc'; then $(CYGPATH_W) 'init_files.cc'; else $(CYGPATH_W) '$(srcdir)/init_files.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-647-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-init_files.Tpo $(DEPDIR)/ext3grep-init_files.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-649-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:650:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-init_files.obj `if test -f 'init_files.cc'; then $(CYGPATH_W) 'init_files.cc'; else $(CYGPATH_W) '$(srcdir)/init_files.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-651-
ext3grep-0.10.2/src/Makefile.in-652-ext3grep-inode.o: inode.cc
ext3grep-0.10.2/src/Makefile.in:653:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-inode.o -MD -MP -MF $(DEPDIR)/ext3grep-inode.Tpo -c -o ext3grep-inode.o `test -f 'inode.cc' || echo '$(srcdir)/'`inode.cc
ext3grep-0.10.2/src/Makefile.in-654-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-inode.Tpo $(DEPDIR)/ext3grep-inode.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-656-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:657:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-inode.o `test -f 'inode.cc' || echo '$(srcdir)/'`inode.cc
ext3grep-0.10.2/src/Makefile.in-658-
ext3grep-0.10.2/src/Makefile.in-659-ext3grep-inode.obj: inode.cc
ext3grep-0.10.2/src/Makefile.in:660:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-inode.obj -MD -MP -MF $(DEPDIR)/ext3grep-inode.Tpo -c -o ext3grep-inode.obj `if test -f 'inode.cc'; then $(CYGPATH_W) 'inode.cc'; else $(CYGPATH_W) '$(srcdir)/inode.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-661-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-inode.Tpo $(DEPDIR)/ext3grep-inode.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-663-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:664:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-inode.obj `if test -f 'inode.cc'; then $(CYGPATH_W) 'inode.cc'; else $(CYGPATH_W) '$(srcdir)/inode.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-665-
ext3grep-0.10.2/src/Makefile.in-666-ext3grep-inode_refers_to.o: inode_refers_to.cc
ext3grep-0.10.2/src/Makefile.in:667:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-inode_refers_to.o -MD -MP -MF $(DEPDIR)/ext3grep-inode_refers_to.Tpo -c -o ext3grep-inode_refers_to.o `test -f 'inode_refers_to.cc' || echo '$(srcdir)/'`inode_refers_to.cc
ext3grep-0.10.2/src/Makefile.in-668-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-inode_refers_to.Tpo $(DEPDIR)/ext3grep-inode_refers_to.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-670-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:671:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-inode_refers_to.o `test -f 'inode_refers_to.cc' || echo '$(srcdir)/'`inode_refers_to.cc
ext3grep-0.10.2/src/Makefile.in-672-
ext3grep-0.10.2/src/Makefile.in-673-ext3grep-inode_refers_to.obj: inode_refers_to.cc
ext3grep-0.10.2/src/Makefile.in:674:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-inode_refers_to.obj -MD -MP -MF $(DEPDIR)/ext3grep-inode_refers_to.Tpo -c -o ext3grep-inode_refers_to.obj `if test -f 'inode_refers_to.cc'; then $(CYGPATH_W) 'inode_refers_to.cc'; else $(CYGPATH_W) '$(srcdir)/inode_refers_to.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-675-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-inode_refers_to.Tpo $(DEPDIR)/ext3grep-inode_refers_to.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:678:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-inode_refers_to.obj `if test -f 'inode_refers_to.cc'; then $(CYGPATH_W) 'inode_refers_to.cc'; else $(CYGPATH_W) '$(srcdir)/inode_refers_to.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-679-
ext3grep-0.10.2/src/Makefile.in-680-ext3grep-is_blockdetection.o: is_blockdetection.cc
ext3grep-0.10.2/src/Makefile.in:681:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-is_blockdetection.o -MD -MP -MF $(DEPDIR)/ext3grep-is_blockdetection.Tpo -c -o ext3grep-is_blockdetection.o `test -f 'is_blockdetection.cc' || echo '$(srcdir)/'`is_blockdetection.cc
ext3grep-0.10.2/src/Makefile.in-682-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-is_blockdetection.Tpo $(DEPDIR)/ext3grep-is_blockdetection.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:685:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-is_blockdetection.o `test -f 'is_blockdetection.cc' || echo '$(srcdir)/'`is_blockdetection.cc
ext3grep-0.10.2/src/Makefile.in-686-
ext3grep-0.10.2/src/Makefile.in-687-ext3grep-is_blockdetection.obj: is_blockdetection.cc
ext3grep-0.10.2/src/Makefile.in:688:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-is_blockdetection.obj -MD -MP -MF $(DEPDIR)/ext3grep-is_blockdetection.Tpo -c -o ext3grep-is_blockdetection.obj `if test -f 'is_blockdetection.cc'; then $(CYGPATH_W) 'is_blockdetection.cc'; else $(CYGPATH_W) '$(srcdir)/is_blockdetection.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-689-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-is_blockdetection.Tpo $(DEPDIR)/ext3grep-is_blockdetection.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:692:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-is_blockdetection.obj `if test -f 'is_blockdetection.cc'; then $(CYGPATH_W) 'is_blockdetection.cc'; else $(CYGPATH_W) '$(srcdir)/is_blockdetection.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-693-
ext3grep-0.10.2/src/Makefile.in-694-ext3grep-journal.o: journal.cc
ext3grep-0.10.2/src/Makefile.in:695:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-journal.o -MD -MP -MF $(DEPDIR)/ext3grep-journal.Tpo -c -o ext3grep-journal.o `test -f 'journal.cc' || echo '$(srcdir)/'`journal.cc
ext3grep-0.10.2/src/Makefile.in-696-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-journal.Tpo $(DEPDIR)/ext3grep-journal.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:699:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-journal.o `test -f 'journal.cc' || echo '$(srcdir)/'`journal.cc
ext3grep-0.10.2/src/Makefile.in-700-
ext3grep-0.10.2/src/Makefile.in-701-ext3grep-journal.obj: journal.cc
ext3grep-0.10.2/src/Makefile.in:702:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-journal.obj -MD -MP -MF $(DEPDIR)/ext3grep-journal.Tpo -c -o ext3grep-journal.obj `if test -f 'journal.cc'; then $(CYGPATH_W) 'journal.cc'; else $(CYGPATH_W) '$(srcdir)/journal.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-703-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-journal.Tpo $(DEPDIR)/ext3grep-journal.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:706:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-journal.obj `if test -f 'journal.cc'; then $(CYGPATH_W) 'journal.cc'; else $(CYGPATH_W) '$(srcdir)/journal.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-707-
ext3grep-0.10.2/src/Makefile.in-708-ext3grep-last_undeleted_directory_inode_refering_to_block.o: last_undeleted_directory_inode_refering_to_block.cc
ext3grep-0.10.2/src/Makefile.in:709:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-last_undeleted_directory_inode_refering_to_block.o -MD -MP -MF $(DEPDIR)/ext3grep-last_undeleted_directory_inode_refering_to_block.Tpo -c -o ext3grep-last_undeleted_directory_inode_refering_to_block.o `test -f 'last_undeleted_directory_inode_refering_to_block.cc' || echo '$(srcdir)/'`last_undeleted_directory_inode_refering_to_block.cc
ext3grep-0.10.2/src/Makefile.in-710-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-last_undeleted_directory_inode_refering_to_block.Tpo $(DEPDIR)/ext3grep-last_undeleted_directory_inode_refering_to_block.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:713:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-last_undeleted_directory_inode_refering_to_block.o `test -f 'last_undeleted_directory_inode_refering_to_block.cc' || echo '$(srcdir)/'`last_undeleted_directory_inode_refering_to_block.cc
ext3grep-0.10.2/src/Makefile.in-714-
ext3grep-0.10.2/src/Makefile.in-715-ext3grep-last_undeleted_directory_inode_refering_to_block.obj: last_undeleted_directory_inode_refering_to_block.cc
ext3grep-0.10.2/src/Makefile.in:716:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-last_undeleted_directory_inode_refering_to_block.obj -MD -MP -MF $(DEPDIR)/ext3grep-last_undeleted_directory_inode_refering_to_block.Tpo -c -o ext3grep-last_undeleted_directory_inode_refering_to_block.obj `if test -f 'last_undeleted_directory_inode_refering_to_block.cc'; then $(CYGPATH_W) 'last_undeleted_directory_inode_refering_to_block.cc'; else $(CYGPATH_W) '$(srcdir)/last_undeleted_directory_inode_refering_to_block.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-717-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-last_undeleted_directory_inode_refering_to_block.Tpo $(DEPDIR)/ext3grep-last_undeleted_directory_inode_refering_to_block.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:720:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-last_undeleted_directory_inode_refering_to_block.obj `if test -f 'last_undeleted_directory_inode_refering_to_block.cc'; then $(CYGPATH_W) 'last_undeleted_directory_inode_refering_to_block.cc'; else $(CYGPATH_W) '$(srcdir)/last_undeleted_directory_inode_refering_to_block.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-721-
ext3grep-0.10.2/src/Makefile.in-722-ext3grep-load_meta_data.o: load_meta_data.cc
ext3grep-0.10.2/src/Makefile.in:723:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-load_meta_data.o -MD -MP -MF $(DEPDIR)/ext3grep-load_meta_data.Tpo -c -o ext3grep-load_meta_data.o `test -f 'load_meta_data.cc' || echo '$(srcdir)/'`load_meta_data.cc
ext3grep-0.10.2/src/Makefile.in-724-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-load_meta_data.Tpo $(DEPDIR)/ext3grep-load_meta_data.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:727:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-load_meta_data.o `test -f 'load_meta_data.cc' || echo '$(srcdir)/'`load_meta_data.cc
ext3grep-0.10.2/src/Makefile.in-728-
ext3grep-0.10.2/src/Makefile.in-729-ext3grep-load_meta_data.obj: load_meta_data.cc
ext3grep-0.10.2/src/Makefile.in:730:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-load_meta_data.obj -MD -MP -MF $(DEPDIR)/ext3grep-load_meta_data.Tpo -c -o ext3grep-load_meta_data.obj `if test -f 'load_meta_data.cc'; then $(CYGPATH_W) 'load_meta_data.cc'; else $(CYGPATH_W) '$(srcdir)/load_meta_data.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-731-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-load_meta_data.Tpo $(DEPDIR)/ext3grep-load_meta_data.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:734:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-load_meta_data.obj `if test -f 'load_meta_data.cc'; then $(CYGPATH_W) 'load_meta_data.cc'; else $(CYGPATH_W) '$(srcdir)/load_meta_data.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-735-
ext3grep-0.10.2/src/Makefile.in-736-ext3grep-ostream_operators.o: ostream_operators.cc
ext3grep-0.10.2/src/Makefile.in:737:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-ostream_operators.o -MD -MP -MF $(DEPDIR)/ext3grep-ostream_operators.Tpo -c -o ext3grep-ostream_operators.o `test -f 'ostream_operators.cc' || echo '$(srcdir)/'`ostream_operators.cc
ext3grep-0.10.2/src/Makefile.in-738-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-ostream_operators.Tpo $(DEPDIR)/ext3grep-ostream_operators.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-740-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:741:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-ostream_operators.o `test -f 'ostream_operators.cc' || echo '$(srcdir)/'`ostream_operators.cc
ext3grep-0.10.2/src/Makefile.in-742-
ext3grep-0.10.2/src/Makefile.in-743-ext3grep-ostream_operators.obj: ostream_operators.cc
ext3grep-0.10.2/src/Makefile.in:744:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-ostream_operators.obj -MD -MP -MF $(DEPDIR)/ext3grep-ostream_operators.Tpo -c -o ext3grep-ostream_operators.obj `if test -f 'ostream_operators.cc'; then $(CYGPATH_W) 'ostream_operators.cc'; else $(CYGPATH_W) '$(srcdir)/ostream_operators.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-745-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-ostream_operators.Tpo $(DEPDIR)/ext3grep-ostream_operators.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-747-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:748:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-ostream_operators.obj `if test -f 'ostream_operators.cc'; then $(CYGPATH_W) 'ostream_operators.cc'; else $(CYGPATH_W) '$(srcdir)/ostream_operators.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-749-
ext3grep-0.10.2/src/Makefile.in-750-ext3grep-Parent.o: Parent.cc
ext3grep-0.10.2/src/Makefile.in:751:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-Parent.o -MD -MP -MF $(DEPDIR)/ext3grep-Parent.Tpo -c -o ext3grep-Parent.o `test -f 'Parent.cc' || echo '$(srcdir)/'`Parent.cc
ext3grep-0.10.2/src/Makefile.in-752-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-Parent.Tpo $(DEPDIR)/ext3grep-Parent.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-754-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:755:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-Parent.o `test -f 'Parent.cc' || echo '$(srcdir)/'`Parent.cc
ext3grep-0.10.2/src/Makefile.in-756-
ext3grep-0.10.2/src/Makefile.in-757-ext3grep-Parent.obj: Parent.cc
ext3grep-0.10.2/src/Makefile.in:758:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-Parent.obj -MD -MP -MF $(DEPDIR)/ext3grep-Parent.Tpo -c -o ext3grep-Parent.obj `if test -f 'Parent.cc'; then $(CYGPATH_W) 'Parent.cc'; else $(CYGPATH_W) '$(srcdir)/Parent.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-759-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-Parent.Tpo $(DEPDIR)/ext3grep-Parent.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-761-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:762:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-Parent.obj `if test -f 'Parent.cc'; then $(CYGPATH_W) 'Parent.cc'; else $(CYGPATH_W) '$(srcdir)/Parent.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-763-
ext3grep-0.10.2/src/Makefile.in-764-ext3grep-print_directory.o: print_directory.cc
ext3grep-0.10.2/src/Makefile.in:765:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_directory.o -MD -MP -MF $(DEPDIR)/ext3grep-print_directory.Tpo -c -o ext3grep-print_directory.o `test -f 'print_directory.cc' || echo '$(srcdir)/'`print_directory.cc
ext3grep-0.10.2/src/Makefile.in-766-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_directory.Tpo $(DEPDIR)/ext3grep-print_directory.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-768-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:769:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_directory.o `test -f 'print_directory.cc' || echo '$(srcdir)/'`print_directory.cc
ext3grep-0.10.2/src/Makefile.in-770-
ext3grep-0.10.2/src/Makefile.in-771-ext3grep-print_directory.obj: print_directory.cc
ext3grep-0.10.2/src/Makefile.in:772:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_directory.obj -MD -MP -MF $(DEPDIR)/ext3grep-print_directory.Tpo -c -o ext3grep-print_directory.obj `if test -f 'print_directory.cc'; then $(CYGPATH_W) 'print_directory.cc'; else $(CYGPATH_W) '$(srcdir)/print_directory.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-773-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_directory.Tpo $(DEPDIR)/ext3grep-print_directory.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-775-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:776:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_directory.obj `if test -f 'print_directory.cc'; then $(CYGPATH_W) 'print_directory.cc'; else $(CYGPATH_W) '$(srcdir)/print_directory.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-777-
ext3grep-0.10.2/src/Makefile.in-778-ext3grep-print_directory_inode.o: print_directory_inode.cc
ext3grep-0.10.2/src/Makefile.in:779:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_directory_inode.o -MD -MP -MF $(DEPDIR)/ext3grep-print_directory_inode.Tpo -c -o ext3grep-print_directory_inode.o `test -f 'print_directory_inode.cc' || echo '$(srcdir)/'`print_directory_inode.cc
ext3grep-0.10.2/src/Makefile.in-780-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_directory_inode.Tpo $(DEPDIR)/ext3grep-print_directory_inode.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-782-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:783:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_directory_inode.o `test -f 'print_directory_inode.cc' || echo '$(srcdir)/'`print_directory_inode.cc
ext3grep-0.10.2/src/Makefile.in-784-
ext3grep-0.10.2/src/Makefile.in-785-ext3grep-print_directory_inode.obj: print_directory_inode.cc
ext3grep-0.10.2/src/Makefile.in:786:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_directory_inode.obj -MD -MP -MF $(DEPDIR)/ext3grep-print_directory_inode.Tpo -c -o ext3grep-print_directory_inode.obj `if test -f 'print_directory_inode.cc'; then $(CYGPATH_W) 'print_directory_inode.cc'; else $(CYGPATH_W) '$(srcdir)/print_directory_inode.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-787-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_directory_inode.Tpo $(DEPDIR)/ext3grep-print_directory_inode.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-789-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:790:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_directory_inode.obj `if test -f 'print_directory_inode.cc'; then $(CYGPATH_W) 'print_directory_inode.cc'; else $(CYGPATH_W) '$(srcdir)/print_directory_inode.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-791-
ext3grep-0.10.2/src/Makefile.in-792-ext3grep-print_dir_entry_long_action.o: print_dir_entry_long_action.cc
ext3grep-0.10.2/src/Makefile.in:793:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_dir_entry_long_action.o -MD -MP -MF $(DEPDIR)/ext3grep-print_dir_entry_long_action.Tpo -c -o ext3grep-print_dir_entry_long_action.o `test -f 'print_dir_entry_long_action.cc' || echo '$(srcdir)/'`print_dir_entry_long_action.cc
ext3grep-0.10.2/src/Makefile.in-794-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_dir_entry_long_action.Tpo $(DEPDIR)/ext3grep-print_dir_entry_long_action.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-796-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:797:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_dir_entry_long_action.o `test -f 'print_dir_entry_long_action.cc' || echo '$(srcdir)/'`print_dir_entry_long_action.cc
ext3grep-0.10.2/src/Makefile.in-798-
ext3grep-0.10.2/src/Makefile.in-799-ext3grep-print_dir_entry_long_action.obj: print_dir_entry_long_action.cc
ext3grep-0.10.2/src/Makefile.in:800:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_dir_entry_long_action.obj -MD -MP -MF $(DEPDIR)/ext3grep-print_dir_entry_long_action.Tpo -c -o ext3grep-print_dir_entry_long_action.obj `if test -f 'print_dir_entry_long_action.cc'; then $(CYGPATH_W) 'print_dir_entry_long_action.cc'; else $(CYGPATH_W) '$(srcdir)/print_dir_entry_long_action.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-801-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_dir_entry_long_action.Tpo $(DEPDIR)/ext3grep-print_dir_entry_long_action.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-803-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:804:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_dir_entry_long_action.obj `if test -f 'print_dir_entry_long_action.cc'; then $(CYGPATH_W) 'print_dir_entry_long_action.cc'; else $(CYGPATH_W) '$(srcdir)/print_dir_entry_long_action.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-805-
ext3grep-0.10.2/src/Makefile.in-806-ext3grep-printing.o: printing.cc
ext3grep-0.10.2/src/Makefile.in:807:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-printing.o -MD -MP -MF $(DEPDIR)/ext3grep-printing.Tpo -c -o ext3grep-printing.o `test -f 'printing.cc' || echo '$(srcdir)/'`printing.cc
ext3grep-0.10.2/src/Makefile.in-808-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-printing.Tpo $(DEPDIR)/ext3grep-printing.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-810-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:811:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-printing.o `test -f 'printing.cc' || echo '$(srcdir)/'`printing.cc
ext3grep-0.10.2/src/Makefile.in-812-
ext3grep-0.10.2/src/Makefile.in-813-ext3grep-printing.obj: printing.cc
ext3grep-0.10.2/src/Makefile.in:814:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-printing.obj -MD -MP -MF $(DEPDIR)/ext3grep-printing.Tpo -c -o ext3grep-printing.obj `if test -f 'printing.cc'; then $(CYGPATH_W) 'printing.cc'; else $(CYGPATH_W) '$(srcdir)/printing.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-815-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-printing.Tpo $(DEPDIR)/ext3grep-printing.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-817-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:818:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-printing.obj `if test -f 'printing.cc'; then $(CYGPATH_W) 'printing.cc'; else $(CYGPATH_W) '$(srcdir)/printing.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-819-
ext3grep-0.10.2/src/Makefile.in-820-ext3grep-print_inode_to.o: print_inode_to.cc
ext3grep-0.10.2/src/Makefile.in:821:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_inode_to.o -MD -MP -MF $(DEPDIR)/ext3grep-print_inode_to.Tpo -c -o ext3grep-print_inode_to.o `test -f 'print_inode_to.cc' || echo '$(srcdir)/'`print_inode_to.cc
ext3grep-0.10.2/src/Makefile.in-822-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_inode_to.Tpo $(DEPDIR)/ext3grep-print_inode_to.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-824-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:825:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_inode_to.o `test -f 'print_inode_to.cc' || echo '$(srcdir)/'`print_inode_to.cc
ext3grep-0.10.2/src/Makefile.in-826-
ext3grep-0.10.2/src/Makefile.in-827-ext3grep-print_inode_to.obj: print_inode_to.cc
ext3grep-0.10.2/src/Makefile.in:828:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_inode_to.obj -MD -MP -MF $(DEPDIR)/ext3grep-print_inode_to.Tpo -c -o ext3grep-print_inode_to.obj `if test -f 'print_inode_to.cc'; then $(CYGPATH_W) 'print_inode_to.cc'; else $(CYGPATH_W) '$(srcdir)/print_inode_to.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-829-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_inode_to.Tpo $(DEPDIR)/ext3grep-print_inode_to.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-831-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:832:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_inode_to.obj `if test -f 'print_inode_to.cc'; then $(CYGPATH_W) 'print_inode_to.cc'; else $(CYGPATH_W) '$(srcdir)/print_inode_to.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-833-
ext3grep-0.10.2/src/Makefile.in-834-ext3grep-print_symlink.o: print_symlink.cc
ext3grep-0.10.2/src/Makefile.in:835:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_symlink.o -MD -MP -MF $(DEPDIR)/ext3grep-print_symlink.Tpo -c -o ext3grep-print_symlink.o `test -f 'print_symlink.cc' || echo '$(srcdir)/'`print_symlink.cc
ext3grep-0.10.2/src/Makefile.in-836-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_symlink.Tpo $(DEPDIR)/ext3grep-print_symlink.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-838-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:839:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_symlink.o `test -f 'print_symlink.cc' || echo '$(srcdir)/'`print_symlink.cc
ext3grep-0.10.2/src/Makefile.in-840-
ext3grep-0.10.2/src/Makefile.in-841-ext3grep-print_symlink.obj: print_symlink.cc
ext3grep-0.10.2/src/Makefile.in:842:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-print_symlink.obj -MD -MP -MF $(DEPDIR)/ext3grep-print_symlink.Tpo -c -o ext3grep-print_symlink.obj `if test -f 'print_symlink.cc'; then $(CYGPATH_W) 'print_symlink.cc'; else $(CYGPATH_W) '$(srcdir)/print_symlink.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-843-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-print_symlink.Tpo $(DEPDIR)/ext3grep-print_symlink.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-845-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:846:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-print_symlink.obj `if test -f 'print_symlink.cc'; then $(CYGPATH_W) 'print_symlink.cc'; else $(CYGPATH_W) '$(srcdir)/print_symlink.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-847-
ext3grep-0.10.2/src/Makefile.in-848-ext3grep-restore.o: restore.cc
ext3grep-0.10.2/src/Makefile.in:849:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-restore.o -MD -MP -MF $(DEPDIR)/ext3grep-restore.Tpo -c -o ext3grep-restore.o `test -f 'restore.cc' || echo '$(srcdir)/'`restore.cc
ext3grep-0.10.2/src/Makefile.in-850-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-restore.Tpo $(DEPDIR)/ext3grep-restore.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-852-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:853:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-restore.o `test -f 'restore.cc' || echo '$(srcdir)/'`restore.cc
ext3grep-0.10.2/src/Makefile.in-854-
ext3grep-0.10.2/src/Makefile.in-855-ext3grep-restore.obj: restore.cc
ext3grep-0.10.2/src/Makefile.in:856:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-restore.obj -MD -MP -MF $(DEPDIR)/ext3grep-restore.Tpo -c -o ext3grep-restore.obj `if test -f 'restore.cc'; then $(CYGPATH_W) 'restore.cc'; else $(CYGPATH_W) '$(srcdir)/restore.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-857-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-restore.Tpo $(DEPDIR)/ext3grep-restore.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-859-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:860:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-restore.obj `if test -f 'restore.cc'; then $(CYGPATH_W) 'restore.cc'; else $(CYGPATH_W) '$(srcdir)/restore.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-861-
ext3grep-0.10.2/src/Makefile.in-862-ext3grep-show_hardlinks.o: show_hardlinks.cc
ext3grep-0.10.2/src/Makefile.in:863:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-show_hardlinks.o -MD -MP -MF $(DEPDIR)/ext3grep-show_hardlinks.Tpo -c -o ext3grep-show_hardlinks.o `test -f 'show_hardlinks.cc' || echo '$(srcdir)/'`show_hardlinks.cc
ext3grep-0.10.2/src/Makefile.in-864-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-show_hardlinks.Tpo $(DEPDIR)/ext3grep-show_hardlinks.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-866-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:867:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-show_hardlinks.o `test -f 'show_hardlinks.cc' || echo '$(srcdir)/'`show_hardlinks.cc
ext3grep-0.10.2/src/Makefile.in-868-
ext3grep-0.10.2/src/Makefile.in-869-ext3grep-show_hardlinks.obj: show_hardlinks.cc
ext3grep-0.10.2/src/Makefile.in:870:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-show_hardlinks.obj -MD -MP -MF $(DEPDIR)/ext3grep-show_hardlinks.Tpo -c -o ext3grep-show_hardlinks.obj `if test -f 'show_hardlinks.cc'; then $(CYGPATH_W) 'show_hardlinks.cc'; else $(CYGPATH_W) '$(srcdir)/show_hardlinks.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-871-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-show_hardlinks.Tpo $(DEPDIR)/ext3grep-show_hardlinks.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-873-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:874:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-show_hardlinks.obj `if test -f 'show_hardlinks.cc'; then $(CYGPATH_W) 'show_hardlinks.cc'; else $(CYGPATH_W) '$(srcdir)/show_hardlinks.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-875-
ext3grep-0.10.2/src/Makefile.in-876-ext3grep-show_journal_inodes.o: show_journal_inodes.cc
ext3grep-0.10.2/src/Makefile.in:877:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-show_journal_inodes.o -MD -MP -MF $(DEPDIR)/ext3grep-show_journal_inodes.Tpo -c -o ext3grep-show_journal_inodes.o `test -f 'show_journal_inodes.cc' || echo '$(srcdir)/'`show_journal_inodes.cc
ext3grep-0.10.2/src/Makefile.in-878-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-show_journal_inodes.Tpo $(DEPDIR)/ext3grep-show_journal_inodes.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-880-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:881:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-show_journal_inodes.o `test -f 'show_journal_inodes.cc' || echo '$(srcdir)/'`show_journal_inodes.cc
ext3grep-0.10.2/src/Makefile.in-882-
ext3grep-0.10.2/src/Makefile.in-883-ext3grep-show_journal_inodes.obj: show_journal_inodes.cc
ext3grep-0.10.2/src/Makefile.in:884:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-show_journal_inodes.obj -MD -MP -MF $(DEPDIR)/ext3grep-show_journal_inodes.Tpo -c -o ext3grep-show_journal_inodes.obj `if test -f 'show_journal_inodes.cc'; then $(CYGPATH_W) 'show_journal_inodes.cc'; else $(CYGPATH_W) '$(srcdir)/show_journal_inodes.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-885-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-show_journal_inodes.Tpo $(DEPDIR)/ext3grep-show_journal_inodes.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-887-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:888:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-show_journal_inodes.obj `if test -f 'show_journal_inodes.cc'; then $(CYGPATH_W) 'show_journal_inodes.cc'; else $(CYGPATH_W) '$(srcdir)/show_journal_inodes.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-889-
ext3grep-0.10.2/src/Makefile.in-890-ext3grep-utils.o: utils.cc
ext3grep-0.10.2/src/Makefile.in:891:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-utils.o -MD -MP -MF $(DEPDIR)/ext3grep-utils.Tpo -c -o ext3grep-utils.o `test -f 'utils.cc' || echo '$(srcdir)/'`utils.cc
ext3grep-0.10.2/src/Makefile.in-892-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-utils.Tpo $(DEPDIR)/ext3grep-utils.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-894-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:895:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-utils.o `test -f 'utils.cc' || echo '$(srcdir)/'`utils.cc
ext3grep-0.10.2/src/Makefile.in-896-
ext3grep-0.10.2/src/Makefile.in-897-ext3grep-utils.obj: utils.cc
ext3grep-0.10.2/src/Makefile.in:898:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-utils.obj -MD -MP -MF $(DEPDIR)/ext3grep-utils.Tpo -c -o ext3grep-utils.obj `if test -f 'utils.cc'; then $(CYGPATH_W) 'utils.cc'; else $(CYGPATH_W) '$(srcdir)/utils.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-899-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-utils.Tpo $(DEPDIR)/ext3grep-utils.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-901-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:902:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-utils.obj `if test -f 'utils.cc'; then $(CYGPATH_W) 'utils.cc'; else $(CYGPATH_W) '$(srcdir)/utils.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-903-
ext3grep-0.10.2/src/Makefile.in-904-ext3grep-ext3grep.o: ext3grep.cc
ext3grep-0.10.2/src/Makefile.in:905:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-ext3grep.o -MD -MP -MF $(DEPDIR)/ext3grep-ext3grep.Tpo -c -o ext3grep-ext3grep.o `test -f 'ext3grep.cc' || echo '$(srcdir)/'`ext3grep.cc
ext3grep-0.10.2/src/Makefile.in-906-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-ext3grep.Tpo $(DEPDIR)/ext3grep-ext3grep.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-908-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:909:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-ext3grep.o `test -f 'ext3grep.cc' || echo '$(srcdir)/'`ext3grep.cc
ext3grep-0.10.2/src/Makefile.in-910-
ext3grep-0.10.2/src/Makefile.in-911-ext3grep-ext3grep.obj: ext3grep.cc
ext3grep-0.10.2/src/Makefile.in:912:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-ext3grep.obj -MD -MP -MF $(DEPDIR)/ext3grep-ext3grep.Tpo -c -o ext3grep-ext3grep.obj `if test -f 'ext3grep.cc'; then $(CYGPATH_W) 'ext3grep.cc'; else $(CYGPATH_W) '$(srcdir)/ext3grep.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-913-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-ext3grep.Tpo $(DEPDIR)/ext3grep-ext3grep.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-915-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:916:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-ext3grep.obj `if test -f 'ext3grep.cc'; then $(CYGPATH_W) 'ext3grep.cc'; else $(CYGPATH_W) '$(srcdir)/ext3grep.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-917-
ext3grep-0.10.2/src/Makefile.in-918-ext3grep-locate.o: locate.cc
ext3grep-0.10.2/src/Makefile.in:919:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-locate.o -MD -MP -MF $(DEPDIR)/ext3grep-locate.Tpo -c -o ext3grep-locate.o `test -f 'locate.cc' || echo '$(srcdir)/'`locate.cc
ext3grep-0.10.2/src/Makefile.in-920-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-locate.Tpo $(DEPDIR)/ext3grep-locate.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-922-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:923:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-locate.o `test -f 'locate.cc' || echo '$(srcdir)/'`locate.cc
ext3grep-0.10.2/src/Makefile.in-924-
ext3grep-0.10.2/src/Makefile.in-925-ext3grep-locate.obj: locate.cc
ext3grep-0.10.2/src/Makefile.in:926:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-locate.obj -MD -MP -MF $(DEPDIR)/ext3grep-locate.Tpo -c -o ext3grep-locate.obj `if test -f 'locate.cc'; then $(CYGPATH_W) 'locate.cc'; else $(CYGPATH_W) '$(srcdir)/locate.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-927-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-locate.Tpo $(DEPDIR)/ext3grep-locate.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-929-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:930:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-locate.obj `if test -f 'locate.cc'; then $(CYGPATH_W) 'locate.cc'; else $(CYGPATH_W) '$(srcdir)/locate.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-931-
ext3grep-0.10.2/src/Makefile.in-932-ext3grep-backtrace.o: backtrace.cc
ext3grep-0.10.2/src/Makefile.in:933:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-backtrace.o -MD -MP -MF $(DEPDIR)/ext3grep-backtrace.Tpo -c -o ext3grep-backtrace.o `test -f 'backtrace.cc' || echo '$(srcdir)/'`backtrace.cc
ext3grep-0.10.2/src/Makefile.in-934-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-backtrace.Tpo $(DEPDIR)/ext3grep-backtrace.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-936-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:937:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-backtrace.o `test -f 'backtrace.cc' || echo '$(srcdir)/'`backtrace.cc
ext3grep-0.10.2/src/Makefile.in-938-
ext3grep-0.10.2/src/Makefile.in-939-ext3grep-backtrace.obj: backtrace.cc
ext3grep-0.10.2/src/Makefile.in:940:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-backtrace.obj -MD -MP -MF $(DEPDIR)/ext3grep-backtrace.Tpo -c -o ext3grep-backtrace.obj `if test -f 'backtrace.cc'; then $(CYGPATH_W) 'backtrace.cc'; else $(CYGPATH_W) '$(srcdir)/backtrace.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-941-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-backtrace.Tpo $(DEPDIR)/ext3grep-backtrace.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-943-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:944:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-backtrace.obj `if test -f 'backtrace.cc'; then $(CYGPATH_W) 'backtrace.cc'; else $(CYGPATH_W) '$(srcdir)/backtrace.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-945-
ext3grep-0.10.2/src/Makefile.in-946-ext3grep-debug.o: debug.cc
ext3grep-0.10.2/src/Makefile.in:947:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-debug.o -MD -MP -MF $(DEPDIR)/ext3grep-debug.Tpo -c -o ext3grep-debug.o `test -f 'debug.cc' || echo '$(srcdir)/'`debug.cc
ext3grep-0.10.2/src/Makefile.in-948-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-debug.Tpo $(DEPDIR)/ext3grep-debug.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-950-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:951:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-debug.o `test -f 'debug.cc' || echo '$(srcdir)/'`debug.cc
ext3grep-0.10.2/src/Makefile.in-952-
ext3grep-0.10.2/src/Makefile.in-953-ext3grep-debug.obj: debug.cc
ext3grep-0.10.2/src/Makefile.in:954:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-debug.obj -MD -MP -MF $(DEPDIR)/ext3grep-debug.Tpo -c -o ext3grep-debug.obj `if test -f 'debug.cc'; then $(CYGPATH_W) 'debug.cc'; else $(CYGPATH_W) '$(srcdir)/debug.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-955-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-debug.Tpo $(DEPDIR)/ext3grep-debug.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-957-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:958:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-debug.obj `if test -f 'debug.cc'; then $(CYGPATH_W) 'debug.cc'; else $(CYGPATH_W) '$(srcdir)/debug.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-959-
ext3grep-0.10.2/src/Makefile.in-960-ext3grep-revision.o: revision.cc
ext3grep-0.10.2/src/Makefile.in:961:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-revision.o -MD -MP -MF $(DEPDIR)/ext3grep-revision.Tpo -c -o ext3grep-revision.o `test -f 'revision.cc' || echo '$(srcdir)/'`revision.cc
ext3grep-0.10.2/src/Makefile.in-962-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-revision.Tpo $(DEPDIR)/ext3grep-revision.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-964-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:965:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-revision.o `test -f 'revision.cc' || echo '$(srcdir)/'`revision.cc
ext3grep-0.10.2/src/Makefile.in-966-
ext3grep-0.10.2/src/Makefile.in-967-ext3grep-revision.obj: revision.cc
ext3grep-0.10.2/src/Makefile.in:968:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -MT ext3grep-revision.obj -MD -MP -MF $(DEPDIR)/ext3grep-revision.Tpo -c -o ext3grep-revision.obj `if test -f 'revision.cc'; then $(CYGPATH_W) 'revision.cc'; else $(CYGPATH_W) '$(srcdir)/revision.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-969-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/ext3grep-revision.Tpo $(DEPDIR)/ext3grep-revision.Po
##############################################
ext3grep-0.10.2/src/Makefile.in-971-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ext3grep-0.10.2/src/Makefile.in:972:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ext3grep_CXXFLAGS) $(CXXFLAGS) -c -o ext3grep-revision.obj `if test -f 'revision.cc'; then $(CYGPATH_W) 'revision.cc'; else $(CYGPATH_W) '$(srcdir)/revision.cc'; fi`
ext3grep-0.10.2/src/Makefile.in-973-
##############################################
ext3grep-0.10.2/src/Makefile.in-1018-GTAGS:
ext3grep-0.10.2/src/Makefile.in:1019:	here=`$(am__cd) $(top_builddir) && pwd` \
ext3grep-0.10.2/src/Makefile.in-1020-	  && $(am__cd) $(top_srcdir) \
##############################################
ext3grep-0.10.2/src/Makefile.in-1026-distdir: $(DISTFILES)
ext3grep-0.10.2/src/Makefile.in:1027:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ext3grep-0.10.2/src/Makefile.in:1028:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ext3grep-0.10.2/src/Makefile.in-1029-	list='$(DISTFILES)'; \
##############################################
ext3grep-0.10.2/src/Makefile.in-1040-	  if test -d $$d/$$file; then \
ext3grep-0.10.2/src/Makefile.in:1041:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ext3grep-0.10.2/src/Makefile.in-1042-	    if test -d "$(distdir)/$$file"; then \
##############################################
ext3grep-0.10.2/src/ext3.h-120-    __u32 size_high(void) const { return i_size_high; }
ext3grep-0.10.2/src/ext3.h:121:    __u32 faddr(void) const { return i_faddr; }
ext3grep-0.10.2/src/ext3.h-122-    __u16 uid_high(void) const { return i_uid_high; }
##############################################
ext3grep-0.10.2/src/print_inode_to.cc-121-  //os << "Directory ACL: " << inode.dir_acl() << '\n';
ext3grep-0.10.2/src/print_inode_to.cc:122:  //os << "Fragment address: " << inode.faddr() << '\n';
ext3grep-0.10.2/src/print_inode_to.cc-123-  //os << "Fragment number: " << (int)inode.osd2.linux2.l_i_frag << '\n';
##############################################
ext3grep-0.10.2/missing-139-       # Could not run --version or --help.  This is probably someone
ext3grep-0.10.2/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
ext3grep-0.10.2/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
ext3grep-0.10.2/missing-173-         from any GNU archive site."
ext3grep-0.10.2/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
ext3grep-0.10.2/missing-175-    test -z "$files" && files="config.h"
##############################################
ext3grep-0.10.2/missing-202-         proper tools for further handling them.
ext3grep-0.10.2/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
ext3grep-0.10.2/missing-204-         archive site."
ext3grep-0.10.2/missing-205-
ext3grep-0.10.2/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
ext3grep-0.10.2/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ext3grep-0.10.2/missing-208-    if test -f "$file"; then
##############################################
ext3grep-0.10.2/missing-231-	*.y)
ext3grep-0.10.2/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
ext3grep-0.10.2/missing-233-	    if test -f "$SRCFILE"; then
##############################################
ext3grep-0.10.2/missing-235-	    fi
ext3grep-0.10.2/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
ext3grep-0.10.2/missing-237-	    if test -f "$SRCFILE"; then
##############################################
ext3grep-0.10.2/missing-261-	*.l)
ext3grep-0.10.2/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
ext3grep-0.10.2/missing-263-	    if test -f "$SRCFILE"; then
##############################################
ext3grep-0.10.2/missing-280-
ext3grep-0.10.2/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
ext3grep-0.10.2/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ext3grep-0.10.2/missing-283-    if test -f "$file"; then
##############################################
ext3grep-0.10.2/missing-300-    # The file to touch is that specified with -o ...
ext3grep-0.10.2/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
ext3grep-0.10.2/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ext3grep-0.10.2/missing-303-    if test -z "$file"; then
ext3grep-0.10.2/missing-304-      # ... or it is the one specified with @setfilename ...
ext3grep-0.10.2/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
ext3grep-0.10.2/missing-306-      file=`sed -n '
##############################################
ext3grep-0.10.2/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
ext3grep-0.10.2/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
ext3grep-0.10.2/missing-314-    fi
##############################################
ext3grep-0.10.2/missing-336-	*o*)
ext3grep-0.10.2/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
ext3grep-0.10.2/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
ext3grep-0.10.2/missing-342-	*h*)
ext3grep-0.10.2/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
ext3grep-0.10.2/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
ext3grep-0.10.2/debian/patches/001_fix-ftbfs-e2fsprogs_1.42-WIP-702.diff-28-@@ -110,6 +121,12 @@
ext3grep-0.10.2/debian/patches/001_fix-ftbfs-e2fsprogs_1.42-WIP-702.diff:29:     __u32 faddr(void) const { return i_faddr; }
ext3grep-0.10.2/debian/patches/001_fix-ftbfs-e2fsprogs_1.42-WIP-702.diff-30-     __u16 uid_high(void) const { return i_uid_high; }
##############################################
ext3grep-0.10.2/debian/patches/002_remove_i_dir_acl.diff-14-+    __u32 size_high(void) const { return i_size_high; }
ext3grep-0.10.2/debian/patches/002_remove_i_dir_acl.diff:15:     __u32 faddr(void) const { return i_faddr; }
ext3grep-0.10.2/debian/patches/002_remove_i_dir_acl.diff-16-     __u16 uid_high(void) const { return i_uid_high; }
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-59-+if test -d $ac_confdir/libtoolm4; then
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:60:+ACLOCAL_CWFLAGS="$ACLOCAL_CWFLAGS -I `cd $ac_confdir; pwd`/libtoolm4"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-61-+fi
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-106-+if test -d $ac_confdir/libtoolm4; then
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:107:+ACLOCAL_CWFLAGS="$ACLOCAL_CWFLAGS -I `cd $ac_confdir; pwd`/libtoolm4"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-108-+fi
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-226-+    # Strip off possible prefixes.
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:227:+    cw_boost_lib_name=`echo "$l" | sed -e 's/^libboost_//' -e 's/boost_//'`
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-228-+    # Fix LIBS
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-317-+    else
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:318:+      cw_library_path="`echo $LD_LIBRARY_PATH | sed -e 's/^://;s/:://g;s/:$//'`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-319-+      if test -f "/etc/ld.so.conf"; then
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-320-+        cw_ld_so_conf_file_patterns="`egrep '^[[[:space:]]]*include[[[:space:]]]' /etc/ld.so.conf | sed -r -e 's/^[[[:space:]]]*include[[[:space:]]]+//;s/[[[:space:]]]*//g'`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:321:+        cw_ld_so_conf_files="/etc/ld.so.conf `ls $cw_ld_so_conf_file_patterns`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-322-+	cw_library_path="$cw_library_path`cat $cw_ld_so_conf_files 2>/dev/null | \
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-339-+	if expr match "$d" '.*/lib$' >/dev/null; then
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:340:+	  cw_possible_root="`echo "$d" | sed -e 's%/lib$%%'`"	# Strip off the '/lib'.
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-341-+	  # This magic gets a lists of all versions, and filters out the highest version of that.
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-355-+	      sort -nu | tail -n 1`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:356:+	  cw_possible_version="`echo $cw_possible_version_set | sed -e 's/ .*//'`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-357-+	  # If we found a newer version, then store the results.
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-360-+	    cw_cv_lib_boost_root="$cw_possible_root"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:361:+	    cw_version_str="`echo $cw_possible_version_set | sed -e 's/.* //'`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-362-+	  fi
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-372-+      if expr match "$cw_boost_build" '.*-unknown-.*' >/dev/null; then
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:373:+        cw_boost_build="`echo $cw_boost_build | sed -e 's/-unknown//'`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-374-+      else
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-454-+  dnl The double [[...]] below are needed to escape m4, it will result in [...] in the configure script.
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:455:+  if expr `echo "$cw_cv_lib_boost_toolset" | wc -l` \> 1 >/dev/null || \
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-456-+     expr match "$cw_cv_lib_boost_toolset" '[[^ ]] [[^ ]]' >/dev/null; then
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-507-+# Use the environment variable BOOST_VERSION when already set to a sane value.
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:508:+cw_cv_lib_boost_version="`echo "$BOOST_VERSION" | grep '^[[1-9]][[0-9]]*[[._]][[0-9]][[0-9]]*$'`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-509-+if test -z "$cw_cv_lib_boost_version" -a -n "$BOOST_ROOT"; then
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-651-+changequote(, )dnl
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:652:+cw_bug_var=`echo $1 | sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' -e 's/ //g' -e 's/[^a-z0-9]/_/g'`
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-653-+changequote([, ])dnl
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-665-+save_CXXFLAGS="$CXXFLAGS"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:666:+CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-Werror//g'`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-667-+if { (eval echo configure: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&1 | tee conftest.out >&5; }; then
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-738-+changequote(<<, >>)dnl
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:739:+for i in `set | grep -v '^ac_cv_prog_[Ccg][CXx]' | grep '^[a-z]*_cv_' | sed -e 's/=.*$//'`; do
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-740-+  unset $i
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-1148-+  cw_save_LIBS="$LIBS"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:1149:+  LIBS="$LIBS `pkg-config --libs lib$cw_libname`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-1150-+  AC_LINK_IFELSE([AC_LANG_CALL([], [__libcwd_version])], [cw_cv_lib_libcwd=yes], [cw_cv_lib_libcwd=no])
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-1185-+	m4_default([$4], [dnl
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:1186:+	CWD_FLAGS="`pkg-config --cflags lib$cw_libname`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:1187:+	CWD_LIBS="`pkg-config --libs lib$cw_libname`"])
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-1188-+      fi
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-1926-+# Reassemble CFLAGS with debug and optimization flags.
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:1927:+[CFLAGS=`echo "$CW_DEBUG_FLAGS $CW_WARNING_FLAGS $CW_OPTIMISE_FLAGS $CW_STRIPPED_CFLAGS" | sed -e 's/^ *//' -e 's/  */ /g' -e 's/ *$//'`]
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-1928-+
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2126-+# Reassemble CXXFLAGS with debug and optimization flags.
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2127:+[CXXFLAGS=`echo "$CW_DEBUG_FLAGS $CW_WARNING_FLAGS $CW_OPTIMISE_FLAGS $CW_STRIPPED_CXXFLAGS" | sed -e 's/^ *//' -e 's/  */ /g' -e 's/ *$//'`]
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2128-+
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2233-+  AC_MSG_RESULT(yes)
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2234:+  x=`echo "$EXTRAOPTS" | grep 'pipe' 2>/dev/null`
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2235-+  if test "$x" = "" ; then
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2277-+AC_REQUIRE([AC_PROG_CC])
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2278:+cw_prog_cxx_finger_print="`$CXX -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2279:+cw_prog_cxxcpp_finger_print="`echo | $CXXCPP -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2280:+cw_prog_cc_finger_print="`$CC -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2281-+])
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2715-+echo $ac_n "typename ARG$i[,] $ac_c" >> conftest.$ac_ext
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2716:+i=`echo $i | sed -e 'y/012345678/123456789/'`
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2717-+done
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2722-+echo $ac_n "ARG$i[,] $ac_c" >> conftest.$ac_ext
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2723:+i=`echo $i | sed -e 'y/012345678/123456789/'`
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2724-+done
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2735-+save_CXXFLAGS="$CXXFLAGS"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2736:+CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-Werror//g'`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2737-+if { (eval echo configure: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&1 | tee conftest.out >&5; }; then
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2742-+    dnl We need this comment to work around a bug in autoconf or m4: '['
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2743:+    cw_result="`echo $cw_result | sed -e 's/.*detect_type.*with ARG = //g' -e 's/].*//'`"
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2744-+  fi
##############################################
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2821-+  eval "cw_result2=\"$cw_result\""
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch:2822:+  ac_cv_type_getgroups=`echo "$cw_result2" | sed -e 's/ *\*$//'`],
ext3grep-0.10.2/debian/patches/005_fix-FTBFS-dh-11.patch-2823-+  ac_cv_type_getgroups=int,
##############################################
ext3grep-0.10.2/.pc/001_fix-ftbfs-e2fsprogs_1.42-WIP-702.diff/src/ext3.h-109-    __u32 dir_acl(void) const { return i_dir_acl; }
ext3grep-0.10.2/.pc/001_fix-ftbfs-e2fsprogs_1.42-WIP-702.diff/src/ext3.h:110:    __u32 faddr(void) const { return i_faddr; }
ext3grep-0.10.2/.pc/001_fix-ftbfs-e2fsprogs_1.42-WIP-702.diff/src/ext3.h-111-    __u16 uid_high(void) const { return i_uid_high; }
##############################################
ext3grep-0.10.2/.pc/002_remove_i_dir_acl.diff/src/ext3.h-120-    __u32 dir_acl(void) const { return i_dir_acl; }
ext3grep-0.10.2/.pc/002_remove_i_dir_acl.diff/src/ext3.h:121:    __u32 faddr(void) const { return i_faddr; }
ext3grep-0.10.2/.pc/002_remove_i_dir_acl.diff/src/ext3.h-122-    __u16 uid_high(void) const { return i_uid_high; }
##############################################
ext3grep-0.10.2/.pc/015_fix-clang-build.patch/src/print_inode_to.cc-121-  //os << "Directory ACL: " << inode.dir_acl() << '\n';
ext3grep-0.10.2/.pc/015_fix-clang-build.patch/src/print_inode_to.cc:122:  //os << "Fragment address: " << inode.faddr() << '\n';
ext3grep-0.10.2/.pc/015_fix-clang-build.patch/src/print_inode_to.cc-123-  //os << "Fragment number: " << (int)inode.osd2.linux2.l_i_frag << '\n';
##############################################
ext3grep-0.10.2/m4/CW_AUTOMACROS.m4-40-if test -d $ac_confdir/libtoolm4; then
ext3grep-0.10.2/m4/CW_AUTOMACROS.m4:41:ACLOCAL_CWFLAGS="$ACLOCAL_CWFLAGS -I `cd $ac_confdir; pwd`/libtoolm4"
ext3grep-0.10.2/m4/CW_AUTOMACROS.m4-42-fi
##############################################
ext3grep-0.10.2/m4/CW_AUTOMACROS.m4.in-40-if test -d $ac_confdir/libtoolm4; then
ext3grep-0.10.2/m4/CW_AUTOMACROS.m4.in:41:ACLOCAL_CWFLAGS="$ACLOCAL_CWFLAGS -I `cd $ac_confdir; pwd`/libtoolm4"
ext3grep-0.10.2/m4/CW_AUTOMACROS.m4.in-42-fi
##############################################
ext3grep-0.10.2/m4/CW_BOOST.m4-113-    # Strip off possible prefixes.
ext3grep-0.10.2/m4/CW_BOOST.m4:114:    cw_boost_lib_name=`echo "$l" | sed -e 's/^libboost_//' -e 's/boost_//'`
ext3grep-0.10.2/m4/CW_BOOST.m4-115-    # Fix LIBS
##############################################
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-64-    else
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4:65:      cw_library_path="`echo $LD_LIBRARY_PATH | sed -e 's/^://;s/:://g;s/:$//'`"
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-66-      if test -f "/etc/ld.so.conf"; then
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-67-        cw_ld_so_conf_file_patterns="`egrep '^[[[:space:]]]*include[[[:space:]]]' /etc/ld.so.conf | sed -r -e 's/^[[[:space:]]]*include[[[:space:]]]+//;s/[[[:space:]]]*//g'`"
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4:68:        cw_ld_so_conf_files="/etc/ld.so.conf `ls $cw_ld_so_conf_file_patterns`"
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-69-	cw_library_path="$cw_library_path`cat $cw_ld_so_conf_files 2>/dev/null | \
##############################################
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-86-	if expr match "$d" '.*/lib$' >/dev/null; then
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4:87:	  cw_possible_root="`echo "$d" | sed -e 's%/lib$%%'`"	# Strip off the '/lib'.
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-88-	  # This magic gets a lists of all versions, and filters out the highest version of that.
##############################################
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-102-	      sort -nu | tail -n 1`"
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4:103:	  cw_possible_version="`echo $cw_possible_version_set | sed -e 's/ .*//'`"
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-104-	  # If we found a newer version, then store the results.
##############################################
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-107-	    cw_cv_lib_boost_root="$cw_possible_root"
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4:108:	    cw_version_str="`echo $cw_possible_version_set | sed -e 's/.* //'`"
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-109-	  fi
##############################################
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-119-      if expr match "$cw_boost_build" '.*-unknown-.*' >/dev/null; then
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4:120:        cw_boost_build="`echo $cw_boost_build | sed -e 's/-unknown//'`"
ext3grep-0.10.2/m4/CW_BOOST_ROOT.m4-121-      else
##############################################
ext3grep-0.10.2/m4/CW_BOOST_TOOLSET.m4-64-  dnl The double [[...]] below are needed to escape m4, it will result in [...] in the configure script.
ext3grep-0.10.2/m4/CW_BOOST_TOOLSET.m4:65:  if expr `echo "$cw_cv_lib_boost_toolset" | wc -l` \> 1 >/dev/null || \
ext3grep-0.10.2/m4/CW_BOOST_TOOLSET.m4-66-     expr match "$cw_cv_lib_boost_toolset" '[[^ ]] [[^ ]]' >/dev/null; then
##############################################
ext3grep-0.10.2/m4/CW_BOOST_VERSION.m4-41-# Use the environment variable BOOST_VERSION when already set to a sane value.
ext3grep-0.10.2/m4/CW_BOOST_VERSION.m4:42:cw_cv_lib_boost_version="`echo "$BOOST_VERSION" | grep '^[[1-9]][[0-9]]*[[._]][[0-9]][[0-9]]*$'`"
ext3grep-0.10.2/m4/CW_BOOST_VERSION.m4-43-if test -z "$cw_cv_lib_boost_version" -a -n "$BOOST_ROOT"; then
##############################################
ext3grep-0.10.2/m4/CW_BUG_REDEFINES.m4-40-changequote(, )dnl
ext3grep-0.10.2/m4/CW_BUG_REDEFINES.m4:41:cw_bug_var=`echo $1 | sed -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' -e 's/ //g' -e 's/[^a-z0-9]/_/g'`
ext3grep-0.10.2/m4/CW_BUG_REDEFINES.m4-42-changequote([, ])dnl
##############################################
ext3grep-0.10.2/m4/CW_BUG_REDEFINES.m4-54-save_CXXFLAGS="$CXXFLAGS"
ext3grep-0.10.2/m4/CW_BUG_REDEFINES.m4:55:CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-Werror//g'`"
ext3grep-0.10.2/m4/CW_BUG_REDEFINES.m4-56-if { (eval echo configure: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&1 | tee conftest.out >&5; }; then
##############################################
ext3grep-0.10.2/m4/CW_CLEAN_CACHE.m4-38-changequote(<<, >>)dnl
ext3grep-0.10.2/m4/CW_CLEAN_CACHE.m4:39:for i in `set | grep -v '^ac_cv_prog_[Ccg][CXx]' | grep '^[a-z]*_cv_' | sed -e 's/=.*$//'`; do
ext3grep-0.10.2/m4/CW_CLEAN_CACHE.m4-40-  unset $i
##############################################
ext3grep-0.10.2/m4/CW_LIB_LIBCWD.m4-68-  cw_save_LIBS="$LIBS"
ext3grep-0.10.2/m4/CW_LIB_LIBCWD.m4:69:  LIBS="$LIBS `pkg-config --libs lib$cw_libname`"
ext3grep-0.10.2/m4/CW_LIB_LIBCWD.m4-70-  AC_LINK_IFELSE([AC_LANG_CALL([], [__libcwd_version])], [cw_cv_lib_libcwd=yes], [cw_cv_lib_libcwd=no])
##############################################
ext3grep-0.10.2/m4/CW_LIB_LIBCWD.m4-105-	m4_default([$4], [dnl
ext3grep-0.10.2/m4/CW_LIB_LIBCWD.m4:106:	CWD_FLAGS="`pkg-config --cflags lib$cw_libname`"
ext3grep-0.10.2/m4/CW_LIB_LIBCWD.m4:107:	CWD_LIBS="`pkg-config --libs lib$cw_libname`"])
ext3grep-0.10.2/m4/CW_LIB_LIBCWD.m4-108-      fi
##############################################
ext3grep-0.10.2/m4/CW_OPG_CFLAGS.m4-163-# Reassemble CFLAGS with debug and optimization flags.
ext3grep-0.10.2/m4/CW_OPG_CFLAGS.m4:164:[CFLAGS=`echo "$CW_DEBUG_FLAGS $CW_WARNING_FLAGS $CW_OPTIMISE_FLAGS $CW_STRIPPED_CFLAGS" | sed -e 's/^ *//' -e 's/  */ /g' -e 's/ *$//'`]
ext3grep-0.10.2/m4/CW_OPG_CFLAGS.m4-165-
##############################################
ext3grep-0.10.2/m4/CW_OPG_FLAGS.m4-187-# Reassemble CXXFLAGS with debug and optimization flags.
ext3grep-0.10.2/m4/CW_OPG_FLAGS.m4:188:[CXXFLAGS=`echo "$CW_DEBUG_FLAGS $CW_WARNING_FLAGS $CW_OPTIMISE_FLAGS $CW_STRIPPED_CXXFLAGS" | sed -e 's/^ *//' -e 's/  */ /g' -e 's/ *$//'`]
ext3grep-0.10.2/m4/CW_OPG_FLAGS.m4-189-
##############################################
ext3grep-0.10.2/m4/CW_PIPE_EXTRAOPTS.m4-40-  AC_MSG_RESULT(yes)
ext3grep-0.10.2/m4/CW_PIPE_EXTRAOPTS.m4:41:  x=`echo "$EXTRAOPTS" | grep 'pipe' 2>/dev/null`
ext3grep-0.10.2/m4/CW_PIPE_EXTRAOPTS.m4-42-  if test "$x" = "" ; then
##############################################
ext3grep-0.10.2/m4/CW_PROG_CXX_FINGER_PRINTS.m4-33-AC_REQUIRE([AC_PROG_CC])
ext3grep-0.10.2/m4/CW_PROG_CXX_FINGER_PRINTS.m4:34:cw_prog_cxx_finger_print="`$CXX -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/m4/CW_PROG_CXX_FINGER_PRINTS.m4:35:cw_prog_cxxcpp_finger_print="`echo | $CXXCPP -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/m4/CW_PROG_CXX_FINGER_PRINTS.m4:36:cw_prog_cc_finger_print="`$CC -v 2>&1 | grep version | head -n 1`"
ext3grep-0.10.2/m4/CW_PROG_CXX_FINGER_PRINTS.m4-37-])
##############################################
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4-50-echo $ac_n "typename ARG$i[,] $ac_c" >> conftest.$ac_ext
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4:51:i=`echo $i | sed -e 'y/012345678/123456789/'`
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4-52-done
##############################################
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4-57-echo $ac_n "ARG$i[,] $ac_c" >> conftest.$ac_ext
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4:58:i=`echo $i | sed -e 'y/012345678/123456789/'`
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4-59-done
##############################################
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4-70-save_CXXFLAGS="$CXXFLAGS"
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4:71:CXXFLAGS="`echo $CXXFLAGS | sed -e 's/-Werror//g'`"
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4-72-if { (eval echo configure: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&1 | tee conftest.out >&5; }; then
##############################################
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4-77-    dnl We need this comment to work around a bug in autoconf or m4: '['
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4:78:    cw_result="`echo $cw_result | sed -e 's/.*detect_type.*with ARG = //g' -e 's/].*//'`"
ext3grep-0.10.2/m4/CW_TYPE_EXTRACT_FROM.m4-79-  fi
##############################################
ext3grep-0.10.2/m4/CW_TYPE_GETGROUPS.m4-62-  eval "cw_result2=\"$cw_result\""
ext3grep-0.10.2/m4/CW_TYPE_GETGROUPS.m4:63:  ac_cv_type_getgroups=`echo "$cw_result2" | sed -e 's/ *\*$//'`],
ext3grep-0.10.2/m4/CW_TYPE_GETGROUPS.m4-64-  ac_cv_type_getgroups=int,