===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
u3-tool-0.3/missing-131-       # Could not run --version or --help.  This is probably someone
u3-tool-0.3/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
u3-tool-0.3/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
u3-tool-0.3/missing-165-         from any GNU archive site."
u3-tool-0.3/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
u3-tool-0.3/missing-167-    test -z "$files" && files="config.h"
##############################################
u3-tool-0.3/missing-194-         proper tools for further handling them.
u3-tool-0.3/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
u3-tool-0.3/missing-196-         archive site."
u3-tool-0.3/missing-197-
u3-tool-0.3/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
u3-tool-0.3/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
u3-tool-0.3/missing-200-    if test -f "$file"; then
##############################################
u3-tool-0.3/missing-223-	*.y)
u3-tool-0.3/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
u3-tool-0.3/missing-225-	    if test -f "$SRCFILE"; then
##############################################
u3-tool-0.3/missing-227-	    fi
u3-tool-0.3/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
u3-tool-0.3/missing-229-	    if test -f "$SRCFILE"; then
##############################################
u3-tool-0.3/missing-253-	*.l)
u3-tool-0.3/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
u3-tool-0.3/missing-255-	    if test -f "$SRCFILE"; then
##############################################
u3-tool-0.3/missing-272-
u3-tool-0.3/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
u3-tool-0.3/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
u3-tool-0.3/missing-275-    if test -f "$file"; then
##############################################
u3-tool-0.3/missing-292-    # The file to touch is that specified with -o ...
u3-tool-0.3/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
u3-tool-0.3/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
u3-tool-0.3/missing-295-    if test -z "$file"; then
u3-tool-0.3/missing-296-      # ... or it is the one specified with @setfilename ...
u3-tool-0.3/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
u3-tool-0.3/missing-298-      file=`sed -n '
##############################################
u3-tool-0.3/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
u3-tool-0.3/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
u3-tool-0.3/missing-306-    fi
##############################################
u3-tool-0.3/missing-328-	*o*)
u3-tool-0.3/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
u3-tool-0.3/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
u3-tool-0.3/missing-334-	*h*)
u3-tool-0.3/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
u3-tool-0.3/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
u3-tool-0.3/config.sub-56-
u3-tool-0.3/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
u3-tool-0.3/config.sub-58-
##############################################
u3-tool-0.3/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
u3-tool-0.3/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
u3-tool-0.3/config.sub-122-case $maybe_os in
##############################################
u3-tool-0.3/config.sub-126-    os=-$maybe_os
u3-tool-0.3/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
u3-tool-0.3/config.sub-128-    ;;
u3-tool-0.3/config.sub-129-  *)
u3-tool-0.3/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
u3-tool-0.3/config.sub-131-    if [ $basic_machine != $1 ]
u3-tool-0.3/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
u3-tool-0.3/config.sub-133-    else os=; fi
##############################################
u3-tool-0.3/config.sub-177-		os=-sco5v6
u3-tool-0.3/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-179-		;;
##############################################
u3-tool-0.3/config.sub-181-		os=-sco3.2v5
u3-tool-0.3/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-183-		;;
##############################################
u3-tool-0.3/config.sub-185-		os=-sco3.2v4
u3-tool-0.3/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-187-		;;
u3-tool-0.3/config.sub-188-	-sco3.2.[4-9]*)
u3-tool-0.3/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
u3-tool-0.3/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-191-		;;
##############################################
u3-tool-0.3/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
u3-tool-0.3/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-195-		;;
##############################################
u3-tool-0.3/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
u3-tool-0.3/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-199-		;;
##############################################
u3-tool-0.3/config.sub-201-		os=-sco3.2v2
u3-tool-0.3/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-203-		;;
u3-tool-0.3/config.sub-204-	-udk*)
u3-tool-0.3/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-206-		;;
##############################################
u3-tool-0.3/config.sub-208-		os=-isc2.2
u3-tool-0.3/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-210-		;;
##############################################
u3-tool-0.3/config.sub-214-	-isc*)
u3-tool-0.3/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
u3-tool-0.3/config.sub-216-		;;
##############################################
u3-tool-0.3/config.sub-220-	-ptx*)
u3-tool-0.3/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
u3-tool-0.3/config.sub-222-		;;
u3-tool-0.3/config.sub-223-	-windowsnt*)
u3-tool-0.3/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
u3-tool-0.3/config.sub-225-		;;
##############################################
u3-tool-0.3/config.sub-310-	*-*-*)
u3-tool-0.3/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
u3-tool-0.3/config.sub-312-		exit 1
##############################################
u3-tool-0.3/config.sub-416-	amd64-*)
u3-tool-0.3/config.sub:417:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-418-		;;
##############################################
u3-tool-0.3/config.sub-454-	blackfin-*)
u3-tool-0.3/config.sub:455:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-456-		os=-linux
##############################################
u3-tool-0.3/config.sub-645-	i*86v32)
u3-tool-0.3/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
u3-tool-0.3/config.sub-647-		os=-sysv32
##############################################
u3-tool-0.3/config.sub-649-	i*86v4*)
u3-tool-0.3/config.sub:650:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
u3-tool-0.3/config.sub-651-		os=-sysv4
##############################################
u3-tool-0.3/config.sub-653-	i*86v)
u3-tool-0.3/config.sub:654:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
u3-tool-0.3/config.sub-655-		os=-sysv
##############################################
u3-tool-0.3/config.sub-657-	i*86sol2)
u3-tool-0.3/config.sub:658:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
u3-tool-0.3/config.sub-659-		os=-solaris2
##############################################
u3-tool-0.3/config.sub-687-	m68knommu-*)
u3-tool-0.3/config.sub:688:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-689-		os=-linux
##############################################
u3-tool-0.3/config.sub-717-	mips3*-*)
u3-tool-0.3/config.sub:718:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
u3-tool-0.3/config.sub-719-		;;
u3-tool-0.3/config.sub-720-	mips3*)
u3-tool-0.3/config.sub:721:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
u3-tool-0.3/config.sub-722-		;;
##############################################
u3-tool-0.3/config.sub-735-	ms1-*)
u3-tool-0.3/config.sub:736:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
u3-tool-0.3/config.sub-737-		;;
##############################################
u3-tool-0.3/config.sub-840-	parisc-*)
u3-tool-0.3/config.sub:841:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-842-		os=-linux
##############################################
u3-tool-0.3/config.sub-856-	pc98-*)
u3-tool-0.3/config.sub:857:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-858-		;;
##############################################
u3-tool-0.3/config.sub-871-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
u3-tool-0.3/config.sub:872:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-873-		;;
u3-tool-0.3/config.sub-874-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
u3-tool-0.3/config.sub:875:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-876-		;;
u3-tool-0.3/config.sub-877-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
u3-tool-0.3/config.sub:878:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-879-		;;
u3-tool-0.3/config.sub-880-	pentium4-*)
u3-tool-0.3/config.sub:881:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-882-		;;
##############################################
u3-tool-0.3/config.sub-889-		;;
u3-tool-0.3/config.sub:890:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-891-		;;
##############################################
u3-tool-0.3/config.sub-895-	ppcle-* | powerpclittle-*)
u3-tool-0.3/config.sub:896:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-897-		;;
##############################################
u3-tool-0.3/config.sub-899-		;;
u3-tool-0.3/config.sub:900:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-901-		;;
##############################################
u3-tool-0.3/config.sub-905-	ppc64le-* | powerpc64little-*)
u3-tool-0.3/config.sub:906:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
u3-tool-0.3/config.sub-907-		;;
##############################################
u3-tool-0.3/config.sub-1193-	*)
u3-tool-0.3/config.sub:1194:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
u3-tool-0.3/config.sub-1195-		exit 1
##############################################
u3-tool-0.3/config.sub-1201-	*-digital*)
u3-tool-0.3/config.sub:1202:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
u3-tool-0.3/config.sub-1203-		;;
u3-tool-0.3/config.sub-1204-	*-commodore*)
u3-tool-0.3/config.sub:1205:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
u3-tool-0.3/config.sub-1206-		;;
##############################################
u3-tool-0.3/config.sub-1219-	-solaris1 | -solaris1.*)
u3-tool-0.3/config.sub:1220:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
u3-tool-0.3/config.sub-1221-		;;
##############################################
u3-tool-0.3/config.sub-1231-	-gnu/linux*)
u3-tool-0.3/config.sub:1232:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
u3-tool-0.3/config.sub-1233-		;;
##############################################
u3-tool-0.3/config.sub-1275-	-nto*)
u3-tool-0.3/config.sub:1276:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
u3-tool-0.3/config.sub-1277-		;;
##############################################
u3-tool-0.3/config.sub-1282-	-mac*)
u3-tool-0.3/config.sub:1283:		os=`echo $os | sed -e 's|mac|macos|'`
u3-tool-0.3/config.sub-1284-		;;
##############################################
u3-tool-0.3/config.sub-1288-	-linux*)
u3-tool-0.3/config.sub:1289:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
u3-tool-0.3/config.sub-1290-		;;
u3-tool-0.3/config.sub-1291-	-sunos5*)
u3-tool-0.3/config.sub:1292:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
u3-tool-0.3/config.sub-1293-		;;
u3-tool-0.3/config.sub-1294-	-sunos6*)
u3-tool-0.3/config.sub:1295:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
u3-tool-0.3/config.sub-1296-		;;
##############################################
u3-tool-0.3/config.sub-1343-	-sinix5.*)
u3-tool-0.3/config.sub:1344:		os=`echo $os | sed -e 's|sinix|sysv|'`
u3-tool-0.3/config.sub-1345-		;;
##############################################
u3-tool-0.3/config.sub-1394-		# Get rid of the `-' at the beginning of $os.
u3-tool-0.3/config.sub:1395:		os=`echo $os | sed 's/[^-]*-//'`
u3-tool-0.3/config.sub:1396:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
u3-tool-0.3/config.sub-1397-		exit 1
##############################################
u3-tool-0.3/config.sub-1645-		esac
u3-tool-0.3/config.sub:1646:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
u3-tool-0.3/config.sub-1647-		;;
##############################################
u3-tool-0.3/Makefile.in-238-	dot_seen=no; \
u3-tool-0.3/Makefile.in:239:	target=`echo $@ | sed s/-recursive//`; \
u3-tool-0.3/Makefile.in-240-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
u3-tool-0.3/Makefile.in-273-	rev="$$rev ."; \
u3-tool-0.3/Makefile.in:274:	target=`echo $@ | sed s/-recursive//`; \
u3-tool-0.3/Makefile.in-275-	for subdir in $$rev; do \
##############################################
u3-tool-0.3/Makefile.in-346-GTAGS:
u3-tool-0.3/Makefile.in:347:	here=`$(am__cd) $(top_builddir) && pwd` \
u3-tool-0.3/Makefile.in-348-	  && cd $(top_srcdir) \
##############################################
u3-tool-0.3/Makefile.in-356-	test -d $(distdir) || mkdir $(distdir)
u3-tool-0.3/Makefile.in:357:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
u3-tool-0.3/Makefile.in:358:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
u3-tool-0.3/Makefile.in-359-	list='$(DISTFILES)'; \
##############################################
u3-tool-0.3/Makefile.in-370-	  if test -d $$d/$$file; then \
u3-tool-0.3/Makefile.in:371:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
u3-tool-0.3/Makefile.in-372-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
u3-tool-0.3/Makefile.in-386-	    || exit 1; \
u3-tool-0.3/Makefile.in:387:	    distdir=`$(am__cd) $(distdir) && pwd`; \
u3-tool-0.3/Makefile.in:388:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
u3-tool-0.3/Makefile.in-389-	    (cd $$subdir && \
##############################################
u3-tool-0.3/Makefile.in-454-	chmod a-w $(distdir)
u3-tool-0.3/Makefile.in:455:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
u3-tool-0.3/Makefile.in-456-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
u3-tool-0.3/Makefile.in-485-	@cd $(distuninstallcheck_dir) \
u3-tool-0.3/Makefile.in:486:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
u3-tool-0.3/Makefile.in-487-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
u3-tool-0.3/Makefile.in-497-	fi
u3-tool-0.3/Makefile.in:498:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
u3-tool-0.3/Makefile.in-499-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
u3-tool-0.3/src/Makefile.in-206-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
u3-tool-0.3/src/Makefile.in:207:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
u3-tool-0.3/src/Makefile.in-208-	  if test -f $$p \
u3-tool-0.3/src/Makefile.in-209-	  ; then \
u3-tool-0.3/src/Makefile.in:210:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
u3-tool-0.3/src/Makefile.in-211-	   echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
##############################################
u3-tool-0.3/src/Makefile.in-218-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
u3-tool-0.3/src/Makefile.in:219:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
u3-tool-0.3/src/Makefile.in-220-	  echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
##############################################
u3-tool-0.3/src/Makefile.in-253-.c.obj:
u3-tool-0.3/src/Makefile.in:254:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
u3-tool-0.3/src/Makefile.in-255-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
u3-tool-0.3/src/Makefile.in-257-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:258:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
u3-tool-0.3/src/Makefile.in-259-
u3-tool-0.3/src/Makefile.in-260-u3_tool-display_progress.o: display_progress.c
u3-tool-0.3/src/Makefile.in:261:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-display_progress.o -MD -MP -MF $(DEPDIR)/u3_tool-display_progress.Tpo -c -o u3_tool-display_progress.o `test -f 'display_progress.c' || echo '$(srcdir)/'`display_progress.c
u3-tool-0.3/src/Makefile.in-262-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-display_progress.Tpo $(DEPDIR)/u3_tool-display_progress.Po
##############################################
u3-tool-0.3/src/Makefile.in-264-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:265:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-display_progress.o `test -f 'display_progress.c' || echo '$(srcdir)/'`display_progress.c
u3-tool-0.3/src/Makefile.in-266-
u3-tool-0.3/src/Makefile.in-267-u3_tool-display_progress.obj: display_progress.c
u3-tool-0.3/src/Makefile.in:268:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-display_progress.obj -MD -MP -MF $(DEPDIR)/u3_tool-display_progress.Tpo -c -o u3_tool-display_progress.obj `if test -f 'display_progress.c'; then $(CYGPATH_W) 'display_progress.c'; else $(CYGPATH_W) '$(srcdir)/display_progress.c'; fi`
u3-tool-0.3/src/Makefile.in-269-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-display_progress.Tpo $(DEPDIR)/u3_tool-display_progress.Po
##############################################
u3-tool-0.3/src/Makefile.in-271-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:272:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-display_progress.obj `if test -f 'display_progress.c'; then $(CYGPATH_W) 'display_progress.c'; else $(CYGPATH_W) '$(srcdir)/display_progress.c'; fi`
u3-tool-0.3/src/Makefile.in-273-
u3-tool-0.3/src/Makefile.in-274-u3_tool-main.o: main.c
u3-tool-0.3/src/Makefile.in:275:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-main.o -MD -MP -MF $(DEPDIR)/u3_tool-main.Tpo -c -o u3_tool-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
u3-tool-0.3/src/Makefile.in-276-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-main.Tpo $(DEPDIR)/u3_tool-main.Po
##############################################
u3-tool-0.3/src/Makefile.in-278-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:279:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
u3-tool-0.3/src/Makefile.in-280-
u3-tool-0.3/src/Makefile.in-281-u3_tool-main.obj: main.c
u3-tool-0.3/src/Makefile.in:282:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-main.obj -MD -MP -MF $(DEPDIR)/u3_tool-main.Tpo -c -o u3_tool-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
u3-tool-0.3/src/Makefile.in-283-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-main.Tpo $(DEPDIR)/u3_tool-main.Po
##############################################
u3-tool-0.3/src/Makefile.in-285-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:286:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
u3-tool-0.3/src/Makefile.in-287-
u3-tool-0.3/src/Makefile.in-288-u3_tool-md5.o: md5.c
u3-tool-0.3/src/Makefile.in:289:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-md5.o -MD -MP -MF $(DEPDIR)/u3_tool-md5.Tpo -c -o u3_tool-md5.o `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
u3-tool-0.3/src/Makefile.in-290-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-md5.Tpo $(DEPDIR)/u3_tool-md5.Po
##############################################
u3-tool-0.3/src/Makefile.in-292-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:293:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-md5.o `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
u3-tool-0.3/src/Makefile.in-294-
u3-tool-0.3/src/Makefile.in-295-u3_tool-md5.obj: md5.c
u3-tool-0.3/src/Makefile.in:296:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-md5.obj -MD -MP -MF $(DEPDIR)/u3_tool-md5.Tpo -c -o u3_tool-md5.obj `if test -f 'md5.c'; then $(CYGPATH_W) 'md5.c'; else $(CYGPATH_W) '$(srcdir)/md5.c'; fi`
u3-tool-0.3/src/Makefile.in-297-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-md5.Tpo $(DEPDIR)/u3_tool-md5.Po
##############################################
u3-tool-0.3/src/Makefile.in-299-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:300:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-md5.obj `if test -f 'md5.c'; then $(CYGPATH_W) 'md5.c'; else $(CYGPATH_W) '$(srcdir)/md5.c'; fi`
u3-tool-0.3/src/Makefile.in-301-
u3-tool-0.3/src/Makefile.in-302-u3_tool-secure_input.o: secure_input.c
u3-tool-0.3/src/Makefile.in:303:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-secure_input.o -MD -MP -MF $(DEPDIR)/u3_tool-secure_input.Tpo -c -o u3_tool-secure_input.o `test -f 'secure_input.c' || echo '$(srcdir)/'`secure_input.c
u3-tool-0.3/src/Makefile.in-304-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-secure_input.Tpo $(DEPDIR)/u3_tool-secure_input.Po
##############################################
u3-tool-0.3/src/Makefile.in-306-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:307:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-secure_input.o `test -f 'secure_input.c' || echo '$(srcdir)/'`secure_input.c
u3-tool-0.3/src/Makefile.in-308-
u3-tool-0.3/src/Makefile.in-309-u3_tool-secure_input.obj: secure_input.c
u3-tool-0.3/src/Makefile.in:310:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-secure_input.obj -MD -MP -MF $(DEPDIR)/u3_tool-secure_input.Tpo -c -o u3_tool-secure_input.obj `if test -f 'secure_input.c'; then $(CYGPATH_W) 'secure_input.c'; else $(CYGPATH_W) '$(srcdir)/secure_input.c'; fi`
u3-tool-0.3/src/Makefile.in-311-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-secure_input.Tpo $(DEPDIR)/u3_tool-secure_input.Po
##############################################
u3-tool-0.3/src/Makefile.in-313-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:314:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-secure_input.obj `if test -f 'secure_input.c'; then $(CYGPATH_W) 'secure_input.c'; else $(CYGPATH_W) '$(srcdir)/secure_input.c'; fi`
u3-tool-0.3/src/Makefile.in-315-
u3-tool-0.3/src/Makefile.in-316-u3_tool-u3_commands.o: u3_commands.c
u3-tool-0.3/src/Makefile.in:317:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_commands.o -MD -MP -MF $(DEPDIR)/u3_tool-u3_commands.Tpo -c -o u3_tool-u3_commands.o `test -f 'u3_commands.c' || echo '$(srcdir)/'`u3_commands.c
u3-tool-0.3/src/Makefile.in-318-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_commands.Tpo $(DEPDIR)/u3_tool-u3_commands.Po
##############################################
u3-tool-0.3/src/Makefile.in-320-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:321:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_commands.o `test -f 'u3_commands.c' || echo '$(srcdir)/'`u3_commands.c
u3-tool-0.3/src/Makefile.in-322-
u3-tool-0.3/src/Makefile.in-323-u3_tool-u3_commands.obj: u3_commands.c
u3-tool-0.3/src/Makefile.in:324:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_commands.obj -MD -MP -MF $(DEPDIR)/u3_tool-u3_commands.Tpo -c -o u3_tool-u3_commands.obj `if test -f 'u3_commands.c'; then $(CYGPATH_W) 'u3_commands.c'; else $(CYGPATH_W) '$(srcdir)/u3_commands.c'; fi`
u3-tool-0.3/src/Makefile.in-325-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_commands.Tpo $(DEPDIR)/u3_tool-u3_commands.Po
##############################################
u3-tool-0.3/src/Makefile.in-327-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:328:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_commands.obj `if test -f 'u3_commands.c'; then $(CYGPATH_W) 'u3_commands.c'; else $(CYGPATH_W) '$(srcdir)/u3_commands.c'; fi`
u3-tool-0.3/src/Makefile.in-329-
u3-tool-0.3/src/Makefile.in-330-u3_tool-u3_error.o: u3_error.c
u3-tool-0.3/src/Makefile.in:331:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_error.o -MD -MP -MF $(DEPDIR)/u3_tool-u3_error.Tpo -c -o u3_tool-u3_error.o `test -f 'u3_error.c' || echo '$(srcdir)/'`u3_error.c
u3-tool-0.3/src/Makefile.in-332-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_error.Tpo $(DEPDIR)/u3_tool-u3_error.Po
##############################################
u3-tool-0.3/src/Makefile.in-334-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:335:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_error.o `test -f 'u3_error.c' || echo '$(srcdir)/'`u3_error.c
u3-tool-0.3/src/Makefile.in-336-
u3-tool-0.3/src/Makefile.in-337-u3_tool-u3_error.obj: u3_error.c
u3-tool-0.3/src/Makefile.in:338:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_error.obj -MD -MP -MF $(DEPDIR)/u3_tool-u3_error.Tpo -c -o u3_tool-u3_error.obj `if test -f 'u3_error.c'; then $(CYGPATH_W) 'u3_error.c'; else $(CYGPATH_W) '$(srcdir)/u3_error.c'; fi`
u3-tool-0.3/src/Makefile.in-339-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_error.Tpo $(DEPDIR)/u3_tool-u3_error.Po
##############################################
u3-tool-0.3/src/Makefile.in-341-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:342:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_error.obj `if test -f 'u3_error.c'; then $(CYGPATH_W) 'u3_error.c'; else $(CYGPATH_W) '$(srcdir)/u3_error.c'; fi`
u3-tool-0.3/src/Makefile.in-343-
u3-tool-0.3/src/Makefile.in-344-u3_tool-u3_scsi_usb.o: u3_scsi_usb.c
u3-tool-0.3/src/Makefile.in:345:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_scsi_usb.o -MD -MP -MF $(DEPDIR)/u3_tool-u3_scsi_usb.Tpo -c -o u3_tool-u3_scsi_usb.o `test -f 'u3_scsi_usb.c' || echo '$(srcdir)/'`u3_scsi_usb.c
u3-tool-0.3/src/Makefile.in-346-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_scsi_usb.Tpo $(DEPDIR)/u3_tool-u3_scsi_usb.Po
##############################################
u3-tool-0.3/src/Makefile.in-348-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:349:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_scsi_usb.o `test -f 'u3_scsi_usb.c' || echo '$(srcdir)/'`u3_scsi_usb.c
u3-tool-0.3/src/Makefile.in-350-
u3-tool-0.3/src/Makefile.in-351-u3_tool-u3_scsi_usb.obj: u3_scsi_usb.c
u3-tool-0.3/src/Makefile.in:352:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_scsi_usb.obj -MD -MP -MF $(DEPDIR)/u3_tool-u3_scsi_usb.Tpo -c -o u3_tool-u3_scsi_usb.obj `if test -f 'u3_scsi_usb.c'; then $(CYGPATH_W) 'u3_scsi_usb.c'; else $(CYGPATH_W) '$(srcdir)/u3_scsi_usb.c'; fi`
u3-tool-0.3/src/Makefile.in-353-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_scsi_usb.Tpo $(DEPDIR)/u3_tool-u3_scsi_usb.Po
##############################################
u3-tool-0.3/src/Makefile.in-355-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:356:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_scsi_usb.obj `if test -f 'u3_scsi_usb.c'; then $(CYGPATH_W) 'u3_scsi_usb.c'; else $(CYGPATH_W) '$(srcdir)/u3_scsi_usb.c'; fi`
u3-tool-0.3/src/Makefile.in-357-
u3-tool-0.3/src/Makefile.in-358-u3_tool-u3_scsi_spt.o: u3_scsi_spt.c
u3-tool-0.3/src/Makefile.in:359:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_scsi_spt.o -MD -MP -MF $(DEPDIR)/u3_tool-u3_scsi_spt.Tpo -c -o u3_tool-u3_scsi_spt.o `test -f 'u3_scsi_spt.c' || echo '$(srcdir)/'`u3_scsi_spt.c
u3-tool-0.3/src/Makefile.in-360-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_scsi_spt.Tpo $(DEPDIR)/u3_tool-u3_scsi_spt.Po
##############################################
u3-tool-0.3/src/Makefile.in-362-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:363:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_scsi_spt.o `test -f 'u3_scsi_spt.c' || echo '$(srcdir)/'`u3_scsi_spt.c
u3-tool-0.3/src/Makefile.in-364-
u3-tool-0.3/src/Makefile.in-365-u3_tool-u3_scsi_spt.obj: u3_scsi_spt.c
u3-tool-0.3/src/Makefile.in:366:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_scsi_spt.obj -MD -MP -MF $(DEPDIR)/u3_tool-u3_scsi_spt.Tpo -c -o u3_tool-u3_scsi_spt.obj `if test -f 'u3_scsi_spt.c'; then $(CYGPATH_W) 'u3_scsi_spt.c'; else $(CYGPATH_W) '$(srcdir)/u3_scsi_spt.c'; fi`
u3-tool-0.3/src/Makefile.in-367-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_scsi_spt.Tpo $(DEPDIR)/u3_tool-u3_scsi_spt.Po
##############################################
u3-tool-0.3/src/Makefile.in-369-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:370:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_scsi_spt.obj `if test -f 'u3_scsi_spt.c'; then $(CYGPATH_W) 'u3_scsi_spt.c'; else $(CYGPATH_W) '$(srcdir)/u3_scsi_spt.c'; fi`
u3-tool-0.3/src/Makefile.in-371-
u3-tool-0.3/src/Makefile.in-372-u3_tool-u3_scsi_sg.o: u3_scsi_sg.c
u3-tool-0.3/src/Makefile.in:373:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_scsi_sg.o -MD -MP -MF $(DEPDIR)/u3_tool-u3_scsi_sg.Tpo -c -o u3_tool-u3_scsi_sg.o `test -f 'u3_scsi_sg.c' || echo '$(srcdir)/'`u3_scsi_sg.c
u3-tool-0.3/src/Makefile.in-374-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_scsi_sg.Tpo $(DEPDIR)/u3_tool-u3_scsi_sg.Po
##############################################
u3-tool-0.3/src/Makefile.in-376-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:377:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_scsi_sg.o `test -f 'u3_scsi_sg.c' || echo '$(srcdir)/'`u3_scsi_sg.c
u3-tool-0.3/src/Makefile.in-378-
u3-tool-0.3/src/Makefile.in-379-u3_tool-u3_scsi_sg.obj: u3_scsi_sg.c
u3-tool-0.3/src/Makefile.in:380:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -MT u3_tool-u3_scsi_sg.obj -MD -MP -MF $(DEPDIR)/u3_tool-u3_scsi_sg.Tpo -c -o u3_tool-u3_scsi_sg.obj `if test -f 'u3_scsi_sg.c'; then $(CYGPATH_W) 'u3_scsi_sg.c'; else $(CYGPATH_W) '$(srcdir)/u3_scsi_sg.c'; fi`
u3-tool-0.3/src/Makefile.in-381-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/u3_tool-u3_scsi_sg.Tpo $(DEPDIR)/u3_tool-u3_scsi_sg.Po
##############################################
u3-tool-0.3/src/Makefile.in-383-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
u3-tool-0.3/src/Makefile.in:384:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(u3_tool_CFLAGS) $(CFLAGS) -c -o u3_tool-u3_scsi_sg.obj `if test -f 'u3_scsi_sg.c'; then $(CYGPATH_W) 'u3_scsi_sg.c'; else $(CYGPATH_W) '$(srcdir)/u3_scsi_sg.c'; fi`
u3-tool-0.3/src/Makefile.in-385-
##############################################
u3-tool-0.3/src/Makefile.in-425-GTAGS:
u3-tool-0.3/src/Makefile.in:426:	here=`$(am__cd) $(top_builddir) && pwd` \
u3-tool-0.3/src/Makefile.in-427-	  && cd $(top_srcdir) \
##############################################
u3-tool-0.3/src/Makefile.in-433-distdir: $(DISTFILES)
u3-tool-0.3/src/Makefile.in:434:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
u3-tool-0.3/src/Makefile.in:435:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
u3-tool-0.3/src/Makefile.in-436-	list='$(DISTFILES)'; \
##############################################
u3-tool-0.3/src/Makefile.in-447-	  if test -d $$d/$$file; then \
u3-tool-0.3/src/Makefile.in:448:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
u3-tool-0.3/src/Makefile.in-449-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
u3-tool-0.3/doc/Makefile.in-189-	  else file=$(srcdir)/$$i; fi; \
u3-tool-0.3/doc/Makefile.in:190:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
u3-tool-0.3/doc/Makefile.in-191-	  case "$$ext" in \
##############################################
u3-tool-0.3/doc/Makefile.in-194-	  esac; \
u3-tool-0.3/doc/Makefile.in:195:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
u3-tool-0.3/doc/Makefile.in:196:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
u3-tool-0.3/doc/Makefile.in:197:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
u3-tool-0.3/doc/Makefile.in-198-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
u3-tool-0.3/doc/Makefile.in-210-	for i in $$list; do \
u3-tool-0.3/doc/Makefile.in:211:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
u3-tool-0.3/doc/Makefile.in-212-	  case "$$ext" in \
##############################################
u3-tool-0.3/doc/Makefile.in-215-	  esac; \
u3-tool-0.3/doc/Makefile.in:216:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
u3-tool-0.3/doc/Makefile.in:217:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
u3-tool-0.3/doc/Makefile.in:218:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
u3-tool-0.3/doc/Makefile.in-219-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
u3-tool-0.3/doc/Makefile.in-229-distdir: $(DISTFILES)
u3-tool-0.3/doc/Makefile.in:230:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
u3-tool-0.3/doc/Makefile.in:231:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
u3-tool-0.3/doc/Makefile.in-232-	list='$(DISTFILES)'; \
##############################################
u3-tool-0.3/doc/Makefile.in-243-	  if test -d $$d/$$file; then \
u3-tool-0.3/doc/Makefile.in:244:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
u3-tool-0.3/doc/Makefile.in-245-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
u3-tool-0.3/configure-48-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
u3-tool-0.3/configure:49:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
u3-tool-0.3/configure-50-  as_echo='printf %s\n'
##############################################
u3-tool-0.3/configure-52-else
u3-tool-0.3/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
u3-tool-0.3/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
u3-tool-0.3/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
u3-tool-0.3/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
u3-tool-0.3/configure-64-      esac;
##############################################
u3-tool-0.3/configure-236-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
u3-tool-0.3/configure:237:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
u3-tool-0.3/configure-238-") 2> /dev/null; then
##############################################
u3-tool-0.3/configure-351-  test "x$as_lineno_1" != "x$as_lineno_2" &&
u3-tool-0.3/configure:352:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
u3-tool-0.3/configure-353-
##############################################
u3-tool-0.3/configure-447-  test "x$as_lineno_1" != "x$as_lineno_2" &&
u3-tool-0.3/configure:448:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
u3-tool-0.3/configure-449-
##############################################
u3-tool-0.3/configure-560-	esac;
u3-tool-0.3/configure:561:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
u3-tool-0.3/configure-562-	???[sx]*):;;*)false;;esac;fi
##############################################
u3-tool-0.3/configure-805-  case $ac_option in
u3-tool-0.3/configure:806:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
u3-tool-0.3/configure-807-  *)	ac_optarg=yes ;;
##############################################
u3-tool-0.3/configure-848-  -disable-* | --disable-*)
u3-tool-0.3/configure:849:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
u3-tool-0.3/configure-850-    # Reject names that are not valid shell variable names.
##############################################
u3-tool-0.3/configure-854-    ac_useropt_orig=$ac_useropt
u3-tool-0.3/configure:855:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
u3-tool-0.3/configure-856-    case $ac_user_opts in
##############################################
u3-tool-0.3/configure-875-  -enable-* | --enable-*)
u3-tool-0.3/configure:876:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
u3-tool-0.3/configure-877-    # Reject names that are not valid shell variable names.
##############################################
u3-tool-0.3/configure-881-    ac_useropt_orig=$ac_useropt
u3-tool-0.3/configure:882:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
u3-tool-0.3/configure-883-    case $ac_user_opts in
##############################################
u3-tool-0.3/configure-1080-  -with-* | --with-*)
u3-tool-0.3/configure:1081:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
u3-tool-0.3/configure-1082-    # Reject names that are not valid shell variable names.
##############################################
u3-tool-0.3/configure-1086-    ac_useropt_orig=$ac_useropt
u3-tool-0.3/configure:1087:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
u3-tool-0.3/configure-1088-    case $ac_user_opts in
##############################################
u3-tool-0.3/configure-1097-  -without-* | --without-*)
u3-tool-0.3/configure:1098:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
u3-tool-0.3/configure-1099-    # Reject names that are not valid shell variable names.
##############################################
u3-tool-0.3/configure-1103-    ac_useropt_orig=$ac_useropt
u3-tool-0.3/configure:1104:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
u3-tool-0.3/configure-1105-    case $ac_user_opts in
##############################################
u3-tool-0.3/configure-1137-  *=*)
u3-tool-0.3/configure:1138:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
u3-tool-0.3/configure-1139-    # Reject names that are not valid shell variable names.
##############################################
u3-tool-0.3/configure-1157-if test -n "$ac_prev"; then
u3-tool-0.3/configure:1158:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
u3-tool-0.3/configure-1159-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
u3-tool-0.3/configure-1181-    */ )
u3-tool-0.3/configure:1182:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
u3-tool-0.3/configure-1183-      eval $ac_var=\$ac_val;;
##############################################
u3-tool-0.3/configure-1219-ac_ls_di=`ls -di .` &&
u3-tool-0.3/configure:1220:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
u3-tool-0.3/configure-1221-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
##############################################
u3-tool-0.3/configure-1279-case $srcdir in
u3-tool-0.3/configure:1280:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
u3-tool-0.3/configure-1281-esac
##############################################
u3-tool-0.3/configure-1322-By default, \`make install' will install all the files in
u3-tool-0.3/configure:1323:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
u3-tool-0.3/configure:1324:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
u3-tool-0.3/configure-1325-for instance \`--prefix=\$HOME'.
##############################################
u3-tool-0.3/configure-1406-*)
u3-tool-0.3/configure:1407:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
u3-tool-0.3/configure-1408-  # A ".." for each directory in $ac_dir_suffix.
u3-tool-0.3/configure:1409:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
u3-tool-0.3/configure-1410-  case $ac_top_builddir_sub in
##############################################
u3-tool-0.3/configure-1539-    *\'*)
u3-tool-0.3/configure:1540:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
u3-tool-0.3/configure-1541-    esac
##############################################
u3-tool-0.3/configure-1626-      case $ac_val in
u3-tool-0.3/configure:1627:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
u3-tool-0.3/configure-1628-      esac
##############################################
u3-tool-0.3/configure-1643-	case $ac_val in
u3-tool-0.3/configure:1644:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
u3-tool-0.3/configure-1645-	esac
##############################################
u3-tool-0.3/configure-1754-    set,)
u3-tool-0.3/configure:1755:      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
u3-tool-0.3/configure:1756:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
u3-tool-0.3/configure-1757-      ac_cache_corrupted=: ;;
##############################################
u3-tool-0.3/configure-1765-	# differences in whitespace do not lead to failure.
u3-tool-0.3/configure:1766:	ac_old_val_w=`echo x $ac_old_val`
u3-tool-0.3/configure:1767:	ac_new_val_w=`echo x $ac_new_val`
u3-tool-0.3/configure-1768-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
u3-tool-0.3/configure-1785-    case $ac_new_val in
u3-tool-0.3/configure:1786:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
u3-tool-0.3/configure-1787-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
u3-tool-0.3/configure-1972-if (
u3-tool-0.3/configure:1973:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
u3-tool-0.3/configure-1974-   if test "$*" = "X"; then
u3-tool-0.3/configure-1975-      # -L didn't work.
u3-tool-0.3/configure:1976:      set X `ls -t $srcdir/configure conftest.file`
u3-tool-0.3/configure-1977-   fi
##############################################
u3-tool-0.3/configure-2014-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
u3-tool-0.3/configure:2015:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
u3-tool-0.3/configure-2016-
u3-tool-0.3/configure-2017-# expand $ac_aux_dir to an absolute path
u3-tool-0.3/configure:2018:am_aux_dir=`cd $ac_aux_dir && pwd`
u3-tool-0.3/configure-2019-
##############################################
u3-tool-0.3/configure-2043-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
u3-tool-0.3/configure:2044:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
u3-tool-0.3/configure-2045-	     'mkdir (GNU coreutils) '* | \
##############################################
u3-tool-0.3/configure-2122-set x ${MAKE-make}
u3-tool-0.3/configure:2123:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
u3-tool-0.3/configure-2124-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
u3-tool-0.3/configure-2132-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
u3-tool-0.3/configure:2133:case `${MAKE-make} -f conftest.make 2>/dev/null` in
u3-tool-0.3/configure-2134-  *@@@%%%=?*=@@@%%%*)
##############################################
u3-tool-0.3/configure-2159-
u3-tool-0.3/configure:2160:if test "`cd $srcdir && pwd`" != "`pwd`"; then
u3-tool-0.3/configure-2161-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
u3-tool-0.3/configure-2341-test "x$ac_build_alias" = x &&
u3-tool-0.3/configure:2342:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
u3-tool-0.3/configure-2343-test "x$ac_build_alias" = x &&
##############################################
u3-tool-0.3/configure-2346-   { (exit 1); exit 1; }; }
u3-tool-0.3/configure:2347:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
u3-tool-0.3/configure-2348-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
u3-tool-0.3/configure-2371-IFS=$ac_save_IFS
u3-tool-0.3/configure:2372:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
u3-tool-0.3/configure-2373-
##############################################
u3-tool-0.3/configure-2382-else
u3-tool-0.3/configure:2383:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
u3-tool-0.3/configure-2384-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
u3-tool-0.3/configure-2408-IFS=$ac_save_IFS
u3-tool-0.3/configure:2409:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
u3-tool-0.3/configure-2410-
##############################################
u3-tool-0.3/configure-2779-$as_echo_n "checking for C compiler default output file name... " >&6; }
u3-tool-0.3/configure:2780:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
u3-tool-0.3/configure-2781-
##############################################
u3-tool-0.3/configure-2823-	then :; else
u3-tool-0.3/configure:2824:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
u3-tool-0.3/configure-2825-	fi
##############################################
u3-tool-0.3/configure-2926-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
u3-tool-0.3/configure:2927:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
u3-tool-0.3/configure-2928-	  break;;
##############################################
u3-tool-0.3/configure-2984-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
u3-tool-0.3/configure:2985:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
u3-tool-0.3/configure-2986-       break;;
##############################################
u3-tool-0.3/configure-3369-# case it prints its new name instead of `make'.
u3-tool-0.3/configure:3370:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
u3-tool-0.3/configure-3371-   am__include=include
##############################################
u3-tool-0.3/configure-3377-   echo '.include "confinc"' > confmf
u3-tool-0.3/configure:3378:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
u3-tool-0.3/configure-3379-      am__include=.include
##############################################
u3-tool-0.3/configure-3436-  if test "$am_compiler_list" = ""; then
u3-tool-0.3/configure:3437:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
u3-tool-0.3/configure-3438-  fi
##############################################
u3-tool-0.3/configure-3636-set dummy $CC
u3-tool-0.3/configure:3637:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
u3-tool-0.3/configure-3638-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
u3-tool-0.3/configure-4062-  # Check for GNU $ac_path_GREP
u3-tool-0.3/configure:4063:case `"$ac_path_GREP" --version 2>&1` in
u3-tool-0.3/configure-4064-*GNU*)
##############################################
u3-tool-0.3/configure-4076-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
u3-tool-0.3/configure:4077:    ac_count=`expr $ac_count + 1`
u3-tool-0.3/configure-4078-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
u3-tool-0.3/configure-4130-  # Check for GNU $ac_path_EGREP
u3-tool-0.3/configure:4131:case `"$ac_path_EGREP" --version 2>&1` in
u3-tool-0.3/configure-4132-*GNU*)
##############################################
u3-tool-0.3/configure-4144-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
u3-tool-0.3/configure:4145:    ac_count=`expr $ac_count + 1`
u3-tool-0.3/configure-4146-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
u3-tool-0.3/configure-4368-do
u3-tool-0.3/configure:4369:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
u3-tool-0.3/configure-4370-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
u3-tool-0.3/configure-4420-  cat >>confdefs.h <<_ACEOF
u3-tool-0.3/configure:4421:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
u3-tool-0.3/configure-4422-_ACEOF
##############################################
u3-tool-0.3/configure-4438-do
u3-tool-0.3/configure:4439:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
u3-tool-0.3/configure-4440-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
u3-tool-0.3/configure-4579-  cat >>confdefs.h <<_ACEOF
u3-tool-0.3/configure:4580:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
u3-tool-0.3/configure-4581-_ACEOF
##############################################
u3-tool-0.3/configure-5158-do
u3-tool-0.3/configure:5159:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
u3-tool-0.3/configure-5160-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
u3-tool-0.3/configure-5299-  cat >>confdefs.h <<_ACEOF
u3-tool-0.3/configure:5300:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
u3-tool-0.3/configure-5301-_ACEOF
##############################################
u3-tool-0.3/configure-5669-do
u3-tool-0.3/configure:5670:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
u3-tool-0.3/configure-5671-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
u3-tool-0.3/configure-5761-  cat >>confdefs.h <<_ACEOF
u3-tool-0.3/configure:5762:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
u3-tool-0.3/configure-5763-_ACEOF
##############################################
u3-tool-0.3/configure-5856-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
u3-tool-0.3/configure:5857:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
u3-tool-0.3/configure-5858-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
u3-tool-0.3/configure-5940-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
u3-tool-0.3/configure:5941:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
u3-tool-0.3/configure-5942-  as_echo='printf %s\n'
##############################################
u3-tool-0.3/configure-5944-else
u3-tool-0.3/configure:5945:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
u3-tool-0.3/configure-5946-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
u3-tool-0.3/configure-5954-	expr "X$arg" : "X\\(.*\\)$as_nl";
u3-tool-0.3/configure:5955:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
u3-tool-0.3/configure-5956-      esac;
##############################################
u3-tool-0.3/configure-6070-  test "x$as_lineno_1" != "x$as_lineno_2" &&
u3-tool-0.3/configure:6071:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
u3-tool-0.3/configure-6072-
##############################################
u3-tool-0.3/configure-6183-	esac;
u3-tool-0.3/configure:6184:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
u3-tool-0.3/configure-6185-	???[sx]*):;;*)false;;esac;fi
##############################################
u3-tool-0.3/configure-6268-configured by $0, generated by GNU Autoconf 2.63,
u3-tool-0.3/configure:6269:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
u3-tool-0.3/configure-6270-
##############################################
u3-tool-0.3/configure-6289-  --*=*)
u3-tool-0.3/configure:6290:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
u3-tool-0.3/configure:6291:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
u3-tool-0.3/configure-6292-    ac_shift=:
##############################################
u3-tool-0.3/configure-6311-    case $ac_optarg in
u3-tool-0.3/configure:6312:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
u3-tool-0.3/configure-6313-    esac
##############################################
u3-tool-0.3/configure-6318-    case $ac_optarg in
u3-tool-0.3/configure:6319:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
u3-tool-0.3/configure-6320-    esac
##############################################
u3-tool-0.3/configure-6448-ac_cr=''
u3-tool-0.3/configure:6449:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
u3-tool-0.3/configure-6450-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
u3-tool-0.3/configure-6467-   { (exit 1); exit 1; }; }
u3-tool-0.3/configure:6468:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
u3-tool-0.3/configure-6469-ac_delim='%!_!# '
##############################################
u3-tool-0.3/configure-6475-
u3-tool-0.3/configure:6476:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
u3-tool-0.3/configure-6477-  if test $ac_delim_n = $ac_delim_num; then
##############################################
u3-tool-0.3/configure-6609-for ac_last_try in false false :; do
u3-tool-0.3/configure:6610:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
u3-tool-0.3/configure-6611-  if test -z "$ac_t"; then
##############################################
u3-tool-0.3/configure-6749-      esac
u3-tool-0.3/configure:6750:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
u3-tool-0.3/configure-6751-      ac_file_inputs="$ac_file_inputs '$ac_f'"
##############################################
u3-tool-0.3/configure-6812-      case $as_dir in #(
u3-tool-0.3/configure:6813:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
u3-tool-0.3/configure-6814-      *) as_qdir=$as_dir;;
##############################################
u3-tool-0.3/configure-6850-*)
u3-tool-0.3/configure:6851:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
u3-tool-0.3/configure-6852-  # A ".." for each directory in $ac_dir_suffix.
u3-tool-0.3/configure:6853:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
u3-tool-0.3/configure-6854-  case $ac_top_builddir_sub in
##############################################
u3-tool-0.3/configure-6913-'
u3-tool-0.3/configure:6914:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
u3-tool-0.3/configure-6915-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
u3-tool-0.3/configure-6930-
u3-tool-0.3/configure:6931:# Neutralize VPATH when `$srcdir' = `.'.
u3-tool-0.3/configure-6932-# Shell code in configure.ac might set extrasub.
##############################################
u3-tool-0.3/configure-6960-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
u3-tool-0.3/configure:6961:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
u3-tool-0.3/configure:6962:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
u3-tool-0.3/configure-6963-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
u3-tool-0.3/configure-7013-    * )
u3-tool-0.3/configure:7014:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
u3-tool-0.3/configure-7015-  esac
##############################################
u3-tool-0.3/configure-7060-    # Strip MF so we end up with the name of the file.
u3-tool-0.3/configure:7061:    mf=`echo "$mf" | sed -e 's/:.*$//'`
u3-tool-0.3/configure-7062-    # Check whether this is an Automake generated Makefile or not.
##############################################
u3-tool-0.3/configure-7097-    # from the Makefile without running `make'.
u3-tool-0.3/configure:7098:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
u3-tool-0.3/configure-7099-    test -z "$DEPDIR" && continue
u3-tool-0.3/configure:7100:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
u3-tool-0.3/configure-7101-    test -z "am__include" && continue
u3-tool-0.3/configure:7102:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
u3-tool-0.3/configure-7103-    # When using ansi2knr, U may be empty or an underscore; expand it
u3-tool-0.3/configure:7104:    U=`sed -n 's/^U = //p' < "$mf"`
u3-tool-0.3/configure-7105-    # Find all dependency output files, they are included files with
##############################################
u3-tool-0.3/configure-7144-      case $as_dir in #(
u3-tool-0.3/configure:7145:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
u3-tool-0.3/configure-7146-      *) as_qdir=$as_dir;;
##############################################
u3-tool-0.3/install-sh-217-      fi
u3-tool-0.3/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
u3-tool-0.3/install-sh-219-    *)
##############################################
u3-tool-0.3/install-sh-269-      dstdir=$dst
u3-tool-0.3/install-sh:270:      dst=$dstdir/`basename "$src"`
u3-tool-0.3/install-sh-271-      dstdir_status=0
##############################################
u3-tool-0.3/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
u3-tool-0.3/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
u3-tool-0.3/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
u3-tool-0.3/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
u3-tool-0.3/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
u3-tool-0.3/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
u3-tool-0.3/install-sh-418-	    case $prefix in
u3-tool-0.3/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
u3-tool-0.3/install-sh-420-	      *) qprefix=$prefix;;
##############################################
u3-tool-0.3/install-sh-467-    if $copy_on_change &&
u3-tool-0.3/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
u3-tool-0.3/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
u3-tool-0.3/install-sh-470-
##############################################
u3-tool-0.3/config.guess-40-
u3-tool-0.3/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
u3-tool-0.3/config.guess-42-
##############################################
u3-tool-0.3/config.guess-109-: ${TMPDIR=/tmp} ;
u3-tool-0.3/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
u3-tool-0.3/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
u3-tool-0.3/config.guess-195-	    *)
u3-tool-0.3/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
u3-tool-0.3/config.guess-197-		;;
##############################################
u3-tool-0.3/config.guess-222-	*4.0)
u3-tool-0.3/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
u3-tool-0.3/config.guess-224-		;;
u3-tool-0.3/config.guess-225-	*5.*)
u3-tool-0.3/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
u3-tool-0.3/config.guess-227-		;;
##############################################
u3-tool-0.3/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
u3-tool-0.3/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
u3-tool-0.3/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
u3-tool-0.3/config.guess-270-	# 1.2 uses "1.2" for uname -r.
u3-tool-0.3/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
u3-tool-0.3/config.guess-272-	exit ;;
##############################################
u3-tool-0.3/config.guess-327-    sun4H:SunOS:5.*:*)
u3-tool-0.3/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
u3-tool-0.3/config.guess-329-	exit ;;
u3-tool-0.3/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
u3-tool-0.3/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
u3-tool-0.3/config.guess-332-	exit ;;
u3-tool-0.3/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
u3-tool-0.3/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
u3-tool-0.3/config.guess-335-	exit ;;
##############################################
u3-tool-0.3/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
u3-tool-0.3/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
u3-tool-0.3/config.guess-341-	exit ;;
##############################################
u3-tool-0.3/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
u3-tool-0.3/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
u3-tool-0.3/config.guess-350-	exit ;;
##############################################
u3-tool-0.3/config.guess-354-    sun*:*:4.2BSD:*)
u3-tool-0.3/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
u3-tool-0.3/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
u3-tool-0.3/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
u3-tool-0.3/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
u3-tool-0.3/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
u3-tool-0.3/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
u3-tool-0.3/config.guess-492-    *:IRIX*:*:*)
u3-tool-0.3/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
u3-tool-0.3/config.guess-494-	exit ;;
##############################################
u3-tool-0.3/config.guess-522-EOF
u3-tool-0.3/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
u3-tool-0.3/config.guess-524-		then
##############################################
u3-tool-0.3/config.guess-535-    *:AIX:*:[456])
u3-tool-0.3/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
u3-tool-0.3/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
u3-tool-0.3/config.guess-570-    9000/[34678]??:HP-UX:*:*)
u3-tool-0.3/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
u3-tool-0.3/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
u3-tool-0.3/config.guess-624-EOF
u3-tool-0.3/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
u3-tool-0.3/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
u3-tool-0.3/config.guess-652-    ia64:HP-UX:*:*)
u3-tool-0.3/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
u3-tool-0.3/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
u3-tool-0.3/config.guess-682-EOF
u3-tool-0.3/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
u3-tool-0.3/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
u3-tool-0.3/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
u3-tool-0.3/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
u3-tool-0.3/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
u3-tool-0.3/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
u3-tool-0.3/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
u3-tool-0.3/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
u3-tool-0.3/config.guess-773-	    pc98)
u3-tool-0.3/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
u3-tool-0.3/config.guess-775-	    amd64)
u3-tool-0.3/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
u3-tool-0.3/config.guess-777-	    *)
u3-tool-0.3/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
u3-tool-0.3/config.guess-779-	esac
##############################################
u3-tool-0.3/config.guess-824-    prep*:SunOS:5.*:*)
u3-tool-0.3/config.guess:825:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
u3-tool-0.3/config.guess-826-	exit ;;
##############################################
u3-tool-0.3/config.guess-828-	# the GNU system
u3-tool-0.3/config.guess:829:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
u3-tool-0.3/config.guess-830-	exit ;;
##############################################
u3-tool-0.3/config.guess-832-	# other systems with GNU libc and userland
u3-tool-0.3/config.guess:833:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
u3-tool-0.3/config.guess-834-	exit ;;
##############################################
u3-tool-0.3/config.guess-1067-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
u3-tool-0.3/config.guess:1068:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
u3-tool-0.3/config.guess-1069-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
u3-tool-0.3/config.guess-1308-    *:DragonFly:*:*)
u3-tool-0.3/config.guess:1309:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
u3-tool-0.3/config.guess-1310-	exit ;;
##############################################
u3-tool-0.3/config.guess-1321-    i*86:skyos:*:*)
u3-tool-0.3/config.guess:1322:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
u3-tool-0.3/config.guess-1323-	exit ;;
##############################################
u3-tool-0.3/config.guess-1446-
u3-tool-0.3/config.guess:1447:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
u3-tool-0.3/config.guess-1448-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
u3-tool-0.3/compile-105-# Name of file we expect compiler to create.
u3-tool-0.3/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
u3-tool-0.3/compile-107-
##############################################
u3-tool-0.3/compile-111-# object file name, since that is what matters with a parallel build.
u3-tool-0.3/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
u3-tool-0.3/compile-113-while true; do
##############################################
u3-tool-0.3/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
u3-tool-0.3/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
u3-tool-0.3/aclocal.m4-69-#
##############################################
u3-tool-0.3/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
u3-tool-0.3/aclocal.m4:92:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
u3-tool-0.3/aclocal.m4-93-# and then we would define $MISSING as
##############################################
u3-tool-0.3/aclocal.m4-107-# expand $ac_aux_dir to an absolute path
u3-tool-0.3/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd`
u3-tool-0.3/aclocal.m4-109-])
##############################################
u3-tool-0.3/aclocal.m4-207-  if test "$am_compiler_list" = ""; then
u3-tool-0.3/aclocal.m4:208:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
u3-tool-0.3/aclocal.m4-209-  fi
##############################################
u3-tool-0.3/aclocal.m4-329-    # Strip MF so we end up with the name of the file.
u3-tool-0.3/aclocal.m4:330:    mf=`echo "$mf" | sed -e 's/:.*$//'`
u3-tool-0.3/aclocal.m4-331-    # Check whether this is an Automake generated Makefile or not.
##############################################
u3-tool-0.3/aclocal.m4-338-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
u3-tool-0.3/aclocal.m4:339:      dirpart=`AS_DIRNAME("$mf")`
u3-tool-0.3/aclocal.m4-340-    else
##############################################
u3-tool-0.3/aclocal.m4-344-    # from the Makefile without running `make'.
u3-tool-0.3/aclocal.m4:345:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
u3-tool-0.3/aclocal.m4-346-    test -z "$DEPDIR" && continue
u3-tool-0.3/aclocal.m4:347:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
u3-tool-0.3/aclocal.m4-348-    test -z "am__include" && continue
u3-tool-0.3/aclocal.m4:349:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
u3-tool-0.3/aclocal.m4-350-    # When using ansi2knr, U may be empty or an underscore; expand it
u3-tool-0.3/aclocal.m4:351:    U=`sed -n 's/^U = //p' < "$mf"`
u3-tool-0.3/aclocal.m4-352-    # Find all dependency output files, they are included files with
##############################################
u3-tool-0.3/aclocal.m4-360-      test -f "$dirpart/$file" && continue
u3-tool-0.3/aclocal.m4:361:      fdir=`AS_DIRNAME(["$file"])`
u3-tool-0.3/aclocal.m4-362-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
u3-tool-0.3/aclocal.m4-415-AC_REQUIRE([AC_PROG_INSTALL])dnl
u3-tool-0.3/aclocal.m4:416:if test "`cd $srcdir && pwd`" != "`pwd`"; then
u3-tool-0.3/aclocal.m4-417-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
u3-tool-0.3/aclocal.m4-504-    * )
u3-tool-0.3/aclocal.m4:505:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
u3-tool-0.3/aclocal.m4-506-  esac
u3-tool-0.3/aclocal.m4-507-done
u3-tool-0.3/aclocal.m4:508:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
u3-tool-0.3/aclocal.m4-509-
##############################################
u3-tool-0.3/aclocal.m4-576-# case it prints its new name instead of `make'.
u3-tool-0.3/aclocal.m4:577:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
u3-tool-0.3/aclocal.m4-578-   am__include=include
##############################################
u3-tool-0.3/aclocal.m4-584-   echo '.include "confinc"' > confmf
u3-tool-0.3/aclocal.m4:585:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
u3-tool-0.3/aclocal.m4-586-      am__include=.include
##############################################
u3-tool-0.3/aclocal.m4-615-set dummy $CC
u3-tool-0.3/aclocal.m4:616:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
u3-tool-0.3/aclocal.m4-617-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
u3-tool-0.3/aclocal.m4-750-if (
u3-tool-0.3/aclocal.m4:751:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
u3-tool-0.3/aclocal.m4-752-   if test "$[*]" = "X"; then
u3-tool-0.3/aclocal.m4-753-      # -L didn't work.
u3-tool-0.3/aclocal.m4:754:      set X `ls -t $srcdir/configure conftest.file`
u3-tool-0.3/aclocal.m4-755-   fi
##############################################
u3-tool-0.3/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
u3-tool-0.3/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
u3-tool-0.3/depcomp-71-
##############################################
u3-tool-0.3/depcomp-217-  # Version 6 uses the directory in both cases.
u3-tool-0.3/depcomp:218:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
u3-tool-0.3/depcomp-219-  test "x$dir" = "x$object" && dir=
u3-tool-0.3/depcomp:220:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
u3-tool-0.3/depcomp-221-  if test "$libtool" = yes; then
##############################################
u3-tool-0.3/depcomp-246-    # Do two passes, one to just change these to
u3-tool-0.3/depcomp:247:    # `$object: dependent.h' and one to simply `dependent.h:'.
u3-tool-0.3/depcomp-248-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
u3-tool-0.3/depcomp-288-  # Do two passes, one to just change these to
u3-tool-0.3/depcomp:289:  # `$object: dependent.h' and one to simply `dependent.h:'.
u3-tool-0.3/depcomp-290-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
u3-tool-0.3/depcomp-304-  # Much of this is similar to the tru64 case; see comments there.
u3-tool-0.3/depcomp:305:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
u3-tool-0.3/depcomp-306-  test "x$dir" = "x$object" && dir=
u3-tool-0.3/depcomp:307:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
u3-tool-0.3/depcomp-308-  if test "$libtool" = yes; then
##############################################
u3-tool-0.3/depcomp-343-   # Subdirectories are respected.
u3-tool-0.3/depcomp:344:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
u3-tool-0.3/depcomp-345-   test "x$dir" = "x$object" && dir=
u3-tool-0.3/depcomp:346:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
u3-tool-0.3/depcomp-347-
##############################################
u3-tool-0.3/depcomp-482-  done
u3-tool-0.3/depcomp:483:  obj_suffix="`echo $object | sed 's/^.*\././'`"
u3-tool-0.3/depcomp-484-  touch "$tmpdepfile"