===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
emu8051-2.0.1/doc/Makefile.in-39-  { \
emu8051-2.0.1/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
emu8051-2.0.1/doc/Makefile.in-41-  }; \
##############################################
emu8051-2.0.1/doc/Makefile.in-106-  esac
emu8051-2.0.1/doc/Makefile.in:107:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emu8051-2.0.1/doc/Makefile.in-108-am__vpath_adj = case $$p in \
emu8051-2.0.1/doc/Makefile.in:109:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emu8051-2.0.1/doc/Makefile.in-110-    *) f=$$p;; \
emu8051-2.0.1/doc/Makefile.in-111-  esac;
emu8051-2.0.1/doc/Makefile.in:112:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emu8051-2.0.1/doc/Makefile.in-113-am__install_max = 40
emu8051-2.0.1/doc/Makefile.in-114-am__nobase_strip_setup = \
emu8051-2.0.1/doc/Makefile.in:115:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emu8051-2.0.1/doc/Makefile.in-116-am__nobase_strip = \
##############################################
emu8051-2.0.1/doc/Makefile.in-291-	test -n "$(man1dir)" \
emu8051-2.0.1/doc/Makefile.in:292:	  && test -n "`echo $$list1$$list2`" \
emu8051-2.0.1/doc/Makefile.in-293-	  || exit 0; \
##############################################
emu8051-2.0.1/doc/Makefile.in-335-distdir: $(DISTFILES)
emu8051-2.0.1/doc/Makefile.in:336:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/doc/Makefile.in:337:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/doc/Makefile.in-338-	list='$(DISTFILES)'; \
##############################################
emu8051-2.0.1/doc/Makefile.in-349-	  if test -d $$d/$$file; then \
emu8051-2.0.1/doc/Makefile.in:350:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emu8051-2.0.1/doc/Makefile.in-351-	    if test -d "$(distdir)/$$file"; then \
##############################################
emu8051-2.0.1/src/cli/parser.c-140-     TOK_STEP = 273,
emu8051-2.0.1/src/cli/parser.c:141:     TOK_UNASM = 274,
emu8051-2.0.1/src/cli/parser.c-142-     TOK_MOD_EXT = 275,
##############################################
emu8051-2.0.1/src/cli/parser.c-169-#define TOK_STEP 273
emu8051-2.0.1/src/cli/parser.c:170:#define TOK_UNASM 274
emu8051-2.0.1/src/cli/parser.c-171-#define TOK_MOD_EXT 275
##############################################
emu8051-2.0.1/src/cli/parser.h-55-     TOK_STEP = 273,
emu8051-2.0.1/src/cli/parser.h:56:     TOK_UNASM = 274,
emu8051-2.0.1/src/cli/parser.h-57-     TOK_MOD_EXT = 275,
##############################################
emu8051-2.0.1/src/cli/parser.h-84-#define TOK_STEP 273
emu8051-2.0.1/src/cli/parser.h:85:#define TOK_UNASM 274
emu8051-2.0.1/src/cli/parser.h-86-#define TOK_MOD_EXT 275
##############################################
emu8051-2.0.1/src/cli/parser.y-198-          log_debug("  Run %d instructions", $2);
emu8051-2.0.1/src/cli/parser.y:199:          console_exec($2);
emu8051-2.0.1/src/cli/parser.y-200-	}
##############################################
emu8051-2.0.1/src/cli/parser.y-244-unasm:
emu8051-2.0.1/src/cli/parser.y:245:	TOK_UNASM NUMBER NUMBER TOK_ENTER
emu8051-2.0.1/src/cli/parser.y-246-	{
##############################################
emu8051-2.0.1/src/cli/parser.y-249-        |
emu8051-2.0.1/src/cli/parser.y:250:	TOK_UNASM NUMBER TOK_ENTER
emu8051-2.0.1/src/cli/parser.y-251-	{
##############################################
emu8051-2.0.1/src/cli/parser.y-255-        |
emu8051-2.0.1/src/cli/parser.y:256:	TOK_UNASM TOK_ENTER
emu8051-2.0.1/src/cli/parser.y-257-	{
##############################################
emu8051-2.0.1/src/cli/Makefile.in-42-  { \
emu8051-2.0.1/src/cli/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
emu8051-2.0.1/src/cli/Makefile.in-44-  }; \
##############################################
emu8051-2.0.1/src/cli/Makefile.in-397-	         2>c$${pid}_.err </dev/null \
emu8051-2.0.1/src/cli/Makefile.in:398:		 && test -n "`cat c$${pid}_.out`" \
emu8051-2.0.1/src/cli/Makefile.in:399:		 && test -z "`cat c$${pid}_.err`"; then :; \
emu8051-2.0.1/src/cli/Makefile.in-400-	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
##############################################
emu8051-2.0.1/src/cli/Makefile.in-430-.c.obj:
emu8051-2.0.1/src/cli/Makefile.in:431:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emu8051-2.0.1/src/cli/Makefile.in-432-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emu8051-2.0.1/src/cli/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emu8051-2.0.1/src/cli/Makefile.in:435:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
emu8051-2.0.1/src/cli/Makefile.in-436-
##############################################
emu8051-2.0.1/src/cli/Makefile.in-440-.y.c:
emu8051-2.0.1/src/cli/Makefile.in:441:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
emu8051-2.0.1/src/cli/Makefile.in-442-
##############################################
emu8051-2.0.1/src/cli/Makefile.in-472-GTAGS:
emu8051-2.0.1/src/cli/Makefile.in:473:	here=`$(am__cd) $(top_builddir) && pwd` \
emu8051-2.0.1/src/cli/Makefile.in-474-	  && $(am__cd) $(top_srcdir) \
##############################################
emu8051-2.0.1/src/cli/Makefile.in-495-distdir: $(DISTFILES)
emu8051-2.0.1/src/cli/Makefile.in:496:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/src/cli/Makefile.in:497:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/src/cli/Makefile.in-498-	list='$(DISTFILES)'; \
##############################################
emu8051-2.0.1/src/cli/Makefile.in-509-	  if test -d $$d/$$file; then \
emu8051-2.0.1/src/cli/Makefile.in:510:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emu8051-2.0.1/src/cli/Makefile.in-511-	    if test -d "$(distdir)/$$file"; then \
##############################################
emu8051-2.0.1/src/gtk/Makefile.in-42-  { \
emu8051-2.0.1/src/gtk/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
emu8051-2.0.1/src/gtk/Makefile.in-44-  }; \
##############################################
emu8051-2.0.1/src/gtk/Makefile.in-387-	         2>c$${pid}_.err </dev/null \
emu8051-2.0.1/src/gtk/Makefile.in:388:		 && test -n "`cat c$${pid}_.out`" \
emu8051-2.0.1/src/gtk/Makefile.in:389:		 && test -z "`cat c$${pid}_.err`"; then :; \
emu8051-2.0.1/src/gtk/Makefile.in-390-	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
##############################################
emu8051-2.0.1/src/gtk/Makefile.in-423-.c.obj:
emu8051-2.0.1/src/gtk/Makefile.in:424:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emu8051-2.0.1/src/gtk/Makefile.in-425-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emu8051-2.0.1/src/gtk/Makefile.in-427-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emu8051-2.0.1/src/gtk/Makefile.in:428:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
emu8051-2.0.1/src/gtk/Makefile.in-429-
##############################################
emu8051-2.0.1/src/gtk/Makefile.in-459-GTAGS:
emu8051-2.0.1/src/gtk/Makefile.in:460:	here=`$(am__cd) $(top_builddir) && pwd` \
emu8051-2.0.1/src/gtk/Makefile.in-461-	  && $(am__cd) $(top_srcdir) \
##############################################
emu8051-2.0.1/src/gtk/Makefile.in-482-distdir: $(DISTFILES)
emu8051-2.0.1/src/gtk/Makefile.in:483:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/src/gtk/Makefile.in:484:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/src/gtk/Makefile.in-485-	list='$(DISTFILES)'; \
##############################################
emu8051-2.0.1/src/gtk/Makefile.in-496-	  if test -d $$d/$$file; then \
emu8051-2.0.1/src/gtk/Makefile.in:497:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emu8051-2.0.1/src/gtk/Makefile.in-498-	    if test -d "$(distdir)/$$file"; then \
##############################################
emu8051-2.0.1/src/common/cpu8051.c-416-
emu8051-2.0.1/src/common/cpu8051.c:417:/* Disasm instruction arguments starting at address into a text string */
emu8051-2.0.1/src/common/cpu8051.c-418-void
##############################################
emu8051-2.0.1/src/common/cpu8051.c-523-
emu8051-2.0.1/src/common/cpu8051.c:524:/* Disasm one instruction at address into a Text string */
emu8051-2.0.1/src/common/cpu8051.c-525-int
##############################################
emu8051-2.0.1/src/common/Makefile.in-42-  { \
emu8051-2.0.1/src/common/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
emu8051-2.0.1/src/common/Makefile.in-44-  }; \
##############################################
emu8051-2.0.1/src/common/Makefile.in-371-.c.obj:
emu8051-2.0.1/src/common/Makefile.in:372:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
emu8051-2.0.1/src/common/Makefile.in-373-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
emu8051-2.0.1/src/common/Makefile.in-375-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
emu8051-2.0.1/src/common/Makefile.in:376:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
emu8051-2.0.1/src/common/Makefile.in-377-
##############################################
emu8051-2.0.1/src/common/Makefile.in-407-GTAGS:
emu8051-2.0.1/src/common/Makefile.in:408:	here=`$(am__cd) $(top_builddir) && pwd` \
emu8051-2.0.1/src/common/Makefile.in-409-	  && $(am__cd) $(top_srcdir) \
##############################################
emu8051-2.0.1/src/common/Makefile.in-430-distdir: $(DISTFILES)
emu8051-2.0.1/src/common/Makefile.in:431:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/src/common/Makefile.in:432:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/src/common/Makefile.in-433-	list='$(DISTFILES)'; \
##############################################
emu8051-2.0.1/src/common/Makefile.in-444-	  if test -d $$d/$$file; then \
emu8051-2.0.1/src/common/Makefile.in:445:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emu8051-2.0.1/src/common/Makefile.in-446-	    if test -d "$(distdir)/$$file"; then \
##############################################
emu8051-2.0.1/data/Makefile.in-40-  { \
emu8051-2.0.1/data/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
emu8051-2.0.1/data/Makefile.in-42-  }; \
##############################################
emu8051-2.0.1/data/Makefile.in-107-  esac
emu8051-2.0.1/data/Makefile.in:108:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emu8051-2.0.1/data/Makefile.in-109-am__vpath_adj = case $$p in \
emu8051-2.0.1/data/Makefile.in:110:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emu8051-2.0.1/data/Makefile.in-111-    *) f=$$p;; \
emu8051-2.0.1/data/Makefile.in-112-  esac;
emu8051-2.0.1/data/Makefile.in:113:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emu8051-2.0.1/data/Makefile.in-114-am__install_max = 40
emu8051-2.0.1/data/Makefile.in-115-am__nobase_strip_setup = \
emu8051-2.0.1/data/Makefile.in:116:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emu8051-2.0.1/data/Makefile.in-117-am__nobase_strip = \
##############################################
emu8051-2.0.1/data/Makefile.in-309-	@list='$(defconf_DATA)'; test -n "$(defconfdir)" || list=; \
emu8051-2.0.1/data/Makefile.in:310:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
emu8051-2.0.1/data/Makefile.in-311-	dir='$(DESTDIR)$(defconfdir)'; $(am__uninstall_files_from_dir)
##############################################
emu8051-2.0.1/data/Makefile.in-319-distdir: $(DISTFILES)
emu8051-2.0.1/data/Makefile.in:320:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/data/Makefile.in:321:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/data/Makefile.in-322-	list='$(DISTFILES)'; \
##############################################
emu8051-2.0.1/data/Makefile.in-333-	  if test -d $$d/$$file; then \
emu8051-2.0.1/data/Makefile.in:334:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emu8051-2.0.1/data/Makefile.in-335-	    if test -d "$(distdir)/$$file"; then \
##############################################
emu8051-2.0.1/aclocal.m4-97-    PKG_CHECK_EXISTS([$3],
emu8051-2.0.1/aclocal.m4:98:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
emu8051-2.0.1/aclocal.m4-99-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
emu8051-2.0.1/aclocal.m4-146-        if test $_pkg_short_errors_supported = yes; then
emu8051-2.0.1/aclocal.m4:147:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
emu8051-2.0.1/aclocal.m4-148-        else 
emu8051-2.0.1/aclocal.m4:149:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
emu8051-2.0.1/aclocal.m4-150-        fi
##############################################
emu8051-2.0.1/aclocal.m4-312-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
emu8051-2.0.1/aclocal.m4:313:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
emu8051-2.0.1/aclocal.m4-314-# and then we would define $MISSING as
##############################################
emu8051-2.0.1/aclocal.m4-328-# expand $ac_aux_dir to an absolute path
emu8051-2.0.1/aclocal.m4:329:am_aux_dir=`cd $ac_aux_dir && pwd`
emu8051-2.0.1/aclocal.m4-330-])
##############################################
emu8051-2.0.1/aclocal.m4-426-  if test "$am_compiler_list" = ""; then
emu8051-2.0.1/aclocal.m4:427:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
emu8051-2.0.1/aclocal.m4-428-  fi
##############################################
emu8051-2.0.1/aclocal.m4-577-    # Strip MF so we end up with the name of the file.
emu8051-2.0.1/aclocal.m4:578:    mf=`echo "$mf" | sed -e 's/:.*$//'`
emu8051-2.0.1/aclocal.m4-579-    # Check whether this is an Automake generated Makefile or not.
##############################################
emu8051-2.0.1/aclocal.m4-586-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
emu8051-2.0.1/aclocal.m4:587:      dirpart=`AS_DIRNAME("$mf")`
emu8051-2.0.1/aclocal.m4-588-    else
##############################################
emu8051-2.0.1/aclocal.m4-592-    # from the Makefile without running 'make'.
emu8051-2.0.1/aclocal.m4:593:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
emu8051-2.0.1/aclocal.m4-594-    test -z "$DEPDIR" && continue
emu8051-2.0.1/aclocal.m4:595:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
emu8051-2.0.1/aclocal.m4-596-    test -z "$am__include" && continue
emu8051-2.0.1/aclocal.m4:597:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
emu8051-2.0.1/aclocal.m4-598-    # Find all dependency output files, they are included files with
##############################################
emu8051-2.0.1/aclocal.m4-606-      test -f "$dirpart/$file" && continue
emu8051-2.0.1/aclocal.m4:607:      fdir=`AS_DIRNAME(["$file"])`
emu8051-2.0.1/aclocal.m4-608-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
emu8051-2.0.1/aclocal.m4-664-AC_REQUIRE([AC_PROG_INSTALL])dnl
emu8051-2.0.1/aclocal.m4:665:if test "`cd $srcdir && pwd`" != "`pwd`"; then
emu8051-2.0.1/aclocal.m4-666-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
emu8051-2.0.1/aclocal.m4-819-    * )
emu8051-2.0.1/aclocal.m4:820:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
emu8051-2.0.1/aclocal.m4-821-  esac
emu8051-2.0.1/aclocal.m4-822-done
emu8051-2.0.1/aclocal.m4:823:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
emu8051-2.0.1/aclocal.m4-824-
##############################################
emu8051-2.0.1/aclocal.m4-890-# Ignore all kinds of additional output from 'make'.
emu8051-2.0.1/aclocal.m4:891:case `$am_make -s -f confmf 2> /dev/null` in #(
emu8051-2.0.1/aclocal.m4-892-*the\ am__doit\ target*)
##############################################
emu8051-2.0.1/aclocal.m4-900-   echo '.include "confinc"' > confmf
emu8051-2.0.1/aclocal.m4:901:   case `$am_make -s -f confmf 2> /dev/null` in #(
emu8051-2.0.1/aclocal.m4-902-   *the\ am__doit\ target*)
##############################################
emu8051-2.0.1/aclocal.m4-1111-     echo "timestamp, slept: $am_has_slept" > conftest.file
emu8051-2.0.1/aclocal.m4:1112:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
emu8051-2.0.1/aclocal.m4-1113-     if test "$[*]" = "X"; then
emu8051-2.0.1/aclocal.m4-1114-	# -L didn't work.
emu8051-2.0.1/aclocal.m4:1115:	set X `ls -t "$srcdir/configure" conftest.file`
emu8051-2.0.1/aclocal.m4-1116-     fi
##############################################
emu8051-2.0.1/tests/cmd.sh-3-# Get the symlink name (how we were called):
emu8051-2.0.1/tests/cmd.sh:4:test_name=`basename $0`
emu8051-2.0.1/tests/cmd.sh-5-
##############################################
emu8051-2.0.1/tests/Makefile.am-5-
emu8051-2.0.1/tests/Makefile.am:6:SUFFIXES = .hex .asm .sh
emu8051-2.0.1/tests/Makefile.am-7-
##############################################
emu8051-2.0.1/tests/Makefile.am-11-ASM_SRC = \
emu8051-2.0.1/tests/Makefile.am:12:    add.asm \
emu8051-2.0.1/tests/Makefile.am:13:    mul1.asm mul2.asm \
emu8051-2.0.1/tests/Makefile.am:14:    div.asm div32u.asm \
emu8051-2.0.1/tests/Makefile.am:15:    orl.asm anl.asm \
emu8051-2.0.1/tests/Makefile.am:16:    mov.asm \
emu8051-2.0.1/tests/Makefile.am:17:    sqroot.asm \
emu8051-2.0.1/tests/Makefile.am:18:    timer0.asm timer1.asm timer2.asm
emu8051-2.0.1/tests/Makefile.am-19-
##############################################
emu8051-2.0.1/tests/Makefile.am-21-
emu8051-2.0.1/tests/Makefile.am:22:TESTS_ASM = \
emu8051-2.0.1/tests/Makefile.am-23-    add.sh \
##############################################
emu8051-2.0.1/tests/Makefile.am-52-
emu8051-2.0.1/tests/Makefile.am:53:# Tell make how to generate a .hex file from a .asm source file.
emu8051-2.0.1/tests/Makefile.am-54-# Warning: make distcheck will fail because asem nor as504 have option to
##############################################
emu8051-2.0.1/tests/Makefile.in-41-  { \
emu8051-2.0.1/tests/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
emu8051-2.0.1/tests/Makefile.in-43-  }; \
##############################################
emu8051-2.0.1/tests/Makefile.in-133-}
emu8051-2.0.1/tests/Makefile.in:134:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
emu8051-2.0.1/tests/Makefile.in-135-am__vpath_adj = case $$p in \
emu8051-2.0.1/tests/Makefile.in:136:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
emu8051-2.0.1/tests/Makefile.in-137-    *) f=$$p;; \
emu8051-2.0.1/tests/Makefile.in-138-  esac;
emu8051-2.0.1/tests/Makefile.in:139:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
emu8051-2.0.1/tests/Makefile.in-140-am__install_max = 40
emu8051-2.0.1/tests/Makefile.in-141-am__nobase_strip_setup = \
emu8051-2.0.1/tests/Makefile.in:142:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
emu8051-2.0.1/tests/Makefile.in-143-am__nobase_strip = \
##############################################
emu8051-2.0.1/tests/Makefile.in-261-case "$@" in						\
emu8051-2.0.1/tests/Makefile.in:262:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
emu8051-2.0.1/tests/Makefile.in-263-    *) am__odir=.;; 					\
##############################################
emu8051-2.0.1/tests/Makefile.in-291-  bases='$(TEST_LOGS)'; \
emu8051-2.0.1/tests/Makefile.in:292:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
emu8051-2.0.1/tests/Makefile.in:293:  bases=`echo $$bases`
emu8051-2.0.1/tests/Makefile.in-294-RECHECK_LOGS = $(TEST_LOGS)
##############################################
emu8051-2.0.1/tests/Makefile.in-304-        */*) b='$*';; \
emu8051-2.0.1/tests/Makefile.in:305:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
emu8051-2.0.1/tests/Makefile.in-306-       esac;; \
##############################################
emu8051-2.0.1/tests/Makefile.in-428-AS51 = asem
emu8051-2.0.1/tests/Makefile.in:429:SUFFIXES = .hex .asm .sh
emu8051-2.0.1/tests/Makefile.in-430-ASM_SRC = \
emu8051-2.0.1/tests/Makefile.in:431:    add.asm \
emu8051-2.0.1/tests/Makefile.in:432:    mul1.asm mul2.asm \
emu8051-2.0.1/tests/Makefile.in:433:    div.asm div32u.asm \
emu8051-2.0.1/tests/Makefile.in:434:    orl.asm anl.asm \
emu8051-2.0.1/tests/Makefile.in:435:    mov.asm \
emu8051-2.0.1/tests/Makefile.in:436:    sqroot.asm \
emu8051-2.0.1/tests/Makefile.in:437:    timer0.asm timer1.asm timer2.asm
emu8051-2.0.1/tests/Makefile.in-438-
emu8051-2.0.1/tests/Makefile.in:439:@RUN_TESTS_TRUE@TESTS_ASM = \
emu8051-2.0.1/tests/Makefile.in-440-@RUN_TESTS_TRUE@    add.sh \
##############################################
emu8051-2.0.1/tests/Makefile.in-463-.SUFFIXES:
emu8051-2.0.1/tests/Makefile.in:464:.SUFFIXES: .hex .asm .sh .log .test .test$(EXEEXT) .trs
emu8051-2.0.1/tests/Makefile.in-465-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
##############################################
emu8051-2.0.1/tests/Makefile.in-522-	if test -n "$$redo_bases"; then \
emu8051-2.0.1/tests/Makefile.in:523:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
emu8051-2.0.1/tests/Makefile.in:524:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
emu8051-2.0.1/tests/Makefile.in-525-	  if $(am__make_dryrun); then :; else \
##############################################
emu8051-2.0.1/tests/Makefile.in-547-	ws='[ 	]'; \
emu8051-2.0.1/tests/Makefile.in:548:	results=`for b in $$bases; do echo $$b.trs; done`; \
emu8051-2.0.1/tests/Makefile.in-549-	test -n "$$results" || results=/dev/null; \
emu8051-2.0.1/tests/Makefile.in:550:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
emu8051-2.0.1/tests/Makefile.in:551:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
emu8051-2.0.1/tests/Makefile.in:552:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
emu8051-2.0.1/tests/Makefile.in:553:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
emu8051-2.0.1/tests/Makefile.in:554:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
emu8051-2.0.1/tests/Makefile.in:555:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
emu8051-2.0.1/tests/Makefile.in:556:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
emu8051-2.0.1/tests/Makefile.in:557:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
emu8051-2.0.1/tests/Makefile.in-558-	  success=true; \
##############################################
emu8051-2.0.1/tests/Makefile.in-626-	@set +e; $(am__set_TESTS_bases); \
emu8051-2.0.1/tests/Makefile.in:627:	log_list=`for i in $$bases; do echo $$i.log; done`; \
emu8051-2.0.1/tests/Makefile.in:628:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
emu8051-2.0.1/tests/Makefile.in:629:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
emu8051-2.0.1/tests/Makefile.in-630-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
emu8051-2.0.1/tests/Makefile.in-636-	         | $(am__list_recheck_tests)` || exit 1; \
emu8051-2.0.1/tests/Makefile.in:637:	log_list=`for i in $$bases; do echo $$i.log; done`; \
emu8051-2.0.1/tests/Makefile.in:638:	log_list=`echo $$log_list`; \
emu8051-2.0.1/tests/Makefile.in-639-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
emu8051-2.0.1/tests/Makefile.in-798-distdir: $(DISTFILES)
emu8051-2.0.1/tests/Makefile.in:799:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/tests/Makefile.in:800:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/tests/Makefile.in-801-	list='$(DISTFILES)'; \
##############################################
emu8051-2.0.1/tests/Makefile.in-812-	  if test -d $$d/$$file; then \
emu8051-2.0.1/tests/Makefile.in:813:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emu8051-2.0.1/tests/Makefile.in-814-	    if test -d "$(distdir)/$$file"; then \
##############################################
emu8051-2.0.1/tests/Makefile.in-958-
emu8051-2.0.1/tests/Makefile.in:959:# Tell make how to generate a .hex file from a .asm source file.
emu8051-2.0.1/tests/Makefile.in-960-# Warning: make distcheck will fail because asem nor as504 have option to
##############################################
emu8051-2.0.1/tests/opcodes.sh-3-# Get the symlink name (how we were called):
emu8051-2.0.1/tests/opcodes.sh:4:test_name=`basename $0`
emu8051-2.0.1/tests/opcodes.sh-5-
##############################################
emu8051-2.0.1/README-48-
emu8051-2.0.1/README:49:  Adding a new test case implies adding a new asm source file inside the tests
emu8051-2.0.1/README-50-  subdirectory and adding its name to two variables in tests/Makefile.am.
##############################################
emu8051-2.0.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
emu8051-2.0.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
emu8051-2.0.1/configure-47-  as_echo='print -r --'
emu8051-2.0.1/configure-48-  as_echo_n='print -rn --'
emu8051-2.0.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
emu8051-2.0.1/configure-50-  as_echo='printf %s\n'
##############################################
emu8051-2.0.1/configure-52-else
emu8051-2.0.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
emu8051-2.0.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
emu8051-2.0.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
emu8051-2.0.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
emu8051-2.0.1/configure-64-      esac;
##############################################
emu8051-2.0.1/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
emu8051-2.0.1/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
emu8051-2.0.1/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
emu8051-2.0.1/configure-327-      case $as_dir in #(
emu8051-2.0.1/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
emu8051-2.0.1/configure-329-      *) as_qdir=$as_dir;;
##############################################
emu8051-2.0.1/configure-400-  {
emu8051-2.0.1/configure:401:    as_val=`expr "$@" || test $? -eq 1`
emu8051-2.0.1/configure-402-  }
##############################################
emu8051-2.0.1/configure-407-# ----------------------------------------
emu8051-2.0.1/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
emu8051-2.0.1/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
emu8051-2.0.1/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
emu8051-2.0.1/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
emu8051-2.0.1/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
emu8051-2.0.1/configure-836-  case $ac_option in
emu8051-2.0.1/configure:837:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
emu8051-2.0.1/configure-838-  *=)   ac_optarg= ;;
##############################################
emu8051-2.0.1/configure-880-  -disable-* | --disable-*)
emu8051-2.0.1/configure:881:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
emu8051-2.0.1/configure-882-    # Reject names that are not valid shell variable names.
##############################################
emu8051-2.0.1/configure-885-    ac_useropt_orig=$ac_useropt
emu8051-2.0.1/configure:886:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
emu8051-2.0.1/configure-887-    case $ac_user_opts in
##############################################
emu8051-2.0.1/configure-906-  -enable-* | --enable-*)
emu8051-2.0.1/configure:907:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
emu8051-2.0.1/configure-908-    # Reject names that are not valid shell variable names.
##############################################
emu8051-2.0.1/configure-911-    ac_useropt_orig=$ac_useropt
emu8051-2.0.1/configure:912:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
emu8051-2.0.1/configure-913-    case $ac_user_opts in
##############################################
emu8051-2.0.1/configure-1110-  -with-* | --with-*)
emu8051-2.0.1/configure:1111:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
emu8051-2.0.1/configure-1112-    # Reject names that are not valid shell variable names.
##############################################
emu8051-2.0.1/configure-1115-    ac_useropt_orig=$ac_useropt
emu8051-2.0.1/configure:1116:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
emu8051-2.0.1/configure-1117-    case $ac_user_opts in
##############################################
emu8051-2.0.1/configure-1126-  -without-* | --without-*)
emu8051-2.0.1/configure:1127:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
emu8051-2.0.1/configure-1128-    # Reject names that are not valid shell variable names.
##############################################
emu8051-2.0.1/configure-1131-    ac_useropt_orig=$ac_useropt
emu8051-2.0.1/configure:1132:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
emu8051-2.0.1/configure-1133-    case $ac_user_opts in
##############################################
emu8051-2.0.1/configure-1164-  *=*)
emu8051-2.0.1/configure:1165:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
emu8051-2.0.1/configure-1166-    # Reject names that are not valid shell variable names.
##############################################
emu8051-2.0.1/configure-1185-if test -n "$ac_prev"; then
emu8051-2.0.1/configure:1186:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
emu8051-2.0.1/configure-1187-  as_fn_error $? "missing argument to $ac_option"
##############################################
emu8051-2.0.1/configure-1207-    */ )
emu8051-2.0.1/configure:1208:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
emu8051-2.0.1/configure-1209-      eval $ac_var=\$ac_val;;
##############################################
emu8051-2.0.1/configure-1242-ac_ls_di=`ls -di .` &&
emu8051-2.0.1/configure:1243:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
emu8051-2.0.1/configure-1244-  as_fn_error $? "working directory cannot be determined"
##############################################
emu8051-2.0.1/configure-1298-case $srcdir in
emu8051-2.0.1/configure:1299:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
emu8051-2.0.1/configure-1300-esac
##############################################
emu8051-2.0.1/configure-1341-By default, \`make install' will install all the files in
emu8051-2.0.1/configure:1342:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
emu8051-2.0.1/configure:1343:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
emu8051-2.0.1/configure-1344-for instance \`--prefix=\$HOME'.
##############################################
emu8051-2.0.1/configure-1448-*)
emu8051-2.0.1/configure:1449:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
emu8051-2.0.1/configure-1450-  # A ".." for each directory in $ac_dir_suffix.
emu8051-2.0.1/configure:1451:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
emu8051-2.0.1/configure-1452-  case $ac_top_builddir_sub in
##############################################
emu8051-2.0.1/configure-1832-    *\'*)
emu8051-2.0.1/configure:1833:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
emu8051-2.0.1/configure-1834-    esac
##############################################
emu8051-2.0.1/configure-1915-      case $ac_val in
emu8051-2.0.1/configure:1916:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
emu8051-2.0.1/configure-1917-      esac
##############################################
emu8051-2.0.1/configure-1930-	case $ac_val in
emu8051-2.0.1/configure:1931:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
emu8051-2.0.1/configure-1932-	esac
##############################################
emu8051-2.0.1/configure-2050-    set,)
emu8051-2.0.1/configure:2051:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
emu8051-2.0.1/configure:2052:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
emu8051-2.0.1/configure-2053-      ac_cache_corrupted=: ;;
##############################################
emu8051-2.0.1/configure-2061-	# differences in whitespace do not lead to failure.
emu8051-2.0.1/configure:2062:	ac_old_val_w=`echo x $ac_old_val`
emu8051-2.0.1/configure:2063:	ac_new_val_w=`echo x $ac_new_val`
emu8051-2.0.1/configure-2064-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
emu8051-2.0.1/configure-2081-    case $ac_new_val in
emu8051-2.0.1/configure:2082:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
emu8051-2.0.1/configure-2083-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
emu8051-2.0.1/configure-2259-     echo "timestamp, slept: $am_has_slept" > conftest.file
emu8051-2.0.1/configure:2260:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
emu8051-2.0.1/configure-2261-     if test "$*" = "X"; then
emu8051-2.0.1/configure-2262-	# -L didn't work.
emu8051-2.0.1/configure:2263:	set X `ls -t "$srcdir/configure" conftest.file`
emu8051-2.0.1/configure-2264-     fi
##############################################
emu8051-2.0.1/configure-2310-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
emu8051-2.0.1/configure:2311:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
emu8051-2.0.1/configure-2312-
emu8051-2.0.1/configure-2313-# expand $ac_aux_dir to an absolute path
emu8051-2.0.1/configure:2314:am_aux_dir=`cd $ac_aux_dir && pwd`
emu8051-2.0.1/configure-2315-
##############################################
emu8051-2.0.1/configure-2455-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
emu8051-2.0.1/configure:2456:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
emu8051-2.0.1/configure-2457-	     'mkdir (GNU coreutils) '* | \
##############################################
emu8051-2.0.1/configure-2528-set x ${MAKE-make}
emu8051-2.0.1/configure:2529:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
emu8051-2.0.1/configure-2530-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
emu8051-2.0.1/configure-2538-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
emu8051-2.0.1/configure:2539:case `${MAKE-make} -f conftest.make 2>/dev/null` in
emu8051-2.0.1/configure-2540-  *@@@%%%=?*=@@@%%%*)
##############################################
emu8051-2.0.1/configure-2604-
emu8051-2.0.1/configure:2605:if test "`cd $srcdir && pwd`" != "`pwd`"; then
emu8051-2.0.1/configure-2606-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
emu8051-2.0.1/configure-2877-# Ignore all kinds of additional output from 'make'.
emu8051-2.0.1/configure:2878:case `$am_make -s -f confmf 2> /dev/null` in #(
emu8051-2.0.1/configure-2879-*the\ am__doit\ target*)
##############################################
emu8051-2.0.1/configure-2887-   echo '.include "confinc"' > confmf
emu8051-2.0.1/configure:2888:   case `$am_make -s -f confmf 2> /dev/null` in #(
emu8051-2.0.1/configure-2889-   *the\ am__doit\ target*)
##############################################
emu8051-2.0.1/configure-3266-$as_echo_n "checking whether the C compiler works... " >&6; }
emu8051-2.0.1/configure:3267:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
emu8051-2.0.1/configure-3268-
##############################################
emu8051-2.0.1/configure-3310-	then :; else
emu8051-2.0.1/configure:3311:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
emu8051-2.0.1/configure-3312-	fi
##############################################
emu8051-2.0.1/configure-3370-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
emu8051-2.0.1/configure:3371:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
emu8051-2.0.1/configure-3372-	  break;;
##############################################
emu8051-2.0.1/configure-3479-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
emu8051-2.0.1/configure:3480:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
emu8051-2.0.1/configure-3481-       break;;
##############################################
emu8051-2.0.1/configure-3797-  if test "$am_compiler_list" = ""; then
emu8051-2.0.1/configure:3798:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
emu8051-2.0.1/configure-3799-  fi
##############################################
emu8051-2.0.1/configure-4233-/* end confdefs.h.  */
emu8051-2.0.1/configure:4234:`cat $LEX_OUTPUT_ROOT.c`
emu8051-2.0.1/configure-4235-_ACEOF
##############################################
emu8051-2.0.1/configure-4266-  #define YYTEXT_POINTER 1
emu8051-2.0.1/configure:4267:`cat $LEX_OUTPUT_ROOT.c`
emu8051-2.0.1/configure-4268-_ACEOF
##############################################
emu8051-2.0.1/configure-4568-  # Check for GNU $ac_path_GREP
emu8051-2.0.1/configure:4569:case `"$ac_path_GREP" --version 2>&1` in
emu8051-2.0.1/configure-4570-*GNU*)
##############################################
emu8051-2.0.1/configure-4634-  # Check for GNU $ac_path_EGREP
emu8051-2.0.1/configure:4635:case `"$ac_path_EGREP" --version 2>&1` in
emu8051-2.0.1/configure-4636-*GNU*)
##############################################
emu8051-2.0.1/configure-4795-do :
emu8051-2.0.1/configure:4796:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
emu8051-2.0.1/configure-4797-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
emu8051-2.0.1/configure-4800-  cat >>confdefs.h <<_ACEOF
emu8051-2.0.1/configure:4801:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
emu8051-2.0.1/configure-4802-_ACEOF
##############################################
emu8051-2.0.1/configure-4967-  test $ac_status = 0; }; then
emu8051-2.0.1/configure:4968:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.26.0" 2>/dev/null`
emu8051-2.0.1/configure-4969-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
emu8051-2.0.1/configure-4984-  test $ac_status = 0; }; then
emu8051-2.0.1/configure:4985:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.26.0" 2>/dev/null`
emu8051-2.0.1/configure-4986-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
emu8051-2.0.1/configure-5005-        if test $_pkg_short_errors_supported = yes; then
emu8051-2.0.1/configure:5006:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.26.0" 2>&1`
emu8051-2.0.1/configure-5007-        else
emu8051-2.0.1/configure:5008:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.26.0" 2>&1`
emu8051-2.0.1/configure-5009-        fi
##############################################
emu8051-2.0.1/configure-5073-  test $ac_status = 0; }; then
emu8051-2.0.1/configure:5074:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.4.0" 2>/dev/null`
emu8051-2.0.1/configure-5075-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
emu8051-2.0.1/configure-5090-  test $ac_status = 0; }; then
emu8051-2.0.1/configure:5091:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.4.0" 2>/dev/null`
emu8051-2.0.1/configure-5092-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
emu8051-2.0.1/configure-5111-        if test $_pkg_short_errors_supported = yes; then
emu8051-2.0.1/configure:5112:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.4.0" 2>&1`
emu8051-2.0.1/configure-5113-        else
emu8051-2.0.1/configure:5114:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.4.0" 2>&1`
emu8051-2.0.1/configure-5115-        fi
##############################################
emu8051-2.0.1/configure-5298-  test $ac_status = 0; }; then
emu8051-2.0.1/configure:5299:  pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib > 1.2.1" 2>/dev/null`
emu8051-2.0.1/configure-5300-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
emu8051-2.0.1/configure-5315-  test $ac_status = 0; }; then
emu8051-2.0.1/configure:5316:  pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib > 1.2.1" 2>/dev/null`
emu8051-2.0.1/configure-5317-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
emu8051-2.0.1/configure-5336-        if test $_pkg_short_errors_supported = yes; then
emu8051-2.0.1/configure:5337:	        zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib > 1.2.1" 2>&1`
emu8051-2.0.1/configure-5338-        else
emu8051-2.0.1/configure:5339:	        zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib > 1.2.1" 2>&1`
emu8051-2.0.1/configure-5340-        fi
##############################################
emu8051-2.0.1/configure-5527-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
emu8051-2.0.1/configure:5528:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
emu8051-2.0.1/configure-5529-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
emu8051-2.0.1/configure-5638-if test -z "$BASH_VERSION$ZSH_VERSION" \
emu8051-2.0.1/configure:5639:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
emu8051-2.0.1/configure-5640-  as_echo='print -r --'
emu8051-2.0.1/configure-5641-  as_echo_n='print -rn --'
emu8051-2.0.1/configure:5642:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
emu8051-2.0.1/configure-5643-  as_echo='printf %s\n'
##############################################
emu8051-2.0.1/configure-5645-else
emu8051-2.0.1/configure:5646:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
emu8051-2.0.1/configure-5647-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
emu8051-2.0.1/configure-5655-	expr "X$arg" : "X\\(.*\\)$as_nl";
emu8051-2.0.1/configure:5656:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
emu8051-2.0.1/configure-5657-      esac;
##############################################
emu8051-2.0.1/configure-5732-# ----------------------------------------
emu8051-2.0.1/configure:5733:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
emu8051-2.0.1/configure-5734-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
emu8051-2.0.1/configure-5804-  {
emu8051-2.0.1/configure:5805:    as_val=`expr "$@" || test $? -eq 1`
emu8051-2.0.1/configure-5806-  }
##############################################
emu8051-2.0.1/configure-5908-      case $as_dir in #(
emu8051-2.0.1/configure:5909:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
emu8051-2.0.1/configure-5910-      *) as_qdir=$as_dir;;
##############################################
emu8051-2.0.1/configure-6044-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
emu8051-2.0.1/configure:6045:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
emu8051-2.0.1/configure-6046-ac_cs_version="\\
##############################################
emu8051-2.0.1/configure-6069-  --*=?*)
emu8051-2.0.1/configure:6070:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
emu8051-2.0.1/configure:6071:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
emu8051-2.0.1/configure-6072-    ac_shift=:
##############################################
emu8051-2.0.1/configure-6074-  --*=)
emu8051-2.0.1/configure:6075:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
emu8051-2.0.1/configure-6076-    ac_optarg=
##############################################
emu8051-2.0.1/configure-6098-    case $ac_optarg in
emu8051-2.0.1/configure:6099:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
emu8051-2.0.1/configure-6100-    '') as_fn_error $? "missing file argument" ;;
##############################################
emu8051-2.0.1/configure-6106-    case $ac_optarg in
emu8051-2.0.1/configure:6107:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
emu8051-2.0.1/configure-6108-    esac
##############################################
emu8051-2.0.1/configure-6240-fi
emu8051-2.0.1/configure:6241:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
emu8051-2.0.1/configure-6242-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
emu8051-2.0.1/configure-6257-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
emu8051-2.0.1/configure:6258:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
emu8051-2.0.1/configure-6259-ac_delim='%!_!# '
##############################################
emu8051-2.0.1/configure-6263-
emu8051-2.0.1/configure:6264:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
emu8051-2.0.1/configure-6265-  if test $ac_delim_n = $ac_delim_num; then
##############################################
emu8051-2.0.1/configure-6401-for ac_last_try in false false :; do
emu8051-2.0.1/configure:6402:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
emu8051-2.0.1/configure-6403-  if test -z "$ac_tt"; then
##############################################
emu8051-2.0.1/configure-6533-      esac
emu8051-2.0.1/configure:6534:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
emu8051-2.0.1/configure-6535-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
emu8051-2.0.1/configure-6592-*)
emu8051-2.0.1/configure:6593:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
emu8051-2.0.1/configure-6594-  # A ".." for each directory in $ac_dir_suffix.
emu8051-2.0.1/configure:6595:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
emu8051-2.0.1/configure-6596-  case $ac_top_builddir_sub in
##############################################
emu8051-2.0.1/configure-6653-/@mandir@/p'
emu8051-2.0.1/configure:6654:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
emu8051-2.0.1/configure-6655-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
emu8051-2.0.1/configure-6670-
emu8051-2.0.1/configure:6671:# Neutralize VPATH when `$srcdir' = `.'.
emu8051-2.0.1/configure-6672-# Shell code in configure.ac might set extrasub.
##############################################
emu8051-2.0.1/configure-6698-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
emu8051-2.0.1/configure:6699:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
emu8051-2.0.1/configure-6700-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
emu8051-2.0.1/configure-6744-    * )
emu8051-2.0.1/configure:6745:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
emu8051-2.0.1/configure-6746-  esac
##############################################
emu8051-2.0.1/configure-6791-    # Strip MF so we end up with the name of the file.
emu8051-2.0.1/configure:6792:    mf=`echo "$mf" | sed -e 's/:.*$//'`
emu8051-2.0.1/configure-6793-    # Check whether this is an Automake generated Makefile or not.
##############################################
emu8051-2.0.1/configure-6828-    # from the Makefile without running 'make'.
emu8051-2.0.1/configure:6829:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
emu8051-2.0.1/configure-6830-    test -z "$DEPDIR" && continue
emu8051-2.0.1/configure:6831:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
emu8051-2.0.1/configure-6832-    test -z "$am__include" && continue
emu8051-2.0.1/configure:6833:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
emu8051-2.0.1/configure-6834-    # Find all dependency output files, they are included files with
##############################################
emu8051-2.0.1/Makefile.in-39-  { \
emu8051-2.0.1/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
emu8051-2.0.1/Makefile.in-41-  }; \
##############################################
emu8051-2.0.1/Makefile.in-170-  while test -n "$$dir1"; do \
emu8051-2.0.1/Makefile.in:171:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
emu8051-2.0.1/Makefile.in-172-    if test "$$first" != "."; then \
emu8051-2.0.1/Makefile.in-173-      if test "$$first" = ".."; then \
emu8051-2.0.1/Makefile.in:174:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
emu8051-2.0.1/Makefile.in:175:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
emu8051-2.0.1/Makefile.in-176-      else \
emu8051-2.0.1/Makefile.in:177:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
emu8051-2.0.1/Makefile.in-178-        if test "$$first2" = "$$first"; then \
emu8051-2.0.1/Makefile.in:179:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
emu8051-2.0.1/Makefile.in-180-        else \
##############################################
emu8051-2.0.1/Makefile.in-185-    fi; \
emu8051-2.0.1/Makefile.in:186:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
emu8051-2.0.1/Makefile.in-187-  done; \
##############################################
emu8051-2.0.1/Makefile.in-388-	dot_seen=no; \
emu8051-2.0.1/Makefile.in:389:	target=`echo $@ | sed s/-recursive//`; \
emu8051-2.0.1/Makefile.in-390-	case "$@" in \
##############################################
emu8051-2.0.1/Makefile.in-451-GTAGS:
emu8051-2.0.1/Makefile.in:452:	here=`$(am__cd) $(top_builddir) && pwd` \
emu8051-2.0.1/Makefile.in-453-	  && $(am__cd) $(top_srcdir) \
##############################################
emu8051-2.0.1/Makefile.in-481-distdir: $(DISTFILES)
emu8051-2.0.1/Makefile.in:482:	@case `sed 15q $(srcdir)/NEWS` in \
emu8051-2.0.1/Makefile.in-483-	*"$(VERSION)"*) : ;; \
##############################################
emu8051-2.0.1/Makefile.in-489-	test -d "$(distdir)" || mkdir "$(distdir)"
emu8051-2.0.1/Makefile.in:490:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/Makefile.in:491:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
emu8051-2.0.1/Makefile.in-492-	list='$(DISTFILES)'; \
##############################################
emu8051-2.0.1/Makefile.in-503-	  if test -d $$d/$$file; then \
emu8051-2.0.1/Makefile.in:504:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
emu8051-2.0.1/Makefile.in-505-	    if test -d "$(distdir)/$$file"; then \
##############################################
emu8051-2.0.1/Makefile.in-614-	test -d $(distdir)/_build || exit 0; \
emu8051-2.0.1/Makefile.in:615:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
emu8051-2.0.1/Makefile.in-616-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
emu8051-2.0.1/Makefile.in-657-	}; \
emu8051-2.0.1/Makefile.in:658:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
emu8051-2.0.1/Makefile.in-659-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
emu8051-2.0.1/Makefile.in-669-	fi
emu8051-2.0.1/Makefile.in:670:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
emu8051-2.0.1/Makefile.in-671-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
emu8051-2.0.1/build-aux/compile-67-	mingw/*)
emu8051-2.0.1/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
emu8051-2.0.1/build-aux/compile-69-	  ;;
emu8051-2.0.1/build-aux/compile-70-	cygwin/*)
emu8051-2.0.1/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
emu8051-2.0.1/build-aux/compile-72-	  ;;
emu8051-2.0.1/build-aux/compile-73-	wine/*)
emu8051-2.0.1/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
emu8051-2.0.1/build-aux/compile-75-	  ;;
##############################################
emu8051-2.0.1/build-aux/compile-309-# Name of file we expect compiler to create.
emu8051-2.0.1/build-aux/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
emu8051-2.0.1/build-aux/compile-311-
##############################################
emu8051-2.0.1/build-aux/compile-315-# object file name, since that is what matters with a parallel build.
emu8051-2.0.1/build-aux/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
emu8051-2.0.1/build-aux/compile-317-while true; do
##############################################
emu8051-2.0.1/build-aux/depcomp-64-  case $1 in
emu8051-2.0.1/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
emu8051-2.0.1/build-aux/depcomp-66-      *) dir=;;
##############################################
emu8051-2.0.1/build-aux/depcomp-73-{
emu8051-2.0.1/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
emu8051-2.0.1/build-aux/depcomp-75-}
##############################################
emu8051-2.0.1/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
emu8051-2.0.1/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
emu8051-2.0.1/build-aux/depcomp-128-
##############################################
emu8051-2.0.1/build-aux/depcomp-405-        sleep 1
emu8051-2.0.1/build-aux/depcomp:406:        i=`expr $i - 1`
emu8051-2.0.1/build-aux/depcomp-407-      done
emu8051-2.0.1/build-aux/depcomp-408-    fi
emu8051-2.0.1/build-aux/depcomp:409:    i=`expr $i - 1`
emu8051-2.0.1/build-aux/depcomp-410-  done
##############################################
emu8051-2.0.1/build-aux/depcomp-425-  # Do two passes, one to just change these to
emu8051-2.0.1/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
emu8051-2.0.1/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
emu8051-2.0.1/build-aux/depcomp-659-  done
emu8051-2.0.1/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
emu8051-2.0.1/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
emu8051-2.0.1/build-aux/install-sh-229-      fi
emu8051-2.0.1/build-aux/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
emu8051-2.0.1/build-aux/install-sh-231-    *)
##############################################
emu8051-2.0.1/build-aux/install-sh-276-      dstdir=$dst
emu8051-2.0.1/build-aux/install-sh:277:      dst=$dstdir/`basename "$src"`
emu8051-2.0.1/build-aux/install-sh-278-      dstdir_status=0
##############################################
emu8051-2.0.1/build-aux/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
emu8051-2.0.1/build-aux/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
emu8051-2.0.1/build-aux/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
emu8051-2.0.1/build-aux/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
emu8051-2.0.1/build-aux/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
emu8051-2.0.1/build-aux/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
emu8051-2.0.1/build-aux/install-sh-425-	    case $prefix in
emu8051-2.0.1/build-aux/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
emu8051-2.0.1/build-aux/install-sh-427-	      *) qprefix=$prefix;;
##############################################
emu8051-2.0.1/build-aux/install-sh-474-    if $copy_on_change &&
emu8051-2.0.1/build-aux/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
emu8051-2.0.1/build-aux/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
emu8051-2.0.1/build-aux/install-sh-477-
##############################################
emu8051-2.0.1/build-aux/ar-lib-65-	mingw)
emu8051-2.0.1/build-aux/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
emu8051-2.0.1/build-aux/ar-lib-67-	  ;;
emu8051-2.0.1/build-aux/ar-lib-68-	cygwin)
emu8051-2.0.1/build-aux/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
emu8051-2.0.1/build-aux/ar-lib-70-	  ;;
emu8051-2.0.1/build-aux/ar-lib-71-	wine)
emu8051-2.0.1/build-aux/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
emu8051-2.0.1/build-aux/ar-lib-73-	  ;;
##############################################
emu8051-2.0.1/build-aux/ar-lib-88-  archive=$3
emu8051-2.0.1/build-aux/ar-lib:89:  at_file_contents=`cat "$1"`
emu8051-2.0.1/build-aux/ar-lib-90-  eval set x "$at_file_contents"
##############################################
emu8051-2.0.1/build-aux/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
emu8051-2.0.1/build-aux/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
emu8051-2.0.1/build-aux/ylwrap-103-case $input in
##############################################
emu8051-2.0.1/build-aux/ylwrap-111-esac
emu8051-2.0.1/build-aux/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
emu8051-2.0.1/build-aux/ylwrap-113-
##############################################
emu8051-2.0.1/build-aux/ylwrap-150-  shift
emu8051-2.0.1/build-aux/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
emu8051-2.0.1/build-aux/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
emu8051-2.0.1/build-aux/ylwrap-153-done
##############################################
emu8051-2.0.1/build-aux/ylwrap-182-  do
emu8051-2.0.1/build-aux/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
emu8051-2.0.1/build-aux/ylwrap-184-    if test -f "$from"; then
##############################################
emu8051-2.0.1/build-aux/ylwrap-198-        realtarget=$target
emu8051-2.0.1/build-aux/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
emu8051-2.0.1/build-aux/ylwrap-200-      fi