===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sigrok-firmware-fx2lafw-0.1.7/autogen.sh-20-
sigrok-firmware-fx2lafw-0.1.7/autogen.sh:21:test -n "$srcdir" || srcdir=`dirname "$0"`
sigrok-firmware-fx2lafw-0.1.7/autogen.sh-22-test -n "$srcdir" || srcdir=.
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.am-261-
sigrok-firmware-fx2lafw-0.1.7/Makefile.am:262:MOSTLYCLEANFILES = *.asm fx2lib/lib/*.asm hw/**/*.asm fx2lib/lib/*.lib fx2lib/lib/interrupts/*.asm fx2lib/lib/interrupts/*.lib
sigrok-firmware-fx2lafw-0.1.7/Makefile.am-263-CLEANFILES = $(firmware_binaries)
##############################################
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-94-# and then we would define $MISSING as
##############################################
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-109-])
##############################################
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-178-AC_REQUIRE([AC_PROG_INSTALL])dnl
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4:179:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-180-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-337-    * )
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4:338:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-339-  esac
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-340-done
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4:341:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-342-
##############################################
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-486-     echo "timestamp, slept: $am_has_slept" > conftest.file
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4:487:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-488-     if test "$[*]" = "X"; then
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-489-	# -L didn't work.
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4:490:	set X `ls -t "$srcdir/configure" conftest.file`
sigrok-firmware-fx2lafw-0.1.7/aclocal.m4-491-     fi
##############################################
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c-135-
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c:136:__xdata BYTE* ep_addr(BYTE ep) { // bit 8 of ep_num is the direction
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c-137- BYTE ep_num = ep&~0x80; // mask the direction
##############################################
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c-181-            {
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c:182:                __xdata BYTE* pep=ep_addr(SETUPDAT[4]);
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c-183-                if ( !pep ) return FALSE;
##############################################
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c-214-    if (SETUPDAT[2] == 0) { // ep stall feature
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c:215:        __xdata BYTE* pep=ep_addr(SETUPDAT[4]);
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c-216-        printf ( "unstall endpoint %02X\n" , SETUPDAT[4] );
##############################################
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c-243-        // stall and endpoint
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c:244:        __xdata BYTE* pep = ep_addr(SETUPDAT[4]);
sigrok-firmware-fx2lafw-0.1.7/fx2lib/lib/setupdat.c-245-        printf ( "Stall ep %d\n", SETUPDAT[4] );
##############################################
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/delay.h-50-
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/delay.h:51:#define NOP __asm nop __endasm
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/delay.h-52-
##############################################
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/lights.h-65-**/
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/lights.h:66:#define activate_light(LIGHT_ADDR) __asm \
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/lights.h-67- mov __XPAGE, LIGHT_ADDR \
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/lights.h:68: __endasm; __asm \
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/lights.h-69- movx a, @r0 \
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/lights.h:70:__endasm \
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/lights.h-71-
##############################################
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/setupdat.h-33- 
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/setupdat.h:34: // copy the dscr_asm file from the lib dir to your
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/setupdat.h-35- // own project directory, change it how
##############################################
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/setupdat.h-142- **/
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/setupdat.h:143:__xdata BYTE* ep_addr(BYTE ep);
sigrok-firmware-fx2lafw-0.1.7/fx2lib/include/setupdat.h-144-
##############################################
sigrok-firmware-fx2lafw-0.1.7/ChangeLog-1399-    some issues with more recent sdcc versions (interrupt vs. __interrupt,
sigrok-firmware-fx2lafw-0.1.7/ChangeLog:1400:    _asm vs. __asm, xdata vs. __xdata__, and many others).
sigrok-firmware-fx2lafw-0.1.7/ChangeLog-1401-    
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
sigrok-firmware-fx2lafw-0.1.7/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sigrok-firmware-fx2lafw-0.1.7/configure-47-  as_echo='print -r --'
sigrok-firmware-fx2lafw-0.1.7/configure-48-  as_echo_n='print -rn --'
sigrok-firmware-fx2lafw-0.1.7/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sigrok-firmware-fx2lafw-0.1.7/configure-50-  as_echo='printf %s\n'
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-52-else
sigrok-firmware-fx2lafw-0.1.7/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sigrok-firmware-fx2lafw-0.1.7/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
sigrok-firmware-fx2lafw-0.1.7/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sigrok-firmware-fx2lafw-0.1.7/configure-64-      esac;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
sigrok-firmware-fx2lafw-0.1.7/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
sigrok-firmware-fx2lafw-0.1.7/configure-201-  if (eval "$as_required") 2>/dev/null; then :
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-326-      case $as_dir in #(
sigrok-firmware-fx2lafw-0.1.7/configure:327:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sigrok-firmware-fx2lafw-0.1.7/configure-328-      *) as_qdir=$as_dir;;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-399-  {
sigrok-firmware-fx2lafw-0.1.7/configure:400:    as_val=`expr "$@" || test $? -eq 1`
sigrok-firmware-fx2lafw-0.1.7/configure-401-  }
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-406-# ----------------------------------------
sigrok-firmware-fx2lafw-0.1.7/configure:407:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sigrok-firmware-fx2lafw-0.1.7/configure-408-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-469-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
sigrok-firmware-fx2lafw-0.1.7/configure:470:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
sigrok-firmware-fx2lafw-0.1.7/configure-471-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-795-  case $ac_option in
sigrok-firmware-fx2lafw-0.1.7/configure:796:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
sigrok-firmware-fx2lafw-0.1.7/configure-797-  *=)   ac_optarg= ;;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-839-  -disable-* | --disable-*)
sigrok-firmware-fx2lafw-0.1.7/configure:840:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
sigrok-firmware-fx2lafw-0.1.7/configure-841-    # Reject names that are not valid shell variable names.
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-844-    ac_useropt_orig=$ac_useropt
sigrok-firmware-fx2lafw-0.1.7/configure:845:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sigrok-firmware-fx2lafw-0.1.7/configure-846-    case $ac_user_opts in
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-865-  -enable-* | --enable-*)
sigrok-firmware-fx2lafw-0.1.7/configure:866:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
sigrok-firmware-fx2lafw-0.1.7/configure-867-    # Reject names that are not valid shell variable names.
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-870-    ac_useropt_orig=$ac_useropt
sigrok-firmware-fx2lafw-0.1.7/configure:871:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sigrok-firmware-fx2lafw-0.1.7/configure-872-    case $ac_user_opts in
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1078-  -with-* | --with-*)
sigrok-firmware-fx2lafw-0.1.7/configure:1079:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
sigrok-firmware-fx2lafw-0.1.7/configure-1080-    # Reject names that are not valid shell variable names.
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1083-    ac_useropt_orig=$ac_useropt
sigrok-firmware-fx2lafw-0.1.7/configure:1084:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sigrok-firmware-fx2lafw-0.1.7/configure-1085-    case $ac_user_opts in
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1094-  -without-* | --without-*)
sigrok-firmware-fx2lafw-0.1.7/configure:1095:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
sigrok-firmware-fx2lafw-0.1.7/configure-1096-    # Reject names that are not valid shell variable names.
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1099-    ac_useropt_orig=$ac_useropt
sigrok-firmware-fx2lafw-0.1.7/configure:1100:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sigrok-firmware-fx2lafw-0.1.7/configure-1101-    case $ac_user_opts in
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1132-  *=*)
sigrok-firmware-fx2lafw-0.1.7/configure:1133:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
sigrok-firmware-fx2lafw-0.1.7/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1153-if test -n "$ac_prev"; then
sigrok-firmware-fx2lafw-0.1.7/configure:1154:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
sigrok-firmware-fx2lafw-0.1.7/configure-1155-  as_fn_error $? "missing argument to $ac_option"
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1175-    */ )
sigrok-firmware-fx2lafw-0.1.7/configure:1176:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
sigrok-firmware-fx2lafw-0.1.7/configure-1177-      eval $ac_var=\$ac_val;;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1210-ac_ls_di=`ls -di .` &&
sigrok-firmware-fx2lafw-0.1.7/configure:1211:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
sigrok-firmware-fx2lafw-0.1.7/configure-1212-  as_fn_error $? "working directory cannot be determined"
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1266-case $srcdir in
sigrok-firmware-fx2lafw-0.1.7/configure:1267:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
sigrok-firmware-fx2lafw-0.1.7/configure-1268-esac
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1309-By default, \`make install' will install all the files in
sigrok-firmware-fx2lafw-0.1.7/configure:1310:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
sigrok-firmware-fx2lafw-0.1.7/configure:1311:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
sigrok-firmware-fx2lafw-0.1.7/configure-1312-for instance \`--prefix=\$HOME'.
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1378-*)
sigrok-firmware-fx2lafw-0.1.7/configure:1379:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sigrok-firmware-fx2lafw-0.1.7/configure-1380-  # A ".." for each directory in $ac_dir_suffix.
sigrok-firmware-fx2lafw-0.1.7/configure:1381:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sigrok-firmware-fx2lafw-0.1.7/configure-1382-  case $ac_top_builddir_sub in
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1514-    *\'*)
sigrok-firmware-fx2lafw-0.1.7/configure:1515:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
sigrok-firmware-fx2lafw-0.1.7/configure-1516-    esac
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1597-      case $ac_val in
sigrok-firmware-fx2lafw-0.1.7/configure:1598:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sigrok-firmware-fx2lafw-0.1.7/configure-1599-      esac
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1612-	case $ac_val in
sigrok-firmware-fx2lafw-0.1.7/configure:1613:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sigrok-firmware-fx2lafw-0.1.7/configure-1614-	esac
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1732-    set,)
sigrok-firmware-fx2lafw-0.1.7/configure:1733:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
sigrok-firmware-fx2lafw-0.1.7/configure:1734:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
sigrok-firmware-fx2lafw-0.1.7/configure-1735-      ac_cache_corrupted=: ;;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1743-	# differences in whitespace do not lead to failure.
sigrok-firmware-fx2lafw-0.1.7/configure:1744:	ac_old_val_w=`echo x $ac_old_val`
sigrok-firmware-fx2lafw-0.1.7/configure:1745:	ac_new_val_w=`echo x $ac_new_val`
sigrok-firmware-fx2lafw-0.1.7/configure-1746-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1763-    case $ac_new_val in
sigrok-firmware-fx2lafw-0.1.7/configure:1764:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
sigrok-firmware-fx2lafw-0.1.7/configure-1765-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1940-     echo "timestamp, slept: $am_has_slept" > conftest.file
sigrok-firmware-fx2lafw-0.1.7/configure:1941:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sigrok-firmware-fx2lafw-0.1.7/configure-1942-     if test "$*" = "X"; then
sigrok-firmware-fx2lafw-0.1.7/configure-1943-	# -L didn't work.
sigrok-firmware-fx2lafw-0.1.7/configure:1944:	set X `ls -t "$srcdir/configure" conftest.file`
sigrok-firmware-fx2lafw-0.1.7/configure-1945-     fi
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-1991-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
sigrok-firmware-fx2lafw-0.1.7/configure:1992:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
sigrok-firmware-fx2lafw-0.1.7/configure-1993-
sigrok-firmware-fx2lafw-0.1.7/configure-1994-# Expand $ac_aux_dir to an absolute path.
sigrok-firmware-fx2lafw-0.1.7/configure:1995:am_aux_dir=`cd "$ac_aux_dir" && pwd`
sigrok-firmware-fx2lafw-0.1.7/configure-1996-
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2136-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
sigrok-firmware-fx2lafw-0.1.7/configure:2137:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
sigrok-firmware-fx2lafw-0.1.7/configure-2138-	     'mkdir (GNU coreutils) '* | \
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2209-set x ${MAKE-make}
sigrok-firmware-fx2lafw-0.1.7/configure:2210:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
sigrok-firmware-fx2lafw-0.1.7/configure-2211-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2219-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
sigrok-firmware-fx2lafw-0.1.7/configure:2220:case `${MAKE-make} -f conftest.make 2>/dev/null` in
sigrok-firmware-fx2lafw-0.1.7/configure-2221-  *@@@%%%=?*=@@@%%%*)
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2285-
sigrok-firmware-fx2lafw-0.1.7/configure:2286:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sigrok-firmware-fx2lafw-0.1.7/configure-2287-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2537-
sigrok-firmware-fx2lafw-0.1.7/configure:2538:sf_sdcc_version=`$SDCC --version | sed -n 's/.* \([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\) .*/\1/p;q' 2>&5`
sigrok-firmware-fx2lafw-0.1.7/configure-2539-as_arg_v1=$sf_sdcc_version
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2834-'
sigrok-firmware-fx2lafw-0.1.7/configure:2835:DEFS=`sed -n "$ac_script" confdefs.h`
sigrok-firmware-fx2lafw-0.1.7/configure-2836-
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2843-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
sigrok-firmware-fx2lafw-0.1.7/configure:2844:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
sigrok-firmware-fx2lafw-0.1.7/configure-2845-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2927-if test -z "$BASH_VERSION$ZSH_VERSION" \
sigrok-firmware-fx2lafw-0.1.7/configure:2928:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sigrok-firmware-fx2lafw-0.1.7/configure-2929-  as_echo='print -r --'
sigrok-firmware-fx2lafw-0.1.7/configure-2930-  as_echo_n='print -rn --'
sigrok-firmware-fx2lafw-0.1.7/configure:2931:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sigrok-firmware-fx2lafw-0.1.7/configure-2932-  as_echo='printf %s\n'
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2934-else
sigrok-firmware-fx2lafw-0.1.7/configure:2935:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sigrok-firmware-fx2lafw-0.1.7/configure-2936-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-2944-	expr "X$arg" : "X\\(.*\\)$as_nl";
sigrok-firmware-fx2lafw-0.1.7/configure:2945:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sigrok-firmware-fx2lafw-0.1.7/configure-2946-      esac;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3021-# ----------------------------------------
sigrok-firmware-fx2lafw-0.1.7/configure:3022:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sigrok-firmware-fx2lafw-0.1.7/configure-3023-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3093-  {
sigrok-firmware-fx2lafw-0.1.7/configure:3094:    as_val=`expr "$@" || test $? -eq 1`
sigrok-firmware-fx2lafw-0.1.7/configure-3095-  }
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3197-      case $as_dir in #(
sigrok-firmware-fx2lafw-0.1.7/configure:3198:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sigrok-firmware-fx2lafw-0.1.7/configure-3199-      *) as_qdir=$as_dir;;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3320-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
sigrok-firmware-fx2lafw-0.1.7/configure:3321:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
sigrok-firmware-fx2lafw-0.1.7/configure-3322-ac_cs_version="\\
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3345-  --*=?*)
sigrok-firmware-fx2lafw-0.1.7/configure:3346:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sigrok-firmware-fx2lafw-0.1.7/configure:3347:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sigrok-firmware-fx2lafw-0.1.7/configure-3348-    ac_shift=:
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3350-  --*=)
sigrok-firmware-fx2lafw-0.1.7/configure:3351:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sigrok-firmware-fx2lafw-0.1.7/configure-3352-    ac_optarg=
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3374-    case $ac_optarg in
sigrok-firmware-fx2lafw-0.1.7/configure:3375:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sigrok-firmware-fx2lafw-0.1.7/configure-3376-    '') as_fn_error $? "missing file argument" ;;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3490-fi
sigrok-firmware-fx2lafw-0.1.7/configure:3491:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
sigrok-firmware-fx2lafw-0.1.7/configure-3492-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3507-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
sigrok-firmware-fx2lafw-0.1.7/configure:3508:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
sigrok-firmware-fx2lafw-0.1.7/configure-3509-ac_delim='%!_!# '
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3513-
sigrok-firmware-fx2lafw-0.1.7/configure:3514:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
sigrok-firmware-fx2lafw-0.1.7/configure-3515-  if test $ac_delim_n = $ac_delim_num; then
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3675-      esac
sigrok-firmware-fx2lafw-0.1.7/configure:3676:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
sigrok-firmware-fx2lafw-0.1.7/configure-3677-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3734-*)
sigrok-firmware-fx2lafw-0.1.7/configure:3735:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sigrok-firmware-fx2lafw-0.1.7/configure-3736-  # A ".." for each directory in $ac_dir_suffix.
sigrok-firmware-fx2lafw-0.1.7/configure:3737:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sigrok-firmware-fx2lafw-0.1.7/configure-3738-  case $ac_top_builddir_sub in
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3795-/@mandir@/p'
sigrok-firmware-fx2lafw-0.1.7/configure:3796:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
sigrok-firmware-fx2lafw-0.1.7/configure-3797-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3812-
sigrok-firmware-fx2lafw-0.1.7/configure:3813:# Neutralize VPATH when `$srcdir' = `.'.
sigrok-firmware-fx2lafw-0.1.7/configure-3814-# Shell code in configure.ac might set extrasub.
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure-3840-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
sigrok-firmware-fx2lafw-0.1.7/configure:3841:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
sigrok-firmware-fx2lafw-0.1.7/configure-3842-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-234-      fi
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-236-    *)
##############################################
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-280-      dstdir=$dst
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh:281:      dstbase=`basename "$src"`
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-282-      case $dst in
##############################################
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-287-    else
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh:288:      dstdir=`dirname "$dst"`
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-289-      test -d "$dstdir"
##############################################
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-354-                   test_tmpdir="$tmpdir/a"
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-419-            case $prefix in
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-421-              *) qprefix=$prefix;;
##############################################
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-468-    if $copy_on_change &&
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
sigrok-firmware-fx2lafw-0.1.7/autostuff/install-sh-471-       set -f &&
##############################################
sigrok-firmware-fx2lafw-0.1.7/configure.ac-43-
sigrok-firmware-fx2lafw-0.1.7/configure.ac:44:sf_sdcc_version=`$SDCC --version | sed -n 's/.* \([[0-9]][[0-9]]*\.[[0-9]][[0-9]]*\.[[0-9]][[0-9]]*\) .*/\1/p;q' 2>&AS_MESSAGE_LOG_FD`
sigrok-firmware-fx2lafw-0.1.7/configure.ac-45-AS_VERSION_COMPARE([$sf_sdcc_version], [3.4.0],
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-51-  { \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-53-  }; \
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-122-  esac
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:123:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-124-am__vpath_adj = case $$p in \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:125:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-126-    *) f=$$p;; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-127-  esac;
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:128:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-129-am__install_max = 40
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-130-am__nobase_strip_setup = \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:131:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-132-am__nobase_strip = \
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-490-dist_noinst_SCRIPTS = autogen.sh
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:491:MOSTLYCLEANFILES = *.asm fx2lib/lib/*.asm hw/**/*.asm fx2lib/lib/*.lib fx2lib/lib/interrupts/*.asm fx2lib/lib/interrupts/*.lib
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-492-CLEANFILES = $(firmware_binaries)
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-559-	@list='$(firmware_DATA)'; test -n "$(firmwaredir)" || list=; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:560:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-561-	dir='$(DESTDIR)$(firmwaredir)'; $(am__uninstall_files_from_dir)
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-572-distdir-am: $(DISTFILES)
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:573:	@case `sed 15q $(srcdir)/NEWS` in \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-574-	*"$(VERSION)"*) : ;; \
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-580-	test -d "$(distdir)" || mkdir "$(distdir)"
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:581:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:582:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-583-	list='$(DISTFILES)'; \
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-594-	  if test -d $$d/$$file; then \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:595:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-596-	    if test -d "$(distdir)/$$file"; then \
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-683-	test -d $(distdir)/_build || exit 0; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:684:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-685-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-727-	}; \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:728:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-729-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-739-	fi
sigrok-firmware-fx2lafw-0.1.7/Makefile.in:740:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
sigrok-firmware-fx2lafw-0.1.7/Makefile.in-741-	  || { echo "ERROR: files left in build directory after distclean:" ; \