===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-30-set(CMAKE_MODULE_PATH "${SDL2_SOURCE_DIR}/cmake")
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt:31:include(${SDL2_SOURCE_DIR}/cmake/macros.cmake)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt:32:include(${SDL2_SOURCE_DIR}/cmake/sdlchecks.cmake)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-33-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-148-  set(USE_GCC TRUE)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt:149:  set(OPT_DEF_ASM TRUE)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-150-elseif(CMAKE_C_COMPILER_ID MATCHES "Clang")
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-151-  set(USE_CLANG TRUE)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt:152:  set(OPT_DEF_ASM TRUE)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-153-elseif(MSVC_VERSION GREATER 1400) # VisualStudio 8.0+
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt:154:  set(OPT_DEF_ASM TRUE)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-155-  #set(CMAKE_C_FLAGS "/ZI /WX- /
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-156-else()
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt:157:  set(OPT_DEF_ASM FALSE)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-158-endif()
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-225-#  you only need to have a platform override them if they are disabling.
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt:226:set(OPT_DEF_ASM TRUE)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-227-if(EMSCRIPTEN)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-230-  # loading architecture, low-level CPU inspection or multithreading.
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt:231:  set(OPT_DEF_ASM FALSE)
mame-0.226+dfsg.1/3rdparty/SDL2/CMakeLists.txt-232-  set(SDL_SHARED_ENABLED_BY_DEFAULT OFF)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4-56-ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl -lpthread"
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4:57:LIBS=`echo $LIBS | sed 's/-lm//'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4:58:LIBS=`echo $LIBS | sed 's/-ldl//'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4:59:LIBS=`echo $LIBS | sed 's/-lpthread//'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4:60:LIBS=`echo $LIBS | sed 's/  //'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4-61-LIBS="$ALSA_LIBS $LIBS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4-128-   ifelse([$2], , :, [$2])
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4:129:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4:130:   LIBS=`echo $LIBS | sed 's/  //'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/alsa.m4-131-   LIBS="-lasound $LIBS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ax_gcc_archflag.m4-146-     AC_PATH_PROG([PRTDIAG], [prtdiag], [prtdiag], [$PATH:/usr/platform/`uname -i`/sbin/:/usr/platform/`uname -m`/sbin/])
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ax_gcc_archflag.m4:147:     cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ax_gcc_archflag.m4:148:     cputype=`echo "$cputype" | tr -d ' -' |tr $as_cr_LETTERS $as_cr_letters`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ax_gcc_archflag.m4-149-     case $cputype in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ax_gcc_archflag.m4-170-     cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/bin/machine ; /bin/machine; grep CPU /var/run/dmesg.boot | head -n 1 | cut -d" " -f2) 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ax_gcc_archflag.m4:171:     cputype=`echo $cputype | sed -e 's/ppc//g;s/ *//g'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ax_gcc_archflag.m4-172-     case $cputype in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/esd.m4-44-  else
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/esd.m4:45:    ESD_CFLAGS=`$ESD_CONFIG $esdconf_args --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/esd.m4:46:    ESD_LIBS=`$ESD_CONFIG $esdconf_args --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/esd.m4-47-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-127-done
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:128:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-129-])
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-429-m4_define([_LT_CONFIG_STATUS_DECLARE],
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:430:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-431-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-439-#
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:440:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-441-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-549-]], lt_decl_quote_varnames); do
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:550:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-551-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:552:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-553-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-562-]], lt_decl_dquote_varnames); do
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:563:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-564-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:565:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-566-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-722-
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:723:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-724-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1092-  if test "$lt_cv_ld_force_load" = "yes"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1093:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1094-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1145-      }]'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1146:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1147-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1148-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1149:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1150-  fi],[])
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1181-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1182:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1183-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1184:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1185-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1216-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1217:    test "X`printf %s $ECHO`" = "X$ECHO" \
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1218:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1219-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1239-   if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1240:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1241-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1243- /*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1244:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1245-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1272-  if AC_TRY_EVAL(ac_compile); then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1273:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1274-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1288-    if test "$lt_cv_prog_gnu_ld" = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1289:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1290-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1300-    else
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1301:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1302-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1652-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1653:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1654:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1655-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1685-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1686:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1687-    else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1693-    if test -n "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1694:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1695:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1696-    else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1705-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1706:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1707-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1709-      do
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1710:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1711-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1713-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1714:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1715-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1718-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:1719:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-1720-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2043-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2044:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2045-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2174-  esac
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2175:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2176-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2181-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2182:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2183-    ;;
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2184-  *)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2185:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2186-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2190-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2191:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2192-  # ...but if some path already ends with the multilib dir we assume
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2232-  esac
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2233:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2234-else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2320-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2321:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2322-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2356-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2357:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2358:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2359:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2360-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2365-      fi'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2366:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2367-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2373-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2374:      #soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2375:      soname_spec='`echo ${libname} | sed -e 's/^lib//'`${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2376-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2380-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2381:      #soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2382:      soname_spec='`echo ${libname} | $SED -e 's/^lib//'`${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2383-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2385-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2386:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2387-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2394-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2395:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2396-    library_names_spec='${libname}.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2406-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2407:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2408-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2411-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2412:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2413-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2417-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2418:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2419:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2420:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2421-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2425-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2426:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2427-      else
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2428:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2429-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2435-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2436:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2437:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2438:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2439-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2440-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2441:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2442-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2449-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2450:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2451-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2466-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2467:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2468-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2684-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2685:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2686-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2746-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2747:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2748-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2963-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:2964:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-2965-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3046-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3047:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3048-  *)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3049:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3050-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3055-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3056:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3057-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3058:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3059-      done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3086-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3087:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3088-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3126-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3127:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3128-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3323-openbsd*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3324:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3325-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3387-    else
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3388:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3389-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3433-	# Tru64's nm complains that /dev/null is an invalid object file
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3434:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3435-	*/dev/null* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3439-	*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3440:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3441-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3465-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3466:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3467-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3524-  # decide which to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3525:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3526-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3683-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3684:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3685-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3701-mingw*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3702:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3703-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3754-    nlist=conftest.nm
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:3755:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-3756-      # Try sorting and uniquifying the output.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4092-	  *)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4093:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4094-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4397-      *)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4398:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4399-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4669-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4670:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4671-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4701-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4702:    case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4703-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4770-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4771:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4772-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4798-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4799:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4800:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4801-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4816-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4817:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4818-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4821-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4822:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4823-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4836-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4837:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4838-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4840-	esac
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4841:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4842-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4843:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4844-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4908-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:4909:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-4910-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5031-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5032:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5033-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5080-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5081:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5082-      else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5146-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5147:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5148-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5183-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5184:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5185-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5321-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5322:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5323-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5344-	if test "$lt_cv_irix_exported_symbol" = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5345:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5346-	fi
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5347-      else
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5348:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5349:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5350-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5384-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5385:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5386-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5417-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5418:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5419-      else
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5420-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5421:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5422-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5430-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5431:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5432-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5434-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5435:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5436:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5437:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5438-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5453-      else
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5454:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5455-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5646-	  _LT_TAGVAR(allow_undefined_flag, $1)=
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5647:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5648-	  then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5946-        # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:5947:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-5948-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6029-          # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6030:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6031-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6079-
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6080:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6081-        else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6145-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6146:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6147-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6186-	    # is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6187:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6188-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6269-            # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6270:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6271-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6334-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6335:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6336-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6370-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6371:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6372:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6373-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6377-	    # SGI C++
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6378:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6379-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6388-	      if test "$with_gnu_ld" = no; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6389:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6390-	      else
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6391:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6392-	      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6409-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6410:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6411:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6412-	    # Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6419-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6420:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6421-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6434-	    # earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6435:	    case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6436-	      *"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6455-            # Portland Group C++ compiler
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6456:	    case `$CC -V` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6457-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6460-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6461:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6462-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6464-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6465:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6466-		$RANLIB $oldlib'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6469-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6470:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6471-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6473-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6474:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6475-	      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6483-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6484:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6485-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6502-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6503:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6504-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6517-	  *)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6518:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6519-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6524-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6525:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6526-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6594-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6595:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6596-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6613-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6614:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6615-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6634-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6635:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6636-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6639-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6640:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6641:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6642-	          echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6643:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6644-	          $RM $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6658-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6659:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6660-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6665-	        osf3*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6666:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6667-		  ;;
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6668-	        *)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6669:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6670-		  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6918-  case ${2} in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6919:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:6920:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-6921-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7006-
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:7007:  for p in `eval "$output_verbose_link_cmd"`; do
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7008-    case ${prev}${p} in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7104-linux*)
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:7105:  case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7106-  *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7155-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:7156: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7157-fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7767-    test $lt_ac_count -gt 10 && break
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:7768:    lt_ac_count=`expr $lt_ac_count + 1`
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7769-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7838-# ------------------------------------------------------
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4:7839:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/libtool.m4-7840-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ltsugar.m4-67-m4_define([lt_combine],
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
mame-0.226+dfsg.1/3rdparty/SDL2/acinclude/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/autogen.sh-5-
mame-0.226+dfsg.1/3rdparty/SDL2/autogen.sh:6:srcdir=`dirname $0`
mame-0.226+dfsg.1/3rdparty/SDL2/autogen.sh-7-test -z "$srcdir" && srcdir=.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/checker-buildbot.sh-32-    elif [ "$OSTYPE" = "SunOS" ]; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/checker-buildbot.sh:33:        NCPU=`/usr/sbin/psrinfo |wc -l |sed -e 's/^ *//g;s/ *$//g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/checker-buildbot.sh-34-    else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/checker-buildbot.sh-51-
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/checker-buildbot.sh:52:cd `dirname "$0"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/checker-buildbot.sh-53-cd ..
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-38-
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-40-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-108-: ${TMPDIR=/tmp} ;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-194-	    *)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-196-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-225-	*4.0)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:226:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-227-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-228-	*5.*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:229:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-230-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-235-	# types through head -n 1, so we only detect the type of CPU 0.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:236:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-237-	case "$ALPHA_CPU_TYPE" in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-273-	# 1.2 uses "1.2" for uname -r.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:274:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-275-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-333-    s390x:SunOS:*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:334:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-335-	exit ;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-336-    sun4H:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:337:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-338-	exit ;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-339-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:340:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-341-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-358-	fi
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:359:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-360-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-364-	# it's likely to be more like Solaris than SunOS4.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:365:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-366-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-373-	# Japanese Language versions have a version number like `4.1.3-JL'.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:374:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-375-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-379-    sun*:*:4.2BSD:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:380:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-381-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-461-	$CC_FOR_BUILD -o $dummy $dummy.c &&
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:462:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:463:	  SYSTEM_NAME=`$dummy $dummyarg` &&
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-464-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-517-    *:IRIX*:*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:518:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-519-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-547-EOF
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:548:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-549-		then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-560-    *:AIX:*:[4567])
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:561:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-562-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-595-    9000/[34678]??:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:596:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-597-	case "${UNAME_MACHINE}" in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-649-EOF
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:650:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-651-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-677-    ia64:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:678:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-679-	echo ia64-hp-hpux${HPUX_REV}
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-707-EOF
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:708:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-709-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-778-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:779:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-780-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-783-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:784:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-785-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-799-	    amd64)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:800:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-801-	    *)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:802:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-803-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-857-    prep*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:858:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-859-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-861-	# the GNU system
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:862:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-863-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-865-	# other systems with GNU libc and userland
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:866:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-867-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-935-EOF
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:936:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-937-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-963-EOF
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:964:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-965-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-1048-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:1049:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-1050-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-1321-    *:DragonFly:*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:1322:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-1323-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-1334-    i*86:skyos:*:*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:1335:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-1336-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-1462-
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess:1463:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.guess-1464-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-57-
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-59-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-124-case $maybe_os in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-130-    os=-$maybe_os
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-132-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-134-    os=-linux-android
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-136-    ;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-137-  *)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-139-    if [ $basic_machine != $1 ]
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-141-    else os=; fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-188-		os=-sco5v6
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-190-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-192-		os=-sco3.2v5
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-194-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-196-		os=-sco3.2v4
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-198-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-199-	-sco3.2.[4-9]*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-202-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-206-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-210-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-212-		os=-sco3.2v2
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-214-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-215-	-udk*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-217-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-219-		os=-isc2.2
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-221-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-225-	-isc*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-227-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-237-	-ptx*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-239-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-240-	-windowsnt*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-242-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-376-	*-*-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:377:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-378-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-494-	amd64-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:495:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-496-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-536-	blackfin-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:537:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-538-		os=-linux
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-544-	c54x-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:545:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-546-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-547-	c55x-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:548:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-549-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-550-	c6x-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:551:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-552-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-747-	i*86v32)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:748:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-749-		os=-sysv32
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-751-	i*86v4*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:752:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-753-		os=-sysv4
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-755-	i*86v)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:756:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-757-		os=-sysv
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-759-	i*86sol2)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:760:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-761-		os=-solaris2
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-789-	m68knommu-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-791-		os=-linux
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-826-	mips3*-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-828-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-829-	mips3*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-831-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-844-	ms1-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:845:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-846-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-967-	parisc-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-969-		os=-linux
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-983-	pc98-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-985-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1000-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1003-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1006-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1007-	pentium4-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1009-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1017-	ppc-* | ppcbe-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1019-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1023-	ppcle-* | powerpclittle-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1025-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1027-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1029-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1033-	ppc64le-* | powerpc64little-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1035-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1112-	strongarm-* | thumb-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1113:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1114-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1242-	xscale-* | xscalee[bl]-*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1243:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1244-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1319-	*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1320:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1321-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1327-	*-digital*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1328:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1329-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1330-	*-commodore*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1331:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1332-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1348-	-solaris1 | -solaris1.*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1349:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1350-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1360-	-gnu/linux*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1361:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1362-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1412-	-nto*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1413:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1414-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1419-	-mac*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1420:		os=`echo $os | sed -e 's|mac|macos|'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1421-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1425-	-linux*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1426:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1427-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1428-	-sunos5*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1429:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1430-		;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1431-	-sunos6*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1432:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1433-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1480-	-sinix5.*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1481:		os=`echo $os | sed -e 's|sinix|sysv|'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1482-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1542-		# Get rid of the `-' at the beginning of $os.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1543:		os=`echo $os | sed 's/[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1544:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1545-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1802-		esac
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub:1803:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/config.sub-1804-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/emscripten-buildbot.sh-14-
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/emscripten-buildbot.sh:15:cd `dirname "$0"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/emscripten-buildbot.sh-16-cd ..
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/emscripten-buildbot.sh-26-    elif [ "$OSTYPE" = "SunOS" ]; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/emscripten-buildbot.sh:27:        NCPU=`/usr/sbin/psrinfo |wc -l |sed -e 's/^ *//g;s/ *$//g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/emscripten-buildbot.sh-28-    else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/g++-fat.sh-48-    elif test x$compile = xyes; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/g++-fat.sh:49:        output=`echo $source | sed -e 's|.*/||' -e 's|\(.*\)\.[^\.]*|\1|'`.o
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/g++-fat.sh-50-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/g++-fat.sh-54-if test x"$output" != x; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/g++-fat.sh:55:    dir=x86/`dirname $output`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/g++-fat.sh-56-    if test -d $dir; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/g++-fat.sh-77-if test x"$output" != x; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/g++-fat.sh:78:    dir=x64/`dirname $output`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/g++-fat.sh-79-    if test -d $dir; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/gcc-fat.sh-49-    elif test x$compile = xyes; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/gcc-fat.sh:50:        output=`echo $source | sed -e 's|.*/||' -e 's|\(.*\)\.[^\.]*|\1|'`.o
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/gcc-fat.sh-51-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/gcc-fat.sh-55-if test x"$output" != x; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/gcc-fat.sh:56:    dir=x86/`dirname $output`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/gcc-fat.sh-57-    if test -d $dir; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/gcc-fat.sh-78-if test x"$output" != x; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/gcc-fat.sh:79:    dir=x64/`dirname $output`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/gcc-fat.sh-80-    if test -d $dir; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh-210-      fi
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh:211:      dst=$dst/`basename "$src"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh-212-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh-215-  # This sed command emulates the dirname command.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh-217-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh-228-    IFS='%'
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh-230-    shift
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh-256-  else
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh:257:    dstfile=`basename "$dst"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/install-sh-258-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/iosbuild.sh-106-#
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/iosbuild.sh:107:srcdir=`dirname $0`/..
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/iosbuild.sh:108:srcdir=`cd $srcdir && pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/iosbuild.sh-109-auxdir=$srcdir/build-scripts
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-167-{
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-179-{
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-198-    # Extract subdirectory from the argument.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-204-    fi
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-217-    case ${2} in
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-220-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-380-     progdir=$func_dirname_result
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-419-bs='\\'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-533-      done
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-535-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-566-      # If mktemp works, use that first and foremost
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-568-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-597-      *[\\\`\"\$]*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-599-      *)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-704-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-772-	p
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-803-
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-816-
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-862-{
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:863:    func_arith_result=`expr "${@}"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-870-{
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-877-{
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-884-{
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-968-	# quotes we have to do it in 2 steps:
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-970-	eval "$extractedcf"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1382-      done
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1385-      case $@ in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1395-	    # Evaluate the configuration.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1397-	    CC_quoted=
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1401-	    done
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1404-	    case "$@ " in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1721-    # LT_CYGPATH in this case.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1723-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2060-    *.[cCFSifmso] | \
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2158-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2204-      if test "$need_locks" = warn &&
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2206-	$ECHO "\
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2207-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2209-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2253-      if test "$need_locks" = warn &&
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2255-	$ECHO "\
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2256-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2258-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2548-	  test -n "$library_names" && \
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2550-	  continue
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2561-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2577-      # Get the absolute pathname.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2959-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2972-	  else
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-2974-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3130-	    fi
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3134-	      finalize=no
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3149-	        # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3151-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3170-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3241-    my_pic_p="${3-no}"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3243-    my_dlsyms=
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3509-	  else
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3512-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3514-	*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3517-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3529-      # Nullify the symbol file.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3532-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3545-  win32_libid_type="unknown"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3547-  case $win32_fileres in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3596-  $opt_debug
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3598-}
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3613-  $opt_debug
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3700-    # binutils import library
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3703-    # ms-generated import library
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3705-  else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3780-	  darwin_curdir=`pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3785-	    darwin_arch=
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3797-	    darwin_file=
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3814-      esac
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3816-    done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3885-
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3887-    $ECHO "\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3920-    --lt-dump-script)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-3949-  done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4005-  # Find the directory that this script lives in.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4011-  while test -n \"\$file\"; do
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4013-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4021-
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4024-  done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4035-    case \"\$thisdir\" in
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4041-  # Try to get the absolute directory name.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4068-      else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-4112-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-5085-    $opt_debug
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-5087-    *import*) : ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-5307-	    moreargs=
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-5309-	    do
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-5563-	*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6018-    else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6391-	else
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6393-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6428-	fi
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6501-	*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6754-	    shift
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7046-		*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7057-		  depdepl=
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7068-                      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7079-		else
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7102-	else
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7104-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7251-	test "$module" = no && \
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7253-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7386-	if test "$age" -gt "$current"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7547-	removelist=
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7573-	# Transform .lo files to .o files.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7575-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7578-      #for path in $notinst_path; do
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7582-      #done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7699-		if test -n "$i" ; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7702-		  set dummy $deplib_matches; shift
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7703-		  deplib_match=$1
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7742-		  if test -n "$i" ; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7745-		    set dummy $deplib_matches; shift
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7746-		    deplib_match=$1
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7796-		else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7802-		    shopt -s nocaseglob
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7804-		    $nocaseglob
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7805-		  else
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7807-		  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7822-			case $potliblink in
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7825-			esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7915-	  newdeplibs=""
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7921-	    done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7947-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-7997-	*-*-darwin*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8001-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8124-	# Use standard objects if they are pic
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8139-	    # exporting using user supplied symfile
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8638-	else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8650-      # Create the old-style object.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8651:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8652-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8713-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8731-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8866-	# Transform all the library objects into standard objects.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8869-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8896-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8905-	  func_to_tool_file "$output"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8906:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8949-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8951-	# Delete the old output file.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8957-	  func_to_tool_file "$output"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8958:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8975-	  if test "$fast_install" = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8977-	  else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8987-      # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8989-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:8997:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9019-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9308-		name="$func_basename_result"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9327-		name="$func_basename_result"
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/mkinstalldirs-56-do
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/mkinstalldirs:57:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/mkinstalldirs-58-   shift
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/strip_fPIC.sh-3-# libtool assumes that the compiler can handle the -fPIC flag
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/strip_fPIC.sh:4:# This isn't always true (for example, nasm can't handle it)
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/strip_fPIC.sh-5-command=""
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/updaterev.sh-5-outdir=`pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/updaterev.sh:6:cd `dirname $0`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/updaterev.sh-7-srcdir=..
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/updaterev.sh-11-if [ "$rev" != "" -a "$rev" != "hg-0:baadf00d" ]; then
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/updaterev.sh:12:    revnum=`echo $rev | sed 's,hg-\([0-9]*\).*,\1,'`
mame-0.226+dfsg.1/3rdparty/SDL2/build-scripts/updaterev.sh-13-    echo "#define SDL_REVISION \"$rev\"" >"$header.new"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/SDL2/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-45-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-46-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-48-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-50-else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/SDL2/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-62-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mame-0.226+dfsg.1/3rdparty/SDL2/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
mame-0.226+dfsg.1/3rdparty/SDL2/configure-199-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/SDL2/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
mame-0.226+dfsg.1/3rdparty/SDL2/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
mame-0.226+dfsg.1/3rdparty/SDL2/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-332-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/SDL2/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/SDL2/configure-334-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-405-  {
mame-0.226+dfsg.1/3rdparty/SDL2/configure:406:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-407-  }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-412-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/SDL2/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/SDL2/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mame-0.226+dfsg.1/3rdparty/SDL2/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mame-0.226+dfsg.1/3rdparty/SDL2/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-939-  case $ac_option in
mame-0.226+dfsg.1/3rdparty/SDL2/configure:940:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-941-  *=)   ac_optarg= ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-983-  -disable-* | --disable-*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:984:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-985-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-988-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/SDL2/configure:989:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-990-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1009-  -enable-* | --enable-*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1010:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1011-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1014-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1015:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1016-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1213-  -with-* | --with-*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1214:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1215-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1218-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1219:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1220-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1229-  -without-* | --without-*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1230:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1231-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1234-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1235:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1236-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1267-  *=*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1268:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1269-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1288-if test -n "$ac_prev"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1289:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1290-  as_fn_error $? "missing argument to $ac_option"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1310-    */ )
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1311:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1312-      eval $ac_var=\$ac_val;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1345-ac_ls_di=`ls -di .` &&
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1346:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1347-  as_fn_error $? "working directory cannot be determined"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1401-case $srcdir in
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1402:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1403-esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1444-By default, \`make install' will install all the files in
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1445:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1446:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1447-for instance \`--prefix=\$HOME'.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1653-*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1654:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1655-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:1656:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-1657-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2369-    *\'*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2370:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2371-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2452-      case $ac_val in
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2453:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2454-      esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2467-	case $ac_val in
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2468:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2469-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2587-    set,)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2588:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2589:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2590-      ac_cache_corrupted=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2598-	# differences in whitespace do not lead to failure.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2599:	ac_old_val_w=`echo x $ac_old_val`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2600:	ac_new_val_w=`echo x $ac_new_val`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2601-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2618-    case $ac_new_val in
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2619:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2620-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2741-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2742:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2743-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2744-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2745:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2746-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2765-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2766:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2767-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2776-else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2777:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2778-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2798-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2799:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2800-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2826-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2827:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2828-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:2829:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-2830-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3216-$as_echo_n "checking whether the C compiler works... " >&6; }
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3217:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3218-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3260-	then :; else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3261:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3262-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3320-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3321:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3322-	  break;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3429-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3430:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3431-       break;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3684-  # Check for GNU $ac_path_SED
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3685:case `"$ac_path_SED" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3686-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3760-  # Check for GNU $ac_path_GREP
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3761:case `"$ac_path_GREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3762-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3826-  # Check for GNU $ac_path_EGREP
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3827:case `"$ac_path_EGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3828-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3893-  # Check for GNU $ac_path_FGREP
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3894:case `"$ac_path_FGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3895-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3973-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3974:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3975-  *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3976:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3977-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3982-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3983:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3984-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:3985:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-3986-      done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4017-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4018:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4019-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4048-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4049:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4050-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4093-	# Tru64's nm complains that /dev/null is an invalid object file
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4094:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4095-	*/dev/null* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4099-	*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4100:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4101-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4227-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4228:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4229-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4339-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4340:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4341:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4342-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4372-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4373:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4374-    else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4380-    if test -n "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4381:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4382:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4383-    else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4392-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4393:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4394-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4396-      do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4397:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4398-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4400-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4401:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4402-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4405-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4406:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4407-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4844-openbsd*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4845:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4846-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4911-    else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:4912:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-4913-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5053-  # decide which to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/SDL2/configure:5054:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5055-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5617-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:5618:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5619-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5635-mingw*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:5636:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5637-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5854-   if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:5855:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5856-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5858- /*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:5859:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5860-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5894-  test $ac_status = 0; }; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:5895:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5896-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5914-    if test "$lt_cv_prog_gnu_ld" = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:5915:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5916-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5926-    else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:5927:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-5928-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7080-do :
mame-0.226+dfsg.1/3rdparty/SDL2/configure:7081:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7082-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7085-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/SDL2/configure:7086:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7087-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7669-done
mame-0.226+dfsg.1/3rdparty/SDL2/configure:7670:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7671-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7698-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:7699:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7700-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7764-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:7765:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-7766-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8131-      *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8132:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8133-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8491-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8492:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8493:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8494-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8577-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8578:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8579-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8609-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8610:    case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8611-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8678-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8679:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8680-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8706-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8707:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8708:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8709-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8724-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8725:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8726-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8729-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8730:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8731-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8744-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8745:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8746-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8748-	esac
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8749:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8750-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8751:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8752-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8816-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8817:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8818-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8939-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/SDL2/configure:8940:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-8941-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9012-      }'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9013:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9014-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9015-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9016:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9017-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9030-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9031:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9032-      else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9065-      }'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9066:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9067-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9068-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9069:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9070-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9138-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9139:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9140-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9175-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9176:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9177-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9193-  if test "$lt_cv_ld_force_load" = "yes"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9194:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9195-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9373-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9374:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9375-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9401-	if test "$lt_cv_irix_exported_symbol" = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9402:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9403-	fi
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9404-      else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9405:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9406:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9407-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9441-	hardcode_direct_absolute=yes
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9442:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9443-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9474-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9475:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9476-      else
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9477-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9478:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9479-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9487-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9488:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9489-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9491-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9492:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9493:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9494:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9495-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9510-      else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9511:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9512-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9909-  esac
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9910:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9911-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9916-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9917:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9918-    ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9919-  *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9920:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9921-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9925-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9926:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9927-  # ...but if some path already ends with the multilib dir we assume
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9967-  esac
mame-0.226+dfsg.1/3rdparty/SDL2/configure:9968:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-9969-else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10055-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10056:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10057-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10091-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10092:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10093:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10094:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10095-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10100-      fi'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10101:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10102-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10108-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10109:      #soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10110:      soname_spec='`echo ${libname} | sed -e 's/^lib//'`${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10111-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10115-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10116:      #soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10117:      soname_spec='`echo ${libname} | $SED -e 's/^lib//'`${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10118-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10120-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10121:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10122-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10129-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10130:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10131-    library_names_spec='${libname}.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10141-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10142:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10143-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10146-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10147:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10148-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10152-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10153:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10154:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10155:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10156-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10160-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10161:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10162-      else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10163:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10164-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10170-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10171:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10172:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10173:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10174-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10175-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10176:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10177-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10184-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10185:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10186-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10201-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10202:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10203-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10438-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10439:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10440-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10500-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/SDL2/configure:10501:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-10502-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-11423-LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
mame-0.226+dfsg.1/3rdparty/SDL2/configure:11424:LT_CURRENT=`expr $SDL_MICRO_VERSION - $SDL_INTERFACE_AGE`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-11425-LT_REVISION=$SDL_INTERFACE_AGE
mame-0.226+dfsg.1/3rdparty/SDL2/configure:11426:LT_AGE=`expr $SDL_BINARY_AGE - $SDL_INTERFACE_AGE`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-11427-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12236-  case ${2} in
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12237:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12238:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12239-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12491-done
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12492:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12493-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12523-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12524:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12525-  *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12526:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12527-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12532-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12533:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12534-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12535:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12536-      done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12567-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12568:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12569-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12598-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12599:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12600-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12632-        # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12633:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12634-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12716-          # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12717:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12718-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12789-      }'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12790:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12791-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12792-  if test -z "$lt_cv_aix_libpath__CXX"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12793:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12794-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12808-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12809:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12810-        else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12843-      }'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12844:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12845-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12846-  if test -z "$lt_cv_aix_libpath__CXX"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12847:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12848-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12916-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12917:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12918-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12957-	    # is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12958:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12959-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12978-  if test "$lt_cv_ld_force_load" = "yes"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:12979:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-12980-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13072-            # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13073:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13074-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13137-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13138:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13139-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13173-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13174:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13175:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13176-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13180-	    # SGI C++
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13181:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13182-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13191-	      if test "$with_gnu_ld" = no; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13192:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13193-	      else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13194:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13195-	      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13212-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13213:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13214:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13215-	    # Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13222-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13223:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13224-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13237-	    # earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13238:	    case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13239-	      *"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13258-            # Portland Group C++ compiler
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13259:	    case `$CC -V` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13260-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13263-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13264:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13265-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13267-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13268:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13269-		$RANLIB $oldlib'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13272-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13273:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13274-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13276-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13277:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13278-	      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13286-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13287:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13288-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13305-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13306:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13307-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13320-	  *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13321:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13322-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13327-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13328:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13329-	      compiler_needs_object_CXX=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13397-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13398:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13399-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13416-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13417:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13418-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13437-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13438:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13439-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13442-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13443:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13444:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13445-	          echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13446:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13447-	          $RM $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13461-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13462:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13463-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13468-	        osf3*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13469:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13470-		  ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13471-	        *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13472:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13473-		  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13715-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13716:  for p in `eval "$output_verbose_link_cmd"`; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13717-    case ${prev}${p} in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13812-linux*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13813:  case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13814-  *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13863-if test -n "${compiler_lib_search_path_CXX}"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:13864: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-13865-fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14104-	  *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14105:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14106-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14458-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14459:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14460:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14461-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14732-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14733:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14734-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14768-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14769:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14770:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14771:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14772-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14777-      fi'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14778:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14779-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14785-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14786:      #soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14787:      soname_spec='`echo ${libname} | sed -e 's/^lib//'`${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14788-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14791-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14792:      #soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14793:      soname_spec='`echo ${libname} | $SED -e 's/^lib//'`${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14794-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14796-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14797:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14798-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14805-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14806:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14807-    library_names_spec='${libname}.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14817-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14818:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14819-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14822-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14823:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14824-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14828-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14829:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14830:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14831:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14832-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14836-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14837:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14838-      else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14839:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14840-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14846-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14847:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14848:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14849:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14850-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14851-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14852:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14853-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14860-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14861:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14862-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14877-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/SDL2/configure:14878:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-14879-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15113-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15114:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15115-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15175-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15176:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15177-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15528-set x ${MAKE-make}
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15529:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15530-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15538-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15539:case `${MAKE-make} -f conftest.make 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15540-  *@@@%%%=?*=@@@%%%*)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15654-    *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15655:        srcdir=`cd $srcdir && pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15656-        ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15714-if test "x$orig_CFLAGS" = x; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15715:    BUILD_CFLAGS=`echo $BUILD_CFLAGS | sed 's/-O2/-O3/'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15716-fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15734-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15735:base_libdir=`echo \${libdir} | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15736-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15738-{
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15739:    gcc_bin_path=`$CC -print-search-dirs 2>/dev/null | fgrep programs: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15740:    gcc_lib_path=`$CC -print-search-dirs 2>/dev/null | fgrep libraries: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15741:    env_lib_path=`echo $LIBS $LDFLAGS $* | sed 's/-L[ ]*//g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15742-    if test "$cross_compiling" = yes; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15747-    for path in $env_lib_path $gcc_bin_path $gcc_lib_path $host_lib_path; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:15748:        lib=`ls -- $path/$1 2>/dev/null | sed -e '/\.so\..*\./d' -e 's,.*/,,' | sort | tail -1`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-15749-        if test x$lib != x; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16152-do :
mame-0.226+dfsg.1/3rdparty/SDL2/configure:16153:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16154-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16156-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/SDL2/configure:16157:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16158-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16338-  for ac_func in _getb67 GETB67 getb67; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:16339:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16340-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16616-do :
mame-0.226+dfsg.1/3rdparty/SDL2/configure:16617:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16618-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16620-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/SDL2/configure:16621:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16622-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16669-do :
mame-0.226+dfsg.1/3rdparty/SDL2/configure:16670:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16671-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16673-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/SDL2/configure:16674:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/SDL2/configure-16675-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-17602-ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl -lpthread"
mame-0.226+dfsg.1/3rdparty/SDL2/configure:17603:LIBS=`echo $LIBS | sed 's/-lm//'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:17604:LIBS=`echo $LIBS | sed 's/-ldl//'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:17605:LIBS=`echo $LIBS | sed 's/-lpthread//'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:17606:LIBS=`echo $LIBS | sed 's/  //'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-17607-LIBS="$ALSA_LIBS $LIBS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-17745-   have_alsa=yes
mame-0.226+dfsg.1/3rdparty/SDL2/configure:17746:   LIBS=`echo $LIBS | sed 's/-lasound//g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:17747:   LIBS=`echo $LIBS | sed 's/  //'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-17748-   LIBS="-lasound $LIBS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-17773-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:17774:            alsa_lib=`find_lib "libasound.so.*" "$ALSA_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-17775-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-17898-  else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:17899:    ESD_CFLAGS=`$ESD_CONFIG $esdconf_args --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:17900:    ESD_LIBS=`$ESD_CONFIG $esdconf_args --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-17901-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18058-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18059:            esd_lib=`find_lib "libesd.so.*" "$ESD_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18060-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18147-        if $PKG_CONFIG --atleast-pkgconfig-version 0.7 && $PKG_CONFIG --atleast-version $PULSEAUDIO_REQUIRED_VERSION libpulse-simple; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18148:                PULSEAUDIO_CFLAGS=`$PKG_CONFIG --cflags libpulse-simple`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18149:                PULSEAUDIO_LIBS=`$PKG_CONFIG --libs libpulse-simple`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18150-                audio_pulseaudio=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18163-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18164:            pulseaudio_lib=`find_lib "libpulse-simple.so.*" "$PULSEAUDIO_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18165-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18189-                    *-*-solaris*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18190:                        PULSEAUDIO_LIBS=`echo $PULSEAUDIO_LIBS | sed 's/\-l/-Wl,-l/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18191-                        EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-zdeferred $PULSEAUDIO_LIBS -Wl,-znodeferred"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18254-        else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18255:            ARTS_CFLAGS=`$ARTSCONFIG --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18256:            ARTS_LIBS=`$ARTSCONFIG --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18257-            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for aRts development environment" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18293-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18294:                arts_lib=`find_lib "libartsc.so.*" "$ARTS_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18295-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18407-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18408:            nas_lib=`find_lib "libaudio.so.*" "$NAS_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18409-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18515-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18516:            sndio_lib=`find_lib "libsndio.so.*" "$SNDIO_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18517-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18814-            if $PKG_CONFIG --exists wayland-client wayland-scanner wayland-protocols wayland-egl wayland-cursor egl xkbcommon ; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18815:                WAYLAND_CFLAGS=`$PKG_CONFIG --cflags wayland-client wayland-egl wayland-cursor xkbcommon`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18816:                WAYLAND_LIBS=`$PKG_CONFIG --libs wayland-client wayland-egl wayland-cursor xkbcommon`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18817:                WAYLAND_SCANNER=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18818:                WAYLAND_CORE_PROTOCOL_DIR=`$PKG_CONFIG --variable=pkgdatadir wayland-client`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18819:                WAYLAND_PROTOCOLS_DIR=`$PKG_CONFIG --variable=pkgdatadir wayland-protocols`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18820-                video_wayland=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18849-                *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18850:                    wayland_client_lib=`find_lib "libwayland-client.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18851:                    wayland_egl_lib=`find_lib "libwayland-egl.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18852-                    if test x$wayland_egl_lib = x; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18853:                                                wayland_egl_lib=`find_lib "mesa-egl/libwayland-egl.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18854-                    fi
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18855:                    wayland_cursor_lib=`find_lib "libwayland-cursor.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18856:                    xkbcommon_lib=`find_lib "libxkbcommon.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18857-                    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18966-            if $PKG_CONFIG --exists mirclient egl xkbcommon ; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18967:                MIR_CFLAGS=`$PKG_CONFIG --cflags mirclient egl xkbcommon`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:18968:                MIR_LIBS=`$PKG_CONFIG --libs mirclient egl xkbcommon`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-18969-                save_CFLAGS="$CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-19014-                *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19015:                    mirclient_lib=`find_lib "libmirclient.so.*" "$MIR_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19016:                    xkbcommon_lib=`find_lib "libxkbcommon.so.*" "$MIR_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-19017-                    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-19164-    for ac_var in incroot usrlibdir libdir; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19165:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
mame-0.226+dfsg.1/3rdparty/SDL2/configure-19166-    done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-19274-  LIBS=$ac_save_LIBS
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19275:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-19276-do
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-19845-                *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19846:                    x11_lib=`find_lib "libX11.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19847:                    x11ext_lib=`find_lib "libXext.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19848:                    xcursor_lib=`find_lib "libXcursor.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19849:                    xinerama_lib=`find_lib "libXinerama.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19850:                    xinput_lib=`find_lib "libXi.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19851:                    xrandr_lib=`find_lib "libXrandr.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19852:                    xrender_lib=`find_lib "libXrender.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19853:                    xss_lib=`find_lib "libXss.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:19854:                    xvidmode_lib=`find_lib "libXxf86vm.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-19855-                    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-20868-                if $PKG_CONFIG --atleast-pkgconfig-version 0.7 && $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20869:                    DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20870:                    DIRECTFB_LIBS=`$PKG_CONFIG --libs directfb`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20871:                    DIRECTFB_PREFIX=`$PKG_CONFIG --variable=prefix directfb`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-20872-                    video_directfb=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-20875-        else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20876:            set -- `echo $DIRECTFB_REQUIRED_VERSION | sed 's/\./ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20877:            NEED_VERSION=`expr $1 \* 10000 + $2 \* 100 + $3`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20878:            set -- `$DIRECTFBCONFIG --version | sed 's/\./ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20879:            HAVE_VERSION=`expr $1 \* 10000 + $2 \* 100 + $3`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-20880-            if test $HAVE_VERSION -ge $NEED_VERSION; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20881:                DIRECTFB_CFLAGS=`$DIRECTFBCONFIG --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20882:                DIRECTFB_LIBS=`$DIRECTFBCONFIG --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20883:                DIRECTFB_PREFIX=`$DIRECTFBCONFIG --prefix`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-20884-                video_directfb=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-20927-            directfb_shared=no
mame-0.226+dfsg.1/3rdparty/SDL2/configure:20928:            directfb_lib=`find_lib "libdirectfb.so.*" "$DIRECTFB_LIBS"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-20929-            # | sed 's/.*\/\(.*\)/\1/; q'`]
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-21017-            if $PKG_CONFIG --atleast-pkgconfig-version 0.7 && $PKG_CONFIG --atleast-version $FUSIONSOUND_REQUIRED_VERSION fusionsound; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:21018:                FUSIONSOUND_CFLAGS=`$PKG_CONFIG --cflags fusionsound`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:21019:                FUSIONSOUND_LIBS=`$PKG_CONFIG --libs fusionsound`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-21020-                fusionsound=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-21633-        if test x$PKG_CONFIG != xno; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:21634:            DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-21635-            save_CFLAGS="$CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-21725-        if test x$PKG_CONFIG != xno; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:21726:            IBUS_CFLAGS=`$PKG_CONFIG --cflags ibus-1.0`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-21727-            save_CFLAGS="$CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-21822-        if test x$PKG_CONFIG != xno; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure:21823:            FCITX_CFLAGS=`$PKG_CONFIG --cflags fcitx`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-21824-            CFLAGS="$CFLAGS $FCITX_CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23868-    WAYLAND_CORE_PROTOCOL_OBJECT="
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23869:\$(objects)/`echo $WAYLAND_CORE_PROTOCOL_SOURCE | sed 's/\$(gen)\/\(.*\).c$/\1.lo/'`: $WAYLAND_CORE_PROTOCOL_SOURCE
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23870-	\$(RUN_CMD_CC)\$(LIBTOOL) --tag=CC --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \$< -o \$@"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23898-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23899:OBJECTS=`echo $SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23900:DEPENDS=`echo $SOURCES | tr ' ' '\n'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23901:for EXT in asm cc m c S; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23902:    OBJECTS=`echo "$OBJECTS" | sed 's,[^ ]*/\([^ ]*\)\.'$EXT',$(objects)/\1.lo,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23903-    DEPENDS=`echo "$DEPENDS" | sed "s,^\\([^ ]*\\)/\\([^ ]*\\)\\.$EXT\\$,\\\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23907-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23908:GEN_OBJECTS=`echo "$GEN_SOURCES" | sed 's,[^ ]*/\([^ ]*\)\.c,$(objects)/\1.lo,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23909-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23910:VERSION_OBJECTS=`echo $VERSION_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23911:VERSION_DEPENDS=`echo $VERSION_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23912:VERSION_OBJECTS=`echo "$VERSION_OBJECTS" | sed 's,[^ ]*/\([^ ]*\)\.rc,$(objects)/\1.o,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23913-VERSION_DEPENDS=`echo "$VERSION_DEPENDS" | sed "s,\\([^ ]*\\)/\\([^ ]*\\)\\.rc,\\\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23916-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23917:SDLMAIN_OBJECTS=`echo $SDLMAIN_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23918:SDLMAIN_DEPENDS=`echo $SDLMAIN_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23919:SDLMAIN_OBJECTS=`echo "$SDLMAIN_OBJECTS" | sed 's,[^ ]*/\([^ ]*\)\.c,$(objects)/\1.o,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23920-SDLMAIN_DEPENDS=`echo "$SDLMAIN_DEPENDS" | sed "s,\\([^ ]*\\)/\\([^ ]*\\)\\.c,\\\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23923-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23924:SDLTEST_OBJECTS=`echo $SDLTEST_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23925:SDLTEST_DEPENDS=`echo $SDLTEST_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:23926:SDLTEST_OBJECTS=`echo "$SDLTEST_OBJECTS" | sed 's,[^ ]*/\([^ ]*\)\.c,$(objects)/\1.o,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-23927-SDLTEST_DEPENDS=`echo "$SDLTEST_DEPENDS" | sed "s,\\([^ ]*\\)/\\([^ ]*\\)\\.c,\\\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24173-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24174:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24175-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24240-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24241:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24242-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24243-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24244:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24245-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24247-else
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24248:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24249-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24257-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24258:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24259-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24334-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24335:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24336-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24406-  {
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24407:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24408-  }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24510-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24511:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24512-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24645-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24646:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24647-ac_cs_version="\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24669-  --*=?*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24670:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24671:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24672-    ac_shift=:
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24674-  --*=)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24675:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24676-    ac_optarg=
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24698-    case $ac_optarg in
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24699:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24700-    '') as_fn_error $? "missing file argument" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24706-    case $ac_optarg in
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24707:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24708-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24774-delay_variable_subst='$delay_variable_subst'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24775:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24776:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24777:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24778:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24779:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24780:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24781:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24782:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24783:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24784:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24785:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24786:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24787:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24788:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24789:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24790:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24791:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24792:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24793:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24794:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24795:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24796:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24797:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24798:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24799:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24800:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24801:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24802:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24803:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24804:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24805:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24806:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24807:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24808:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24809:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24810:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24811:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24812:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24813:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24814:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24815:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24816:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24817:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24818:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24819:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24820:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24821:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24822:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24823:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24824:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24825:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24826:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24827:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24828:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24829:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24830:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24831:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24832:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24833:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24834:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24835:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24836:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24837:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24838:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24839:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24840:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24841:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24842:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24843:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24844:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24845:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24846:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24847:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24848:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24849:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24850:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24851:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24852:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24853:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24854:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24855:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24856:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24857:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24858:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24859:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24860:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24861:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24862:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24863:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24864:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24865:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24866:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24867:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24868:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24869:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24870:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24871:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24872:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24873:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24874:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24875:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24876:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24877:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24878:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24879:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24880:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24881:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24882:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24883:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24884:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24885:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24886:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24887:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24888:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24889:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24890:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24891:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24892:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24893:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24894:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24895:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24896:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24897:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24898:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24899:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24900:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24901:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24902:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24903:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24904:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24905:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24906:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24907:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24908:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24909:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24910:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24911:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24912:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24913:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24914:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24915:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24916:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24917:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24918:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24919:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24920:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24921:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24922:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24923:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24924:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24925:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24926:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24927:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24928:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24929:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24930:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24931:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24932:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24933:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24934:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24935:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24936:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24937:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24938:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24939:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24940:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24941:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24942:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24943:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24944:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24945:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24946:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24947:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24948:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24949:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24950:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24951:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24952:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24953:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24954:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24955:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24956:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24957:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24958:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:24959:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/SDL2/configure-24960-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25070-compiler_lib_search_path_CXX; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25071:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25072-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25073:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25074-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25111-postlink_cmds_CXX; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25112:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25113-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25114:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25115-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25217-fi
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25218:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25219-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25234-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25235:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25236-ac_delim='%!_!# '
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25240-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25241:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25242-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25378-for ac_last_try in false false :; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25379:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25380-  if test -z "$ac_tt"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25510-      esac
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25511:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25512-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25569-*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25570:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25571-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25572:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25573-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25625-/@mandir@/p'
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25626:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25627-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25642-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25643:# Neutralize VPATH when `$srcdir' = `.'.
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25644-# Shell code in configure.ac might set extrasub.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25669-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25670:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25671-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25731-
mame-0.226+dfsg.1/3rdparty/SDL2/configure:25732:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
mame-0.226+dfsg.1/3rdparty/SDL2/configure-25733-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-38-LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:39:LT_CURRENT=`expr $SDL_MICRO_VERSION - $SDL_INTERFACE_AGE`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-40-LT_REVISION=$SDL_INTERFACE_AGE
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:41:LT_AGE=`expr $SDL_BINARY_AGE - $SDL_INTERFACE_AGE`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-42-m4_pattern_allow([^LT_])
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-65-    *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:66:        srcdir=`cd $srcdir && pwd`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-67-        ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-110-if test "x$orig_CFLAGS" = x; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:111:    BUILD_CFLAGS=`echo $BUILD_CFLAGS | sed 's/-O2/-O3/'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-112-fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-131-dnl set this to use on systems that use lib64 instead of lib
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:132:base_libdir=`echo \${libdir} | sed 's/.*\/\(.*\)/\1/; q'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-133-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-136-{
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:137:    gcc_bin_path=[`$CC -print-search-dirs 2>/dev/null | fgrep programs: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:138:    gcc_lib_path=[`$CC -print-search-dirs 2>/dev/null | fgrep libraries: | sed 's/[^=]*=\(.*\)/\1/' | sed 's/:/ /g'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:139:    env_lib_path=[`echo $LIBS $LDFLAGS $* | sed 's/-L[ ]*//g'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-140-    if test "$cross_compiling" = yes; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-145-    for path in $env_lib_path $gcc_bin_path $gcc_lib_path $host_lib_path; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:146:        lib=[`ls -- $path/$1 2>/dev/null | sed -e '/\.so\..*\./d' -e 's,.*/,,' | sort | tail -1`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-147-        if test x$lib != x; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-781-                          , enable_alsa_shared=yes)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:782:            alsa_lib=[`find_lib "libasound.so.*" "$ALSA_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-783-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-816-                          , enable_esd_shared=yes)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:817:            esd_lib=[`find_lib "libesd.so.*" "$ESD_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-818-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-854-        if $PKG_CONFIG --atleast-pkgconfig-version 0.7 && $PKG_CONFIG --atleast-version $PULSEAUDIO_REQUIRED_VERSION libpulse-simple; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:855:                PULSEAUDIO_CFLAGS=`$PKG_CONFIG --cflags libpulse-simple`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:856:                PULSEAUDIO_LIBS=`$PKG_CONFIG --libs libpulse-simple`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-857-                audio_pulseaudio=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-865-                          , enable_pulseaudio_shared=yes)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:866:            pulseaudio_lib=[`find_lib "libpulse-simple.so.*" "$PULSEAUDIO_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-867-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-884-                    *-*-solaris*)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:885:                        PULSEAUDIO_LIBS=`echo $PULSEAUDIO_LIBS | sed 's/\-l/-Wl,-l/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-886-                        EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-zdeferred $PULSEAUDIO_LIBS -Wl,-znodeferred"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-906-        else
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:907:            ARTS_CFLAGS=`$ARTSCONFIG --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:908:            ARTS_LIBS=`$ARTSCONFIG --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-909-            AC_MSG_CHECKING(for aRts development environment)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-925-                              , enable_arts_shared=yes)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:926:                arts_lib=[`find_lib "libartsc.so.*" "$ARTS_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-927-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-979-                          , enable_nas_shared=yes)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:980:            nas_lib=[`find_lib "libaudio.so.*" "$NAS_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-981-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1027-                          , enable_sndio_shared=yes)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1028:            sndio_lib=[`find_lib "libsndio.so.*" "$SNDIO_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1029-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1204-            if $PKG_CONFIG --exists wayland-client wayland-scanner wayland-protocols wayland-egl wayland-cursor egl xkbcommon ; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1205:                WAYLAND_CFLAGS=`$PKG_CONFIG --cflags wayland-client wayland-egl wayland-cursor xkbcommon`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1206:                WAYLAND_LIBS=`$PKG_CONFIG --libs wayland-client wayland-egl wayland-cursor xkbcommon`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1207:                WAYLAND_SCANNER=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1208:                WAYLAND_CORE_PROTOCOL_DIR=`$PKG_CONFIG --variable=pkgdatadir wayland-client`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1209:                WAYLAND_PROTOCOLS_DIR=`$PKG_CONFIG --variable=pkgdatadir wayland-protocols`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1210-                video_wayland=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1231-                *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1232:                    wayland_client_lib=[`find_lib "libwayland-client.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1233:                    wayland_egl_lib=[`find_lib "libwayland-egl.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1234-                    if test x$wayland_egl_lib = x; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1235-                        dnl This works in Ubuntu 13.10, maybe others
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1236:                        wayland_egl_lib=[`find_lib "mesa-egl/libwayland-egl.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1237-                    fi
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1238:                    wayland_cursor_lib=[`find_lib "libwayland-cursor.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1239:                    xkbcommon_lib=[`find_lib "libxkbcommon.so.*" "$WAYLAND_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1240-                    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1288-            if $PKG_CONFIG --exists mirclient egl xkbcommon ; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1289:                MIR_CFLAGS=`$PKG_CONFIG --cflags mirclient egl xkbcommon`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1290:                MIR_LIBS=`$PKG_CONFIG --libs mirclient egl xkbcommon`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1291-                save_CFLAGS="$CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1317-                *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1318:                    mirclient_lib=[`find_lib "libmirclient.so.*" "$MIR_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1319:                    xkbcommon_lib=[`find_lib "libxkbcommon.so.*" "$MIR_LIBS" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1320-                    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1428-                *)
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1429:                    x11_lib=[`find_lib "libX11.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1430:                    x11ext_lib=[`find_lib "libXext.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1431:                    xcursor_lib=[`find_lib "libXcursor.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1432:                    xinerama_lib=[`find_lib "libXinerama.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1433:                    xinput_lib=[`find_lib "libXi.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1434:                    xrandr_lib=[`find_lib "libXrandr.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1435:                    xrender_lib=[`find_lib "libXrender.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1436:                    xss_lib=[`find_lib "libXss.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1437:                    xvidmode_lib=[`find_lib "libXxf86vm.so.*" "$X_LIBS -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1438-                    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1841-                if $PKG_CONFIG --atleast-pkgconfig-version 0.7 && $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1842:                    DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1843:                    DIRECTFB_LIBS=`$PKG_CONFIG --libs directfb`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1844:                    DIRECTFB_PREFIX=`$PKG_CONFIG --variable=prefix directfb`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1845-                    video_directfb=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1848-        else
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1849:            set -- `echo $DIRECTFB_REQUIRED_VERSION | sed 's/\./ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1850:            NEED_VERSION=`expr $1 \* 10000 + $2 \* 100 + $3`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1851:            set -- `$DIRECTFBCONFIG --version | sed 's/\./ /g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1852:            HAVE_VERSION=`expr $1 \* 10000 + $2 \* 100 + $3`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1853-            if test $HAVE_VERSION -ge $NEED_VERSION; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1854:                DIRECTFB_CFLAGS=`$DIRECTFBCONFIG --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1855:                DIRECTFB_LIBS=`$DIRECTFBCONFIG --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1856:                DIRECTFB_PREFIX=`$DIRECTFBCONFIG --prefix`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1857-                video_directfb=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1882-            directfb_shared=no
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1883:            directfb_lib=[`find_lib "libdirectfb.so.*" "$DIRECTFB_LIBS"`]
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1884-            # | sed 's/.*\/\(.*\)/\1/; q'`]
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1921-            if $PKG_CONFIG --atleast-pkgconfig-version 0.7 && $PKG_CONFIG --atleast-version $FUSIONSOUND_REQUIRED_VERSION fusionsound; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1922:                FUSIONSOUND_CFLAGS=`$PKG_CONFIG --cflags fusionsound`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:1923:                FUSIONSOUND_LIBS=`$PKG_CONFIG --libs fusionsound`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-1924-                fusionsound=yes
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-2246-        if test x$PKG_CONFIG != xno; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:2247:            DBUS_CFLAGS=`$PKG_CONFIG --cflags dbus-1`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-2248-            save_CFLAGS="$CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-2283-        if test x$PKG_CONFIG != xno; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:2284:            IBUS_CFLAGS=`$PKG_CONFIG --cflags ibus-1.0`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-2285-            save_CFLAGS="$CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-2322-        if test x$PKG_CONFIG != xno; then
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:2323:            FCITX_CFLAGS=`$PKG_CONFIG --cflags fcitx`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-2324-            CFLAGS="$CFLAGS $FCITX_CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3556-    WAYLAND_CORE_PROTOCOL_OBJECT="
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3557:\$(objects)/`echo $WAYLAND_CORE_PROTOCOL_SOURCE | sed 's/\$(gen)\/\(.*\).c$/\1.lo/'`: $WAYLAND_CORE_PROTOCOL_SOURCE
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3558-	\$(RUN_CMD_CC)\$(LIBTOOL) --tag=CC --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \$< -o \$@"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3586-
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3587:OBJECTS=`echo $SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3588:DEPENDS=`echo $SOURCES | tr ' ' '\n'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3589:for EXT in asm cc m c S; do
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3590:    OBJECTS=`echo "$OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.'$EXT',$(objects)/\1.lo,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3591-    DEPENDS=`echo "$DEPENDS" | sed "s,^\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.$EXT\\$,\\\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3595-
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3596:GEN_OBJECTS=`echo "$GEN_SOURCES" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.lo,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3597-
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3598:VERSION_OBJECTS=`echo $VERSION_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3599:VERSION_DEPENDS=`echo $VERSION_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3600:VERSION_OBJECTS=`echo "$VERSION_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.rc,$(objects)/\1.o,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3601-VERSION_DEPENDS=`echo "$VERSION_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.rc,\\\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3604-
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3605:SDLMAIN_OBJECTS=`echo $SDLMAIN_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3606:SDLMAIN_DEPENDS=`echo $SDLMAIN_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3607:SDLMAIN_OBJECTS=`echo "$SDLMAIN_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.o,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3608-SDLMAIN_DEPENDS=`echo "$SDLMAIN_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3611-
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3612:SDLTEST_OBJECTS=`echo $SDLTEST_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3613:SDLTEST_DEPENDS=`echo $SDLTEST_SOURCES`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in:3614:SDLTEST_OBJECTS=`echo "$SDLTEST_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.o,g'`
mame-0.226+dfsg.1/3rdparty/SDL2/configure.in-3615-SDLTEST_DEPENDS=`echo "$SDLTEST_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2-config.in-19-  case "$1" in
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2-config.in:20:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2-config.in-21-  *) optarg= ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2.m4-78-        AC_MSG_RESULT($sdl_framework)
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2.m4:79:        sdl_framework_dir=`dirname $sdl_framework`
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2.m4-80-        SDL_CFLAGS="-F$sdl_framework_dir -Wl,-framework,SDL2 -I$sdl_framework/include"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2.m4-89-        AC_MSG_CHECKING(for SDL - version >= $min_sdl_version)
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2.m4:90:        SDL_CFLAGS=`$SDL2_CONFIG $sdl_config_args --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2.m4:91:        SDL_LIBS=`$SDL2_CONFIG $sdl_config_args --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/sdl2.m4-92-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/atomic/SDL_spinlock.c-88-#elif defined(__MACOSX__) || defined(__IPHONEOS__)
mame-0.226+dfsg.1/3rdparty/SDL2/src/atomic/SDL_spinlock.c:89:    /* Maybe used for PowerPC, but the Intel asm or gcc atomics are favored. */
mame-0.226+dfsg.1/3rdparty/SDL2/src/atomic/SDL_spinlock.c-90-    return OSAtomicCompareAndSwap32Barrier(0, 1, lock);
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-121-#elif (defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__)
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:122:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-123-        pushfd                      ; Get original EFLAGS
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-138-#elif defined(__sun) && defined(__i386)
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:139:    __asm (
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-140-"       pushfl                 \n"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-153-#elif defined(__sun) && defined(__amd64)
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:154:    __asm (
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-155-"       pushfq                 \n"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-193-#define cpuid(func, a, b, c, d) \
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:194:    __asm { \
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:195:        __asm mov eax, func \
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:196:        __asm xor ecx, ecx \
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:197:        __asm cpuid \
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:198:        __asm mov a, eax \
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:199:        __asm mov b, ebx \
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:200:        __asm mov c, ecx \
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:201:        __asm mov d, edx \
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-202-}
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-256-        xor ecx, ecx
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:257:        _asm _emit 0x0f _asm _emit 0x01 _asm _emit 0xd0
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-258-        mov a, eax
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-292-    if (setjmp(jmpbuf) == 0) {
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c:293:        asm volatile ("mtspr 256, %0\n\t" "vand %%v0, %%v0, %%v0"::"r" (-1));
mame-0.226+dfsg.1/3rdparty/SDL2/src/cpuinfo/SDL_cpuinfo.c-294-        altivec = 1;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_malloc.c-402-  supplied C version. Also, the case of x86 using gcc is special-cased
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_malloc.c:403:  to an asm instruction, so is already as fast as it can be, and so
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_malloc.c:404:  this setting has no effect. (On most x86s, the asm version is only
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_malloc.c-405-  slightly faster than the C version.)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-325-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:326:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-327-        push        ebp
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-383-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:384:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-385-        mov         eax, dword ptr[esp+8]
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-413-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:414:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-415-        push        edi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-501-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:502:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-503-        push        ebx
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-559-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:560:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-561-        push        ebx
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-646-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:647:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-648-        push        ebx
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-705-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:706:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-707-        push        edi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-815-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:816:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-817-        push        esi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-888-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:889:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-890-        cmp         cl,40h
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-915-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:916:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-917-        cmp         cl,40h
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-942-    /* *INDENT-OFF* */
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c:943:    __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/stdlib/SDL_stdlib.c-944-        cmp         cl,40h
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-104-    default:
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c:105:        return SDL_SetError("ASM stretch of %d bytes isn't supported\n", bpp);
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-106-    }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-174-
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c:175:/* The ASM code doesn't handle 24-bpp stretch blits */
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-176-static void
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-215-#ifdef USE_ASM_STRETCH
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c:216:    SDL_bool use_asm = SDL_TRUE;
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-217-#ifdef __GNUC__
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-283-    if ((bpp == 3) || (generate_rowbytes(srcrect->w, dstrect->w, bpp) < 0)) {
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c:284:        use_asm = SDL_FALSE;
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-285-    }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-307-                void *code = copy_row;
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c:308:                __asm {
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/SDL_stretch.c-309-                    push edi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/sdlgenblit.pl-127-    close FILE;
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/sdlgenblit.pl:128:    if ( ! -f $name || system("cmp -s $name $name.new") != 0 ) {
mame-0.226+dfsg.1/3rdparty/SDL2/src/video/sdlgenblit.pl-129-        rename("$name.new", "$name");
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4-61-    else
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4:62:      SDL_CFLAGS=`$SDL_CONFIG $sdl_config_args --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4:63:      SDL_LIBS=`$SDL_CONFIG $sdl_config_args --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4-64-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4-276-    PKG_CHECK_EXISTS([$3],
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4:277:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4-278-		     [pkg_failed=yes])
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4-324-        if test $_pkg_short_errors_supported = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4:325:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4-326-        else 
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4:327:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
mame-0.226+dfsg.1/3rdparty/SDL2/test/acinclude.m4-328-        fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4-61-    else
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4:62:      SDL_CFLAGS=`$SDL_CONFIG $sdl_config_args --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4:63:      SDL_LIBS=`$SDL_CONFIG $sdl_config_args --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4-64-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4-276-    PKG_CHECK_EXISTS([$3],
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4:277:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4-278-		     [pkg_failed=yes])
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4-324-        if test $_pkg_short_errors_supported = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4:325:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4-326-        else 
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4:327:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
mame-0.226+dfsg.1/3rdparty/SDL2/test/aclocal.m4-328-        fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-45-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-46-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-48-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-50-else
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-62-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-323-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-325-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-396-  {
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:397:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-398-  }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-403-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-743-  case $ac_option in
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:744:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-745-  *=)   ac_optarg= ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-787-  -disable-* | --disable-*)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:788:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-789-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-792-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:793:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-794-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-813-  -enable-* | --enable-*)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:814:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-815-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-818-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:819:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-820-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1017-  -with-* | --with-*)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1018:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1019-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1022-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1023:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1024-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1033-  -without-* | --without-*)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1034:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1035-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1038-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1039:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1040-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1071-  *=*)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1072:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1073-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1092-if test -n "$ac_prev"; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1093:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1094-  as_fn_error $? "missing argument to $ac_option"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1114-    */ )
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1115:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1116-      eval $ac_var=\$ac_val;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1149-ac_ls_di=`ls -di .` &&
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1150:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1151-  as_fn_error $? "working directory cannot be determined"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1205-case $srcdir in
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1206:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1207-esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1248-By default, \`make install' will install all the files in
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1249:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1250:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1251-for instance \`--prefix=\$HOME'.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1342-*)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1343:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1344-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1345:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1346-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1641-    *\'*)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1642:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1643-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1724-      case $ac_val in
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1725:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1726-      esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1739-	case $ac_val in
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1740:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1741-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1859-    set,)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1860:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1861:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1862-      ac_cache_corrupted=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1870-	# differences in whitespace do not lead to failure.
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1871:	ac_old_val_w=`echo x $ac_old_val`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1872:	ac_new_val_w=`echo x $ac_new_val`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1873-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1890-    case $ac_new_val in
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1891:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1892-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1958-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1959:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1960-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1961-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1962:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1963-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1982-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1983:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1984-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1993-else
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:1994:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-1995-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2015-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:2016:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2017-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2366-$as_echo_n "checking whether the C compiler works... " >&6; }
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:2367:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2368-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2410-	then :; else
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:2411:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2412-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2470-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:2471:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2472-	  break;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2579-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:2580:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2581-       break;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2969-        if test "x$OSMESA_CONFIG" = "xyes"; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:2970:            OSMESA_CFLAGS=`$OSMESA_CONFIG --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:2971:            OSMESA_LIBS=`$OSMESA_CONFIG --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-2972-            CFLAGS="$CFLAGS $OSMESA_CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3161-  test $ac_status = 0; }; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:3162:  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl2 >= $min_sdl_version" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3163-else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3177-  test $ac_status = 0; }; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:3178:  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl2 >= $min_sdl_version" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3179-else
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3197-        if test $_pkg_short_errors_supported = yes; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:3198:	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sdl2 >= $min_sdl_version" 2>&1`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3199-        else
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:3200:	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors "sdl2 >= $min_sdl_version" 2>&1`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3201-        fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3289-    else
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:3290:      SDL_CFLAGS=`$SDL_CONFIG $sdl_config_args --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:3291:      SDL_LIBS=`$SDL_CONFIG $sdl_config_args --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3292-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3635-    for ac_var in incroot usrlibdir libdir; do
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:3636:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3637-    done
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3745-  LIBS=$ac_save_LIBS
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:3746:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-3747-do
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4094-'
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4095:DEFS=`sed -n "$ac_script" confdefs.h`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4096-
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4103-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4104:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4105-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4170-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4171:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4172-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4173-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4174:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4175-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4177-else
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4178:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4179-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4187-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4188:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4189-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4264-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4265:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4266-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4336-  {
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4337:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4338-  }
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4440-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4441:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4442-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4562-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4563:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4564-ac_cs_version="\\
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4584-  --*=?*)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4585:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4586:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4587-    ac_shift=:
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4589-  --*=)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4590:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4591-    ac_optarg=
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4613-    case $ac_optarg in
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4614:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4615-    '') as_fn_error $? "missing file argument" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4729-fi
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4730:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4731-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4746-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4747:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4748-ac_delim='%!_!# '
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4752-
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4753:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4754-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4914-      esac
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4915:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4916-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4973-*)
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4974:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4975-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:4976:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-4977-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-5025-/@mandir@/p'
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:5026:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-5027-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-5042-
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:5043:# Neutralize VPATH when `$srcdir' = `.'.
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-5044-# Shell code in configure.ac might set extrasub.
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-5068-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure:5069:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure-5070-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure.in-54-        if test "x$OSMESA_CONFIG" = "xyes"; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure.in:55:            OSMESA_CFLAGS=`$OSMESA_CONFIG --cflags`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure.in:56:            OSMESA_LIBS=`$OSMESA_CONFIG --libs`
mame-0.226+dfsg.1/3rdparty/SDL2/test/configure.in-57-            CFLAGS="$CFLAGS $OSMESA_CFLAGS"
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/gcc-fat.sh-59-    elif test x$compile = xyes; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/gcc-fat.sh:60:        output=`echo $source | sed -e 's|.*/||' -e 's|\(.*\)\.[^\.]*|\1|'`.o
mame-0.226+dfsg.1/3rdparty/SDL2/test/gcc-fat.sh-61-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/gcc-fat.sh-64-if test x"$output" != x; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/gcc-fat.sh:65:    dir=ppc/`dirname $output`
mame-0.226+dfsg.1/3rdparty/SDL2/test/gcc-fat.sh-66-    if test -d $dir; then
##############################################
mame-0.226+dfsg.1/3rdparty/SDL2/test/gcc-fat.sh-86-if test x"$output" != x; then
mame-0.226+dfsg.1/3rdparty/SDL2/test/gcc-fat.sh:87:    dir=x86/`dirname $output`
mame-0.226+dfsg.1/3rdparty/SDL2/test/gcc-fat.sh-88-    if test -d $dir; then
##############################################
mame-0.226+dfsg.1/3rdparty/asio/autogen.sh-27-# Determine the version of automake.
mame-0.226+dfsg.1/3rdparty/asio/autogen.sh:28:automake_version=`$AUTOMAKE --version | head -n 1 | sed -e 's/[^12]*\([12]\.[0-9][^ ]*\).*/\1/'`
mame-0.226+dfsg.1/3rdparty/asio/autogen.sh:29:automake_major=`echo $automake_version | cut -f1 -d.`
mame-0.226+dfsg.1/3rdparty/asio/autogen.sh:30:automake_minor=`echo $automake_version | cut -f2 -d.`
mame-0.226+dfsg.1/3rdparty/asio/autogen.sh:31:automake_version_number=`expr "$automake_major" \* 1000 \+ "$automake_minor"`
mame-0.226+dfsg.1/3rdparty/asio/autogen.sh-32-
##############################################
mame-0.226+dfsg.1/3rdparty/asio/boostify.pl-85-
mame-0.226+dfsg.1/3rdparty/asio/boostify.pl:86:  my $includes_asio = source_contains_asio_include($from);
mame-0.226+dfsg.1/3rdparty/asio/boostify.pl-87-
##############################################
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp-2439-
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp:2440:inline hostent* gethostbyaddr(const char* addr, int length, int af,
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp-2441-    hostent* result, char* buffer, int buflength, asio::error_code& ec)
##############################################
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp-2446-  (void)(buflength);
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp:2447:  hostent* retval = error_wrapper(::gethostbyaddr(addr, length, af), ec);
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp-2448-  if (!retval)
##############################################
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp-2463-  int error = 0;
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp:2464:  hostent* retval = error_wrapper(::getipnodebyaddr(
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp-2465-        addr, length, af, &error), ec);
##############################################
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp-3177-      char hbuf[8192] = "";
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp:3178:      hostent* hptr = socket_ops::gethostbyaddr(addr,
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/impl/socket_ops.ipp-3179-          static_cast<int>(addr_len), sa->sa_family,
##############################################
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/win_fenced_block.hpp-53-    LONG barrier;
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/win_fenced_block.hpp:54:    __asm { xchg barrier, eax }
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/win_fenced_block.hpp-55-#  pragma warning(pop)
##############################################
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/win_fenced_block.hpp-73-    LONG barrier;
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/win_fenced_block.hpp:74:    __asm { xchg barrier, eax }
mame-0.226+dfsg.1/3rdparty/asio/include/asio/detail/win_fenced_block.hpp-75-#  pragma warning(pop)
##############################################
mame-0.226+dfsg.1/3rdparty/asio/release.pl-195-  chdir("src/doc");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:196:  system("$bjam clean");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-197-  system("rm -rf html");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:198:  system("$bjam");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-199-  chdir("../..");
##############################################
mame-0.226+dfsg.1/3rdparty/asio/release.pl-218-    mkpath("doc/examples/diffs/$output_dir");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:219:    system("diff -U1000000 $cpp03_file $cpp11_file > doc/examples/diffs/$output_diff");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:220:    system("cd doc/examples/diffs && diff2html.py -i $output_diff -o $output_html");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-221-    unlink("doc/examples/diffs/$output_diff");
##############################################
mame-0.226+dfsg.1/3rdparty/asio/release.pl-230-  system("make dist");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:231:  system("tar tfz $asio_name.tar.gz | sed -e 's/^[^\\/]*//' | sort -df > asio.manifest");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-232-}
##############################################
mame-0.226+dfsg.1/3rdparty/asio/release.pl-238-  chdir("../boost/doc");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:239:  system("$bjam clean");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-240-  system("rm -rf html/boost_asio");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:241:  system("$bjam asio");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-242-  chdir($cwd);
##############################################
mame-0.226+dfsg.1/3rdparty/asio/release.pl-316-  # Create directory structure.
mame-0.226+dfsg.1/3rdparty/asio/release.pl:317:  system("rm -rf $boost_asio_name");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-318-  mkdir("$boost_asio_name");
##############################################
mame-0.226+dfsg.1/3rdparty/asio/release.pl-325-  # Copy files.
mame-0.226+dfsg.1/3rdparty/asio/release.pl:326:  system("cp -vLR ../boost/doc/html/boost_asio.html $boost_asio_name/doc/html");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:327:  system("cp -vLR ../boost/doc/html/boost_asio $boost_asio_name/doc/html");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:328:  system("cp -vLR ../boost/boost/asio.hpp $boost_asio_name/boost");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:329:  system("cp -vLR ../boost/boost/asio $boost_asio_name/boost");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:330:  system("cp -vLR ../boost/boost/cerrno.hpp $boost_asio_name/boost");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:331:  system("cp -vLR ../boost/boost/config/warning_disable.hpp $boost_asio_name/boost/config");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:332:  system("cp -vLR ../boost/boost/system $boost_asio_name/boost");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:333:  system("cp -vLR ../boost/libs/asio $boost_asio_name/libs");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:334:  system("cp -vLR ../boost/libs/system $boost_asio_name/libs");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-335-
mame-0.226+dfsg.1/3rdparty/asio/release.pl-336-  # Remove modular boost include directories.
mame-0.226+dfsg.1/3rdparty/asio/release.pl:337:  system("rm -rf $boost_asio_name/libs/asio/include");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:338:  system("rm -rf $boost_asio_name/libs/system/include");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-339-
##############################################
mame-0.226+dfsg.1/3rdparty/asio/release.pl-371-  close($output);
mame-0.226+dfsg.1/3rdparty/asio/release.pl:372:  system("mv $to $from");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-373-
##############################################
mame-0.226+dfsg.1/3rdparty/asio/release.pl-386-  # Remove SVN and git files.
mame-0.226+dfsg.1/3rdparty/asio/release.pl:387:  system("find $boost_asio_name -name .svn -exec rm -rf {} \\;");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:388:  system("find $boost_asio_name -name .git -exec rm -rf {} \\;");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:389:  system("find $boost_asio_name -name .gitignore -exec rm -rf {} \\;");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:390:  system("find $boost_asio_name -name .gitattributes -exec rm -rf {} \\;");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-391-}
##############################################
mame-0.226+dfsg.1/3rdparty/asio/release.pl-395-  our $boost_asio_name;
mame-0.226+dfsg.1/3rdparty/asio/release.pl:396:  system("tar --format=ustar -chf - $boost_asio_name | gzip -c >$boost_asio_name.tar.gz");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:397:  system("tar --format=ustar -chf - $boost_asio_name | bzip2 -9 -c >$boost_asio_name.tar.bz2");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:398:  system("rm -f $boost_asio_name.zip");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:399:  system("zip -rq $boost_asio_name.zip $boost_asio_name");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:400:  system("rm -rf $boost_asio_name");
mame-0.226+dfsg.1/3rdparty/asio/release.pl:401:  system("tar tfz $boost_asio_name.tar.gz | sed -e 's/^[^\\/]*//' | sort -df > boost_asio.manifest");
mame-0.226+dfsg.1/3rdparty/asio/release.pl-402-}
##############################################
mame-0.226+dfsg.1/3rdparty/asio/src/doc/makepdf.pl-23-system("bjam asioref");
mame-0.226+dfsg.1/3rdparty/asio/src/doc/makepdf.pl:24:system("xsltproc --stringparam asio.version $version asioref.xsl asio.docbook > asioref.docbook");
mame-0.226+dfsg.1/3rdparty/asio/src/doc/makepdf.pl:25:system("dblatex -I overview -s asioref.sty -P table.in.float=0 -o asioref-$version.pdf asioref.docbook");
mame-0.226+dfsg.1/3rdparty/asio/src/doc/makepdf.pl-26-system("rm asioref.docbook");
##############################################
mame-0.226+dfsg.1/3rdparty/asio/src/doc/overview/bsd_sockets.qbk-91-    [`getaddrinfo()`,
mame-0.226+dfsg.1/3rdparty/asio/src/doc/overview/bsd_sockets.qbk:92:     `gethostbyaddr()`,
mame-0.226+dfsg.1/3rdparty/asio/src/doc/overview/bsd_sockets.qbk-93-     `gethostbyname()`,
##############################################
mame-0.226+dfsg.1/3rdparty/asio/src/doc/overview/bsd_sockets.qbk-136-  [
mame-0.226+dfsg.1/3rdparty/asio/src/doc/overview/bsd_sockets.qbk:137:    [`inet_addr()`,
mame-0.226+dfsg.1/3rdparty/asio/src/doc/overview/bsd_sockets.qbk-138-     `inet_aton()`,
##############################################
mame-0.226+dfsg.1/3rdparty/asio/tsify.pl-86-
mame-0.226+dfsg.1/3rdparty/asio/tsify.pl:87:  my $includes_asio = source_contains_asio_include($from);
mame-0.226+dfsg.1/3rdparty/asio/tsify.pl-88-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/src/asmjit/core.h-179-//!     - **Emscripten** - Works if compiled with \ref ASMJIT_NO_JIT. AsmJit
mame-0.226+dfsg.1/3rdparty/asmjit/src/asmjit/core.h:180://!       cannot generate WASM code, but can be used to generate X86/X64 code
mame-0.226+dfsg.1/3rdparty/asmjit/src/asmjit/core.h-181-//!       within a browser, for example.
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/src/asmjit/core/jitallocator.cpp-949-    inline Range(uint8_t* addr, size_t size) noexcept
mame-0.226+dfsg.1/3rdparty/asmjit/src/asmjit/core/jitallocator.cpp:950:      : addr(addr),
mame-0.226+dfsg.1/3rdparty/asmjit/src/asmjit/core/jitallocator.cpp-951-        size(size) {}
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/test/asmjit_test_x86_cc.cpp-138-  if (cmd.hasArg("--verbose")) _verbose = true;
mame-0.226+dfsg.1/3rdparty/asmjit/test/asmjit_test_x86_cc.cpp:139:  if (cmd.hasArg("--dump-asm")) _dumpAsm = true;
mame-0.226+dfsg.1/3rdparty/asmjit/test/asmjit_test_x86_cc.cpp-140-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/test/asmjit_test_x86_cc.cpp-150-  printf("  [%s] Verbose (use --verbose to turn verbose output ON)\n", _verbose ? "x" : " ");
mame-0.226+dfsg.1/3rdparty/asmjit/test/asmjit_test_x86_cc.cpp:151:  printf("  [%s] DumpAsm (use --dump-asm to turn assembler dumps ON)\n", _dumpAsm ? "x" : " ");
mame-0.226+dfsg.1/3rdparty/asmjit/test/asmjit_test_x86_cc.cpp-152-  printf("\n");
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-100-        if (token.type !== "integer")
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:101:          throw Error(`Expected an integer after symbol '${symbol} = '`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-102-        value = parseInt(token.content);
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-110-      else
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:111:        console.log(`${symbol} already defined, skipping...`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-112-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-118-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:119:    throw Error(`Unexpected token ${token.type} (${token.content})`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-120-  }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-175-      else
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:176:        throw Error(`Cannot strip prefix '${stripPrefix}' in '${key}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-177-    }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-192-    for (var i = 0; i < table.length; i++) {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:193:      s += `  "${table[i].name}\\0"`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-194-      if (i == table.length - 1)
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-220-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:221:      line += `${indexArray[i]}`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-222-      if (i != indexArray.length - 1)
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-225-      if (i == indexArray.length - 1 || line.length >= 72) {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:226:        s += `  ${line}\n`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-227-        line = "";
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-233-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:234:  output += `static const char ${outputPrefix}String[] =\n` + buildStringData() + `\n`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:235:  output += `static const ${indexType} ${outputPrefix}Index[] = {\n` + buildIndexData() + `};\n`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-236-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-276-  readEnums() {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:277:    console.log(`Scanning: ${this.baseDir}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-278-    walkDir(this.baseDir).forEach((fileName) => {
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-290-    this.outputs.forEach((fileName) => {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:291:      console.log(`Output: ${fileName}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-292-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-303-            fs.writeFileSync(path.join(this.baseDir, fileName + ".backup"), oldContent, "utf8");
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:304:            console.log(`  Created ${fileName}.backup`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-305-          }
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-306-          fs.writeFileSync(path.join(this.baseDir, fileName), newContent, "utf8");
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:307:          console.log(`  Updated ${fileName}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-308-        }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-324-      if (!def[0].startsWith("@EnumValuesBegin"))
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:325:        throw new Error(`Cannot start with '${def[0]}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-326-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-327-      if (!end)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:328:        throw new Error(`Missing @EnumValuesEnd for '${def[0]}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-329-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-330-      if (!end[0].startsWith("@EnumValuesEnd@"))
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:331:        throw new Error(`Expected @EnumValuesEnd@ for '${def[0]}' and not '${end[0]}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-332-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-336-      if (!enumName)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:337:        throw Error(`Missing 'enum' in '${def[0]}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-338-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-339-      if (hasOwn.call(this.enumMap, enumName))
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:340:        throw new Error(`Enumeration '${enumName}' is already defined`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-341-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-345-      if (startIndex === -1 || startIndex > endIndex)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:346:        throw new Error(`Internal Error, indexes have unexpected values: startIndex=${startIndex} endIndex=${endIndex}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-347-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-349-        found = true;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:350:        console.log(`Found: ${fileName}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-351-      }
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-352-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:353:      console.log(`  Parsing Enum: ${enumName}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-354-      this.enumMap[enumName] = parseEnum(src.substring(startIndex, endIndex));
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-366-      if (!def[0].startsWith("@EnumStringBegin"))
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:367:        throw new Error(`Cannot start with '${def[0]}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-368-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-369-      if (!end)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:370:        throw new Error(`Missing @EnumStringEnd@ for '${def[0]}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-371-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-372-      if (!end[0].startsWith("@EnumStringEnd@"))
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:373:        throw new Error(`Expected @EnumStringEnd@ for '${def[0]}' and not '${end[0]}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-374-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-378-      if (!enumName)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:379:        throwError(`Missing 'name' in '${def[0]}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-380-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-381-      if (!hasOwn.call(this.enumMap, enumName))
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:382:        throw new Error(`Enumeration '${enumName}' not found`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-383-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:384:      console.log(`  Injecting Enum: ${enumName}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-385-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-389-      if (startIndex === -1 || endIndex === -1 || startIndex > endIndex)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js:390:        throw new Error(`Internal Error, indexes have unexpected values: startIndex=${startIndex} endIndex=${endIndex}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/enumgen.js-391-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-430-      if (name && !dbInsts.length)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:431:        FAIL(`Instruction '${name}' not found in asmdb`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-432-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-503-      if (!this.instMap[name] && ignored[name] !== true) {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:504:        console.log(`MISSING INSTRUCTION '${name}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-505-        var inst = this.newInstFromGroup(dbInsts);
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-522-    function composeOpCode(obj) {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:523:      return `${obj.type}(${obj.prefix},${obj.opcode},${obj.o},${obj.l},${obj.w},${obj.ew},${obj.en},${obj.tt})`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-524-    }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-586-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:587:      if (opcode   !== dbi.opcodeHex ) { console.log(`ISSUE: Opcode ${opcode} != ${dbi.opcodeHex}`); return null; }
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:588:      if (rm       !== dbi.rm        ) { console.log(`ISSUE: RM ${rm} != ${dbi.rm}`); return null; }
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:589:      if (mm       !== dbi.mm        ) { console.log(`ISSUE: MM ${mm} != ${dbi.mm}`); return null; }
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:590:      if (pp       !== dbi.pp        ) { console.log(`ISSUE: PP ${pp} != ${dbi.pp}`); return null; }
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:591:      if (encoding !== dbi.encoding  ) { console.log(`ISSUE: Enc ${encoding} != ${dbi.encoding}`); return null; }
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:592:      if (access   !== GetAccess(dbi)) { console.log(`ISSUE: Access ${access} != ${GetAccess(dbi)}`); return null; }
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-593-      if (isVec    != isVecPrefix(dbi.prefix)) { console.log(`ISSUE: Vex/Non-Vex mismatch`); return null; }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-689-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:690:    return `Instruction '${inst.name}'${(text ? " " + text : "")}.`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-691-  }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-742-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:743:      FAIL(`Failed to process opcode '${opcode}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-744-    }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-755-    this.inject("MainOpcodeTable",
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:756:                disclaimer(`const uint32_t InstDB::_mainOpcodeTable[] = {\n${StringUtils.format(mainOpcodeTable, kIndent, true)}\n};\n`),
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-757-                mainOpcodeTable.length * 4);
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-759-    this.inject("AltOpcodeTable",
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:760:                disclaimer(`const uint32_t InstDB::_altOpcodeTable[] = {\n${StringUtils.format(altOpcodeTable, kIndent, true)}\n};\n`),
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-761-                altOpcodeTable.length * 4);
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-781-    function add(data) {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:782:      return dataTable.addIndexed("{ " + `SseToAvxData::kMode${data.mode}`.padEnd(28) + ", " + String(data.delta).padEnd(4) + " }");
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-783-    }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-802-    this.inject("SseToAvxIndex",
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:803:                disclaimer(`static const uint8_t sseToAvxIndex[] = {\n${StringUtils.format(indexTable, kIndent, -1)}\n};\n`),
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-804-                indexTable.length * 1);
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-806-    this.inject("SseToAvxTable",
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:807:                disclaimer(`static const SseToAvxData sseToAvxData[] = {\n${StringUtils.format(dataTable, kIndent, true)}\n};\n`),
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-808-                dataTable.length * 2);
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-849-    if (!dbAvxInsts.length) {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:850:      DEBUG(`SseToAvx: Instruction '${sseName}' has no AVX counterpart`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-851-      return data;
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-883-          const signature = sseInst.operands.map(function(op) { return op.data; }).join(", ");
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:884:          console.log(`SseToAvx: Instruction '${sseName}(${signature})' has no AVX counterpart`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-885-          return data;
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-979-    if (!hasOwn.call(map, op))
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:980:      FAIL(`UNHANDLED OPERAND '${op}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-981-    s += (s ? " | " : "") + map[op];
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1189-            default:
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1190:              console.log(`UNKNOWN OPERAND '${k}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1191-          }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1199-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1200:    return `ROW(${sFlags || 0}, ${sMemFlags || 0}, ${sExtFlags || 0}, ${decToHex(sRegMask, 2)})`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1201-  }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1403-        if (!implicit)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1404:          DEBUG(`${this.name}: Explicit: ${bInst}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1405-      }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1428-  toString() {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1429:    return `[${this.join(", ")}]`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1430-  }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1515-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1516:            var signatureEntry = `ROW(${signature.length}, ${signature.x86 ? 1 : 0}, ${signature.x64 ? 1 : 0}, ${signature.implicit}`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1517-            var signatureComment = signature.toString();
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1531-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1532:              signatureEntry += `, ${String(index).padEnd(3)}`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1533-              x++;
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1536-            while (x < 6) {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1537:              signatureEntry += `, ${String(0).padEnd(3)}`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1538-              x++;
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1722-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1723:      var features = GenUtils.cpuFeaturesOf(dbInsts).map(function(f) { return `EXT(${f})`; }).join(", ");
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1724-      if (!features) features = "0";
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1726-      var [r, w] = this.rwFlagsOf(dbInsts);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1727:      const rData = r.map(function(flag) { return `FLAG(${flag})`; }).join(" | ") || "0";
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1728:      const wData = w.map(function(flag) { return `FLAG(${flag})`; }).join(" | ") || "0";
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1729:      const rwDataIndex = rwInfoTable.addIndexed(`{ ${rData}, ${wData} }`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1730-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1731:      inst.commomInfoIndexB = commonTableB.addIndexed(`{ { ${features} }, ${rwDataIndex}, 0 }`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1732-    });
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1734-    var s = `#define EXT(VAL) uint32_t(Features::k##VAL)\n` +
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1735:            `const InstDB::CommonInfoTableB InstDB::_commonInfoTableB[] = {\n${StringUtils.format(commonTableB, kIndent, true)}\n};\n` +
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1736-            `#undef EXT\n` +
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1738-            `#define FLAG(VAL) uint32_t(Status::k##VAL)\n` +
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1739:            `const InstDB::RWFlagsInfoTable InstDB::_rwFlagsInfoTable[] = {\n${StringUtils.format(rwInfoTable, kIndent, true)}\n};\n` +
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1740-            `#undef FLAG\n`;
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1992-        if (bytePos < 0 || bytePos >= arr.length)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:1993:          FAIL(`Range ${start}:${end} cannot be used to create a byte-mask`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-1994-        arr[bytePos] = 1;
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-2140-      const items = dumpRwToData(dbInsts)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:2141:      console.log(`RW: ${dbInsts.length ? dbInsts[0].name : ""}:`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-2142-      items.forEach((item) => {
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-2207-    if (category === "Unknown")
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:2208:      console.log(`Instruction '${dbInsts[0].name}' has no RMInfo category.`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-2209-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-2393-    insts.forEach((inst) => {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:2394:      const flags         = inst.flags.map(function(flag) { return `F(${flag})`; }).join("|") || "0";
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:2395:      const singleRegCase = `SINGLE_REG(${inst.singleRegCase})`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:2396:      const controlType   = `CONTROL(${inst.controlType})`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-2397-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-2409-            `#define SINGLE_REG(VAL) InstDB::kSingleReg##VAL\n` +
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js:2410:            `const InstDB::CommonInfo InstDB::_commonInfoTable[] = {\n${StringUtils.format(table, kIndent, true)}\n};\n` +
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen-x86.js-2411-            `#undef SINGLE_REG\n` +
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-48-    if (ex.code !== "MODULE_NOT_FOUND") {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:49:      console.log(`FATAL ERROR: ${ex.message}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-50-      throw ex;
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-86-function FAIL(msg) {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:87:  console.log(`FATAL ERROR: ${msg}`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-88-  throw new Error(msg);
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-219-      if (showIndex > 0) {
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:220:        s += `${last ? " " : ","} // #${i}`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-221-        if (typeof array.refCountOf === "function")
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:222:          s += ` [ref=${array.refCountOf(item)}x]`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-223-      }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-246-    if (!indent) indent = kIndent;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:247:    return `${code} = {\n${indent}` + array.join(`,\n${indent}`) + `\n};\n`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-248-  }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-257-    }
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:258:    return `${code} = {\n${s}};\n`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-259-  }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-283-    if (iStart === -1)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:284:      FAIL(`Utils.inject(): Couldn't locate start mark '${start}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-285-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-286-    if (iEnd === -1)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:287:      FAIL(`Utils.inject(): Couldn't locate end mark '${end}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-288-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-562-    if (!hasOwn.call(this.map, k))
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:563:      FAIL(`IndexedString.getIndex(): Key '${k}' not found.`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-564-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-683-        const path = kAsmJitRoot + "/" + file;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:684:        console.log(`MODIFIED '${file}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-685-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-694-    if (!obj)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:695:      FAIL(`TableGen.dataOfFile(): File '${file}' not loaded`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-696-    return obj.data;
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-715-    if (!done)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:716:      FAIL(`TableGen.inject(): Cannot find '${key}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-717-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-732-    if (this.taskMap[task.name])
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:733:      FAIL(`TableGen.addModule(): Module '${task.name}' already added`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-734-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-736-      if (!this.taskMap[dependency])
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:737:        FAIL(`TableGen.addModule(): Dependency '${dependency}' of module '${task.name}' doesn't exist`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-738-    });
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-771-      if (oldPending === pending)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:772:        throw Error(`TableGen.runModules(): Modules '${arrPending.join("|")}' stuck (cyclic dependency?)`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-773-    }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-781-    if (this.instMap[inst.name])
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:782:      FAIL(`TableGen.addInst(): Instruction '${inst.name}' already added`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-783-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-904-      if (index < 0 || index >= 26)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:905:        FAIL(`TableGen.generateNameData(): Invalid lookup character '${name[0]}' of '${name}'`);
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-906-
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-908-      if (instFirst[index] === undefined)
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:909:        instFirst[index] = `Inst::kId${inst.enum}`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:910:      instLast[index] = `Inst::kId${inst.enum}`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-911-    }
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-913-    var s = "";
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:914:    s += `const char InstDB::_nameData[] =\n${instNames.format(kIndent, kJustify)}\n`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-915-    s += `\n`;
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-920-
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:921:      s += `  { ${String(firstId).padEnd(22)}, ${String(lastId).padEnd(22)} + 1 }`;
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-922-      if (i !== 26 - 1)
##############################################
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-928-    this.ctx.inject("NameLimits",
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js:929:      StringUtils.disclaimer(`enum : uint32_t { kMaxNameSize = ${maxLength} };\n`));
mame-0.226+dfsg.1/3rdparty/asmjit/tools/tablegen.js-930-
##############################################
mame-0.226+dfsg.1/3rdparty/benchmark/include/benchmark/benchmark_api.h-230-inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
mame-0.226+dfsg.1/3rdparty/benchmark/include/benchmark/benchmark_api.h:231:    asm volatile("" : : "g"(value) : "memory");
mame-0.226+dfsg.1/3rdparty/benchmark/include/benchmark/benchmark_api.h-232-}
##############################################
mame-0.226+dfsg.1/3rdparty/benchmark/include/benchmark/benchmark_api.h-235-inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
mame-0.226+dfsg.1/3rdparty/benchmark/include/benchmark/benchmark_api.h:236:    asm volatile("" : : : "memory");
mame-0.226+dfsg.1/3rdparty/benchmark/include/benchmark/benchmark_api.h-237-}
##############################################
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-31-#endif
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h:32:// For MSVC, we want to use '_asm rdtsc' when possible (since it works
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-33-// with even ancient MSVC compilers), and when not possible the
##############################################
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-95-  // Older MSVC compilers (like 7.x) don't seem to support the
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h:96:  // __rdtsc intrinsic properly, so I prefer to use _asm instead
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-97-  // when I know it will work.  Otherwise, I'll use __rdtsc and hope
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-98-  // the code is being compiled with a non-ancient compiler.
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h:99:  _asm rdtsc
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-100-#elif defined(COMPILER_MSVC)
##############################################
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-107-  int64_t virtual_timer_value;
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h:108:  asm volatile("mrs %0, cntvct_el0" : "=r"(virtual_timer_value));
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-109-  return virtual_timer_value;
##############################################
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-115-  // Read the user mode perf monitor counter access permissions.
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h:116:  asm volatile("mrc p15, 0, %0, c9, c14, 0" : "=r"(pmuseren));
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-117-  if (pmuseren & 1) {  // Allows reading perfmon counters for user mode code.
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h:118:    asm volatile("mrc p15, 0, %0, c9, c12, 1" : "=r"(pmcntenset));
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-119-    if (pmcntenset & 0x80000000ul) {  // Is it counting?
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h:120:      asm volatile("mrc p15, 0, %0, c9, c13, 0" : "=r"(pmccntr));
mame-0.226+dfsg.1/3rdparty/benchmark/src/cycleclock.h-121-      // The counter is set up to count every 64th cycle
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3275-static const char proggy_clean_ttf_compressed_data_base85[11980+1] =
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3276:    "7])#######hV0qs'/###[),##/l:$#Q6>##5[n42>c-TH`->>#/e>11NNV=Bv(*:.F?uu#(gRU.o0XGH`$vhLG1hxt9?W`#,5LsCp#-i>.r$<$6pD>Lb';9Crc6tgXmKVeU2cD4Eo3R/"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3277:    "2*>]b(MC;$jPfY.;h^`IWM9<Lh2TlS+f-s$o6Q<BWH`YiU.xfLq$N;$0iR/GX:U(jcW2p/W*q?-qmnUCI;jHSAiFWM.R*kU@C=GH?a9wp8f$e.-4^Qg1)Q-GL(lf(r/7GrRgwV%MS=C#"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3278-    "`8ND>Qo#t'X#(v#Y9w0#1D$CIf;W'#pWUPXOuxXuU(H9M(1<q-UE31#^-V'8IRUo7Qf./L>=Ke$$'5F%)]0^#0X@U.a<r:QLtFsLcL6##lOj)#.Y5<-R&KgLwqJfLgN&;Q?gI^#DY2uL"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3279-    "i@^rMl9t=cWq6##weg>$FBjVQTSDgEKnIS7EM9>ZY9w0#L;>>#Mx&4Mvt//L[MkA#W@lK.N'[0#7RL_&#w+F%HtG9M#XL`N&.,GM4Pg;-<nLENhvx>-VsM.M0rJfLH2eTM`*oJMHRC`N"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3280:    "kfimM2J,W-jXS:)r0wK#@Fge$U>`w'N7G#$#fB#$E^$#:9:hk+eOe--6x)F7*E%?76%^GMHePW-Z5l'&GiF#$956:rS?dA#fiK:)Yr+`&#0j@'DbG&#^$PG.Ll+DNa<XCMKEV*N)LN/N"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3281:    "*b=%Q6pia-Xg8I$<MR&,VdJe$<(7G;Ckl'&hF;;$<_=X(b.RS%%)###MPBuuE1V:v&cX&#2m#(&cV]`k9OhLMbn%s$G2,B$BfD3X*sp5#l,$R#]x_X1xKX%b5U*[r5iMfUo9U`N99hG)"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3282-    "tm+/Us9pG)XPu`<0s-)WTt(gCRxIg(%6sfh=ktMKn3j)<6<b5Sk_/0(^]AaN#(p/L>&VZ>1i%h1S9u5o@YaaW$e+b<TWFn/Z:Oh(Cx2$lNEoN^e)#CFY@@I;BOQ*sRwZtZxRcU7uW6CX"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3286-    "U]W]+fh18.vsai00);D3@4ku5P?DP8aJt+;qUM]=+b'8@;mViBKx0DE[-auGl8:PJ&Dj+M6OC]O^((##]`0i)drT;-7X`=-H3[igUnPG-NZlo.#k@h#=Ork$m>a>$-?Tm$UV(?#P6YY#"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3287:    "'/###xe7q.73rI3*pP/$1>s9)W,JrM7SN]'/4C#v$U`0#V.[0>xQsH$fEmPMgY2u7Kh(G%siIfLSoS+MK2eTM$=5,M8p`A.;_R%#u[K#$x4AG8.kK/HSB==-'Ie/QTtG?-.*^N-4B/ZM"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3288:    "_3YlQC7(p7q)&](`6_c)$/*JL(L-^(]$wIM`dPtOdGA,U3:w2M-0<q-]L_?^)1vw'.,MRsqVr.L;aN&#/EgJ)PBc[-f>+WomX2u7lqM2iEumMTcsF?-aT=Z-97UEnXglEn1K-bnEO`gu"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3289-    "Ft(c%=;Am_Qs@jLooI&NX;]0#j4#F14;gl8-GQpgwhrq8'=l_f-b49'UOqkLu7-##oDY2L(te+Mch&gLYtJ,MEtJfLh'x'M=$CS-ZZ%P]8bZ>#S?YY#%Q&q'3^Fw&?D)UDNrocM3A76/"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3296-    "sj_$%[HK%'F####QRZJ::Y3EGl4'@%FkiAOg#p[##O`gukTfBHagL<LHw%q&OV0##F=6/:chIm0@eCP8X]:kFI%hl8hgO@RcBhS-@Qb$%+m=hPDLg*%K8ln(wcf3/'DW-$.lR?n[nCH-"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3297:    "eXOONTJlh:.RYF%3'p6sq:UIMA945&^HFS87@$EP2iG<-lCO$%c`uKGD3rC$x0BL8aFn--`ke%#HMP'vh1/R&O_J9'um,.<tx[@%wsJk&bUT2`0uMv7gg#qp/ij.L56'hl;.s5CUrxjO"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3298:    "M7-##.l+Au'A&O:-T72L]P`&=;ctp'XScX*rU.>-XTt,%OVU4)S1+R-#dg0/Nn?Ku1^0f$B*P:Rowwm-`0PKjYDDM'3]d39VZHEl4,.j']Pk-M.h^&:0FACm$maq-&sgw0t7/6(^xtk%"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3299:    "LuH88Fj-ekm>GA#_>568x6(OFRl-IZp`&b,_P'$M<Jnq79VsJW/mWS*PUiq76;]/NM_>hLbxfc$mj`,O;&%W2m`Zh:/)Uetw:aJ%]K9h:TcF]u_-Sj9,VK3M.*'&0D[Ca]J9gp8,kAW]"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3300-    "%(?A%R$f<->Zts'^kn=-^@c4%-pY6qI%J%1IGxfLU9CP8cbPlXv);C=b),<2mOvP8up,UVf3839acAWAW-W?#ao/^#%KYo8fRULNd2.>%m]UK:n%r$'sw]J;5pAoO_#2mO3n,'=H5(et"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3301:    "Hg*`+RLgv>=4U8guD$I%D:W>-r5V*%j*W:Kvej.Lp$<M-SGZ':+Q_k+uvOSLiEo(<aD/K<CCc`'Lx>'?;++O'>()jLR-^u68PHm8ZFWe+ej8h:9r6L*0//c&iH&R8pRbA#Kjm%upV1g:"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3302-    "a_#Ur7FuA#(tRh#.Y5K+@?3<-8m0$PEn;J:rh6?I6uG<-`wMU'ircp0LaE_OtlMb&1#6T.#FDKu#1Lw%u%+GM+X'e?YLfjM[VO0MbuFp7;>Q&#WIo)0@F%q7c#4XAXN-U&VB<HFF*qL("
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3303-    "$/V,;(kXZejWO`<[5?\?ewY(*9=%wDc;,u<'9t3W-(H1th3+G]ucQ]kLs7df($/*JL]@*t7Bu_G3_7mp7<iaQjO@.kLg;x3B0lqp7Hf,^Ze7-##@/c58Mo(3;knp0%)A7?-W+eI'o8)b<"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3304:    "nKnw'Ho8C=Y>pqB>0ie&jhZ[?iLR@@_AvA-iQC(=ksRZRVp7`.=+NpBC%rh&3]R:8XDmE5^V8O(x<<aG/1N$#FX$0V5Y6x'aErI3I$7x%E`v<-BY,)%-?Psf*l?%C3.mM(=/M0:JxG'?"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3305:    "7WhH%o'a<-80g0NBxoO(GH<dM]n.+%q@jH?f.UsJ2Ggs&4<-e47&Kl+f//9@`b+?.TeN_&B8Ss?v;^Trk;f#YvJkl&w$]>-+k?'(<S:68tq*WoDfZu';mM?8X[ma8W%*`-=;D.(nc7/;"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3306-    ")g:T1=^J$&BRV(-lTmNB6xqB[@0*o.erM*<SWF]u2=st-*(6v>^](H.aREZSi,#1:[IXaZFOm<-ui#qUq2$##Ri;u75OK#(RtaW-K-F`S+cF]uN`-KMQ%rP/Xri.LRcB##=YL3BgM/3M"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3321-    "b0v=Pjer]$gG&JXDf->'StvU7505l9$AFvgYRI^&<^b68?j#q9QX4SM'RO#&sL1IM.rJfLUAj221]d##DW=m83u5;'bYx,*Sl0hL(W;;$doB&O/TQ:(Z^xBdLjL<Lni;''X.`$#8+1GD"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3322:    ":k$YUWsbn8ogh6rxZ2Z9]%nd+>V#*8U_72Lh+2Q8Cj0i:6hp&$C/:p(HK>T8Y[gHQ4`4)'$Ab(Nof%V'8hL&#<NEdtg(n'=S1A(Q1/I&4([%dM`,Iu'1:_hL>SfD07&6D<fp8dHM7/g+"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3323-    "tlPN9J*rKaPct&?'uBCem^jn%9_K)<,C5K3s=5g&GmJb*[SYq7K;TRLGCsM-$$;S%:Y@r7AK0pprpL<Lrh,q7e/%KWK:50I^+m'vi`3?%Zp+<-d+$L-Sv:@.o19n$s0&39;kn;S%BSq*"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3324-    "$3WoJSCLweV[aZ'MQIjO<7;X-X;&+dMLvu#^UsGEC9WEc[X(wI7#2.(F0jV*eZf<-Qv3J-c+J5AlrB#$p(H68LvEA'q3n0#m,[`*8Ft)FcYgEud]CWfm68,(aLA$@EFTgLXoBq/UPlp7"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3325:    ":d[/;r_ix=:TF`S5H-b<LI&HY(K=h#)]Lk$K14lVfm:x$H<3^Ql<M`$OhapBnkup'D#L$Pb_`N*g]2e;X/Dtg,bsj&K#2[-:iYr'_wgH)NUIR8a1n#S?Yej'h8^58UbZd+^FKD*T@;6A"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3326-    "7aQC[K8d-(v6GI$x:T<&'Gp5Uf>@M.*J:;$-rv29'M]8qMv-tLp,'886iaC=Hb*YJoKJ,(j%K=H`K.v9HggqBIiZu'QvBT.#=)0ukruV&.)3=(^1`o*Pj4<-<aN((^7('#Z0wK#5GX@7"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3327:    "u][`*S^43933A4rl][`*O4CgLEl]v$1Q3AeF37dbXk,.)vj#x'd`;qgbQR%FW,2(?LO=s%Sc68%NP'##Aotl8x=BE#j1UD([3$M(]UI2LX3RpKN@;/#f'f/&_mt&F)XdF<9t4)Qa.*kT"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3328-    "LwQ'(TTB9.xH'>#MJ+gLq9-##@HuZPN0]u:h7.T..G:;$/Usj(T7`Q8tT72LnYl<-qx8;-HV7Q-&Xdx%1a,hC=0u+HlsV>nuIQL-5<N?)NBS)QN*_I,?&)2'IM%L3I)X((e/dl2&8'<M"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3335-    "CdQ*:Ir<($u&)#(&?L9Rg3H)4fiEp^iI9O8KnTj,]H?D*r7'M;PwZ9K0E^k&-cpI;.p/6_vwoFMV<->#%Xi.LxVnrU(4&8/P+:hLSKj$#U%]49t'I:rgMi'FL@a:0Y-uA[39',(vbma*"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3336:    "hU%<-SRF`Tt:542R_VV$p@[p8DV[A,?1839FWdF<TddF<9Ah-6&9tWoDlh]&1SpGMq>Ti1O*H&#(AL8[_P%.M>v^-))qOT*F5Cq0`Ye%+$B6i:7@0IX<N+T+0MlMBPQ*Vj>SsD<U4JHY"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3337-    "8kD2)2fU/M#$e.)T4,_=8hLim[&);?UkK'-x?'(:siIfL<$pFM`i<?%W(mGDHM%>iWP,##P`%/L<eXi:@Z9C.7o=@(pXdAO/NLQ8lPl+HPOQa8wD8=^GlPa8TKI1CjhsCTSLJM'/Wl>-"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3338:    "S(qw%sf/@%#B6;/U7K]uZbi^Oc^2n<bhPmUkMw>%t<)'mEVE''n`WnJra$^TKvX5B>;_aSEK',(hwa0:i4G?.Bci.(X[?b*($,=-n<.Q%`(X=?+@Am*Js0&=3bh8K]mL<LoNs'6,'85`"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3339-    "0?t/'_U59@]ddF<#LdF<eWdF<OuN/45rY<-L@&#+fm>69=Lb,OcZV/);TTm8VI;?%OtJ<(b4mq7M6:u?KRdF<gR@2L=FNU-<b[(9c/ML3m;Z[$oF3g)GAWqpARc=<ROu7cL5l;-[A]%/"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3342-    "?6*C()dOp7:WL,b&3Rg/.cmM9&r^>$(>.Z-I&J(Q0Hd5Q%7Co-b`-c<N(6r@ip+AurK<m86QIth*#v;-OBqi+L7wDE-Ir8K['m+DDSLwK&/.?-V%U_%3:qKNu$_b*B-kp7NaD'QdWQPK"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3343:    "Yq[@>P)hI;*_F]u`Rb[.j8_Q/<&>uu+VsH$sM9TA%?)(vmJ80),P7E>)tjD%2L=-t#fK[%`v=Q8<FfNkgg^oIbah*#8/Qt$F&:K*-(N/'+1vMB,u()-a.VUU*#[e%gAAO(S>WlA2);Sa"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3344:    ">gXm8YB`1d@K#n]76-a$U,mF<fX]idqd)<3,]J7JmW4`6]uks=4-72L(jEk+:bJ0M^q-8Dm_Z?0olP1C9Sa&H[d&c$ooQUj]Exd*3ZM@-WGW2%s',B-_M%>%Ul:#/'xoFM9QX-$.QN'>"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3345:    "[%$Z$uF6pA6Ki2O5:8w*vP1<-1`[G,)-m#>0`P&#eb#.3i)rtB61(o'$?X3B</R90;eZ]%Ncq;-Tl]#F>2Qft^ae_5tKL9MUe9b*sLEQ95C&`=G?@Mj=wh*'3E>=-<)Gt*Iw)'QG:`@I"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3346-    "wOf7&]1i'S01B+Ev/Nac#9S;=;YQpg_6U`*kVY39xK,[/6Aj7:'1Bm-_1EYfa1+o&o4hp7KN_Q(OlIo@S%;jVdn0'1<Vc52=u`3^o-n1'g4v58Hj&6_t7$##?M)c<$bgQ_'SY((-xkA#"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3349-    "i]lR8qQ2oA8wcRCZ^7w/Njh;?.stX?Q1>S1q4Bn$)K1<-rGdO'$Wr.Lc.CG)$/*JL4tNR/,SVO3,aUw'DJN:)Ss;wGn9A32ijw%FL+Z0Fn.U9;reSq)bmI32U==5ALuG&#Vf1398/pVo"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3350:    "1*c-(aY168o<`JsSbk-,1N;$>0:OUas(3:8Z972LSfF8eb=c-;>SPw7.6hn3m`9^Xkn(r.qS[0;T%&Qc=+STRxX'q1BNk3&*eu2;&8q$&x>Q#Q7^Tf+6<(d%ZVmj2bDi%.3L2n+4W'$P"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3351-    "iDDG)g,r%+?,$@?uou5tSe2aN_AQU*<h`e-GI7)?OK2A.d7_c)?wQ5AS@DL3r#7fSkgl6-++D:'A,uq7SvlB$pcpH'q3n0#_%dY#xCpr-l<F0NR@-##FEV6NTF6##$l84N1w?AO>'IAO"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3354-    "w$)F./^n3+rlo+DB;5sIYGNk+i1t-69Jg--0pao7Sm#K)pdHW&;LuDNH@H>#/X-TI(;P>#,Gc>#0Su>#4`1?#8lC?#<xU?#@.i?#D:%@#HF7@#LRI@#P_[@#Tkn@#Xw*A#]-=A#a9OA#"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3355:    "d<F&#*;G##.GY##2Sl##6`($#:l:$#>xL$#B.`$#F:r$#JF.%#NR@%#R_R%#Vke%#Zww%#_-4&#3^Rh%Sflr-k'MS.o?.5/sWel/wpEM0%3'/1)K^f1-d>G21&v(35>V`39V7A4=onx4"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp:3356:    "A1OY5EI0;6Ibgr6M$HS7Q<)58C5w,;WoA*#[%T*#`1g*#d=#+#hI5+#lUG+#pbY+#tnl+#x$),#&1;,#*=M,#.I`,#2Ur,#6b.-#;w[H#iQtA#m^0B#qjBB#uvTB##-hB#'9$C#+E6C#"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/dear-imgui/imgui_draw.cpp-3357-    "/QHC#3^ZC#7jmC#;v)D#?,<D#C8ND#GDaD#KPsD#O]/E#g1A5#KA*1#gC17#MGd;#8(02#L-d3#rWM4#Hga1#,<w0#T.j<#O#'2#CYN1#qa^:#_4m3#o@/=#eG8=#t8J5#`+78#4uI-#"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/cpp2.c-407-             * pass the line to a subsequent compiler pass.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/cpp2.c:408:             * This would allow #asm or similar extensions.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/cpp2.c-409-             */
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/cppdef.h-366-#if defined(AMIGA) && defined(SHARED)
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/cppdef.h:367:#define PREFIX __asm __saveds
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/cppdef.h-368-#define REG(x) register __ ## x
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/makefile-58-	rm -f makefile*~
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/makefile:59:	(dir=`pwd`;name=`basename $$dir`;echo Creates $$name.tar.gz; cd .. ; \
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/makefile:60:	tar -cf $$name.tar `ls $$name/*.[ch] $$name/*.exp $$name/*.fd $$name/makefile*` ; \
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/fcpp/makefile-61-	gzip $$name.tar ; chmod a+r $$name.tar.gz ; mv $$name.tar.gz $$name/)
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/freetype/freetype.h-869-/*  - You can put a copy of this file in your build directory, more      */
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/freetype/freetype.h:870:/*    precisely in `$BUILD/freetype/config/ftoption.h', where `$BUILD'   */
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/freetype/freetype.h-871-/*    is the name of a directory that is included _before_ the FreeType  */
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/autogen.sh-2-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/autogen.sh:3:srcdir=`dirname "$0"`
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/autogen.sh-4-test -z "$srcdir" && srcdir=.
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_lexer.ll-490-    /* Reserved words in GLSL 1.10. */
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_lexer.ll:491:asm		KEYWORD(110, 100, 0, 0, ASM);
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_lexer.ll-492-class		KEYWORD(110, 100, 0, 0, CLASS);
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_parser.cpp-370-    LAYOUT_TOK = 441,
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_parser.cpp:371:    ASM = 442,
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_parser.cpp-372-    CLASS = 443,
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_parser.h-231-    LAYOUT_TOK = 441,
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_parser.h:232:    ASM = 442,
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_parser.h-233-    CLASS = 443,
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_parser.yy-187-    */
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_parser.yy:188:%token ASM CLASS UNION ENUM TYPEDEF TEMPLATE THIS PACKED_TOK GOTO
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glsl_parser.yy-189-%token INLINE_TOK NOINLINE PUBLIC_TOK STATIC EXTERN EXTERNAL
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/ir_constant_expression.cpp-76- * aliasing.  OTOH, the compiler sees through the memcpy, so the
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/ir_constant_expression.cpp:77: * resulting asm is reasonable.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/ir_constant_expression.cpp-78- */
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-182-/**
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h:183: * Create a macro so that asm functions can be linked into compilers other
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-184- * than GNU C
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-301- * raised prior to entering the block, and we clear any pending
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h:302: * exceptions before exiting the block.  Hence, asm code has free
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-303- * reign over the FPU while in the fast math block.
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-333-	static GLuint mask = DEFAULT_X86_FPU;\
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h:334:	__asm fnstcw word ptr [x]\
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h:335:	__asm fldcw word ptr [mask]\
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-336-} while(0)
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-339-	static GLuint mask = FAST_X86_FPU;\
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h:340:	__asm fnstcw word ptr [x]\
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h:341:	__asm fldcw word ptr [mask]\
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-342-} while(0)
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-344-#define END_FAST_MATH(x) do {\
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h:345:	__asm fnclex\
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h:346:	__asm fldcw word ptr [x]\
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/compiler.h-347-} while(0)
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/imports.h-267-   int r;
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/imports.h:268:   _asm {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/imports.h-269-	 fld f
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md-105-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md:106:Assume the source directory is `$SOURCE_DIR` and the build directory is
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md:107:`$BUILD_DIR`. First ensure the build directory exists, then navigate to it:
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md-108-
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md-168-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md:169:### Building to WASM for the Web and Node
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md-170-
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md-183-* To get a fully minimized build, make sure to use `brotli` to compress the .js
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md:184:  and .wasm files
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md-185-
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md-203-The [`runtests` script](Test/runtests) requires compiled binaries to be
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md:204:installed into `$BUILD_DIR/install`. Please make sure you have supplied the
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/README.md-205-correct configuration to CMake (using `-DCMAKE_INSTALL_PREFIX`) when building;
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/runtests-18-        echo Running $t...
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/runtests:19:        b=`basename $t`
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/runtests-20-        $EXE -i -l $t > $TARGETDIR/$b.out
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/validate-shaders.sh-30-    echo "   --no-color      disables output colorization"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/validate-shaders.sh:31:    echo "   --dump-asm      dumps all successfully compiled shader assemblies"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/validate-shaders.sh-32-    echo "   --dump-val      dumps all validation results"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/web.runtests-13-      echo Running $t...
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/web.runtests:14:      b=`basename $t`
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/web.runtests-15-      $EXE -V -o webtest.spv $t
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/web.runtests-24-wc --bytes $EXE > $TARGETDIR/size
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/web.runtests:25:echo "base size was" `cat $BASEDIR/size`
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/web.runtests:26:echo "new  size  is" `cat $TARGETDIR/size`
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/Test/web.runtests-27-
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/glslang/OSDependent/Web/glslang.js.cpp-249- * build target can generate an executable with a trivial use case instead of
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/glslang/OSDependent/Web/glslang.js.cpp:250: * generating a WASM binary. This is done so that there is a target that can be
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/glslang/OSDependent/Web/glslang.js.cpp:251: * built and output analyzed using desktop tools, since WASM binaries are
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/glslang/glslang/OSDependent/Web/glslang.js.cpp-252- * specific to the Emscripten toolchain.
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/khronos/vulkan/vulkan_core.h-3182-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/khronos/vulkan/vulkan_core.h:3183:VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetInstanceProcAddr(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/khronos/vulkan/vulkan_core.h-3184-    VkInstance                                  instance,
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/khronos/vulkan/vulkan_core.h-3186-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/khronos/vulkan/vulkan_core.h:3187:VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL vkGetDeviceProcAddr(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/khronos/vulkan/vulkan_core.h-3188-    VkDevice                                    device,
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/meshoptimizer/Makefile-75-	emcc $(filter %.cpp,$^) -O3 -DNDEBUG -s EXPORTED_FUNCTIONS='["_meshopt_decodeVertexBuffer", "_meshopt_decodeIndexBuffer", "_sbrk"]' -s ALLOW_MEMORY_GROWTH=1 -s TOTAL_STACK=24576 -s TOTAL_MEMORY=65536 -o build/meshopt_decoder.wasm
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/meshoptimizer/Makefile:76:	sed -i "s#\(var wasm = \)\".*\";#\\1\"$$(cat build/meshopt_decoder.wasm | base64 -w 0)\";#" $@
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/meshoptimizer/Makefile-77-
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/meshoptimizer/config.cmake.in-2-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/meshoptimizer/config.cmake.in:3:include("${CMAKE_CURRENT_LIST_DIR}/meshoptimizerTargets.cmake")
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/meshoptimizer/config.cmake.in-4-check_required_components(meshoptimizer)
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/meshoptimizer/js/meshopt_decoder.js-4-	"use strict";
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/meshoptimizer/js/meshopt_decoder.js:5:	var wasm = "AGFzbQEAAAABIwZgAX8AYAAAYAV/f39/fwF/YAN/f38Bf2ABfwF/YAN/f38AAicBA2Vudh9lbXNjcmlwdGVuX25vdGlmeV9tZW1vcnlfZ3Jvd3RoAAADCQgDAQQEBQACAgUDAQABBggBfwFBgMwBCwdeBQZtZW1vcnkCABFfX3dhc21fY2FsbF9jdG9ycwACGm1lc2hvcHRfZGVjb2RlVmVydGV4QnVmZmVyAAgZbWVzaG9wdF9kZWNvZGVJbmRleEJ1ZmZlcgAHBHNicmsAAwrCJAiCBAEDfyACQYDAAE8EQCAAIAEgAhAFIAAPCyAAIAJqIQMCQCAAIAFzQQNxRQRAAkAgAkEBSARAIAAhAgwBCyAAQQNxRQRAIAAhAgwBCyAAIQIDQCACIAEtAAA6AAAgAUEBaiEBIAJBAWoiAiADTw0BIAJBA3ENAAsLAkAgA0F8cSIEQcAASQ0AIAIgBEFAaiIFSw0AA0AgAiABKAIANgIAIAIgASgCBDYCBCACIAEoAgg2AgggAiABKAIMNgIMIAIgASgCEDYCECACIAEoAhQ2AhQgAiABKAIYNgIYIAIgASgCHDYCHCACIAEoAiA2AiAgAiABKAIkNgIkIAIgASgCKDYCKCACIAEoAiw2AiwgAiABKAIwNgIwIAIgASgCNDYCNCACIAEoAjg2AjggAiABKAI8NgI8IAFBQGshASACQUBrIgIgBU0NAAsLIAIgBE8NAQNAIAIgASgCADYCACABQQRqIQEgAkEEaiICIARJDQALDAELIANBBEkEQCAAIQIMAQsgA0F8aiIEIABJBEAgACECDAELIAAhAgNAIAIgAS0AADoAACACIAEtAAE6AAEgAiABLQACOgACIAIgAS0AAzoAAyABQQRqIQEgAkEEaiICIARNDQALCyACIANJBEADQCACIAEtAAA6AAAgAUEBaiEBIAJBAWoiAiADRw0ACwsgAAsDAAELOwECfz8AIQECQEGADCgCACICIABqIgAgAUEQdE0NACAAEAQNAEGACEEwNgIAQX8PC0GADCAANgIAIAILIwAgAD8AQRB0a0H//wNqQRB2QABBf0YEQEEADwtBABAAQQELOwEBfyACBEADQCAAIAEgAkGAICACQYAgSRsiAxABIQAgAUGAIGohASAAQYAgaiEAIAIgA2siAg0ACwsLxgIBAn8gAEGAAWoiAUF/akH/AToAACAAQf8BOgAAIAFBfmpB/wE6AAAgAEH/AToAASABQX1qQf8BOgAAIABB/wE6AAIgAUF8akH/AToAACAAQf8BOgADIABBACAAa0EDcSIBaiIAQX82AgAgAEGAASABa0F8cSICaiIBQXxqQX82AgACQCACQQlJDQAgAEF/NgIIIABBfzYCBCABQXhqQX82AgAgAUF0akF/NgIAIAJBGUkNACAAQX82AhggAEF/NgIUIABBfzYCECAAQX82AgwgAUFwakF/NgIAIAFBbGpBfzYCACABQWhqQX82AgAgAUFkakF/NgIAIAIgAEEEcUEYciICayIBQSBJDQAgACACaiEAA0AgAEJ/NwMYIABCfzcDECAAQn83AwggAEJ/NwMAIABBIGohACABQWBqIgFBH0sNAAsLC4YQAQ5/IwBBwAFrIgkkAAJ/QX4gAUEDbiIGQRFqIARLDQAaQX8gAy0AAEHgAUcNABogCUFAaxAGIAlCfzcDOCAJQn83AzAgCUJ/NwMoIAlCfzcDICAJQn83AxggCUJ/NwMQIAlCfzcDCCAJQn83AwAgAyAEakFwaiERIANBAWoiEiAGaiELIAEEQCACQQJHIQ9BACEDQQAhAkEAIQQDQEF+IAsgEUsNAhoCfyASLQAAIgpB7wFNBEAgCUFAayAKQQR2QX9zIAxqQQ9xQQN0aiIGKAIEIQUgBigCACENIApBD3EiBkEPRwRAIAkgCkF/cyAEakEPcUECdGooAgAgAyAGGyEIIAZFIQoCQCAPRQRAIAAgAkEBdGoiBiANOwEAIAYgBTsBAiAGIAg7AQQMAQsgACACQQJ0aiIGIA02AgAgBiAINgIIIAYgBTYCBAsgAyAKaiEDIAlBQGsgDEEDdGoiBiAFNgIEIAYgCDYCACAJIARBAnRqIAg2AgAgCUFAayAMQQFqQQ9xIgVBA3RqIgYgDTYCACAGIAg2AgQgBCAKaiEEIAVBAWoMAgsgCywAACIGQf8BcSEHAn8gC0EBaiAGQX9KDQAaIAdB/wBxIAssAAEiBkH/AHFBB3RyIQcgC0ECaiAGQX9KDQAaIAssAAIiBkH/AHFBDnQgB3IhByALQQNqIAZBf0oNABogCywAAyIGQf8AcUEVdCAHciEHIAtBBGogBkF/Sg0AGiALLQAEQRx0IAdyIQcgC0EFagshC0EAIAdBAXFrIAdBAXZzIA5qIQ4CQCAPRQRAIAAgAkEBdGoiBiANOwEAIAYgBTsBAiAGIA47AQQMAQsgACACQQJ0aiIGIA02AgAgBiAONgIIIAYgBTYCBAsgCUFAayAMQQN0aiIGIAU2AgQgBiAONgIAIAkgBEECdGogDjYCACAJQUBrIAxBAWpBD3EiBUEDdGoiBiANNgIAIAYgDjYCBCAEQQFqIQQgBUEBagwBCyAKQf0BTQRAIAkgBCARIApBD3FqLQAAIghBBHYiBWtBD3FBAnRqKAIAIANBAWoiBiAFGyENIAkgBCAIa0EPcUECdGooAgAgBiAFRSIFaiIKIAhBD3EiBhshByAGRSEIAkAgD0UEQCAAIAJBAXRqIgYgAzsBACAGIA07AQIgBiAHOwEEDAELIAAgAkECdGoiBiADNgIAIAYgBzYCCCAGIA02AgQLIAkgBEECdGogAzYCACAJQUBrIAxBA3RqIgYgAzYCBCAGIA02AgAgCSAEQQFqIgZBD3FBAnRqIA02AgAgCUFAayAMQQFqQQ9xQQN0aiIEIAc2AgAgBCANNgIEIAkgBSAGakEPcSIFQQJ0aiAHNgIAIAlBQGsgDEECakEPcSIGQQN0aiIEIAM2AgAgBCAHNgIEIAUgCGohBCAIIApqIQMgBkEBagwBCyADIApB/gFGIgVqIQcgCy0AACIIQQ9xIRACQCAIQQR2Ig1FBEAgB0EBaiEKDAELIAchCiAJIAQgDWtBD3FBAnRqKAIAIQcLAkAgEEUEQCAKQQFqIQYMAQsgCiEGIAkgBCAIa0EPcUECdGooAgAhCgsCQCAFBEAgC0EBaiEIDAELIAssAAEiBUH/AXEhAwJ/IAtBAmogBUF/Sg0AGiADQf8AcSALLAACIgVB/wBxQQd0ciEDIAtBA2ogBUF/Sg0AGiALLAADIgVB/wBxQQ50IANyIQMgC0EEaiAFQX9KDQAaIAssAAQiBUH/AHFBFXQgA3IhAyALQQVqIAVBf0oNABogCy0ABUEcdCADciEDIAtBBmoLIQhBACADQQFxayADQQF2cyAOaiIOIQMLAkAgDUEPRwRAIAghBQwBCyAILAAAIgVB/wFxIQcCfyAIQQFqIAVBf0oNABogB0H/AHEgCCwAASIFQf8AcUEHdHIhByAIQQJqIAVBf0oNABogCCwAAiIFQf8AcUEOdCAHciEHIAhBA2ogBUF/Sg0AGiAILAADIgVB/wBxQRV0IAdyIQcgCEEEaiAFQX9KDQAaIAgtAARBHHQgB3IhByAIQQVqCyEFQQAgB0EBcWsgB0EBdnMgDmoiDiEHCwJAIBBBD0cEQCAFIQsMAQsgBSwAACIIQf8BcSEKAn8gBUEBaiAIQX9KDQAaIApB/wBxIAUsAAEiCEH/AHFBB3RyIQogBUECaiAIQX9KDQAaIAUsAAIiCEH/AHFBDnQgCnIhCiAFQQNqIAhBf0oNABogBSwAAyIIQf8AcUEVdCAKciEKIAVBBGogCEF/Sg0AGiAFLQAEQRx0IApyIQogBUEFagshC0EAIApBAXFrIApBAXZzIA5qIg4hCgsCQCAPRQRAIAAgAkEBdGoiBSADOwEAIAUgBzsBAiAFIAo7AQQMAQsgACACQQJ0aiIFIAM2AgAgBSAKNgIIIAUgBzYCBAsgCUFAayAMQQN0aiIFIAM2AgQgBSAHNgIAIAkgBEECdGogAzYCACAJQUBrIAxBAWpBD3FBA3RqIgUgCjYCACAFIAc2AgQgCSAEQQFqIgVBD3FBAnRqIAc2AgAgCUFAayAMQQJqQQ9xQQN0aiIEIAM2AgAgBCAKNgIEIAkgBSANRSANQQ9GcmoiA0EPcUECdGogCjYCACADIBBFIBBBD0ZyaiEEIAYhAyAMQQNqCyEMIBJBAWohEiAMQQ9xIQwgBEEPcSEEIAJBA2oiAiABSQ0ACwtBAEF9IAsgEUYbCyEMIAlBwAFqJAAgDAvLDAEPfyMAQYDEAGsiECQAAn9BfiACQQFqIARLDQAaQX8gAy0AAEGgAUcNABogECADIARqIg8gAmsgAhABIQtBgMAAIAJuQfD/AHEiBEGAAiAEQYACSRshESADQQFqIQkCQANAIAwgAU8NASARIAEgDGsgDCARaiABSRshDQJAAkAgAkUEQCAJIQQMAQsgDUEPaiIDQXBxIRIgA0EEdkEDakECdiETQQAhDiAJIQoDQCAPIAprIBNJBEBBACEJDAMLIAogE2ohBEEAIQlBACEDIBIEQANAIA8gBGtBIEkNBCALQYDCAGogA2ohCAJAAkACQAJAAkAgCiADQQZ2ai0AACADQQN2QQZxdkEDcUEBaw4DAQIDAAsgCEIANwMAIAhCADcDCAwDCyAIIAQtAAQgBC0AACIGQQZ2IgUgBUEDRiIFGzoAACAIIARBBGogBWoiBS0AACAGQQR2QQNxIgcgB0EDRiIHGzoAASAIIAUgB2oiBS0AACAGQQJ2QQNxIgcgB0EDRiIHGzoAAiAIIAUgB2oiBS0AACAGQQNxIgYgBkEDRiIGGzoAAyAIIAUgBmoiBS0AACAELQABIgZBBnYiByAHQQNGIgcbOgAEIAggBSAHaiIFLQAAIAZBBHZBA3EiByAHQQNGIgcbOgAFIAggBSAHaiIFLQAAIAZBAnZBA3EiByAHQQNGIgcbOgAGIAggBSAHaiIFLQAAIAZBA3EiBiAGQQNGIgYbOgAHIAggBSAGaiIFLQAAIAQtAAIiBkEGdiIHIAdBA0YiBxs6AAggCCAFIAdqIgUtAAAgBkEEdkEDcSIHIAdBA0YiBxs6AAkgCCAFIAdqIgUtAAAgBkECdkEDcSIHIAdBA0YiBxs6AAogCCAFIAdqIgUtAAAgBkEDcSIGIAZBA0YiBhs6AAsgCCAFIAZqIgYtAAAgBC0AAyIEQQZ2IgUgBUEDRiIFGzoADCAIIAUgBmoiBi0AACAEQQR2QQNxIgUgBUEDRiIFGzoADSAIIAUgBmoiBi0AACAEQQJ2QQNxIgUgBUEDRiIFGzoADiAIIAUgBmoiCC0AACAEQQNxIgQgBEEDRiIEGzoADyAEIAhqIQQMAgsgCCAELQAIIAQtAAAiBkEEdiIFIAVBD0YiBRs6AAAgCCAEQQhqIAVqIgUtAAAgBkEPcSIGIAZBD0YiBhs6AAEgCCAFIAZqIgYtAAAgBC0AASIFQQR2IgcgB0EPRiIHGzoAAiAIIAYgB2oiBi0AACAFQQ9xIgUgBUEPRiIFGzoAAyAIIAUgBmoiBi0AACAELQACIgVBBHYiByAHQQ9GIgcbOgAEIAggBiAHaiIGLQAAIAVBD3EiBSAFQQ9GIgUbOgAFIAggBSAGaiIGLQAAIAQtAAMiBUEEdiIHIAdBD0YiBxs6AAYgCCAGIAdqIgYtAAAgBUEPcSIFIAVBD0YiBRs6AAcgCCAFIAZqIgYtAAAgBC0ABCIFQQR2IgcgB0EPRiIHGzoACCAIIAYgB2oiBi0AACAFQQ9xIgUgBUEPRiIFGzoACSAIIAUgBmoiBi0AACAELQAFIgVBBHYiByAHQQ9GIgcbOgAKIAggBiAHaiIGLQAAIAVBD3EiBSAFQQ9GIgUbOgALIAggBSAGaiIGLQAAIAQtAAYiBUEEdiIHIAdBD0YiBxs6AAwgCCAGIAdqIgYtAAAgBUEPcSIFIAVBD0YiBRs6AA0gCCAFIAZqIgYtAAAgBC0AByIEQQR2IgUgBUEPRiIFGzoADiAIIAUgBmoiCC0AACAEQQ9xIgQgBEEPRiIEGzoADyAEIAhqIQQMAQsgCCAEKQAANwAAIAggBCkACDcACCAEQRBqIQQLIANBEGoiAyASSQ0ACwsgBEUNAiANBEAgCyAOai0AACEKIA4hAwNAIAtBgAJqIANqIAogC0GAwgBqIAlqLQAAIgpBAXZBACAKQQFxa3NqIgo6AAAgAiADaiEDIAlBAWoiCSANRw0ACwsgBCEKIA5BAWoiDiACRw0ACwsgACACIAxsaiALQYACaiACIA1sEAEaIAsgC0GAAmogDUF/aiACbGogAhABGiAEIQkLIA1BACAJGyAMaiEMIAkNAAtBfgwBC0EAQX0gDyAJayACQSAgAkEgSxtGGwshCSAQQYDEAGokACAJCwsJAQBBgAwLAsBm";
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/meshoptimizer/js/meshopt_decoder.js-6-
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/hs-incorrect-base-type.asm.tesc-661-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/hs-incorrect-base-type.asm.tesc:662:; XXX: Original asm used Function here, which is wrong.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/hs-incorrect-base-type.asm.tesc-663-; This patches the SPIR-V to be correct.
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/hs-input-array-access.asm.tesc-746-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/hs-input-array-access.asm.tesc:747:; XXX: Original asm used Function here, which is wrong.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/hs-input-array-access.asm.tesc-748-; This patches the SPIR-V to be correct.
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/hs-texcoord-array.asm.tesc-700-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/hs-texcoord-array.asm.tesc:701:; XXX: Original asm used Function here, which is wrong.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/hs-texcoord-array.asm.tesc-702-; This patches the SPIR-V to be correct.
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/tess-factor-must-be-threadgroup.asm.tesc-234-
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/tess-factor-must-be-threadgroup.asm.tesc:235:; XXX: Original asm used Function here, which is wrong.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-cross/shaders-ue4/asm/tesc/tess-factor-must-be-threadgroup.asm.tesc-236-; This patches the SPIR-V to be correct.
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/CHANGES-528-	  # Generate a SPIR-V 1.0 binary instead of SPIR-V 1.3
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/CHANGES:529:	  spirv-as --target-env spv1.0 a.spvasm -o a.spv
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/CHANGES:530:	  spirv-as --target-env vulkan1.0 a.spvasm -o a.spv
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/CHANGES-531-	  # Validate as Vulkan 1.0
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/README.md-155-* Build target `spirv-tools-vimsyntax` generates file `spvasm.vim`.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/README.md:156:  Copy that file into your `$HOME/.vim/syntax` directory to get SPIR-V assembly syntax
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/README.md-157-  highlighting in Vim.  This build target is not built by default.
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/source/CMakeLists.txt-388-  file(WRITE ${CMAKE_BINARY_DIR}/${SPIRV_TOOLS}Config.cmake
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/source/CMakeLists.txt:389:    "include(\${CMAKE_CURRENT_LIST_DIR}/${SPIRV_TOOLS}Target.cmake)\n"
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/source/CMakeLists.txt-390-    "set(${SPIRV_TOOLS}_LIBRARIES ${SPIRV_TOOLS})\n"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-29-TEST_F(CCPTest, PropagateThroughPhis) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:30:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-31-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-87-TEST_F(CCPTest, SimplifyConditionals) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:88:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-89-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-144-TEST_F(CCPTest, SimplifySwitches) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:145:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-146-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-193-TEST_F(CCPTest, SimplifySwitchesDefaultBranch) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:194:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-195-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-242-TEST_F(CCPTest, SimplifyIntVector) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:243:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-244-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-293-TEST_F(CCPTest, BadSimplifyFloatVector) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:294:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-295-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-346-TEST_F(CCPTest, NoLoadStorePropagation) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:347:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-348-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-388-TEST_F(CCPTest, HandleAbortInstructions) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:389:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-390-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-425-  // added to the edges to simulate.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:426:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-427-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-475-  // as Varying.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:476:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-477-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-529-  // it is not wrong.
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:530:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-531-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-558-TEST_F(CCPTest, SkipSpecConstantInstrucitons) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp:559:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/ccp_test.cpp-560-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/local_ssa_elim_test.cpp-1629-TEST_F(LocalSSAElimTest, CompositeExtractProblem) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/local_ssa_elim_test.cpp:1630:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/local_ssa_elim_test.cpp-1631-               OpCapability Tessellation
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/local_ssa_elim_test.cpp-1725-TEST_F(LocalSSAElimTest, DecoratedVariable) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/local_ssa_elim_test.cpp:1726:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/local_ssa_elim_test.cpp-1727-; CHECK: OpDecorate [[var:%\w+]] RelaxedPrecision
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/local_ssa_elim_test.cpp-1764-TEST_F(LocalSSAElimTest, MultipleEdges) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/local_ssa_elim_test.cpp:1765:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/local_ssa_elim_test.cpp-1766-  ; CHECK: OpSelectionMerge
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/loop_optimizations/hoist_without_preheader.cpp-192-  tools_.Disassemble(binary, &optimized_asm);
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/loop_optimizations/hoist_without_preheader.cpp:193:  std::cout << optimized_asm << std::endl;
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/loop_optimizations/hoist_without_preheader.cpp-194-}
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/propagator_test.cpp-70-TEST_F(PropagatorTest, LocalPropagate) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/propagator_test.cpp:71:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/propagator_test.cpp-72-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/propagator_test.cpp-127-TEST_F(PropagatorTest, PropagateThroughPhis) {
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/propagator_test.cpp:128:  const std::string spv_asm = R"(
mame-0.226+dfsg.1/3rdparty/bgfx/3rdparty/spirv-tools/test/opt/propagator_test.cpp-129-               OpCapability Shader
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/examples/common/imgui/droidsans.ttf.h-2367-	0x43, 0x3f, 0x25, 0x23, 0x53, 0x68, 0x84, 0x54, 0x58, 0x8a, 0x5f, 0x32, 0x2d, 0x23, 0x9c, 0x1d, // C?%#Sh.TX._2-#..
mame-0.226+dfsg.1/3rdparty/bgfx/examples/common/imgui/droidsans.ttf.h:2368:	0x2b, 0x71, 0x60, 0x39, 0x53, 0x43, 0x3b, 0x21, 0x24, 0x4c, 0x60, 0x7e, 0x00, 0x01, 0x00, 0x14, // +q`9SC;!$L`~....
mame-0.226+dfsg.1/3rdparty/bgfx/examples/common/imgui/droidsans.ttf.h-2369-	0x00, 0x00, 0x04, 0x12, 0x05, 0xb6, 0x00, 0x07, 0x00, 0x5e, 0x40, 0x32, 0x0f, 0x09, 0x01, 0xd0, // .........^@2....
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/examples/common/imgui/droidsans.ttf.h-2865-	0x02, 0xd3, 0x3b, 0x6b, 0x2f, 0x81, 0x62, 0x81, 0x20, 0x24, 0x24, 0x20, 0x81, 0x60, 0x81, 0x2e, // ..;k/.b. $$ .`..
mame-0.226+dfsg.1/3rdparty/bgfx/examples/common/imgui/droidsans.ttf.h:2866:	0x6d, 0x3c, 0x3c, 0x6e, 0x2d, 0x7f, 0x60, 0x7f, 0x1f, 0x23, 0x24, 0x20, 0x7f, 0x60, 0x7f, 0x2d, // m<<n-.`..#$ .`.-
mame-0.226+dfsg.1/3rdparty/bgfx/examples/common/imgui/droidsans.ttf.h-2867-	0x6c, 0x3c, 0x32, 0x57, 0x41, 0x26, 0x26, 0x41, 0x57, 0x32, 0x33, 0x59, 0x42, 0x26, 0x26, 0x42, // l<2WA&&AW23YB&&B
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/examples/common/imgui/droidsans.ttf.h-5574-	0x3b, 0x10, 0x3b, 0x01, 0x2c, 0x23, 0x23, 0x13, 0x05, 0x0d, 0x6f, 0x2e, 0x22, 0x63, 0x28, 0x01, // ;.;.,##...o."c(.
mame-0.226+dfsg.1/3rdparty/bgfx/examples/common/imgui/droidsans.ttf.h:5575:	0x28, 0x28, 0x3a, 0x13, 0x23, 0x60, 0x24, 0x10, 0x24, 0x08, 0x2c, 0x60, 0x2d, 0x05, 0x2d, 0x5f, // ((:.#`$.$.,`-.-_
mame-0.226+dfsg.1/3rdparty/bgfx/examples/common/imgui/droidsans.ttf.h-5576-	0x24, 0x7f, 0x24, 0x8f, 0x24, 0xef, 0x24, 0xff, 0x24, 0x05, 0x0f, 0x2d, 0x1f, 0x2d, 0x2f, 0x2d, // $.$.$.$.$..-.-/-
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/scripts/shader.mk-116-BIN = $(VS_BIN) $(FS_BIN)
mame-0.226+dfsg.1/3rdparty/bgfx/scripts/shader.mk:117:ASM = $(VS_ASM) $(FS_ASM)
mame-0.226+dfsg.1/3rdparty/bgfx/scripts/shader.mk-118-
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/scripts/shader.mk-120-BIN += $(CS_BIN)
mame-0.226+dfsg.1/3rdparty/bgfx/scripts/shader.mk:121:ASM += $(CS_ASM)
mame-0.226+dfsg.1/3rdparty/bgfx/scripts/shader.mk-122-endif
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/src/renderer_vk.cpp-1255-#define VK_IMPORT_INSTANCE_FUNC(_optional, _func)                           \
mame-0.226+dfsg.1/3rdparty/bgfx/src/renderer_vk.cpp:1256:			_func = (PFN_##_func)vkGetInstanceProcAddr(m_instance, #_func); \
mame-0.226+dfsg.1/3rdparty/bgfx/src/renderer_vk.cpp-1257-			BX_TRACE("\t%p " #_func, _func);                                \
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/src/renderer_vk.cpp-1609-#define VK_IMPORT_DEVICE_FUNC(_optional, _func)                         \
mame-0.226+dfsg.1/3rdparty/bgfx/src/renderer_vk.cpp:1610:			_func = (PFN_##_func)vkGetDeviceProcAddr(m_device, #_func); \
mame-0.226+dfsg.1/3rdparty/bgfx/src/renderer_vk.cpp-1611-			BX_TRACE("\t%p " #_func, _func);                            \
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc.cpp-233-			, outputFilePath.c_str()
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc.cpp:234:			, disasm ? "true" : "false"
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc.cpp-235-			, raw ? "true" : "false"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc.cpp-914-			  "      --debug                   Debug information.\n"
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc.cpp:915:			  "      --disasm                  Disassemble compiled shader.\n"
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc.cpp-916-			  "  -O <level>                    Optimization level (0, 1, 2, 3).\n"
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc.cpp-2372-
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc.cpp:2373:		options.disasm = cmdLine.hasArg('\0', "disasm");
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc.cpp-2374-
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc_glsl.cpp-346-
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc_glsl.cpp:347:		if (_options.disasm )
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc_glsl.cpp-348-		{
##############################################
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc_hlsl.cpp-781-
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc_hlsl.cpp:782:		if (_options.disasm )
mame-0.226+dfsg.1/3rdparty/bgfx/tools/shaderc/shaderc_hlsl.cpp-783-		{
##############################################
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/astc-codec/tools/build-ci/linux/build.sh-8-    echo "Running job $KOKORO_JOB_NAME"
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/astc-codec/tools/build-ci/linux/build.sh:9:    TARGET=`echo "$KOKORO_JOB_NAME" | awk -F "/" '{print $NF}'`
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/astc-codec/tools/build-ci/linux/build.sh-10-fi
##############################################
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/astc-codec/tools/build-ci/linux/build.sh-21-
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/astc-codec/tools/build-ci/linux/build.sh:22:pushd `dirname $0`/../../.. > /dev/null
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/astc-codec/tools/build-ci/linux/build.sh-23-
##############################################
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/nvtt/nvcore/debug.h-35-#       define nvDebugBreak()       __debugbreak()
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/nvtt/nvcore/debug.h:36://#       define nvDebugBreak()        __asm { int 3 }
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/nvtt/nvcore/debug.h-37-#   elif NV_OS_ORBIS
##############################################
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/stb/stb_image.h-642-   int res;
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/stb/stb_image.h:643:   __asm {
mame-0.226+dfsg.1/3rdparty/bimg/3rdparty/stb/stb_image.h-644-      mov  eax,1
##############################################
mame-0.226+dfsg.1/3rdparty/bx/3rdparty/catch/catch.hpp-6201-        inline void keep_memory(T* p) {
mame-0.226+dfsg.1/3rdparty/bx/3rdparty/catch/catch.hpp:6202:            asm volatile("" : : "g"(p) : "memory");
mame-0.226+dfsg.1/3rdparty/bx/3rdparty/catch/catch.hpp-6203-        }
mame-0.226+dfsg.1/3rdparty/bx/3rdparty/catch/catch.hpp-6204-        inline void keep_memory() {
mame-0.226+dfsg.1/3rdparty/bx/3rdparty/catch/catch.hpp:6205:            asm volatile("" : : : "memory");
mame-0.226+dfsg.1/3rdparty/bx/3rdparty/catch/catch.hpp-6206-        }
##############################################
mame-0.226+dfsg.1/3rdparty/bx/3rdparty/catch/catch.hpp-7567-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
mame-0.226+dfsg.1/3rdparty/bx/3rdparty/catch/catch.hpp:7568:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
mame-0.226+dfsg.1/3rdparty/bx/3rdparty/catch/catch.hpp-7569-    #else // Fall back to the generic way.
##############################################
mame-0.226+dfsg.1/3rdparty/bx/include/bx/inline/cpu.inl-69-#else
mame-0.226+dfsg.1/3rdparty/bx/include/bx/inline/cpu.inl:70:		asm volatile("":::"memory");
mame-0.226+dfsg.1/3rdparty/bx/include/bx/inline/cpu.inl-71-#endif // BX_COMPILER
##############################################
mame-0.226+dfsg.1/3rdparty/bx/include/bx/inline/cpu.inl-78-#else
mame-0.226+dfsg.1/3rdparty/bx/include/bx/inline/cpu.inl:79:		asm volatile("":::"memory");
mame-0.226+dfsg.1/3rdparty/bx/include/bx/inline/cpu.inl-80-#endif // BX_COMPILER
##############################################
mame-0.226+dfsg.1/3rdparty/bx/include/bx/inline/cpu.inl-87-#else
mame-0.226+dfsg.1/3rdparty/bx/include/bx/inline/cpu.inl:88:		asm volatile("":::"memory");
mame-0.226+dfsg.1/3rdparty/bx/include/bx/inline/cpu.inl-89-#endif // BX_COMPILER
##############################################
mame-0.226+dfsg.1/3rdparty/catch/docs/build-systems.md-74-
mame-0.226+dfsg.1/3rdparty/catch/docs/build-systems.md:75:If you put it in, e.g., `${PROJECT_SRC_DIR}/${EXT_PROJECTS_DIR}/catch/`, you can use it in your project by adding the following to your root CMake file:
mame-0.226+dfsg.1/3rdparty/catch/docs/build-systems.md-76-
##############################################
mame-0.226+dfsg.1/3rdparty/catch/include/internal/catch_debugger.h-38-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
mame-0.226+dfsg.1/3rdparty/catch/include/internal/catch_debugger.h:39:        #define CATCH_TRAP() asm volatile ("int $3")
mame-0.226+dfsg.1/3rdparty/catch/include/internal/catch_debugger.h-40-    #else // Fall back to the generic way.
##############################################
mame-0.226+dfsg.1/3rdparty/catch/single_include/catch.hpp-2180-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
mame-0.226+dfsg.1/3rdparty/catch/single_include/catch.hpp:2181:        #define CATCH_TRAP() asm volatile ("int $3")
mame-0.226+dfsg.1/3rdparty/catch/single_include/catch.hpp-2182-    #else // Fall back to the generic way.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/CMakeLists.txt-185-
mame-0.226+dfsg.1/3rdparty/expat/CMakeLists.txt:186:include(${CMAKE_CURRENT_LIST_DIR}/ConfigureChecks.cmake)
mame-0.226+dfsg.1/3rdparty/expat/CMakeLists.txt-187-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-80-  { \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:81:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-82-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-174-  esac
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:175:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-176-am__vpath_adj = case $$p in \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:177:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-178-    *) f=$$p;; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-179-  esac;
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:180:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-181-am__install_max = 40
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-182-am__nobase_strip_setup = \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:183:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-184-am__nobase_strip = \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-261-  while test -n "$$dir1"; do \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:262:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-263-    if test "$$first" != "."; then \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-264-      if test "$$first" = ".."; then \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:265:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:266:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-267-      else \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:268:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-269-        if test "$$first2" = "$$first"; then \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:270:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-271-        else \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-276-    fi; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:277:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-278-  done; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-547-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:548:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-549-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-564-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:565:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-566-	case "$@" in \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-627-GTAGS:
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:628:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-629-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-662-	test -d "$(distdir)" || mkdir "$(distdir)"
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:663:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:664:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-665-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-676-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:677:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-678-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-790-	test -d $(distdir)/_build || exit 0; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:791:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-792-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-834-	}; \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:835:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-836-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-846-	fi
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in:847:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
mame-0.226+dfsg.1/3rdparty/expat/Makefile.in-848-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-152-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:153:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-154-# and then we would define $MISSING as
##############################################
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-167-# Expand $ac_aux_dir to an absolute path.
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:168:am_aux_dir=`cd "$ac_aux_dir" && pwd`
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-169-])
##############################################
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-265-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:266:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-267-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-418-    # Strip MF so we end up with the name of the file.
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:419:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-420-    # Check whether this is an Automake generated Makefile which includes
##############################################
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-425-      || continue
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:426:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:427:    am_filepart=`AS_BASENAME(["$am_mf"])`
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-428-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-495-AC_REQUIRE([AC_PROG_INSTALL])dnl
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:496:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-497-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-654-    * )
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:655:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-656-  esac
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-657-done
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:658:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-659-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-910-     echo "timestamp, slept: $am_has_slept" > conftest.file
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:911:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-912-     if test "$[*]" = "X"; then
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-913-	# -L didn't work.
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4:914:	set X `ls -t "$srcdir/configure" conftest.file`
mame-0.226+dfsg.1/3rdparty/expat/aclocal.m4-915-     fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/cmake/expat-config.cmake.in-34-
mame-0.226+dfsg.1/3rdparty/expat/cmake/expat-config.cmake.in:35:include("${CMAKE_CURRENT_LIST_DIR}/expat.cmake")
mame-0.226+dfsg.1/3rdparty/expat/cmake/expat-config.cmake.in-36-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/expat/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/expat/configure-47-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/expat/configure-48-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/expat/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/expat/configure-50-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-52-else
mame-0.226+dfsg.1/3rdparty/expat/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/expat/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/expat/configure-64-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mame-0.226+dfsg.1/3rdparty/expat/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
mame-0.226+dfsg.1/3rdparty/expat/configure-201-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/expat/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
mame-0.226+dfsg.1/3rdparty/expat/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
mame-0.226+dfsg.1/3rdparty/expat/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-335-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/expat/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/expat/configure-337-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-408-  {
mame-0.226+dfsg.1/3rdparty/expat/configure:409:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/expat/configure-410-  }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-415-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/expat/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/expat/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mame-0.226+dfsg.1/3rdparty/expat/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mame-0.226+dfsg.1/3rdparty/expat/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-884-  case $ac_option in
mame-0.226+dfsg.1/3rdparty/expat/configure:885:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-886-  *=)   ac_optarg= ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-928-  -disable-* | --disable-*)
mame-0.226+dfsg.1/3rdparty/expat/configure:929:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/expat/configure-930-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-933-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/expat/configure:934:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-935-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-954-  -enable-* | --enable-*)
mame-0.226+dfsg.1/3rdparty/expat/configure:955:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/expat/configure-956-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-959-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/expat/configure:960:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-961-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1167-  -with-* | --with-*)
mame-0.226+dfsg.1/3rdparty/expat/configure:1168:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/expat/configure-1169-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1172-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/expat/configure:1173:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-1174-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1183-  -without-* | --without-*)
mame-0.226+dfsg.1/3rdparty/expat/configure:1184:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/expat/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1188-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/expat/configure:1189:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-1190-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1221-  *=*)
mame-0.226+dfsg.1/3rdparty/expat/configure:1222:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/expat/configure-1223-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1242-if test -n "$ac_prev"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:1243:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-1244-  as_fn_error $? "missing argument to $ac_option"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1264-    */ )
mame-0.226+dfsg.1/3rdparty/expat/configure:1265:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mame-0.226+dfsg.1/3rdparty/expat/configure-1266-      eval $ac_var=\$ac_val;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1299-ac_ls_di=`ls -di .` &&
mame-0.226+dfsg.1/3rdparty/expat/configure:1300:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mame-0.226+dfsg.1/3rdparty/expat/configure-1301-  as_fn_error $? "working directory cannot be determined"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1355-case $srcdir in
mame-0.226+dfsg.1/3rdparty/expat/configure:1356:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mame-0.226+dfsg.1/3rdparty/expat/configure-1357-esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1398-By default, \`make install' will install all the files in
mame-0.226+dfsg.1/3rdparty/expat/configure:1399:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mame-0.226+dfsg.1/3rdparty/expat/configure:1400:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mame-0.226+dfsg.1/3rdparty/expat/configure-1401-for instance \`--prefix=\$HOME'.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-1529-*)
mame-0.226+dfsg.1/3rdparty/expat/configure:1530:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/expat/configure-1531-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/expat/configure:1532:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/expat/configure-1533-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2192-    *\'*)
mame-0.226+dfsg.1/3rdparty/expat/configure:2193:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-2194-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2275-      case $ac_val in
mame-0.226+dfsg.1/3rdparty/expat/configure:2276:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/expat/configure-2277-      esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2290-	case $ac_val in
mame-0.226+dfsg.1/3rdparty/expat/configure:2291:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/expat/configure-2292-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2413-    set,)
mame-0.226+dfsg.1/3rdparty/expat/configure:2414:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mame-0.226+dfsg.1/3rdparty/expat/configure:2415:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mame-0.226+dfsg.1/3rdparty/expat/configure-2416-      ac_cache_corrupted=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2424-	# differences in whitespace do not lead to failure.
mame-0.226+dfsg.1/3rdparty/expat/configure:2425:	ac_old_val_w=`echo x $ac_old_val`
mame-0.226+dfsg.1/3rdparty/expat/configure:2426:	ac_new_val_w=`echo x $ac_new_val`
mame-0.226+dfsg.1/3rdparty/expat/configure-2427-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2444-    case $ac_new_val in
mame-0.226+dfsg.1/3rdparty/expat/configure:2445:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-2446-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2515-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/expat/configure:2516:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mame-0.226+dfsg.1/3rdparty/expat/configure-2517-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/expat/configure-2518-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/expat/configure:2519:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mame-0.226+dfsg.1/3rdparty/expat/configure-2520-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2539-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/expat/configure:2540:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/expat/configure-2541-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2550-else
mame-0.226+dfsg.1/3rdparty/expat/configure:2551:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mame-0.226+dfsg.1/3rdparty/expat/configure-2552-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2572-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/expat/configure:2573:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/expat/configure-2574-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2694-     echo "timestamp, slept: $am_has_slept" > conftest.file
mame-0.226+dfsg.1/3rdparty/expat/configure:2695:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/expat/configure-2696-     if test "$*" = "X"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-2697-	# -L didn't work.
mame-0.226+dfsg.1/3rdparty/expat/configure:2698:	set X `ls -t "$srcdir/configure" conftest.file`
mame-0.226+dfsg.1/3rdparty/expat/configure-2699-     fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2745-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
mame-0.226+dfsg.1/3rdparty/expat/configure:2746:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
mame-0.226+dfsg.1/3rdparty/expat/configure-2747-
mame-0.226+dfsg.1/3rdparty/expat/configure-2748-# Expand $ac_aux_dir to an absolute path.
mame-0.226+dfsg.1/3rdparty/expat/configure:2749:am_aux_dir=`cd "$ac_aux_dir" && pwd`
mame-0.226+dfsg.1/3rdparty/expat/configure-2750-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2890-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
mame-0.226+dfsg.1/3rdparty/expat/configure:2891:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
mame-0.226+dfsg.1/3rdparty/expat/configure-2892-	     'mkdir (GNU coreutils) '* | \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2963-set x ${MAKE-make}
mame-0.226+dfsg.1/3rdparty/expat/configure:2964:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-2965-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-2973-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
mame-0.226+dfsg.1/3rdparty/expat/configure:2974:case `${MAKE-make} -f conftest.make 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/expat/configure-2975-  *@@@%%%=?*=@@@%%%*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-3039-
mame-0.226+dfsg.1/3rdparty/expat/configure:3040:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-3041-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-3605-$as_echo_n "checking whether the C compiler works... " >&6; }
mame-0.226+dfsg.1/3rdparty/expat/configure:3606:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mame-0.226+dfsg.1/3rdparty/expat/configure-3607-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-3649-	then :; else
mame-0.226+dfsg.1/3rdparty/expat/configure:3650:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/expat/configure-3651-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-3709-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mame-0.226+dfsg.1/3rdparty/expat/configure:3710:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/expat/configure-3711-	  break;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-3818-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mame-0.226+dfsg.1/3rdparty/expat/configure:3819:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mame-0.226+dfsg.1/3rdparty/expat/configure-3820-       break;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4136-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/expat/configure:4137:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mame-0.226+dfsg.1/3rdparty/expat/configure-4138-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4422-set x ${MAKE-make}
mame-0.226+dfsg.1/3rdparty/expat/configure:4423:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-4424-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4432-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
mame-0.226+dfsg.1/3rdparty/expat/configure:4433:case `${MAKE-make} -f conftest.make 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/expat/configure-4434-  *@@@%%%=?*=@@@%%%*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4502-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/expat/configure:4503:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-4504-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/expat/configure:4505:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-4506-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4571-  # Check for GNU $ac_path_SED
mame-0.226+dfsg.1/3rdparty/expat/configure:4572:case `"$ac_path_SED" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-4573-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4647-  # Check for GNU $ac_path_GREP
mame-0.226+dfsg.1/3rdparty/expat/configure:4648:case `"$ac_path_GREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-4649-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4713-  # Check for GNU $ac_path_EGREP
mame-0.226+dfsg.1/3rdparty/expat/configure:4714:case `"$ac_path_EGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-4715-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4780-  # Check for GNU $ac_path_FGREP
mame-0.226+dfsg.1/3rdparty/expat/configure:4781:case `"$ac_path_FGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-4782-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4860-    # gcc leaves a trailing carriage return, which upsets mingw
mame-0.226+dfsg.1/3rdparty/expat/configure:4861:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-4862-  *)
mame-0.226+dfsg.1/3rdparty/expat/configure:4863:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-4864-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4869-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/expat/configure:4870:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-4871-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/expat/configure:4872:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/expat/configure-4873-      done
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4904-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/expat/configure:4905:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/expat/configure-4906-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4935-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/expat/configure:4936:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/expat/configure-4937-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4985-	esac
mame-0.226+dfsg.1/3rdparty/expat/configure:4986:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/expat/configure-4987-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-4991-	*)
mame-0.226+dfsg.1/3rdparty/expat/configure:4992:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/expat/configure-4993-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5119-
mame-0.226+dfsg.1/3rdparty/expat/configure:5120:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/expat/configure-5121-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5225-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/expat/configure:5226:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/expat/configure:5227:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/expat/configure-5228-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5258-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:5259:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
mame-0.226+dfsg.1/3rdparty/expat/configure-5260-    else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5267-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:5268:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/expat/configure:5269:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/expat/configure-5270-    else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5279-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/expat/configure:5280:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/expat/configure-5281-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5283-      do
mame-0.226+dfsg.1/3rdparty/expat/configure:5284:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/expat/configure-5285-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5287-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/expat/configure:5288:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/expat/configure-5289-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5292-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/expat/configure:5293:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/expat/configure-5294-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5700-openbsd* | bitrig*)
mame-0.226+dfsg.1/3rdparty/expat/configure:5701:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-5702-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5770-    else
mame-0.226+dfsg.1/3rdparty/expat/configure:5771:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/expat/configure-5772-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-5912-  # decide which one to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/expat/configure:5913:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-5914-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6433-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/expat/configure:6434:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-6435-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6481-mingw*)
mame-0.226+dfsg.1/3rdparty/expat/configure:6482:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/expat/configure-6483-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6713-   if test yes = "$GCC"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:6714:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/configure-6715-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6717- /*)
mame-0.226+dfsg.1/3rdparty/expat/configure:6718:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/expat/configure-6719-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6812-    done
mame-0.226+dfsg.1/3rdparty/expat/configure:6813:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/expat/configure-6814-}
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6834-  test $ac_status = 0; }; then
mame-0.226+dfsg.1/3rdparty/expat/configure:6835:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/configure-6836-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6855-    if test yes = "$lt_cv_prog_gnu_ld"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:6856:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/configure-6857-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6867-    else
mame-0.226+dfsg.1/3rdparty/expat/configure:6868:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/configure-6869-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6893-    emul=elf
mame-0.226+dfsg.1/3rdparty/expat/configure:6894:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/configure-6895-      *32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6901-    esac
mame-0.226+dfsg.1/3rdparty/expat/configure:6902:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/configure-6903-      *MSB*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-6909-    esac
mame-0.226+dfsg.1/3rdparty/expat/configure:6910:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/configure-6911-      *N32*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-7842-    *:)
mame-0.226+dfsg.1/3rdparty/expat/configure:7843:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mame-0.226+dfsg.1/3rdparty/expat/configure-7844-        ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-7845-    x:*)
mame-0.226+dfsg.1/3rdparty/expat/configure:7846:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/expat/configure-7847-        ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-7848-    *::*)
mame-0.226+dfsg.1/3rdparty/expat/configure:7849:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/expat/configure:7850:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mame-0.226+dfsg.1/3rdparty/expat/configure-7851-        ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-7852-    *)
mame-0.226+dfsg.1/3rdparty/expat/configure:7853:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/expat/configure-7854-        ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-8111-do :
mame-0.226+dfsg.1/3rdparty/expat/configure:8112:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-8113-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-8116-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/expat/configure:8117:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/expat/configure-8118-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-8772-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/expat/configure:8773:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/expat/configure-8774-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-8838-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/expat/configure:8839:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/expat/configure-8840-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9236-      *)
mame-0.226+dfsg.1/3rdparty/expat/configure:9237:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/expat/configure-9238-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9682-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/expat/configure:9683:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-9684-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9714-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/expat/configure:9715:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-9716-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9783-	# is; otherwise, prepend EXPORTS...
mame-0.226+dfsg.1/3rdparty/expat/configure:9784:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mame-0.226+dfsg.1/3rdparty/expat/configure-9785-          cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9817-	prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/expat/configure:9818:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-9819-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9839-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/expat/configure:9840:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:9841:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-9842-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9857-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/expat/configure:9858:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/configure-9859-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9862-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/expat/configure:9863:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/configure-9864-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9879-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/expat/configure:9880:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/configure-9881-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9883-	esac
mame-0.226+dfsg.1/3rdparty/expat/configure:9884:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/expat/configure-9885-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/expat/configure:9886:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/configure-9887-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-9954-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/expat/configure:9955:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-9956-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10043-	else
mame-0.226+dfsg.1/3rdparty/expat/configure:10044:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mame-0.226+dfsg.1/3rdparty/expat/configure-10045-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10108-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/expat/configure:10109:	  collect2name=`$CC -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/expat/configure-10110-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10188-      }'
mame-0.226+dfsg.1/3rdparty/expat/configure:10189:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/configure-10190-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/expat/configure-10191-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:10192:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/configure-10193-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10206-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/expat/configure:10207:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mame-0.226+dfsg.1/3rdparty/expat/configure-10208-      else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10241-      }'
mame-0.226+dfsg.1/3rdparty/expat/configure:10242:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/configure-10243-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/expat/configure-10244-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:10245:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/configure-10246-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10273-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mame-0.226+dfsg.1/3rdparty/expat/configure:10274:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
mame-0.226+dfsg.1/3rdparty/expat/configure-10275-	  if test svr4 != "$with_aix_soname"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10326-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
mame-0.226+dfsg.1/3rdparty/expat/configure:10327:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mame-0.226+dfsg.1/3rdparty/expat/configure-10328-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10364-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/expat/configure:10365:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/expat/configure-10366-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10382-  if test yes = "$lt_cv_ld_force_load"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:10383:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/expat/configure-10384-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10562-      if test yes = "$GCC"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:10563:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-10564-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10590-	if test yes = "$lt_cv_irix_exported_symbol"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:10591:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-10592-	fi
mame-0.226+dfsg.1/3rdparty/expat/configure-10593-      else
mame-0.226+dfsg.1/3rdparty/expat/configure:10594:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:10595:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-10596-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10640-	hardcode_direct_absolute=yes
mame-0.226+dfsg.1/3rdparty/expat/configure:10641:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-10642-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10671-	prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/expat/configure:10672:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-10673-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10685-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/expat/configure:10686:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-10687-      else
mame-0.226+dfsg.1/3rdparty/expat/configure-10688-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/expat/configure:10689:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-10690-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10698-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/expat/configure:10699:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-10700-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10702-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/expat/configure:10703:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:10704:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/expat/configure:10705:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/expat/configure-10706-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-10721-      else
mame-0.226+dfsg.1/3rdparty/expat/configure:10722:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-10723-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11120-  esac
mame-0.226+dfsg.1/3rdparty/expat/configure:11121:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/expat/configure-11122-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11127-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/expat/configure:11128:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-11129-    ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-11130-  *)
mame-0.226+dfsg.1/3rdparty/expat/configure:11131:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/expat/configure-11132-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11136-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/expat/configure:11137:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/configure-11138-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11178-  esac
mame-0.226+dfsg.1/3rdparty/expat/configure:11179:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/expat/configure-11180-else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11318-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/expat/configure:11319:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/expat/configure-11320-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11354-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/expat/configure:11355:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/expat/configure:11356:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure:11357:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/expat/configure-11358-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11363-      fi'
mame-0.226+dfsg.1/3rdparty/expat/configure:11364:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure-11365-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11371-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:11372:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/configure-11373-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11377-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/expat/configure:11378:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/configure-11379-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11381-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:11382:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/configure-11383-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11390-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/expat/configure:11391:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/configure-11392-    library_names_spec='$libname.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11402-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/expat/configure:11403:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/expat/configure-11404-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11407-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/expat/configure:11408:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/expat/configure-11409-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11413-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/expat/configure:11414:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/expat/configure:11415:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/configure:11416:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/expat/configure-11417-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11421-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/expat/configure:11422:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-11423-      else
mame-0.226+dfsg.1/3rdparty/expat/configure:11424:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/expat/configure-11425-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11431-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/expat/configure:11432:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/expat/configure:11433:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure:11434:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/expat/configure-11435-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/expat/configure-11436-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/expat/configure:11437:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure-11438-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11445-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/expat/configure:11446:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-11447-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11462-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/expat/configure:11463:  shrext_cmds='`test .$module = .yes && echo .bundle || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/expat/configure-11464-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11728-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/expat/configure:11729:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/expat/configure-11730-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11782-  need_lib_prefix=no
mame-0.226+dfsg.1/3rdparty/expat/configure:11783:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-11784-    need_version=no
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11809-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mame-0.226+dfsg.1/3rdparty/expat/configure:11810:  postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/expat/configure:11811:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure:11812:    dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/expat/configure-11813-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-11818-    fi'
mame-0.226+dfsg.1/3rdparty/expat/configure:11819:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure-11820-    dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-12943-for flag in -Wall -Wextra; do
mame-0.226+dfsg.1/3rdparty/expat/configure:12944:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-12945-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-13011-for flag in -fexceptions; do
mame-0.226+dfsg.1/3rdparty/expat/configure:13012:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-13013-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-13079-for flag in -fno-strict-aliasing -Wmissing-prototypes -Wstrict-prototypes; do
mame-0.226+dfsg.1/3rdparty/expat/configure:13080:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-13081-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-13147-for flag in -pedantic -Wduplicated-cond -Wduplicated-branches -Wlogical-op; do
mame-0.226+dfsg.1/3rdparty/expat/configure:13148:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-13149-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-13215-for flag in -Wrestrict -Wnull-dereference -Wjump-misses-init -Wdouble-promotion; do
mame-0.226+dfsg.1/3rdparty/expat/configure:13216:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-13217-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-13283-for flag in -Wshadow -Wformat=2 -Wmisleading-indentation; do
mame-0.226+dfsg.1/3rdparty/expat/configure:13284:  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-13285-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-13640-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/expat/configure:13641:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mame-0.226+dfsg.1/3rdparty/expat/configure-13642-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-13744-  case $2 in
mame-0.226+dfsg.1/3rdparty/expat/configure:13745:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/expat/configure:13746:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/expat/configure-13747-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14024-    # gcc leaves a trailing carriage return, which upsets mingw
mame-0.226+dfsg.1/3rdparty/expat/configure:14025:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-14026-  *)
mame-0.226+dfsg.1/3rdparty/expat/configure:14027:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-14028-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14033-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/expat/configure:14034:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-14035-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/expat/configure:14036:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/expat/configure-14037-      done
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14068-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/expat/configure:14069:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/expat/configure-14070-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14099-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/expat/configure:14100:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/expat/configure-14101-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14133-        # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/expat/configure:14134:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mame-0.226+dfsg.1/3rdparty/expat/configure-14135-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14244-          # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/expat/configure:14245:	  collect2name=`$CC -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/expat/configure-14246-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14325-      }'
mame-0.226+dfsg.1/3rdparty/expat/configure:14326:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/configure-14327-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/expat/configure-14328-  if test -z "$lt_cv_aix_libpath__CXX"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:14329:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/configure-14330-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14344-
mame-0.226+dfsg.1/3rdparty/expat/configure:14345:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mame-0.226+dfsg.1/3rdparty/expat/configure-14346-        else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14379-      }'
mame-0.226+dfsg.1/3rdparty/expat/configure:14380:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/configure-14381-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/expat/configure-14382-  if test -z "$lt_cv_aix_libpath__CXX"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:14383:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/configure-14384-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14411-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
mame-0.226+dfsg.1/3rdparty/expat/configure:14412:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
mame-0.226+dfsg.1/3rdparty/expat/configure-14413-	    if test svr4 != "$with_aix_soname"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14464-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
mame-0.226+dfsg.1/3rdparty/expat/configure:14465:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mame-0.226+dfsg.1/3rdparty/expat/configure-14466-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14506-	    # is; otherwise, prepend EXPORTS...
mame-0.226+dfsg.1/3rdparty/expat/configure:14507:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mame-0.226+dfsg.1/3rdparty/expat/configure-14508-              cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14527-  if test yes = "$lt_cv_ld_force_load"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:14528:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/expat/configure-14529-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14572-	  prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/expat/configure:14573:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-14574-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14646-            # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/configure:14647:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/expat/configure-14648-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14711-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/configure:14712:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/expat/configure-14713-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14747-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/expat/configure:14748:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:14749:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-14750-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14754-	    # SGI C++
mame-0.226+dfsg.1/3rdparty/expat/configure:14755:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-14756-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14765-	      if test no = "$with_gnu_ld"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:14766:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-14767-	      else
mame-0.226+dfsg.1/3rdparty/expat/configure:14768:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-14769-	      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14786-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/expat/configure:14787:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:14788:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-14789-	    # Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14796-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/configure:14797:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/expat/configure-14798-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14811-	    # earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/expat/configure:14812:	    case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/configure-14813-	      *"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14832-            # Portland Group C++ compiler
mame-0.226+dfsg.1/3rdparty/expat/configure:14833:	    case `$CC -V` in
mame-0.226+dfsg.1/3rdparty/expat/configure-14834-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14837-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mame-0.226+dfsg.1/3rdparty/expat/configure:14838:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mame-0.226+dfsg.1/3rdparty/expat/configure-14839-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14841-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mame-0.226+dfsg.1/3rdparty/expat/configure:14842:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mame-0.226+dfsg.1/3rdparty/expat/configure-14843-                $RANLIB $oldlib'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14846-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/expat/configure:14847:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-14848-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14850-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/expat/configure:14851:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-14852-	      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14860-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
mame-0.226+dfsg.1/3rdparty/expat/configure:14861:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/configure-14862-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14879-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/configure:14880:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mame-0.226+dfsg.1/3rdparty/expat/configure-14881-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14894-	  *)
mame-0.226+dfsg.1/3rdparty/expat/configure:14895:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/expat/configure-14896-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14901-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
mame-0.226+dfsg.1/3rdparty/expat/configure:14902:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/configure-14903-	      compiler_needs_object_CXX=yes
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14966-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/expat/configure:14967:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-14968-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-14985-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/expat/configure:14986:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-14987-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-15006-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/expat/configure:15007:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-15008-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-15011-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/expat/configure:15012:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:15013:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/expat/configure-15014-                  echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/expat/configure:15015:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/expat/configure-15016-                  $RM $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-15030-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/configure:15031:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/expat/configure-15032-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-15037-	        osf3*)
mame-0.226+dfsg.1/3rdparty/expat/configure:15038:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-15039-		  ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-15040-	        *)
mame-0.226+dfsg.1/3rdparty/expat/configure:15041:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-15042-		  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-15284-
mame-0.226+dfsg.1/3rdparty/expat/configure:15285:  for p in `eval "$output_verbose_link_cmd"`; do
mame-0.226+dfsg.1/3rdparty/expat/configure-15286-    case $prev$p in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-15387-if test -n "${compiler_lib_search_path_CXX}"; then
mame-0.226+dfsg.1/3rdparty/expat/configure:15388: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
mame-0.226+dfsg.1/3rdparty/expat/configure-15389-fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-15634-	  *)
mame-0.226+dfsg.1/3rdparty/expat/configure:15635:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/expat/configure-15636-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16016-    else
mame-0.226+dfsg.1/3rdparty/expat/configure:16017:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mame-0.226+dfsg.1/3rdparty/expat/configure-16018-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16318-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/expat/configure:16319:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/expat/configure-16320-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16354-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/expat/configure:16355:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/expat/configure:16356:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure:16357:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/expat/configure-16358-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16363-      fi'
mame-0.226+dfsg.1/3rdparty/expat/configure:16364:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure-16365-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16371-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:16372:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/configure-16373-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16376-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/expat/configure:16377:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/configure-16378-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16380-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/expat/configure:16381:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/configure-16382-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16389-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/expat/configure:16390:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/configure-16391-    library_names_spec='$libname.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16401-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/expat/configure:16402:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/expat/configure-16403-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16406-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/expat/configure:16407:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/expat/configure-16408-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16412-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/expat/configure:16413:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/expat/configure:16414:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/configure:16415:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/expat/configure-16416-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16420-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/expat/configure:16421:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/expat/configure-16422-      else
mame-0.226+dfsg.1/3rdparty/expat/configure:16423:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/expat/configure-16424-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16430-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/expat/configure:16431:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/expat/configure:16432:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure:16433:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/expat/configure-16434-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/expat/configure-16435-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/expat/configure:16436:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure-16437-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16444-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/expat/configure:16445:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
mame-0.226+dfsg.1/3rdparty/expat/configure-16446-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16461-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/expat/configure:16462:  shrext_cmds='`test .$module = .yes && echo .bundle || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/expat/configure-16463-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16726-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/expat/configure:16727:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/expat/configure-16728-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16780-  need_lib_prefix=no
mame-0.226+dfsg.1/3rdparty/expat/configure:16781:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-16782-    need_version=no
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16807-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mame-0.226+dfsg.1/3rdparty/expat/configure:16808:  postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/expat/configure:16809:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure:16810:    dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/expat/configure-16811-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-16816-    fi'
mame-0.226+dfsg.1/3rdparty/expat/configure:16817:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/configure-16818-    dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-17074-for flag in -Wall -Wextra; do
mame-0.226+dfsg.1/3rdparty/expat/configure:17075:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-17076-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-17142-for flag in -fexceptions; do
mame-0.226+dfsg.1/3rdparty/expat/configure:17143:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-17144-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-17210-for flag in -fno-strict-aliasing; do
mame-0.226+dfsg.1/3rdparty/expat/configure:17211:  as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-17212-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-17287-for flag in -fno-strict-aliasing; do
mame-0.226+dfsg.1/3rdparty/expat/configure:17288:  as_CACHEVAR=`$as_echo "ax_cv_check_ldflags__$flag" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-17289-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the linker accepts $flag" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18179-do :
mame-0.226+dfsg.1/3rdparty/expat/configure:18180:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-18181-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18183-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/expat/configure:18184:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/expat/configure-18185-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18206-do :
mame-0.226+dfsg.1/3rdparty/expat/configure:18207:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/expat/configure-18208-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18211-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/expat/configure:18212:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/expat/configure-18213-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18638-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mame-0.226+dfsg.1/3rdparty/expat/configure:18639:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mame-0.226+dfsg.1/3rdparty/expat/configure-18640-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18758-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/expat/configure:18759:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/expat/configure-18760-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/expat/configure-18761-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/expat/configure:18762:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/expat/configure-18763-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18765-else
mame-0.226+dfsg.1/3rdparty/expat/configure:18766:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/expat/configure-18767-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18775-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/expat/configure:18776:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/expat/configure-18777-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18852-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/expat/configure:18853:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/expat/configure-18854-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-18924-  {
mame-0.226+dfsg.1/3rdparty/expat/configure:18925:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/expat/configure-18926-  }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19028-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/expat/configure:19029:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/expat/configure-19030-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19163-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mame-0.226+dfsg.1/3rdparty/expat/configure:19164:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mame-0.226+dfsg.1/3rdparty/expat/configure-19165-ac_cs_version="\\
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19188-  --*=?*)
mame-0.226+dfsg.1/3rdparty/expat/configure:19189:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/expat/configure:19190:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/expat/configure-19191-    ac_shift=:
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19193-  --*=)
mame-0.226+dfsg.1/3rdparty/expat/configure:19194:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/expat/configure-19195-    ac_optarg=
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19217-    case $ac_optarg in
mame-0.226+dfsg.1/3rdparty/expat/configure:19218:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-19219-    '') as_fn_error $? "missing file argument" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19225-    case $ac_optarg in
mame-0.226+dfsg.1/3rdparty/expat/configure:19226:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-19227-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19294-delay_variable_subst='$delay_variable_subst'
mame-0.226+dfsg.1/3rdparty/expat/configure:19295:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19296:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19297:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19298:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19299:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19300:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19301:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19302:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19303:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19304:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19305:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19306:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19307:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19308:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19309:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19310:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19311:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19312:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19313:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19314:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19315:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19316:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19317:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19318:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19319:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19320:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19321:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19322:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19323:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19324:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19325:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19326:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19327:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19328:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19329:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19330:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19331:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19332:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19333:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19334:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19335:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19336:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19337:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19338:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19339:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19340:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19341:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19342:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19343:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19344:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19345:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19346:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19347:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19348:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19349:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19350:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19351:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19352:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19353:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19354:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19355:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19356:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19357:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19358:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19359:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19360:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19361:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19362:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19363:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19364:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19365:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19366:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19367:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19368:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19369:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19370:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19371:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19372:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19373:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19374:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19375:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19376:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19377:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19378:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19379:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19380:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19381:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19382:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19383:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19384:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19385:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19386:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19387:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19388:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19389:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19390:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19391:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19392:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19393:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19394:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19395:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19396:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19397:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19398:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19399:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19400:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19401:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19402:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19403:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19404:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19405:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19406:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19407:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19408:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19409:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19410:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19411:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19412:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19413:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19414:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19415:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19416:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19417:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19418:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19419:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19420:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19421:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19422:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19423:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19424:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19425:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19426:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19427:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19428:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19429:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19430:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19431:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19432:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19433:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19434:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19435:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19436:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19437:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19438:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19439:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19440:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19441:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19442:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19443:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19444:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19445:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19446:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19447:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19448:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19449:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19450:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19451:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19452:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19453:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19454:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19455:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19456:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19457:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19458:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19459:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19460:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19461:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19462:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19463:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19464:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19465:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19466:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19467:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19468:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19469:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19470:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19471:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19472:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19473:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19474:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19475:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19476:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19477:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19478:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19479:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19480:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19481:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19482:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19483:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure:19484:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/configure-19485-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19598-compiler_lib_search_path_CXX; do
mame-0.226+dfsg.1/3rdparty/expat/configure:19599:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/expat/configure-19600-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/expat/configure:19601:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/expat/configure-19602-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19640-postlink_cmds_CXX; do
mame-0.226+dfsg.1/3rdparty/expat/configure:19641:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/expat/configure-19642-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/expat/configure:19643:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/expat/configure-19644-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19745-fi
mame-0.226+dfsg.1/3rdparty/expat/configure:19746:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/configure-19747-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19762-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/expat/configure:19763:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mame-0.226+dfsg.1/3rdparty/expat/configure-19764-ac_delim='%!_!# '
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19768-
mame-0.226+dfsg.1/3rdparty/expat/configure:19769:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mame-0.226+dfsg.1/3rdparty/expat/configure-19770-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-19906-for ac_last_try in false false :; do
mame-0.226+dfsg.1/3rdparty/expat/configure:19907:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
mame-0.226+dfsg.1/3rdparty/expat/configure-19908-  if test -z "$ac_tt"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-20038-      esac
mame-0.226+dfsg.1/3rdparty/expat/configure:20039:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mame-0.226+dfsg.1/3rdparty/expat/configure-20040-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-20097-*)
mame-0.226+dfsg.1/3rdparty/expat/configure:20098:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/expat/configure-20099-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/expat/configure:20100:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/expat/configure-20101-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-20158-/@mandir@/p'
mame-0.226+dfsg.1/3rdparty/expat/configure:20159:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mame-0.226+dfsg.1/3rdparty/expat/configure-20160-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-20175-
mame-0.226+dfsg.1/3rdparty/expat/configure:20176:# Neutralize VPATH when `$srcdir' = `.'.
mame-0.226+dfsg.1/3rdparty/expat/configure-20177-# Shell code in configure.ac might set extrasub.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-20203-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mame-0.226+dfsg.1/3rdparty/expat/configure:20204:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mame-0.226+dfsg.1/3rdparty/expat/configure-20205-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-20249-    * )
mame-0.226+dfsg.1/3rdparty/expat/configure:20250:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-20251-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-20304-    # Strip MF so we end up with the name of the file.
mame-0.226+dfsg.1/3rdparty/expat/configure:20305:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
mame-0.226+dfsg.1/3rdparty/expat/configure-20306-    # Check whether this is an Automake generated Makefile which includes
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-20875-    *:)
mame-0.226+dfsg.1/3rdparty/expat/configure:20876:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mame-0.226+dfsg.1/3rdparty/expat/configure-20877-        ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-20878-    x:*)
mame-0.226+dfsg.1/3rdparty/expat/configure:20879:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/expat/configure-20880-        ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-20881-    *::*)
mame-0.226+dfsg.1/3rdparty/expat/configure:20882:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/expat/configure:20883:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mame-0.226+dfsg.1/3rdparty/expat/configure-20884-        ;;
mame-0.226+dfsg.1/3rdparty/expat/configure-20885-    *)
mame-0.226+dfsg.1/3rdparty/expat/configure:20886:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/expat/configure-20887-        ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/configure-20902-    done
mame-0.226+dfsg.1/3rdparty/expat/configure:20903:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/expat/configure-20904-}
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/PrintPath-36-	-s  ) echo="no" ;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/PrintPath:37:	-p* ) pathname="`echo $args | sed 's/^..//'`" ;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/PrintPath-38-	*   ) programs="$programs $args" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/PrintPath-82-
mame-0.226+dfsg.1/3rdparty/expat/conftools/PrintPath:83:    if `/bin/sh $testfile 2>/dev/null`; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/PrintPath-84-	test_exec_flag="-x"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib-65-	mingw)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib-67-	  ;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib-68-	cygwin | msys)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib-70-	  ;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib-71-	wine)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib-73-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib-88-  archive=$3
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib:89:  at_file_contents=`cat "$1"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ar-lib-90-  eval set x "$at_file_contents"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-67-	mingw/*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-69-	  ;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-70-	cygwin/* | msys/*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-72-	  ;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-73-	wine/*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile:74:	  file=`winepath -w "$file" || echo "$file"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-75-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-310-# Name of file we expect compiler to create.
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-312-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-316-# object file name, since that is what matters with a parallel build.
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
mame-0.226+dfsg.1/3rdparty/expat/conftools/compile-318-while true; do
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-34-
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-36-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-103-    # shellcheck disable=SC2039
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:104:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-105-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-153-	EOF
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:154:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-155-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-190-	    earmv*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:191:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:192:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-193-		machine="${arch}${endian}"-unknown
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-222-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:223:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-224-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-235-	    *)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:236:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-237-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-288-	*4.0)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:289:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-290-		;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-291-	*5.*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:292:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-293-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-298-	# types through head -n 1, so we only detect the type of CPU 0.
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:299:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-300-	case "$ALPHA_CPU_TYPE" in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-336-	# 1.2 uses "1.2" for uname -r.
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:337:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-338-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-387-    s390x:SunOS:*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:388:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-389-	exit ;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-390-    sun4H:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:391:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-392-	exit ;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-393-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:394:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-395-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-412-	fi
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:413:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-414-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-418-	# it's likely to be more like Solaris than SunOS4.
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:419:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-420-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-427-	# Japanese Language versions have a version number like `4.1.3-JL'.
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:428:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-429-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-433-    sun*:*:4.2BSD:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:434:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-435-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-515-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:516:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:517:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-518-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-571-    *:IRIX*:*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:572:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-573-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-601-EOF
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:602:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-603-		then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-614-    *:AIX:*:[4567])
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:615:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-616-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-650-    9000/[34678]??:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:651:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-652-	case "$UNAME_MACHINE" in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-704-EOF
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:705:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-706-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-732-    ia64:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:733:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-734-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-762-EOF
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:763:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-764-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-833-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:834:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-835-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-838-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:839:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-840-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-856-	then
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:857:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-858-	else
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-860-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-869-	esac
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:870:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-871-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-905-    prep*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:906:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-907-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-909-	# the GNU system
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:910:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-911-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-913-	# other systems with GNU libc and userland
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:914:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-915-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1035-EOF
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:1036:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1037-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1146-    i*86:*:4.*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:1147:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1148-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1449-    *:DragonFly:*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:1450:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1451-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1462-    i*86:skyos:*:*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:1463:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1464-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1612-
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess:1613:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.guess-1614-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-52-
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-54-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-768-	i*86v32)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-770-		vendor=pc
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-773-	i*86v4*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-775-		vendor=pc
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-778-	i*86v)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-780-		vendor=pc
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-783-	i*86sol2)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-785-		vendor=pc
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-937-		cpu=sparc
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:938:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-939-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1104-	sh5e[lb]-*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1105:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1106-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1122-	xscale-* | xscalee[bl]-*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1123:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1124-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1277-			*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1278:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1279-				exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1311-	solaris1 | solaris1.*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1312:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1313-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1320-	gnu/linux*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1321:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1322-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1343-	sco3.2.[4-9]*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1344:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1345-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1407-	nto*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1409-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1417-	linux*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1418:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1419-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1429-	mac*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1430:		os=`echo "$os" | sed -e 's|mac|macos|'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1431-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1438-	sunos5*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1439:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1440-		;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1441-	sunos6*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1442:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1443-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1475-	sinix5.*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1476:		os=`echo $os | sed -e 's|sinix|sysv|'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1477-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1535-	*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub:1536:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/expat/conftools/config.sub-1537-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-64-  case $1 in
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-66-      *) dir=;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-73-{
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-75-}
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-128-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-405-        sleep 1
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp:406:        i=`expr $i - 1`
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-407-      done
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-408-    fi
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp:409:    i=`expr $i - 1`
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-410-  done
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-425-  # Do two passes, one to just change these to
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-659-  done
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/depcomp-661-  touch "$tmpdepfile"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-234-      fi
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-236-    *)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-280-      dstdir=$dst
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh:281:      dstbase=`basename "$src"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-282-      case $dst in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-287-    else
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh:288:      dstdir=`dirname "$dst"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-289-      test -d "$dstdir"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-354-                   test_tmpdir="$tmpdir/a"
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-419-            case $prefix in
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-421-              *) qprefix=$prefix;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-479-    if $copy_on_change &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh:480:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh:481:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/install-sh-482-       set -f &&
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-103-#
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-105-#
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-410-# The name of this program.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-412-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-416-  *[\\/]*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-610-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-613-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-639-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:640:    func_arith_result=`expr "$@"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-641-  }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-660-  # ...otherwise fall back to using sed.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-757-      test -n "$_G_tc" && {
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-760-      }
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-761-    done
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-763-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-831-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-833-  }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-865-      done
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-867-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-901-      # If mktemp works, use that first and foremost
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-903-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1108-          *[\[\*\?]*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1109:            func_quote_result=`$ECHO "$func_quote_result" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1110-            return 0
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1245-    case $2 in
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1246:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1247:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1248-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1318-    [0-9]* | *[!a-zA-Z0-9_]*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1319:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1320-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1405-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1406:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1407-}
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1471-# The default options also support '--debug', which will turn on shell
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1472:# execution tracing (see the comment above debug_cmd below for another
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1473-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1564-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1565:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1566-}
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1917-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1918:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1919-      func_split_equals_rhs=
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1920-      test "x$func_split_equals_lhs" = "x$1" \
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1921:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1922-  }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1945-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1946:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:1947:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-1948-  }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2118-       version:        $progname (GNU libtool) 2.4.6
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2119:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2120:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2121-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2157-  {
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2158:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2159-  }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2162-  {
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2163:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2164-  }
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2253-	  # quotes we have to do it in 2 steps:
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2254:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2255-	  eval "$extractedcf"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2706-      done
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2707:      CC_expanded=`func_echo_all $CC`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2708:      CC_quoted_expanded=`func_echo_all $CC_quoted`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2709-      case $@ in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2719-	    # Evaluate the configuration.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2720:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2721-	    CC_quoted=
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2725-	    done
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2726:	    CC_expanded=`func_echo_all $CC`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2727:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2728-	    case "$@ " in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2817-    # zero AND non-empty stdout, which explains the odd construction:
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2818:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2819-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2885-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:2886:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-2887-    if test "$?" -ne 0; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3056-    # LT_CYGPATH in this case.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3057:    func_to_host_file_result=`cygpath -m "$1"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3058-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3213-    func_to_host_path_tmp1=$func_stripname_result
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3214:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3215-    func_convert_path_check : ";" \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3423-    *.[cCFSifmso] | \
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3424:    *.ada | *.adb | *.ads | *.asm | \
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3425-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3500-    if test no = "$compiler_c_o"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3501:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3502-      lockfile=$output_obj.lock
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3519-*** ERROR, $lockfile exists and contains:
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3520:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3521-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3567-      if test warn = "$need_locks" &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3568:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3569-	$ECHO "\
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3570-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3571:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3572-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3616-      if test warn = "$need_locks" &&
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3617:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3618-	$ECHO "\
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3619-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3620:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3621-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3942-      # Get the absolute pathname.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:3943:      absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-3944-      test -n "$absdir" && dir=$absdir
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4041-      if test -n "$lt_sysroot"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4042:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4043-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4325-	  # Determine the prefix the user has applied to our future dir.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4326:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4327-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4338-	    # Stick the inst_prefix_dir data into the link command.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4339:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4340-	  else
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4341:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4342-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4505-	    fi
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4506:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4507-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4524-	        # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4525:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4526-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4543-	    # Install the binary that we compiled earlier.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4544:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4545-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4617-    my_pic_p=${3-false}
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4618:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4619-    my_dlsyms=
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4675-	  # Add our own program objects to the symbol list.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4676:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4677-	  for progfile in $progfiles; do
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4737-	          # Use subshell, to avoid clobbering current variable values
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4738:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4739-	          if test -n "$dlprefile_dlname"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4906-	  if test -f "$output_objdir/$my_outputname.def"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4907:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4908:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4909-	  else
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4910:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4911:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4912-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4914-	*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4915:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4916:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4917-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4929-      # Nullify the symbol file.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4930:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4931:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4932-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4943-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4944:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4945-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4956-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4957:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4958-  test -n "$func_cygming_ms_implib_tmp"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4972-  win32_libid_type=unknown
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:4973:  win32_fileres=`file -L $1 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-4974-  case $win32_fileres in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5037-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5038:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5039-}
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5055-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5056:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5057-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5119-    # binutils import library
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5120:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5121-  elif func_cygming_ms_implib_p "$1"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5122-    # ms-generated import library
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5123:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5124-  else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5203-	  darwin_base_archive=$func_basename_result
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5204:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5205-	  if test -n "$darwin_arches"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5206:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5207-	    darwin_arch=
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5217-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5218:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5219-	    darwin_file=
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5221-	    for darwin_file in $darwin_filelist; do
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5222:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5223-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5236-      esac
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5237:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5238-    done
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5343-    --lt-dump-script)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5344:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5345-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5346:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5347-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5370-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5371:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5372-  done
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5428-  # Find the directory that this script lives in.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5429:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5430-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5432-  # Follow symbolic links until we get to the real thisdir.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5433:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5434-  while test -n \"\$file\"; do
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5435:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5436-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5444-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5445:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5446:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5447-  done
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5458-    case \"\$thisdir\" in
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5459:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5460-    $objdir )   thisdir=. ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5464-  # Try to get the absolute directory name.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5465:  absdir=\`cd \"\$thisdir\" && pwd\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5466-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5474-  if test ! -f \"\$progdir/\$program\" ||
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5475:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5476-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5489-    if test -n \"\$relink_command\"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5490:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5491-      else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5533-    # The second colon is a workaround for a bug in BeOS R4 sed
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:5534:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-5535-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-6512-
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:6513:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-6514-    *import*) : ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-6760-	    moreargs=
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:6761:	    for fil in `cat "$save_arg"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-6762-	    do
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7021-	*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:7022:	  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7023-	  test -z "$absdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7042-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:7043:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7044-	  case :$dllsearchpath: in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7349-      -Z*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:7350:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7351-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7519-      # get the directories listed in $shlibpath_var
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:7520:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7521-    else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7835-		  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:7836:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7837-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7925-	if test -n "$inherited_linker_flags"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:7926:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7927-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7933-	fi
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:7934:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-7935-	if test lib,link = "$linkmode,$pass" ||
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8006-	*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:8007:	  abs_ladir=`cd "$ladir" && pwd`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8008-	  if test -z "$abs_ladir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8259-	    shift
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:8260:	    libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8261-	    # use dlname if we got it. it's perfectly good, no?
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8551-		*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:8552:		  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8553-		  if test -z "$absdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8562-		  depdepl=
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:8563:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8564-		  if test -n "$deplibrary_names"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8569-		      depdepl=$absdir/$objdir/$depdepl
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:8570:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8571-                      if test -z "$darwin_install_name"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:8572:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8573-                      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8584-		else
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:8585:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8586-		  test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8607-	else
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:8608:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8609-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8696-        linux*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:8697:          case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-8698-          *Sun\ C*) # Sun C++ 5.9
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9101-	removelist=
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9102:	tempremovelist=`$ECHO "$output_objdir/*"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9103-	for p in $tempremovelist; do
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9127-	# Transform .lo files to .o files.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9128:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9129-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9132-      #for path in $notinst_path; do
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9133:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9134:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9135:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9136-      #done
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9253-		if test -n "$i"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9254:		  libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9255:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9256-		  set dummy $deplib_matches; shift
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9257-		  deplib_match=$1
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9258:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9259-		    func_append newdeplibs " $i"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9296-		  if test -n "$i"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9297:		    libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9298:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9299-		    set dummy $deplib_matches; shift
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9300-		    deplib_match=$1
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9301:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9302-		      func_append newdeplibs " $i"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9331-	  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9332:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9333-	  for a_deplib in $deplibs; do
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9346-	      if test -n "$a_deplib"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9347:		libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9348-		if test -n "$file_magic_glob"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9349:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9350-		else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9356-		    shopt -s nocaseglob
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9357:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9358-		    $nocaseglob
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9359-		  else
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9360:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9361-		  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9374-		      while test -h "$potlib" 2>/dev/null; do
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9375:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9376-			case $potliblink in
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9377-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9378:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9379-			esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9415-	  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9416:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9417-	  for a_deplib in $deplibs; do
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9430-	      if test -n "$a_deplib"; then
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9431:		libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9432-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9433:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9434-		  for potent_lib in $potential_libs; do
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9469-	  newdeplibs=
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9470:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9471-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9473-	      # can't use Xsed below, because $i might contain '/'
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9474:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9475-	    done
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9499-	  # On Rhapsody replace the C library with the System framework
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9500:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9501-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9551-	*-*-darwin*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9552:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9553:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9554:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9555-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9678-	# Use standard objects if they are pic
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:9679:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-9680-	test "X$libobjs" = "X " && libobjs=
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10192-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10193:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10194-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10207-      # Create the old-style object.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10208:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10209-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10265-	# On Rhapsody replace the C library is the System framework
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10266:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10267:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10268-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10283-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10284:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10285:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10286-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10361-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10362:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10363-	  case :$dllsearchpath: in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10421-	# Transform all the library objects into standard objects.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10422:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10423:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10424-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10449-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10450:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10451-	link_command=$compile_command$compile_rpath
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10458-	  func_to_tool_file "$output"
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10459:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10460-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10502-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10503:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10504-	# Delete the old output file.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10510-	  func_to_tool_file "$output"
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10511:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10512-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10528-	  link_command=$finalize_var$compile_command$finalize_rpath
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10529:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10530-          ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10541-      # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10542:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10543-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10550-	func_to_tool_file "$output_objdir/$outputname"
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10551:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10552-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10839-		func_resolve_sysroot "$deplib"
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10840:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10841-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10865-		name=$func_basename_result
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10866:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10867-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10884-		name=$func_basename_result
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:10885:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-10886-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-11203-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh:11204:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
mame-0.226+dfsg.1/3rdparty/expat/conftools/ltmain.sh-11205-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-79-  { \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in:80:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-81-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-159-  esac
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in:160:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-161-am__vpath_adj = case $$p in \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in:162:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-163-    *) f=$$p;; \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-164-  esac;
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in:165:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-166-am__install_max = 40
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-167-am__nobase_strip_setup = \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in:168:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-169-am__nobase_strip = \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-376-	test -n "$(man1dir)" \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in:377:	  && test -n "`echo $$list1$$list2`" \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-378-	  || exit 0; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-426-distdir-am: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in:427:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in:428:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-429-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-440-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in:441:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/expat/doc/Makefile.in-442-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-80-  { \
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in:81:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-82-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-392-	test -n "$(EXEEXT)" || exit 0; \
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in:393:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-394-	echo " rm -f" $$list; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-427-.c.obj:
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in:428:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-429-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-431-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in:432:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-433-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-476-GTAGS:
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in:477:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-478-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-502-distdir-am: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in:503:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in:504:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-505-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-516-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in:517:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/expat/examples/Makefile.in-518-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-82-  { \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:83:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-84-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-144-CONFIG_CLEAN_VPATH_FILES =
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:145:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-146-am__vpath_adj = case $$p in \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:147:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-148-    *) f=$$p;; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-149-  esac;
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:150:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-151-am__install_max = 40
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-152-am__nobase_strip_setup = \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:153:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-154-am__nobase_strip = \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-519-.c.obj:
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:520:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-521-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-523-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:524:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-525-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-556-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:557:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-558-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-577-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:578:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-579-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-610-GTAGS:
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:611:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-612-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-636-distdir-am: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:637:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:638:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-639-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-650-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in:651:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/expat/lib/Makefile.in-652-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-119-    done
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-121-}
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-439-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-447-#
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-561-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-574-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1165-      }]'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1170-  fi],[])
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1203-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1239-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1260-   if test yes = "$GCC"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1262-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1264- /*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1266-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1296-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1313-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1323-    else
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1325-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1345-    emul=elf
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1347-      *32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1353-    esac
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1355-      *MSB*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1361-    esac
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1363-      *N32*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1731-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1732:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1733:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1734-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1764-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1765:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1766-    else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1773-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1774:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1775:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1776-    else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1785-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1786:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1787-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1789-      do
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1790:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1791-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1793-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1795-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1798-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:1799:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-1800-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2264-    *:)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2265:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2266-        ;;
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2267-    x:*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2268:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2269-        ;;
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2270-    *::*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2271:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2272:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2273-        ;;
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2274-    *)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2275:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2276-        ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2304-  esac
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2305:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2306-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2311-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2312:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2313-    ;;
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2314-  *)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2315:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2316-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2320-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2321:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2322-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2362-  esac
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2363:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2364-else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2503-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2504:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2505-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2539-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2540:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2541:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2542:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2543-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2548-      fi'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2549:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2550-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2556-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2557:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2558-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2562-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2563:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2564-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2566-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2567:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2568-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2575-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2576:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2577-    library_names_spec='$libname.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2587-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2588:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2589-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2592-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2593:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2594-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2598-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2599:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2600:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2601:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2602-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2606-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2607:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2608-      else
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2609:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2610-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2616-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2617:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2618:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2619:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2620-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2621-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2622:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2623-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2630-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2631:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2632-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2647-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2648:  shrext_cmds='`test .$module = .yes && echo .bundle || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2649-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2894-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2895:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2896-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2948-  need_lib_prefix=no
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2949:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2950-    need_version=no
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2975-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2976:  postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2977:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2978:    dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2979-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2984-    fi'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:2985:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-2986-    dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3195-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3196:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3197-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3278-    # gcc leaves a trailing carriage return, which upsets mingw
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3279:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3280-  *)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3281:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3282-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3287-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3288:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3289-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3290:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3291-      done
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3318-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3319:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3320-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3358-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3359:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3360-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3585-openbsd* | bitrig*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3586:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3587-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3652-    else
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3653:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3654-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3703-	esac
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3704:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3705-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3709-	*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3710:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3711-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3735-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3736:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3737-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3794-  # decide which one to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3795:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3796-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3968-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:3969:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-3970-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4016-mingw*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:4017:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4018-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4072-    nlist=conftest.nm
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:4073:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4074-      # Try sorting and uniquifying the output.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4420-	  *)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:4421:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4422-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4756-      *)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:4757:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4758-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4939-    else
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:4940:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-4941-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5032-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5033:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5034-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5064-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5065:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5066-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5167-	prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5168:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5169-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5189-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5190:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5191:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5192-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5207-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5208:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5209-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5212-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5213:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5214-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5229-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5230:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5231-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5233-	esac
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5234:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5235-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5304-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5305:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5306-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5393-	else
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5394:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5395-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5458-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5459:	  collect2name=`$CC -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5460-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5514-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5515:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5516-      else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5539-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5540:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5541-	  if test svr4 != "$with_aix_soname"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5630-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5631:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5632-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5768-      if test yes = "$GCC"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5769:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5770-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5791-	if test yes = "$lt_cv_irix_exported_symbol"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5792:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5793-	fi
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5794-      else
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5795:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5796:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5797-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5841-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5842:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5843-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5872-	prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5873:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5874-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5886-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5887:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5888-      else
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5889-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5890:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5891-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5899-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5900:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5901-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5903-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5904:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5905:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5906:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5907-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5922-      else
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:5923:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-5924-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6115-	  _LT_TAGVAR(allow_undefined_flag, $1)=
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6116:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6117-	  then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6419-        # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6420:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6421-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6529-          # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6530:	  collect2name=`$CC -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6531-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6587-
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6588:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6589-        else
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6612-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6613:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6614-	    if test svr4 != "$with_aix_soname"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6741-	  prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6742:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6743-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6815-            # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6816:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6817-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6880-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6881:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6882-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6916-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6917:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6918:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6919-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6923-	    # SGI C++
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6924:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6925-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6934-	      if test no = "$with_gnu_ld"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6935:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6936-	      else
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6937:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6938-	      fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6955-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6956:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6957:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6958-	    # Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6965-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6966:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6967-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6980-	    # earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:6981:	    case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-6982-	      *"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7001-            # Portland Group C++ compiler
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7002:	    case `$CC -V` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7003-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7006-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7007:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7008-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7010-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7011:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7012-                $RANLIB $oldlib'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7015-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7016:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7017-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7019-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7020:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7021-	      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7029-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7030:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7031-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7048-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7049:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7050-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7063-	  *)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7064:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7065-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7070-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7071:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7072-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7135-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7136:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7137-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7154-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7155:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7156-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7175-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7176:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7177-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7180-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7181:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7182:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7183-                  echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7184:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7185-                  $RM $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7199-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7200:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7201-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7206-	        osf3*)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7207:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7208-		  ;;
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7209-	        *)
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7210:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7211-		  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7459-  case @S|@2 in
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7460:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7461:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7462-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7548-
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7549:  for p in `eval "$output_verbose_link_cmd"`; do
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7550-    case $prev$p in
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-7654-fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-8272-    test 10 -lt "$lt_ac_count" && break
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4:8273:    lt_ac_count=`expr $lt_ac_count + 1`
mame-0.226+dfsg.1/3rdparty/expat/m4/libtool.m4-8274-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
mame-0.226+dfsg.1/3rdparty/expat/m4/ltsugar.m4-68-m4_define([lt_combine],
mame-0.226+dfsg.1/3rdparty/expat/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
mame-0.226+dfsg.1/3rdparty/expat/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-80-  { \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:81:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-82-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-285-}
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:286:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-287-am__vpath_adj = case $$p in \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:288:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-289-    *) f=$$p;; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-290-  esac;
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:291:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-292-am__install_max = 40
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-293-am__nobase_strip_setup = \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:294:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-295-am__nobase_strip = \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-413-case "$@" in						\
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:414:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-415-    *) am__odir=.;; 					\
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-443-  bases='$(TEST_LOGS)'; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:444:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:445:  bases=`echo $$bases`
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-446-RECHECK_LOGS = $(TEST_LOGS)
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-454-        */*) b='$*';; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:455:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-456-       esac;; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-477-  while test -n "$$dir1"; do \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:478:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-479-    if test "$$first" != "."; then \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-480-      if test "$$first" = ".."; then \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:481:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:482:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-483-      else \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:484:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-485-        if test "$$first2" = "$$first"; then \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:486:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-487-        else \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-492-    fi; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:493:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-494-  done; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-695-	test -n "$(EXEEXT)" || exit 0; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:696:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-697-	echo " rm -f" $$list; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-742-.c.obj:
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:743:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-744-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-746-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:747:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-748-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-763-.cpp.obj:
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:764:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-765-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-767-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:768:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-769-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-796-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:797:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-798-	case "$@" in \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-859-GTAGS:
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:860:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-861-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-902-	if test -n "$$redo_bases"; then \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:903:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:904:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-905-	  if $(am__make_dryrun); then :; else \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-927-	ws='[ 	]'; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:928:	results=`for b in $$bases; do echo $$b.trs; done`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-929-	test -n "$$results" || results=/dev/null; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:930:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:931:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:932:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:933:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:934:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:935:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:936:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:937:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-938-	  success=true; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-1006-	@set +e; $(am__set_TESTS_bases); \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:1007:	log_list=`for i in $$bases; do echo $$i.log; done`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:1008:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:1009:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-1010-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-1016-	         | $(am__list_recheck_tests)` || exit 1; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:1017:	log_list=`for i in $$bases; do echo $$i.log; done`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:1018:	log_list=`echo $$log_list`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-1019-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-1055-distdir-am: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:1056:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:1057:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-1058-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-1069-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in:1070:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/Makefile.in-1071-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-80-  { \
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in:81:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-82-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-390-	test -n "$(EXEEXT)" || exit 0; \
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in:391:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-392-	echo " rm -f" $$list; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-420-.c.obj:
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in:421:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-422-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-424-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in:425:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-426-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-469-GTAGS:
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in:470:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-471-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-495-distdir-am: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in:496:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in:497:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-498-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-509-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in:510:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/expat/tests/benchmark/Makefile.in-511-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh-28-
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh:29:MYDIR="`dirname \"$0\"`"
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh-30-cd "$MYDIR"
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh-31-MYDIR="`pwd`"
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh:32:XMLWF="${1:-`dirname \"$MYDIR\"`/xmlwf/xmlwf}"
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh-33-# Unicode-aware diff utility
##############################################
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh-77-  if [ "$1" -eq 0 ] ; then
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh:78:    SUCCESS=`expr $SUCCESS + 1`
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh-79-  else
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh:80:    ERROR=`expr $ERROR + 1`
mame-0.226+dfsg.1/3rdparty/expat/tests/xmltest.sh-81-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-80-  { \
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:81:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-82-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-455-	test -n "$(EXEEXT)" || exit 0; \
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:456:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-457-	echo " rm -f" $$list; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-488-.c.obj:
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:489:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-490-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-492-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:493:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-494-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-502-xmlwf-xmlwf.o: xmlwf.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:503:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlwf.o -MD -MP -MF $(DEPDIR)/xmlwf-xmlwf.Tpo -c -o xmlwf-xmlwf.o `test -f 'xmlwf.c' || echo '$(srcdir)/'`xmlwf.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-504-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-xmlwf.Tpo $(DEPDIR)/xmlwf-xmlwf.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-506-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:507:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlwf.o `test -f 'xmlwf.c' || echo '$(srcdir)/'`xmlwf.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-508-
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-509-xmlwf-xmlwf.obj: xmlwf.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:510:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlwf.obj -MD -MP -MF $(DEPDIR)/xmlwf-xmlwf.Tpo -c -o xmlwf-xmlwf.obj `if test -f 'xmlwf.c'; then $(CYGPATH_W) 'xmlwf.c'; else $(CYGPATH_W) '$(srcdir)/xmlwf.c'; fi`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-511-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-xmlwf.Tpo $(DEPDIR)/xmlwf-xmlwf.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-513-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:514:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlwf.obj `if test -f 'xmlwf.c'; then $(CYGPATH_W) 'xmlwf.c'; else $(CYGPATH_W) '$(srcdir)/xmlwf.c'; fi`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-515-
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-516-xmlwf-xmlfile.o: xmlfile.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:517:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlfile.o -MD -MP -MF $(DEPDIR)/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo '$(srcdir)/'`xmlfile.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-518-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-xmlfile.Tpo $(DEPDIR)/xmlwf-xmlfile.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-520-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:521:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo '$(srcdir)/'`xmlfile.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-522-
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-523-xmlwf-xmlfile.obj: xmlfile.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:524:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlfile.obj -MD -MP -MF $(DEPDIR)/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.obj `if test -f 'xmlfile.c'; then $(CYGPATH_W) 'xmlfile.c'; else $(CYGPATH_W) '$(srcdir)/xmlfile.c'; fi`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-525-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-xmlfile.Tpo $(DEPDIR)/xmlwf-xmlfile.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-527-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:528:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlfile.obj `if test -f 'xmlfile.c'; then $(CYGPATH_W) 'xmlfile.c'; else $(CYGPATH_W) '$(srcdir)/xmlfile.c'; fi`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-529-
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-530-xmlwf-codepage.o: codepage.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:531:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-codepage.o -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo '$(srcdir)/'`codepage.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-532-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-codepage.Tpo $(DEPDIR)/xmlwf-codepage.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-534-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:535:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo '$(srcdir)/'`codepage.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-536-
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-537-xmlwf-codepage.obj: codepage.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:538:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-codepage.obj -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage.obj `if test -f 'codepage.c'; then $(CYGPATH_W) 'codepage.c'; else $(CYGPATH_W) '$(srcdir)/codepage.c'; fi`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-539-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-codepage.Tpo $(DEPDIR)/xmlwf-codepage.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-541-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:542:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-codepage.obj `if test -f 'codepage.c'; then $(CYGPATH_W) 'codepage.c'; else $(CYGPATH_W) '$(srcdir)/codepage.c'; fi`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-543-
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-544-xmlwf-@FILEMAP@.o: @FILEMAP@.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:545:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-@FILEMAP@.o -MD -MP -MF $(DEPDIR)/xmlwf-@FILEMAP@.Tpo -c -o xmlwf-@FILEMAP@.o `test -f '@FILEMAP@.c' || echo '$(srcdir)/'`@FILEMAP@.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-546-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-@FILEMAP@.Tpo $(DEPDIR)/xmlwf-@FILEMAP@.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-548-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:549:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-@FILEMAP@.o `test -f '@FILEMAP@.c' || echo '$(srcdir)/'`@FILEMAP@.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-550-
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-551-xmlwf-@FILEMAP@.obj: @FILEMAP@.c
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:552:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-@FILEMAP@.obj -MD -MP -MF $(DEPDIR)/xmlwf-@FILEMAP@.Tpo -c -o xmlwf-@FILEMAP@.obj `if test -f '@FILEMAP@.c'; then $(CYGPATH_W) '@FILEMAP@.c'; else $(CYGPATH_W) '$(srcdir)/@FILEMAP@.c'; fi`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-553-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-@FILEMAP@.Tpo $(DEPDIR)/xmlwf-@FILEMAP@.Po
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-555-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:556:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-@FILEMAP@.obj `if test -f '@FILEMAP@.c'; then $(CYGPATH_W) '@FILEMAP@.c'; else $(CYGPATH_W) '$(srcdir)/@FILEMAP@.c'; fi`
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-557-
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-593-GTAGS:
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:594:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-595-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-619-distdir-am: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:620:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:621:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-622-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-633-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in:634:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/expat/xmlwf/Makefile.in-635-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/genie/README.md-100- - Added Vala language support.
mame-0.226+dfsg.1/3rdparty/genie/README.md:101: - Added MASM support for Visual Studio projects.
mame-0.226+dfsg.1/3rdparty/genie/README.md-102- - Added `userincludedirs` for include header with angle brackets and quotes
##############################################
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-137-
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md:138:`$ genie vs2005`
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-139-
##############################################
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-150-
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md:151:`$ genie vs2015 alpha beta`
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-152-
##############################################
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-164-
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md:165:`$ genie vs2015 --gfxapi=directx`
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-166-
##############################################
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-239-
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md:240:* `buildoptions_asm` for .asm files
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-241-* `buildoptions_c` for .c files
##############################################
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-1935-- For commands/scripts: You can iterate over the input paths using the following XCode variables:
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md:1936:  `${SCRIPT_INPUT_FILE_COUNT}`: The number of input paths provided to the script
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md:1937:  `${SCRIPT_INPUT_FILE_0}` ...: The input paths at index 0 and so on.
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-1938-  **NOTE**: You can construct the indexed variable as in the example below:
##############################################
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-2541-
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md:2542:-- tokens are assumed to be absolute. This returns `${ProjectDir}`
mame-0.226+dfsg.1/3rdparty/genie/docs/scripting-reference.md-2543-p = path.join("MySolution", "$(ProjectDir)")
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-846-
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua:847:			-- MASM only has 3 warning levels where 3 is default, so we can ignore `ExtraWarnings`
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-848-			if cfg.flags.MinimumWarnings then
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1106-				ClInclude = {},
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua:1107:				MASM = {},
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1108-				Object = {},
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1440-				local translatedpath = path.translate(file.name, "\\")
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua:1441:				_p(2, '<MASM Include="%s">', translatedpath)
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1442-
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1486-	function premake.vs2010_vcxproj(prj)
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua:1487:		local usemasm = hasmasmfiles(prj)
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1488-
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1504-			_p(1,'<ImportGroup Label="ExtensionSettings">')
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua:1505:			if usemasm then
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1506-				_p(2, '<Import Project="$(VCTargetsPath)\\BuildCustomizations\\masm.props" />')
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1526-			_p(1,'<ImportGroup Label="ExtensionTargets">')
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua:1527:			if usemasm then
mame-0.226+dfsg.1/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua-1528-				_p(2, '<Import Project="$(VCTargetsPath)\\BuildCustomizations\\masm.targets" />')
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-59-
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:60:static TValue *index2addr (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-61-  CallInfo *ci = L->ci;
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-209-  t = L->top - 1;  /* end of stack segment being rotated */
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:210:  p = index2addr(L, idx);  /* start of segment */
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-211-  api_checkstackindex(idx, p);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-223-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:224:  fr = index2addr(L, fromidx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:225:  to = index2addr(L, toidx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-226-  api_checkvalidindex(to);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-237-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:238:  setobj2s(L, L->top, index2addr(L, idx));
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-239-  api_incr_top(L);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-250-LUA_API int lua_type (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:251:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-252-  return (isvalid(o) ? ttnov(o) : LUA_TNONE);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-263-LUA_API int lua_iscfunction (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:264:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-265-  return (ttislcf(o) || (ttisCclosure(o)));
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-269-LUA_API int lua_isinteger (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:270:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-271-  return ttisinteger(o);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-276-  lua_Number n;
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:277:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-278-  return tonumber(o, &n);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-282-LUA_API int lua_isstring (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:283:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-284-  return (ttisstring(o) || cvt2str(o));
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-288-LUA_API int lua_isuserdata (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:289:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-290-  return (ttisfulluserdata(o) || ttislightuserdata(o));
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-294-LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:295:  StkId o1 = index2addr(L, index1);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:296:  StkId o2 = index2addr(L, index2);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-297-  return (isvalid(o1) && isvalid(o2)) ? luaV_rawequalobj(o1, o2) : 0;
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-320-  lua_lock(L);  /* may call tag method */
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:321:  o1 = index2addr(L, index1);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:322:  o2 = index2addr(L, index2);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-323-  if (isvalid(o1) && isvalid(o2)) {
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-345-  lua_Number n;
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:346:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-347-  int isnum = tonumber(o, &n);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-356-  lua_Integer res;
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:357:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-358-  int isnum = tointeger(o, &res);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-366-LUA_API int lua_toboolean (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:367:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-368-  return !l_isfalse(o);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-372-LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:373:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-374-  if (!ttisstring(o)) {
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-380-    luaC_checkGC(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:381:    o = index2addr(L, idx);  /* previous call may reallocate the stack */
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-382-    luaO_tostring(L, o);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-390-LUA_API size_t lua_rawlen (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:391:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-392-  switch (ttnov(o)) {
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-401-LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:402:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-403-  if (ttislcf(o)) return fvalue(o);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-410-LUA_API void *lua_touserdata (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:411:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-412-  switch (ttnov(o)) {
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-420-LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:421:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-422-  return (!ttisthread(o)) ? NULL : thvalue(o);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-426-LUA_API const void *lua_topointer (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:427:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-428-  switch (ttype(o)) {
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-595-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:596:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-597-  luaV_gettable(L, t, L->top - 1, L->top - 1);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-605-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:606:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-607-  setsvalue2s(L, L->top, luaS_new(L, k));
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-617-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:618:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-619-  setivalue(L->top, n);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-629-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:630:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-631-  api_check(ttistable(t), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-640-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:641:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-642-  api_check(ttistable(t), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-653-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:654:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-655-  api_check(ttistable(t), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-681-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:682:  obj = index2addr(L, objindex);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-683-  switch (ttnov(obj)) {
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-706-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:707:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-708-  api_check(ttisfulluserdata(o), "full userdata expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-737-  api_checknelems(L, 2);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:738:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-739-  luaV_settable(L, t, L->top - 2, L->top - 1);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-748-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:749:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-750-  setsvalue2s(L, L->top++, luaS_new(L, k));
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-760-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:761:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-762-  setivalue(L->top++, n);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-773-  api_checknelems(L, 2);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:774:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-775-  api_check(ttistable(o), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-789-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:790:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-791-  api_check(ttistable(o), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-805-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:806:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-807-  api_check(ttistable(o), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-821-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:822:  obj = index2addr(L, objindex);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-823-  if (ttisnil(L->top - 1))
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-860-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:861:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-862-  api_check(ttisfulluserdata(o), "full userdata expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-932-  else {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:933:    StkId o = index2addr(L, errfunc);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-934-    api_checkstackindex(errfunc, o);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1097-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:1098:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1099-  api_check(ttistable(t), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1129-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:1130:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1131-  luaV_objlen(L, L->top, t);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1196-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:1197:  name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL, NULL);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1198-  if (name) {
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1213-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:1214:  fi = index2addr(L, funcindex);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1215-  api_checknelems(L, 1);
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1229-  LClosure *f;
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:1230:  StkId fi = index2addr(L, fidx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1231-  api_check(ttisLclosure(fi), "Lua function expected");
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1239-LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) {
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c:1240:  StkId fi = index2addr(L, fidx);
mame-0.226+dfsg.1/3rdparty/genie/src/host/lua-5.3.0/src/lapi.c-1241-  switch (ttype(fi)) {
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/scripts.c-318-	"rdependencies > 0 then\nlocal dirs = table.concat(cfg.antbuildjardependencies,\";\")\n_p(3,'<JarDependencies>%s</JarDependencies>',dirs)\nend\nif #cfg.antbuildnativelibdirs > 0 then\nlocal dirs = table.concat(cfg.antbuildnativelibdirs,\";\")\n_p(3,'<NativeLibDirectories>%s</NativeLibDirectories>',dirs)\nend\nif #cfg.antbuildnativelibdependencies > 0 then\nlocal dirs = table.concat(cfg.antbuildnativelibdependencies,\";\")\n_p(3,'<NativeLibDependencies>%s</NativeLibDependencies>',dirs)\nend\nif #cfg.antbuildassetsdirs > 0 then\nlocal dirs = table.concat(cfg.antbuildassetsdirs,\";\")\n_p(3,'<AssetsDirectories>%s</AssetsDirectories>',dirs)\nend\n_p(2,'</AntBuild>')\nend\nend\nlocal function item_definitions(prj)\nfor _, cfginfo in ipairs(prj.solution.vstudio_configs) do\nlocal cfg = premake.getconfig(prj, cfginfo.src_buildcfg, cfginfo.src_platform)\n_p(1,'<ItemDefinitionGroup ' ..if_config_and_platform() ..'>'\n,premake.esc(cfginfo.name))\nvs10_clcompile(cfg)\nresource_compile(cfg)\nitem_def_lib(prj, cfg)\nvc2010."
mame-0.226+dfsg.1/3rdparty/genie/src/host/scripts.c:319:	"link(cfg)\nant_build(prj, cfg)\nevent_hooks(cfg)\nvs10_masm(prj, cfg)\nadditional_manifest(cfg)\n_p(1,'</ItemDefinitionGroup>')\nend\nend\nfunction vc2010.getfilegroup(prj, group)\nlocal sortedfiles = prj.vc2010sortedfiles\nif not sortedfiles then\nsortedfiles = {\nClCompile = {},\nClInclude = {},\nMASM = {},\nObject = {},\nNone = {},\nResourceCompile = {},\nAppxManifest = {},\nAndroidBuild = {},\nNatvis = {},\nImage = {},\nDeploymentContent = {}\n}\nlocal foundAppxManifest = false\nfor file in premake.project.eachfile(prj, true) do\nif path.issourcefilevs(file.name) then\ntable.insert(sortedfiles.ClCompile, file)\nelseif path.iscppheader(file.name) then\nif not table.icontains(prj.removefiles, file) then\ntable.insert(sortedfiles.ClInclude, file)\nend\nelseif path.isobjectfile(file.name) then\ntable.insert(sortedfiles.Object, file)\nelseif path.isresourcefile(file.name) then\ntable.insert(sortedfiles.ResourceCompile, file)\nelseif path.isimagefile(file.name) then\ntable.insert(sortedfiles.Image, file)\nelseif"
mame-0.226+dfsg.1/3rdparty/genie/src/host/scripts.c-320-	" path.isappxmanifest(file.name) then\nfoundAppxManifest = true\ntable.insert(sortedfiles.AppxManifest, file)\nelseif path.isandroidbuildfile(file.name) then\ntable.insert(sortedfiles.AndroidBuild, file)\nelseif path.isnatvis(file.name) then\ntable.insert(sortedfiles.Natvis, file)\nelseif path.isasmfile(file.name) then\ntable.insert(sortedfiles.MASM, file)\nelseif file.flags and table.icontains(file.flags, \"DeploymentContent\") then\ntable.insert(sortedfiles.DeploymentContent, file)\nelse\ntable.insert(sortedfiles.None, file)\nend\nend\nif vstudio.iswinrt() and prj.kind == \"WindowedApp\" and not foundAppxManifest then\nvstudio.needAppxManifest = true\nlocal fcfg = {}\nfcfg.name = prj.name .. \"/Package.appxmanifest\"\nfcfg.vpath = premake.project.getvpath(prj, fcfg.name)\ntable.insert(sortedfiles.AppxManifest, fcfg)\nlocal logo = {}\nlogo.name  = prj.name .. \"/Logo.png\"\nlogo.vpath = logo.name\ntable.insert(sortedfiles.Image, logo)\nlocal smallLogo = {}\nsmallLogo.name  = prj.name .. \"/SmallLogo.png\"\nsma"
##############################################
mame-0.226+dfsg.1/3rdparty/genie/src/host/scripts.c-328-	"src_platform)\nif nopch or table.icontains(cfg.nopch, file.name) then\n_p(3,'<PrecompiledHeader '.. if_config_and_platform() .. '>NotUsing</PrecompiledHeader>', premake.esc(vsconfig.name))\nend\nend\nlocal excluded = table.icontains(prj.excludes, file.name)\nfor _, vsconfig in ipairs(configs) do\nlocal cfg = premake.getconfig(prj, vsconfig.src_buildcfg, vsconfig.src_platform)\nlocal fileincfg = table.icontains(cfg.files, file.name)\nlocal cfgexcluded = table.icontains(cfg.excludes, file.name)\nif excluded or not fileincfg or cfgexcluded then\n_p(3, '<ExcludedFromBuild '\n.. if_config_and_platform()\n.. '>true</ExcludedFromBuild>'\n, premake.esc(vsconfig.name)\n)\nend\nend\nif prj.flags and prj.flags.Managed then\nlocal prjforcenative = table.icontains(prj.forcenative, file.name)\nfor _,vsconfig in ipairs(configs) do\nlocal cfg = premake.getconfig(prj, vsconfig.src_buildcfg, vsconfig.src_platform)\nif prjforcenative or table.icontains(cfg.forcenative, file.name) then\n_p(3, '<CompileAsManaged ' .. if_config_and"
mame-0.226+dfsg.1/3rdparty/genie/src/host/scripts.c:329:	"_platform() .. '>false</CompileAsManaged>', premake.esc(vsconfig.name))\nend\nend\nend\n_p(2,'</ClCompile>')\nend\n_p(1,'</ItemGroup>')\nend\nend\nfunction vc2010.masmfiles(prj)\nlocal configs = prj.solution.vstudio_configs\nlocal files = vc2010.getfilegroup(prj, \"MASM\")\nif #files > 0 then\n_p(1, '<ItemGroup>')\nfor _, file in ipairs(files) do\nlocal translatedpath = path.translate(file.name, \"\\\\\")\n_p(2, '<MASM Include=\"%s\">', translatedpath)\nlocal excluded = table.icontains(prj.excludes, file.name)\nfor _, vsconfig in ipairs(configs) do\nlocal cfg = premake.getconfig(prj, vsconfig.src_buildcfg, vsconfig.src_platform)\nlocal fileincfg = table.icontains(cfg.files, file.name)\nlocal cfgexcluded = table.icontains(cfg.excludes, file.name)\nif excluded or not fileincfg or cfgexcluded then\n_p(3, '<ExcludedFromBuild '\n.. if_config_and_platform()\n.. '>true</ExcludedFromBuild>'\n, premake.esc(vsconfig.name)\n)\nend\nend\n_p(2, '</MASM>')\nend\n_p(1, '</ItemGroup>')\nend\nend\nfunction vc2010.header(target"
mame-0.226+dfsg.1/3rdparty/genie/src/host/scripts.c:330:	"s)\nio.eol = \"\\r\\n\"\n_p('<?xml version=\"1.0\" encoding=\"utf-8\"?>')\nlocal t = \"\"\nif targets then\nt = ' DefaultTargets=\"' .. targets .. '\"'\nend\n_p('<Project%s ToolsVersion=\"%s\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">', t, action.vstudio.toolsVersion)\nend\nfunction premake.vs2010_vcxproj(prj)\nlocal usemasm = hasmasmfiles(prj)\nio.indent = \"  \"\nvc2010.header(\"Build\")\nvs2010_config(prj)\nvs2010_globals(prj)\n_p(1,'<Import Project=\"$(VCTargetsPath)\\\\Microsoft.Cpp.Default.props\" />')\nfor _, cfginfo in ipairs(prj.solution.vstudio_configs) do\nlocal cfg = premake.getconfig(prj, cfginfo.src_buildcfg, cfginfo.src_platform)\nvc2010.configurationPropertyGroup(cfg, cfginfo)\nend\n_p(1,'<Import Project=\"$(VCTargetsPath)\\\\Microsoft.Cpp.props\" />')\n_p(1,'<ImportGroup Label=\"ExtensionSettings\">')\nif usemasm then\n_p(2, '<Import Project=\"$(VCTargetsPath)\\\\BuildCustomizations\\\\masm.props\" />')\nend\n_p(1,'</ImportGroup>')\nimport_props(prj)\n_p(1,'<PropertyGroup "
mame-0.226+dfsg.1/3rdparty/genie/src/host/scripts.c:331:	"Label=\"UserMacros\" />')\nvc2010.outputProperties(prj)\nitem_definitions(prj)\nvc2010.files(prj)\nvc2010.clrReferences(prj)\nvc2010.projectReferences(prj)\nvc2010.sdkReferences(prj)\nvc2010.masmfiles(prj)\n_p(1,'<Import Project=\"$(VCTargetsPath)\\\\Microsoft.Cpp.targets\" />')\n_p(1,'<ImportGroup Label=\"ExtensionTargets\">')\nif usemasm then\n_p(2, '<Import Project=\"$(VCTargetsPath)\\\\BuildCustomizations\\\\masm.targets\" />')\nend\n_p(1,'</ImportGroup>')\n_p('</Project>')\nend\nfunction vc2010.clrReferences(prj)\nif #prj.clrreferences == 0 then\nreturn\nend\n_p(1,'<ItemGroup>')\nfor _, ref in ipairs(prj.clrreferences) do\nif os.isfile(ref) then\nlocal assembly = path.getbasename(ref)\n_p(2,'<Reference Include=\"%s\">', assembly)\n_p(3,'<HintPath>%s</HintPath>', path.getrelative(prj.location, ref))\n_p(2,'</Reference>')\nelse\n_p(2,'<Reference Include=\"%s\" />', ref)\nend\nend\n_p(1,'</ItemGroup>')\nend\nfunction vc2010.projectReferences(prj)\nlocal deps = premake.getdependencies(prj)\nif #deps == 0 and "
mame-0.226+dfsg.1/3rdparty/genie/src/host/scripts.c-332-	"#prj.vsimportreferences == 0 then\nreturn\nend\nlocal function compareuuid(a, b) return a.uuid < b.uuid end\ntable.sort(deps, compareuuid)\ntable.sort(table.join(prj.vsimportreferences), compareuuid)\n_p(1,'<ItemGroup>')\nfor _, dep in ipairs(deps) do\nlocal deppath = path.getrelative(prj.location, vstudio.projectfile(dep))\n_p(2,'<ProjectReference Include=\\\"%s\\\">', path.translate(deppath, \"\\\\\"))\n_p(3,'<Project>{%s}</Project>', dep.uuid)\nif vstudio.iswinrt() then\n_p(3,'<ReferenceOutputAssembly>false</ReferenceOutputAssembly>')\nend\n_p(2,'</ProjectReference>')\nend\nfor _, ref in ipairs(prj.vsimportreferences) do\nlocal slnrelpath = path.rebase(ref, prj.location, sln.location)\nlocal iprj = premake.vstudio.getimportprj(slnrelpath, prj.solution)\n_p(2,'<ProjectReference Include=\\\"%s\\\">', ref)\n_p(3,'<Project>{%s}</Project>', iprj.uuid)\n_p(2,'</ProjectReference>')\nend\n_p(1,'</ItemGroup>')\nend\nfunction vc2010.sdkReferences(prj)\nlocal refs = prj.sdkreferences\nif #refs > 0 then\n_p(1,'<ItemGro"
##############################################
mame-0.226+dfsg.1/3rdparty/genie/tests/test-1-#!/bin/sh
mame-0.226+dfsg.1/3rdparty/genie/tests/test:2:cd `dirname $0` && ../bin/debug/premake4 /scripts=../src $1 $2 $3 test
##############################################
mame-0.226+dfsg.1/3rdparty/glm/cmake/glmBuildConfig.cmake.in-4-if (NOT CMAKE_VERSION VERSION_LESS "3.0")
mame-0.226+dfsg.1/3rdparty/glm/cmake/glmBuildConfig.cmake.in:5:    include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")
mame-0.226+dfsg.1/3rdparty/glm/cmake/glmBuildConfig.cmake.in-6-endif()
##############################################
mame-0.226+dfsg.1/3rdparty/glm/cmake/glmConfig.cmake.in-7-if (NOT CMAKE_VERSION VERSION_LESS "3.0")
mame-0.226+dfsg.1/3rdparty/glm/cmake/glmConfig.cmake.in:8:    include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")
mame-0.226+dfsg.1/3rdparty/glm/cmake/glmConfig.cmake.in-9-endif()
##############################################
mame-0.226+dfsg.1/3rdparty/glm/glm/gtc/integer.inl-11-		{
mame-0.226+dfsg.1/3rdparty/glm/glm/gtc/integer.inl:12:			//Equivalent to return findMSB(vec); but save one function call in ASM with VC
mame-0.226+dfsg.1/3rdparty/glm/glm/gtc/integer.inl-13-			//return findMSB(vec);
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-331-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:332:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-333-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-361-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:362:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-363-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-439-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:440:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-441-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-463-	$(mkinstalldirs) $(distdir)/src/libFLAC $(distdir)/src/libFLAC++
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:464:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:465:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-466-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-467-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:468:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:469:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-470-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-471-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:472:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-473-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-525-	chmod a-w $(distdir)
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:526:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-527-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-555-	@cd $(distuninstallcheck_dir) \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:556:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-557-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-567-	fi
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in:568:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
mame-0.226+dfsg.1/3rdparty/libflac/Makefile.in-569-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/README-80-If you are building on x86 and want the assembly optimizations, you will
mame-0.226+dfsg.1/3rdparty/libflac/README:81:need to have NASM >= 0.98.30 installed according to the specific instructions
mame-0.226+dfsg.1/3rdparty/libflac/README-82-below.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/README-210-
mame-0.226+dfsg.1/3rdparty/libflac/README:211:Prerequisite: you must have nasm installed, and nasmw.exe must be in
mame-0.226+dfsg.1/3rdparty/libflac/README-212-your PATH, or the path to nasmw.exe must be added to the list of
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-59-# test to see if srcdir already configured
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:60:if test "`cd $srcdir && pwd`" != "`pwd`" &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-61-   test -f $srcdir/config.status; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-133-    * )
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:134:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-135-  esac
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-136-done
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:137:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-138-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-247-if (
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:248:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-249-   if test "$[*]" = "X"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-250-      # -L didn't work.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:251:      set X `ls -t $srcdir/configure conftest.file`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-252-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-342-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:343:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-344-#
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-366-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:367:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-368-# and then we would define $MISSING as
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-383-# expand $ac_aux_dir to an absolute path
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:384:am_aux_dir=`cd $ac_aux_dir && pwd`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-385-])
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-557-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:558:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-559-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-670-  # Strip MF so we end up with the name of the file.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:671:  mf=`echo "$mf" | sed -e 's/:.*$//'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-672-  # Check whether this is an Automake generated Makefile or not.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-678-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:679:    dirpart=`AS_DIRNAME("$mf")`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-680-  else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-685-  # running `make'.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:686:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-687-  test -z "$DEPDIR" && continue
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-688-  # When using ansi2knr, U may be empty or an underscore; expand it
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:689:  U=`sed -n -e '/^U = / s///p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-690-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-706-    test -f "$dirpart/$file" && continue
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:707:    fdir=`AS_DIRNAME(["$file"])`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-708-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-771-# case it prints its new name instead of `make'.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:772:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-773-   am__include=include
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-779-   echo '.include "confinc"' > confmf
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:780:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-781-      am__include=.include
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1113-done
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1114:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1115-])
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1185-  # Remove one level of quotation (which was required for Make).
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1186:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1187-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1196-  :
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1197:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1198-  # Yippee, $echo works!
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1222-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1223:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1224:       echo_test_string="`eval $cmd`" &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1225-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1231-
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1232:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1233:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1234-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1246-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1247:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1248:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1249-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1258-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1259:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1260-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1273-      echo='printf %s\n'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1274:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1275:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1276-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1278-	:
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1279:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1280-	   test "X$echo_testing_string" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1281:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1282-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1287-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1288:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1289-	   test "X$echo_testing_string" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1290:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1291-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1297-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1298:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1299-	  then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1305-	if test "$prev" != 'sed 50q "[$]0"'; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1306:	  echo_test_string=`eval $prev`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1307-	  export echo_test_string
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1344-  if AC_TRY_EVAL(ac_compile); then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1346-    *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1360-   if test "$lt_cv_prog_gnu_ld" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1362-    *32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1372-   else
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1373:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1374-    *32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1591-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1592:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1593:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1594-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1612-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1613:    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1614-	       = "XX$teststring") >/dev/null 2>&1 &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1615:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1616-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1618-    do
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1619:      i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1620-      teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1625-    # It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1626:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1627-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1915-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:1916:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-1917-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2030-if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2031:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2032-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2036-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2037:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2038-  else
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2039:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2040-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2107-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2108:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2109-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2140-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2141:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2142:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2143:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2144-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2145-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2146:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2147-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2153-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2154:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2155-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2158-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2159:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2160:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2161-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2167-        # which wouldn't understand a cygwinified path. Ahh.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2168:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2169-      else
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2170:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2171-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2174-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2175:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2176-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2180-  *)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2181:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2182-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2200-  if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2201:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2202-  else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2383-    if AC_TRY_EVAL(ac_compile); then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2384:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2385-      *64-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2396-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2397:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2398-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2463-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2464:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2465-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2592-  if test -z "$LTCC"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2593:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2594-    if test -z "$LTCC"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2596-    else
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2597:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2598-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2602-  # Note that this assumes the entire list is on one line.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2603:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2604-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2608-    # Check whether tagname contains only valid characters
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2609:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2610-    "") ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2863-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2864:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2865-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2935-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2936:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2937-  *)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2938:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2939-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2944-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2945:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2946-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2947:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2948-      done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2975-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:2976:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-2977-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3006-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3007:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3008-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3169-openbsd*)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3170:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3171-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3242-      # Tru64's nm complains that /dev/null is an invalid object file
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3243:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3244-      */dev/null* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3248-      *)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3249:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3250-	*/dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3465-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3466:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3467:  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3468-  else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3640-    # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3641:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3642-	grep 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3720-      # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3721:	collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3722-	if test -f "$collect2name" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3767-
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3768:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3769-     else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3813-      # is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3814:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3815-	cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3874-         output_verbose_link_cmd='echo'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3875:          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3876-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3942-      # dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:3943:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-3944-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4014-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4015:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4016-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4039-	# SGI C++
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4040:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4041-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4050-	  if test "$with_gnu_ld" = no; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4051:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4052-	  else
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4053:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4054-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4069-	# to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4070:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4071:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4072-	# Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4079-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4080:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4081-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4094-	# earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4095:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4096-	*"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4139-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4140:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4141-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4183-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4184:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4185-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4198-	# to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4199:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4200-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4215-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4216:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4217-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4228-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4229:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4230-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4233-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4234:	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4235-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4258-	# to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4259:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4260-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4274-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4275:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4276:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4277-	  echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4278:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4279-	  $rm $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4291-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4292:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4293-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4296-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4297:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4298-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4370-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4371:	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4372-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4383-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4384:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4385-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4540-  # eval without this substitution.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4541:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4542-
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4543:  for p in `eval $output_verbose_link_cmd`; do
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4544-    case $p in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4908-      # Double-quote double-evaled strings.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4909:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4910-      ;;
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4911-    *)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4912:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4913-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4918-  *'\[$]0 --fallback-echo"')
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4919:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4920-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4933-
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:4934:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-4935-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-5312-  # libtool script then.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:5313:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-5314-  if test -f "$ltmain_in"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-5408-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:5409:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-5410-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-5441-    nlist=conftest.nm
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:5442:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-5443-      # Try sorting and uniquifying the output.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6133-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6134:    case `$LD -v 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6135-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6197-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6198:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6199-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6358-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6359:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6360-	  if test -f "$collect2name" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6404-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6405:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6406-       else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6453-      # FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6454:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6455-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6458-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6459:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6460-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6499-         output_verbose_link_cmd='echo'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6500:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6501-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6619-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6620:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6621-      else
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6622:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6623-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6651-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6652:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6653-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6681-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6682:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6683-      else
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6684-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6685:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6686-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6693-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6694:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6695-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6697-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6698:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6699:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6700:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6701-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6742- 	*)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6743: 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6744- 	esac ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6886-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:6887:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-6888-        then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7022-    test $lt_ac_count -gt 10 && break
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7023:    lt_ac_count=`expr $lt_ac_count + 1`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7024-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7180-else
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7181:    XMMS_CFLAGS=`$XMMS_CONFIG $xmms_config_args --cflags`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7182:    XMMS_LIBS=`$XMMS_CONFIG $xmms_config_args --libs`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7183:    XMMS_VERSION=`$XMMS_CONFIG $xmms_config_args --version`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7184:    XMMS_DATA_DIR=`$XMMS_CONFIG $xmms_config_args --data-dir`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7185:    XMMS_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7186-    XMMS_VISUALIZATION_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args \
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7187-					--visualization-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7188:    XMMS_INPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --input-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7189:    XMMS_OUTPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --output-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7190:    XMMS_EFFECT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --effect-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7191:    XMMS_GENERAL_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --general-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7192-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7252-dnl
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7253:AC_ARG_WITH(ogg,[  --with-ogg=PFX   Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="")
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7254:AC_ARG_WITH(ogg-libraries,[  --with-ogg-libraries=DIR   Directory where libogg library is installed (optional)], ogg_libraries="$withval", ogg_libraries="")
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7255:AC_ARG_WITH(ogg-includes,[  --with-ogg-includes=DIR   Directory where libogg header files are installed (optional)], ogg_includes="$withval", ogg_includes="")
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7256-AC_ARG_ENABLE(oggtest, [  --disable-oggtest       Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7438-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7439:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7440-    AC_MSG_RESULT([$]{ac_t:-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7778-        dnl or AC_LIB_HAVE_LINKFLAGS call.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7779:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7780-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7820-                -L*)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7821:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7822-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7937-              */lib | */lib/)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7938:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7939-                additional_includedir="$basedir/include"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7990-                  -L*)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:7991:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-7992-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8040-                  -R*)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:8041:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8042-                    if test "$enable_rpath" != no; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8070-                    dnl Handle this in the next round.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:8071:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8072-                    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8076-                    dnl option.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:8077:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8078-                    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8168-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:8169:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8170-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8204-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:8205:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8206-  *)
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:8207:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8208-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8213-      # Canonicalize the path of ld
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:8214:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8215-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:8216:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8217-      done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8243-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4:8244:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/aclocal.m4-8245-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-40-olddir=`pwd`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:41:srcdir=`dirname $0`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-42-test -z "$srcdir" && srcdir=.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-64-  AM_OPTIONS=`fgrep AUTOMAKE_OPTIONS Makefile.am`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:65:  AM_NEEDED=`echo $AM_OPTIONS | $VERSIONGREP`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-66-  if test x"$AM_NEEDED" = "x$AM_OPTIONS"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-80-    echo -n "checking for automake $AM_NEEDED or later... "
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:81:    majneeded=`echo $AM_NEEDED | $VERSIONMKMAJ`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:82:    minneeded=`echo $AM_NEEDED | $VERSIONMKMIN`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-83-    for am in automake-$AM_NEEDED automake$AM_NEEDED \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-85-      ($am --version < /dev/null > /dev/null 2>&1) || continue
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:86:      ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:87:      maj=`echo $ver | $VERSIONMKMAJ`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:88:      min=`echo $ver | $VERSIONMKMIN`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-89-      if test $maj -eq $majneeded -a $min -ge $minneeded; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-99-      ($ac --version < /dev/null > /dev/null 2>&1) || continue
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:100:      ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:101:      maj=`echo $ver | $VERSIONMKMAJ`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh:102:      min=`echo $ver | $VERSIONMKMIN`
mame-0.226+dfsg.1/3rdparty/libflac/autogen.sh-103-      if test $maj -eq $majneeded -a $min -ge $minneeded; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in-263-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in:264:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in:265:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in-266-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in-267-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in:268:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in:269:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in-270-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in-271-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in:272:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/build/Makefile.in-273-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/build/exe.mk-30-endif
mame-0.226+dfsg.1/3rdparty/libflac/build/exe.mk:31:NASM        = nasm
mame-0.226+dfsg.1/3rdparty/libflac/build/exe.mk-32-LINK        = $(CC) $(LINKAGE)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/build/lib.mk-31-AS          = as
mame-0.226+dfsg.1/3rdparty/libflac/build/lib.mk:32:NASM        = nasm
mame-0.226+dfsg.1/3rdparty/libflac/build/lib.mk-33-LINK        = ar cru
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-37-
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-39-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-106-: ${TMPDIR=/tmp} ;
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-198-	    *)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:199:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-200-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-247-	if test $UNAME_RELEASE = "V4.0"; then
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:248:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-249-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-253-	# types through head -n 1, so we only detect the type of CPU 0.
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:254:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-255-	case "$ALPHA_CPU_TYPE" in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-290-	# 1.2 uses "1.2" for uname -r.
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:291:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-292-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-341-    sun4H:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:342:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-343-	exit 0 ;;
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-344-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:345:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-346-	exit 0 ;;
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-347-    i86pc:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:348:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-349-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-353-	# it's likely to be more like Solaris than SunOS4.
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:354:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-355-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-362-	# Japanese Language versions have a version number like `4.1.3-JL'.
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:363:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-364-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-368-    sun*:*:4.2BSD:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:369:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-370-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-447-	$CC_FOR_BUILD -o $dummy $dummy.c \
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:448:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-449-	  && exit 0
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-502-    *:IRIX*:*:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:503:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-504-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-541-    *:AIX:*:[45])
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:542:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-543-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-576-    9000/[34678]??:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:577:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-578-	case "${UNAME_MACHINE}" in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-630-EOF
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:631:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-632-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-648-    ia64:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:649:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-650-	echo ia64-hp-hpux${HPUX_REV}
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-748-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:749:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-750-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-771-EOF
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:772:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:773:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-774-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-802-    prep*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:803:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-804-	exit 0 ;;
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-805-    *:GNU:*:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:806:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-807-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-838-EOF
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:839:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-840-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-857-EOF
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:858:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-859-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-955-EOF
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:956:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-957-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR:-pc}-linux-${LIBC}" && exit 0
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-991-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
mame-0.226+dfsg.1/3rdparty/libflac/config.guess:992:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.guess-993-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.h.in-23-
mame-0.226+dfsg.1/3rdparty/libflac/config.h.in:24:/* define if you are compiling for x86 and have the NASM assembler */
mame-0.226+dfsg.1/3rdparty/libflac/config.h.in-25-#undef FLAC__HAS_NASM
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath-33-host="$1"
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath-37-
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath:38:cc_basename=`echo "$CC" | sed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath-39-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath-233-        case $host_os in aix4.[012]|aix4.[012].*)
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath:234:          collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath-235-          if test -f "$collect2name" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath-369-      hardcode_direct=yes
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath:370:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath-371-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath-540-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath:541:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath:542:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath:543:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/config.rpath-544-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-54-
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-56-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-120-case $maybe_os in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-122-    os=-$maybe_os
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-124-    ;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-125-  *)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-127-    if [ $basic_machine != $1 ]
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-129-    else os=; fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-173-		os=-sco3.2v5
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-175-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-177-		os=-sco3.2v4
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-179-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-180-	-sco3.2.[4-9]*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-183-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-187-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-189-		os=-sco3.2v2
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-191-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-192-	-udk*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-194-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-196-		os=-isc2.2
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-198-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-202-	-isc*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-204-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-208-	-ptx*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-210-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-211-	-windowsnt*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-213-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-287-	*-*-*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:288:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-289-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-580-	i*86v32)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:581:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-582-		os=-sysv32
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-584-	i*86v4*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:585:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-586-		os=-sysv4
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-588-	i*86v)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:589:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-590-		os=-sysv
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-592-	i*86sol2)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:593:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-594-		os=-solaris2
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-640-	mips3*-*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:641:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-642-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-643-	mips3*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:644:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-645-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-782-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:783:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-784-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-785-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:786:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-787-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-788-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:789:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-790-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-791-	pentium4-*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:792:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-793-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-800-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:801:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-802-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-806-	ppcle-* | powerpclittle-*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:807:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-808-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-810-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:811:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-812-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-816-	ppc64le-* | powerpc64little-*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:817:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-818-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1075-	*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1076:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1077-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1083-	*-digital*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1084:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1085-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1086-	*-commodore*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1087:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1088-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1101-	-solaris1 | -solaris1.*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1102:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1103-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1113-	-gnu/linux*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1114:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1115-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1153-	-nto*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1154:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1155-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1160-	-mac*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1161:		os=`echo $os | sed -e 's|mac|macos|'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1162-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1163-	-linux*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1164:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1165-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1166-	-sunos5*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1167:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1168-		;;
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1169-	-sunos6*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1170:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1171-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1212-	-sinix5.*)
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1213:		os=`echo $os | sed -e 's|sinix|sysv|'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1214-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1257-		# Get rid of the `-' at the beginning of $os.
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1258:		os=`echo $os | sed 's/[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1259:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1260-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1487-		esac
mame-0.226+dfsg.1/3rdparty/libflac/config.sub:1488:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
mame-0.226+dfsg.1/3rdparty/libflac/config.sub-1489-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-43-do
mame-0.226+dfsg.1/3rdparty/libflac/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mame-0.226+dfsg.1/3rdparty/libflac/configure-45-    eval $as_var=C; export $as_var
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-101-  as_lineno_2=$LINENO
mame-0.226+dfsg.1/3rdparty/libflac/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-140-  as_lineno_2=$LINENO
mame-0.226+dfsg.1/3rdparty/libflac/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-250-  # Remove one level of quotation (which was required for Make).
mame-0.226+dfsg.1/3rdparty/libflac/configure:251:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
mame-0.226+dfsg.1/3rdparty/libflac/configure-252-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-261-  :
mame-0.226+dfsg.1/3rdparty/libflac/configure:262:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-263-  # Yippee, $echo works!
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-287-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
mame-0.226+dfsg.1/3rdparty/libflac/configure:288:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:289:       echo_test_string="`eval $cmd`" &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-290-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-296-
mame-0.226+dfsg.1/3rdparty/libflac/configure:297:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:298:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-299-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-311-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:312:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:313:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-314-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-323-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:324:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-325-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-338-      echo='printf %s\n'
mame-0.226+dfsg.1/3rdparty/libflac/configure:339:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:340:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-341-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-343-	:
mame-0.226+dfsg.1/3rdparty/libflac/configure:344:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-345-	   test "X$echo_testing_string" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:346:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-347-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-352-	echo="$CONFIG_SHELL $0 --fallback-echo"
mame-0.226+dfsg.1/3rdparty/libflac/configure:353:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-354-	   test "X$echo_testing_string" = 'X\t' &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:355:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-356-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-362-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
mame-0.226+dfsg.1/3rdparty/libflac/configure:363:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
mame-0.226+dfsg.1/3rdparty/libflac/configure-364-	  then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-370-	if test "$prev" != 'sed 50q "$0"'; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:371:	  echo_test_string=`eval $prev`
mame-0.226+dfsg.1/3rdparty/libflac/configure-372-	  export echo_test_string
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-465-
mame-0.226+dfsg.1/3rdparty/libflac/configure:466:ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ACLOCAL_AMFLAGS CCAS CCASFLAGS FLaC__CPU_IA32_TRUE FLaC__CPU_IA32_FALSE FLaC__CPU_PPC_TRUE FLaC__CPU_PPC_FALSE FLaC__CPU_SPARC_TRUE FLaC__CPU_SPARC_FALSE OBJ_FORMAT MINGW_WINSOCK_LIBS FLaC__SYS_DARWIN_TRUE FLaC__SYS_DARWIN_FALSE FLaC__SYS_LINUX_TRUE FLaC__SYS_LINUX_FALSE FLaC__NO_ASM_TRUE FLaC__NO_ASM_FALSE DEBUG_TRUE DEBUG_FALSE FLaC__SSE_OS_TRUE FLaC__SSE_OS_FALSE FLaC__USE_3DNOW_TRUE FLaC__USE_3DNOW_FALSE FLaC__USE_ALTIVEC_TRUE FLaC__USE_ALTIVEC_FALSE FLAC__TEST_LEVEL FLAC__TEST_WITH_VALGRIND DOXYGEN FLaC__HAS_DOXYGEN_TRUE FLaC__HAS_DOXYGEN_FALSE FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE XMMS_CONFIG XMMS_CFLAGS XMMS_LIBS XMMS_VERSION XMMS_DATA_DIR XMMS_PLUGIN_DIR XMMS_VISUALIZATION_PLUGIN_DIR XMMS_INPUT_PLUGIN_DIR XMMS_OUTPUT_PLUGIN_DIR XMMS_GENERAL_PLUGIN_DIR XMMS_EFFECT_PLUGIN_DIR FLaC__HAS_XMMS_TRUE FLaC__HAS_XMMS_FALSE FLaC__WITH_CPPLIBS_TRUE FLaC__WITH_CPPLIBS_FALSE OGG_CFLAGS OGG_LIBS FLaC__HAS_OGG_TRUE FLaC__HAS_OGG_FALSE LIBICONV LTLIBICONV DOCBOOK_TO_MAN FLaC__HAS_DOCBOOK_TO_MAN_TRUE FLaC__HAS_DOCBOOK_TO_MAN_FALSE NASM FLaC__HAS_NASM_TRUE FLaC__HAS_NASM_FALSE AS GAS FLaC__HAS_AS_TRUE FLaC__HAS_AS_FALSE FLaC__HAS_GAS_TRUE FLaC__HAS_GAS_FALSE FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE LIBOBJS LTLIBOBJS'
mame-0.226+dfsg.1/3rdparty/libflac/configure-467-ac_subst_files=''
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-516-
mame-0.226+dfsg.1/3rdparty/libflac/configure:517:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-518-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-549-  -disable-* | --disable-*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:550:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-551-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-554-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/libflac/configure:555:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-556-    eval "enable_$ac_feature=no" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-558-  -enable-* | --enable-*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:559:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-560-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-563-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/libflac/configure:564:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-565-    case $ac_option in
mame-0.226+dfsg.1/3rdparty/libflac/configure:566:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-567-      *) ac_optarg=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-740-  -with-* | --with-*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:741:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-742-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-745-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/libflac/configure:746:    ac_package=`echo $ac_package| sed 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-747-    case $ac_option in
mame-0.226+dfsg.1/3rdparty/libflac/configure:748:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-749-      *) ac_optarg=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-753-  -without-* | --without-*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:754:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-755-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-758-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/libflac/configure:759:    ac_package=`echo $ac_package | sed 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-760-    eval "with_$ac_package=no" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-785-  *=*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:786:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/libflac/configure-787-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-790-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/libflac/configure:791:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-792-    eval "$ac_envvar='$ac_optarg'"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-806-if test -n "$ac_prev"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:807:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-808-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-814-do
mame-0.226+dfsg.1/3rdparty/libflac/configure:815:  eval ac_val=$`echo $ac_var`
mame-0.226+dfsg.1/3rdparty/libflac/configure-816-  case $ac_val in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-826-do
mame-0.226+dfsg.1/3rdparty/libflac/configure:827:  eval ac_val=$`echo $ac_var`
mame-0.226+dfsg.1/3rdparty/libflac/configure-828-  case $ac_val in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-893-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/libflac/configure:894:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-895-ac_env_build_alias_set=${build_alias+set}
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-984-By default, \`make install' will install all the files in
mame-0.226+dfsg.1/3rdparty/libflac/configure:985:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mame-0.226+dfsg.1/3rdparty/libflac/configure:986:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mame-0.226+dfsg.1/3rdparty/libflac/configure-987-for instance \`--prefix=\$HOME'.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1105-if test "$ac_dir" != .; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:1106:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1107-  # A "../" for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/libflac/configure:1108:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1109-else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1118-    else
mame-0.226+dfsg.1/3rdparty/libflac/configure:1119:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1120-    fi ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1272-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:1273:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-1274-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1344-    do
mame-0.226+dfsg.1/3rdparty/libflac/configure:1345:      eval ac_val=$`echo $ac_var`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1346-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1358-      do
mame-0.226+dfsg.1/3rdparty/libflac/configure:1359:	eval ac_val=$`echo $ac_var`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1360-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1465-    set,)
mame-0.226+dfsg.1/3rdparty/libflac/configure:1466:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:1467:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mame-0.226+dfsg.1/3rdparty/libflac/configure-1468-      ac_cache_corrupted=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1488-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:1489:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-1490-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1645-if (
mame-0.226+dfsg.1/3rdparty/libflac/configure:1646:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1647-   if test "$*" = "X"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-1648-      # -L didn't work.
mame-0.226+dfsg.1/3rdparty/libflac/configure:1649:      set X `ls -t $srcdir/configure conftest.file`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1650-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1689-_ACEOF
mame-0.226+dfsg.1/3rdparty/libflac/configure:1690:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1691-rm conftest.sed
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1694-# expand $ac_aux_dir to an absolute path
mame-0.226+dfsg.1/3rdparty/libflac/configure:1695:am_aux_dir=`cd $ac_aux_dir && pwd`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1696-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1748-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure:1749:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1750-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1757-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
mame-0.226+dfsg.1/3rdparty/libflac/configure:1758:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
mame-0.226+dfsg.1/3rdparty/libflac/configure-1759-if test -n "$ac_maketemp"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1765-fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:1766:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-1767-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-1785- # test to see if srcdir already configured
mame-0.226+dfsg.1/3rdparty/libflac/configure:1786:if test "`cd $srcdir && pwd`" != "`pwd`" &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-1787-   test -f $srcdir/config.status; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2046-test -z "$ac_cv_build_alias" &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:2047:  ac_cv_build_alias=`$ac_config_guess`
mame-0.226+dfsg.1/3rdparty/libflac/configure-2048-test -z "$ac_cv_build_alias" &&
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2051-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/libflac/configure:2052:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
mame-0.226+dfsg.1/3rdparty/libflac/configure-2053-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2060-build=$ac_cv_build
mame-0.226+dfsg.1/3rdparty/libflac/configure:2061:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure:2062:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure:2063:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-2064-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2073-  ac_cv_host_alias=$ac_cv_build_alias
mame-0.226+dfsg.1/3rdparty/libflac/configure:2074:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
mame-0.226+dfsg.1/3rdparty/libflac/configure-2075-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2082-host=$ac_cv_host
mame-0.226+dfsg.1/3rdparty/libflac/configure:2083:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure:2084:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure:2085:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-2086-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2111-# case it prints its new name instead of `make'.
mame-0.226+dfsg.1/3rdparty/libflac/configure:2112:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-2113-   am__include=include
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2119-   echo '.include "confinc"' > confmf
mame-0.226+dfsg.1/3rdparty/libflac/configure:2120:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-2121-      am__include=.include
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2470-     "checking for C compiler version" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:2471:ac_compiler=`set X $ac_compile; echo $2`
mame-0.226+dfsg.1/3rdparty/libflac/configure-2472-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2509-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure:2510:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-2511-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2537-    *.* )
mame-0.226+dfsg.1/3rdparty/libflac/configure:2538:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-2539-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2617-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure:2618:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-2619-	  export ac_cv_exeext
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2667-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure:2668:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-2669-       break;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-2746-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure:2747:GCC=`test $ac_compiler_gnu = yes && echo yes`
mame-0.226+dfsg.1/3rdparty/libflac/configure-2748-ac_test_CFLAGS=${CFLAGS+set}
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3110-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:3111:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mame-0.226+dfsg.1/3rdparty/libflac/configure-3112-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3227-    test $lt_ac_count -gt 10 && break
mame-0.226+dfsg.1/3rdparty/libflac/configure:3228:    lt_ac_count=`expr $lt_ac_count + 1`
mame-0.226+dfsg.1/3rdparty/libflac/configure-3229-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3272-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/libflac/configure:3273:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-3274-  *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:3275:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-3276-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3281-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/libflac/configure:3282:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-3283-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/libflac/configure:3284:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-3285-      done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3316-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/libflac/configure:3317:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-3318-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3349-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
mame-0.226+dfsg.1/3rdparty/libflac/configure:3350:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-3351-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3407-      # Tru64's nm complains that /dev/null is an invalid object file
mame-0.226+dfsg.1/3rdparty/libflac/configure:3408:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-3409-      */dev/null* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3413-      *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:3414:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-3415-	*/dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3568-openbsd*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:3569:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-3570-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3651-  (exit $ac_status); }; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:3652:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-3653-    *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3671-   if test "$lt_cv_prog_gnu_ld" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:3672:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-3673-    *32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-3683-   else
mame-0.226+dfsg.1/3rdparty/libflac/configure:3684:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-3685-    *32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-4240-do
mame-0.226+dfsg.1/3rdparty/libflac/configure:4241:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/libflac/configure-4242-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-4287-fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:4288:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:4289:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure:4290:if test `eval echo '${'$as_ac_Header'}'` = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-4291-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/libflac/configure:4292:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/libflac/configure-4293-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-4302-do
mame-0.226+dfsg.1/3rdparty/libflac/configure:4303:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/libflac/configure-4304-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-4309-fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:4310:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:4311:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure-4312-else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-4436-fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:4437:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:4438:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure-4439-
mame-0.226+dfsg.1/3rdparty/libflac/configure-4440-fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:4441:if test `eval echo '${'$as_ac_Header'}'` = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-4442-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/libflac/configure:4443:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/libflac/configure-4444-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-4545-     "checking for C++ compiler version" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:4546:ac_compiler=`set X $ac_compile; echo $2`
mame-0.226+dfsg.1/3rdparty/libflac/configure-4547-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-4620-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure:4621:GXX=`test $ac_compiler_gnu = yes && echo yes`
mame-0.226+dfsg.1/3rdparty/libflac/configure-4622-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-4832-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:4833:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mame-0.226+dfsg.1/3rdparty/libflac/configure-4834-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-5238-     "checking for Fortran 77 compiler version" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:5239:ac_compiler=`set X $ac_compile; echo $2`
mame-0.226+dfsg.1/3rdparty/libflac/configure-5240-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-5373-
mame-0.226+dfsg.1/3rdparty/libflac/configure:5374:G77=`test $ac_compiler_gnu = yes && echo yes`
mame-0.226+dfsg.1/3rdparty/libflac/configure-5375-ac_ext=c
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-5436-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/libflac/configure:5437:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/libflac/configure:5438:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/libflac/configure-5439-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-5457-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
mame-0.226+dfsg.1/3rdparty/libflac/configure:5458:    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/libflac/configure-5459-	       = "XX$teststring") >/dev/null 2>&1 &&
mame-0.226+dfsg.1/3rdparty/libflac/configure:5460:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
mame-0.226+dfsg.1/3rdparty/libflac/configure-5461-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-5463-    do
mame-0.226+dfsg.1/3rdparty/libflac/configure:5464:      i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/libflac/configure-5465-      teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-5470-    # It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/libflac/configure:5471:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/libflac/configure-5472-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-5554-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/libflac/configure:5555:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-5556-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-6041-done
mame-0.226+dfsg.1/3rdparty/libflac/configure:6042:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-6043-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-6069-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:6070:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
mame-0.226+dfsg.1/3rdparty/libflac/configure-6071-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-6131-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:6132:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
mame-0.226+dfsg.1/3rdparty/libflac/configure-6133-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-6256-if test -n "$lt_prog_cc_shlib"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:6257:  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:6258:echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
mame-0.226+dfsg.1/3rdparty/libflac/configure-6259-  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-6702-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:6703:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:6704:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/libflac/configure-6705-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-6758-done
mame-0.226+dfsg.1/3rdparty/libflac/configure:6759:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-6760-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-6792-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/libflac/configure:6793:    case `$LD -v 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-6794-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-6856-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/libflac/configure:6857:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-6858-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7017-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/libflac/configure:7018:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libflac/configure-7019-	  if test -f "$collect2name" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7114-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/libflac/configure:7115:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/libflac/configure-7116-       else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7214-      # FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/libflac/configure:7215:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/libflac/configure-7216-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7219-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7220:      fix_srcfile_path='`cygpath -w "$srcfile"`'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7221-      enable_shared_with_static_runtimes=yes
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7260-         output_verbose_link_cmd='echo'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7261:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7262-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7380-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:7381:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7382-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure:7383:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7384-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7412-      hardcode_shlibpath_var=no
mame-0.226+dfsg.1/3rdparty/libflac/configure:7413:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-7414-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7442-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7443:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7444-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure-7445-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7446:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7447-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7454-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7455:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7456-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7458-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7459:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7460:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/libflac/configure:7461:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7462-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7503- 	*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:7504: 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-7505- 	esac ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7692-if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:7693:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-7694-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7698-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/libflac/configure:7699:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-7700-  else
mame-0.226+dfsg.1/3rdparty/libflac/configure:7701:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-7702-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7769-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/libflac/configure:7770:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7771-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7802-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/libflac/configure:7803:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/libflac/configure:7804:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/configure:7805:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libflac/configure-7806-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/libflac/configure-7807-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7808:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/configure-7809-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7815-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7816:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7817-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7820-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/libflac/configure:7821:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7822:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-7823-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7829-        # which wouldn't understand a cygwinified path. Ahh.
mame-0.226+dfsg.1/3rdparty/libflac/configure:7830:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-7831-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure:7832:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-7833-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7836-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:7837:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7838-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7842-  *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:7843:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-7844-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-7862-  if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:7863:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-7864-  else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-8049-  (exit $ac_status); }; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:8050:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-8051-      *64-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-8062-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:8063:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/libflac/configure-8064-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-8129-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/libflac/configure:8130:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-8131-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9225-      # Double-quote double-evaled strings.
mame-0.226+dfsg.1/3rdparty/libflac/configure:9226:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-9227-      ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-9228-    *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:9229:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-9230-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9235-  *'\$0 --fallback-echo"')
mame-0.226+dfsg.1/3rdparty/libflac/configure:9236:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-9237-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9248-
mame-0.226+dfsg.1/3rdparty/libflac/configure:9249:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
mame-0.226+dfsg.1/3rdparty/libflac/configure-9250-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9624-  # libtool script then.
mame-0.226+dfsg.1/3rdparty/libflac/configure:9625:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-9626-  if test -f "$ltmain_in"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9653-  if test -z "$LTCC"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:9654:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
mame-0.226+dfsg.1/3rdparty/libflac/configure-9655-    if test -z "$LTCC"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9658-    else
mame-0.226+dfsg.1/3rdparty/libflac/configure:9659:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:9660:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
mame-0.226+dfsg.1/3rdparty/libflac/configure-9661-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9665-  # Note that this assumes the entire list is on one line.
mame-0.226+dfsg.1/3rdparty/libflac/configure:9666:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-9667-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9671-    # Check whether tagname contains only valid characters
mame-0.226+dfsg.1/3rdparty/libflac/configure:9672:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-9673-    "") ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9795-done
mame-0.226+dfsg.1/3rdparty/libflac/configure:9796:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-9797-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9825-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/libflac/configure:9826:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-9827-  *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:9828:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-9829-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9834-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/libflac/configure:9835:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-9836-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/libflac/configure:9837:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-9838-      done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9869-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/libflac/configure:9870:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-9871-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9902-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
mame-0.226+dfsg.1/3rdparty/libflac/configure:9903:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-9904-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-9932-    # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/libflac/configure:9933:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
mame-0.226+dfsg.1/3rdparty/libflac/configure-9934-	grep 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10013-      # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/libflac/configure:10014:	collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libflac/configure-10015-	if test -f "$collect2name" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10111-
mame-0.226+dfsg.1/3rdparty/libflac/configure:10112:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/libflac/configure-10113-     else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10208-      # is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/libflac/configure:10209:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-10210-	cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10269-         output_verbose_link_cmd='echo'
mame-0.226+dfsg.1/3rdparty/libflac/configure:10270:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10271-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10337-      # dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10338:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10339-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10409-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10410:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10411-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10434-	# SGI C++
mame-0.226+dfsg.1/3rdparty/libflac/configure:10435:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10436-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10445-	  if test "$with_gnu_ld" = no; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:10446:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10447-	  else
mame-0.226+dfsg.1/3rdparty/libflac/configure:10448:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10449-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10464-	# to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10465:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:10466:	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10467-	# Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10474-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10475:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10476-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10489-	# earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10490:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-10491-	*"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10534-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10535:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10536-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10578-    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/libflac/configure:10579:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-10580-      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10593-	# to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10594:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10595-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10610-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:10611:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10612-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10623-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10624:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10625-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10628-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:10629:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10630-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10653-	# to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10654:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10655-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10669-	allow_undefined_flag_CXX=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:10670:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:10671:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/libflac/configure-10672-	  echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/libflac/configure:10673:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/libflac/configure-10674-	  $rm $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10686-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10687:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10688-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10691-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:10692:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10693-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10765-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
mame-0.226+dfsg.1/3rdparty/libflac/configure:10766:	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10767-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10778-	# dependencies.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10779:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
mame-0.226+dfsg.1/3rdparty/libflac/configure-10780-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-10882-  # eval without this substitution.
mame-0.226+dfsg.1/3rdparty/libflac/configure:10883:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
mame-0.226+dfsg.1/3rdparty/libflac/configure-10884-
mame-0.226+dfsg.1/3rdparty/libflac/configure:10885:  for p in `eval $output_verbose_link_cmd`; do
mame-0.226+dfsg.1/3rdparty/libflac/configure-10886-    case $p in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11366-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:11367:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:11368:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/libflac/configure-11369-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11486-if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:11487:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-11488-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11492-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/libflac/configure:11493:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-11494-  else
mame-0.226+dfsg.1/3rdparty/libflac/configure:11495:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-11496-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11563-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/libflac/configure:11564:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/libflac/configure-11565-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11596-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/libflac/configure:11597:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/libflac/configure:11598:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/configure:11599:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libflac/configure-11600-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/libflac/configure-11601-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/libflac/configure:11602:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/configure-11603-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11609-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:11610:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure-11611-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11614-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/libflac/configure:11615:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure:11616:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-11617-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11623-        # which wouldn't understand a cygwinified path. Ahh.
mame-0.226+dfsg.1/3rdparty/libflac/configure:11624:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-11625-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure:11626:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-11627-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11630-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:11631:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure-11632-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11636-  *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:11637:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-11638-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11656-  if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:11657:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-11658-  else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11843-  (exit $ac_status); }; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:11844:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-11845-      *64-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11856-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:11857:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/libflac/configure-11858-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-11923-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/libflac/configure:11924:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-11925-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-12982-      # Double-quote double-evaled strings.
mame-0.226+dfsg.1/3rdparty/libflac/configure:12983:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-12984-      ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-12985-    *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:12986:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-12987-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-12992-  *'\$0 --fallback-echo"')
mame-0.226+dfsg.1/3rdparty/libflac/configure:12993:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-12994-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-13308-  # libtool script then.
mame-0.226+dfsg.1/3rdparty/libflac/configure:13309:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-13310-  if test -f "$ltmain_in"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-13414-done
mame-0.226+dfsg.1/3rdparty/libflac/configure:13415:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-13416-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-13797-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:13798:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:13799:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/libflac/configure-13800-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-13853-done
mame-0.226+dfsg.1/3rdparty/libflac/configure:13854:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-13855-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-13887-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/libflac/configure:13888:    case `$LD -v 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-13889-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-13951-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/libflac/configure:13952:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-13953-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14112-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/libflac/configure:14113:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libflac/configure-14114-	  if test -f "$collect2name" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14199-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/libflac/configure:14200:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/libflac/configure-14201-       else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14289-      # FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/libflac/configure:14290:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/libflac/configure-14291-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14294-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14295:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14296-      enable_shared_with_static_runtimes_F77=yes
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14335-         output_verbose_link_cmd='echo'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14336:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14337-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14455-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:14456:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14457-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure:14458:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14459-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14487-      hardcode_shlibpath_var_F77=no
mame-0.226+dfsg.1/3rdparty/libflac/configure:14488:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-14489-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14517-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14518:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14519-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure-14520-	allow_undefined_flag_F77=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14521:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14522-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14529-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14530:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14531-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14533-	allow_undefined_flag_F77=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14534:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14535:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/libflac/configure:14536:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14537-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14578- 	*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:14579: 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-14580- 	esac ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14767-if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:14768:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-14769-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14773-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/libflac/configure:14774:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-14775-  else
mame-0.226+dfsg.1/3rdparty/libflac/configure:14776:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-14777-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14844-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/libflac/configure:14845:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14846-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14877-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/libflac/configure:14878:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/libflac/configure:14879:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/configure:14880:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libflac/configure-14881-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/libflac/configure-14882-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14883:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/configure-14884-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14890-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14891:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14892-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14895-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/libflac/configure:14896:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14897:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-14898-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14904-        # which wouldn't understand a cygwinified path. Ahh.
mame-0.226+dfsg.1/3rdparty/libflac/configure:14905:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-14906-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure:14907:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-14908-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14911-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:14912:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14913-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14917-  *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:14918:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-14919-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-14937-  if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:14938:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-14939-  else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-15124-  (exit $ac_status); }; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:15125:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-15126-      *64-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-15137-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:15138:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/libflac/configure-15139-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-15204-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/libflac/configure:15205:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-15206-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-15458-      # Double-quote double-evaled strings.
mame-0.226+dfsg.1/3rdparty/libflac/configure:15459:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-15460-      ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-15461-    *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:15462:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-15463-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-15468-  *'\$0 --fallback-echo"')
mame-0.226+dfsg.1/3rdparty/libflac/configure:15469:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-15470-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-15784-  # libtool script then.
mame-0.226+dfsg.1/3rdparty/libflac/configure:15785:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-15786-  if test -f "$ltmain_in"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-15858-done
mame-0.226+dfsg.1/3rdparty/libflac/configure:15859:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-15860-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16259-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:16260:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:16261:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/libflac/configure-16262-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16315-done
mame-0.226+dfsg.1/3rdparty/libflac/configure:16316:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-16317-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16349-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/libflac/configure:16350:    case `$LD -v 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-16351-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16413-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/libflac/configure:16414:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-16415-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16574-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/libflac/configure:16575:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libflac/configure-16576-	  if test -f "$collect2name" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16671-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/libflac/configure:16672:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/libflac/configure-16673-       else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16771-      # FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/libflac/configure:16772:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/libflac/configure-16773-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16776-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
mame-0.226+dfsg.1/3rdparty/libflac/configure:16777:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
mame-0.226+dfsg.1/3rdparty/libflac/configure-16778-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16817-         output_verbose_link_cmd='echo'
mame-0.226+dfsg.1/3rdparty/libflac/configure:16818:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
mame-0.226+dfsg.1/3rdparty/libflac/configure-16819-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16937-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:16938:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-16939-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure:16940:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-16941-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16969-      hardcode_shlibpath_var_GCJ=no
mame-0.226+dfsg.1/3rdparty/libflac/configure:16970:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-16971-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-16999-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:17000:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-17001-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure-17002-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:17003:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-17004-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17011-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:17012:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-17013-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17015-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libflac/configure:17016:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:17017:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/libflac/configure:17018:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
mame-0.226+dfsg.1/3rdparty/libflac/configure-17019-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17060- 	*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:17061: 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-17062- 	esac ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17249-if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:17250:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-17251-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17255-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/libflac/configure:17256:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-17257-  else
mame-0.226+dfsg.1/3rdparty/libflac/configure:17258:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-17259-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17326-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/libflac/configure:17327:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/libflac/configure-17328-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17359-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/libflac/configure:17360:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/libflac/configure:17361:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/configure:17362:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libflac/configure-17363-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/libflac/configure-17364-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/libflac/configure:17365:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libflac/configure-17366-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17372-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:17373:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure-17374-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17377-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/libflac/configure:17378:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure:17379:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-17380-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17386-        # which wouldn't understand a cygwinified path. Ahh.
mame-0.226+dfsg.1/3rdparty/libflac/configure:17387:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-17388-      else
mame-0.226+dfsg.1/3rdparty/libflac/configure:17389:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-17390-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17393-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure:17394:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/libflac/configure-17395-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17399-  *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:17400:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/libflac/configure-17401-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17419-  if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:17420:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-17421-  else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17606-  (exit $ac_status); }; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:17607:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-17608-      *64-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17619-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:17620:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/libflac/configure-17621-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-17686-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/libflac/configure:17687:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-17688-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-18745-      # Double-quote double-evaled strings.
mame-0.226+dfsg.1/3rdparty/libflac/configure:18746:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-18747-      ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-18748-    *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:18749:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-18750-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-18755-  *'\$0 --fallback-echo"')
mame-0.226+dfsg.1/3rdparty/libflac/configure:18756:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-18757-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-19071-  # libtool script then.
mame-0.226+dfsg.1/3rdparty/libflac/configure:19072:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-19073-  if test -f "$ltmain_in"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-19144-done
mame-0.226+dfsg.1/3rdparty/libflac/configure:19145:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-19146-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-19220-      # Double-quote double-evaled strings.
mame-0.226+dfsg.1/3rdparty/libflac/configure:19221:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-19222-      ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-19223-    *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:19224:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
mame-0.226+dfsg.1/3rdparty/libflac/configure-19225-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-19230-  *'\$0 --fallback-echo"')
mame-0.226+dfsg.1/3rdparty/libflac/configure:19231:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-19232-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-19546-  # libtool script then.
mame-0.226+dfsg.1/3rdparty/libflac/configure:19547:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-19548-  if test -f "$ltmain_in"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-19728-     "checking for C++ compiler version" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:19729:ac_compiler=`set X $ac_compile; echo $2`
mame-0.226+dfsg.1/3rdparty/libflac/configure-19730-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-19803-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure:19804:GXX=`test $ac_compiler_gnu = yes && echo yes`
mame-0.226+dfsg.1/3rdparty/libflac/configure-19805-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20015-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:20016:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mame-0.226+dfsg.1/3rdparty/libflac/configure-20017-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20091-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure:20092:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-20093-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20100-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
mame-0.226+dfsg.1/3rdparty/libflac/configure:20101:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
mame-0.226+dfsg.1/3rdparty/libflac/configure-20102-if test -n "$ac_maketemp"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20108-fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:20109:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-20110-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20813-
mame-0.226+dfsg.1/3rdparty/libflac/configure:20814:ac_lo=`expr $ac_mid + 1`
mame-0.226+dfsg.1/3rdparty/libflac/configure-20815-		    if test $ac_lo -le $ac_mid; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20818-		    fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:20819:		    ac_mid=`expr 2 '*' $ac_mid + 1`
mame-0.226+dfsg.1/3rdparty/libflac/configure-20820-fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20911-
mame-0.226+dfsg.1/3rdparty/libflac/configure:20912:ac_hi=`expr '(' $ac_mid ')' - 1`
mame-0.226+dfsg.1/3rdparty/libflac/configure-20913-		       if test $ac_mid -le $ac_hi; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20916-		       fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:20917:		       ac_mid=`expr 2 '*' $ac_mid`
mame-0.226+dfsg.1/3rdparty/libflac/configure-20918-fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20931-while test "x$ac_lo" != "x$ac_hi"; do
mame-0.226+dfsg.1/3rdparty/libflac/configure:20932:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
mame-0.226+dfsg.1/3rdparty/libflac/configure-20933-  cat >conftest.$ac_ext <<_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-20976-
mame-0.226+dfsg.1/3rdparty/libflac/configure:20977:ac_lo=`expr '(' $ac_mid ')' + 1`
mame-0.226+dfsg.1/3rdparty/libflac/configure-20978-fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-21378-do
mame-0.226+dfsg.1/3rdparty/libflac/configure:21379:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/libflac/configure-21380-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-21467-fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:21468:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
mame-0.226+dfsg.1/3rdparty/libflac/configure:21469:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
mame-0.226+dfsg.1/3rdparty/libflac/configure:21470:if test `eval echo '${'$as_ac_var'}'` = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/configure-21471-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/libflac/configure:21472:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/libflac/configure-21473-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-21622-cat >>confdefs.h <<\_ACEOF
mame-0.226+dfsg.1/3rdparty/libflac/configure:21623:#define FLAC__NO_ASM 1
mame-0.226+dfsg.1/3rdparty/libflac/configure-21624-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-21980-else
mame-0.226+dfsg.1/3rdparty/libflac/configure:21981:    XMMS_CFLAGS=`$XMMS_CONFIG $xmms_config_args --cflags`
mame-0.226+dfsg.1/3rdparty/libflac/configure:21982:    XMMS_LIBS=`$XMMS_CONFIG $xmms_config_args --libs`
mame-0.226+dfsg.1/3rdparty/libflac/configure:21983:    XMMS_VERSION=`$XMMS_CONFIG $xmms_config_args --version`
mame-0.226+dfsg.1/3rdparty/libflac/configure:21984:    XMMS_DATA_DIR=`$XMMS_CONFIG $xmms_config_args --data-dir`
mame-0.226+dfsg.1/3rdparty/libflac/configure:21985:    XMMS_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/configure-21986-    XMMS_VISUALIZATION_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args \
mame-0.226+dfsg.1/3rdparty/libflac/configure-21987-					--visualization-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/configure:21988:    XMMS_INPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --input-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/configure:21989:    XMMS_OUTPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --output-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/configure:21990:    XMMS_EFFECT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --effect-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/configure:21991:    XMMS_GENERAL_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --general-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/configure-21992-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22431-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/libflac/configure:22432:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-22433-  *)
mame-0.226+dfsg.1/3rdparty/libflac/configure:22434:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-22435-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22440-      # Canonicalize the path of ld
mame-0.226+dfsg.1/3rdparty/libflac/configure:22441:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-22442-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/libflac/configure:22443:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-22444-      done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22474-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/libflac/configure:22475:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-22476-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22505-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
mame-0.226+dfsg.1/3rdparty/libflac/configure:22506:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libflac/configure-22507-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22616-        names_already_handled="$names_already_handled $name"
mame-0.226+dfsg.1/3rdparty/libflac/configure:22617:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-22618-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22662-                -L*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:22663:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-22664-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22754-              */lib | */lib/)
mame-0.226+dfsg.1/3rdparty/libflac/configure:22755:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-22756-                additional_includedir="$basedir/include"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22802-                  -L*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:22803:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-22804-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22859-                  -R*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:22860:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-22861-                    if test "$enable_rpath" != no; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-22884-                  -l*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:22885:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-22886-                    ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-22887-                  *.la)
mame-0.226+dfsg.1/3rdparty/libflac/configure:22888:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-22889-                    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-23163-
mame-0.226+dfsg.1/3rdparty/libflac/configure:23164:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-23165-    echo "$as_me:$LINENO: result: ${ac_t:-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-23352-cat >>confdefs.h <<\_ACEOF
mame-0.226+dfsg.1/3rdparty/libflac/configure:23353:#define FLAC__HAS_NASM 1
mame-0.226+dfsg.1/3rdparty/libflac/configure-23354-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-23849-do
mame-0.226+dfsg.1/3rdparty/libflac/configure:23850:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
mame-0.226+dfsg.1/3rdparty/libflac/configure-23851-    eval $as_var=C; export $as_var
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-23907-  as_lineno_2=$LINENO
mame-0.226+dfsg.1/3rdparty/libflac/configure:23908:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/configure-23909-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-23947-  as_lineno_2=$LINENO
mame-0.226+dfsg.1/3rdparty/libflac/configure:23948:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/configure-23949-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-24129-configured by $0, generated by GNU Autoconf 2.59,
mame-0.226+dfsg.1/3rdparty/libflac/configure:24130:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
mame-0.226+dfsg.1/3rdparty/libflac/configure-24131-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-24146-  --*=*)
mame-0.226+dfsg.1/3rdparty/libflac/configure:24147:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/libflac/configure:24148:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-24149-    ac_shift=:
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-24569-      fi
mame-0.226+dfsg.1/3rdparty/libflac/configure:24570:      ac_sed_frag=`expr $ac_sed_frag + 1`
mame-0.226+dfsg.1/3rdparty/libflac/configure-24571-      ac_beg=$ac_end
mame-0.226+dfsg.1/3rdparty/libflac/configure:24572:      ac_end=`expr $ac_end + $ac_max_sed_lines`
mame-0.226+dfsg.1/3rdparty/libflac/configure-24573-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-24586-	cat >$tmp/stdin
mame-0.226+dfsg.1/3rdparty/libflac/configure:24587:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure:24588:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure:24589:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure:24590:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-24591-  * )   ac_file_in=$ac_file.in ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-24634-if test "$ac_dir" != .; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:24635:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-24636-  # A "../" for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/libflac/configure:24637:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-24638-else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-24647-    else
mame-0.226+dfsg.1/3rdparty/libflac/configure:24648:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-24649-    fi ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-24799-	cat >$tmp/stdin
mame-0.226+dfsg.1/3rdparty/libflac/configure:24800:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure:24801:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure:24802:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure:24803:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-24804-  * )   ac_file_in=$ac_file.in ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-25002-    * )
mame-0.226+dfsg.1/3rdparty/libflac/configure:25003:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mame-0.226+dfsg.1/3rdparty/libflac/configure-25004-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-25025-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
mame-0.226+dfsg.1/3rdparty/libflac/configure:25026:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure:25027:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-25028-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-25067-if test "$ac_dir" != .; then
mame-0.226+dfsg.1/3rdparty/libflac/configure:25068:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-25069-  # A "../" for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/libflac/configure:25070:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-25071-else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-25080-    else
mame-0.226+dfsg.1/3rdparty/libflac/configure:25081:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-25082-    fi ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-25135-  # Strip MF so we end up with the name of the file.
mame-0.226+dfsg.1/3rdparty/libflac/configure:25136:  mf=`echo "$mf" | sed -e 's/:.*$//'`
mame-0.226+dfsg.1/3rdparty/libflac/configure-25137-  # Check whether this is an Automake generated Makefile or not.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure-25161-  # running `make'.
mame-0.226+dfsg.1/3rdparty/libflac/configure:25162:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-25163-  test -z "$DEPDIR" && continue
mame-0.226+dfsg.1/3rdparty/libflac/configure-25164-  # When using ansi2knr, U may be empty or an underscore; expand it
mame-0.226+dfsg.1/3rdparty/libflac/configure:25165:  U=`sed -n -e '/^U = / s///p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libflac/configure-25166-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/configure.in-273-AC_DEFINE(FLAC__HAS_NASM)
mame-0.226+dfsg.1/3rdparty/libflac/configure.in:274:AH_TEMPLATE(FLAC__HAS_NASM, [define if you are compiling for x86 and have the NASM assembler])
mame-0.226+dfsg.1/3rdparty/libflac/configure.in-275-fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-34-if test -z "$depfile"; then
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-37-   if test "$dir" = "$object"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-43-
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-45-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-178-  # Version 6 uses the directory in both cases.
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:179:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-180-  tmpdepfile="$stripped.u"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-189-  else
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:190:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-191-    tmpdepfile="$stripped.u"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-203-    # Do two passes, one to just change these to
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:204:    # `$object: dependent.h' and one to simply `dependent.h:'.
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-205-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-244-  # Do two passes, one to just change these to
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:245:  # `$object: dependent.h' and one to simply `dependent.h:'.
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-246-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-259-   # Subdirectories are respected.
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:260:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-261-   test "x$dir" = "x$object" && dir=
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:262:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-263-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-382-  done
mame-0.226+dfsg.1/3rdparty/libflac/depcomp:383:  obj_suffix="`echo $object | sed 's/^.*\././'`"
mame-0.226+dfsg.1/3rdparty/libflac/depcomp-384-  touch "$tmpdepfile"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-272-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:273:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-274-	  echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-280-	@list='$(doc_DATA)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:281:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-282-	  echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-294-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-296-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-324-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:325:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-326-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-402-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:403:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-404-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-414-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:415:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:416:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-417-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-418-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:419:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:420:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-421-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-422-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in:423:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/Makefile.in-424-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-315-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:316:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-317-	  echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-323-	@list='$(doc_DATA)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:324:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-325-	  echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-337-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:338:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-339-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-367-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:368:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-369-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-445-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:446:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-447-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-457-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-460-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-461-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:462:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:463:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-464-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-465-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in:466:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/Makefile.in-467-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/documentation_tools_plugins.html-51-	<div class="box_body">
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/documentation_tools_plugins.html:52:		Normally the FLAC plugin for XMMS is installed with a package, but some of the <a href="download.html">binary builds</a> have a compiled plugin.  All that is necessary is to copy <span class="code">libxmms-flac.so</span> to the directory where XMMS looks for input plugins (usually <span class="code">/usr/lib/xmms/Input</span> or <span class="code">$HOME/.xmms/Input</span>).  There is nothing else to configure.  Make sure to restart XMMS before trying to play any <span class="code">.flac</span> files.
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/documentation_tools_plugins.html-53-	</div>
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-275-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:276:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-277-	  echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-283-	@list='$(doc_DATA)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:284:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-285-	  echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-297-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:298:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-299-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-327-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:328:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-329-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-405-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:406:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-407-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-417-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:418:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-420-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-421-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:422:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:423:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-424-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-425-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in:426:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/Makefile.in-427-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-290-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in:291:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-292-	  echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-298-	@list='$(doc_DATA)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in:299:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-300-	  echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-314-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in:315:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in:316:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-317-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-318-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in:319:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in:320:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-321-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-322-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in:323:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/images/hw/Makefile.in-324-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-274-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in:275:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-276-	  echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-282-	@list='$(doc_DATA)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in:283:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-284-	  echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-298-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-301-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-302-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in:303:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in:304:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-305-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-306-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in:307:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/doc/html/ru/Makefile.in-308-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-272-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in:273:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-274-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-302-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in:303:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-304-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-380-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in:381:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-382-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-392-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in:393:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in:394:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-395-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-396-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in:397:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in:398:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-399-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-400-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in:401:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/Makefile.in-402-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-264-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in:265:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-266-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-294-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-296-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-372-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in:373:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-374-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-384-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in:385:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in:386:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-387-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-388-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in:389:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in:390:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-391-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-392-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in:393:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/Makefile.in-394-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-264-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in:265:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-266-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-294-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-296-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-372-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in:373:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-374-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-384-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in:385:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in:386:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-387-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-388-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in:389:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in:390:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-391-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-392-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in:393:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/Makefile.in-394-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-276-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:277:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-278-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-294-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:295:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-296-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-301-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:302:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-303-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-305-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:306:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-307-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-312-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:313:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-314-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-316-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:317:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-318-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-323-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:324:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-325-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-382-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:383:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-384-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-394-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:395:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:396:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-397-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-398-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:399:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:400:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-401-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-402-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in:403:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/decode/file/Makefile.in-404-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-264-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in:265:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-266-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-294-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-296-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-372-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in:373:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-374-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-384-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in:385:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in:386:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-387-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-388-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in:389:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in:390:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-391-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-392-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in:393:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/Makefile.in-394-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-276-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:277:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-278-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-294-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:295:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-296-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-301-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:302:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-303-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-305-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:306:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-307-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-312-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:313:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-314-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-316-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:317:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-318-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-323-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:324:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-325-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-382-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:383:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-384-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-394-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:395:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:396:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-397-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-398-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:399:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:400:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-401-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-402-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in:403:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/c/encode/file/Makefile.in-404-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-264-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in:265:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-266-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-294-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-296-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-372-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in:373:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-374-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-384-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in:385:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in:386:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-387-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-388-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in:389:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in:390:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-391-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-392-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in:393:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/Makefile.in-394-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-264-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in:265:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-266-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-294-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-296-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-372-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in:373:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-374-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-384-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in:385:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in:386:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-387-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-388-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in:389:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in:390:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-391-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-392-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in:393:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/Makefile.in-394-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-279-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:280:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-281-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-297-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:298:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-299-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-304-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:305:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-306-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-308-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:309:@am__fastdepCXX_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-310-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-315-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:316:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-317-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-319-@am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:320:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-321-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-326-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:327:@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-328-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-385-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:386:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-387-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-397-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:398:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:399:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-400-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-401-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:402:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:403:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-404-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-405-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in:406:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/decode/file/Makefile.in-407-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-264-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in:265:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-266-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-294-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-296-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-372-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in:373:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-374-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-384-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in:385:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in:386:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-387-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-388-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in:389:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in:390:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-391-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-392-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in:393:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/Makefile.in-394-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-279-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:280:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-281-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-297-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:298:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-299-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-304-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:305:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-306-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-308-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:309:@am__fastdepCXX_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-310-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-315-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:316:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-317-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-319-@am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:320:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-321-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-326-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:327:@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-328-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-385-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:386:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-387-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-397-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:398:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:399:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-400-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-401-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:402:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:403:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-404-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-405-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in:406:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/examples/cpp/encode/file/Makefile.in-407-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-277-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in:278:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-279-	  echo " $(flaccppincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccppincludedir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-285-	@list='$(flaccppinclude_HEADERS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in:286:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-287-	  echo " rm -f $(DESTDIR)$(flaccppincludedir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-337-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in:338:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-339-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-349-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in:350:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in:351:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-352-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-353-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in:354:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in:355:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-356-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-357-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in:358:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC++/Makefile.in-359-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-280-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in:281:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-282-	  echo " $(flaccincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccincludedir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-288-	@list='$(flaccinclude_HEADERS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in:289:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-290-	  echo " rm -f $(DESTDIR)$(flaccincludedir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-340-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in:341:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-342-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-352-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in:353:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in:354:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-355-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-356-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in:357:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in:358:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-359-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-360-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in:361:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/FLAC/Makefile.in-362-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-266-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in:267:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-268-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-296-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in:297:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-298-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-374-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in:375:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-376-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-386-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in:387:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in:388:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-389-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-390-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in:391:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in:392:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-393-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-394-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in:395:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/Makefile.in-396-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-258-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in:259:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-260-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-288-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in:289:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-290-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-366-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in:367:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-368-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-378-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in:379:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in:380:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-381-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-382-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in:383:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in:384:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-385-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-386-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in:387:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/Makefile.in-388-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in-250-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in:251:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in:252:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in-253-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in-254-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in:255:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in:256:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in-257-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in-258-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in:259:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/share/grabbag/Makefile.in-260-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in-247-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in:248:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in:249:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in-250-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in-251-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in:252:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in:253:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in-254-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in-255-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in:256:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/include/test_libs_common/Makefile.in-257-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-103-
mame-0.226+dfsg.1/3rdparty/libflac/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-105-	    shift
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-107-
mame-0.226+dfsg.1/3rdparty/libflac/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-109-	    shift
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-169-	then
mame-0.226+dfsg.1/3rdparty/libflac/install-sh:170:		dst=$dst/`basename "$src"`
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-171-	else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-176-## this sed command emulates the dirname command
mame-0.226+dfsg.1/3rdparty/libflac/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-178-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-190-IFS='%'
mame-0.226+dfsg.1/3rdparty/libflac/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-192-IFS=$oIFS
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-224-	then
mame-0.226+dfsg.1/3rdparty/libflac/install-sh:225:		dstfile=`basename "$dst"`
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-226-	else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-234-	then
mame-0.226+dfsg.1/3rdparty/libflac/install-sh:235:		dstfile=`basename "$dst"`
mame-0.226+dfsg.1/3rdparty/libflac/install-sh-236-	else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-36-# The name of this program:
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-38-modename="$progname"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-61-  :
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:62:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-63-  # Yippee, $echo works!
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-150-  win32_libid_type="unknown"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:151:  win32_fileres=`file -L $1 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-152-  case $win32_fileres in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-203-      # but not from the CC environment variable when configure was run.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:204:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-205-      # Blanks at the start of $base_compile will cause this to fail
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-210-	    # Evaluate the configuration.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:211:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-212-	    CC_quoted=
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-222-	    case "$@ " in
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:223:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-224-	      # The compiler in the base compile command matches
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-290-      esac
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:291:      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-292-      my_xdir="$my_gentop/$my_xlib"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-310-	  darwin_curdir=`pwd`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:311:	  darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:312:	  darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-313-	  if test -n "$darwin_arches"; then 
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:314:	    darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-315-	    darwin_arch=
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-325-      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:326:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-327-	    darwin_file=
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-329-	    for darwin_file in $darwin_filelist; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:330:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-331-	      lipo -create -output "$darwin_file" $darwin_files
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-344-      esac
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:345:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-346-    done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-361-  case $arg in
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:362:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-363-  *) optarg= ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-392-	  # Evaluate the configuration.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:393:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-394-	else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-619-	-Wc,*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:620:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-621-	  lastarg=
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-636-	  IFS="$save_ifs"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:637:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-638-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-655-      # Aesthetically quote the previous argument.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:656:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-657-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-683-      # Get the name of the library object.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:684:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-685-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-694-    *.ads) xform=ads ;;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:695:    *.asm) xform=asm ;;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-696-    *.c++) xform=c++ ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-706-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:707:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-708-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-709-    case $libobj in
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:710:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-711-    *)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-737-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:738:    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-739-    case $qlibobj in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-746-    fi
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:747:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:748:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-749-    if test "X$xdir" = "X$obj"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-785-    if test "$compiler_c_o" = no; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:786:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-787-      lockfile="$output_obj.lock"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-806-*** ERROR, $lockfile exists and contains:
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:807:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-808-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-824-    fi
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:825:    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-826-    case $qsrcfile in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-880-      if test "$need_locks" = warn &&
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:881:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-882-	$echo "\
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-883-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:884:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-885-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-952-      if test "$need_locks" = warn &&
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:953:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-954-	$echo "\
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-955-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:956:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-957-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1114-      *$quote_scanset* | *]* | *\|* | *\&* | *\(* | *\)* | "")
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1115:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1116-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1203-	    moreargs=
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1204:	    for fil in `cat $save_arg`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1205-	    do
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1230-		# Extract subdirectory from the argument.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1231:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1232-		if test "X$xdir" = "X$arg"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1284-		  # Extract subdirectory from the argument.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1285:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1286-		  if test "X$xdir" = "X$arg"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1291-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1292:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1293:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1294-		  libobjs="$libobjs $pic_object"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1444-      -L*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1445:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1446-	# We need an absolute path.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1449-	*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1450:	  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1451-	  if test -z "$absdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1539-	# to be aesthetically quoted because they are evaled later.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1540:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1541-	case $arg in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1610-      -R*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1611:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1612-	# We need an absolute path.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1651-      -Wc,*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1652:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1653-	arg=
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1665-	IFS="$save_ifs"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1666:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1667-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1669-      -Wl,*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1670:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1671-	arg=
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1684-	IFS="$save_ifs"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1685:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1686-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1706-	# to be aesthetically quoted because they are evaled later.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1707:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1708-	case $arg in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1743-	  # Extract subdirectory from the argument.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1744:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1745-	  if test "X$xdir" = "X$arg"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1797-	    # Extract subdirectory from the argument.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1798:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1799-	    if test "X$xdir" = "X$arg"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1804-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1805:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1806:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1807-	    libobjs="$libobjs $pic_object"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1840-	# to be aesthetically quoted because they are evaled later.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1841:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1842-	case $arg in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1870-    # calculate the name of the file, without its directory
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1871:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1872-    libobjs_save="$libobjs"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1875-      # get the directories listed in $shlibpath_var
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1876:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1877-    else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1882-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:1883:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-1884-    if test "X$output_objdir" = "X$output"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2018-	  fi
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2019:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2020-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2062-		    found=no
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2063:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2064-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2087-	    newdependency_libs="$deplib $newdependency_libs"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2088:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2089-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2100-	    fi
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2101:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2102-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2110-	  if test "$pass" = link; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2111:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2112-	    # Make sure the xrpath contains only unique directories.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2132-		set dummy $deplibs_check_method
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2133:	        match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2134-		if eval $echo \"$deplib\" 2>/dev/null \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2204-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2205:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2206-	test "X$ladir" = "X$lib" && ladir="."
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2296-	*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2297:	  abs_ladir=`cd "$ladir" && pwd`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2298-	  if test -z "$abs_ladir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2304-	esac
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2305:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2306-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2331-	fi # $installed = yes
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2332:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2333-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2378-	    case $deplib in
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2379:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2380-	    esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2493-	    shift; shift
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2494:	    libname=`eval \\$echo \"$libname_spec\"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2495-	    # use dlname if we got it. it's perfectly good, no?
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2501-	      *cygwin* | mingw*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2502:		major=`expr $current - $age`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2503-		versuffix="-$major"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2512-	    soroot="$soname"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2513:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2514:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2515-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2743-	      case $libdir in
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2744:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2745-		   case " $xrpath " in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2775-	      *.la)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2776:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2777-		test "X$dir" = "X$deplib" && dir="."
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2781-		*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2782:		  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2783-		  if test -z "$absdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2791-		else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2792:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2793-		  if test -z "$libdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2806-		  # but need to link against shared
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2807:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2808-		  if test -n "$deplibrary_names" ; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2831-		  # Again, we only want to link against shared libraries
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2832:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2833-		  for tmp in $newlib_search_path ; do
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-2998-      lib*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:2999:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3000-	eval shared_ext=\"$shrext_cmds\"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3004-	if test "$module" = no; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3005:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3006-	  $echo "$help" 1>&2
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3010-	  # Add the "lib" prefix for modules if required
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3011:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3012-	  eval shared_ext=\"$shrext_cmds\"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3014-	else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3015:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3016-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3091-	  darwin|linux|osf|windows)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3092:	    current=`expr $number_major + $number_minor`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3093-	    age="$number_minor"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3101-	  irix|nonstopux)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3102:	    current=`expr $number_major + $number_minor - 1`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3103-	    age="$number_minor"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3143-	if test "$age" -gt "$current"; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3144:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3145-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3158-	  # verstring for coding it into the library header
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3159:	  major=.`expr $current - $age`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3160-	  versuffix="$major.$age.$revision"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3161-	  # Darwin ld doesn't like 0 for these options...
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3162:	  minor_current=`expr $current + 1`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3163-	  verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3176-	irix | nonstopux)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3177:	  major=`expr $current - $age + 1`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3178-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3187-	  while test "$loop" -ne 0; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3188:	    iface=`expr $revision - $loop`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3189:	    loop=`expr $loop - 1`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3190-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3198-	linux)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3199:	  major=.`expr $current - $age`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3200-	  versuffix="$major.$age.$revision"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3203-	osf)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3204:	  major=.`expr $current - $age`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3205-	  versuffix=".$current.$age.$revision"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3210-	  while test "$loop" -ne 0; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3211:	    iface=`expr $current - $loop`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3212:	    loop=`expr $loop - 1`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3213-	    verstring="$verstring:${iface}.0"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3227-	  # extension on DOS 8.3 filesystems.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3228:	  major=`expr $current - $age`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3229-	  versuffix="-$major"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3282-	removelist=
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3283:	tempremovelist=`$echo "$output_objdir/*"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3284-	for p in $tempremovelist; do
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3310-	# Transform .lo files to .o files.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3311:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3312-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3315-      for path in $notinst_path; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3316:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3317:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3318:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3319-      done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3418-	    for i in $deplibs; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3419:	      name="`expr $i : '-l\(.*\)'`"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3420-	      # If $name is empty we are operating on a -L argument.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3430-		if test -n "$i" ; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3431:		  libname=`eval \\$echo \"$libname_spec\"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3432:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3433-		  set dummy $deplib_matches
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3434-		  deplib_match=$2
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3435:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3436-		    newdeplibs="$newdeplibs $i"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3455-	    for i in $deplibs; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3456:	      name="`expr $i : '-l\(.*\)'`"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3457-	      # If $name is empty we are operating on a -L argument.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3472-		  if test -n "$i" ; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3473:		    libname=`eval \\$echo \"$libname_spec\"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3474:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3475-		    set dummy $deplib_matches
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3476-		    deplib_match=$2
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3477:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3478-		      newdeplibs="$newdeplibs $i"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3505-	  set dummy $deplibs_check_method
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3506:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3507-	  for a_deplib in $deplibs; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3508:	    name="`expr $a_deplib : '-l\(.*\)'`"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3509-	    # If $name is empty we are operating on a -L argument.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3519-	      if test -n "$a_deplib" ; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3520:		libname=`eval \\$echo \"$libname_spec\"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3521-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3522:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3523-		  for potent_lib in $potential_libs; do
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3535-		      while test -h "$potlib" 2>/dev/null; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3536:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3537-			case $potliblink in
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3538-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3539:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3540-			esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3574-	  set dummy $deplibs_check_method
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3575:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3576-	  for a_deplib in $deplibs; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3577:	    name="`expr $a_deplib : '-l\(.*\)'`"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3578-	    # If $name is empty we are operating on a -L argument.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3588-	      if test -n "$a_deplib" ; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3589:		libname=`eval \\$echo \"$libname_spec\"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3590-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3591:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3592-		  for potent_lib in $potential_libs; do
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3631-	      # can't use Xsed below, because $i might contain '/'
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3632:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3633-	    done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3656-	  # On Rhapsody replace the C library is the System framework
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3657:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3658-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3795-	# Use standard objects if they are pic
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3796:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3797-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3808-	      eval cmd=\"$cmd\"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3809:	      if len=`expr "X$cmd" : ".*"` &&
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3810-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3886-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3887:	if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3888-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3905-	  save_output=$output
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3906:	  output_la=`$echo "X$output" | $Xsed -e "$basename"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3907-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3921-	    if test "X$objlist" = X ||
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3922:	       { len=`expr "X$test_cmds" : ".*"` &&
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3923-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3936-	      last_robj=$output_objdir/$output_la-${k}.$objext
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3937:	      k=`expr $k + 1`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3938-	      output=$output_objdir/$output_la-${k}.$objext
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3962-	  do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:3963:	    i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-3964-	    delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4069-	libobj="$output"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4070:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4071-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4103-      # Create the old-style object.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4104:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4105-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4164-      case $host in
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4165:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4166-      esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4184-	# On Rhapsody replace the C library is the System framework
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4185:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4186:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4187-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4296-	# Transform all the library objects into standard objects.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4297:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4298:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4299-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4342-	    # Add our own program objects to the symbol list.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4343:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4344-	    for arg in $progfiles; do
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4372-	    $show "extracting global C symbols from \`$arg'"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4373:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4374-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4491-	  # Transform the symbol file into the correct name.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4492:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4493:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4494-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4505-	# Nullify the symbol file.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4506:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4507:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4508-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4511-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4512:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4513-	link_command="$compile_command$compile_rpath"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4578-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4579:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4580-	# Delete the old output file.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4598-	  if test "$fast_install" = yes; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4599:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4600-	  else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4610-      # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4611:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4612-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4630-	  else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4631:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4632-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4635-	relink_command="(cd `pwd`; $relink_command)"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4636:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4637-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4644-	esac
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4645:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4646-      else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4647:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4648-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4654-	case $output in
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4655:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4656-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4660-	    exeext=.exe
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4661:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4662-	  *) exeext= ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4665-	  *cygwin* | *mingw* )
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4666:	    cwrappersource=`$echo ${objdir}/lt-${outputname}.c`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4667:	    cwrapper=`$echo ${output}.exe`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4668-	    $rm $cwrappersource $cwrapper
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4915-      shift
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4916:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4917-      # Yippee, \$echo works!
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4927-  # Find the directory that this script lives in.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4928:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4929-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4931-  # Follow symbolic links until we get to the real thisdir.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4932:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4933-  while test -n \"\$file\"; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4934:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4935-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4943-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4944:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4945:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4946-  done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4948-  # Try to get the absolute directory name.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4949:  absdir=\`cd \"\$thisdir\" && pwd\`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4950-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4958-  if test ! -f \"\$progdir/\$program\" || \\
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4959:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4960-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4973-    if test -n \"\$relink_command\"; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:4974:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-4975-      else
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5005-    # The second colon is a workaround for a bug in BeOS R4 sed
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5006:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5007-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5118-	  do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5119:	    objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5120-	    case " $oldobjs " in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5126-		newobj=lt$counter-$objbase
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5127:		counter=`expr $counter + 1`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5128-		case " $oldobjs " in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5144-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5145:	if len=`expr "X$cmds" : ".*"` &&
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5146-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5166-	    eval test_cmds=\"$old_archive_cmds\"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5167:	    if len=`expr "X$test_cmds" : ".*"` &&
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5168-	       test "$len" -le "$max_cmd_len"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5218-	else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5219:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5220-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5224-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5225:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5226-      if test "$hardcode_automatic" = yes ; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5243-	      *.la)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5244:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5245:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5246-		if test -z "$libdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5257-	    for lib in $dlfiles; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5258:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5259:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5260-	      if test -z "$libdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5268-	    for lib in $dlprefiles; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5269:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5270:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5271-	      if test -z "$libdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5365-      # Aesthetically quote it.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5366:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5367-      case $arg in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5381-    # Aesthetically quote it.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5382:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5383-    case $arg in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5429-      # Aesthetically quote the argument.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5430:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5431-      case $arg in
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5461-    # Strip any trailing slash from the destination.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5462:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5463-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5469-    else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5470:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5471-      test "X$destdir" = "X$dest" && destdir=.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5472:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5473-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5545-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5546:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5547-	test "X$dir" = "X$file/" && dir=
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5551-	  # Determine the prefix the user has applied to our future dir.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5552:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5553-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5566-	    # Stick the inst_prefix_dir data into the link command.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5567:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5568-	  else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5569:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5570-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5623-	# Install the pseudo-library for information purposes.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5624:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5625-	instname="$dir/$name"i
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5639-	else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5640:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5641-	  destfile="$destdir/$destfile"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5646-	*.lo)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5647:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5648-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5668-	  # Deduce the name of the old-style object file.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5669:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5670-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5681-	else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5682:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5683-	  destfile="$destdir/$destfile"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5692-	    if test ! -f "$file"; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5693:	      file=`$echo $file|${SED} 's,.exe$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5694-	      stripped_ext=".exe"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5701-	*cygwin*|*mingw*)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5702:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5703-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5741-	    fi
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5742:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5743-	    if test -n "$libdir" && test ! -f "$libfile"; then
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5744:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5745-	      finalize=no
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5777-	      fi
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5778:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5779-	      outputname="$tmpdir/$file"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5780-	      # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5781:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5782-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5795-	    # Install the binary that we compiled earlier.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5796:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5797-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5811-	  *:*.exe)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5812:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5813-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5824-    for file in $staticlibs; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5825:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5826-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5981-	  # Warn if it was a shared library.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5982:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5983-	  continue
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5985-
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5986:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5987-	test "X$dir" = "X$file" && dir=.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5991-	else
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5992:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5993-	  exit $EXIT_FAILURE
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-5998-	# Just add the directory containing the .lo file.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:5999:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6000-	test "X$dir" = "X$file" && dir=.
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6009-      # Get the absolute pathname.
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:6010:      absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6011-      test -n "$absdir" && dir="$absdir"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6045-      # Quote arguments (to preserve shell metacharacters).
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:6046:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6047-      args="$args \"$file\""
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6107-    for file in $files; do
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:6108:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6109-      if test "X$dir" = "X$file"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6114-      fi
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:6115:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6116-      test "$mode" = uninstall && objdir="$dir"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6215-	  *.exe)
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:6216:	    file=`$echo $file|${SED} 's,.exe$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:6217:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6218-	    # $file with .exe has already been added to rmfiles,
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6489-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh:6490:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
mame-0.226+dfsg.1/3rdparty/libflac/ltmain.sh-6491-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in-262-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in:263:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in:264:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in-265-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in-266-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in:267:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in:268:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in-269-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in-270-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in:271:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/m4/Makefile.in-272-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/m4/ogg.m4-11-dnl
mame-0.226+dfsg.1/3rdparty/libflac/m4/ogg.m4:12:AC_ARG_WITH(ogg,[  --with-ogg=PFX   Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="")
mame-0.226+dfsg.1/3rdparty/libflac/m4/ogg.m4:13:AC_ARG_WITH(ogg-libraries,[  --with-ogg-libraries=DIR   Directory where libogg library is installed (optional)], ogg_libraries="$withval", ogg_libraries="")
mame-0.226+dfsg.1/3rdparty/libflac/m4/ogg.m4:14:AC_ARG_WITH(ogg-includes,[  --with-ogg-includes=DIR   Directory where libogg header files are installed (optional)], ogg_includes="$withval", ogg_includes="")
mame-0.226+dfsg.1/3rdparty/libflac/m4/ogg.m4-15-AC_ARG_ENABLE(oggtest, [  --disable-oggtest       Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4-88-else
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4:89:    XMMS_CFLAGS=`$XMMS_CONFIG $xmms_config_args --cflags`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4:90:    XMMS_LIBS=`$XMMS_CONFIG $xmms_config_args --libs`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4:91:    XMMS_VERSION=`$XMMS_CONFIG $xmms_config_args --version`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4:92:    XMMS_DATA_DIR=`$XMMS_CONFIG $xmms_config_args --data-dir`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4:93:    XMMS_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4-94-    XMMS_VISUALIZATION_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args \
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4-95-					--visualization-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4:96:    XMMS_INPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --input-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4:97:    XMMS_OUTPUT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --output-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4:98:    XMMS_EFFECT_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --effect-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4:99:    XMMS_GENERAL_PLUGIN_DIR=`$XMMS_CONFIG $xmms_config_args --general-plugin-dir`
mame-0.226+dfsg.1/3rdparty/libflac/m4/xmms.m4-100-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-267-	  else file=$$i; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:268:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-269-	  case "$$ext" in \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-272-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:273:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:274:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:275:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-276-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-288-	for i in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:289:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-290-	  case "$$ext" in \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-293-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:294:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:295:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:296:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-297-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-311-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:312:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:313:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-314-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-315-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:316:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:317:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-318-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-319-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in:320:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/man/Makefile.in-321-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/missing-128-         from any GNU archive site."
mame-0.226+dfsg.1/3rdparty/libflac/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
mame-0.226+dfsg.1/3rdparty/libflac/missing-130-    test -z "$files" && files="config.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/missing-167-         proper tools for further handling them.
mame-0.226+dfsg.1/3rdparty/libflac/missing:168:         You can get \`$1' as part of \`Autoconf' from any GNU
mame-0.226+dfsg.1/3rdparty/libflac/missing-169-         archive site."
mame-0.226+dfsg.1/3rdparty/libflac/missing-170-
mame-0.226+dfsg.1/3rdparty/libflac/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
mame-0.226+dfsg.1/3rdparty/libflac/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
mame-0.226+dfsg.1/3rdparty/libflac/missing-173-    if test -f "$file"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/missing-196-	*.y)
mame-0.226+dfsg.1/3rdparty/libflac/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
mame-0.226+dfsg.1/3rdparty/libflac/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/missing-200-	    fi
mame-0.226+dfsg.1/3rdparty/libflac/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
mame-0.226+dfsg.1/3rdparty/libflac/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/missing-226-	*.l)
mame-0.226+dfsg.1/3rdparty/libflac/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
mame-0.226+dfsg.1/3rdparty/libflac/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/missing-250-
mame-0.226+dfsg.1/3rdparty/libflac/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
mame-0.226+dfsg.1/3rdparty/libflac/missing-252-    if test -z "$file"; then
mame-0.226+dfsg.1/3rdparty/libflac/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
mame-0.226+dfsg.1/3rdparty/libflac/missing-254-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
mame-0.226+dfsg.1/3rdparty/libflac/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
mame-0.226+dfsg.1/3rdparty/libflac/missing-278-    if test -z "$file"; then
mame-0.226+dfsg.1/3rdparty/libflac/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
mame-0.226+dfsg.1/3rdparty/libflac/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
mame-0.226+dfsg.1/3rdparty/libflac/missing-281-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/missing-304-	*o*)
mame-0.226+dfsg.1/3rdparty/libflac/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
mame-0.226+dfsg.1/3rdparty/libflac/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/missing-310-	*h*)
mame-0.226+dfsg.1/3rdparty/libflac/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
mame-0.226+dfsg.1/3rdparty/libflac/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/mkinstalldirs-69-do
mame-0.226+dfsg.1/3rdparty/libflac/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
mame-0.226+dfsg.1/3rdparty/libflac/mkinstalldirs-71-  shift
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-267-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in:268:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-269-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-297-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in:298:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-299-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-375-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in:376:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-377-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-387-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in:388:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in:389:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-390-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-391-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in:392:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in:393:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-394-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-395-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in:396:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/Makefile.in-397-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-267-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in:268:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-269-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-297-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in:298:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-299-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-375-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in:376:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-377-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-387-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in:388:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in:389:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-390-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-391-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in:392:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in:393:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-394-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-395-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in:396:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/Makefile.in-397-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in-240-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in:241:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in:242:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in-243-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in-244-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in:245:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in:246:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in-247-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in-248-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in:249:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/bin/Makefile.in-250-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in-240-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in:241:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in:242:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in-243-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in-244-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in:245:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in:246:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in-247-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in-248-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in:249:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/debug/lib/Makefile.in-250-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-267-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in:268:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-269-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-297-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in:298:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-299-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-375-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in:376:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-377-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-387-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in:388:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in:389:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-390-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-391-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in:392:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in:393:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-394-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-395-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in:396:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/Makefile.in-397-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in-240-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in:241:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in:242:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in-243-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in-244-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in:245:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in:246:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in-247-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in-248-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in:249:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/bin/Makefile.in-250-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in-240-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in:241:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in:242:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in-243-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in-244-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in:245:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in:246:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in-247-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in-248-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in:249:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/obj/release/lib/Makefile.in-250-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-289-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in:290:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-291-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-319-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in:320:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-321-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-397-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in:398:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-399-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-409-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in:410:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in:411:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-412-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-413-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in:414:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in:415:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-416-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-417-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in:418:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/Makefile.in-419-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-320-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:321:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-322-	  if test -f $$p \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-324-	  ; then \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:325:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-326-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-333-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:334:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-335-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-340-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:341:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-342-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-365-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:366:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-367-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-372-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:373:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-374-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-376-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:377:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-378-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-383-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:384:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-385-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-387-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:388:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-389-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-394-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:395:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-396-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-453-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:454:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-455-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-465-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:466:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:467:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-468-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-469-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:470:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:471:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-472-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-473-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in:474:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/flac/Makefile.in-475-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-310-	  if test -f $$p; then \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:311:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-312-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-319-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:320:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-321-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-327-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:328:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-329-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-347-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:348:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-349-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-354-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:355:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-356-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-358-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:359:@am__fastdepCXX_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-360-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-365-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:366:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-367-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-369-@am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:370:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-371-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-376-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:377:@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-378-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-393-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:394:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-395-	  echo " $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-401-	@list='$(m4data_DATA)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:402:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-403-	  echo " rm -f $(DESTDIR)$(m4datadir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-411-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:412:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-413-	  echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-419-	@list='$(pkgconfig_DATA)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:420:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-421-	  echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-471-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:472:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-473-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-483-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:484:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:485:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-486-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-487-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:488:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:489:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-490-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-491-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in:492:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/Makefile.in-493-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/libFLAC++.m4-11-dnl
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/libFLAC++.m4:12:AC_ARG_WITH(libFLACPP,[  --with-libFLACPP=PFX   Prefix where libFLAC++ is installed (optional)], libFLACPP_prefix="$withval", libFLACPP_prefix="")
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/libFLAC++.m4:13:AC_ARG_WITH(libFLACPP-libraries,[  --with-libFLACPP-libraries=DIR   Directory where libFLAC++ library is installed (optional)], libFLACPP_libraries="$withval", libFLACPP_libraries="")
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/libFLAC++.m4:14:AC_ARG_WITH(libFLACPP-includes,[  --with-libFLACPP-includes=DIR   Directory where libFLAC++ header files are installed (optional)], libFLACPP_includes="$withval", libFLACPP_includes="")
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC++/libFLAC++.m4-15-AC_ARG_ENABLE(libFLACPPtest, [  --disable-libFLACPPtest       Do not try to compile and run a test libFLAC++ program],, enable_libFLACPPtest=yes)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-465-	  if test -f $$p; then \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:466:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-467-	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-474-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:475:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-476-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-482-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:483:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-484-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-520-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:521:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-522-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-527-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:528:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-529-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-531-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:532:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-533-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-538-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:539:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-540-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-542-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:543:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-544-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:550:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-551-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-566-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:567:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-568-	  echo " $(m4dataDATA_INSTALL) $$d$$p $(DESTDIR)$(m4datadir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-574-	@list='$(m4data_DATA)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:575:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-576-	  echo " rm -f $(DESTDIR)$(m4datadir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-584-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:585:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-586-	  echo " $(pkgconfigDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgconfigdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-592-	@list='$(pkgconfig_DATA)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:593:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-594-	  echo " rm -f $(DESTDIR)$(pkgconfigdir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-606-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:607:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-608-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-636-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:637:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-638-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-714-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:715:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-716-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-726-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:727:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:728:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-729-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-730-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:731:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:732:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-733-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-734-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in:735:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.in-736-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite-41-ifeq ($(SOLARIS_BUILD),yes)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite:42:DEFINES = -DFLAC__NO_ASM -DFLAC__ALIGN_MALLOC_DATA
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite-43-else
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite:44:DEFINES = -DFLAC__CPU_IA32 -DFLAC__USE_3DNOW -DFLAC__HAS_NASM -DFLAC__ALIGN_MALLOC_DATA
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite-45-endif
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite-55-else
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite:56:SRCS_NASM = \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite:57:	ia32/bitreader_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite:58:	ia32/cpu_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite:59:	ia32/fixed_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite:60:	ia32/lpc_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/Makefile.lite-61-	ia32/stream_encoder_asm.nasm
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c-168-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c:169:/* would be static except it needs to be called by asm routines */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c-170-FLAC__bool bitreader_read_from_client_(FLAC__BitReader *br)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c-795-				if(b) {
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c:796:#if 0 /* slower, probably due to bad register allocation... */ && defined FLAC__CPU_IA32 && !defined FLAC__NO_ASM && FLAC__BITS_PER_WORD == 32
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c:797:					__asm {
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c-798-						bsr eax, b
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c-978-				if(b) {
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c:979:#if 0 /* is not discernably faster... */ && defined FLAC__CPU_IA32 && !defined FLAC__NO_ASM && FLAC__BITS_PER_WORD == 32 && defined __GNUC__
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c:980:					asm volatile (
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/bitreader.c-981-						"bsrl %1, %0;"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-70-#  endif /* FLAC__SYS_DARWIN */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:71:# endif /* FLAC__NO_ASM */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-72-#endif /* FLAC__CPU_PPC */
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-110- */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:111:#if defined(FLAC__CPU_IA32) && !defined FLAC__NO_ASM && defined FLAC__HAS_NASM && !defined FLAC__NO_SSE_OS && !defined FLAC__SSE_OS
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-112-# if defined(__linux__)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-165-	info->type = FLAC__CPUINFO_TYPE_IA32;
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:166:#if !defined FLAC__NO_ASM && defined FLAC__HAS_NASM
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:167:	info->use_asm = true; /* we assume a minimum of 80386 with FLAC__CPU_IA32 */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-168-	info->data.ia32.cpuid = FLAC__cpu_have_cpuid_asm_ia32()? true : false;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-263-				/* see sigill_handler_sse_os() for an explanation of the following: */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:264:				asm volatile (
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-265-					"xorl %0,%0\n\t"          /* for some reason, still need to do this to clear 'sse' var */
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-289-			_try {
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:290:				__asm {
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-291-#  if _MSC_VER <= 1200
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-311-			/*  http://www.hick.org/~mmiller/msvc_inline_asm.html */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:312:			__asm {
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-313-#  if _MSC_VER <= 1200
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-346-#else
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:347:	info->use_asm = false;
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-348-#endif
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-355-# if !defined FLAC__NO_ASM
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:356:	info->use_asm = true;
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-357-#  ifdef FLAC__USE_ALTIVEC
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-384-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:385:			asm volatile (
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-386-				"mtspr 256, %0\n\t"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-399-			/* PPC64 hardware implements the cntlzd instruction */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:400:			asm volatile ("cntlzd %0, %1" : "=r" (x) : "r" (x) );
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-401-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-411-# else
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:412:	info->use_asm = false;
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-413-# endif
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-419-	info->type = FLAC__CPUINFO_TYPE_UNKNOWN;
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c:420:	info->use_asm = false;
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/cpu.c-421-#endif
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am-30-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am:31:SUFFIXES = .nasm .lo
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am-32-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am:33:STRIP_NON_ASM = sh $(top_srcdir)/strip_non_asm_libtool_args.sh
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am-34-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am-39-libFLAC_asm_la_SOURCES = \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am:40:	bitreader_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am:41:	cpu_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am:42:	fixed_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am:43:	lpc_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.am-44-	nasm.h \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-234-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:235:SUFFIXES = .nasm .lo
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-236-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:237:STRIP_NON_ASM = sh $(top_srcdir)/strip_non_asm_libtool_args.sh
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-238-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-240-libFLAC_asm_la_SOURCES = \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:241:	bitreader_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:242:	cpu_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:243:	fixed_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:244:	lpc_asm.nasm \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-245-	nasm.h \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-275-.SUFFIXES:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:276:.SUFFIXES: .nasm .lo
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-277-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-285-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:286:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-287-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-356-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:357:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-358-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-368-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:369:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:370:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-371-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-372-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:373:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:374:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-375-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-376-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in:377:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/Makefile.in-378-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/bitreader_asm.nasm:1:;  vim:filetype=nasm ts=8
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/bitreader_asm.nasm-2-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/cpu_asm.nasm:1:;  vim:filetype=nasm ts=8
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/cpu_asm.nasm-2-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/fixed_asm.nasm:1:;  vim:filetype=nasm ts=8
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/fixed_asm.nasm-2-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/lpc_asm.nasm:1:;  vim:filetype=nasm ts=8
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/lpc_asm.nasm-2-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/stream_encoder_asm.nasm:1:;  vim:filetype=nasm ts=8
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ia32/stream_encoder_asm.nasm-2-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-277-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in:278:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-279-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-307-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in:308:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-309-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-385-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in:386:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-387-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-397-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in:398:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in:399:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-400-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-401-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in:402:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in:403:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-404-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-405-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in:406:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/Makefile.in-407-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-330-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in:331:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-332-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-342-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-345-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-346-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in:347:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in:348:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-349-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-350-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in:351:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/Makefile.in-352-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/lpc.h-47- *	Applies the given window to the data.
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/lpc.h:48: *  OPT: asm implementation
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/lpc.h-49- *
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/lpc.h-174-void FLAC__lpc_restore_signal_asm_ia32_mmx(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/lpc.h:175:#    endif /* FLAC__HAS_NASM */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/lpc.h-176-#  elif defined FLAC__CPU_PPC
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/lpc.h-179-#  endif/* FLAC__CPU_IA32 || FLAC__CPU_PPC */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/lpc.h:180:#endif /* FLAC__NO_ASM */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/private/lpc.h-181-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-314-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in:315:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-316-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-326-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in:327:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in:328:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-329-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-330-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in:331:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in:332:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-333-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-334-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in:335:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/include/protected/Makefile.in-336-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC.m4-10-dnl
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC.m4:11:AC_ARG_WITH(libFLAC,[  --with-libFLAC=PFX   Prefix where libFLAC is installed (optional)], libFLAC_prefix="$withval", libFLAC_prefix="")
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC.m4:12:AC_ARG_WITH(libFLAC-libraries,[  --with-libFLAC-libraries=DIR   Directory where libFLAC library is installed (optional)], libFLAC_libraries="$withval", libFLAC_libraries="")
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC.m4:13:AC_ARG_WITH(libFLAC-includes,[  --with-libFLAC-includes=DIR   Directory where libFLAC header files are installed (optional)], libFLAC_includes="$withval", libFLAC_includes="")
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC.m4-14-AC_ARG_ENABLE(libFLACtest, [  --disable-libFLACtest       Do not try to compile and run a test libFLAC program],, enable_libFLACtest=yes)
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-106-"ia32/bitreader_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:107:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-108-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-117-"ia32/bitreader_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:118:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-119-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-135-"ia32/cpu_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:136:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-137-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-146-"ia32/cpu_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:147:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-148-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-164-"ia32/fixed_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:165:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-166-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-175-"ia32/fixed_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:176:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-177-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-193-"ia32/lpc_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:194:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-195-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-204-"ia32/lpc_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:205:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-206-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-222-"ia32/stream_encoder_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:223:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-224-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-233-"ia32/stream_encoder_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp:234:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.dsp-235-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-420-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:421:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-422-					AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-430-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:431:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-432-					AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-448-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:449:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-450-					AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-458-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:459:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-460-					AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-472-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:473:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-474-					AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-482-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:483:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-484-					AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-496-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:497:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-498-					AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-506-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:507:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-508-					AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-520-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:521:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-522-					AdditionalDependencies="ia32/stream_encoder_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-530-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj:531:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_dynamic.vcproj-532-					AdditionalDependencies="ia32/stream_encoder_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-99-"ia32/bitreader_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:100:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-101-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-110-"ia32/bitreader_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:111:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-112-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-128-"ia32/cpu_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:129:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-130-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-139-"ia32/cpu_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:140:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-141-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-157-"ia32/fixed_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:158:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-159-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-168-"ia32/fixed_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:169:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-170-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-186-"ia32/lpc_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:187:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-188-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-197-"ia32/lpc_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:198:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-199-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-215-"ia32/stream_encoder_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:216:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-217-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-226-"ia32/stream_encoder_asm.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp:227:	nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.dsp-228-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-389-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:390:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-391-					AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-399-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:400:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-401-					AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-413-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:414:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-415-					AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-423-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:424:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/cpu_asm.nasm -o ia32/cpu_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-425-					AdditionalDependencies="ia32/cpu_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-437-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:438:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-439-					AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-447-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:448:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/fixed_asm.nasm -o ia32/fixed_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-449-					AdditionalDependencies="ia32/fixed_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-461-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:462:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-463-					AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-471-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:472:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/lpc_asm.nasm -o ia32/lpc_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-473-					AdditionalDependencies="ia32/lpc_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-485-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:486:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-487-					AdditionalDependencies="ia32/stream_encoder_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-495-					Name="VCCustomBuildTool"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj:496:					CommandLine="nasmw.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/stream_encoder_asm.nasm -o ia32/stream_encoder_asm.obj&#x0D;&#x0A;"
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/libFLAC_static.vcproj-497-					AdditionalDependencies="ia32/stream_encoder_asm.nasm;ia32/nasm.h"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-277-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in:278:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-279-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-307-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in:308:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-309-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-385-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in:386:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-387-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-397-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in:398:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in:399:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-400-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-401-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in:402:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in:403:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-404-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-405-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in:406:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/Makefile.in-407-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.am-35-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.am:36:STRIP_NON_ASM = sh $(top_srcdir)/strip_non_asm_libtool_args.sh
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.am-37-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-238-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:239:@FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@STRIP_NON_ASM = sh $(top_srcdir)/strip_non_asm_libtool_args.sh
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-240-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-290-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:291:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-292-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-305-.s.o:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:306:	$(CCASCOMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-307-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-308-.s.obj:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:309:	$(CCASCOMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-310-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-311-@FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@.s.lo:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:312:	$(LTCCASCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-313-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-370-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:371:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-372-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-382-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:383:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:384:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-385-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-386-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:387:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:388:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-389-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-390-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in:391:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/as/Makefile.in-392-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.am-35-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.am:36:STRIP_NON_ASM = sh $(top_srcdir)/strip_non_asm_libtool_args.sh
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.am-37-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-165-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:166:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-167-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-238-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:239:@FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@STRIP_NON_ASM = sh $(top_srcdir)/strip_non_asm_libtool_args.sh
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-240-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-290-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:291:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-292-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-305-.s.o:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:306:	$(CCASCOMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-307-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-308-.s.obj:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:309:	$(CCASCOMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-310-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-311-@FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@.s.lo:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:312:	$(LTCCASCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-313-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-370-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:371:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-372-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-382-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:383:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:384:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-385-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-386-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:387:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:388:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-389-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-390-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in:391:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/ppc/gas/Makefile.in-392-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_decoder.c-413-	FLAC__cpu_info(&decoder->private_->cpuinfo);
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_decoder.c:414:	/* first default to the non-asm routines */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_decoder.c-415-	decoder->private_->local_lpc_restore_signal = FLAC__lpc_restore_signal;
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_decoder.c-419-	decoder->private_->local_bitreader_read_rice_signed_block = FLAC__bitreader_read_rice_signed_block;
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_decoder.c:420:	/* now override with asm where appropriate */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_decoder.c-421-#ifndef FLAC__NO_ASM
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-909-	FLAC__cpu_info(&encoder->private_->cpuinfo);
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c:910:	/* first default to the non-asm routines */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-911-#ifndef FLAC__INTEGER_ONLY_LIBRARY
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-919-#endif
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c:920:	/* now override with asm where appropriate */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-921-#ifndef FLAC__INTEGER_ONLY_LIBRARY
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-950-			encoder->private_->local_fixed_compute_best_predictor = FLAC__fixed_compute_best_predictor_asm_ia32_mmx_cmov;
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c:951:#   endif /* FLAC__HAS_NASM */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-952-#  endif /* FLAC__CPU_IA32 */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-953-	}
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c:954:# endif /* !FLAC__NO_ASM */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-955-#endif /* !FLAC__INTEGER_ONLY_LIBRARY */
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-3195-	FLAC__double lpc_residual_bits_per_sample;
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c:3196:	FLAC__real autoc[FLAC__MAX_LPC_ORDER+1]; /* WATCHOUT: the size is important even though encoder->protected_->max_lpc_order might be less; some asm routines need all the space */
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-3197-	FLAC__double lpc_error[FLAC__MAX_LPC_ORDER];
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-3773-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c:3774:#if defined(FLAC__CPU_IA32) && !defined FLAC__NO_ASM && defined FLAC__HAS_NASM
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-3775-extern void precompute_partition_info_sums_32bit_asm_ia32_(
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-3799-
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c:3800:#if defined(FLAC__CPU_IA32) && !defined FLAC__NO_ASM && defined FLAC__HAS_NASM
mame-0.226+dfsg.1/3rdparty/libflac/src/libFLAC/stream_encoder.c-3801-	/* slightly pessimistic but still catches all common cases */
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-319-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:320:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-321-	  if test -f $$p \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-323-	  ; then \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:324:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-325-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-332-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:333:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-334-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-339-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:340:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-341-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-366-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:367:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-368-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-373-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:374:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-375-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-377-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:378:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-379-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-384-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:385:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-386-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-388-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:389:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-390-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-395-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:396:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-397-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-454-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:455:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-456-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-466-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:467:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:468:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-469-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-470-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:471:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:472:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-473-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-474-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in:475:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/metaflac/Makefile.in-476-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-264-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in:265:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-266-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-294-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-296-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-372-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in:373:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-374-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-384-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in:385:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in:386:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-387-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-388-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in:389:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in:390:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-391-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-392-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in:393:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/Makefile.in-394-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in-263-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in:264:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in:265:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in-266-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in-267-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in:268:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in:269:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in-270-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in-271-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in:272:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_mac/Makefile.in-273-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in-263-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in:264:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in:265:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in-266-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in-267-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in:268:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in:269:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in-270-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in-271-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in:272:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/monkeys_audio_utilities/flac_ren/Makefile.in-273-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-294-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:295:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-296-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-315-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:316:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-317-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-322-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:323:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-324-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-326-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:327:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-328-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-333-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:334:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-335-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-337-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:338:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-339-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-344-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:345:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-346-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-403-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:404:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-405-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-415-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:416:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:417:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-418-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-419-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:420:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:421:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-422-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-423-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in:424:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_common/Makefile.in-425-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-280-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in:281:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-282-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-310-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in:311:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-312-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-388-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in:389:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-390-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-400-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in:401:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in:402:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-403-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-404-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in:405:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in:406:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-407-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-408-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in:409:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/Makefile.in-410-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-264-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in:265:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-266-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-294-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-296-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-372-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in:373:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-374-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-384-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in:385:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in:386:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-387-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-388-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in:389:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in:390:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-391-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-392-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in:393:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/Makefile.in-394-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in-262-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in:263:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in:264:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in-265-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in-266-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in:267:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in:268:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in-269-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in-270-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in:271:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_winamp2/include/winamp2/Makefile.in-272-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-158-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:159:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-160-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-327-	  if test -f $$p; then \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:328:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-329-	    echo " $(LIBTOOL) --mode=install $(xmmsinputpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(xmmsinputplugindir)/$$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-336-	@list='$(xmmsinputplugin_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:337:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-338-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(xmmsinputplugindir)/$$p"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-344-	@list='$(xmmsinputplugin_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:345:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-346-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-367-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:368:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-369-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-374-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:375:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-376-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-378-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:379:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-380-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-385-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:386:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-387-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-389-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:390:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-391-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-396-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:397:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-398-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-455-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:456:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-457-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-467-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:468:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:469:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-470-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-471-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:472:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:473:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-474-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-475-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in:476:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/plugin_xmms/Makefile.in-477-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-269-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in:270:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-271-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-299-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in:300:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-301-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-377-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in:378:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-379-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-389-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in:390:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in:391:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-392-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-393-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in:394:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in:395:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-396-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-397-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in:398:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/Makefile.in-399-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-272-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:273:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-274-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-279-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:280:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-281-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-283-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:284:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-285-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-290-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:291:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-292-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-294-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:295:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-296-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-301-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:302:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-303-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-360-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:361:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-362-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-372-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:373:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:374:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-375-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-376-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:377:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:378:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-379-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-380-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in:381:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/getopt/Makefile.in-382-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-266-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:267:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-268-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-288-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:289:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-290-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-295-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:296:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-297-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-299-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:300:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-301-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-306-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:307:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-308-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-310-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:311:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-312-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-317-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:318:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-319-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-376-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:377:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-378-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-388-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:389:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:390:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-391-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-392-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:393:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:394:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-395-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-396-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in:397:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/grabbag/Makefile.in-398-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-258-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:259:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-260-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-276-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:277:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-278-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-283-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:284:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-285-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-287-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:288:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-289-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-294-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:295:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-296-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-298-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:299:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-300-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-305-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:306:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-307-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-364-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:365:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-366-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-376-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:377:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:378:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-379-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-380-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:381:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:382:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-383-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-384-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in:385:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_analysis/Makefile.in-386-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-267-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:268:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-269-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-285-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:286:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-287-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-292-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:293:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-294-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-296-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:297:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-298-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-303-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:304:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-305-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-307-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:308:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-309-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-314-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:315:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-316-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-335-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:336:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-337-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-365-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:366:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-367-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-443-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:444:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-445-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-455-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:456:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:457:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-458-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-459-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:460:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:461:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-462-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-463-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in:464:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/Makefile.in-465-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-264-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in:265:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-266-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-294-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-296-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-372-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in:373:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-374-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-384-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in:385:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in:386:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-387-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-388-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in:389:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in:390:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-391-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-392-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in:393:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/Makefile.in-394-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-299-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in:300:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-301-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-311-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in:312:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in:313:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-314-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-315-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in:316:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in:317:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-318-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-319-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in:320:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/replaygain_synthesis/include/private/Makefile.in-321-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-135-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:136:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-137-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-263-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:264:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-265-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-283-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:284:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-285-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-290-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:291:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-292-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-294-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:295:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-296-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-301-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:302:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-303-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-305-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:306:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-307-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-312-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:313:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-314-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-371-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:372:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-373-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-383-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:384:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:385:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-386-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-387-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:388:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:389:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-390-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-391-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in:392:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/share/utf8/Makefile.in-393-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-268-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in:269:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-270-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-298-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in:299:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-300-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-376-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in:377:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-378-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-388-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in:389:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in:390:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-391-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-392-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in:393:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in:394:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-395-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-396-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in:397:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/Makefile.in-398-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-281-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:282:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-283-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-299-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:300:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-301-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-306-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:307:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-308-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-310-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:311:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-312-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-317-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:318:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-319-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-321-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:322:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-323-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-328-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:329:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-330-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-387-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:388:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-389-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-399-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:400:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:401:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-402-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-403-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:404:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:405:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-406-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-407-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in:408:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/cuesheet/Makefile.in-409-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-279-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:280:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-281-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-297-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:298:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-299-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-304-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:305:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-306-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-308-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:309:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-310-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-315-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:316:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-317-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-319-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:320:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-321-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-326-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:327:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-328-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-385-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:386:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-387-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-397-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:398:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:399:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-400-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-401-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:402:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:403:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-404-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-405-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in:406:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_grabbag/picture/Makefile.in-407-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-307-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:308:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-309-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-330-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:331:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-332-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-337-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:338:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-339-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-341-@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:342:@am__fastdepCXX_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-343-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-348-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:349:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-350-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-352-@am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:353:@am__fastdepCXX_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-354-@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-359-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:360:@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-361-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-418-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:419:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-420-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-430-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:431:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:432:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-433-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-434-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:435:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:436:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-437-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-438-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in:439:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC++/Makefile.in-440-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-305-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:306:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-307-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-330-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:331:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-332-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-337-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:338:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-339-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-341-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:342:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-343-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-348-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:349:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-350-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-352-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:353:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-354-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-359-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:360:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-361-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-418-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:419:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-420-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-430-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:431:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:432:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-433-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-434-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:435:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:436:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-437-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-438-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in:439:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libFLAC/Makefile.in-440-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-277-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:278:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-279-	  test "$$dir" = "$$p" && dir=.; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-296-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:297:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-298-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-303-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:304:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-305-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-307-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:308:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-309-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-314-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:315:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-316-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-318-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:319:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-320-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-325-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:326:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-327-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-384-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:385:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-386-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-396-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:397:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:398:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-399-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-400-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:401:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:402:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-403-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-404-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in:405:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_libs_common/Makefile.in-406-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-281-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:282:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-283-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-299-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:300:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-301-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-306-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:307:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-308-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-310-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:311:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-312-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-317-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:318:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-319-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-321-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:322:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-323-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-328-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:329:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-330-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-387-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:388:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-389-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-399-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:400:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:401:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-402-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-403-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:404:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:405:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-406-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-407-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in:408:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_seeking/Makefile.in-409-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-272-	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:273:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-274-	  echo " rm -f $$p $$f"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-290-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:291:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-292-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-297-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:298:@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-299-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-301-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:302:@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-303-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-308-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:309:@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-310-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-312-@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:313:@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-314-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-319-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:320:@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-321-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-378-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:379:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-380-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-390-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:391:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:392:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-393-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-394-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:395:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:396:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-397-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-398-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in:399:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/src/test_streams/Makefile.in-400-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/strip_non_asm_libtool_args.sh-3-# libtool assumes that the compiler can handle the -fPIC flag.
mame-0.226+dfsg.1/3rdparty/libflac/strip_non_asm_libtool_args.sh:4:# This isn't always true (for example, nasm can't handle it).
mame-0.226+dfsg.1/3rdparty/libflac/strip_non_asm_libtool_args.sh-5-# Also, on some versions of OS X it tries to pass -fno-common
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-294-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:295:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-296-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-324-	rev="$$rev ."; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:325:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-326-	for subdir in $$rev; do \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-402-GTAGS:
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:403:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-404-	  && cd $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-419-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:420:	      all=`expr $$all + 1`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-421-	      case " $(XFAIL_TESTS) " in \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-422-	      *" $$tst "*) \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:423:	        xpass=`expr $$xpass + 1`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:424:	        failed=`expr $$failed + 1`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-425-	        echo "XPASS: $$tst"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-431-	    elif test $$? -ne 77; then \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:432:	      all=`expr $$all + 1`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-433-	      case " $(XFAIL_TESTS) " in \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-434-	      *" $$tst "*) \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:435:	        xfail=`expr $$xfail + 1`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-436-	        echo "XFAIL: $$tst"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-438-	      *) \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:439:	        failed=`expr $$failed + 1`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-440-	        echo "FAIL: $$tst"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-443-	    else \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:444:	      skip=`expr $$skip + 1`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-445-	      echo "SKIP: $$tst"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-464-	    skipped="($$skip tests were not run)"; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:465:	    test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-466-	      dashes="$$skipped"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-470-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:471:	    test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-472-	      dashes="$$report"; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-473-	  fi; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:474:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-475-	  echo "$$dashes"; \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-487-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:488:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:489:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-490-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-491-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:492:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:493:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-494-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-495-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in:496:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/Makefile.in-497-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in-309-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in:310:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in:311:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in-312-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in-313-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in:314:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in:315:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in-316-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in-317-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in:318:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/cuesheets/Makefile.in-319-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in-284-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in:285:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in:286:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in-287-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in-288-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in:289:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in:290:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in-291-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in-292-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in:293:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/flac-to-flac-metadata-test-files/Makefile.in-294-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in-323-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in:324:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in:325:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in-326-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in-327-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in:328:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in:329:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in-330-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in-331-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in:332:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/metaflac-test-files/Makefile.in-333-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in-152-MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in:153:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in-154-OBJEXT = @OBJEXT@
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in-274-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in:275:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in:276:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in-277-	list='$(DISTFILES)'; for file in $$list; do \
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in-278-	  case $$file in \
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in:279:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in:280:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in-281-	  esac; \
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in-282-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in:283:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/libflac/test/pictures/Makefile.in-284-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-79-{
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:80:	#n=`( [ -f "$1" ] && [ -f "$2" ] && metaflac --show-md5sum --no-filename "$1" "$2" 2>/dev/null || die "ERROR: comparing FLAC files $1 and $2 by MD5 sum" ) | uniq | wc -l`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:81:	n=`( [ -f "$1" ] && [ -f "$2" ] && metaflac --show-md5sum --no-filename "$1" "$2" 2>/dev/null || exit 1 ) | uniq | wc -l`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-82-	[ "$n" != "" ] && [ $n = 1 ]
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-185-	f="$1"
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:186:	channels=`echo $f | awk -F- '{print $2}'`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:187:	bps=`echo $f | awk -F- '{print $3}'`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-188-	echo -n "round-trip test ($f) encode... "
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-694-for delta in 2 1 ; do
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:695:	n=`expr $total_noise_cdda_samples - $delta`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-696-	echo -n "testing --skip=$n... "
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-969-multifile_format_encode="$multifile_format_decode --sample-rate=44100 --bps=16 --channels=2 --no-padding"
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:970:short_noise_cdda_samples=`expr $total_noise_cdda_samples / 8`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-971-run_flac --verify --force $SILENT --force-raw-format $multifile_format_encode --until=$short_noise_cdda_samples -o shortnoise.flac noise.raw || die "ERROR generating FLAC file"
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-991-# create authoritative sector-aligned files for comparison
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:992:file0_samples=`expr \( $short_noise_cdda_samples / 588 \) \* 588`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:993:file0_remainder=`expr $short_noise_cdda_samples - $file0_samples`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:994:file1_samples=`expr \( \( $file0_remainder + $short_noise_cdda_samples \) / 588 \) \* 588`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:995:file1_remainder=`expr $file0_remainder + $short_noise_cdda_samples - $file1_samples`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:996:file1_samples=`expr $file1_samples - $file0_remainder`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:997:file2_samples=`expr \( \( $file1_remainder + $short_noise_cdda_samples \) / 588 \) \* 588`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:998:file2_remainder=`expr $file1_remainder + $short_noise_cdda_samples - $file2_samples`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:999:file2_samples=`expr $file2_samples - $file1_remainder`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-1000-if [ $file2_remainder != '0' ] ; then
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:1001:	file2_samples=`expr $file2_samples + $file2_remainder`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh:1002:	file2_remainder=`expr 588 - $file2_remainder`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_flac.sh-1003-fi
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/test_grabbag.sh-102-good_leadout=`expr 80 \* 60 \* 44100`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_grabbag.sh:103:bad_leadout=`expr $good_leadout + 1`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_grabbag.sh-104-
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/test_metaflac.sh-333-	metaflac_test "case$ncase" "--import-picture-from" "--list"
mame-0.226+dfsg.1/3rdparty/libflac/test/test_metaflac.sh:334:	ncase=`expr $ncase + 1`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_metaflac.sh-335-done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/test_metaflac.sh-342-	metaflac_test "case$ncase" "--import-picture-from" "--list"
mame-0.226+dfsg.1/3rdparty/libflac/test/test_metaflac.sh:343:	ncase=`expr $ncase + 1`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_metaflac.sh-344-done
##############################################
mame-0.226+dfsg.1/3rdparty/libflac/test/test_metaflac.sh-358-	metaflac_test "case$ncase" "--import-picture-from" "--list"
mame-0.226+dfsg.1/3rdparty/libflac/test/test_metaflac.sh:359:	ncase=`expr $ncase + 1`
mame-0.226+dfsg.1/3rdparty/libflac/test/test_metaflac.sh-360-done
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.am-57-# Miscellaneous support files
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.am:58:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.am-59-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-58-  { \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:59:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-60-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-115-CONFIG_CLEAN_VPATH_FILES =
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:116:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-117-am__vpath_adj = case $$p in \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:118:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-119-    *) f=$$p;; \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-120-  esac;
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:121:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-122-am__install_max = 40
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-123-am__nobase_strip_setup = \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:124:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-125-am__nobase_strip = \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-433-# Miscellaneous support files
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:434:OTHERFILES = jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-435-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-619-	test -n "$(EXEEXT)" || exit 0; \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:620:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-621-	echo " rm -f" $$list; \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-723-.c.obj:
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:724:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-725-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-727-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:728:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-729-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-749-	test -n "$(man1dir)" \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:750:	  && test -n "`echo $$list1$$list2`" \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-751-	  || exit 0; \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-806-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:807:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-808-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-839-GTAGS:
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in:840:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/libjpeg/Makefile.in-841-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-141-    done
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:142:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-143-}
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-453-m4_define([_LT_CONFIG_STATUS_DECLARE],
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:454:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-455-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-463-#
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:464:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-465-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-573-]], lt_decl_quote_varnames); do
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:574:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-575-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:576:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-577-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-586-]], lt_decl_dquote_varnames); do
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:587:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-588-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:589:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-590-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1126-  if test yes = "$lt_cv_ld_force_load"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1127:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1128-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1179-      }]'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1180:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1181-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1182-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1183:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1184-  fi],[])
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1215-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1216:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1217-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1218:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1219-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1250-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1251:    test "X`printf %s $ECHO`" = "X$ECHO" \
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1252:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1253-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1274-   if test yes = "$GCC"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1275:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1276-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1278- /*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1279:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1280-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1308-  if AC_TRY_EVAL(ac_compile); then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1309:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1310-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1325-    if test yes = "$lt_cv_prog_gnu_ld"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1326:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1327-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1337-    else
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1338:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1339-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1359-    emul=elf
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1360:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1361-      *32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1367-    esac
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1368:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1369-      *MSB*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1375-    esac
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1376:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1377-      *N32*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1740-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1741:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1742:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1743-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1773-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1774:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1775-    else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1782-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1783:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1784:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1785-    else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1794-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1795:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1796-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1798-      do
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1799:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1800-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1802-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1803:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1804-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1807-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:1808:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-1809-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2273-    *:)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2274:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2275-        ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2276-    x:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2277:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2278-        ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2279-    *::*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2280:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2281:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2282-        ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2283-    *)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2284:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2285-        ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2313-  esac
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2314:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2315-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2320-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2321:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2322-    ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2323-  *)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2324:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2325-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2329-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2330:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2331-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2371-  esac
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2372:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2373-else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2512-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2513:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2514-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2548-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2549:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2550:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2551:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2552-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2557-      fi'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2558:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2559-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2565-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2566:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2567-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2571-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2572:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2573-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2575-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2576:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2577-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2584-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2585:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2586-    library_names_spec='$libname.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2596-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2597:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2598-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2601-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2602:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2603-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2607-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2608:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2609:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2610:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2611-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2615-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2616:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2617-      else
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2618:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2619-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2625-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2626:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2627:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2628:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2629-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2630-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2631:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2632-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2639-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2640:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2641-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2656-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2657:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2658-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2890-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2891:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2892-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2944-  need_lib_prefix=no
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2945:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2946-    need_version=no
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2971-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2972:  postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2973:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2974:    dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2975-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2980-    fi'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:2981:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-2982-    dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3191-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3192:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3193-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3274-    # gcc leaves a trailing carriage return, which upsets mingw
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3275:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3276-  *)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3277:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3278-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3283-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3284:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3285-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3286:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3287-      done
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3314-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3315:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3316-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3354-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3355:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3356-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3581-openbsd* | bitrig*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3582:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3583-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3648-    else
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3649:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3650-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3699-	esac
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3700:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3701-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3705-	*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3706:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3707-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3731-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3732:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3733-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3790-  # decide which one to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3791:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3792-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3964-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:3965:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-3966-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4012-mingw*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:4013:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4014-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4068-    nlist=conftest.nm
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:4069:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4070-      # Try sorting and uniquifying the output.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4416-	  *)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:4417:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4418-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4752-      *)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:4753:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4754-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4935-    else
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:4936:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-4937-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5028-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5029:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5030-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5060-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5061:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5062-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5163-	prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5164:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5165-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5185-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5186:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5187:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5188-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5203-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5204:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5205-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5208-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5209:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5210-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5225-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5226:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5227-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5229-	esac
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5230:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5231-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5232:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5233-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5300-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5301:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5302-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5389-	else
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5390:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5391-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5454-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5455:	  collect2name=`$CC -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5456-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5510-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5511:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5512-      else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5535-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5536:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5537-	  if test svr4 != "$with_aix_soname"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5626-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5627:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5628-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5764-      if test yes = "$GCC"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5765:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5766-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5787-	if test yes = "$lt_cv_irix_exported_symbol"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5788:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5789-	fi
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5790-      else
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5791:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5792:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5793-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5837-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5838:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5839-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5868-	prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5869:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5870-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5882-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5883:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5884-      else
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5885-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5886:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5887-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5895-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5896:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5897-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5899-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5900:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5901:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5902:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5903-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5918-      else
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:5919:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-5920-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6111-	  _LT_TAGVAR(allow_undefined_flag, $1)=
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6112:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6113-	  then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6411-        # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6412:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6413-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6521-          # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6522:	  collect2name=`$CC -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6523-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6579-
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6580:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6581-        else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6604-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6605:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6606-	    if test svr4 != "$with_aix_soname"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6733-	  prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6734:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6735-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6807-            # dependencies.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6808:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6809-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6872-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6873:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6874-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6908-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6909:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6910:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6911-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6915-	    # SGI C++
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6916:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6917-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6926-	      if test no = "$with_gnu_ld"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6927:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6928-	      else
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6929:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6930-	      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6947-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6948:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6949:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6950-	    # Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6957-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6958:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6959-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6972-	    # earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6973:	    case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6974-	      *"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6993-            # Portland Group C++ compiler
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6994:	    case `$CC -V` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6995-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-6998-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:6999:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7000-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7002-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7003:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7004-                $RANLIB $oldlib'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7007-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7008:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7009-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7011-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7012:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7013-	      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7021-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7022:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7023-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7040-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7041:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7042-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7055-	  *)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7056:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7057-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7062-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7063:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7064-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7127-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7128:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7129-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7146-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7147:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7148-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7167-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7168:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7169-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7172-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7173:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7174:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7175-                  echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7176:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7177-                  $RM $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7191-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7192:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7193-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7198-	        osf3*)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7199:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7200-		  ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7201-	        *)
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7202:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7203-		  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7451-  case @S|@2 in
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7452:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7453:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7454-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7540-
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7541:  for p in `eval "$output_verbose_link_cmd"`; do
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7542-    case $prev$p in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7644-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:7645: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-7646-fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-8254-    test 10 -lt "$lt_ac_count" && break
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:8255:    lt_ac_count=`expr $lt_ac_count + 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-8256-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-8870-m4_define([lt_combine],
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:8871:[m4_if(m4_eval([$# > 3]), [1],
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-8872-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9181-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9182:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9183-# and then we would define $MISSING as
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9196-# Expand $ac_aux_dir to an absolute path.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9197:am_aux_dir=`cd "$ac_aux_dir" && pwd`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9198-])
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9294-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9295:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9296-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9445-    # Strip MF so we end up with the name of the file.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9446:    mf=`echo "$mf" | sed -e 's/:.*$//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9447-    # Check whether this is an Automake generated Makefile or not.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9454-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9455:      dirpart=`AS_DIRNAME("$mf")`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9456-    else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9460-    # from the Makefile without running 'make'.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9461:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9462-    test -z "$DEPDIR" && continue
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9463:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9464-    test -z "$am__include" && continue
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9465:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9466-    # Find all dependency output files, they are included files with
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9474-      test -f "$dirpart/$file" && continue
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9475:      fdir=`AS_DIRNAME(["$file"])`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9476-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9532-AC_REQUIRE([AC_PROG_INSTALL])dnl
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9533:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9534-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9691-    * )
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9692:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9693-  esac
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9694-done
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9695:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9696-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9798-# Ignore all kinds of additional output from 'make'.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9799:case `$am_make -s -f confmf 2> /dev/null` in #(
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9800-*the\ am__doit\ target*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9808-   echo '.include "confinc"' > confmf
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9809:   case `$am_make -s -f confmf 2> /dev/null` in #(
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9810-   *the\ am__doit\ target*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9990-     echo "timestamp, slept: $am_has_slept" > conftest.file
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9991:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9992-     if test "$[*]" = "X"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9993-	# -L didn't work.
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4:9994:	set X `ls -t "$srcdir/configure" conftest.file`
mame-0.226+dfsg.1/3rdparty/libjpeg/aclocal.m4-9995-     fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib-65-	mingw)
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib-67-	  ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib-68-	cygwin)
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib-70-	  ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib-71-	wine)
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib-73-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib-88-  archive=$3
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib:89:  at_file_contents=`cat "$1"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ar-lib-90-  eval set x "$at_file_contents"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-67-	mingw/*)
mame-0.226+dfsg.1/3rdparty/libjpeg/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-69-	  ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-70-	cygwin/*)
mame-0.226+dfsg.1/3rdparty/libjpeg/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-72-	  ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-73-	wine/*)
mame-0.226+dfsg.1/3rdparty/libjpeg/compile:74:	  file=`winepath -w "$file" || echo "$file"`
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-75-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-309-# Name of file we expect compiler to create.
mame-0.226+dfsg.1/3rdparty/libjpeg/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-311-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-315-# object file name, since that is what matters with a parallel build.
mame-0.226+dfsg.1/3rdparty/libjpeg/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
mame-0.226+dfsg.1/3rdparty/libjpeg/compile-317-while true; do
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-34-
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-36-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-102-: ${TMPDIR=/tmp} ;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-151-	EOF
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-153-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-209-	    *)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-211-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-240-	*4.0)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-242-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-243-	*5.*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-245-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-288-	# 1.2 uses "1.2" for uname -r.
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-348-    s390x:SunOS:*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-350-	exit ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-351-    sun4H:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-353-	exit ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-356-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-373-	fi
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-375-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-381-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-390-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-394-    sun*:*:4.2BSD:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-532-    *:IRIX*:*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-534-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-562-EOF
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-564-		then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-575-    *:AIX:*:[4567])
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-611-    9000/[34678]??:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:612:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-613-	case "${UNAME_MACHINE}" in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-665-EOF
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:666:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-667-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-693-    ia64:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:694:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-695-	echo ia64-hp-hpux${HPUX_REV}
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-723-EOF
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:724:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-725-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-794-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:795:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-796-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-799-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:800:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-801-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-815-	    amd64)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:816:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-817-	    *)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:818:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-819-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-873-    prep*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:874:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-875-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-877-	# the GNU system
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:878:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-879-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-881-	# other systems with GNU libc and userland
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:882:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-883-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-969-EOF
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:970:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-971-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-1063-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:1064:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-1065-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-1263-	fi
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:1264:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-1265-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-1348-    *:DragonFly:*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:1349:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-1350-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-1361-    i*86:skyos:*:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess:1362:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
mame-0.226+dfsg.1/3rdparty/libjpeg/config.guess-1363-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-52-
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-54-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-117-case $maybe_os in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-123-    os=-$maybe_os
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-125-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-127-    os=-linux-android
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-129-    ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-130-  *)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-132-    if [ $basic_machine != $1 ]
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-134-    else os=; fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-181-		os=-sco5v6
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-183-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-185-		os=-sco3.2v5
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-187-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-189-		os=-sco3.2v4
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-191-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-192-	-sco3.2.[4-9]*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-195-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-199-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-203-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-205-		os=-sco3.2v2
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-207-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-208-	-udk*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-210-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-212-		os=-isc2.2
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-214-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-218-	-isc*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-220-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-230-	-ptx*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-232-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-233-	-windowsnt*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-235-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-366-	*-*-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-368-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-491-	amd64-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-493-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-533-	blackfin-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-535-		os=-linux
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-541-	c54x-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-543-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-544-	c55x-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-546-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-547-	c6x-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-549-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-744-	i*86v32)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-746-		os=-sysv32
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-748-	i*86v4*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-750-		os=-sysv4
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-752-	i*86v)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-754-		os=-sysv
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-756-	i*86sol2)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-758-		os=-solaris2
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-782-	leon-*|leon[3-9]-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-784-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-789-	m68knommu-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-791-		os=-linux
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-826-	mips3*-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-828-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-829-	mips3*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-831-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-848-	ms1-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-850-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-967-	parisc-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-969-		os=-linux
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-983-	pc98-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-985-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1000-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1003-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1006-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1007-	pentium4-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1009-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1017-	ppc-* | ppcbe-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1019-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1023-	ppcle-* | powerpclittle-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1025-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1027-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1029-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1033-	ppc64le-* | powerpc64little-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1035-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1116-	strongarm-* | thumb-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1118-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1246-	xscale-* | xscalee[bl]-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1248-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1323-	*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1325-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1331-	*-digital*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1333-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1334-	*-commodore*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1336-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1352-	-solaris1 | -solaris1.*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1354-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1364-	-gnu/linux*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1366-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1410-	-nto*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1412-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1417-	-mac*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1419-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1423-	-linux*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1425-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1426-	-sunos5*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1428-		;;
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1429-	-sunos6*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1431-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1478-	-sinix5.*)
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1480-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1534-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1794-		esac
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
mame-0.226+dfsg.1/3rdparty/libjpeg/config.sub-1796-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-45-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-46-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-48-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-50-else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-62-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-332-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-334-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-405-  {
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:406:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-407-  }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-412-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-848-  case $ac_option in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:849:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-850-  *=)   ac_optarg= ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-892-  -disable-* | --disable-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:893:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-894-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-897-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:898:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-899-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-918-  -enable-* | --enable-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:919:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-920-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-923-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:924:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-925-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1122-  -with-* | --with-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1123:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1124-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1127-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1128:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1129-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1138-  -without-* | --without-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1139:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1140-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1143-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1144:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1145-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1176-  *=*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1177:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1178-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1197-if test -n "$ac_prev"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1198:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1199-  as_fn_error $? "missing argument to $ac_option"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1219-    */ )
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1220:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1221-      eval $ac_var=\$ac_val;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1254-ac_ls_di=`ls -di .` &&
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1255:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1256-  as_fn_error $? "working directory cannot be determined"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1310-case $srcdir in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1311:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1312-esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1353-By default, \`make install' will install all the files in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1354:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1355:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1356-for instance \`--prefix=\$HOME'.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1467-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1468:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1469-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1470:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1471-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1951-    *\'*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:1952:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-1953-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2034-      case $ac_val in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2035:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2036-      esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2049-	case $ac_val in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2050:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2051-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2169-    set,)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2170:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2171:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2172-      ac_cache_corrupted=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2180-	# differences in whitespace do not lead to failure.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2181:	ac_old_val_w=`echo x $ac_old_val`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2182:	ac_new_val_w=`echo x $ac_new_val`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2183-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2200-    case $ac_new_val in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2201:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2202-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2278-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2279:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2280-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2281-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2282:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2283-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2302-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2303:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2304-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2313-else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2314:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2315-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2335-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2336:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2337-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2346-else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2347:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2348-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2368-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2369:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2370-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2499-     echo "timestamp, slept: $am_has_slept" > conftest.file
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2500:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2501-     if test "$*" = "X"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2502-	# -L didn't work.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2503:	set X `ls -t "$srcdir/configure" conftest.file`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2504-     fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2550-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2551:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2552-
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2553-# Expand $ac_aux_dir to an absolute path.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2554:am_aux_dir=`cd "$ac_aux_dir" && pwd`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2555-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2695-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2696:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2697-	     'mkdir (GNU coreutils) '* | \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2768-set x ${MAKE-make}
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2769:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2770-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2778-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2779:case `${MAKE-make} -f conftest.make 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2780-  *@@@%%%=?*=@@@%%%*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2844-
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:2845:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-2846-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3377-$as_echo_n "checking whether the C compiler works... " >&6; }
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:3378:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3379-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3421-	then :; else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:3422:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3423-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:3482:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3483-	  break;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3590-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:3591:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3592-       break;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3898-# Ignore all kinds of additional output from 'make'.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:3899:case `$am_make -s -f confmf 2> /dev/null` in #(
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3900-*the\ am__doit\ target*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3908-   echo '.include "confinc"' > confmf
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:3909:   case `$am_make -s -f confmf 2> /dev/null` in #(
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3910-   *the\ am__doit\ target*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3971-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:3972:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-3973-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-4503-set x ${MAKE-make}
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:4504:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-4505-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-4513-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:4514:case `${MAKE-make} -f conftest.make 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-4515-  *@@@%%%=?*=@@@%%%*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-4837-  # Check for GNU $ac_path_GREP
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:4838:case `"$ac_path_GREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-4839-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-4903-  # Check for GNU $ac_path_EGREP
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:4904:case `"$ac_path_EGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-4905-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5064-do :
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:5065:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5066-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5069-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:5070:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5071-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5079-do :
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:5080:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5081-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5083-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:5084:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5085-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5963-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:5964:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5965-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:5966:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-5967-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6032-  # Check for GNU $ac_path_SED
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6033:case `"$ac_path_SED" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6034-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6111-  # Check for GNU $ac_path_FGREP
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6112:case `"$ac_path_FGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6113-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6191-    # gcc leaves a trailing carriage return, which upsets mingw
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6192:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6193-  *)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6194:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6195-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6200-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6201:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6202-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6203:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6204-      done
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6235-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6236:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6237-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6266-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6267:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6268-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6316-	esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6317:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6318-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6322-	*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6323:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6324-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6450-
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6451:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6452-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6551-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6552:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6553:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6554-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6584-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6585:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6586-    else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6593-       test undefined != "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6594:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6595:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6596-    else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6605-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6606:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6607-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6609-      do
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6610:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6611-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6613-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6614:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6615-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6618-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:6619:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-6620-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7026-openbsd* | bitrig*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:7027:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7028-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7096-    else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:7097:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7098-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7238-  # decide which one to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:7239:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7240-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7759-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:7760:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7761-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7807-mingw*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:7808:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-7809-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8039-   if test yes = "$GCC"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:8040:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8041-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8043- /*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:8044:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8045-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8138-    done
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:8139:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8140-}
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8160-  test $ac_status = 0; }; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:8161:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8162-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8181-    if test yes = "$lt_cv_prog_gnu_ld"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:8182:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8183-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8193-    else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:8194:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8195-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8219-    emul=elf
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:8220:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8221-      *32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8227-    esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:8228:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8229-      *MSB*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8235-    esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:8236:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-8237-      *N32*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9168-    *:)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:9169:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9170-        ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9171-    x:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:9172:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9173-        ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9174-    *::*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:9175:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:9176:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9177-        ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9178-    *)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:9179:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9180-        ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9531-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:9532:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9533-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9597-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:9598:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9599-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9991-      *)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:9992:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-9993-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10437-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10438:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10439-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10469-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10470:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10471-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10538-	# is; otherwise, prepend EXPORTS...
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10539:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10540-          cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10572-	prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10573:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10574-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10594-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10595:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10596:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10597-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10612-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10613:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10614-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10617-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10618:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10619-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10634-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10635:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10636-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10638-	esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10639:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10640-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10641:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10642-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10709-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10710:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10711-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10798-	else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10799:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10800-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10863-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10864:	  collect2name=`$CC -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10865-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10943-      }'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10944:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10945-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10946-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10947:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10948-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10961-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10962:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10963-      else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10996-      }'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:10997:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10998-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-10999-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11000:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11001-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11028-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11029:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11030-	  if test svr4 != "$with_aix_soname"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11081-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11082:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11083-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11119-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11120:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11121-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11137-  if test yes = "$lt_cv_ld_force_load"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11138:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11139-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11317-      if test yes = "$GCC"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11318:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11319-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11345-	if test yes = "$lt_cv_irix_exported_symbol"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11346:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11347-	fi
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11348-      else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11349:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11350:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11351-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11395-	hardcode_direct_absolute=yes
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11396:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11397-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11426-	prefix_cmds="$SED"~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11427:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11428-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11440-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11441:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11442-      else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11443-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11444:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11445-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11453-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11454:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11455-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11457-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11458:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11459:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11460:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11461-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11476-      else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11477:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11478-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11875-  esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11876:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11877-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11882-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11883:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11884-    ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11885-  *)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11886:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11887-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11891-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11892:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11893-  # ...but if some path component already ends with the multilib dir we assume
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11933-  esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:11934:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-11935-else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12073-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12074:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12075-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12109-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12110:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12111:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12112:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12113-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12118-      fi'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12119:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12120-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12126-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12127:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12128-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12132-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12133:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12134-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12136-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12137:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12138-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12145-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12146:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12147-    library_names_spec='$libname.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12157-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12158:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12159-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12162-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12163:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12164-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12168-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12169:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12170:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12171:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12172-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12176-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12177:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12178-      else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12179:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12180-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12186-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12187:    postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12188:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12189:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12190-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12191-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12192:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12193-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12200-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12201:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12202-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12217-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12218:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12219-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12470-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12471:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12472-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12524-  need_lib_prefix=no
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12525:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12526-    need_version=no
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12551-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12552:  postinstall_cmds='base_file=`basename \$file`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12553:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12554:    dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12555-    test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12560-    fi'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:12561:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-12562-    dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13504-if test "x$MAXMEM" != xno; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13505:  if test -n "`echo $MAXMEM | sed 's/[0-9]//g'`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13506-    as_fn_error $? "non-numeric argument to --enable-maxmem" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13507-  fi
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13508:  DEFAULTMAXMEM=`expr $MAXMEM \* 1048576`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13509-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13574-$as_echo_n "checking libjpeg version number... " >&6; }
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13575:major=`sed -ne 's/^#define JPEG_LIB_VERSION_MAJOR *\([0-9][0-9]*\).*$/\1/p' $srcdir/jpeglib.h`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13576:minor=`sed -ne 's/^#define JPEG_LIB_VERSION_MINOR *\([0-9][0-9]*\).*$/\1/p' $srcdir/jpeglib.h`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13577:JPEG_LIB_VERSION=`expr $major + $minor`:0:$minor
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13578-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13681-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13682:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13683-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13780-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13781:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13782-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13783-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13784:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13785-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13787-else
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13788:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13789-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13797-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13798:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13799-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13874-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13875:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13876-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13946-  {
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:13947:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-13948-  }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14050-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14051:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14052-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14185-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14186:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14187-ac_cs_version="\\
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14210-  --*=?*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14211:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14212:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14213-    ac_shift=:
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14215-  --*=)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14216:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14217-    ac_optarg=
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14239-    case $ac_optarg in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14240:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14241-    '') as_fn_error $? "missing file argument" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14247-    case $ac_optarg in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14248:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14249-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14316-delay_variable_subst='$delay_variable_subst'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14317:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14318:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14319:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14320:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14321:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14322:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14323:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14324:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14325:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14326:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14327:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14328:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14329:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14330:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14331:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14332:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14333:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14334:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14335:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14336:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14337:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14338:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14339:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14340:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14341:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14342:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14343:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14344:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14345:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14346:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14347:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14348:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14349:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14350:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14351:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14352:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14353:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14354:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14355:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14356:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14357:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14358:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14359:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14360:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14361:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14362:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14363:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14364:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14365:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14366:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14367:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14368:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14369:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14370:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14371:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14372:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14373:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14374:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14375:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14376:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14377:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14378:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14379:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14380:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14381:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14382:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14383:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14384:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14385:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14386:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14387:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14388:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14389:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14390:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14391:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14392:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14393:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14394:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14395:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14396:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14397:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14398:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14399:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14400:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14401:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14402:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14403:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14404:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14405:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14406:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14407:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14408:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14409:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14410:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14411:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14412:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14413:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14414:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14415:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14416:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14417:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14418:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14419:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14420:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14421:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14422:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14423:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14424:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14425:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14426:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14427:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14428:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14429:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14430:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14431:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14432:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14433:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14434:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14435:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14436:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14437:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14438:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14439:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14440:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14441:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14442:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14443:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14444:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14445:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14446:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14447:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14448:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14449:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14450:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14451:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14452:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14453-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14535-striplib; do
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14536:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14537-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14538:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14539-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14566-configure_time_lt_sys_library_path; do
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14567:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14568-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14569:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14570-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14661-fi
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14662:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14663-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14678-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14679:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14680-ac_delim='%!_!# '
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14684-
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14685:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14686-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14822-for ac_last_try in false false :; do
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14823:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14824-  if test -z "$ac_tt"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14954-      esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:14955:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-14956-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15013-*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15014:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15015-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15016:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15017-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15074-/@mandir@/p'
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15075:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15076-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15091-
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15092:# Neutralize VPATH when `$srcdir' = `.'.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15093-# Shell code in configure.ac might set extrasub.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15119-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15120:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15121-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15165-    * )
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15166:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15167-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15212-    # Strip MF so we end up with the name of the file.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15213:    mf=`echo "$mf" | sed -e 's/:.*$//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15214-    # Check whether this is an Automake generated Makefile or not.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15249-    # from the Makefile without running 'make'.
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15250:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15251-    test -z "$DEPDIR" && continue
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15252:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15253-    test -z "$am__include" && continue
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15254:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15255-    # Find all dependency output files, they are included files with
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15774-    *:)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15775:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15776-        ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15777-    x:*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15778:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15779-        ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15780-    *::*)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15781:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15782:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15783-        ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15784-    *)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15785:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15786-        ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15801-    done
mame-0.226+dfsg.1/3rdparty/libjpeg/configure:15802:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure-15803-}
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac-328-if test "x$MAXMEM" != xno; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac:329:  if test -n "`echo $MAXMEM | sed 's/[[0-9]]//g'`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac-330-    AC_MSG_ERROR(non-numeric argument to --enable-maxmem)
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac-331-  fi
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac:332:  DEFAULTMAXMEM=`expr $MAXMEM \* 1048576`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac-333-  AC_DEFINE_UNQUOTED([DEFAULT_MAX_MEM], [${DEFAULTMAXMEM}],
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac-357-AC_MSG_CHECKING([libjpeg version number])
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac:358:[major=`sed -ne 's/^#define JPEG_LIB_VERSION_MAJOR *\([0-9][0-9]*\).*$/\1/p' $srcdir/jpeglib.h`
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac:359:minor=`sed -ne 's/^#define JPEG_LIB_VERSION_MINOR *\([0-9][0-9]*\).*$/\1/p' $srcdir/jpeglib.h`]
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac-360-AC_SUBST([JPEG_LIB_VERSION],
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac:361:         [`expr $major + $minor`:0:$minor])
mame-0.226+dfsg.1/3rdparty/libjpeg/configure.ac-362-AC_MSG_RESULT([$JPEG_LIB_VERSION])
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-64-  case $1 in
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-66-      *) dir=;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-73-{
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-75-}
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-128-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-405-        sleep 1
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp:406:        i=`expr $i - 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-407-      done
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-408-    fi
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp:409:    i=`expr $i - 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-410-  done
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-425-  # Do two passes, one to just change these to
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-659-  done
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
mame-0.226+dfsg.1/3rdparty/libjpeg/depcomp-661-  touch "$tmpdepfile"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/filelist.txt-126-
mame-0.226+dfsg.1/3rdparty/libjpeg/filelist.txt:127:jmemdosa.asm	80x86 assembly code support for jmemdos.c; used only in
mame-0.226+dfsg.1/3rdparty/libjpeg/filelist.txt-128-		MS-DOS-specific configurations of the JPEG library.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-234-      fi
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-236-    *)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-281-      dstdir=$dst
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh:282:      dst=$dstdir/`basename "$src"`
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-283-      dstdir_status=0
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-284-    else
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh:285:      dstdir=`dirname "$dst"`
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-286-      test -d "$dstdir"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-402-            case $prefix in
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-404-              *) qprefix=$prefix;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-451-    if $copy_on_change &&
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/libjpeg/install-sh-454-       set -f &&
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/install.txt-255-		IMPORTANT: if you use this, define USE_MSDOS_MEMMGR in
mame-0.226+dfsg.1/3rdparty/libjpeg/install.txt:256:		jconfig.h, and include the assembly file jmemdosa.asm in the
mame-0.226+dfsg.1/3rdparty/libjpeg/install.txt-257-		programs.  The supplied makefiles and jconfig files for
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/install.txt-773-If you can't use jmemdos.c for some reason --- for example, because you
mame-0.226+dfsg.1/3rdparty/libjpeg/install.txt:774:don't have an assembler to assemble jmemdosa.asm --- you'll have to fall
mame-0.226+dfsg.1/3rdparty/libjpeg/install.txt-775-back to jmemansi.c or jmemname.c.  You'll probably still need to set
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/install.txt-908-let Windows do any virtual memory management needed.  You should NOT use
mame-0.226+dfsg.1/3rdparty/libjpeg/install.txt:909:jmemdos.c nor jmemdosa.asm under Windows.
mame-0.226+dfsg.1/3rdparty/libjpeg/install.txt-910-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/jmemdosa.asm-11-;
mame-0.226+dfsg.1/3rdparty/libjpeg/jmemdosa.asm:12:; This file should assemble with Microsoft's MASM or any compatible
mame-0.226+dfsg.1/3rdparty/libjpeg/jmemdosa.asm-13-; assembler (including Borland's Turbo Assembler).  If you haven't got
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-103-#
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-105-#
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-410-# The name of this program.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-412-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-416-  *[\\/]*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-610-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-613-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-639-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:640:    func_arith_result=`expr "$@"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-641-  }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-660-  # ...otherwise fall back to using sed.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-757-      test -n "$_G_tc" && {
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-760-      }
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-761-    done
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-763-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-831-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-833-  }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-865-      done
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-867-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-901-      # If mktemp works, use that first and foremost
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-903-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1111-        *[\\\`\"\$]*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1113-        *)
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1198-    case $2 in
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1201-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1273-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1358-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1360-}
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1517-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1519-}
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1870-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1872-      func_split_equals_rhs=
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1875-  }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1898-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-1901-  }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2074-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2110-  {
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2112-  }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2115-  {
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2117-  }
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2659-      done
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2662-      case $@ in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2672-	    # Evaluate the configuration.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2674-	    CC_quoted=
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2678-	    done
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2681-	    case "$@ " in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3009-    # LT_CYGPATH in this case.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3011-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3376-    *.[cCFSifmso] | \
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3474-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3520-      if test warn = "$need_locks" &&
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3522-	$ECHO "\
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3523-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3525-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3569-      if test warn = "$need_locks" &&
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3571-	$ECHO "\
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3572-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3574-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3895-      # Get the absolute pathname.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4280-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4293-	  else
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4295-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4458-	    fi
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4477-	        # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4479-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4498-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4570-    my_pic_p=${3-false}
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4572-    my_dlsyms=
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4862-	  else
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4865-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4867-	*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4870-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4882-      # Nullify the symbol file.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4885-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4925-  win32_libid_type=unknown
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4927-  case $win32_fileres in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4990-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-4992-}
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5008-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5072-    # binutils import library
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5075-    # ms-generated import library
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5077-  else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5160-	    darwin_arch=
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5172-	    darwin_file=
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5189-      esac
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5191-    done
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5260-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5262-    $ECHO "\
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5295-    --lt-dump-script)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5324-  done
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5380-  # Find the directory that this script lives in.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5386-  while test -n \"\$file\"; do
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5388-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5396-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5399-  done
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5410-    case \"\$thisdir\" in
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5416-  # Try to get the absolute directory name.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5443-      else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-5487-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-6464-
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-6466-    *import*) : ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-6712-	    moreargs=
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-6714-	    do
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-6973-	*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7287-      -Z*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:7288:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7289-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7457-      # get the directories listed in $shlibpath_var
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:7458:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7459-    else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7773-		  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:7774:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7775-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7863-	if test -n "$inherited_linker_flags"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:7864:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7865-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7871-	fi
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:7872:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7873-	if test lib,link = "$linkmode,$pass" ||
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7944-	*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:7945:	  abs_ladir=`cd "$ladir" && pwd`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-7946-	  if test -z "$abs_ladir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8197-	    shift
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:8198:	    libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8199-	    # use dlname if we got it. it's perfectly good, no?
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8489-		*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:8490:		  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8491-		  if test -z "$absdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8500-		  depdepl=
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:8501:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8502-		  if test -n "$deplibrary_names"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8507-		      depdepl=$absdir/$objdir/$depdepl
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:8508:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8509-                      if test -z "$darwin_install_name"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:8510:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8511-                      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8522-		else
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:8523:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8524-		  test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8545-	else
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:8546:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8547-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8634-        linux*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:8635:          case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-8636-          *Sun\ C*) # Sun C++ 5.9
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9039-	removelist=
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9040:	tempremovelist=`$ECHO "$output_objdir/*"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9041-	for p in $tempremovelist; do
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9065-	# Transform .lo files to .o files.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9066:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9067-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9070-      #for path in $notinst_path; do
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9071:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9072:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9073:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9074-      #done
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9191-		if test -n "$i"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9192:		  libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9193:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9194-		  set dummy $deplib_matches; shift
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9195-		  deplib_match=$1
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9196:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9197-		    func_append newdeplibs " $i"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9234-		  if test -n "$i"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9235:		    libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9236:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9237-		    set dummy $deplib_matches; shift
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9238-		    deplib_match=$1
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9239:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9240-		      func_append newdeplibs " $i"
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9269-	  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9270:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9271-	  for a_deplib in $deplibs; do
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9284-	      if test -n "$a_deplib"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9285:		libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9286-		if test -n "$file_magic_glob"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9287:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9288-		else
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9294-		    shopt -s nocaseglob
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9295:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9296-		    $nocaseglob
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9297-		  else
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9299-		  fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9312-		      while test -h "$potlib" 2>/dev/null; do
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9313:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9314-			case $potliblink in
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9315-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9316:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9317-			esac
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9353-	  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9354:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9355-	  for a_deplib in $deplibs; do
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9368-	      if test -n "$a_deplib"; then
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9369:		libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9370-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9371:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9372-		  for potent_lib in $potential_libs; do
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9407-	  newdeplibs=
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9408:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9409-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9411-	      # can't use Xsed below, because $i might contain '/'
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9412:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9413-	    done
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9437-	  # On Rhapsody replace the C library with the System framework
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9438:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9439-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9489-	*-*-darwin*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9490:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9491:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9492:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9493-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9616-	# Use standard objects if they are pic
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:9617:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-9618-	test "X$libobjs" = "X " && libobjs=
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10130-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10131:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10132-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10145-      # Create the old-style object.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10146:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10147-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10203-	# On Rhapsody replace the C library is the System framework
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10204:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10205:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10206-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10221-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10222:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10223:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10224-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10299-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10300:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10301-	  case :$dllsearchpath: in
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10359-	# Transform all the library objects into standard objects.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10360:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10361:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10362-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10387-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10388:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10389-	link_command=$compile_command$compile_rpath
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10396-	  func_to_tool_file "$output"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10397:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10398-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10440-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10441:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10442-	# Delete the old output file.
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10448-	  func_to_tool_file "$output"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10449:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10450-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10466-	  link_command=$finalize_var$compile_command$finalize_rpath
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10467:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10468-          ;;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10479-      # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10480:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10481-
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10488-	func_to_tool_file "$output_objdir/$outputname"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10489:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10490-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10509-	relink_command="(cd `pwd`; $relink_command)"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10510:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10511-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10755-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10756:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10757-      if test yes = "$hardcode_automatic"; then
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10776-		func_resolve_sysroot "$deplib"
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10777:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10778-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10802-		name=$func_basename_result
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10803:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10804-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10821-		name=$func_basename_result
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:10822:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-10823-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
mame-0.226+dfsg.1/3rdparty/libjpeg/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.ansi-78-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.ansi:79:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.ansi-80-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.b32-74-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.b32:75:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.b32-76-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.b32-242-jmemdosa.obj: jmemdosa.asm
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.b32:243:        tasm /mx jmemdosa.asm
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.bcc-105-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.bcc:106:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.bcc-107-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.bcc-291-jmemdosa.obj: jmemdosa.asm
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.bcc:292:	tasm /mx jmemdosa.asm
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.dj-78-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.dj:79:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.dj-80-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.manx-79-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.manx:80:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.manx-81-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.mc6-76-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.mc6:77:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.mc6-78-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.mc6-255-jmemdosa.obj : jmemdosa.asm
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.mc6:256:	masm /mx $*;
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.mms-65-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.mms:66:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.mms-67-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.sas-87-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.sas:88:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.sas-89-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.unix-82-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.unix:83:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.unix-84-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.vc-75-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.vc:76:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.vc-77-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.wat-77-        missing ar-lib
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.wat:78:OTHERFILES= jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
mame-0.226+dfsg.1/3rdparty/libjpeg/makefile.wat-79-TESTFILES= testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg &
##############################################
mame-0.226+dfsg.1/3rdparty/libjpeg/testimg.ppm-3-255
##############################################
mame-0.226+dfsg.1/3rdparty/lsqlite3/extras/Makefile-78-install: $(T)
mame-0.226+dfsg.1/3rdparty/lsqlite3/extras/Makefile:79:	$(INSTALL) $< `$(INSTALLPATH) $(MYLIB)`
mame-0.226+dfsg.1/3rdparty/lsqlite3/extras/Makefile-80-
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-59-
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:60:static TValue *index2addr (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-61-  CallInfo *ci = L->ci;
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-210-  t = L->top - 1;  /* end of stack segment being rotated */
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:211:  p = index2addr(L, idx);  /* start of segment */
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-212-  api_checkstackindex(L, idx, p);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-224-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:225:  fr = index2addr(L, fromidx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:226:  to = index2addr(L, toidx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-227-  api_checkvalidindex(L, to);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-238-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:239:  setobj2s(L, L->top, index2addr(L, idx));
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-240-  api_incr_top(L);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-251-LUA_API int lua_type (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:252:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-253-  return (isvalid(o) ? ttnov(o) : LUA_TNONE);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-264-LUA_API int lua_iscfunction (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:265:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-266-  return (ttislcf(o) || (ttisCclosure(o)));
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-270-LUA_API int lua_isinteger (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:271:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-272-  return ttisinteger(o);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-277-  lua_Number n;
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:278:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-279-  return tonumber(o, &n);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-283-LUA_API int lua_isstring (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:284:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-285-  return (ttisstring(o) || cvt2str(o));
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-289-LUA_API int lua_isuserdata (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:290:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-291-  return (ttisfulluserdata(o) || ttislightuserdata(o));
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-295-LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:296:  StkId o1 = index2addr(L, index1);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:297:  StkId o2 = index2addr(L, index2);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-298-  return (isvalid(o1) && isvalid(o2)) ? luaV_rawequalobj(o1, o2) : 0;
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-321-  lua_lock(L);  /* may call tag method */
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:322:  o1 = index2addr(L, index1);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:323:  o2 = index2addr(L, index2);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-324-  if (isvalid(o1) && isvalid(o2)) {
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-346-  lua_Number n;
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:347:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-348-  int isnum = tonumber(o, &n);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-357-  lua_Integer res;
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:358:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-359-  int isnum = tointeger(o, &res);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-367-LUA_API int lua_toboolean (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:368:  const TValue *o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-369-  return !l_isfalse(o);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-373-LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:374:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-375-  if (!ttisstring(o)) {
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-382-    luaC_checkGC(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:383:    o = index2addr(L, idx);  /* previous call may reallocate the stack */
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-384-    lua_unlock(L);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-392-LUA_API size_t lua_rawlen (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:393:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-394-  switch (ttype(o)) {
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-404-LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:405:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-406-  if (ttislcf(o)) return fvalue(o);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-413-LUA_API void *lua_touserdata (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:414:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-415-  switch (ttnov(o)) {
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-423-LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:424:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-425-  return (!ttisthread(o)) ? NULL : thvalue(o);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-429-LUA_API const void *lua_topointer (lua_State *L, int idx) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:430:  StkId o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-431-  switch (ttype(o)) {
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-613-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:614:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-615-  luaV_gettable(L, t, L->top - 1, L->top - 1);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-622-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:623:  return auxgetstr(L, index2addr(L, idx), k);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-624-}
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-630-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:631:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-632-  if (luaV_fastget(L, t, n, slot, luaH_getint)) {
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-648-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:649:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-650-  api_check(L, ttistable(t), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-659-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:660:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-661-  api_check(L, ttistable(t), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-672-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:673:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-674-  api_check(L, ttistable(t), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-700-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:701:  obj = index2addr(L, objindex);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-702-  switch (ttnov(obj)) {
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-725-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:726:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-727-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-768-  api_checknelems(L, 2);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:769:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-770-  luaV_settable(L, t, L->top - 2, L->top - 1);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-777-  lua_lock(L);  /* unlock done in 'auxsetstr' */
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:778:  auxsetstr(L, index2addr(L, idx), k);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-779-}
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-786-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:787:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-788-  if (luaV_fastset(L, t, n, slot, luaH_getint, L->top - 1))
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-804-  api_checknelems(L, 2);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:805:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-806-  api_check(L, ttistable(o), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-819-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:820:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-821-  api_check(L, ttistable(o), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-833-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:834:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-835-  api_check(L, ttistable(o), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-849-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:850:  obj = index2addr(L, objindex);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-851-  if (ttisnil(L->top - 1))
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-888-  api_checknelems(L, 1);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:889:  o = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-890-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-960-  else {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:961:    StkId o = index2addr(L, errfunc);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-962-    api_checkstackindex(L, errfunc, o);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1125-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:1126:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1127-  api_check(L, ttistable(t), "table expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1157-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:1158:  t = index2addr(L, idx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1159-  luaV_objlen(L, L->top, t);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1224-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:1225:  name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL, NULL);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1226-  if (name) {
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1241-  lua_lock(L);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:1242:  fi = index2addr(L, funcindex);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1243-  api_checknelems(L, 1);
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1257-  LClosure *f;
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:1258:  StkId fi = index2addr(L, fidx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1259-  api_check(L, ttisLclosure(fi), "Lua function expected");
##############################################
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1267-LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) {
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c:1268:  StkId fi = index2addr(L, fidx);
mame-0.226+dfsg.1/3rdparty/lua/src/lapi.c-1269-  switch (ttype(fi)) {
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/Asm/x86/7zAsm.asm:1:; 7zAsm.asm -- ASM macros
mame-0.226+dfsg.1/3rdparty/lzma/Asm/x86/7zAsm.asm-2-; 2012-12-30 : Igor Pavlov : Public domain
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/Asm/x86/7zCrcOpt.asm:1:; 7zCrcOpt.asm -- CRC32 calculation : optimized version
mame-0.226+dfsg.1/3rdparty/lzma/Asm/x86/7zCrcOpt.asm-2-; 2009-12-12 : Igor Pavlov : Public domain
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/Asm/x86/AesOpt.asm:1:; AesOpt.asm -- Intel's AES.
mame-0.226+dfsg.1/3rdparty/lzma/Asm/x86/AesOpt.asm-2-; 2009-12-12 : Igor Pavlov : Public domain
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/Asm/x86/XzCrc64Opt.asm:1:; XzCrc64Opt.asm -- CRC64 calculation : optimized version
mame-0.226+dfsg.1/3rdparty/lzma/Asm/x86/XzCrc64Opt.asm-2-; 2011-06-28 : Igor Pavlov : Public domain
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c-21-  #ifdef _MSC_VER
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:22:  __asm pushfd;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:23:  __asm pop EAX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:24:  __asm mov EDX, EAX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:25:  __asm xor EAX, flag;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:26:  __asm push EAX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:27:  __asm popfd;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:28:  __asm pushfd;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:29:  __asm pop EAX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:30:  __asm xor EAX, EDX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:31:  __asm push EDX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:32:  __asm popfd;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:33:  __asm and flag, EAX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c-34-  #else
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c-64-  UInt32 a2, b2, c2, d2;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:65:  __asm xor EBX, EBX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:66:  __asm xor ECX, ECX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:67:  __asm xor EDX, EDX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:68:  __asm mov EAX, function;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:69:  __asm cpuid;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:70:  __asm mov a2, EAX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:71:  __asm mov b2, EBX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:72:  __asm mov c2, ECX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c:73:  __asm mov d2, EDX;
mame-0.226+dfsg.1/3rdparty/lzma/C/CpuArch.c-74-
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp-577-  " f77 f f90 f95"
mame-0.226+dfsg.1/3rdparty/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp:578:  " asm s"
mame-0.226+dfsg.1/3rdparty/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp-579-  " sql manifest dep"
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Build.mak-39-!IF "$(CPU)" == "ARM"
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Build.mak:40:COMPL_ASM = $(MY_ML) $** $O/$(*B).obj
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Build.mak-41-!ELSE
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Build.mak:42:COMPL_ASM = $(MY_ML) -c -Fo$O/ $**
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Build.mak-43-!ENDIF
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Build.mak-110-
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Build.mak:111:$(PROGPATH): $O $O/Asm $(OBJS) $(DEF_FILE)
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Build.mak-112-	link $(LFLAGS) -out:$(PROGPATH) $(OBJS) $(LIBS)
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Windows/MemoryLock.cpp-21-}
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Windows/MemoryLock.cpp:22:#define GET_PROC_ADDR(fff, name) Func_ ## fff  my_ ## fff  = (Func_ ## fff)GetProcAddress(hModule, name)
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Windows/MemoryLock.cpp-23-#endif
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Windows/MemoryLock.cpp-34-  
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Windows/MemoryLock.cpp:35:  GET_PROC_ADDR(OpenProcessToken, "OpenProcessToken");
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Windows/MemoryLock.cpp:36:  GET_PROC_ADDR(LookupPrivilegeValue, "LookupPrivilegeValueA");
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Windows/MemoryLock.cpp:37:  GET_PROC_ADDR(AdjustTokenPrivileges, "AdjustTokenPrivileges");
mame-0.226+dfsg.1/3rdparty/lzma/CPP/Windows/MemoryLock.cpp-38-  
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/DOC/lzma-sdk.txt-115-
mame-0.226+dfsg.1/3rdparty/lzma/DOC/lzma-sdk.txt:116:Asm/ - asm files (optimized code for CRC calculation and Intel-AES encryption)
mame-0.226+dfsg.1/3rdparty/lzma/DOC/lzma-sdk.txt-117-
##############################################
mame-0.226+dfsg.1/3rdparty/lzma/DOC/lzma-sdk.txt-181-Note: 
mame-0.226+dfsg.1/3rdparty/lzma/DOC/lzma-sdk.txt:182:  Asm / C / C++ source code of LZMA SDK is part of 7-Zip's source code.
mame-0.226+dfsg.1/3rdparty/lzma/DOC/lzma-sdk.txt-183-  7-Zip's source code can be downloaded from 7-Zip's SourceForge page:
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/Makefile.in-32-CXXFLAGS = @CXXFLAGS@
mame-0.226+dfsg.1/3rdparty/portaudio/Makefile.in:33:NASM = @NASM@
mame-0.226+dfsg.1/3rdparty/portaudio/Makefile.in-34-NASMOPT = @NASMOPT@
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-139-done
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:140:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-141-])
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-435-m4_define([_LT_CONFIG_STATUS_DECLARE],
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:436:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-437-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-445-#
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:446:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-447-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-555-]], lt_decl_quote_varnames); do
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:556:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-557-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:558:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-559-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-568-]], lt_decl_dquote_varnames); do
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:569:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-570-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:571:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-572-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-728-
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:729:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-730-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1096-  if test "$lt_cv_ld_force_load" = "yes"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1097:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1098-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1149-      }]'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1150:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1151-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1152-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1153:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1154-  fi],[])
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1185-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1186:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1187-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1188:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1189-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1220-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1221:    test "X`printf %s $ECHO`" = "X$ECHO" \
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1222:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1223-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1243-   if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1244:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1245-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1247- /*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1248:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1249-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1276-  if AC_TRY_EVAL(ac_compile); then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1277:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1278-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1292-    if test "$lt_cv_prog_gnu_ld" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1293:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1294-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1304-    else
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1305:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1306-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1669-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1670:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1671:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1672-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1702-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1703:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1704-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1711-	test undefined != "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1712:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1713:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1714-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1723-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1724:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1725-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1727-      do
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1728:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1729-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1731-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1732:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1733-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1736-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:1737:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-1738-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2061-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2062:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2063-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2192-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2193:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2194-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2199-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2200:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2201-    ;;
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2202-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2203:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2204-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2208-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2209:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2210-  for lt_sys_path in $lt_search_path_spec; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2243-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2244:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2245-else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2331-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2332:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2333-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2367-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2368:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2369:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2370:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2371-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2376-      fi'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2377:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2378-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2384-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2385:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2386-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2390-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2391:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2392-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2394-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2395:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2396-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2403-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2404:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2405-    library_names_spec='${libname}.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2415-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2416:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2417-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2420-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2421:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2422-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2426-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2427:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2428:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2429:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2430-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2434-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2435:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2436-      else
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2437:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2438-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2444-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2445:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2446:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2447:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2448-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2449-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2450:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2451-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2458-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2459:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2460-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2475-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2476:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2477-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2682-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2683:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2684-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2756-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2757:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2758-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2973-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:2974:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-2975-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3056-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3057:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3058-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3059:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3060-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3065-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3066:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3067-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3068:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3069-      done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3096-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3097:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3098-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3136-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3137:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3138-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3327-openbsd*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3328:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3329-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3391-    else
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3392:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3393-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3437-	# Tru64's nm complains that /dev/null is an invalid object file
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3438:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3439-	*/dev/null* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3443-	*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3444:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3445-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3469-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3470:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3471-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3528-  # decide which to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3529:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3530-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3687-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3688:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3689-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3705-mingw*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3706:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3707-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3758-    nlist=conftest.nm
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:3759:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-3760-      # Try sorting and uniquifying the output.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4096-	  *)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4097:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4098-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4401-      *)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4402:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4403-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4679-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4680:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4681-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4711-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4712:    case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4713-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4780-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4781:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4782-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4808-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4809:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4810:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4811-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4826-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4827:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4828-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4831-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4832:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4833-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4846-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4847:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4850-	esac
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4851:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4852-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4853:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4854-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4918-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:4919:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-4920-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5041-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5042:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5043-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5091-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5092:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5093-      else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5157-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5158:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5159-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5194-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5195:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5196-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5332-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5333:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5334-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5355-	if test "$lt_cv_irix_exported_symbol" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5356:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5357-	fi
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5358-      else
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5359:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5360:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5361-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5395-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5396:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5397-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5428-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5429:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5430-      else
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5431-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5432:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5433-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5441-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5442:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5443-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5445-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5446:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5447:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5448:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5449-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5464-      else
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5465:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5466-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5657-	  _LT_TAGVAR(allow_undefined_flag, $1)=
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5658:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5659-	  then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5953-        # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:5954:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-5955-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6036-          # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6037:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6038-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6086-
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6087:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6088-        else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6152-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6153:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6154-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6193-	    # is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6194:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6195-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6273-            # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6274:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6275-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6338-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6339:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6340-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6374-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6375:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6376:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6377-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6381-	    # SGI C++
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6382:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6383-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6392-	      if test "$with_gnu_ld" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6393:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6394-	      else
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6395:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6396-	      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6413-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6414:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6415:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6416-	    # Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6423-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6424:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6425-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6438-	    # earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6439:	    case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6440-	      *"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6459-            # Portland Group C++ compiler
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6460:	    case `$CC -V` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6461-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6464-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6465:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6466-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6468-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6469:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6470-		$RANLIB $oldlib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6473-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6474:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6475-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6477-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6478:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6479-	      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6487-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6488:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6489-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6506-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6507:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6508-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6521-	  *)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6522:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6523-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6528-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6529:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6530-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6598-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6599:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6600-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6617-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6618:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6619-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6638-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6639:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6640-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6643-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6644:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6645:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6646-	          echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6647:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6648-	          $RM $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6662-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6663:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6664-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6669-	        osf3*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6670:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6671-		  ;;
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6672-	        *)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6673:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6674-		  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6922-  case ${2} in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6923:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:6924:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-6925-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7010-
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:7011:  for p in `eval "$output_verbose_link_cmd"`; do
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7012-    case ${prev}${p} in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7108-linux*)
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:7109:  case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7110-  *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7159-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:7160: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7161-fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7761-    test $lt_ac_count -gt 10 && break
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:7762:    lt_ac_count=`expr $lt_ac_count + 1`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7763-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7832-# ------------------------------------------------------
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:7833:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-7834-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-8436-m4_define([lt_combine],
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:8437:[m4_if(m4_eval([$# > 3]), [1],
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-8438-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-8691-    PKG_CHECK_EXISTS([$3],
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:8692:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-8693-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-8740-        if test $_pkg_short_errors_supported = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:8741:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-8742-        else 
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4:8743:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
mame-0.226+dfsg.1/3rdparty/portaudio/aclocal.m4-8744-        fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/INSTALL-173-directory configuration variables that were expressed in terms of
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-40-  { \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-42-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-124-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:125:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-126-am__vpath_adj = case $$p in \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:127:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-128-    *) f=$$p;; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-129-  esac;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:130:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-131-am__install_max = 40
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-132-am__nobase_strip_setup = \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:133:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-134-am__nobase_strip = \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-199-  while test -n "$$dir1"; do \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:200:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-201-    if test "$$first" != "."; then \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-202-      if test "$$first" = ".."; then \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:203:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:204:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-205-      else \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:206:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-207-        if test "$$first2" = "$$first"; then \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:208:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-209-        else \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-214-    fi; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:215:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-216-  done; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-420-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:421:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-422-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-437-	dot_seen=no; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:438:	target=`echo $@ | sed s/-recursive//`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-439-	case "$@" in \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-500-GTAGS:
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:501:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-502-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-532-	test -d "$(distdir)" || mkdir "$(distdir)"
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:533:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:534:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-535-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-546-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:547:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-548-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-657-	test -d $(distdir)/_build || exit 0; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:658:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-659-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-701-	}; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:702:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-703-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-713-	fi
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in:714:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/Makefile.in-715-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-147-done
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:148:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-149-])
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-443-m4_define([_LT_CONFIG_STATUS_DECLARE],
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:444:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-445-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-453-#
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:454:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-455-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-563-]], lt_decl_quote_varnames); do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:564:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-565-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:566:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-567-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-576-]], lt_decl_dquote_varnames); do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:577:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-578-    *[[\\\\\\\`\\"\\\$]]*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:579:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-580-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-736-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:737:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-738-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1104-  if test "$lt_cv_ld_force_load" = "yes"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1105:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1106-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1157-      }]'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1158:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1159-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1160-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1161:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1162-  fi],[])
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1193-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1194:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1195-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1196:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1197-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1228-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1229:    test "X`printf %s $ECHO`" = "X$ECHO" \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1230:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1231-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1251-   if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1252:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1253-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1255- /*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1256:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1257-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1284-  if AC_TRY_EVAL(ac_compile); then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1285:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1286-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1300-    if test "$lt_cv_prog_gnu_ld" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1301:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1302-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1312-    else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1313:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1314-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1677-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1678:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1679:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1680-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1710-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1711:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1712-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1719-	test undefined != "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1720:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1721:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1722-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1731-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1732:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1733-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1735-      do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1736:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1737-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1739-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1740:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1741-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1744-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:1745:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-1746-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2069-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2070:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2071-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2200-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2201:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2202-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2207-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2208:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2209-    ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2210-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2211:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2212-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2216-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2217:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2218-  for lt_sys_path in $lt_search_path_spec; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2251-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2252:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2253-else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2339-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2340:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2341-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2375-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2376:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2377:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2378:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2379-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2384-      fi'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2385:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2386-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2392-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2393:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2394-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2398-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2399:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2400-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2402-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2403:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2404-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2411-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2412:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2413-    library_names_spec='${libname}.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2423-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2424:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2425-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2428-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2429:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2430-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2434-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2435:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2436:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2437:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2438-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2442-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2443:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2444-      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2445:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2446-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2452-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2453:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2454:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2455:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2456-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2457-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2458:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2459-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2466-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2467:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2468-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2483-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2484:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2485-m4_if([$1], [],[
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2690-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2691:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2692-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2764-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2765:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2766-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2981-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:2982:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-2983-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3064-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3065:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3066-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3067:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3068-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3073-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3074:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3075-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3076:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3077-      done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3104-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3105:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3106-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3144-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3145:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3146-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3335-openbsd*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3336:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3337-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3399-    else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3400:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3401-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3445-	# Tru64's nm complains that /dev/null is an invalid object file
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3446:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3447-	*/dev/null* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3451-	*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3452:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3453-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3477-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3478:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3479-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3536-  # decide which to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3537:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3538-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3695-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3696:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3697-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3713-mingw*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3714:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3715-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3766-    nlist=conftest.nm
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:3767:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-3768-      # Try sorting and uniquifying the output.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4104-	  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4105:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4106-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4409-      *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4410:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4411-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4687-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4688:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4689-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4719-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4720:    case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4721-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4788-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4789:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4790-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4816-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4817:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4818:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4819-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4834-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4835:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4836-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4839-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4840:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4841-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4854-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4855:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4856-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4858-	esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4859:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4860-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4861:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4862-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4926-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:4927:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-4928-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5049-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5050:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5051-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5099-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5100:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5101-      else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5165-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5166:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5167-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5202-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5203:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5204-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5340-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5341:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5342-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5363-	if test "$lt_cv_irix_exported_symbol" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5364:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5365-	fi
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5366-      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5367:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5368:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5369-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5403-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5404:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5405-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5436-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5437:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5438-      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5440:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5441-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5449-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5450:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5451-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5453-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5454:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5455:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5456:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5457-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5472-      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5473:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5474-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5665-	  _LT_TAGVAR(allow_undefined_flag, $1)=
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5666:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5667-	  then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5961-        # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:5962:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-5963-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6044-          # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6045:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6046-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6094-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6095:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6096-        else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6160-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6161:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6162-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6201-	    # is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6202:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6203-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6281-            # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6282:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6283-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6346-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6347:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6348-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6382-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6383:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6384:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6385-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6389-	    # SGI C++
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6390:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6391-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6400-	      if test "$with_gnu_ld" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6401:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6402-	      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6403:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6404-	      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6421-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6422:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6423:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6424-	    # Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6431-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6432:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6433-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6446-	    # earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6447:	    case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6448-	      *"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6467-            # Portland Group C++ compiler
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6468:	    case `$CC -V` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6469-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6472-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6473:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6474-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6476-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6477:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6478-		$RANLIB $oldlib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6481-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6482:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6483-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6485-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6486:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6487-	      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6495-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6496:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6497-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6514-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6515:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6516-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6529-	  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6530:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6531-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6536-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6537:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6538-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6606-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6607:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6608-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6625-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6626:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6627-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6646-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6647:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6648-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6651-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6652:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6653:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6654-	          echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6655:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6656-	          $RM $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6670-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6671:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6672-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6677-	        osf3*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6678:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6679-		  ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6680-	        *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6681:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6682-		  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6930-  case ${2} in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6931:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:6932:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-6933-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7018-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:7019:  for p in `eval "$output_verbose_link_cmd"`; do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7020-    case ${prev}${p} in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7116-linux*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:7117:  case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7118-  *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7167-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:7168: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7169-fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7769-    test $lt_ac_count -gt 10 && break
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7840-# ------------------------------------------------------
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8444-m4_define([lt_combine],
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8445:[m4_if(m4_eval([$# > 3]), [1],
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8446-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8694-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8695:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8696-# and then we would define $MISSING as
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8710-# expand $ac_aux_dir to an absolute path
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8711:am_aux_dir=`cd $ac_aux_dir && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8712-])
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8808-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8809:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8810-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8959-    # Strip MF so we end up with the name of the file.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8960:    mf=`echo "$mf" | sed -e 's/:.*$//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8961-    # Check whether this is an Automake generated Makefile or not.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8968-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8969:      dirpart=`AS_DIRNAME("$mf")`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8970-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8974-    # from the Makefile without running 'make'.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8975:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8976-    test -z "$DEPDIR" && continue
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8977:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8978-    test -z "$am__include" && continue
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8979:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8980-    # Find all dependency output files, they are included files with
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8988-      test -f "$dirpart/$file" && continue
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:8989:      fdir=`AS_DIRNAME(["$file"])`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-8990-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9046-AC_REQUIRE([AC_PROG_INSTALL])dnl
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:9047:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9048-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9201-    * )
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:9202:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9203-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9204-done
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:9205:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9206-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9308-# Ignore all kinds of additional output from 'make'.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:9309:case `$am_make -s -f confmf 2> /dev/null` in #(
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9310-*the\ am__doit\ target*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9318-   echo '.include "confinc"' > confmf
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:9319:   case `$am_make -s -f confmf 2> /dev/null` in #(
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9320-   *the\ am__doit\ target*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9500-     echo "timestamp, slept: $am_has_slept" > conftest.file
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:9501:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9502-     if test "$[*]" = "X"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9503-	# -L didn't work.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4:9504:	set X `ls -t "$srcdir/configure" conftest.file`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/aclocal.m4-9505-     fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-40-  { \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-42-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-335-	test -n "$(EXEEXT)" || exit 0; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:336:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-337-	echo " rm -f" $$list; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-364-.cxx.obj:
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:365:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-366-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-368-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:369:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-370-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-378-devs.o: $(BINDIR)/devs.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:379:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT devs.o -MD -MP -MF $(DEPDIR)/devs.Tpo -c -o devs.o `test -f '$(BINDIR)/devs.cxx' || echo '$(srcdir)/'`$(BINDIR)/devs.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-380-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/devs.Tpo $(DEPDIR)/devs.Po
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-382-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:383:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o devs.o `test -f '$(BINDIR)/devs.cxx' || echo '$(srcdir)/'`$(BINDIR)/devs.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-384-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-385-devs.obj: $(BINDIR)/devs.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:386:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT devs.obj -MD -MP -MF $(DEPDIR)/devs.Tpo -c -o devs.obj `if test -f '$(BINDIR)/devs.cxx'; then $(CYGPATH_W) '$(BINDIR)/devs.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BINDIR)/devs.cxx'; fi`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-387-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/devs.Tpo $(DEPDIR)/devs.Po
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-389-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:390:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o devs.obj `if test -f '$(BINDIR)/devs.cxx'; then $(CYGPATH_W) '$(BINDIR)/devs.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BINDIR)/devs.cxx'; fi`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-391-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-392-sine.o: $(BINDIR)/sine.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:393:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sine.o -MD -MP -MF $(DEPDIR)/sine.Tpo -c -o sine.o `test -f '$(BINDIR)/sine.cxx' || echo '$(srcdir)/'`$(BINDIR)/sine.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-394-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sine.Tpo $(DEPDIR)/sine.Po
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-396-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:397:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sine.o `test -f '$(BINDIR)/sine.cxx' || echo '$(srcdir)/'`$(BINDIR)/sine.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-398-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-399-sine.obj: $(BINDIR)/sine.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:400:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT sine.obj -MD -MP -MF $(DEPDIR)/sine.Tpo -c -o sine.obj `if test -f '$(BINDIR)/sine.cxx'; then $(CYGPATH_W) '$(BINDIR)/sine.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BINDIR)/sine.cxx'; fi`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-401-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sine.Tpo $(DEPDIR)/sine.Po
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-403-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:404:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o sine.obj `if test -f '$(BINDIR)/sine.cxx'; then $(CYGPATH_W) '$(BINDIR)/sine.cxx'; else $(CYGPATH_W) '$(srcdir)/$(BINDIR)/sine.cxx'; fi`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-405-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-441-GTAGS:
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:442:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-443-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-464-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:465:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:466:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-467-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-478-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in:479:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/bin/Makefile.in-480-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/aclocal.m4-26-            AC_MSG_CHECKING($1_CFLAGS)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/aclocal.m4:27:            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/aclocal.m4-28-            AC_MSG_RESULT($$1_CFLAGS)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/aclocal.m4-30-            AC_MSG_CHECKING($1_LIBS)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/aclocal.m4:31:            $1_LIBS=`$PKG_CONFIG --libs "$2"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/aclocal.m4-32-            AC_MSG_RESULT($$1_LIBS)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/aclocal.m4-37-            ## do set a variable so people can do so.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/aclocal.m4:38:            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/aclocal.m4-39-            ifelse([$4], ,echo $$1_PKG_ERRORS,)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-37-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-39-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-170-	# The OS release
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:171:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-172-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-217-	if test $UNAME_RELEASE = "V4.0"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:218:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-219-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-251-	if test "$?" = 0 ; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:252:		case `./$dummy` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-253-			0-0)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-276-	rm -f $dummy.s $dummy
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:277:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-278-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-314-    sun4H:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:315:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-316-	exit 0 ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-317-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:318:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-319-	exit 0 ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-320-    i86pc:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:321:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-322-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-326-	# it's likely to be more like Solaris than SunOS4.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:327:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-328-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-335-	# Japanese Language versions have a version number like `4.1.3-JL'.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:336:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-337-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-341-    sun*:*:4.2BSD:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:342:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-343-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-420-	$CC_FOR_BUILD $dummy.c -o $dummy \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:421:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-422-	  && rm -f $dummy.c $dummy && exit 0
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-470-    *:IRIX*:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:471:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-472-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-510-    *:AIX:*:[45])
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:511:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-512-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-545-    9000/[34678]??:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:546:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-547-	case "${UNAME_MACHINE}" in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-599-EOF
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:600:		    (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null) && HP_ARCH=`./$dummy`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-601-		    if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-607-    ia64:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:608:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-609-	echo ia64-hp-hpux${HPUX_REV}
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-714-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:715:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-716-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-727-    *:FreeBSD:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:728:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-729-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-751-    prep*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:752:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-753-	exit 0 ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-754-    *:GNU:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:755:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-756-	exit 0 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-888-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess:889:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.guess-890-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-54-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-56-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-120-case $maybe_os in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-122-    os=-$maybe_os
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-124-    ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-125-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-127-    if [ $basic_machine != $1 ]
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-129-    else os=; fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-173-		os=-sco3.2v5
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-175-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-177-		os=-sco3.2v4
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-179-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-180-	-sco3.2.[4-9]*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-183-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-187-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-189-		os=-sco3.2v2
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-191-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-192-	-udk*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-194-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-196-		os=-isc2.2
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-198-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-202-	-isc*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-204-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-208-	-ptx*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-210-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-211-	-windowsnt*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-213-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-287-	*-*-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:288:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-289-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-579-	i*86v32)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:580:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-581-		os=-sysv32
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-583-	i*86v4*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:584:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-585-		os=-sysv4
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-587-	i*86v)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:588:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-589-		os=-sysv
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-591-	i*86sol2)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:592:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-593-		os=-solaris2
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-639-	mips3*-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:640:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-641-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-642-	mips3*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:643:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-644-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-781-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:782:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-783-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-784-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:785:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-786-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-787-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:788:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-789-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-790-	pentium4-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:791:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-792-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-799-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:800:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-801-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-805-	ppcle-* | powerpclittle-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:806:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-807-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-809-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:810:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-811-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-815-	ppc64le-* | powerpc64little-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:816:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-817-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1080-	*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1081:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1082-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1088-	*-digital*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1089:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1090-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1091-	*-commodore*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1092:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1093-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1106-	-solaris1 | -solaris1.*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1107:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1108-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1118-	-gnu/linux*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1119:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1120-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1158-	-nto*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1159:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1160-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1165-	-mac*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1166:		os=`echo $os | sed -e 's|mac|macos|'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1167-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1168-	-linux*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1169:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1170-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1171-	-sunos5*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1172:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1173-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1174-	-sunos6*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1175:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1176-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1217-	-sinix5.*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1218:		os=`echo $os | sed -e 's|sinix|sysv|'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1219-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1262-		# Get rid of the `-' at the beginning of $os.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1263:		os=`echo $os | sed 's/[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1264:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1265-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1492-		esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub:1493:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/config.sub-1494-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-43-do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:44:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-45-    eval $as_var=C; export $as_var
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-101-  as_lineno_2=$LINENO
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-140-  as_lineno_2=$LINENO
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-324-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:325:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-326-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-357-  -disable-* | --disable-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:358:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-359-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-362-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:363:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-364-    eval "enable_$ac_feature=no" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-366-  -enable-* | --enable-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:367:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-368-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-371-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:372:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-373-    case $ac_option in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:374:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-375-      *) ac_optarg=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-548-  -with-* | --with-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:549:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-550-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-553-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:554:    ac_package=`echo $ac_package| sed 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-555-    case $ac_option in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:556:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-557-      *) ac_optarg=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-561-  -without-* | --without-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:562:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-563-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-566-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:567:    ac_package=`echo $ac_package | sed 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-568-    eval "with_$ac_package=no" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-593-  *=*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:594:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-595-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-598-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:599:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-600-    eval "$ac_envvar='$ac_optarg'"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-614-if test -n "$ac_prev"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:615:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-616-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-622-do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:623:  eval ac_val=$`echo $ac_var`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-624-  case $ac_val in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-634-do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:635:  eval ac_val=$`echo $ac_var`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-636-  case $ac_val in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-701-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:702:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-703-ac_env_build_alias_set=${build_alias+set}
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-776-By default, \`make install' will install all the files in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:777:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:778:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-779-for instance \`--prefix=\$HOME'.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-847-if test "$ac_dir" != .; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:848:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-849-  # A "../" for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:850:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-851-else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-860-    else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:861:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-862-    fi ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-869-esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:870:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-871-# absolute.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:872:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:873:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:874:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:875:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-876-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-984-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:985:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-986-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1056-    do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1057:      eval ac_val=$`echo $ac_var`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1058-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1070-      do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1071:	eval ac_val=$`echo $ac_var`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1072-        echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1177-    set,)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1178:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1179:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1180-      ac_cache_corrupted=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1200-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1201:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1202-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1589-     "checking for C compiler version" >&5
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1590:ac_compiler=`set X $ac_compile; echo $2`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1591-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1629-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1630:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1631-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1657-    *.* )
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1658:        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1659-        # FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1737-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1738:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1739-          export ac_cv_exeext
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1788-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1789:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1790-       break;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1858-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:1859:GCC=`test $ac_compiler_gnu = yes && echo yes`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-1860-ac_test_CFLAGS=${CFLAGS+set}
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-2234-     "checking for C++ compiler version" >&5
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:2235:ac_compiler=`set X $ac_compile; echo $2`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-2236-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-2300-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:2301:GXX=`test $ac_compiler_gnu = yes && echo yes`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-2302-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-2996-test -z "$ac_cv_build_alias" &&
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:2997:  ac_cv_build_alias=`$ac_config_guess`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-2998-test -z "$ac_cv_build_alias" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3001-   { (exit 1); exit 1; }; }
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3002:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3003-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3010-build=$ac_cv_build
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3011:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3012:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3013:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3014-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3023-  ac_cv_host_alias=$ac_cv_build_alias
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3024:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3025-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3032-host=$ac_cv_host
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3033:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3034:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3035:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3036-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3102-echo $ECHO_N "checking JACK_CFLAGS... $ECHO_C" >&6
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3103:            JACK_CFLAGS=`$PKG_CONFIG --cflags "jack"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3104-            echo "$as_me:$LINENO: result: $JACK_CFLAGS" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3108-echo $ECHO_N "checking JACK_LIBS... $ECHO_C" >&6
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3109:            JACK_LIBS=`$PKG_CONFIG --libs "jack"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3110-            echo "$as_me:$LINENO: result: $JACK_LIBS" >&5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3116-            ## do set a variable so people can do so.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3117:            JACK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "jack"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3118-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3494-ac_LF_and_DOT=`echo; echo .`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3495:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3496-rm -f confdef2opt.sed
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3568-do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3569:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3570-    eval $as_var=C; export $as_var
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3626-  as_lineno_2=$LINENO
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3627:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3628-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3666-  as_lineno_2=$LINENO
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3667:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3668-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3839-configured by $0, generated by GNU Autoconf 2.57,
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3840:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3841-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3857-  --*=*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3858:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:3859:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-3860-    ac_shift=:
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4095-      fi
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4096:      ac_sed_frag=`expr $ac_sed_frag + 1`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4097-      ac_beg=$ac_end
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4098:      ac_end=`expr $ac_end + $ac_max_sed_lines`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4099-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4112-        cat >$tmp/stdin
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4113:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4114:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4115:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4116:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4117-  * )   ac_file_in=$ac_file.in ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4160-if test "$ac_dir" != .; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4161:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4162-  # A "../" for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4163:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4164-else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4173-    else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4174:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4175-    fi ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4182-esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4183:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4184-# absolute.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4185:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4186:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4187:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure:4188:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/configure-4189-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-85-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-87-	    shift
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-89-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-91-	    shift
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-151-	then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh:152:		dst="$dst"/`basename $src`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-153-	else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-158-## this sed command emulates the dirname command
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-160-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-172-IFS='%'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-174-IFS="${oIFS}"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-206-	then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh:207:		dstfile=`basename $dst`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-208-	else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-216-	then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh:217:		dstfile=`basename $dst`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/build/gnu/install-sh-218-	else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-45-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-46-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-48-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-50-else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-62-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-199-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-332-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-334-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-405-  {
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:406:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-407-  }
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-412-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-850-  case $ac_option in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:851:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-852-  *=)   ac_optarg= ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-894-  -disable-* | --disable-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:895:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-896-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-899-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:900:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-901-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-920-  -enable-* | --enable-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:921:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-922-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-925-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:926:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-927-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1124-  -with-* | --with-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1125:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1126-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1129-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1130:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1131-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1140-  -without-* | --without-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1141:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1145-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1146:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1147-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1178-  *=*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1179:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1180-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1199-if test -n "$ac_prev"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1200:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1201-  as_fn_error $? "missing argument to $ac_option"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1221-    */ )
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1222:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1223-      eval $ac_var=\$ac_val;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1256-ac_ls_di=`ls -di .` &&
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1257:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1258-  as_fn_error $? "working directory cannot be determined"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1312-case $srcdir in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1313:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1314-esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1355-By default, \`make install' will install all the files in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1356:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1357:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1358-for instance \`--prefix=\$HOME'.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1462-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1463:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1464-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1465:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1466-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1980-    *\'*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:1981:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-1982-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2063-      case $ac_val in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2064:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2065-      esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2078-	case $ac_val in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2079:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2080-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2198-    set,)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2199:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2200:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2201-      ac_cache_corrupted=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2209-	# differences in whitespace do not lead to failure.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2210:	ac_old_val_w=`echo x $ac_old_val`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2211:	ac_new_val_w=`echo x $ac_new_val`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2212-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2229-    case $ac_new_val in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2230:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2231-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2405-     echo "timestamp, slept: $am_has_slept" > conftest.file
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2406:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2407-     if test "$*" = "X"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2408-	# -L didn't work.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2409:	set X `ls -t "$srcdir/configure" conftest.file`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2410-     fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2456-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2457:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2458-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2459-# expand $ac_aux_dir to an absolute path
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2460:am_aux_dir=`cd $ac_aux_dir && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2461-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2601-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2602:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2603-	     'mkdir (GNU coreutils) '* | \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2674-set x ${MAKE-make}
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2675:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2676-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2684-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2685:case `${MAKE-make} -f conftest.make 2>/dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2686-  *@@@%%%=?*=@@@%%%*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2750-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:2751:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-2752-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3249-$as_echo_n "checking whether the C compiler works... " >&6; }
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:3250:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3251-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3293-	then :; else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:3294:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3295-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3353-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:3354:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3355-	  break;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3462-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:3463:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3464-       break;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3770-# Ignore all kinds of additional output from 'make'.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:3771:case `$am_make -s -f confmf 2> /dev/null` in #(
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3772-*the\ am__doit\ target*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3780-   echo '.include "confinc"' > confmf
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:3781:   case `$am_make -s -f confmf 2> /dev/null` in #(
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3782-   *the\ am__doit\ target*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3843-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:3844:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-3845-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4228-  if test "$am_compiler_list" = ""; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4229:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4230-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4338-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4339:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4340-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4341-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4342:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4343-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4362-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4363:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4364-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4373-else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4374:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4375-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4395-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4396:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4397-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4751-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4752:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4753-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4754:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4755-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4820-  # Check for GNU $ac_path_SED
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4821:case `"$ac_path_SED" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4822-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4896-  # Check for GNU $ac_path_GREP
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4897:case `"$ac_path_GREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4898-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4962-  # Check for GNU $ac_path_EGREP
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:4963:case `"$ac_path_EGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-4964-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5029-  # Check for GNU $ac_path_FGREP
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5030:case `"$ac_path_FGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5031-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5109-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5110:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5111-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5112:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5113-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5118-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5119:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5120-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5121:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5122-      done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5153-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5154:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5155-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5184-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5185:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5186-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5229-	# Tru64's nm complains that /dev/null is an invalid object file
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5230:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5231-	*/dev/null* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5235-	*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5236:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5237-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5363-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5364:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5365-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5475-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5476:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5477:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5478-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5508-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5509:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5510-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5517-	test undefined != "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5518:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5519:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5520-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5529-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5530:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5531-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5533-      do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5534:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5535-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5537-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5538:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5539-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5542-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5543:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5544-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5975-openbsd*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:5976:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-5977-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6042-    else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:6043:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6044-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6184-  # decide which to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:6185:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6186-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6706-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:6707:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6708-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6724-mingw*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:6725:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6726-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6943-   if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:6944:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6945-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6947- /*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:6948:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6949-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6983-  test $ac_status = 0; }; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:6984:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-6985-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-7003-    if test "$lt_cv_prog_gnu_ld" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:7004:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-7005-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-7015-    else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:7016:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-7017-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8182-do :
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:8183:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8184-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8187-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:8188:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8189-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8214-  case ${2} in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:8215:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:8216:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8217-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8482-done
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:8483:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8484-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8511-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:8512:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8513-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8577-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:8578:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8579-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8940-      *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:8941:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-8942-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9300-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9301:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9302:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9303-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9389-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9390:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9391-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9421-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9422:    case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9423-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9490-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9491:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9492-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9518-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9519:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9520:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9521-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9536-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9537:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9538-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9541-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9542:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9543-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9556-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9557:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9558-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9560-	esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9561:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9562-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9563:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9564-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9628-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9629:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9630-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9751-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9752:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9753-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9825-      }'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9826:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9827-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9828-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9829:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9830-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9843-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9844:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9845-      else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9878-      }'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9879:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9880-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9881-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9882:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9883-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9951-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9952:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9953-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9988-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:9989:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-9990-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10006-  if test "$lt_cv_ld_force_load" = "yes"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10007:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10008-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10186-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10187:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10188-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10214-	if test "$lt_cv_irix_exported_symbol" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10215:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10216-	fi
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10217-      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10218:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10219:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10220-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10254-	hardcode_direct_absolute=yes
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10255:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10256-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10287-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10288:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10289-      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10290-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10291:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10292-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10300-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10301:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10302-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10304-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10305:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10306:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10307:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10308-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10323-      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10324:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10325-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10722-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10723:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10724-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10729-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10730:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10731-    ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10732-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10733:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10734-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10738-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10739:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10740-  for lt_sys_path in $lt_search_path_spec; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10773-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10774:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10775-else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10861-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10862:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10863-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10897-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10898:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10899:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10900:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10901-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10906-      fi'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10907:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10908-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10914-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10915:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10916-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10920-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10921:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10922-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10924-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10925:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10926-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10933-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10934:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10935-    library_names_spec='${libname}.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10945-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10946:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10947-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10950-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10951:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10952-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10956-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10957:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10958:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10959:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10960-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10964-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10965:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10966-      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10967:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10968-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10974-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10975:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10976:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10977:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10978-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10979-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10980:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10981-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10988-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:10989:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-10990-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-11005-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:11006:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-11007-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-11231-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:11232:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-11233-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-11305-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:11306:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-11307-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12454-done
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12455:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12456-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12486-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12487:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12488-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12489:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12490-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12495-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12496:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12497-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12498:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12499-      done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12530-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12531:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12532-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12561-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12562:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12563-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12595-        # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12596:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12597-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12679-          # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12680:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12681-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12752-      }'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12753:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12754-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12755-  if test -z "$lt_cv_aix_libpath__CXX"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12756:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12757-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12771-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12772:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12773-        else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12806-      }'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12807:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12808-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12809-  if test -z "$lt_cv_aix_libpath__CXX"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12810:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12811-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12879-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12880:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12881-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12920-	    # is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12921:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12922-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12941-  if test "$lt_cv_ld_force_load" = "yes"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:12942:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-12943-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13032-            # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13033:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13034-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13097-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13098:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13099-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13133-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13134:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13135:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13136-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13140-	    # SGI C++
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13141:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13142-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13151-	      if test "$with_gnu_ld" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13152:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13153-	      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13154:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13155-	      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13172-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13173:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13174:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13175-	    # Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13182-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13183:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13184-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13197-	    # earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13198:	    case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13199-	      *"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13218-            # Portland Group C++ compiler
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13219:	    case `$CC -V` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13220-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13223-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13224:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13225-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13227-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13228:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13229-		$RANLIB $oldlib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13232-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13233:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13234-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13236-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13237:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13238-	      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13246-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13247:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13248-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13265-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13266:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13267-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13280-	  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13281:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13282-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13287-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13288:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13289-	      compiler_needs_object_CXX=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13357-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13358:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13359-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13376-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13377:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13378-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13397-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13398:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13399-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13402-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13403:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13404:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13405-	          echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13406:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13407-	          $RM $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13421-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13422:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13423-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13428-	        osf3*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13429:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13430-		  ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13431-	        *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13432:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13433-		  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13675-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13676:  for p in `eval "$output_verbose_link_cmd"`; do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13677-    case ${prev}${p} in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13772-linux*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13773:  case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13774-  *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13823-if test -n "${compiler_lib_search_path_CXX}"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:13824: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-13825-fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14064-	  *)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14065:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14066-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14418-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14419:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14420:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14421-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14695-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14696:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14697-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14731-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14732:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14733:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14734:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14735-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14740-      fi'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14741:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14742-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14748-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14749:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14750-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14753-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14754:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14755-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14757-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14758:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14759-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14766-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14767:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14768-    library_names_spec='${libname}.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14778-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14779:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14780-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14783-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14784:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14785-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14789-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14790:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14791:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14792:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14793-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14797-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14798:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14799-      else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14800:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14801-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14807-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14808:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14809:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14810:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14811-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14812-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14813:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14814-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14821-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14822:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14823-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14838-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:14839:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-14840-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15063-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15064:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15065-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15137-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15138:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15139-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15549-'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15550:DEFS=`sed -n "$ac_script" confdefs.h`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15551-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15558-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15559:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15560-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15657-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15658:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15659-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15660-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15661:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15662-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15664-else
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15665:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15666-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15674-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15675:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15676-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15751-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15752:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15753-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15823-  {
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15824:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15825-  }
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15927-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:15928:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-15929-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16053-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16054:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16055-ac_cs_version="\\
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16078-  --*=?*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16079:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16080:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16081-    ac_shift=:
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16083-  --*=)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16084:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16085-    ac_optarg=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16107-    case $ac_optarg in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16108:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16109-    '') as_fn_error $? "missing file argument" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16173-delay_variable_subst='$delay_variable_subst'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16174:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16175:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16176:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16177:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16178:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16179:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16180:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16181:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16182:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16183:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16184:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16185:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16186:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16187:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16188:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16189:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16190:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16191:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16192:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16193:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16194:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16195:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16196:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16197:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16198:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16199:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16200:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16201:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16202:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16203:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16204:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16205:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16206:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16207:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16208:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16209:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16210:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16211:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16212:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16213:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16214:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16215:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16216:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16217:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16218:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16219:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16220:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16221:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16222:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16223:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16224:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16225:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16226:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16227:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16228:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16229:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16230:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16231:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16232:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16233:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16234:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16235:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16236:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16237:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16238:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16239:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16240:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16241:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16242:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16243:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16244:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16245:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16246:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16247:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16248:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16249:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16250:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16251:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16252:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16253:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16254:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16255:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16256:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16257:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16258:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16259:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16260:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16261:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16262:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16263:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16264:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16265:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16266:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16267:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16268:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16269:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16270:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16271:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16272:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16273:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16274:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16275:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16276:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16277:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16278:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16279:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16280:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16281:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16282:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16283:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16284:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16285:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16286:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16287:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16288:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16289:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16290:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16291:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16292:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16293:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16294:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16295:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16296:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16297:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16298:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16299:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16300:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16301:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16302:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16303:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16304:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16305:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16306:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16307:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16308:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16309:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16310:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16311:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16312:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16313:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16314:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16315:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16316:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16317:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16318:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16319:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16320:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16321:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16322:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16323:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16324:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16325:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16326:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16327:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16328:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16329:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16330:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16331:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16332:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16333:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16334:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16335:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16336:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16337:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16338:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16339:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16340:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16341:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16342:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16343:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16344:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16345:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16346:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16347:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16348:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16349:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16350:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16351:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16352:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16353:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16354:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16355:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16356:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16357:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16358:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16359-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16469-compiler_lib_search_path_CXX; do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16470:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16471-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16472:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16473-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16510-postlink_cmds_CXX; do
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16511:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16512-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16513:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16514-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16613-fi
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16614:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16615-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16630-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16631:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16632-ac_delim='%!_!# '
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16636-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16637:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16638-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16798-      esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16799:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16800-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16857-*)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16858:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16859-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16860:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16861-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16918-/@mandir@/p'
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16919:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16920-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16935-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16936:# Neutralize VPATH when `$srcdir' = `.'.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16937-# Shell code in configure.ac might set extrasub.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16963-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:16964:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16965-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-16999-    # Strip MF so we end up with the name of the file.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:17000:    mf=`echo "$mf" | sed -e 's/:.*$//'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-17001-    # Check whether this is an Automake generated Makefile or not.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-17036-    # from the Makefile without running 'make'.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:17037:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-17038-    test -z "$DEPDIR" && continue
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:17039:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-17040-    test -z "$am__include" && continue
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:17041:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-17042-    # Find all dependency output files, they are included files with
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-17095-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure:17096:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/configure-17097-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in-39-  { \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in-41-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in-281-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in:282:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in:283:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in-284-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in-295-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in:296:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/doc/Makefile.in-297-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-40-  { \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-42-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-109-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:110:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-111-am__vpath_adj = case $$p in \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:112:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-113-    *) f=$$p;; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-114-  esac;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:115:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-116-am__install_max = 40
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-117-am__nobase_strip_setup = \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:118:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-119-am__nobase_strip = \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-361-	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:362:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-363-	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-394-GTAGS:
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:395:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-396-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-417-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:418:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-420-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-431-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in:432:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/include/Makefile.in-433-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-40-  { \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-42-  }; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-90-CONFIG_CLEAN_VPATH_FILES =
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:91:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-92-am__vpath_adj = case $$p in \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:93:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-94-    *) f=$$p;; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-95-  esac;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:96:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-97-am__install_max = 40
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-98-am__nobase_strip_setup = \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:99:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-100-am__nobase_strip = \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-448-.cxx.obj:
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:449:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-450-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-452-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:453:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-454-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-462-BlockingStream.lo: $(SRCDIR)/BlockingStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:463:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT BlockingStream.lo -MD -MP -MF $(DEPDIR)/BlockingStream.Tpo -c -o BlockingStream.lo `test -f '$(SRCDIR)/BlockingStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/BlockingStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-464-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/BlockingStream.Tpo $(DEPDIR)/BlockingStream.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-466-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:467:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BlockingStream.lo `test -f '$(SRCDIR)/BlockingStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/BlockingStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-468-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-469-CallbackInterface.lo: $(SRCDIR)/CallbackInterface.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:470:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CallbackInterface.lo -MD -MP -MF $(DEPDIR)/CallbackInterface.Tpo -c -o CallbackInterface.lo `test -f '$(SRCDIR)/CallbackInterface.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CallbackInterface.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-471-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/CallbackInterface.Tpo $(DEPDIR)/CallbackInterface.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-473-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:474:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CallbackInterface.lo `test -f '$(SRCDIR)/CallbackInterface.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CallbackInterface.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-475-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-476-CallbackStream.lo: $(SRCDIR)/CallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:477:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CallbackStream.lo -MD -MP -MF $(DEPDIR)/CallbackStream.Tpo -c -o CallbackStream.lo `test -f '$(SRCDIR)/CallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-478-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/CallbackStream.Tpo $(DEPDIR)/CallbackStream.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-480-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:481:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CallbackStream.lo `test -f '$(SRCDIR)/CallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-482-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-483-CFunCallbackStream.lo: $(SRCDIR)/CFunCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:484:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CFunCallbackStream.lo -MD -MP -MF $(DEPDIR)/CFunCallbackStream.Tpo -c -o CFunCallbackStream.lo `test -f '$(SRCDIR)/CFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CFunCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-485-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/CFunCallbackStream.Tpo $(DEPDIR)/CFunCallbackStream.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-487-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:488:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CFunCallbackStream.lo `test -f '$(SRCDIR)/CFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CFunCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-489-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-490-CppFunCallbackStream.lo: $(SRCDIR)/CppFunCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:491:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT CppFunCallbackStream.lo -MD -MP -MF $(DEPDIR)/CppFunCallbackStream.Tpo -c -o CppFunCallbackStream.lo `test -f '$(SRCDIR)/CppFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CppFunCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-492-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/CppFunCallbackStream.Tpo $(DEPDIR)/CppFunCallbackStream.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-494-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:495:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o CppFunCallbackStream.lo `test -f '$(SRCDIR)/CppFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/CppFunCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-496-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-497-Device.lo: $(SRCDIR)/Device.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:498:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Device.lo -MD -MP -MF $(DEPDIR)/Device.Tpo -c -o Device.lo `test -f '$(SRCDIR)/Device.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Device.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-499-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Device.Tpo $(DEPDIR)/Device.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-501-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:502:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Device.lo `test -f '$(SRCDIR)/Device.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Device.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-503-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-504-DirectionSpecificStreamParameters.lo: $(SRCDIR)/DirectionSpecificStreamParameters.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:505:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT DirectionSpecificStreamParameters.lo -MD -MP -MF $(DEPDIR)/DirectionSpecificStreamParameters.Tpo -c -o DirectionSpecificStreamParameters.lo `test -f '$(SRCDIR)/DirectionSpecificStreamParameters.cxx' || echo '$(srcdir)/'`$(SRCDIR)/DirectionSpecificStreamParameters.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-506-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/DirectionSpecificStreamParameters.Tpo $(DEPDIR)/DirectionSpecificStreamParameters.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-508-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:509:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o DirectionSpecificStreamParameters.lo `test -f '$(SRCDIR)/DirectionSpecificStreamParameters.cxx' || echo '$(srcdir)/'`$(SRCDIR)/DirectionSpecificStreamParameters.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-510-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-511-Exception.lo: $(SRCDIR)/Exception.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:512:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Exception.lo -MD -MP -MF $(DEPDIR)/Exception.Tpo -c -o Exception.lo `test -f '$(SRCDIR)/Exception.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Exception.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-513-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Exception.Tpo $(DEPDIR)/Exception.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-515-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:516:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Exception.lo `test -f '$(SRCDIR)/Exception.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Exception.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-517-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-518-HostApi.lo: $(SRCDIR)/HostApi.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:519:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT HostApi.lo -MD -MP -MF $(DEPDIR)/HostApi.Tpo -c -o HostApi.lo `test -f '$(SRCDIR)/HostApi.cxx' || echo '$(srcdir)/'`$(SRCDIR)/HostApi.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-520-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/HostApi.Tpo $(DEPDIR)/HostApi.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-522-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:523:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o HostApi.lo `test -f '$(SRCDIR)/HostApi.cxx' || echo '$(srcdir)/'`$(SRCDIR)/HostApi.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-524-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-525-InterfaceCallbackStream.lo: $(SRCDIR)/InterfaceCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:526:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT InterfaceCallbackStream.lo -MD -MP -MF $(DEPDIR)/InterfaceCallbackStream.Tpo -c -o InterfaceCallbackStream.lo `test -f '$(SRCDIR)/InterfaceCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/InterfaceCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-527-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/InterfaceCallbackStream.Tpo $(DEPDIR)/InterfaceCallbackStream.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-529-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:530:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o InterfaceCallbackStream.lo `test -f '$(SRCDIR)/InterfaceCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/InterfaceCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-531-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-532-MemFunCallbackStream.lo: $(SRCDIR)/MemFunCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:533:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MemFunCallbackStream.lo -MD -MP -MF $(DEPDIR)/MemFunCallbackStream.Tpo -c -o MemFunCallbackStream.lo `test -f '$(SRCDIR)/MemFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/MemFunCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-534-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/MemFunCallbackStream.Tpo $(DEPDIR)/MemFunCallbackStream.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-536-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:537:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MemFunCallbackStream.lo `test -f '$(SRCDIR)/MemFunCallbackStream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/MemFunCallbackStream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-538-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-539-Stream.lo: $(SRCDIR)/Stream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:540:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Stream.lo -MD -MP -MF $(DEPDIR)/Stream.Tpo -c -o Stream.lo `test -f '$(SRCDIR)/Stream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Stream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-541-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/Stream.Tpo $(DEPDIR)/Stream.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-543-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:544:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Stream.lo `test -f '$(SRCDIR)/Stream.cxx' || echo '$(srcdir)/'`$(SRCDIR)/Stream.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-545-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-546-StreamParameters.lo: $(SRCDIR)/StreamParameters.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:547:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT StreamParameters.lo -MD -MP -MF $(DEPDIR)/StreamParameters.Tpo -c -o StreamParameters.lo `test -f '$(SRCDIR)/StreamParameters.cxx' || echo '$(srcdir)/'`$(SRCDIR)/StreamParameters.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-548-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/StreamParameters.Tpo $(DEPDIR)/StreamParameters.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-550-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:551:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o StreamParameters.lo `test -f '$(SRCDIR)/StreamParameters.cxx' || echo '$(srcdir)/'`$(SRCDIR)/StreamParameters.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-552-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-553-System.lo: $(SRCDIR)/System.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:554:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT System.lo -MD -MP -MF $(DEPDIR)/System.Tpo -c -o System.lo `test -f '$(SRCDIR)/System.cxx' || echo '$(srcdir)/'`$(SRCDIR)/System.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-555-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/System.Tpo $(DEPDIR)/System.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-557-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:558:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o System.lo `test -f '$(SRCDIR)/System.cxx' || echo '$(srcdir)/'`$(SRCDIR)/System.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-559-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-560-SystemDeviceIterator.lo: $(SRCDIR)/SystemDeviceIterator.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:561:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SystemDeviceIterator.lo -MD -MP -MF $(DEPDIR)/SystemDeviceIterator.Tpo -c -o SystemDeviceIterator.lo `test -f '$(SRCDIR)/SystemDeviceIterator.cxx' || echo '$(srcdir)/'`$(SRCDIR)/SystemDeviceIterator.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-562-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/SystemDeviceIterator.Tpo $(DEPDIR)/SystemDeviceIterator.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-564-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:565:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SystemDeviceIterator.lo `test -f '$(SRCDIR)/SystemDeviceIterator.cxx' || echo '$(srcdir)/'`$(SRCDIR)/SystemDeviceIterator.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-566-
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-567-SystemHostApiIterator.lo: $(SRCDIR)/SystemHostApiIterator.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:568:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SystemHostApiIterator.lo -MD -MP -MF $(DEPDIR)/SystemHostApiIterator.Tpo -c -o SystemHostApiIterator.lo `test -f '$(SRCDIR)/SystemHostApiIterator.cxx' || echo '$(srcdir)/'`$(SRCDIR)/SystemHostApiIterator.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-569-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/SystemHostApiIterator.Tpo $(DEPDIR)/SystemHostApiIterator.Plo
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-571-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:572:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SystemHostApiIterator.lo `test -f '$(SRCDIR)/SystemHostApiIterator.cxx' || echo '$(srcdir)/'`$(SRCDIR)/SystemHostApiIterator.cxx
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-573-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-609-GTAGS:
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:610:	here=`$(am__cd) $(top_builddir) && pwd` \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-611-	  && $(am__cd) $(top_srcdir) \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-632-distdir: $(DISTFILES)
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:633:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:634:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-635-	list='$(DISTFILES)'; \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-646-	  if test -d $$d/$$file; then \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in:647:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mame-0.226+dfsg.1/3rdparty/portaudio/bindings/cpp/lib/Makefile.in-648-	    if test -d "$(distdir)/$$file"; then \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-34-
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-36-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-102-: ${TMPDIR=/tmp} ;
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-151-	EOF
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-153-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-209-	    *)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-211-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-240-	*4.0)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-242-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-243-	*5.*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-245-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-288-	# 1.2 uses "1.2" for uname -r.
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-348-    s390x:SunOS:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-350-	exit ;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-351-    sun4H:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-353-	exit ;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-356-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-373-	fi
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-375-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-381-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-390-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-394-    sun*:*:4.2BSD:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-532-    *:IRIX*:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-534-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-562-EOF
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-564-		then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-575-    *:AIX:*:[4567])
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-610-    9000/[34678]??:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-664-EOF
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-692-    ia64:HP-UX:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-722-EOF
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-814-	    amd64)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-816-	    *)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-818-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-872-    prep*:SunOS:5.*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-874-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-876-	# the GNU system
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-878-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-880-	# other systems with GNU libc and userland
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-882-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-968-EOF
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-1337-    *:DragonFly:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-1339-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-1350-    i*86:skyos:*:*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-1352-	exit ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-1478-
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
mame-0.226+dfsg.1/3rdparty/portaudio/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-52-
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-54-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-117-case $maybe_os in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-123-    os=-$maybe_os
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-125-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-127-    os=-linux-android
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-129-    ;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-130-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-132-    if [ $basic_machine != $1 ]
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-134-    else os=; fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-181-		os=-sco5v6
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-183-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-185-		os=-sco3.2v5
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-187-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-189-		os=-sco3.2v4
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-191-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-192-	-sco3.2.[4-9]*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-195-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-199-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-203-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-205-		os=-sco3.2v2
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-207-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-208-	-udk*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-210-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-212-		os=-isc2.2
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-214-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-218-	-isc*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-220-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-230-	-ptx*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-232-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-233-	-windowsnt*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-235-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-359-	*-*-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-361-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-479-	amd64-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-481-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-521-	blackfin-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-523-		os=-linux
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-529-	c54x-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-531-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-532-	c55x-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-534-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-535-	c6x-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-537-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-732-	i*86v32)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-734-		os=-sysv32
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-736-	i*86v4*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-738-		os=-sysv4
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-740-	i*86v)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-742-		os=-sysv
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-744-	i*86sol2)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-746-		os=-solaris2
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-774-	m68knommu-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-776-		os=-linux
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-811-	mips3*-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-813-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-814-	mips3*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-816-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-829-	ms1-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-831-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-948-	parisc-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-950-		os=-linux
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-964-	pc98-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-966-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-981-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-984-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-987-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-988-	pentium4-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-990-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-998-	ppc-* | ppcbe-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1000-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1004-	ppcle-* | powerpclittle-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1006-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1008-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1010-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1014-	ppc64le-* | powerpc64little-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1016-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1097-	strongarm-* | thumb-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1099-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1227-	xscale-* | xscalee[bl]-*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1229-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1304-	*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1306-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1312-	*-digital*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1314-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1315-	*-commodore*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1317-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1333-	-solaris1 | -solaris1.*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1335-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1345-	-gnu/linux*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1347-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1391-	-nto*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1393-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1398-	-mac*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1400-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1404-	-linux*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1406-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1407-	-sunos5*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1409-		;;
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1410-	-sunos6*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1412-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1459-	-sinix5.*)
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1461-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1515-		exit 1
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1778-		esac
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub:1779:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
mame-0.226+dfsg.1/3rdparty/portaudio/config.sub-1780-		;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/portaudio/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-45-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-46-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-48-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-50-else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/portaudio/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-62-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mame-0.226+dfsg.1/3rdparty/portaudio/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
mame-0.226+dfsg.1/3rdparty/portaudio/configure-199-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
mame-0.226+dfsg.1/3rdparty/portaudio/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
mame-0.226+dfsg.1/3rdparty/portaudio/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
mame-0.226+dfsg.1/3rdparty/portaudio/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-332-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/portaudio/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/portaudio/configure-334-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-405-  {
mame-0.226+dfsg.1/3rdparty/portaudio/configure:406:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-407-  }
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-412-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/portaudio/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/portaudio/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mame-0.226+dfsg.1/3rdparty/portaudio/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mame-0.226+dfsg.1/3rdparty/portaudio/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-847-  case $ac_option in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:848:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-849-  *=)   ac_optarg= ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-891-  -disable-* | --disable-*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:892:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-893-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-896-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/portaudio/configure:897:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-898-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-917-  -enable-* | --enable-*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:918:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-919-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-922-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/portaudio/configure:923:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-924-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1121-  -with-* | --with-*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1122:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1123-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1126-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1127:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1128-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1137-  -without-* | --without-*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1138:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1139-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1142-    ac_useropt_orig=$ac_useropt
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1143:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1144-    case $ac_user_opts in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1175-  *=*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1176:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1177-    # Reject names that are not valid shell variable names.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1196-if test -n "$ac_prev"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1197:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1198-  as_fn_error $? "missing argument to $ac_option"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1218-    */ )
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1219:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1220-      eval $ac_var=\$ac_val;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1253-ac_ls_di=`ls -di .` &&
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1254:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1255-  as_fn_error $? "working directory cannot be determined"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1309-case $srcdir in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1310:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1311-esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1352-By default, \`make install' will install all the files in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1353:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1354:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1355-for instance \`--prefix=\$HOME'.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1464-*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1465:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1466-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:1467:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-1468-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2252-    *\'*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2253:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2254-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2335-      case $ac_val in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2336:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2337-      esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2350-	case $ac_val in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2351:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2352-	esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2470-    set,)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2471:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2472:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2473-      ac_cache_corrupted=: ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2481-	# differences in whitespace do not lead to failure.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2482:	ac_old_val_w=`echo x $ac_old_val`
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2483:	ac_new_val_w=`echo x $ac_new_val`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2484-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2501-    case $ac_new_val in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2502:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2503-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2569-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2570:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2571-test "x$ac_build_alias" = x &&
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2572-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2573:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2574-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2593-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2594:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2595-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2604-else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2605:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2606-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2626-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2627:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2628-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2637-else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2638:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2639-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2659-IFS=$ac_save_IFS
mame-0.226+dfsg.1/3rdparty/portaudio/configure:2660:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
mame-0.226+dfsg.1/3rdparty/portaudio/configure-2661-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-3134-$as_echo_n "checking whether the C compiler works... " >&6; }
mame-0.226+dfsg.1/3rdparty/portaudio/configure:3135:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-3136-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-3178-	then :; else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:3179:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-3180-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-3238-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure:3239:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-3240-	  break;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-3347-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure:3348:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-3349-       break;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4189-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4190:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4191-  ECHO='print -r --'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4192:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4193-  ECHO='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4258-  # Check for GNU $ac_path_SED
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4259:case `"$ac_path_SED" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4260-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4334-  # Check for GNU $ac_path_GREP
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4335:case `"$ac_path_GREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4336-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4400-  # Check for GNU $ac_path_EGREP
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4401:case `"$ac_path_EGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4402-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4467-  # Check for GNU $ac_path_FGREP
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4468:case `"$ac_path_FGREP" --version 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4469-*GNU*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4547-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4548:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4549-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4550:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4551-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4556-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4557:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4558-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4559:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4560-      done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4591-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4592:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4593-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4622-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4623:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4624-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4667-	# Tru64's nm complains that /dev/null is an invalid object file
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4668:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4669-	*/dev/null* | *'Invalid file or object type'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4673-	*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4674:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4675-	  */dev/null*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4801-
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4802:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4803-    *COFF*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4913-    # And add a safety zone
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4914:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4915:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4916-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4946-    if test -n "$kargmax"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4947:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4948-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4955-	test undefined != "$lt_cv_sys_max_cmd_len"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4956:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4957:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4958-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4967-      # we can't tell.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4968:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4969-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4971-      do
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4972:        i=`expr $i + 1`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4973-        teststring=$teststring$teststring
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4975-      # Only check the string length outside the loop.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4976:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4977-      teststring=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4980-      # linker.  It appears as though 1/2 is a usable value.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:4981:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-4982-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-5413-openbsd*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:5414:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-5415-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-5480-    else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:5481:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-5482-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-5622-  # decide which to use based on capabilities of $DLLTOOL
mame-0.226+dfsg.1/3rdparty/portaudio/configure:5623:  case `$DLLTOOL --help 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-5624-  *--identify-strict*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6186-# If we're using GNU nm, then use its standard symbol codes.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:6187:case `$NM -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6188-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6204-mingw*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:6205:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6206-  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6423-   if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:6424:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6425-   fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6427- /*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:6428:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6429-   ;; #(
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6463-  test $ac_status = 0; }; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:6464:    case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6465-      *ELF-32*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6483-    if test "$lt_cv_prog_gnu_ld" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:6484:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6485-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6495-    else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:6496:      case `/usr/bin/file conftest.$ac_objext` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-6497-	*32-bit*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7662-do :
mame-0.226+dfsg.1/3rdparty/portaudio/configure:7663:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7664-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7667-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/portaudio/configure:7668:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7669-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7694-  case ${2} in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:7695:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure:7696:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7697-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7962-done
mame-0.226+dfsg.1/3rdparty/portaudio/configure:7963:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7964-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7991-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:7992:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-7993-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8057-	"file_magic "*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:8058:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8059-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8420-      *)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:8421:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8422-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8780-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:8781:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/portaudio/configure:8782:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8783-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8869-	# shared libraries, regardless of the interface used.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:8870:	case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8871-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8901-    supports_anon_versioning=no
mame-0.226+dfsg.1/3rdparty/portaudio/configure:8902:    case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8903-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8970-	# is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/portaudio/configure:8971:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8972-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-8998-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:8999:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9000:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9001-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9016-        pgcc*)				# Portland Group C compiler
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9017:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9018-	  tmp_addflag=' $pic_flag'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9021-					# Portland Group f77 and f90 compilers
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9022:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9023-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9036-	nvcc*)	# Cuda Compiler Driver 2.2
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9037:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9038-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9040-	esac
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9041:	case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9042-	*Sun\ C*)			# Sun C 5.9
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9043:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9044-	  compiler_needs_object=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9108-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9109:      case `$LD -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9110-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9231-	# below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9232:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9233-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9305-      }'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9306:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9307-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9308-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9309:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9310-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9323-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9324:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9325-      else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9358-      }'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9359:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9360-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9361-  if test -z "$lt_cv_aix_libpath_"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9362:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9363-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9431-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9432:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9433-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9468-	# FIXME: Setting linknames here is a bad hack.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9469:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9470-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9486-  if test "$lt_cv_ld_force_load" = "yes"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9487:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9488-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9666-      if test "$GCC" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9667:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9668-	# Try to use the -exported_symbol ld option, if it does not
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9694-	if test "$lt_cv_irix_exported_symbol" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9695:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9696-	fi
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9697-      else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9698:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9699:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9700-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9734-	hardcode_direct_absolute=yes
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9735:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9736-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9767-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9768:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9769-      else
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9770-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9771:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9772-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9780-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9781:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9782-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9784-	allow_undefined_flag=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9785:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9786:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9787:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9788-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9803-      else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:9804:	case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-9805-	*"Compilers 5.0"*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10202-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10203:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10204-  case $lt_search_path_spec in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10209-    # okay in the real world where ";" in dirpaths is itself problematic.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10210:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10211-    ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10212-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10213:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10214-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10218-  lt_tmp_lt_search_path_spec=
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10219:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10220-  for lt_sys_path in $lt_search_path_spec; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10253-  esac
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10254:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10255-else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10341-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10342:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10343-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10377-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10378:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10379:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10380:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10381-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10386-      fi'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10387:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10388-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10394-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10395:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10396-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10400-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10401:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10402-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10404-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10405:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10406-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10413-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10414:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10415-    library_names_spec='${libname}.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10425-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10426:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10427-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10430-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10431:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10432-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10436-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10437:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10438:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10439:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10440-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10444-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10445:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10446-      else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10447:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10448-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10454-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10455:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10456:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10457:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10458-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10459-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10460:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10461-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10468-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10469:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10470-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10485-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10486:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10487-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10711-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10712:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10713-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10785-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/configure:10786:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-10787-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-11934-done
mame-0.226+dfsg.1/3rdparty/portaudio/configure:11935:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-11936-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-11966-    # gcc leaves a trailing carriage return which upsets mingw
mame-0.226+dfsg.1/3rdparty/portaudio/configure:11967:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-11968-  *)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:11969:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-11970-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-11975-      # Canonicalize the pathname of ld
mame-0.226+dfsg.1/3rdparty/portaudio/configure:11976:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-11977-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
mame-0.226+dfsg.1/3rdparty/portaudio/configure:11978:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-11979-      done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12010-      # Break only if it was the GNU/non-GNU ld that we prefer.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12011:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12012-      *GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12041-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12042:case `$LD -v 2>&1 </dev/null` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12043-*GNU* | *'with BFD'*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12075-        # ancient GNU ld didn't support --whole-archive et. al.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12076:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12077-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12159-          # below for broken collect2 doesn't work under 4.3+
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12160:	  collect2name=`${CC} -print-prog-name=collect2`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12161-	  if test -f "$collect2name" &&
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12232-      }'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12233:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12234-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12235-  if test -z "$lt_cv_aix_libpath__CXX"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12236:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12237-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12251-
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12252:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12253-        else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12286-      }'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12287:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12288-  # Check for a 64-bit object if we didn't find anything.
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12289-  if test -z "$lt_cv_aix_libpath__CXX"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12290:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12291-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12359-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12360:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12361-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12400-	    # is EXPORTS), use it as is; otherwise, prepend...
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12401:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12402-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12421-  if test "$lt_cv_ld_force_load" = "yes"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12422:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12423-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12512-            # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12513:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12514-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12577-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12578:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12579-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12613-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12614:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12615:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12616-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12620-	    # SGI C++
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12621:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12622-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12631-	      if test "$with_gnu_ld" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12632:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12633-	      else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12634:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12635-	      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12652-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12653:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12654:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12655-	    # Commands to make compiler produce verbose output that lists
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12662-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12663:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12664-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12677-	    # earlier do not add the objects themselves.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12678:	    case `$CC -V 2>&1` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12679-	      *"Version 7."*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12698-            # Portland Group C++ compiler
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12699:	    case `$CC -V` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12700-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12703-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12704:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12705-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12707-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12708:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12709-		$RANLIB $oldlib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12712-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12713:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12714-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12716-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12717:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12718-	      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12726-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12727:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12728-            ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12745-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12746:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12747-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12760-	  *)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12761:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12762-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12767-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12768:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12769-	      compiler_needs_object_CXX=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12837-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12838:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12839-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12856-	    # to its proper name (with version) after linking.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12857:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12858-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12877-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12878:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12879-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12882-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12883:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12884:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12885-	          echo "-hidden">> $lib.exp~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12886:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12887-	          $RM $lib.exp'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12901-	    # dependencies.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12902:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12903-	    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12908-	        osf3*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12909:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12910-		  ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12911-	        *)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:12912:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-12913-		  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13155-
mame-0.226+dfsg.1/3rdparty/portaudio/configure:13156:  for p in `eval "$output_verbose_link_cmd"`; do
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13157-    case ${prev}${p} in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13252-linux*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:13253:  case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13254-  *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13303-if test -n "${compiler_lib_search_path_CXX}"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:13304: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13305-fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13544-	  *)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:13545:	    case `$CC -V 2>&1 | sed 5q` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13546-	    *Sun\ C*)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13898-  if test "$hard_links" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:13899:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
mame-0.226+dfsg.1/3rdparty/portaudio/configure:13900:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
mame-0.226+dfsg.1/3rdparty/portaudio/configure-13901-    need_locks=warn
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14175-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14176:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14177-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14211-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14212:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14213:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14214:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14215-      test -d \$dldir || mkdir -p \$dldir~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14220-      fi'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14221:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14222-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14228-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14229:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14230-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14233-      # MinGW DLLs use traditional 'lib' prefix
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14234:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14235-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14237-      # pw32 DLLs use 'pw' prefix rather than 'lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14238:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14239-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14246-    libname_spec='$name'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14247:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14248-    library_names_spec='${libname}.dll.lib'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14258-        # Let DOS variable expansion print the short 8.3 style file name.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14259:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14260-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14263-      # Convert to MSYS style.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14264:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14265-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14269-      # like /cygdrive/c/PROGRA~1:/cygdr...
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14270:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14271:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14272:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14273-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14277-        # It is most probably a Windows format PATH.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14278:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14279-      else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14280:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14281-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14287-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14288:    postinstall_cmds='base_file=`basename \${file}`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14289:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14290:      dldir=$destdir/`dirname \$dlpath`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14291-      test -d \$dldir || mkdir -p \$dldir~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14292-      $install_prog $dir/$dlname \$dldir/$dlname'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14293:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14294-      dlpath=$dir/\$dldll~
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14301-    # Assume MSVC wrapper
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14302:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14303-    dynamic_linker='Win32 ld.exe'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14318-  shlibpath_var=DYLD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14319:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14320-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14543-  if test -f /etc/ld.so.conf; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14544:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14545-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14617-  shlibpath_var=LD_LIBRARY_PATH
mame-0.226+dfsg.1/3rdparty/portaudio/configure:14618:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-14619-    case $host_os in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15365-do :
mame-0.226+dfsg.1/3rdparty/portaudio/configure:15366:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15367-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15369-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/portaudio/configure:15370:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15371-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15557-  test $ac_status = 0; }; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:15558:  pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "jack" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15559-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15574-  test $ac_status = 0; }; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:15575:  pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "jack" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15576-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15595-        if test $_pkg_short_errors_supported = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure:15596:	        JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "jack" 2>&1`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15597-        else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:15598:	        JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "jack" 2>&1`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15599-        fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15763-do :
mame-0.226+dfsg.1/3rdparty/portaudio/configure:15764:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15765-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15767-  cat >>confdefs.h <<_ACEOF
mame-0.226+dfsg.1/3rdparty/portaudio/configure:15768:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
mame-0.226+dfsg.1/3rdparty/portaudio/configure-15769-_ACEOF
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16387-'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16388:DEFS=`sed -n "$ac_script" confdefs.h`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16389-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16396-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16397:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16398-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16464-if test -z "$BASH_VERSION$ZSH_VERSION" \
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16465:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16466-  as_echo='print -r --'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16467-  as_echo_n='print -rn --'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16468:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16469-  as_echo='printf %s\n'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16471-else
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16472:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16473-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16481-	expr "X$arg" : "X\\(.*\\)$as_nl";
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16482:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16483-      esac;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16558-# ----------------------------------------
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16559:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16560-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16630-  {
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16631:    as_val=`expr "$@" || test $? -eq 1`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16632-  }
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16734-      case $as_dir in #(
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16735:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16736-      *) as_qdir=$as_dir;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16860-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16861:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16862-ac_cs_version="\\
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16884-  --*=?*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16885:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16886:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16887-    ac_shift=:
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16889-  --*=)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16890:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16891-    ac_optarg=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16913-    case $ac_optarg in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16914:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16915-    '') as_fn_error $? "missing file argument" ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-16978-delay_variable_subst='$delay_variable_subst'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16979:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16980:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16981:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16982:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16983:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16984:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16985:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16986:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16987:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16988:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16989:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16990:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16991:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16992:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16993:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16994:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16995:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16996:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16997:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16998:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:16999:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17000:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17001:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17002:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17003:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17004:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17005:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17006:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17007:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17008:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17009:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17010:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17011:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17012:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17013:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17014:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17015:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17016:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17017:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17018:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17019:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17020:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17021:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17022:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17023:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17024:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17025:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17026:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17027:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17028:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17029:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17030:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17031:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17032:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17033:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17034:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17035:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17036:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17037:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17038:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17039:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17040:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17041:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17042:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17043:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17044:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17045:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17046:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17047:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17048:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17049:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17050:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17051:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17052:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17053:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17054:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17055:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17056:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17057:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17058:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17059:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17060:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17061:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17062:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17063:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17064:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17065:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17066:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17067:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17068:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17069:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17070:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17071:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17072:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17073:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17074:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17075:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17076:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17077:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17078:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17079:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17080:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17081:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17082:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17083:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17084:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17085:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17086:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17087:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17088:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17089:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17090:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17091:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17092:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17093:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17094:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17095:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17096:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17097:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17098:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17099:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17100:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17101:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17102:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17103:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17104:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17105:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17106:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17107:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17108:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17109:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17110:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17111:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17112:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17113:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17114:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17115:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17116:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17117:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17118:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17119:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17120:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17121:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17122:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17123:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17124:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17125:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17126:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17127:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17128:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17129:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17130:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17131:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17132:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17133:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17134:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17135:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17136:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17137:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17138:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17139:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17140:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17141:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17142:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17143:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17144:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17145:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17146:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17147:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17148:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17149:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17150:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17151:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17152:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17153:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17154:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17155:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17156:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17157:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17158:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17159:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17160:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17161:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17162:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17163:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17164-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17274-compiler_lib_search_path_CXX; do
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17275:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17276-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17277:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17278-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17315-postlink_cmds_CXX; do
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17316:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17317-    *[\\\\\\\`\\"\\\$]*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17318:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17319-      ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17413-fi
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17414:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17415-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17430-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17431:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17432-ac_delim='%!_!# '
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17436-
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17437:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17438-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17598-      esac
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17599:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17600-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17657-*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17658:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17659-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17660:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17661-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17713-/@mandir@/p'
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17714:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17715-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17730-
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17731:# Neutralize VPATH when `$srcdir' = `.'.
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17732-# Shell code in configure.ac might set extrasub.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17757-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17758:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17759-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17796-
mame-0.226+dfsg.1/3rdparty/portaudio/configure:17797:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
mame-0.226+dfsg.1/3rdparty/portaudio/configure-17798-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-18654-      case $ac_arg in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:18655:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-18656-      esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-18664-  case $ac_arg in
mame-0.226+dfsg.1/3rdparty/portaudio/configure:18665:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/configure-18666-  esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/configure-18693-*)
mame-0.226+dfsg.1/3rdparty/portaudio/configure:18694:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-18695-  # A ".." for each directory in $ac_dir_suffix.
mame-0.226+dfsg.1/3rdparty/portaudio/configure:18696:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mame-0.226+dfsg.1/3rdparty/portaudio/configure-18697-  case $ac_top_builddir_sub in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-64-  case $1 in
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-66-      *) dir=;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-73-{
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-75-}
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-128-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-405-        sleep 1
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp:406:        i=`expr $i - 1`
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-407-      done
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-408-    fi
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp:409:    i=`expr $i - 1`
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-410-  done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-425-  # Do two passes, one to just change these to
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-659-  done
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
mame-0.226+dfsg.1/3rdparty/portaudio/depcomp-661-  touch "$tmpdepfile"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-229-      fi
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-231-    *)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-276-      dstdir=$dst
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh:277:      dst=$dstdir/`basename "$src"`
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-278-      dstdir_status=0
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-425-	    case $prefix in
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-427-	      *) qprefix=$prefix;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-474-    if $copy_on_change &&
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
mame-0.226+dfsg.1/3rdparty/portaudio/install-sh-477-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-167-{
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-179-{
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-198-    # Extract subdirectory from the argument.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-204-    fi
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-217-    case ${2} in
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-220-    esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-380-     progdir=$func_dirname_result
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-419-bs='\\'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-533-      done
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-535-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-566-      # If mktemp works, use that first and foremost
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-568-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-597-      *[\\\`\"\$]*)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-599-      *)
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-704-    ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-772-	p
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-803-
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-816-
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-862-{
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:863:    func_arith_result=`expr "${@}"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-870-{
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-877-{
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-884-{
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-968-	# quotes we have to do it in 2 steps:
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-970-	eval "$extractedcf"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1382-      done
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1385-      case $@ in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1395-	    # Evaluate the configuration.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1397-	    CC_quoted=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1401-	    done
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1404-	    case "$@ " in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1721-    # LT_CYGPATH in this case.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1723-  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2060-    *.[cCFSifmso] | \
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2158-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2204-      if test "$need_locks" = warn &&
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2206-	$ECHO "\
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2207-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2209-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2253-      if test "$need_locks" = warn &&
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2255-	$ECHO "\
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2256-*** ERROR, $lockfile contains:
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2258-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2548-	  test -n "$library_names" && \
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2550-	  continue
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2561-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2577-      # Get the absolute pathname.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2959-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2972-	  else
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-2974-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3130-	    fi
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3134-	      finalize=no
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3149-	        # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3151-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3170-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3241-    my_pic_p="${3-no}"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3243-    my_dlsyms=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3509-	  else
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3512-	  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3514-	*)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3517-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3529-      # Nullify the symbol file.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3532-    fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3545-  win32_libid_type="unknown"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3547-  case $win32_fileres in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3596-  $opt_debug
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3598-}
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3613-  $opt_debug
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3700-    # binutils import library
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3703-    # ms-generated import library
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3705-  else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3780-	  darwin_curdir=`pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3785-	    darwin_arch=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3797-	    darwin_file=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3814-      esac
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3816-    done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3885-
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3887-    $ECHO "\
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3920-    --lt-dump-script)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-3949-  done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4005-  # Find the directory that this script lives in.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4011-  while test -n \"\$file\"; do
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4013-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4021-
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4024-  done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4035-    case \"\$thisdir\" in
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4041-  # Try to get the absolute directory name.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4068-      else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-4112-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-5085-    $opt_debug
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-5087-    *import*) : ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-5307-	    moreargs=
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-5309-	    do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-5563-	*)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6018-    else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6394-	else
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6396-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6431-	fi
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6504-	*)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6757-	    shift
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7049-		*)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7060-		  depdepl=
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7071-                      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7082-		else
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7105-	else
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7107-	fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7254-	test "$module" = no && \
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7256-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7392-	if test "$age" -gt "$current"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7553-	removelist=
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7579-	# Transform .lo files to .o files.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7581-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7584-      #for path in $notinst_path; do
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7588-      #done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7705-		if test -n "$i" ; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7708-		  set dummy $deplib_matches; shift
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7709-		  deplib_match=$1
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7748-		  if test -n "$i" ; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7751-		    set dummy $deplib_matches; shift
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7752-		    deplib_match=$1
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7802-		else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7808-		    shopt -s nocaseglob
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7810-		    $nocaseglob
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7811-		  else
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7813-		  fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7828-			case $potliblink in
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7831-			esac
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7921-	  newdeplibs=""
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7927-	    done
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-7953-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8003-	*-*-darwin*)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8007-	  ;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8130-	# Use standard objects if they are pic
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8145-	    # exporting using user supplied symfile
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8644-	else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8656-      # Create the old-style object.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8658-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8719-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8737-	;;
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8872-	# Transform all the library objects into standard objects.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8875-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8902-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8911-	  func_to_tool_file "$output"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8955-	# Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8957-	# Delete the old output file.
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8963-	  func_to_tool_file "$output"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8981-	  if test "$fast_install" = yes; then
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8983-	  else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8993-      # Replace the output file specification.
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-8995-
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9025-      fi
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9314-		name="$func_basename_result"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9333-		name="$func_basename_result"
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
mame-0.226+dfsg.1/3rdparty/portaudio/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h-76-#      define PaUtil_WriteMemoryBarrier() __sync_synchronize()
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:77:    /* as a fallback, GCC understands volatile asm and "memory" to mean it
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h-78-     * should not reorder memory read/writes */
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h-81-#   elif defined( __ppc__ ) || defined( __powerpc__) || defined( __PPC__ )
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:82:#      define PaUtil_FullMemoryBarrier()  asm volatile("sync":::"memory")
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:83:#      define PaUtil_ReadMemoryBarrier()  asm volatile("sync":::"memory")
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:84:#      define PaUtil_WriteMemoryBarrier() asm volatile("sync":::"memory")
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h-85-#   elif defined( __i386__ ) || defined( __i486__ ) || defined( __i586__ ) || \
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h-86-         defined( __i686__ ) || defined( __x86_64__ )
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:87:#      define PaUtil_FullMemoryBarrier()  asm volatile("mfence":::"memory")
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:88:#      define PaUtil_ReadMemoryBarrier()  asm volatile("lfence":::"memory")
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:89:#      define PaUtil_WriteMemoryBarrier() asm volatile("sfence":::"memory")
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h-90-#   else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h-114-#elif defined(_MSC_VER) || defined(__BORLANDC__)
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:115:#   define PaUtil_FullMemoryBarrier()  _asm { lock add    [esp], 0 }
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:116:#   define PaUtil_ReadMemoryBarrier()  _asm { lock add    [esp], 0 }
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h:117:#   define PaUtil_WriteMemoryBarrier() _asm { lock add    [esp], 0 }
mame-0.226+dfsg.1/3rdparty/portaudio/src/common/pa_memorybarrier.h-118-#else
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-134-    Ross Bencina: worked out the thiscall details above, wrote the original
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:135:    Borland asm macros, and a patch for asio.cpp (which is no longer needed).
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-136-    Thanks to Martin Fay for introducing me to the issues discussed here,
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:137:    and to Rene G. Ceballos for assisting with asm dumps from MSVC++.
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-138-
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-139-    Antti Silvast: converted the original calliasio to work with gcc and NASM
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:140:    by implementing the asm code in a separate file.
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-141-
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-142-	Fraser Adams: modified the original calliasio containing the Borland inline
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:143:    asm to add inline asm for gcc i.e. Intel syntax for Borland and AT&T syntax
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-144-    for gcc. This seems a neater approach for gcc than to have a separate .asm
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-193-    void *this_ = (thisPtr);                                                \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:194:    __asm {                                                                 \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-195-        mov     ecx, this_            ;                                     \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-203-    void *this_ = (thisPtr);                                                \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:204:    __asm {                                                                 \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-205-        mov     eax, param1           ;                                     \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-214-    void *this_ = (thisPtr);                                                \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:215:    __asm {                                                                 \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-216-        mov     eax, param1           ;                                     \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-227-    void *doubleParamPtr_ (&param1);                                        \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:228:    __asm {                                                                 \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-229-        mov     eax, doubleParamPtr_  ;                                     \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-240-    void *this_ = (thisPtr);                                                \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:241:    __asm {                                                                 \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-242-        mov     eax, param2           ;                                     \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-254-    void *this_ = (thisPtr);                                                \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp:255:    __asm {                                                                 \
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.cpp-256-        mov     eax, param4           ;                                     \
##############################################
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.h-77-// Version:         1.4 Added separate macro CALL_THISCALL_1_DOUBLE from
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.h:78://                  Andrew Baldwin, and volatile for whole gcc asm blocks,
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.h-79-//                  both for compatibility with newer gcc versions. Cleaned up
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.h:80://                  Borland asm to use one less register.
mame-0.226+dfsg.1/3rdparty/portaudio/src/hostapi/asio/iasiothiscallresolver.h-81-//                  1.3 Switched to including assert.h for better compatibility.
##############################################
mame-0.226+dfsg.1/3rdparty/portmidi/pm_mac/pmdefaults/make/find-classrefs.sh-6-# create a temporary working directory
mame-0.226+dfsg.1/3rdparty/portmidi/pm_mac/pmdefaults/make/find-classrefs.sh:7:dir=`mktemp -d $TMPDIR/classrefs.XXXXXX`
mame-0.226+dfsg.1/3rdparty/portmidi/pm_mac/pmdefaults/make/find-classrefs.sh-8-
##############################################
mame-0.226+dfsg.1/3rdparty/portmidi/pm_mac/pmdefaults/make/find-classrefs.sh-12-# for each class in a Jar file, dump the full assembly
mame-0.226+dfsg.1/3rdparty/portmidi/pm_mac/pmdefaults/make/find-classrefs.sh:13:javap -c -classpath "$1" `/usr/bin/jar tf "$1" | grep "\.class" | sort | xargs | sed -e 's/\.class//g'` > $asm_dump
mame-0.226+dfsg.1/3rdparty/portmidi/pm_mac/pmdefaults/make/find-classrefs.sh-14-
##############################################
mame-0.226+dfsg.1/3rdparty/pugixml/docs/manual.adoc-1954-
mame-0.226+dfsg.1/3rdparty/pugixml/docs/manual.adoc:1955:Variable references have the form `$name`; in order to use them, you have to provide a variable set, which includes all variables present in the query with correct types. This set is passed to `xpath_query` constructor or to `select_nodes`/`select_node` functions:
mame-0.226+dfsg.1/3rdparty/pugixml/docs/manual.adoc-1956-
##############################################
mame-0.226+dfsg.1/3rdparty/rapidjson/.travis.yml-97-  - make examples -j 2
mame-0.226+dfsg.1/3rdparty/rapidjson/.travis.yml:98:  - ctest -j 2 -V `[ "$CONF" = "release" ] || echo "-E perftest"`
##############################################
mame-0.226+dfsg.1/3rdparty/rapidjson/doc/schema.md-148-
mame-0.226+dfsg.1/3rdparty/rapidjson/doc/schema.md:149:JSON Schema supports [`$ref` keyword](http://spacetelescope.github.io/understanding-json-schema/structuring.html), which is a [JSON pointer](doc/pointer.md) referencing to a local or remote schema. Local pointer is prefixed with `#`, while remote pointer is an relative or absolute URI. For example:
mame-0.226+dfsg.1/3rdparty/rapidjson/doc/schema.md-150-
##############################################
mame-0.226+dfsg.1/3rdparty/rapidjson/doc/schema.zh-cn.md-148-
mame-0.226+dfsg.1/3rdparty/rapidjson/doc/schema.zh-cn.md:149:JSON Schema 支持 [`$ref` 关键字](http://spacetelescope.github.io/understanding-json-schema/structuring.html),它是一个 [JSON pointer](doc/pointer.zh-cn.md) 引用至一个本地(local)或远程(remote) schema。本地指针的首字符是 `#`,而远程指针是一个相对或绝对 URI。例如:
mame-0.226+dfsg.1/3rdparty/rapidjson/doc/schema.zh-cn.md-150-
##############################################
mame-0.226+dfsg.1/3rdparty/sol2/single/sol/sol.hpp-1525-#define lua_number2unsigned(i,n)  \
mame-0.226+dfsg.1/3rdparty/sol2/single/sol/sol.hpp:1526:  {__int64 l; __asm {__asm fld n   __asm fistp l} i = (unsigned int)l;}
mame-0.226+dfsg.1/3rdparty/sol2/single/sol/sol.hpp-1527-
##############################################
mame-0.226+dfsg.1/3rdparty/sol2/sol/compatibility/5.x.x.inl-418-#define lua_number2unsigned(i,n)  \
mame-0.226+dfsg.1/3rdparty/sol2/sol/compatibility/5.x.x.inl:419:  {__int64 l; __asm {__asm fld n   __asm fistp l} i = (unsigned int)l;}
mame-0.226+dfsg.1/3rdparty/sol2/sol/compatibility/5.x.x.inl-420-
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/shell.c-355-    FILETIME ftCreation, ftExit;
mame-0.226+dfsg.1/3rdparty/sqlite3/shell.c:356:    getProcessTimesAddr(hProcess,&ftCreation,&ftExit,
mame-0.226+dfsg.1/3rdparty/sqlite3/shell.c-357-                        &ftKernelBegin,&ftUserBegin);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/shell.c-375-    sqlite3_int64 ftWallEnd = timeOfDay();
mame-0.226+dfsg.1/3rdparty/sqlite3/shell.c:376:    getProcessTimesAddr(hProcess,&ftCreation,&ftExit,&ftKernelEnd,&ftUserEnd);
mame-0.226+dfsg.1/3rdparty/sqlite3/shell.c-377-    printf("Run Time: real %.3f user %f sys %f\n",
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/shell.c-15833-    shellPreparePrintf(pAr->db, &rc, &pTest,
mame-0.226+dfsg.1/3rdparty/sqlite3/shell.c:15834:        "SELECT name FROM %s WHERE name=$name", 
mame-0.226+dfsg.1/3rdparty/sqlite3/shell.c-15835-        pAr->zSrcTable
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-15555-*/
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:15556:#define ADDR(X)  (~(X))
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-15557-
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-15871-SQLITE_PRIVATE void sqlite3VdbeResolveLabel(Vdbe*, int);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:15872:SQLITE_PRIVATE int sqlite3VdbeCurrentAddr(Vdbe*);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-15873-#ifdef SQLITE_DEBUG
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-26701-**
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:26702:** This file contains inline asm code for retrieving "high-performance"
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-26703-** counters for x86 and x86_64 class CPUs.
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-26728-  __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:26729:     __asm {
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-26730-        rdtsc
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-33705-**
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:33706:** This file contains inline asm code for retrieving "high-performance"
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-33707-** counters for x86 and x86_64 class CPUs.
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-33732-  __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:33733:     __asm {
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-33734-        rdtsc
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-41564-**
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:41565:** This file contains inline asm code for retrieving "high-performance"
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-41566-** counters for x86 and x86_64 class CPUs.
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-41591-  __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:41592:     __asm {
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-41593-        rdtsc
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-78115-  pCtx->argc = nArg;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:78116:  pCtx->iOp = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-78117-  addr = sqlite3VdbeAddOp4(v, eCallCtx ? OP_PureFunc : OP_Function,
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-78303-  Parse *p = v->pParse;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:78304:  int j = ADDR(x);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-78305-  assert( v->magic==VDBE_MAGIC_INIT );
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-78604-            assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:78605:            assert( ADDR(pOp->p2)<-pParse->nLabel );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:78606:            pOp->p2 = aLabel[ADDR(pOp->p2)];
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-78607-          }
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-78628-*/
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:78629:SQLITE_PRIVATE int sqlite3VdbeCurrentAddr(Vdbe *p){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-78630-  assert( p->magic==VDBE_MAGIC_INIT );
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-85857-**
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:85858:** This file contains inline asm code for retrieving "high-performance"
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-85859-** counters for x86 and x86_64 class CPUs.
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-85884-  __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:85885:     __asm {
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-85886-        rdtsc
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-93652-      sqlite3VdbeChangeP5(v, 1);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:93653:      assert( sqlite3VdbeCurrentAddr(v)==2 || db->mallocFailed );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-93654-      aOp = sqlite3VdbeAddOpList(v, ArraySize(openBlob), openBlob, iLn);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-102709-    sqlite3VdbeAddOp1(v, OP_Return, pExpr->y.sub.regReturn);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:102710:    sqlite3VdbeChangeP1(v, pExpr->y.sub.iAddr-1, sqlite3VdbeCurrentAddr(v)-1);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-102711-    sqlite3ClearTempRegCache(pParse);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-102830-    sqlite3VdbeAddOp1(v, OP_Return, pExpr->y.sub.regReturn);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:102831:    sqlite3VdbeChangeP1(v, pExpr->y.sub.iAddr-1, sqlite3VdbeCurrentAddr(v)-1);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-102832-    sqlite3ClearTempRegCache(pParse);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-106203-    sqlite3VdbeAddOp2(v, OP_AddImm, r1, -2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:106204:    sqlite3VdbeAddOp2(v, OP_IfPos, r1, sqlite3VdbeCurrentAddr(v)+2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-106205-    VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-108711-    sqlite3VdbeAddOp2(v, OP_Integer, 0, regChng);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:108712:    addrNextRow = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-108713-
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-108730-      sqlite3VdbeAddOp0(v, OP_Goto);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:108731:      addrNextRow = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-108732-      if( nColTest==1 && pIdx->nKeyCol==1 && IsUniqueIndex(pIdx) ){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-108841-
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:108842:      addrNext = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-108843-      callStatGet(pParse, regStat, STAT_GET_ROWID, regSampleRowid);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-112843-      pParse->nTab = 2;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:112844:      addrTop = sqlite3VdbeCurrentAddr(v) + 1;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-112845-      sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-113767-    int j2 = sqlite3VdbeGoto(v, 1);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:113768:    addr2 = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-113769-    sqlite3VdbeVerifyAbortable(v, OE_Abort);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-113782-    sqlite3MayAbort(pParse);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:113783:    addr2 = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-113784-  }
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-116824-    /* Invoke BEFORE DELETE trigger programs. */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:116825:    addrStart = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-116826-    sqlite3CodeRowTrigger(pParse, pTrigger,
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-116837-    */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:116838:    if( addrStart<sqlite3VdbeCurrentAddr(v) ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-116839-      sqlite3VdbeAddOp4Int(v, opSeek, iDataCur, iLabel, iPk, nPk);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-119485-      sqlite3VdbeGoto(v, iOk);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:119486:      sqlite3VdbeJumpHere(v, sqlite3VdbeCurrentAddr(v)-2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-119487-      sqlite3VdbeJumpHere(v, iMustBeInt);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-119512-      if( pTab==pFKey->pFrom && nIncr==1 ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:119513:        int iJump = sqlite3VdbeCurrentAddr(v) + nCol + 1;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-119514-        for(i=0; i<nCol; i++){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-119857-      sqlite3VdbeVerifyAbortable(v, OE_Abort);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:119858:      sqlite3VdbeAddOp2(v, OP_FkIfZero, 0, sqlite3VdbeCurrentAddr(v)+2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-119859-      VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-120033-        Vdbe *v = sqlite3GetVdbe(pParse);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:120034:        int iJump = sqlite3VdbeCurrentAddr(v) + pFKey->nCol + 1;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-120035-        for(i=0; i<pFKey->nCol; i++){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-120725-  int i;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:120726:  int iEnd = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-120727-#ifndef SQLITE_OMIT_VIRTUALTABLE
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-121038-    assert( sqlite3SchemaMutexHeld(db, 0, pDb->pSchema) );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:121039:    sqlite3VdbeAddOp3(v, OP_Le, memId+2, sqlite3VdbeCurrentAddr(v)+7, memId);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-121040-    VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-121390-    regYield = ++pParse->nMem;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:121391:    addrTop = sqlite3VdbeCurrentAddr(v) + 1;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-121392-    sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-121565-    addrInsTop = sqlite3VdbeAddOp1(v, OP_Rewind, srcTab); VdbeCoverage(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:121566:    addrCont = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-121567-  }else if( pSelect ){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-121756-        }else{
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:121757:          addr1 = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-121758-          sqlite3VdbeAddOp2(v, OP_IsNull, regRowid, addr1+2); VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-122637-          ** KEY values of this row before the update.  */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:122638:          int addrJump = sqlite3VdbeCurrentAddr(v)+pPk->nKeyCol;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-122639-          int op = OP_Ne;
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-122689-        assert( onError==OE_Replace );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:122690:        nConflictCk = sqlite3VdbeCurrentAddr(v) - addrConflictCk;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-122691-        assert( nConflictCk>0 );
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-122869-    if( pIdx->pPartIdxWhere ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:122870:      sqlite3VdbeAddOp2(v, OP_IsNull, aRegIdx[i], sqlite3VdbeCurrentAddr(v)+2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-122871-      VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-126101-  sqlite3VdbeAddOp2(v, OP_ResultRow, 3, 1);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:126102:  addr = sqlite3VdbeAddOp3(v, OP_IfPos, 1, sqlite3VdbeCurrentAddr(v)+2, 1);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-126103-  VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-126525-        VdbeOp *aOp;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:126526:        int iAddr = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-126527-        sqlite3VdbeVerifyNoMallocRequired(v, ArraySize(setMeta6));
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-127220-        }else if( pParent ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:127221:          int jmp = sqlite3VdbeCurrentAddr(v)+2;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-127222-          sqlite3VdbeAddOp3(v, OP_SeekRowid, i, jmp, regRow); VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-127541-      }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:127542:      sqlite3VdbeChangeP3(v, 0, sqlite3VdbeCurrentAddr(v)-2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-127543-    }
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-127857-          sqlite3VdbeAddOp3(v, OP_IfSmaller, iTabCur,
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:127858:                         sqlite3VdbeCurrentAddr(v)+2+(opMask&1), szThreshold);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-127859-          VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-129965-    pOp = 0; /* Ensure pOp not used after sqltie3VdbeAddOp3() */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:129966:    addrJmp = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-129967-    sqlite3VdbeAddOp3(v, OP_Jump, addrJmp+1, 0, addrJmp+1); VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-129996-    int iCsr = pSort->iECursor;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:129997:    sqlite3VdbeAddOp2(v, OP_IfNotZero, iLimit, sqlite3VdbeCurrentAddr(v)+4);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-129998-    VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130016-    sqlite3VdbeChangeP2(v, iSkip,
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:130017:         pSort->labelOBLopt ? pSort->labelOBLopt : sqlite3VdbeCurrentAddr(v));
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130018-  }
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130330-
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:130331:        iJump = sqlite3VdbeCurrentAddr(v) + nResultCol;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130332-        for(i=0; i<nResultCol; i++){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130343-        }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:130344:        assert( sqlite3VdbeCurrentAddr(v)==iJump || pParse->db->mallocFailed );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130345-        sqlite3VdbeAddOp3(v, OP_Copy, regResult, regPrev, nResultCol-1);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130408-        ** output table as well.  */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:130409:        int addr = sqlite3VdbeCurrentAddr(v) + 4;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130410-        sqlite3VdbeAddOp4Int(v, OP_Found, iParm+1, addr, r1, 0);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130829-        sqlite3VdbeAddOp3(v, OP_SeekRowid, iCsr,
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:130830:            sqlite3VdbeCurrentAddr(v)+1, regKey);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130831-      }else{
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130837-        }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:130838:        iJmp = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-130839-        sqlite3VdbeAddOp4Int(v, OP_SeekGE, iCsr, iJmp+2, regKey, nKey);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132051-          sqlite3VdbeAddOp2(v, OP_Rewind, unionTab, iBreak); VdbeCoverage(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:132052:          iStart = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132053-          selectInnerLoop(pParse, p, unionTab,
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132248-
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:132249:  addr = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132250-  iContinue = sqlite3VdbeMakeLabel(pParse);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132607-  */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:132608:  addrSelectA = sqlite3VdbeCurrentAddr(v) + 1;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132609-  addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrA, 0, addrSelectA);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132619-  */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:132620:  addrSelectB = sqlite3VdbeCurrentAddr(v) + 1;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132621-  addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrB, 0, addrSelectB);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132702-  VdbeNoopComment((v, "A-gt-B subroutine"));
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:132703:  addrAgtB = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-132704-  if( op==TK_ALL || op==TK_UNION ){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135405-      */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:135406:      int addrTop = sqlite3VdbeCurrentAddr(v)+1;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135407-
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135907-      */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:135908:      addrTopOfLoop = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135909-      if( groupBySort ){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135922-                          (char*)sqlite3KeyInfoRef(pKeyInfo), P4_KEYINFO);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:135923:      addr1 = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135924-      sqlite3VdbeAddOp3(v, OP_Jump, addr1+1, 0, addr1+1); VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135976-      */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:135977:      addrSetAbort = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135978-      sqlite3VdbeAddOp2(v, OP_Integer, 1, iAbortFlag);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135981-      sqlite3VdbeResolveLabel(v, addrOutputRow);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:135982:      addrOutputRow = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-135983-      sqlite3VdbeAddOp2(v, OP_IfPos, iUseFlag, addrOutputRow+2);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-138412-      sqlite3VdbeAddOp2(v, OP_Rewind, iEph, labelBreak); VdbeCoverage(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:138413:      addrTop = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-138414-      if( nChangeFrom ){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-141738-    sqlite3ExplainBreakpoint("",zMsg);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:141739:    ret = sqlite3VdbeAddOp4(v, OP_Explain, sqlite3VdbeCurrentAddr(v),
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-141740-                            pParse->addrExplain, 0, zMsg,P4_DYNAMIC);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-142918-    pLevel->op = pWInfo->eOnePass ? OP_Noop : OP_VNext;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:142919:    pLevel->p2 = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-142920-    iIn = pLevel->u.in.nIn;
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143092-    }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:143093:    start = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143094-    pLevel->op = bRev ? OP_Prev : OP_Next;
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143200-        VdbeComment((v, "LIKE loop counter"));
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:143201:        pLevel->addrLikeRep = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143202-        /* iLikeRepCntr actually stores 2x the counter register number.  The
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143336-        assert( bStopAtNull==startEq );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:143337:        sqlite3VdbeAddOp2(v, OP_Goto, 0, sqlite3VdbeCurrentAddr(v)+2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143338-        op = aStartOp[(nConstraint>1)*4 + 2 + bRev];
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143388-    /* Top of the loop body */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:143389:    pLevel->p2 = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143390-
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143394-        /* Except, skip the end-of-range check while doing the NULL-scan */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:143395:        sqlite3VdbeAddOp2(v, OP_IfNot, regBignull, sqlite3VdbeCurrentAddr(v)+3);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143396-        VdbeComment((v, "If NULL-scan 2nd pass"));
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143411-      assert( nConstraint+bSeekPastNull>0 );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:143412:      sqlite3VdbeAddOp2(v, OP_If, regBignull, sqlite3VdbeCurrentAddr(v)+2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143413-      VdbeComment((v, "If NULL-scan 1st pass"));
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143802-    }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:143803:    sqlite3VdbeChangeP1(v, iRetInit, sqlite3VdbeCurrentAddr(v));
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143804-    sqlite3VdbeGoto(v, pLevel->addrBrk);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143834-#ifdef SQLITE_ENABLE_STMT_SCANSTATUS
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:143835:  pLevel->addrVisit = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143836-#endif
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143963-  if( pLevel->iLeftJoin ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:143964:    pLevel->addrFirst = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-143965-    sqlite3VdbeAddOp2(v, OP_Integer, 1, pLevel->iLeftJoin);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-144298-          sqlite3ExprCodeTarget(pParse, pRight, r1);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:144299:          sqlite3VdbeChangeP3(v, sqlite3VdbeCurrentAddr(v)-1, 0);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-144300-          sqlite3ReleaseTempReg(pParse, r1);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-146201-  VdbeOp *pOp = sqlite3VdbeGetOp(v, iStart);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:146202:  int iEnd = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-146203-  if( pParse->db->mallocFailed ) return;
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-150827-  }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:150828:  pWInfo->iTop = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-150829-  if( db->mallocFailed ) goto whereBeginError;
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-150849-    );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:150850:    pLevel->addrBody = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-150851-    notReady = sqlite3WhereCodeOneLoopStart(pParse,v,pWInfo,ii,pLevel,notReady);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-150973-              sqlite3VdbeAddOp2(v, OP_IfNotOpen, pIn->iCur,
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:150974:                  sqlite3VdbeCurrentAddr(v) + 2 +
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-150975-                     ((pLoop->wsFlags & WHERE_VIRTUALTABLE)==0)
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-150980-              sqlite3VdbeAddOp4Int(v, OP_IfNoHope, pLevel->iIdxCur,
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:150981:                  sqlite3VdbeCurrentAddr(v)+2,
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-150982-                  pIn->iBase, pIn->nPrefix);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-151100-    ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:151101:      last = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-151102-      k = pLevel->addrBody;
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152617-    sqlite3VdbeAddOp4(v, OP_String8, 0, regString, 0, "", P4_STATIC);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:152618:    sqlite3VdbeAddOp3(v, OP_Ge, regString, sqlite3VdbeCurrentAddr(v)+2, reg);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152619-    sqlite3VdbeChangeP5(v, SQLITE_AFF_NUMERIC|SQLITE_JUMPIFNULL);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152624-  }else{
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:152625:    sqlite3VdbeAddOp2(v, OP_MustBeInt, reg, sqlite3VdbeCurrentAddr(v)+2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152626-    VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152631-  }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:152632:  sqlite3VdbeAddOp3(v, aOp[eCond], regZero, sqlite3VdbeCurrentAddr(v)+2, reg);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152633-  VdbeCoverageNeverNullIf(v, eCond==0); /* NULL case captured by */
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152819-        sqlite3VdbeAddOp1(v, OP_Delete, pWin->csrApp);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:152820:        sqlite3VdbeJumpHere(v, sqlite3VdbeCurrentAddr(v)-2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152821-      }
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152842-      if( pWin->bExprArgs ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:152843:        int iStart = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152844-        VdbeOp *pOp, *pEnd;
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152902-      sqlite3VdbeAddOp3(v, OP_Column, pWin->csrApp, 0, pWin->regResult);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:152903:      sqlite3VdbeJumpHere(v, sqlite3VdbeCurrentAddr(v)-2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152904-    }else if( pWin->regApp ){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152968-  VdbeCoverage(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:152969:  addrNext = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152970-  sqlite3VdbeAddOp2(v, OP_Rowid, csr, regRowid);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152992-      sqlite3VdbeAppendP4(v, (void*)pKeyInfo, P4_KEYINFO);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:152993:      addr = sqlite3VdbeCurrentAddr(v)+1;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-152994-      sqlite3VdbeAddOp3(v, OP_Jump, addr, lblNext, addr);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153180-    sqlite3VdbeAddOp3(v, OP_Jump,
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:153181:      sqlite3VdbeCurrentAddr(v)+1, addr, sqlite3VdbeCurrentAddr(v)+1
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153182-    );
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153304-    }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:153305:    sqlite3VdbeAddOp2(v, OP_Goto, 0, sqlite3VdbeCurrentAddr(v)+3);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153306-
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153310-    if( op==OP_Gt || op==OP_Ge ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:153311:      sqlite3VdbeChangeP2(v, -1, sqlite3VdbeCurrentAddr(v)+1);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153312-    }
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153363-    if( pMWin->eFrmType==TK_RANGE ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:153364:      addrNextRange = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153365-      assert( op==WINDOW_AGGINVERSE || op==WINDOW_AGGSTEP );
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153389-  }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:153390:  addrContinue = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153391-
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153446-  if( jumpOnEof ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:153447:    sqlite3VdbeAddOp2(v, OP_Next, csr, sqlite3VdbeCurrentAddr(v)+2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153448-    VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153450-  }else{
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:153451:    sqlite3VdbeAddOp2(v, OP_Next, csr, sqlite3VdbeCurrentAddr(v)+1+bPeer);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-153452-    VdbeCoverage(v);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154091-        int lbl = sqlite3VdbeMakeLabel(pParse);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:154092:        int addrNext = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154093-        windowCodeRangeTest(&s, OP_Ge, s.current.csr, regEnd, s.end.csr, lbl);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154115-        int lbl = 0;
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:154116:        addr = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154117-        if( regEnd ){
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154162-    if( pMWin->eFrmType==TK_RANGE ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:154163:      addrStart = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154164-      addrBreak2 = windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 1);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154167-    if( pMWin->eEnd==TK_UNBOUNDED ){
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:154168:      addrStart = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154169-      addrBreak1 = windowCodeOp(&s, WINDOW_RETURN_ROW, regStart, 1);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154172-      assert( pMWin->eEnd==TK_FOLLOWING );
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:154173:      addrStart = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154174-      addrBreak1 = windowCodeOp(&s, WINDOW_RETURN_ROW, regEnd, 1);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154178-    sqlite3VdbeJumpHere(v, addrBreak2);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:154179:    addrStart = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154180-    addrBreak3 = windowCodeOp(&s, WINDOW_RETURN_ROW, 0, 1);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154187-    windowCodeOp(&s, WINDOW_AGGSTEP, 0, 0);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:154188:    addrStart = sqlite3VdbeCurrentAddr(v);
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154189-    addrBreak = windowCodeOp(&s, WINDOW_RETURN_ROW, 0, 1);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154201-    }
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:154202:    sqlite3VdbeChangeP1(v, addrInteger, sqlite3VdbeCurrentAddr(v));
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-154203-    sqlite3VdbeAddOp1(v, OP_Return, regFlushPart);
##############################################
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-197881-    int tnum = pIter->iPkTnum;    /* Root page of PK index */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c:197882:    sqlite3_stmt *pQuery = 0;     /* SELECT name ... WHERE rootpage = $tnum */
mame-0.226+dfsg.1/3rdparty/sqlite3/sqlite3.c-197883-    const char *zIdx = 0;         /* Name of PK index */
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-451-- Have make fail if a test fails [Levin]
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog:452:- Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-453-- Remove assembler object files from contrib
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-631-- Update zlib www home address in win32/DLL_FAQ.txt [Truta]
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog:632:- Update contrib/masmx86/inffas32.asm for VS2005 [Vollant, Van Wassenhove]
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog:633:- Enable browse info in the "Debug" and "ASM Debug" configurations in
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-634-  the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta]
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-728-- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog:729:- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant]
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-730-- Use z_off_t for adler32_combine() and crc32_combine() lengths
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-864-- Add contrib/ada [Anisimkov]
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog:865:- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta]
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-866-- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant]
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-888-- Fix prototype of syncsearch in inflate.c [Truta]
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog:889:- Introduce ASMINF macro to be enabled when using an ASM implementation
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-890-  of inflate_fast [Truta]
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-1140-- added compress2 in zconf.h, zlib.def, zlib.dnt
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog:1141:- new asm code from Gilles Vollant in contrib/asm386
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-1142-- simplify the inflate code (Mark):
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-1158-Changes in 1.0.8 (27 Jan 1998)
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog:1159:- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant)
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-1160-- fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-1220-   contrib/asm386/ by Gilles Vollant <info@winimage.com>
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog:1221:        386 asm code replacing longest_match().
mame-0.226+dfsg.1/3rdparty/zlib/ChangeLog-1222-   contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/FAQ-352-
mame-0.226+dfsg.1/3rdparty/zlib/FAQ:353:42. The match.asm code in contrib is under the GNU General Public License.
mame-0.226+dfsg.1/3rdparty/zlib/FAQ-354-    Since it's part of zlib, doesn't that mean that all of zlib falls under the
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/Makefile.in-9-
mame-0.226+dfsg.1/3rdparty/zlib/Makefile.in:10:# To use the asm code, type:
mame-0.226+dfsg.1/3rdparty/zlib/Makefile.in-11-#    cp contrib/asm?86/match.S ./match.S
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/Makefile.in-67-
mame-0.226+dfsg.1/3rdparty/zlib/Makefile.in:68:# to use the asm code: make OBJA=match.o, PIC_OBJA=match.lo
mame-0.226+dfsg.1/3rdparty/zlib/Makefile.in-69-OBJA =
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-21-# get source directory
mame-0.226+dfsg.1/3rdparty/zlib/configure:22:SRCDIR=`dirname $0`
mame-0.226+dfsg.1/3rdparty/zlib/configure-23-if test $SRCDIR = "."; then
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-34-if [ -n "${CHOST}" ]; then
mame-0.226+dfsg.1/3rdparty/zlib/configure:35:    uname="`echo "${CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)-.*$/\1/'`"
mame-0.226+dfsg.1/3rdparty/zlib/configure-36-    CROSS_PREFIX="${CHOST}-"
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-42-# extract zlib version numbers from zlib.h
mame-0.226+dfsg.1/3rdparty/zlib/configure:43:VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h`
mame-0.226+dfsg.1/3rdparty/zlib/configure:44:VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}zlib.h`
mame-0.226+dfsg.1/3rdparty/zlib/configure:45:VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h`
mame-0.226+dfsg.1/3rdparty/zlib/configure:46:VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h`
mame-0.226+dfsg.1/3rdparty/zlib/configure-47-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-117-        exit 0 ;;
mame-0.226+dfsg.1/3rdparty/zlib/configure:118:    -p*=* | --prefix=*) prefix=`echo $1 | sed 's/.*=//'`; shift ;;
mame-0.226+dfsg.1/3rdparty/zlib/configure:119:    -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/.*=//'`; shift ;;
mame-0.226+dfsg.1/3rdparty/zlib/configure:120:    -l*=* | --libdir=*) libdir=`echo $1 | sed 's/.*=//'`; shift ;;
mame-0.226+dfsg.1/3rdparty/zlib/configure:121:    --sharedlibdir=*) sharedlibdir=`echo $1 | sed 's/.*=//'`; shift ;;
mame-0.226+dfsg.1/3rdparty/zlib/configure:122:    -i*=* | --includedir=*) includedir=`echo $1 | sed 's/.*=//'`;shift ;;
mame-0.226+dfsg.1/3rdparty/zlib/configure:123:    -u*=* | --uname=*) uname=`echo $1 | sed 's/.*=//'`;shift ;;
mame-0.226+dfsg.1/3rdparty/zlib/configure-124-    -p* | --prefix) prefix="$2"; shift; shift ;;
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-133-    -6* | --64) build64=1; shift ;;
mame-0.226+dfsg.1/3rdparty/zlib/configure:134:    -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;;
mame-0.226+dfsg.1/3rdparty/zlib/configure-135-    --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-170-cflags=${CFLAGS-"-O3"}
mame-0.226+dfsg.1/3rdparty/zlib/configure:171:# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
mame-0.226+dfsg.1/3rdparty/zlib/configure-172-case "$cc" in
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-175-esac
mame-0.226+dfsg.1/3rdparty/zlib/configure:176:case `$cc -v 2>&1` in
mame-0.226+dfsg.1/3rdparty/zlib/configure-177-  *gcc*) gcc=1 ;;
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-298-             # but newer ones do.  Check for it.
mame-0.226+dfsg.1/3rdparty/zlib/configure:299:             flag64=`$CC -flags | egrep -- '^-m64'`
mame-0.226+dfsg.1/3rdparty/zlib/configure-300-             if test x"$flag64" != x"" ; then
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-362-    show $*
mame-0.226+dfsg.1/3rdparty/zlib/configure:363:    test "`( $* ) 2>&1 | tee -a configure.log`" = ""
mame-0.226+dfsg.1/3rdparty/zlib/configure-364-  }
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-381-  show $*
mame-0.226+dfsg.1/3rdparty/zlib/configure:382:  got=`( $* ) 2>&1`
mame-0.226+dfsg.1/3rdparty/zlib/configure-383-  ret=$?
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-441-    show "$NM $test.o | grep _hello"
mame-0.226+dfsg.1/3rdparty/zlib/configure:442:    if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
mame-0.226+dfsg.1/3rdparty/zlib/configure-443-      CPP="$CPP -DNO_UNDERLINE"
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/configure-495-  if try $CC $CFLAGS -o $test $test.c; then
mame-0.226+dfsg.1/3rdparty/zlib/configure:496:    sizet=`./$test`
mame-0.226+dfsg.1/3rdparty/zlib/configure-497-    echo "Checking for a pointer-size integer type..." $sizet"." | tee -a configure.log
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-11-amd64/      by Mikhail Teterin <mi@ALDAN.algebra.com>
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib:12:        asm code for AMD64
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-13-        See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-15-asm686/     by Brian Raiter <breadbox@muppetlabs.com>
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib:16:        asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-17-        See http://www.muppetlabs.com/~breadbox/software/assembly.html
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-35-inflate86/  by Chris Anderson <christop@charm.net>
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib:36:        Tuned x86 gcc asm code to replace inflate_fast()
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-37-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-49-        x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib:50:        replace longest_match() and inflate_fast(),  also masm x86
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-51-        64-bits translation of Chris Anderson inflate_fast()
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-53-masmx86/    by Gilles Vollant <info@winimage.com>
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib:54:        x86 asm code to replace longest_match() and inflate_fast(),
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib:55:        for Visual C++ and MASM (32 bits).
mame-0.226+dfsg.1/3rdparty/zlib/contrib/README.contrib-56-        Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/asm686/README.686-29-
mame-0.226+dfsg.1/3rdparty/zlib/contrib/asm686/README.686:30:To compile zlib with this asm file, copy match.S to the zlib directory
mame-0.226+dfsg.1/3rdparty/zlib/contrib/asm686/README.686-31-then do:
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/asm686/match.S-55-/* All the +zlib1222add offsets are due to the addition of fields
mame-0.226+dfsg.1/3rdparty/zlib/contrib/asm686/match.S:56: *  in zlib in the deflate_state structure since the asm code was first written
mame-0.226+dfsg.1/3rdparty/zlib/contrib/asm686/match.S-57- * (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S-5-
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S:6:; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S-7-;  (AMD64 on Athlon 64, Opteron, Phenom
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S-8-;     and Intel EM64T on Pentium 4 with EM64T, Pentium D, Core 2 Duo, Core I5/I7)
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S:9:; this file is translation from gvmat64.asm to GCC 4.x (for Linux, Mac XCode)
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S-10-; Copyright (C) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant.
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S-87-;  all the +4 offsets are due to the addition of pending_buf_size (in zlib
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S:88:;  in the deflate_state structure since the asm code was first written
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S-89-;  (if you compile with zlib 1.0.4 or older, remove the +4).
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S-105-;  all the +zlib1222add offsets are due to the addition of fields
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S:106:;  in zlib in the deflate_state structure since the asm code was first written
mame-0.226+dfsg.1/3rdparty/zlib/contrib/gcc_gvmat64/gvmat64.S-107-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/inflate86/inffas86.c-9- *
mame-0.226+dfsg.1/3rdparty/zlib/contrib/inflate86/inffas86.c:10: * Dec-29-2003 -- I added AMD64 inflate asm support.  This version is also
mame-0.226+dfsg.1/3rdparty/zlib/contrib/inflate86/inffas86.c-11- * slightly quicker on x86 systems because, instead of using rep movsb to copy
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/inflate86/inffas86.c-797-#elif defined( _MSC_VER ) && ! defined( _M_AMD64 )
mame-0.226+dfsg.1/3rdparty/zlib/contrib/inflate86/inffas86.c:798:    __asm {
mame-0.226+dfsg.1/3rdparty/zlib/contrib/inflate86/inffas86.c-799-	lea	eax, ar
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/bld_ml64.bat:1:ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/bld_ml64.bat:2:ml64.exe /Flgvmat64   /c /Zi gvmat64.asm
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/gvmat64.asm-4-
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/gvmat64.asm:5:; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/gvmat64.asm-6-;  (AMD64 on Athlon 64, Opteron, Phenom
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/gvmat64.asm-114-;  all the +4 offsets are due to the addition of pending_buf_size (in zlib
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/gvmat64.asm:115:;  in the deflate_state structure since the asm code was first written
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/gvmat64.asm-116-;  (if you compile with zlib 1.0.4 or older, remove the +4).
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/gvmat64.asm-132-;  all the +zlib1222add offsets are due to the addition of fields
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/gvmat64.asm:133:;  in zlib in the deflate_state structure since the asm code was first written
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/gvmat64.asm-134-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffas8664.c-12- * inffas8664.c call function inffas8664fnc in inffasx64.asm
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffas8664.c:13: *  inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffas8664.c-14- *
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffas8664.c:15: * Dec-29-2003 -- I added AMD64 inflate asm support.  This version is also
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffas8664.c-16- * slightly quicker on x86 systems because, instead of using rep movsb to copy
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffasx64.asm:1:; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffasx64.asm-2-; version for AMD64 on Windows using Microsoft C compiler
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffasx64.asm-3-;
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffasx64.asm:4:; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffasx64.asm:5:; inffasx64.asm is called by inffas8664.c, which contain more info.
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/inffasx64.asm-6-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt-2--------
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt:3:This directory contains ASM implementations of the functions
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt-4-longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt-6-
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt:7:gvmat64.asm is written by Gilles Vollant (2005), by using Brian Raiter 686/32 bits
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt-8-   assembly optimized version from Jean-loup Gailly original longest_match function
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt-9-
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt:10:inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt-11-   original function from Mark Adler
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt-14-----------------
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt:15:Assemble the .asm files using MASM and put the object files into the zlib source
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx64/readme.txt-16-directory.  You can also get object files here:
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/bld_ml32.bat:1:ml /coff /Zi /c /Flmatch686.lst match686.asm
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/bld_ml32.bat:2:ml /coff /Zi /c /Flinffas32.lst inffas32.asm
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/inffas32.asm:1:;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/inffas32.asm-2-; *
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/inffas32.asm:3:; * inffas32.asm is derivated from inffas86.c, with translation of assembly code
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/inffas32.asm-4-; *
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm:1:; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm-2-; Copyright (C) 1995-1996 Jean-loup Gailly, Brian Raiter and Gilles Vollant.
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm-21-;
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm:22:;    compile the asm file running
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm-23-;           ml /coff /Zi /c /Flmatch686.lst match686.asm
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm-74-;  all the +zlib1222add offsets are due to the addition of fields
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm:75:;  in zlib in the deflate_state structure since the asm code was first written
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm-76-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm-161-
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm:162:;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/match686.asm-163-;;; Written for zlib 1.1.2
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/readme.txt-3--------
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/readme.txt:4:This directory contains ASM implementations of the functions
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/readme.txt-5-longest_match() and inflate_fast().
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/readme.txt-11-directory, then run the appropriate makefile, as suggested below.  You can
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/readme.txt:12:donwload MASM from here:
mame-0.226+dfsg.1/3rdparty/zlib/contrib/masmx86/readme.txt-13-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/crc32.c-185-/* =========================================================================
mame-0.226+dfsg.1/3rdparty/zlib/crc32.c:186: * This function can be used by asm versions of crc32()
mame-0.226+dfsg.1/3rdparty/zlib/crc32.c-187- */
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/deflate.c-91-#  pragma message("Assembler code may have bugs -- use at your own risk")
mame-0.226+dfsg.1/3rdparty/zlib/deflate.c:92:      void match_init OF((void)); /* asm code initialization */
mame-0.226+dfsg.1/3rdparty/zlib/deflate.c-93-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/deflate.c-1216-#ifdef ASMV
mame-0.226+dfsg.1/3rdparty/zlib/deflate.c:1217:    match_init(); /* initialize the asm code */
mame-0.226+dfsg.1/3rdparty/zlib/deflate.c-1218-#endif
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/deflate.c-1232-#ifndef ASMV
mame-0.226+dfsg.1/3rdparty/zlib/deflate.c:1233:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
mame-0.226+dfsg.1/3rdparty/zlib/deflate.c-1234- * match.S. The code will be functionally equivalent.
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/msdos/Makefile.dj2-57-OBJA =
mame-0.226+dfsg.1/3rdparty/zlib/msdos/Makefile.dj2:58:# to use the asm code: make OBJA=match.o
mame-0.226+dfsg.1/3rdparty/zlib/msdos/Makefile.dj2-59-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/old/os2/Makefile.os2-52-  nt/Makefile.nt nt/zlib.dnt  contrib/README.contrib contrib/*.txt \
mame-0.226+dfsg.1/3rdparty/zlib/old/os2/Makefile.os2:53:  contrib/asm386/*.asm contrib/asm386/*.c \
mame-0.226+dfsg.1/3rdparty/zlib/old/os2/Makefile.os2-54-  contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-72-    MODIFSNAME="${LIBIFSNAME}/${1}.MODULE"
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh:73:    CSRC="`basename \"${2}\"`"
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-74-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-132-
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh:133:SCRIPTDIR=`dirname "${0}"`
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-134-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-148-
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh:149:TOPDIR=`dirname "${SCRIPTDIR}"`
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-150-export SCRIPTDIR TOPDIR
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-183-    "${TOPDIR}/README" "${SCRIPTDIR}/README400"
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh:184:do      MEMBER="${LIBIFSNAME}/DOCS.FILE/`db2_name \"${TEXT}\"`.MBR"
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-185-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-213-for HFILE in "${TOPDIR}/"*.h
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh:214:do      DEST="${SRCPF}/`db2_name \"${HFILE}\"`.MBR"
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-215-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-227-
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh:228:        IFSFILE="${IFSDIR}/include/`basename \"${HFILE}\"`"
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-229-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-249-
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh:250:IFSFILE="${IFSDIR}/include/`basename \"${HFILE}\"`"
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-251-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-276-for SRC in ${CSOURCES}
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh:277:do      MODULE=`db2_name "${SRC}"`
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-278-        make_module "${MODULE}" "${SRC}"
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-342-                sed -e 's/.*\(..........\)$/\1/' -e 's/\./_/g'`
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh:343:        BACKUP="`db2_name \"${BACKUP}\"`"
mame-0.226+dfsg.1/3rdparty/zlib/os400/make.sh-344-        BKUPIFSNAME="${LIBIFSNAME}/${BACKUP}.SRVPGM"
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/treebuild.xml-108-# OBJA =
mame-0.226+dfsg.1/3rdparty/zlib/treebuild.xml:109:# to use the asm code: make OBJA=match.o
mame-0.226+dfsg.1/3rdparty/zlib/treebuild.xml-110-#
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/win32/Makefile.gcc-13-#
mame-0.226+dfsg.1/3rdparty/zlib/win32/Makefile.gcc:14:# To use the asm code, type:
mame-0.226+dfsg.1/3rdparty/zlib/win32/Makefile.gcc-15-#   cp contrib/asm?86/match.S ./match.S
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/win32/Makefile.msc-7-#   nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" \
mame-0.226+dfsg.1/3rdparty/zlib/win32/Makefile.msc:8:#         OBJA="inffas32.obj match686.obj"               (use ASM code, x86)
mame-0.226+dfsg.1/3rdparty/zlib/win32/Makefile.msc-9-#   nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." \
mame-0.226+dfsg.1/3rdparty/zlib/win32/Makefile.msc:10:#         OBJA="inffasx64.obj gvmat64.obj inffas8664.obj"  (use ASM code, x64)
mame-0.226+dfsg.1/3rdparty/zlib/win32/Makefile.msc-11-
##############################################
mame-0.226+dfsg.1/3rdparty/zlib/zlib.h-1184-     8: ZLIB_DEBUG
mame-0.226+dfsg.1/3rdparty/zlib/zlib.h:1185:     9: ASMV or ASMINF -- use ASM code
mame-0.226+dfsg.1/3rdparty/zlib/zlib.h-1186-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
mame-0.226+dfsg.1/android-project/gradlew-12-APP_NAME="Gradle"
mame-0.226+dfsg.1/android-project/gradlew:13:APP_BASE_NAME=`basename "$0"`
mame-0.226+dfsg.1/android-project/gradlew-14-
##############################################
mame-0.226+dfsg.1/android-project/gradlew-46-if $cygwin ; then
mame-0.226+dfsg.1/android-project/gradlew:47:    [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
mame-0.226+dfsg.1/android-project/gradlew-48-fi
##############################################
mame-0.226+dfsg.1/android-project/gradlew-54-while [ -h "$PRG" ] ; do
mame-0.226+dfsg.1/android-project/gradlew:55:    ls=`ls -ld "$PRG"`
mame-0.226+dfsg.1/android-project/gradlew:56:    link=`expr "$ls" : '.*-> \(.*\)$'`
mame-0.226+dfsg.1/android-project/gradlew-57-    if expr "$link" : '/.*' > /dev/null; then
##############################################
mame-0.226+dfsg.1/android-project/gradlew-59-    else
mame-0.226+dfsg.1/android-project/gradlew:60:        PRG=`dirname "$PRG"`"/$link"
mame-0.226+dfsg.1/android-project/gradlew-61-    fi
##############################################
mame-0.226+dfsg.1/android-project/gradlew-63-SAVED="`pwd`"
mame-0.226+dfsg.1/android-project/gradlew:64:cd "`dirname \"$PRG\"`/" >&-
mame-0.226+dfsg.1/android-project/gradlew-65-APP_HOME="`pwd -P`"
##############################################
mame-0.226+dfsg.1/android-project/gradlew-114-if $cygwin ; then
mame-0.226+dfsg.1/android-project/gradlew:115:    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
mame-0.226+dfsg.1/android-project/gradlew:116:    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
mame-0.226+dfsg.1/android-project/gradlew-117-
##############################################
mame-0.226+dfsg.1/android-project/gradlew-132-    for arg in "$@" ; do
mame-0.226+dfsg.1/android-project/gradlew:133:        CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
mame-0.226+dfsg.1/android-project/gradlew:134:        CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option
mame-0.226+dfsg.1/android-project/gradlew-135-
mame-0.226+dfsg.1/android-project/gradlew-136-        if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition
mame-0.226+dfsg.1/android-project/gradlew:137:            eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
mame-0.226+dfsg.1/android-project/gradlew-138-        else
mame-0.226+dfsg.1/android-project/gradlew:139:            eval `echo args$i`="\"$arg\""
mame-0.226+dfsg.1/android-project/gradlew-140-        fi
##############################################
mame-0.226+dfsg.1/benchmarks/eminline_noasm.cpp-4-#include "osdcomm.h"
mame-0.226+dfsg.1/benchmarks/eminline_noasm.cpp:5:#define MAME_NOASM 1
mame-0.226+dfsg.1/benchmarks/eminline_noasm.cpp-6-osd_ticks_t osd_ticks(void)
##############################################
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst-47-Linux), Bourne shell syntax is used, and a leading ``~`` expands to the current
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst:48:user's home directory.  For example, ``~/.mame/${HOSTNAME}/cfg`` expands to
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst-49-a host-specific path inside the ``.mame`` directory in the current user's home
##############################################
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst-64-    #!/bin/sh
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst:65:    cd "`dirname "$0"`"
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst-66-    exec ./mame64
##############################################
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst-1130-    On macOS, the default is
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst:1131:    ``$HOME/Library/Application Support/mame;$HOME/.mame;.;ini`` (that is,
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst-1132-    search the ``mame`` folder inside the current user's Application Support
##############################################
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst-1136-
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst:1137:    On other platforms (including Linux), the default is ``$HOME/.mame;.;ini``
mame-0.226+dfsg.1/docs/source/commandline/commandline-all.rst-1138-    (that is search the ``.mame`` directory in the current user's home
##############################################
mame-0.226+dfsg.1/docs/source/debugger/expressions.rst-46-
mame-0.226+dfsg.1/docs/source/debugger/expressions.rst:47:- :code:`$123` is 123 hexadecimal (291 decimal).
mame-0.226+dfsg.1/docs/source/debugger/expressions.rst-48-
##############################################
mame-0.226+dfsg.1/docs/source/debugger/memory.rst-23-
mame-0.226+dfsg.1/docs/source/debugger/memory.rst:24:|  **dasm <filename>,<address>,<length>[,<opcodes>[,<cpu>]]**
mame-0.226+dfsg.1/docs/source/debugger/memory.rst-25-|
mame-0.226+dfsg.1/docs/source/debugger/memory.rst:26:| The dasm command disassembles program memory to the file specified in the <filename> parameter. <address> indicates the address of the start of disassembly, and <length> indicates how much memory to disassemble. The range <address> through <address>+<length>-1 inclusive will be output to the file. By default, the raw opcode data is output with each line. The optional <opcodes> parameter can be used to enable (1) or disable (0) this feature. Finally, you can disassemble code from another CPU by specifying the <cpu> parameter.
mame-0.226+dfsg.1/docs/source/debugger/memory.rst-27-|
##############################################
mame-0.226+dfsg.1/docs/source/debugger/memory.rst-29-|
mame-0.226+dfsg.1/docs/source/debugger/memory.rst:30:|  dasm venture.asm,0,10000
mame-0.226+dfsg.1/docs/source/debugger/memory.rst-31-|
##############################################
mame-0.226+dfsg.1/docs/source/debugger/memory.rst-33-|
mame-0.226+dfsg.1/docs/source/debugger/memory.rst:34:|  dasm harddriv.asm,3000,1000,0,2
mame-0.226+dfsg.1/docs/source/debugger/memory.rst-35-|
##############################################
mame-0.226+dfsg.1/docs/source/initialsetup/compilingmame.rst-238-* The compiled MAME .js file
mame-0.226+dfsg.1/docs/source/initialsetup/compilingmame.rst:239:* The compiled MAME .wasm file if using WebAssembly
mame-0.226+dfsg.1/docs/source/initialsetup/compilingmame.rst-240-* The .js files from the Emularity package (loader.js, browserfs.js, etc.)
##############################################
mame-0.226+dfsg.1/docs/source/techspecs/device_disasm_interface.rst-190-cpu core should then add a derivation from that config struct and
mame-0.226+dfsg.1/docs/source/techspecs/device_disasm_interface.rst:191:implement the methods.  Unidasm will have to derive a small class from
mame-0.226+dfsg.1/docs/source/techspecs/device_disasm_interface.rst-192-the config class to give the information.
##############################################
mame-0.226+dfsg.1/docs/source/techspecs/device_disasm_interface.rst-201-
mame-0.226+dfsg.1/docs/source/techspecs/device_disasm_interface.rst:202:There is support missing in unidasm for per-cpu configuration.  That's
mame-0.226+dfsg.1/docs/source/techspecs/device_disasm_interface.rst:203:needed for a lot of things, see the unidasm source code for the
mame-0.226+dfsg.1/docs/source/techspecs/device_disasm_interface.rst-204-current list ("Configuration missing" comments).
##############################################
mame-0.226+dfsg.1/hash/amigaocs_flop.xml-32255-		<!-- SPS (CAPS) release 2972 -->
mame-0.226+dfsg.1/hash/amigaocs_flop.xml:32256:		<description>Phantasm (Euro)</description>
mame-0.226+dfsg.1/hash/amigaocs_flop.xml-32257-		<!-- retail, standalone -->
##############################################
mame-0.226+dfsg.1/hash/amigaocs_flop.xml-32269-		<!-- SPS (CAPS) release 2922 -->
mame-0.226+dfsg.1/hash/amigaocs_flop.xml:32270:		<description>Phantasm (Euro, Budget)</description>
mame-0.226+dfsg.1/hash/amigaocs_flop.xml-32271-		<!-- budget, standalone -->
##############################################
mame-0.226+dfsg.1/hash/bbc_rom.xml-1449-	<software name="asm">
mame-0.226+dfsg.1/hash/bbc_rom.xml:1450:		<description>ASM 1.1</description>
mame-0.226+dfsg.1/hash/bbc_rom.xml-1451-		<year>1984</year>
##############################################
mame-0.226+dfsg.1/hash/bbc_rom.xml-1460-	<software name="asm2">
mame-0.226+dfsg.1/hash/bbc_rom.xml:1461:		<description>ASM 2.2</description>
mame-0.226+dfsg.1/hash/bbc_rom.xml-1462-		<year>1984</year>
##############################################
mame-0.226+dfsg.1/hash/bbc_rom.xml-9693-	<software name="vasm20c" cloneof="vasm">
mame-0.226+dfsg.1/hash/bbc_rom.xml:9694:		<description>VASM 2.0C</description>
mame-0.226+dfsg.1/hash/bbc_rom.xml-9695-		<year>1983</year>
##############################################
mame-0.226+dfsg.1/hash/bbc_rom.xml-9704-	<software name="vasm">
mame-0.226+dfsg.1/hash/bbc_rom.xml:9705:		<description>VASM 2.0E</description>
mame-0.226+dfsg.1/hash/bbc_rom.xml-9706-		<year>1983</year>
##############################################
mame-0.226+dfsg.1/hash/coco_flop.xml-1727-			<dataarea name="flop" size="161280">
mame-0.226+dfsg.1/hash/coco_flop.xml:1728:				<rom name="disk edtasm (1983)(tandy)[26-3254].dsk" size="161280" crc="9221874b" sha1="38d24cc4f1573c86ba114f617c8920e9ebc0cf94" />
mame-0.226+dfsg.1/hash/coco_flop.xml-1729-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/compclr2_flop.xml-85-	<software name="asmutlma">
mame-0.226+dfsg.1/hash/compclr2_flop.xml:86:		<description>ASM Utilities - Macros</description>
mame-0.226+dfsg.1/hash/compclr2_flop.xml-87-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/compclr2_flop.xml-96-	<software name="asmutil3">
mame-0.226+dfsg.1/hash/compclr2_flop.xml:97:		<description>ASM Utilities - 3</description>
mame-0.226+dfsg.1/hash/compclr2_flop.xml-98-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/compclr2_flop.xml-107-	<software name="asmutil4">
mame-0.226+dfsg.1/hash/compclr2_flop.xml:108:		<description>ASM Utilities - 4</description>
mame-0.226+dfsg.1/hash/compclr2_flop.xml-109-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/compclr2_flop.xml-124-	<software name="asmutilr">
mame-0.226+dfsg.1/hash/compclr2_flop.xml:125:		<description>ASM Utilities - Routines</description>
mame-0.226+dfsg.1/hash/compclr2_flop.xml-126-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/compclr2_flop.xml-141-	<software name="asmtutor">
mame-0.226+dfsg.1/hash/compclr2_flop.xml:142:		<description>ASM Tutorial</description>
mame-0.226+dfsg.1/hash/compclr2_flop.xml-143-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/compclr2_flop.xml-1207-	<software name="dasmmlpd">
mame-0.226+dfsg.1/hash/compclr2_flop.xml:1208:		<description>DISASM + MLPD</description>
mame-0.226+dfsg.1/hash/compclr2_flop.xml-1209-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/compclr2_flop.xml-1226-	<software name="dasmsrc">
mame-0.226+dfsg.1/hash/compclr2_flop.xml:1227:		<description>DISASM Source</description>
mame-0.226+dfsg.1/hash/compclr2_flop.xml-1228-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/cpc_flop.xml-116838-
mame-0.226+dfsg.1/hash/cpc_flop.xml:116839:	<!-- Identifying Digital Orgasm (19xx)(Symbiosis).dsk... --> <!-- Mostly GoodCPC -->
mame-0.226+dfsg.1/hash/cpc_flop.xml-116840-	<software name="digitalo" supported="no">
mame-0.226+dfsg.1/hash/cpc_flop.xml:116841:		<description>Digital Orgasm (Symbiosis)</description>
mame-0.226+dfsg.1/hash/cpc_flop.xml-116842-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/cpc_flop.xml-116845-			<dataarea name="flop" size="194816">
mame-0.226+dfsg.1/hash/cpc_flop.xml:116846:				<rom name="digital orgasm (19xx)(symbiosis).dsk" size="194816" crc="63456983" sha1="a4ffae6de962a559a47d815bd3ac57ef476c6221"/>
mame-0.226+dfsg.1/hash/cpc_flop.xml-116847-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/cpc_flop.xml-161501-
mame-0.226+dfsg.1/hash/cpc_flop.xml:161502:	<!-- Identifying Digital Orgasm (19xx) (PD).dsk... --> <!-- GoodCPC -->
mame-0.226+dfsg.1/hash/cpc_flop.xml-161503-	<software name="digitalo01" cloneof="digitalo" supported="no">
mame-0.226+dfsg.1/hash/cpc_flop.xml:161504:		<description>Digital Orgasm (PD)</description>
mame-0.226+dfsg.1/hash/cpc_flop.xml-161505-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/cpc_flop.xml-161508-			<dataarea name="flop" size="194816">
mame-0.226+dfsg.1/hash/cpc_flop.xml:161509:				<rom name="digital orgasm (19xx) (pd) (goodcpc).dsk" size="194816" crc="50bd2181" sha1="874e021537047419692bce15291fb06530fa499f"/>
mame-0.226+dfsg.1/hash/cpc_flop.xml-161510-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/cpc_flop.xml-274797-
mame-0.226+dfsg.1/hash/cpc_flop.xml:274798:	<!-- Identifying ASM Intro 1 - Plasma (F) (2000) (PD).dsk... --> <!-- GoodCPC -->
mame-0.226+dfsg.1/hash/cpc_flop.xml-274799-	<software name="d_plasma">
mame-0.226+dfsg.1/hash/cpc_flop.xml:274800:		<description>ASM Intro 1 - Plasma (Fra)</description>
mame-0.226+dfsg.1/hash/cpc_flop.xml-274801-		<year>2000</year>
##############################################
mame-0.226+dfsg.1/hash/cpc_flop.xml-274804-			<dataarea name="flop" size="194816">
mame-0.226+dfsg.1/hash/cpc_flop.xml:274805:				<rom name="asm intro 1 - plasma (f) (2000) (pd) (goodcpc).dsk" size="194816" crc="feba5d28" sha1="bdbe7ad15f92a288167423ac4859dc0f5792c461"/>
mame-0.226+dfsg.1/hash/cpc_flop.xml-274806-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/fmtowns_flop.xml-59-F-ISAM386 V3.1                                                Fujitsu                           1992/11    FD
mame-0.226+dfsg.1/hash/fmtowns_flop.xml:60:FM TOWNS 386-ASM Tool Kit V2.2                                Fujitsu                           1992/12    FD
mame-0.226+dfsg.1/hash/fmtowns_flop.xml-61-FM Towns BSC Tejun Library V1.1                               Fujitsu                           ?          FD
##############################################
mame-0.226+dfsg.1/hash/fmtowns_flop.xml-119-LPACK                                                         Kansai Denki                      1991/10    FD
mame-0.226+dfsg.1/hash/fmtowns_flop.xml:120:Lucid ASM & Debugger Ver. 1.1                                 Kansai Denki                      1990/4     FD
mame-0.226+dfsg.1/hash/fmtowns_flop.xml-121-Magic Ayako Suzume                                            Cosmos Computer                   1992/5     FDx03
##############################################
mame-0.226+dfsg.1/hash/fmtowns_flop.xml-419-	<software name="386asm">
mame-0.226+dfsg.1/hash/fmtowns_flop.xml:420:		<description>386|ASM Tool Kit V1.1</description>
mame-0.226+dfsg.1/hash/fmtowns_flop.xml-421-		<year>1989</year>
##############################################
mame-0.226+dfsg.1/hash/gameboy.xml-17008-	<software name="phantasm" cloneof="avspirit">
mame-0.226+dfsg.1/hash/gameboy.xml:17009:		<description>Phantasm (Japan)</description>
mame-0.226+dfsg.1/hash/gameboy.xml-17010-		<year>1992</year>
##############################################
mame-0.226+dfsg.1/hash/gameboy.xml-17017-			<dataarea name="rom" size="262144">
mame-0.226+dfsg.1/hash/gameboy.xml:17018:				<rom name="phantasm (japan).bin" size="262144" crc="e742561e" sha1="64b55f6fce16e80bdb9825b5246e7c05d76af7ae" />
mame-0.226+dfsg.1/hash/gameboy.xml-17019-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/hyperscan_card.xml-1181-	<software name="iwl017">
mame-0.226+dfsg.1/hash/hyperscan_card.xml:1182:		<description>IWL: The Mad Protoplasm (Character)</description>
mame-0.226+dfsg.1/hash/hyperscan_card.xml-1183-		<year>2006</year>
##############################################
mame-0.226+dfsg.1/hash/hyperscan_card.xml-1193-	<software name="iwl018">
mame-0.226+dfsg.1/hash/hyperscan_card.xml:1194:		<description>IWL: Ultimate The Mad Protoplasm (Ultimate)</description>
mame-0.226+dfsg.1/hash/hyperscan_card.xml-1195-		<year>2006</year>
##############################################
mame-0.226+dfsg.1/hash/ibm5170_cdrom.xml-2714-	<software name="vcyondo" supported="partial">
mame-0.226+dfsg.1/hash/ibm5170_cdrom.xml:2715:		<description>Awesome Adventures of Victor Vector &amp; Yondo, The - The Cyberplasm Formula</description>
mame-0.226+dfsg.1/hash/ibm5170_cdrom.xml-2716-		<year>1994</year>
##############################################
mame-0.226+dfsg.1/hash/ibm5170_cdrom.xml-2720-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/ibm5170_cdrom.xml:2721:				<disk name="awesome adventures of victor vector &amp; yondo, the - the cyberplasm formula (1994)(sanctuary woods)" sha1="e359d345ec6657122b50f5904d5c4324c32a2658" />
mame-0.226+dfsg.1/hash/ibm5170_cdrom.xml-2722-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/m20.xml-200-	<software name="dietasm">
mame-0.226+dfsg.1/hash/m20.xml:201:		<description>ASM Utilities?</description>
mame-0.226+dfsg.1/hash/m20.xml-202-		<year>19??</year>
##############################################
mame-0.226+dfsg.1/hash/msx.hsi-1317-	</hash>
mame-0.226+dfsg.1/hash/msx.hsi:1318:	<hash crc32="309d996c" name="Fantasm Soldier Valis">
mame-0.226+dfsg.1/hash/msx.hsi-1319-		<manufacturer>Telenet</manufacturer>
##############################################
mame-0.226+dfsg.1/hash/msx.hsi-3558-	</hash>
mame-0.226+dfsg.1/hash/msx.hsi:3559:	<hash crc32="2d46778a" name="Simple ASM 1.0">
mame-0.226+dfsg.1/hash/msx.hsi-3560-		<year>1984</year>
##############################################
mame-0.226+dfsg.1/hash/msx.hsi-4087-	</hash>
mame-0.226+dfsg.1/hash/msx.hsi:4088:	<hash crc32="309d996c" name="The Fantasm Soldier Valis">
mame-0.226+dfsg.1/hash/msx.hsi-4089-		<year>1986</year>
##############################################
mame-0.226+dfsg.1/hash/msx1_cart.xml-8752-			<dataarea name="rom" size="131072">
mame-0.226+dfsg.1/hash/msx1_cart.xml:8753:				<rom name="valis - the fantasm soldier (1987)(zemina).rom" size="131072" crc="87361b76" sha1="dccdb2d18c70a94e48b3ec5e0cb986c5d708bbc9" offset="0x0000" />
mame-0.226+dfsg.1/hash/msx1_cart.xml-8754-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/msx1_cart.xml-13405-	<software name="simplasm">
mame-0.226+dfsg.1/hash/msx1_cart.xml:13406:		<description>Simple ASM 1.0 (Jpn)</description>
mame-0.226+dfsg.1/hash/msx1_cart.xml-13407-		<year>1984</year>
##############################################
mame-0.226+dfsg.1/hash/msx1_cart.xml-13411-			<dataarea name="rom" size="16384">
mame-0.226+dfsg.1/hash/msx1_cart.xml:13412:				<rom name="simple asm 1.0 (japan) (program).rom" size="16384" crc="2d46778a" sha1="4937a8e35072012a980f85ecfc60604d9d900244" offset="0" />
mame-0.226+dfsg.1/hash/msx1_cart.xml-13413-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/msx2.hsi-2898-	</hash>
mame-0.226+dfsg.1/hash/msx2.hsi:2899:	<hash crc32="71478d69" name="Fantasm Soldier 2 - Valis, The (Jp)(Disk 1 of 4)">
mame-0.226+dfsg.1/hash/msx2.hsi-2900-		<year>1989</year>
##############################################
mame-0.226+dfsg.1/hash/msx2.hsi-2902-	</hash>
mame-0.226+dfsg.1/hash/msx2.hsi:2903:	<hash crc32="1321b866" name="Fantasm Soldier 2 - Valis, The (Jp)(Disk 2 of 4)">
mame-0.226+dfsg.1/hash/msx2.hsi-2904-		<year>1989</year>
##############################################
mame-0.226+dfsg.1/hash/msx2.hsi-2906-	</hash>
mame-0.226+dfsg.1/hash/msx2.hsi:2907:	<hash crc32="380047bb" name="Fantasm Soldier 2 - Valis, The (Jp)(Disk 3 of 4)">
mame-0.226+dfsg.1/hash/msx2.hsi-2908-		<year>1989</year>
##############################################
mame-0.226+dfsg.1/hash/msx2.hsi-2910-	</hash>
mame-0.226+dfsg.1/hash/msx2.hsi:2911:	<hash crc32="ed7ce43a" name="Fantasm Soldier 2 - Valis, The (Jp)(Disk 4 of 4)">
mame-0.226+dfsg.1/hash/msx2.hsi-2912-		<year>1989</year>
##############################################
mame-0.226+dfsg.1/hash/msx2.hsi-2914-	</hash>
mame-0.226+dfsg.1/hash/msx2.hsi:2915:	<hash crc32="c4546aa0" name="Fantasm Soldier 2, Valis, The (Jp)(Disk 2 of 4)[a]">
mame-0.226+dfsg.1/hash/msx2.hsi-2916-		<year>1989</year>
##############################################
mame-0.226+dfsg.1/hash/msx2.hsi-2918-	</hash>
mame-0.226+dfsg.1/hash/msx2.hsi:2919:	<hash crc32="dcd60e00" name="Fantasm Soldier 2, Valis, The (Jp)(Disk 3 of 4)[a]">
mame-0.226+dfsg.1/hash/msx2.hsi-2920-		<year>1989</year>
##############################################
mame-0.226+dfsg.1/hash/msx2.hsi-2922-	</hash>
mame-0.226+dfsg.1/hash/msx2.hsi:2923:	<hash crc32="337fe634" name="Fantasm Soldier 2, Valis, The (Jp)(Disk 4 of 4)[a]">
mame-0.226+dfsg.1/hash/msx2.hsi-2924-		<year>1989</year>
##############################################
mame-0.226+dfsg.1/hash/msx2.hsi-2926-	</hash>
mame-0.226+dfsg.1/hash/msx2.hsi:2927:	<hash crc32="553d71e2" name="Fantasm Soldier, The (Jp)[dd]">
mame-0.226+dfsg.1/hash/msx2.hsi-2928-		<year>1987</year>
##############################################
mame-0.226+dfsg.1/hash/msx2_flop.xml-11805-			<dataarea name="flop" size="737280">
mame-0.226+dfsg.1/hash/msx2_flop.xml:11806:				<rom name="valis - the fantasm soldier ii (1989)(telenet japan)(jp)(disk 1 of 4).dsk" size="737280" crc="8c6b46e8" sha1="f9523acb436548cb28816975f4420d79348e6085"/>
mame-0.226+dfsg.1/hash/msx2_flop.xml-11807-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/msx2_flop.xml-11810-			<dataarea name="flop" size="737280">
mame-0.226+dfsg.1/hash/msx2_flop.xml:11811:				<rom name="valis - the fantasm soldier ii (1989)(telenet japan)(jp)(disk 2 of 4).dsk" size="737280" crc="0eddfbcf" sha1="ff6c49ba7431459ec46db240470b1bad6fec889b"/>
mame-0.226+dfsg.1/hash/msx2_flop.xml-11812-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/msx2_flop.xml-11815-			<dataarea name="flop" size="737280">
mame-0.226+dfsg.1/hash/msx2_flop.xml:11816:				<rom name="valis - the fantasm soldier ii (1989)(telenet japan)(jp)(disk 3 of 4).dsk" size="737280" crc="dcd60e00" sha1="92aa30bbbc96ed7a742a07f963c0be04b0c4cf6b"/>
mame-0.226+dfsg.1/hash/msx2_flop.xml-11817-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/msx2_flop.xml-11820-			<dataarea name="flop" size="737280">
mame-0.226+dfsg.1/hash/msx2_flop.xml:11821:				<rom name="valis - the fantasm soldier ii (1989)(telenet japan)(jp)(disk 4 of 4).dsk" size="737280" crc="337fe634" sha1="9da06782e01dba621d131e1c874e886ad559680f"/>
mame-0.226+dfsg.1/hash/msx2_flop.xml-11822-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/msx2_flop.xml-11831-			<dataarea name="flop" size="737280">
mame-0.226+dfsg.1/hash/msx2_flop.xml:11832:				<rom name="valis - the fantasm soldier ii (1989)(telenet japan)(jp)(disk 1 of 4)[a].dsk" size="737280" crc="71478d69" sha1="9c5d477304c6f67cb9e4b2007834049c577ceb91"/>
mame-0.226+dfsg.1/hash/msx2_flop.xml-11833-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/msx2_flop.xml-11836-			<dataarea name="flop" size="737280">
mame-0.226+dfsg.1/hash/msx2_flop.xml:11837:				<rom name="valis - the fantasm soldier ii (1989)(telenet japan)(jp)(disk 2 of 4)[a].dsk" size="737280" crc="1321b866" sha1="860592883f518364017166c62234272925ac24a7"/>
mame-0.226+dfsg.1/hash/msx2_flop.xml-11838-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/msx2_flop.xml-11841-			<dataarea name="flop" size="737280">
mame-0.226+dfsg.1/hash/msx2_flop.xml:11842:				<rom name="valis - the fantasm soldier ii (1989)(telenet japan)(jp)(disk 3 of 4)[a].dsk" size="737280" crc="380047bb" sha1="904862aeb937ad4e5a2bee17caa56543a4406a20"/>
mame-0.226+dfsg.1/hash/msx2_flop.xml-11843-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/msx2_flop.xml-11846-			<dataarea name="flop" size="737280">
mame-0.226+dfsg.1/hash/msx2_flop.xml:11847:				<rom name="valis - the fantasm soldier ii (1989)(telenet japan)(jp)(disk 4 of 4)[a].dsk" size="737280" crc="ed7ce43a" sha1="35dcb8d59bdf124618bc8d96e98824a6f4d6b4b7"/>
mame-0.226+dfsg.1/hash/msx2_flop.xml-11848-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/nes.hsi-49466-	</hash>
mame-0.226+dfsg.1/hash/nes.hsi:49467:	<hash crc32="b871db54" sha1="bb4133ecdc29e5507bb3bc8183b68fc48beb23d3" name="R.B.I. Baseball - ASM 3 Digit BAs, Individual Batting Data, 3 Digit ERAs (Hack)">
mame-0.226+dfsg.1/hash/nes.hsi-49468-		<extrainfo>206 1 4 4</extrainfo>
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-3586-	<software name="valis">
mame-0.226+dfsg.1/hash/pcecd.xml:3587:		<description>Mugen Senshi Valis - Legend of a Fantasm Soldier (SCD)(Jpn)</description>
mame-0.226+dfsg.1/hash/pcecd.xml-3588-		<year>1992</year>
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-3596-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/pcecd.xml:3597:				<disk name="mugen senshi valis - legend of a fantasm soldier (scd)(jpn)" sha1="ff2cf17dc87419b051a6db09a4f592007a13b58b"/>
mame-0.226+dfsg.1/hash/pcecd.xml-3598-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-6542-	<software name="valis2j" cloneof="valis2">
mame-0.226+dfsg.1/hash/pcecd.xml:6543:		<description>Valis II - The Fantasm Soldier (CD)(Jpn)</description>
mame-0.226+dfsg.1/hash/pcecd.xml-6544-		<year>1989</year>
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-6547-		<info name="release" value="19890623"/>
mame-0.226+dfsg.1/hash/pcecd.xml:6548:		<info name="alt_title" value="ヴァリスII THE FANTASM SOLDIER"/>
mame-0.226+dfsg.1/hash/pcecd.xml-6549-		<info name="usage" value="CD-Rom System Card required" />
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-6552-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/pcecd.xml:6553:				<disk name="valis ii - the fantasm soldier (cd)(jpn)" sha1="2e6e3dee640753c4758e2b27b6322faf517288f8"/>
mame-0.226+dfsg.1/hash/pcecd.xml-6554-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-6558-	<software name="valis3j" cloneof="valis3">
mame-0.226+dfsg.1/hash/pcecd.xml:6559:		<description>Valis III - The Fantasm Soldier (CD)(Jpn)</description>
mame-0.226+dfsg.1/hash/pcecd.xml-6560-		<year>1990</year>
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-6563-		<info name="release" value="19900907"/>
mame-0.226+dfsg.1/hash/pcecd.xml:6564:		<info name="alt_title" value="ヴァリスIII THE FANTASM SOLDIER"/>
mame-0.226+dfsg.1/hash/pcecd.xml-6565-		<info name="usage" value="CD-Rom System Card required" />
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-6568-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/pcecd.xml:6569:				<disk name="valis iii - the fantasm soldier (cd)(jpn)" sha1="770eff89a4b2de3a7f6201326d3c384613e7d150"/>
mame-0.226+dfsg.1/hash/pcecd.xml-6570-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-6574-	<software name="valis4">
mame-0.226+dfsg.1/hash/pcecd.xml:6575:		<description>Valis IV - The Fantasm Soldier (CD)(Jpn)</description>
mame-0.226+dfsg.1/hash/pcecd.xml-6576-		<year>1991</year>
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-6579-		<info name="release" value="19910823"/>
mame-0.226+dfsg.1/hash/pcecd.xml:6580:		<info name="alt_title" value="ヴァリスIV THE FANTASM SOLDIER"/>
mame-0.226+dfsg.1/hash/pcecd.xml-6581-		<info name="usage" value="CD-Rom System Card required" />
##############################################
mame-0.226+dfsg.1/hash/pcecd.xml-6584-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/pcecd.xml:6585:				<disk name="valis iv - the fantasm soldier (cd)(jpn)" sha1="9bb8160955fff2a40368a82a3b387908837964b4"/>
mame-0.226+dfsg.1/hash/pcecd.xml-6586-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/psx.xml-40189-		<!-- Unknown source
mame-0.226+dfsg.1/hash/psx.xml:40190:		<rom name="Cielgris Fantasm - Noir Yeux Noire - Kuroi Hitomi no Noir (Noir's Dark Eyes) (Japan) [SLPS-01450].bin" size="305016768" crc="481e9e0c" sha1="370d62e04f41c543d869ae23df04c2dca39587ed"/>
mame-0.226+dfsg.1/hash/psx.xml:40191:		<rom name="Cielgris Fantasm - Noir Yeux Noire - Kuroi Hitomi no Noir (Noir's Dark Eyes) (Japan) [SLPS-01450].cue" size="225" crc="4a18a5ea" sha1="d3eeac37476fdc16ffca939823e8826e211f7bb6"/>
mame-0.226+dfsg.1/hash/psx.xml-40192-		-->
mame-0.226+dfsg.1/hash/psx.xml:40193:		<description>Kuroi Hitomi no Noir - Cielgris Fantasm (Jpn)</description>
mame-0.226+dfsg.1/hash/psx.xml-40194-		<year>1999</year>
##############################################
mame-0.226+dfsg.1/hash/psx.xml-40197-		<info name="release" value="19990701" />
mame-0.226+dfsg.1/hash/psx.xml:40198:		<info name="alt_title" value="黒い瞳のノア Cielgris Fantasm / Noir Yeux Noire (Box)"/>
mame-0.226+dfsg.1/hash/psx.xml-40199-		<sharedfeat name="compatibility" value="NTSC-J"/>
##############################################
mame-0.226+dfsg.1/hash/psx.xml-40201-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/psx.xml:40202:				<disk name="cielgris fantasm - noir yeux noire - kuroi hitomi no noir (noir's dark eyes) (japan) [slps-01450]" sha1="6d4226bdafbb63e5a7f2d2d805019acf9af6b372"/>
mame-0.226+dfsg.1/hash/psx.xml-40203-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-835-	  PGA Tour 97 (Japan) [T-10619G]                                                        | (pga97j)
mame-0.226+dfsg.1/hash/saturn.xml:836:	  Phantasm (Japan) [T-36001G]                                                           | (phantasm)
mame-0.226+dfsg.1/hash/saturn.xml-837-	  Phantasy Star Collection (Japan) (Sega Ages) [GS-9186]                                | (pstar)
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-12292-
mame-0.226+dfsg.1/hash/saturn.xml:12293:	<!-- Identifying Phantasm (Disc 1 of 8) (JAP) (DW0615)... -->
mame-0.226+dfsg.1/hash/saturn.xml:12294:	<!-- Identifying Phantasm (Disc 2 of 8) (JAP) (DW0615)... -->
mame-0.226+dfsg.1/hash/saturn.xml:12295:	<!-- Identifying Phantasm (Disc 3 of 8) (JAP) (DW0615)... -->
mame-0.226+dfsg.1/hash/saturn.xml:12296:	<!-- Identifying Phantasm (Disc 4 of 8) (JAP) (DW0615)... -->
mame-0.226+dfsg.1/hash/saturn.xml:12297:	<!-- Identifying Phantasm (Disc 5 of 8) (JAP) (DW0615)... -->
mame-0.226+dfsg.1/hash/saturn.xml:12298:	<!-- Identifying Phantasm (Disc 6 of 8) (JAP) (DW0615)... -->
mame-0.226+dfsg.1/hash/saturn.xml:12299:	<!-- Identifying Phantasm (Disc 7 of 8) (JAP) (DW0615)... -->
mame-0.226+dfsg.1/hash/saturn.xml:12300:	<!-- Identifying Phantasm (Disc 8 of 8) (JAP) (DW0615)... -->
mame-0.226+dfsg.1/hash/saturn.xml-12301-	<software name="phantasm" supported="no">
mame-0.226+dfsg.1/hash/saturn.xml:12302:		<description>Phantasm (Jpn)</description>
mame-0.226+dfsg.1/hash/saturn.xml-12303-		<year>1997</year>
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-12310-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/saturn.xml:12311:				<disk name="phantasm (disc 1 of 8) (jpn) (dw0615)" sha1="8a05e5480a1ba58c8dc56712cc11c1e9044900c0" />
mame-0.226+dfsg.1/hash/saturn.xml-12312-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-12315-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/saturn.xml:12316:				<disk name="phantasm (disc 2 of 8) (jpn) (dw0615)" sha1="134eca7e9906b041f5a0de1fc18fc3fdff2f80d1" />
mame-0.226+dfsg.1/hash/saturn.xml-12317-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-12320-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/saturn.xml:12321:				<disk name="phantasm (disc 3 of 8) (jpn) (dw0615)" sha1="2a326ae4ff9b8c3a7ffb4360d918972f055f6aba" />
mame-0.226+dfsg.1/hash/saturn.xml-12322-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-12325-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/saturn.xml:12326:				<disk name="phantasm (disc 4 of 8) (jpn) (dw0615)" sha1="ff698c1ee52729e0aceb814658129e1b50f53250" />
mame-0.226+dfsg.1/hash/saturn.xml-12327-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-12330-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/saturn.xml:12331:				<disk name="phantasm (disc 5 of 8) (jpn) (dw0615)" sha1="a6d01558f7acb23a01e2baf81a8503e0cdb48d82" />
mame-0.226+dfsg.1/hash/saturn.xml-12332-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-12335-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/saturn.xml:12336:				<disk name="phantasm (disc 6 of 8) (jpn) (dw0615)" sha1="97615b28b5127ebd44ef7886fd12d88c08859c2c" />
mame-0.226+dfsg.1/hash/saturn.xml-12337-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-12340-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/saturn.xml:12341:				<disk name="phantasm (disc 7 of 8) (jpn) (dw0615)" sha1="cacbde8a517a291564c8981a60fba3232ec9f945" />
mame-0.226+dfsg.1/hash/saturn.xml-12342-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/saturn.xml-12345-			<diskarea name="cdrom">
mame-0.226+dfsg.1/hash/saturn.xml:12346:				<disk name="phantasm (disc 8 of 8) (jpn) (dw0615)" sha1="88a0e0c3dfafc8443f516461958bb6f1dad0ca33" />
mame-0.226+dfsg.1/hash/saturn.xml-12347-			</diskarea>
##############################################
mame-0.226+dfsg.1/hash/spc1000_cass.xml-1142-	<software name="dasmrlct" supported="no">
mame-0.226+dfsg.1/hash/spc1000_cass.xml:1143:		<description>DASM &amp; RLCT</description>
mame-0.226+dfsg.1/hash/spc1000_cass.xml-1144-		<year>198?</year>
##############################################
mame-0.226+dfsg.1/hash/spc1000_cass.xml-1147-			<dataarea name="cass" size="77824">
mame-0.226+dfsg.1/hash/spc1000_cass.xml:1148:				<rom name="dasm &amp; rlct.tap" size="77824" crc="05e70616" sha1="a2759898d2fcdfcb84386aa0a5ff778c40154d59"/>
mame-0.226+dfsg.1/hash/spc1000_cass.xml-1149-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/superpet_flop.xml-152-		<part name="flop1" interface="floppy_5_25">
mame-0.226+dfsg.1/hash/superpet_flop.xml:153:			<feature name="part_id" value="APL Disasm Part 1"/>
mame-0.226+dfsg.1/hash/superpet_flop.xml-154-			<dataarea name="flop" size="533248">
##############################################
mame-0.226+dfsg.1/hash/to7_cass.xml-7687-			<dataarea name="cass" size="2176">
mame-0.226+dfsg.1/hash/to7_cass.xml:7688:				<rom name="tron_asm (198x)(huet, sylvain)(fr)(pd)[b].k7" size="2176" crc="06e11def" sha1="b50633e7ddd4d16b11cc53852b01803c9492d17b"/>
mame-0.226+dfsg.1/hash/to7_cass.xml-7689-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/vgmplay.xml-71173-		<part name="006" interface="vgm_quik">
mame-0.226+dfsg.1/hash/vgmplay.xml:71174:			<feature name="part_id" value="06 propagandasm (stage 2 boss).vgz" />
mame-0.226+dfsg.1/hash/vgmplay.xml-71175-			<dataarea name="quik" size="104907">
mame-0.226+dfsg.1/hash/vgmplay.xml:71176:				<rom name="06 propagandasm (stage 2 boss).vgz" size="104907" crc="f8521532" sha1="7f911a09b73007e307557f6324641bebfb0110b3" offset="0" />
mame-0.226+dfsg.1/hash/vgmplay.xml-71177-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/vgmplay.xml-72936-		<part name="018" interface="vgm_quik">
mame-0.226+dfsg.1/hash/vgmplay.xml:72937:			<feature name="part_id" value="18 phantasm (boss e -ghost-).vgz" />
mame-0.226+dfsg.1/hash/vgmplay.xml-72938-			<dataarea name="quik" size="72900">
mame-0.226+dfsg.1/hash/vgmplay.xml:72939:				<rom name="18 phantasm (boss e -ghost-).vgz" size="72900" crc="7fd61c3d" sha1="b1927e85e7e91109563a1e442deef317c1dd0870" offset="0" />
mame-0.226+dfsg.1/hash/vgmplay.xml-72940-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/vgmplay.xml-145691-	<software name="cchasm_vect">
mame-0.226+dfsg.1/hash/vgmplay.xml:145692:		<description>Cosmic Chasm (Vectrex)</description>
mame-0.226+dfsg.1/hash/vgmplay.xml-145693-		<year>1982</year>
##############################################
mame-0.226+dfsg.1/hash/vgmplay.xml-170578-		<part name="017" interface="vgm_quik">
mame-0.226+dfsg.1/hash/vgmplay.xml:170579:			<feature name="part_id" value="017 the fantasm soldier valis.vgz" />
mame-0.226+dfsg.1/hash/vgmplay.xml-170580-			<dataarea name="quik" size="21561">
mame-0.226+dfsg.1/hash/vgmplay.xml:170581:				<rom name="017 the fantasm soldier valis.vgz" size="21561" crc="4a08e219" sha1="09a0823e4e628cb20546e1abceff4d2ace9720c2" offset="0" />
mame-0.226+dfsg.1/hash/vgmplay.xml-170582-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/vgmplay.xml-200788-		<part name="017" interface="vgm_quik">
mame-0.226+dfsg.1/hash/vgmplay.xml:200789:			<feature name="part_id" value="17 youkai domination ~ who done it! (phantasm stage theme).vgz" />
mame-0.226+dfsg.1/hash/vgmplay.xml-200790-			<dataarea name="quik" size="219568">
mame-0.226+dfsg.1/hash/vgmplay.xml:200791:				<rom name="17 youkai domination ~ who done it (phantasm stage theme).vgz" size="219568" crc="53cdcbfd" sha1="4062c840d926493caf213be52355cf11f8d04f15" offset="0" />
mame-0.226+dfsg.1/hash/vgmplay.xml-200792-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/vgmplay.xml-200794-		<part name="018" interface="vgm_quik">
mame-0.226+dfsg.1/hash/vgmplay.xml:200795:			<feature name="part_id" value="18 necrofantasia (phantasm boss - yukari yakumo's theme).vgz" />
mame-0.226+dfsg.1/hash/vgmplay.xml-200796-			<dataarea name="quik" size="325943">
mame-0.226+dfsg.1/hash/vgmplay.xml:200797:				<rom name="18 necrofantasia (phantasm boss - yukari yakumo's theme).vgz" size="325943" crc="ada46404" sha1="fa43f03c0f67343e6fc5bb4cc7a9ccd30289eb65" offset="0" />
mame-0.226+dfsg.1/hash/vgmplay.xml-200798-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/vgmplay.xml-316584-		<part name="001" interface="vgm_quik">
mame-0.226+dfsg.1/hash/vgmplay.xml:316585:			<feature name="part_id" value="01 - the fantasm soldier.vgz" />
mame-0.226+dfsg.1/hash/vgmplay.xml-316586-			<dataarea name="quik" size="90494">
mame-0.226+dfsg.1/hash/vgmplay.xml:316587:				<rom name="01 - the fantasm soldier.vgz" size="90494" crc="5d792083" sha1="a7b4edb7ff6c7a10a48ab7ba0f4c44a5fe1d17b6" offset="0" />
mame-0.226+dfsg.1/hash/vgmplay.xml-316588-			</dataarea>
##############################################
mame-0.226+dfsg.1/hash/vz_snap.xml-253-	<software name="chasm">
mame-0.226+dfsg.1/hash/vz_snap.xml:254:		<description>Chasm Capers</description>
mame-0.226+dfsg.1/hash/vz_snap.xml-255-		<year>198?</year>
##############################################
mame-0.226+dfsg.1/hash/x07_cass.xml-463-	<software name="desasm">
mame-0.226+dfsg.1/hash/x07_cass.xml:464:		<description>DESASS-ASM (Fra)</description>
mame-0.226+dfsg.1/hash/x07_cass.xml-465-		<year>1986</year>
##############################################
mame-0.226+dfsg.1/hash/zorba.xml-428-	PILOT.LBR - Pilot Game with source
mame-0.226+dfsg.1/hash/zorba.xml:429:	TTY.ASM - TTY program
mame-0.226+dfsg.1/hash/zorba.xml-430-	-->
##############################################
mame-0.226+dfsg.1/hash/zorba.xml-489-	OKI92ITAL.COM - Okidata 92 printer setup program
mame-0.226+dfsg.1/hash/zorba.xml:490:	M7ZB-3.ASM - Modem 7 overlay for the Zorba
mame-0.226+dfsg.1/hash/zorba.xml-491-	ZSIDFIX.DOC - Patch for Digital Research's ZSID debugger
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal10h8-as-ampal18p8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal10h8-as-ampal18p8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal10l8-as-ampal18p8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal10l8-as-ampal18p8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal12h6-as-ampal18p8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal12h6-as-ampal18p8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal12l6-as-ampal18p8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal12l6-as-ampal18p8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal14h4-as-ampal18p8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal14h4-as-ampal18p8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal14l4-as-ampal18p8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal14l4-as-ampal18p8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal16h2-as-ampal18p8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal16h2-as-ampal18p8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal16l2-as-ampal18p8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal16l2-as-ampal18p8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal16l8-as-ampal18p8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/ampal18p8/pal16l8-as-ampal18p8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal10h8-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal10h8-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal10l8-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal10l8-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal12h6-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal12h6-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal12l6-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal12l6-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal14h4-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal14h4-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal14l4-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal14l4-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16h2-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16h2-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16l2-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16l2-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16l8-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16l8-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16r4-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16r4-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16r6-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16r6-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16r8-as-palce16v8.pds:1:;PALASM Design Description
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/palce16v8/pal16r8-as-palce16v8.pds-2-
##############################################
mame-0.226+dfsg.1/regtests/jedutil/eqns/PALASM/readme.txt:1:These files are for use with the PALASM 4 v1.5 tool.  The PALASM tool will take the pds files and automatically creates a jed file.  (Under Windows 7 64-bit the PALASM tool will not run under the Windows XP VM downloadable for free with Windows 7, but will run under DOSBox.)
##############################################
mame-0.226+dfsg.1/src/devices/bus/a2bus/a2hsscsi.cpp-104-	m_scsibus(*this, SCSI_BUS_TAG), m_rom(*this, SCSI_ROM_REGION), m_rambank(0), m_rombank(0), m_drq(0), m_bank(0), m_c0ne(0), m_c0nf(0),
mame-0.226+dfsg.1/src/devices/bus/a2bus/a2hsscsi.cpp:105:	m_dma_addr(0), m_dma_size(0)
mame-0.226+dfsg.1/src/devices/bus/a2bus/a2hsscsi.cpp-106-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/bml3/bml3kanji.cpp-63-	device_t(mconfig, BML3BUS_KANJI, tag, owner, clock),
mame-0.226+dfsg.1/src/devices/bus/bml3/bml3kanji.cpp:64:	device_bml3bus_card_interface(mconfig, *this), m_kanji_addr(0), m_rom(nullptr)
mame-0.226+dfsg.1/src/devices/bus/bml3/bml3kanji.cpp-65-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/centronics/comxpl80.cpp-120-		m_font(*this, "FONT"),
mame-0.226+dfsg.1/src/devices/bus/centronics/comxpl80.cpp:121:		m_sw(*this, "SW"), m_font_addr(0), m_x_motor_phase(0), m_y_motor_phase(0), m_z_motor_phase(0), m_plotter_data(0), m_plotter_ack(0), m_plotter_online(0), m_data(0)
mame-0.226+dfsg.1/src/devices/bus/centronics/comxpl80.cpp-122-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/chanf/rom.cpp-36-	, device_channelf_cart_interface(mconfig, *this)
mame-0.226+dfsg.1/src/devices/bus/chanf/rom.cpp:37:	, m_addr_latch(0), m_addr(0), m_read_write(0), m_data0(0)
mame-0.226+dfsg.1/src/devices/bus/chanf/rom.cpp-38-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/comx35/fdc.cpp-124-	m_q(0),
mame-0.226+dfsg.1/src/devices/bus/comx35/fdc.cpp:125:	m_addr(0),
mame-0.226+dfsg.1/src/devices/bus/comx35/fdc.cpp-126-	m_disb(1)
##############################################
mame-0.226+dfsg.1/src/devices/bus/gameboy/rom.cpp-43-gb_rom_tama5_device::gb_rom_tama5_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
mame-0.226+dfsg.1/src/devices/bus/gameboy/rom.cpp:44:	: gb_rom_device(mconfig, GB_ROM_TAMA5, tag, owner, clock), m_tama5_data(0), m_tama5_addr(0), m_tama5_cmd(0), m_rtc_reg(0)
mame-0.226+dfsg.1/src/devices/bus/gameboy/rom.cpp-45-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/hp80_io/hp80_io.cpp-77-	if (card != nullptr) {
mame-0.226+dfsg.1/src/devices/bus/hp80_io/hp80_io.cpp:78:		card->install_read_write_handlers(space , get_base_addr());
mame-0.226+dfsg.1/src/devices/bus/hp80_io/hp80_io.cpp-79-	}
##############################################
mame-0.226+dfsg.1/src/devices/bus/hp80_io/hp80_io.cpp-92-
mame-0.226+dfsg.1/src/devices/bus/hp80_io/hp80_io.cpp:93:uint16_t hp80_io_slot_device::get_base_addr() const
mame-0.226+dfsg.1/src/devices/bus/hp80_io/hp80_io.cpp-94-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/hp80_io/hp80_io.h-60-
mame-0.226+dfsg.1/src/devices/bus/hp80_io/hp80_io.h:61:	uint16_t get_base_addr() const;
mame-0.226+dfsg.1/src/devices/bus/hp80_io/hp80_io.h-62-
##############################################
mame-0.226+dfsg.1/src/devices/bus/hp_ipc_io/hp_ipc_io.cpp-40-
mame-0.226+dfsg.1/src/devices/bus/hp_ipc_io/hp_ipc_io.cpp:41:uint32_t hp_ipc_io_slot_device::get_slot_base_addr() const
mame-0.226+dfsg.1/src/devices/bus/hp_ipc_io/hp_ipc_io.cpp-42-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/hp_ipc_io/hp_ipc_io.cpp-50-	if (card != nullptr) {
mame-0.226+dfsg.1/src/devices/bus/hp_ipc_io/hp_ipc_io.cpp:51:		card->install_read_write_handlers(space , get_slot_base_addr());
mame-0.226+dfsg.1/src/devices/bus/hp_ipc_io/hp_ipc_io.cpp-52-	}
##############################################
mame-0.226+dfsg.1/src/devices/bus/hp_ipc_io/hp_ipc_io.h-45-
mame-0.226+dfsg.1/src/devices/bus/hp_ipc_io/hp_ipc_io.h:46:	uint32_t get_slot_base_addr() const;
mame-0.226+dfsg.1/src/devices/bus/hp_ipc_io/hp_ipc_io.h-47-
##############################################
mame-0.226+dfsg.1/src/devices/bus/ieee488/grid2102.cpp-78-	  serial_poll_byte(0),
mame-0.226+dfsg.1/src/devices/bus/ieee488/grid2102.cpp:79:	  bus_addr(bus_addr),
mame-0.226+dfsg.1/src/devices/bus/ieee488/grid2102.cpp-80-	  identify_response_ptr(identify_response),
##############################################
mame-0.226+dfsg.1/src/devices/bus/isa/asc88.cpp-30-	, m_eeprom(*this, "eeprom")
mame-0.226+dfsg.1/src/devices/bus/isa/asc88.cpp:31:	, m_baseaddr(*this, "BASEADDR")
mame-0.226+dfsg.1/src/devices/bus/isa/asc88.cpp-32-	, m_control(0)
##############################################
mame-0.226+dfsg.1/src/devices/bus/isa/gus.cpp-357-	device_sound_interface(mconfig, *this),
mame-0.226+dfsg.1/src/devices/bus/isa/gus.cpp:358:	m_dma_dram_ctrl(0), m_dma_start_addr(0), m_dram_addr(0), m_timer_ctrl(0), m_timer1_count(0), m_timer2_count(0), m_timer1_value(0), m_timer2_value(0), m_sampling_freq(0), m_sampling_ctrl(0), m_joy_trim_dac(0), m_reset(0), m_active_voices(14), m_irq_source(0),
mame-0.226+dfsg.1/src/devices/bus/isa/gus.cpp-359-	m_stream(nullptr),
##############################################
mame-0.226+dfsg.1/src/devices/bus/isa/s3virge.cpp-31-
mame-0.226+dfsg.1/src/devices/bus/isa/s3virge.cpp:32:#define CRTC_PORT_ADDR ((vga.miscellaneous_output & 1) ? 0x3d0 : 0x3b0)
mame-0.226+dfsg.1/src/devices/bus/isa/s3virge.cpp-33-
##############################################
mame-0.226+dfsg.1/src/devices/bus/isa/trident.cpp-20-
mame-0.226+dfsg.1/src/devices/bus/isa/trident.cpp:21:#define CRTC_PORT_ADDR ((vga.miscellaneous_output&1)?0x3d0:0x3b0)
mame-0.226+dfsg.1/src/devices/bus/isa/trident.cpp-22-
##############################################
mame-0.226+dfsg.1/src/devices/bus/lpci/pci.cpp-93-	device_t(mconfig, PCI_BUS, tag, owner, clock), m_busnum(0),
mame-0.226+dfsg.1/src/devices/bus/lpci/pci.cpp:94:	m_address(0), m_devicenum(0), m_busnumber(0), m_busnumaddr(nullptr),
mame-0.226+dfsg.1/src/devices/bus/lpci/pci.cpp-95-	m_father(*this, finder_base::DUMMY_TAG)
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-171-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp:172:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-173-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-195-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp:196:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-197-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-219-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp:220:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-221-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-251-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp:252:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-253-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-283-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp:284:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-285-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-307-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp:308:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-309-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-331-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp:332:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-333-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-593-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp:594:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/eeprom.cpp-595-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/ggenie.cpp-72-		else
mame-0.226+dfsg.1/src/devices/bus/megadrive/ggenie.cpp:73:			return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/ggenie.cpp-74-	}
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/jcart.cpp-179-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/jcart.cpp:180:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/jcart.cpp-181-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/jcart.cpp-222-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/jcart.cpp:223:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/jcart.cpp-224-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/md_slot.h-13-
mame-0.226+dfsg.1/src/devices/bus/megadrive/md_slot.h:14:#define MD_ADDR(a)  (rom_bank_map[((a << 1) / 0x10000) & 0x3f] * 0x10000 + ((a << 1) & 0xffff))/2
mame-0.226+dfsg.1/src/devices/bus/megadrive/md_slot.h-15-
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-203-md_rom_realtec_device::md_rom_realtec_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:204:	: md_std_rom_device(mconfig, MD_ROM_REALTEC, tag, owner, clock), m_bank_addr(0), m_bank_size(0), m_old_bank_addr(0)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-205-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-462-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:463:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-464-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-502-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:503:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-504-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-677-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:678:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-679-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-709-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:710:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-711-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-729-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:730:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-731-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-747-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:748:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-749-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-765-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:766:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-767-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-785-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:786:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-787-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-813-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:814:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-815-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-828-
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:829:#define MD_LION3_ADDR(a)  (((offset << 1) | (m_bank << 15)) & (m_rom_size - 1))/2
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-830-
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-833-	if (offset < 0x100000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:834:		return m_rom[MD_LION3_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-835-	else if (offset >= 0x600000/2 && offset < 0x700000/2)
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-852-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:853:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-854-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-916-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:917:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-918-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-933-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:934:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-935-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-950-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:951:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-952-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-967-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:968:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-969-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-976-
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:977:#define MD_POKESTAD_ADDR(a)  (((offset << 1) | (m_bank << 15)) & (m_rom_size - 1))/2
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-978-
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-981-	if (offset < 0x100000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:982:		return m_rom[MD_POKESTAD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-983-
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-985-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:986:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-987-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1015-	if (offset < (m_bank_size * 0x20000))   // two banks of same (variable) size at the bottom of the rom
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:1016:		return m_rom[MD_ADDR((offset + (m_bank_addr * 0x20000)/2))];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:1017:	return m_rom[MD_ADDR(((offset & 0x1fff/2) + 0x7e000/2))];  // otherwise it accesses the final 8k of the image
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1018-}
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1049-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:1050:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1051-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1077-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:1078:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1079-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1233-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:1234:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1235-	else if ((offset & 0x07) == 1 && m_reg)
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1326-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp:1327:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.cpp-1328-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.h-23-	// reading and writing
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.h:24:	virtual uint16_t read(offs_t offset) override { if (offset < 0x400000/2) return m_rom[MD_ADDR(offset)]; else return 0xffff; }
mame-0.226+dfsg.1/src/devices/bus/megadrive/rom.h-25-	virtual void write(offs_t offset, uint16_t data, uint16_t mem_mask = ~0) override { }
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/sk.cpp-55-	if (offset < 0x400000/2)
mame-0.226+dfsg.1/src/devices/bus/megadrive/sk.cpp:56:		return m_rom[MD_ADDR(offset)];
mame-0.226+dfsg.1/src/devices/bus/megadrive/sk.cpp-57-	else
##############################################
mame-0.226+dfsg.1/src/devices/bus/megadrive/svp.cpp-100-	{
mame-0.226+dfsg.1/src/devices/bus/megadrive/svp.cpp:101:#define CADDR ((((mode<<16)&0x7f0000)|addr)<<1)
mame-0.226+dfsg.1/src/devices/bus/megadrive/svp.cpp-102-		uint16_t *dram = (uint16_t *)m_dram;
##############################################
mame-0.226+dfsg.1/src/devices/bus/nubus/nubus_specpdq.cpp-94-	m_vram32(nullptr), m_mode(0), m_vbl_disable(0), m_count(0), m_clutoffs(0), m_timer(nullptr),
mame-0.226+dfsg.1/src/devices/bus/nubus/nubus_specpdq.cpp:95:	m_width(0), m_height(0), m_patofsx(0), m_patofsy(0), m_vram_addr(0), m_vram_src(0),
mame-0.226+dfsg.1/src/devices/bus/nubus/nubus_specpdq.cpp-96-	m_palette(*this, "palette")
##############################################
mame-0.226+dfsg.1/src/devices/bus/pc_kbd/keytro.cpp-380-	device_pc_kbd_interface(mconfig, *this),
mame-0.226+dfsg.1/src/devices/bus/pc_kbd/keytro.cpp:381:	m_cpu(*this, "kb_keytr"), m_p1(0), m_p1_data(0), m_p2(0), m_p3(0), m_last_write_addr(0)
mame-0.226+dfsg.1/src/devices/bus/pc_kbd/keytro.cpp-382-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/psx/memcard.cpp-49-	cmd(0),
mame-0.226+dfsg.1/src/devices/bus/psx/memcard.cpp:50:	addr(0),
mame-0.226+dfsg.1/src/devices/bus/psx/memcard.cpp-51-	state(0),
##############################################
mame-0.226+dfsg.1/src/devices/bus/s100/djdma.cpp-115-	, m_diskcpu(*this, Z80_TAG)
mame-0.226+dfsg.1/src/devices/bus/s100/djdma.cpp:116:	, m_cmdaddr(*this, "cmdaddr")
mame-0.226+dfsg.1/src/devices/bus/s100/djdma.cpp-117-	, m_bus_hold(false)
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/sa1.cpp-97-	, m_iram_write_snes(0), m_iram_write_sa1(0)
mame-0.226+dfsg.1/src/devices/bus/snes/sa1.cpp:98:	, m_dma_ctrl(0), m_dma_ccparam(0), m_src_addr(0), m_dst_addr(0), m_dma_cnt(0)
mame-0.226+dfsg.1/src/devices/bus/snes/sa1.cpp-99-	, m_math_ctlr(0), m_math_overflow(0), m_math_a(0), m_math_b(0), m_math_res(0)
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-119-	m_r4831 = 0;
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:120:	m_dx_offset = spc7110_datarom_addr(0 * 0x100000, 0x200000); // we would need the rom length here...
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-121-	m_r4832 = 1;
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:122:	m_ex_offset = spc7110_datarom_addr(1 * 0x100000, 0x200000); // we would need the rom length here...
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-123-	m_r4833 = 2;
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:124:	m_fx_offset = spc7110_datarom_addr(2 * 0x100000, 0x200000); // we would need the rom length here...
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-125-	m_r4834 = 0x00;
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-935-
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:936:uint32_t sns_rom_spc7110_device::spc7110_datarom_addr(uint32_t addr, uint32_t rom_len)
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-937-{
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1141-
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:1142:			data = ROM[spc7110_datarom_addr(adjustaddr, len)];
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1143-			if (!(m_r4818 & 2))
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1186-
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:1187:			data = ROM[spc7110_datarom_addr(address + adjust, len)];
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1188-			if ((m_r4818 & 0x60) == 0x60)
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1289-			//length  = (m_r4809 + (m_r480a << 8));
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:1290:			address = spc7110_datarom_addr(table + index, len);
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1291-			mode    = (ROM[address + 0]);
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1532-			m_r4831 = data;
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:1533:			m_dx_offset = spc7110_datarom_addr(data * 0x100000, len);
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1534-			break;
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1539-			m_r4832 = data;
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:1540:			m_ex_offset = spc7110_datarom_addr(data * 0x100000, len);
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1541-			break;
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1546-			m_r4833 = data;
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp:1547:			m_fx_offset = spc7110_datarom_addr(data * 0x100000, len);
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.cpp-1548-			break;
##############################################
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.h-97-	void spc7110_start();
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.h:98:	uint32_t spc7110_datarom_addr(uint32_t addr, uint32_t len);
mame-0.226+dfsg.1/src/devices/bus/snes/spc7110.h-99-	uint32_t spc7110_data_pointer();
##############################################
mame-0.226+dfsg.1/src/devices/bus/ti99/peb/pgram.cpp-123-#define LOG_GRAM       (1U<<5)
mame-0.226+dfsg.1/src/devices/bus/ti99/peb/pgram.cpp:124:#define LOG_GRAMADDR   (1U<<6)
mame-0.226+dfsg.1/src/devices/bus/ti99/peb/pgram.cpp-125-#define LOG_CRU        (1U<<7)
##############################################
mame-0.226+dfsg.1/src/devices/bus/ti99/peb/spchsyn.cpp-32-#define LOG_MEM         (1U<<3)
mame-0.226+dfsg.1/src/devices/bus/ti99/peb/spchsyn.cpp:33:#define LOG_ADDR        (1U<<4)
mame-0.226+dfsg.1/src/devices/bus/ti99/peb/spchsyn.cpp-34-#define LOG_READY       (1U<<5)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/8x300/8x300.cpp-26-#define IMM5   (opcode & 0x001f)
mame-0.226+dfsg.1/src/devices/cpu/8x300/8x300.cpp:27:#define ADDR   (opcode & 0x1fff)
mame-0.226+dfsg.1/src/devices/cpu/8x300/8x300.cpp-28-#define OP     ((opcode & 0xe000) >> 13)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/adsp2100/adsp2100.cpp-148-		m_fl2(0),
mame-0.226+dfsg.1/src/devices/cpu/adsp2100/adsp2100.cpp:149:		m_idma_addr(0),
mame-0.226+dfsg.1/src/devices/cpu/adsp2100/adsp2100.cpp-150-		m_idma_cache(0),
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.cpp-977-
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.cpp:978:	// check tag, valid, and asm or asn
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.cpp-979-	if ((block.tag != (address >> 13)) || !(block.aav & AAV_V) || (!(block.aav & AAV_ASM) && ((block.aav & AAV_ASN) != (((m_ibx[IBX_ICCSR] & IBX_ICCSR_R_ASN) >> 28)))))
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.cpp-982-		block.tag = address >> 13;
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.cpp:983:		block.aav = AAV_V | ((m_ibx[IBX_ICCSR] & IBX_ICCSR_R_ASN) >> 28); // TODO: set ASM depending on PTE
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.cpp-984-
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.cpp:985:		// always set ASM if istream superpage mapping is enabled
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.cpp-986-		if (m_ibx[IBX_ICCSR] & IBX_ICCSR_R_MAP)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-100-		IBX_ITBZAP       = 6,  // w, PALmode only
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h:101:		IBX_ITBASM       = 7,  // w, PALmode only
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-102-		IBX_ITBIS        = 8,  // w, PALmode only
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-117-	{
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h:118:		IBX_ITB_PTE_W_ASM = 0x00000000'00000010, // address space match
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-119-		IBX_ITB_PTE_W_KRE = 0x00000000'00000100, // kernel read-enable
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-129-		IBX_ITB_PTE_R_PFN = 0x00000003'ffffe000, // page frame number
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h:130:		IBX_ITB_PTE_R_ASM = 0x00000004'00000000, // address space match
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-131-	};
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-187-		ABX_DTBZAP        = 6,  // w
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h:188:		ABX_DTBASM        = 7,  // w
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-189-		ABX_DTBIS         = 8,  // w
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-201-		ABX_FLUSH_IC      = 21, // w
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h:202:		ABX_FLUSH_IC_ASM  = 23, // w
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-203-	};
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-267-		u32 tag;   // cache tag
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h:268:		u8 aav;    // asn, asm and v fields
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-269-		u8 bht;    // branch history table
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-274-		AAV_ASN = 0x3f, // address space number
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h:275:		AAV_ASM = 0x40, // address space match
mame-0.226+dfsg.1/src/devices/cpu/alpha/alpha.h-276-		AAV_V   = 0x80, // valid
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alto2/a2ether.cpp-165-#define BREATHLEN   ALTO2_ETHER_PACKET_SIZE //!< ethernet packet length
mame-0.226+dfsg.1/src/devices/cpu/alto2/a2ether.cpp:166:#define BREATHADDR  (0377<<8)               //!< destination (0377) and source (0000)
mame-0.226+dfsg.1/src/devices/cpu/alto2/a2ether.cpp-167-#define BREATHTYPE  0602                    //!< ethernet packet type
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alto2/a2ram.cpp-75-	uint32_t bank = GET_CRAM_BANKSEL(m_cram_addr);
mame-0.226+dfsg.1/src/devices/cpu/alto2/a2ram.cpp:76:	uint32_t wordaddr = GET_CRAM_WORDADDR(m_cram_addr);
mame-0.226+dfsg.1/src/devices/cpu/alto2/a2ram.cpp-77-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alto2/a2ram.cpp-129-	const uint32_t bank = GET_CRAM_BANKSEL(m_cram_addr);
mame-0.226+dfsg.1/src/devices/cpu/alto2/a2ram.cpp:130:	const uint32_t wordaddr = GET_CRAM_WORDADDR(m_cram_addr);
mame-0.226+dfsg.1/src/devices/cpu/alto2/a2ram.cpp-131-	const uint32_t addr = bank * ALTO2_UCODE_PAGE_SIZE + wordaddr;  // write RAM 0,1,2
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alto2/alto2cpu.cpp-159-	m_myl(0),
mame-0.226+dfsg.1/src/devices/cpu/alto2/alto2cpu.cpp:160:	m_cram_addr(0),
mame-0.226+dfsg.1/src/devices/cpu/alto2/alto2cpu.cpp-161-	m_task_wakeup(0),
##############################################
mame-0.226+dfsg.1/src/devices/cpu/alto2/alto2cpu.h-536-	//! get the word address bit field from a control RAM address
mame-0.226+dfsg.1/src/devices/cpu/alto2/alto2cpu.h:537:	static inline uint16_t GET_CRAM_WORDADDR(uint16_t addr) { return X_RDBITS(addr,16,6,15); }
mame-0.226+dfsg.1/src/devices/cpu/alto2/alto2cpu.h-538-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arc/arcdasm.cpp-172-#define ARC_BRANCH_DELAY     ((op & 0x00000060) >> 5 ) // aka N
mame-0.226+dfsg.1/src/devices/cpu/arc/arcdasm.cpp:173:#define ARC_BRANCH_ADDR      ((op & 0x07ffff80) >> 7 ) // aka L
mame-0.226+dfsg.1/src/devices/cpu/arc/arcdasm.cpp-174-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact.h-784-
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact.h:785:	uint32_t handle_jump_to_addr(int delay, int link, uint32_t address, uint32_t next_addr);
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact.h-786-	uint32_t handle_jump_to_register(int delay, int link, uint32_t reg, uint32_t next_addr, int flag);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact_execute.cpp-1138-
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact_execute.cpp:1139:uint32_t arcompact_device::handle_jump_to_addr(int delay, int link, uint32_t address, uint32_t next_addr)
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact_execute.cpp-1140-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact_execute.cpp-1185-			uint32_t target = m_regs[reg];
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact_execute.cpp:1186:			return handle_jump_to_addr(delay, link, target, next_addr);
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact_execute.cpp-1187-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact_execute.cpp-6538-
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact_execute.cpp:6539:		handle_jump_to_addr(1,0,limm, m_pc + (size>>0));
mame-0.226+dfsg.1/src/devices/cpu/arcompact/arcompact_execute.cpp-6540-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7.h-465-	void drctg04_00_0a(drcuml_block &block, compiler_state &compiler, const opcode_desc *desc); /* CMP Rd, Rs */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7.h:466:	void drctg04_00_0b(drcuml_block &block, compiler_state &compiler, const opcode_desc *desc); /* CMN Rd, Rs - check flags, add dasm */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7.h-467-	void drctg04_00_0c(drcuml_block &block, compiler_state &compiler, const opcode_desc *desc); /* ORR Rd, Rs */
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7.h-490-	void drctg05_2(drcuml_block &block, compiler_state &compiler, const opcode_desc *desc);  /* STRB Rd, [Rn, Rm] */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7.h:491:	void drctg05_3(drcuml_block &block, compiler_state &compiler, const opcode_desc *desc);  /* LDSB Rd, [Rn, Rm] todo, add dasm */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7.h-492-	void drctg05_4(drcuml_block &block, compiler_state &compiler, const opcode_desc *desc);  /* LDR Rd, [Rn, Rm] */
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7core.h-314-/* Deconstructing an instruction */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7core.h:315:// todo: use these in all places (including dasm file)
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7core.h-316-#define INSN_COND           ((uint32_t)0xf0000000u)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7core.hxx-35-    Coprocessor functions are heavily implementation specific, so callback handlers are used to allow the
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7core.hxx:36:    implementation to handle the functionality. Custom DASM handlers are included as well to allow the DASM
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7core.hxx-37-    output to be tailored to the co-proc implementation details.
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7dasm.cpp-19- *  implementation being used, I've setup callback handlers to allow for custom
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7dasm.cpp:20: *  dasm display of the co-proc functions so that the implementation specific
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7dasm.cpp-21- *  commands/interpretation can be used. If not used, the default handlers which
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7dasm.cpp-862-								break;
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7dasm.cpp:863:							case 0xb: /* CMN Rd, Rs - check flags, add dasm */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7dasm.cpp-864-								rs = ( opcode & THUMB_ADDSUB_RS ) >> THUMB_ADDSUB_RS_SHIFT;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7tdrc.hxx-594-
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7tdrc.hxx:595:void arm7_cpu_device::drctg04_00_0b(drcuml_block &block, compiler_state &compiler, const opcode_desc *desc) /* CMN Rd, Rs - check flags, add dasm */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7tdrc.hxx-596-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7tdrc.hxx-918-
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7tdrc.hxx:919:void arm7_cpu_device::drctg05_3(drcuml_block &block, compiler_state &compiler, const opcode_desc *desc)  /* LDSB Rd, [Rn, Rm] todo, add dasm */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7tdrc.hxx-920-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7thmb.cpp-704-
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7thmb.cpp:705:void arm7_cpu_device::tg04_00_0b(uint32_t pc, uint32_t op) /* CMN Rd, Rs - check flags, add dasm */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7thmb.cpp-706-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7thmb.cpp-1007-
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7thmb.cpp:1008:void arm7_cpu_device::tg05_3(uint32_t pc, uint32_t op)  /* LDSB Rd, [Rn, Rm] todo, add dasm */
mame-0.226+dfsg.1/src/devices/cpu/arm7/arm7thmb.cpp-1009-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-9-
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp:10:void capricorn_disassembler::direct_addr(std::ostream &stream, offs_t pc, const data_buffer &opcodes)
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-11-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-51-	stream << "DR,=";
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp:52:	direct_addr(stream, pc+1, opcodes);
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-53-	return 2;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-58-	stream << "DR,XAR,";
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp:59:	direct_addr(stream, pc+1, opcodes);
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-60-	return 2;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-65-	stream << "XR,";
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp:66:	direct_addr(stream, pc+1, opcodes);
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-67-	return 2;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-72-	stream << "=";
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp:73:	direct_addr(stream, pc+1, opcodes);
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.cpp-74-	return 2;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.h-35-
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.h:36:	void direct_addr(std::ostream &stream, offs_t pc, const data_buffer &opcodes);
mame-0.226+dfsg.1/src/devices/cpu/capricorn/capricorn_dasm.h-37-	offs_t param_arp_drp(std::ostream &stream, offs_t pc, const data_buffer &opcodes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-601- ***************************************************/
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:602:void cp1610_cpu_device::cp1610_addr(int s, int d)
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-603-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-2358-
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2359:		case 0x0c0: /* 0 011 000 000 */ cp1610_addr(0,0); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2360:		case 0x0c1: /* 0 011 000 001 */ cp1610_addr(0,1); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2361:		case 0x0c2: /* 0 011 000 010 */ cp1610_addr(0,2); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2362:		case 0x0c3: /* 0 011 000 011 */ cp1610_addr(0,3); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2363:		case 0x0c4: /* 0 011 000 100 */ cp1610_addr(0,4); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2364:		case 0x0c5: /* 0 011 000 101 */ cp1610_addr(0,5); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2365:		case 0x0c6: /* 0 011 000 110 */ cp1610_addr(0,6); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2366:		case 0x0c7: /* 0 011 000 111 */ cp1610_addr(0,7); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-2367-
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2368:		case 0x0c8: /* 0 011 001 000 */ cp1610_addr(1,0); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2369:		case 0x0c9: /* 0 011 001 001 */ cp1610_addr(1,1); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2370:		case 0x0ca: /* 0 011 001 010 */ cp1610_addr(1,2); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2371:		case 0x0cb: /* 0 011 001 011 */ cp1610_addr(1,3); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2372:		case 0x0cc: /* 0 011 001 100 */ cp1610_addr(1,4); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2373:		case 0x0cd: /* 0 011 001 101 */ cp1610_addr(1,5); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2374:		case 0x0ce: /* 0 011 001 110 */ cp1610_addr(1,6); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2375:		case 0x0cf: /* 0 011 001 111 */ cp1610_addr(1,7); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-2376-
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2377:		case 0x0d0: /* 0 011 010 000 */ cp1610_addr(2,0); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2378:		case 0x0d1: /* 0 011 010 001 */ cp1610_addr(2,1); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2379:		case 0x0d2: /* 0 011 010 010 */ cp1610_addr(2,2); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2380:		case 0x0d3: /* 0 011 010 011 */ cp1610_addr(2,3); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2381:		case 0x0d4: /* 0 011 010 100 */ cp1610_addr(2,4); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2382:		case 0x0d5: /* 0 011 010 101 */ cp1610_addr(2,5); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2383:		case 0x0d6: /* 0 011 010 110 */ cp1610_addr(2,6); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2384:		case 0x0d7: /* 0 011 010 111 */ cp1610_addr(2,7); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-2385-
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2386:		case 0x0d8: /* 0 011 011 000 */ cp1610_addr(3,0); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2387:		case 0x0d9: /* 0 011 011 001 */ cp1610_addr(3,1); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2388:		case 0x0da: /* 0 011 011 010 */ cp1610_addr(3,2); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2389:		case 0x0db: /* 0 011 011 011 */ cp1610_addr(3,3); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2390:		case 0x0dc: /* 0 011 011 100 */ cp1610_addr(3,4); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2391:		case 0x0dd: /* 0 011 011 101 */ cp1610_addr(3,5); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2392:		case 0x0de: /* 0 011 011 110 */ cp1610_addr(3,6); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2393:		case 0x0df: /* 0 011 011 111 */ cp1610_addr(3,7); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-2394-
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2395:		case 0x0e0: /* 0 011 100 000 */ cp1610_addr(4,0); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2396:		case 0x0e1: /* 0 011 100 001 */ cp1610_addr(4,1); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2397:		case 0x0e2: /* 0 011 100 010 */ cp1610_addr(4,2); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2398:		case 0x0e3: /* 0 011 100 011 */ cp1610_addr(4,3); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2399:		case 0x0e4: /* 0 011 100 100 */ cp1610_addr(4,4); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2400:		case 0x0e5: /* 0 011 100 101 */ cp1610_addr(4,5); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2401:		case 0x0e6: /* 0 011 100 110 */ cp1610_addr(4,6); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2402:		case 0x0e7: /* 0 011 100 111 */ cp1610_addr(4,7); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-2403-
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2404:		case 0x0e8: /* 0 011 101 000 */ cp1610_addr(5,0); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2405:		case 0x0e9: /* 0 011 101 001 */ cp1610_addr(5,1); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2406:		case 0x0ea: /* 0 011 101 010 */ cp1610_addr(5,2); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2407:		case 0x0eb: /* 0 011 101 011 */ cp1610_addr(5,3); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2408:		case 0x0ec: /* 0 011 101 100 */ cp1610_addr(5,4); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2409:		case 0x0ed: /* 0 011 101 101 */ cp1610_addr(5,5); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2410:		case 0x0ee: /* 0 011 101 110 */ cp1610_addr(5,6); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2411:		case 0x0ef: /* 0 011 101 111 */ cp1610_addr(5,7); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-2412-
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2413:		case 0x0f0: /* 0 011 110 000 */ cp1610_addr(6,0); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2414:		case 0x0f1: /* 0 011 110 001 */ cp1610_addr(6,1); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2415:		case 0x0f2: /* 0 011 110 010 */ cp1610_addr(6,2); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2416:		case 0x0f3: /* 0 011 110 011 */ cp1610_addr(6,3); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2417:		case 0x0f4: /* 0 011 110 100 */ cp1610_addr(6,4); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2418:		case 0x0f5: /* 0 011 110 101 */ cp1610_addr(6,5); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2419:		case 0x0f6: /* 0 011 110 110 */ cp1610_addr(6,6); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2420:		case 0x0f7: /* 0 011 110 111 */ cp1610_addr(6,7); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-2421-
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2422:		case 0x0f8: /* 0 011 111 000 */ cp1610_addr(7,0); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2423:		case 0x0f9: /* 0 011 111 001 */ cp1610_addr(7,1); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2424:		case 0x0fa: /* 0 011 111 010 */ cp1610_addr(7,2); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2425:		case 0x0fb: /* 0 011 111 011 */ cp1610_addr(7,3); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2426:		case 0x0fc: /* 0 011 111 100 */ cp1610_addr(7,4); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2427:		case 0x0fd: /* 0 011 111 101 */ cp1610_addr(7,5); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2428:		case 0x0fe: /* 0 011 111 110 */ cp1610_addr(7,6); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp:2429:		case 0x0ff: /* 0 011 111 111 */ cp1610_addr(7,7); break;
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.cpp-2430-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.h-111-	void cp1610_movr(int s, int d);
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.h:112:	void cp1610_addr(int s, int d);
mame-0.226+dfsg.1/src/devices/cpu/cp1610/cp1610.h-113-	void cp1610_subr(int s, int d);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp-876-		{
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp:877:			dasm = inst.disasm(&m_drcuml);
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp-878-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp-1442-	a.sub(rsp, 8);                                                                      // sub   rsp,8
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp:1443:	a.call(MABS(exp.handle().codeptr_addr()));                                          // call  [exp]
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp-1444-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp-1490-	// look up the handle target
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp:1491:	drccodeptr *targetptr = handp.handle().codeptr_addr();
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp-1492-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp-1522-	// look up the handle target
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp:1523:	drccodeptr *targetptr = handp.handle().codeptr_addr();
mame-0.226+dfsg.1/src/devices/cpu/drcbex64.cpp-1524-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-518-		m_last_lower_pc(nullptr),
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp:519:		m_last_lower_addr(nullptr),
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-520-		m_last_upper_reg(Gp()),
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-521-		m_last_upper_pc(nullptr),
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp:522:		m_last_upper_addr(nullptr),
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-523-		m_fptemp(0),
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-843-		{
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp:844:			dasm = inst.disasm(&m_drcuml);
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-845-			x86log_add_comment(m_log, dst + a.offset(), "%s", dasm.c_str());
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-2240-	a.sub(esp, 4);                                                                      // sub   esp,4
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp:2241:	a.call(MABS(exp.handle().codeptr_addr()));                                          // call  [exp]
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-2242-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-2288-	// look up the handle target
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp:2289:	drccodeptr *targetptr = handp.handle().codeptr_addr();
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-2290-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-2320-	// look up the handle target
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp:2321:	drccodeptr *targetptr = handp.handle().codeptr_addr();
mame-0.226+dfsg.1/src/devices/cpu/drcbex86.cpp-2322-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp-178-		for (uml::code_handle &handle : m_handlelist)
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp:179:			*handle.codeptr_addr() = nullptr;
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp-180-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp-460-		else if (inst.opcode() == uml::OP_LABEL)
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp:461:			m_drcuml.log_printf("$%X:\n", u32(inst.param(0).label()));
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp-462-		else if (inst.opcode() == uml::OP_HANDLE)
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp:463:			m_drcuml.log_printf("%s:\n", inst.param(0).handle().string());
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp-464-		else if (inst.opcode() == uml::OP_HASH)
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp:465:			m_drcuml.log_printf("(%X,%X):\n", u32(inst.param(0).immediate()), u32(inst.param(1).immediate()));
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp-466-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp-1112-		// disassemble the test instruction
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp:1113:		std::string disasm = testinst->disasm(drcuml);
mame-0.226+dfsg.1/src/devices/cpu/drcuml.cpp-1114-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/dsp16/dsp16.cpp-671-		u16 *fetch_target(&m_cache[cache_next]);
mame-0.226+dfsg.1/src/devices/cpu/dsp16/dsp16.cpp:672:		u16 fetch_addr(0U);
mame-0.226+dfsg.1/src/devices/cpu/dsp16/dsp16.cpp-673-		flags predicate(FLAGS_PRED_NONE);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/dspp/dspp.cpp-111-		m_dspx_channel_sqxd(0),
mame-0.226+dfsg.1/src/devices/cpu/dspp/dspp.cpp:112:		m_dspx_shadow_current_addr(0),
mame-0.226+dfsg.1/src/devices/cpu/dspp/dspp.cpp-113-		m_dspx_shadow_current_count(0),
mame-0.226+dfsg.1/src/devices/cpu/dspp/dspp.cpp:114:		m_dspx_shadow_next_addr(0),
mame-0.226+dfsg.1/src/devices/cpu/dspp/dspp.cpp-115-		m_dspx_shadow_next_count(0),
##############################################
mame-0.226+dfsg.1/src/devices/cpu/dspp/dspp.h-72-	void print_value() { printf("Value is %08x\n", m_core->m_arg0); }
mame-0.226+dfsg.1/src/devices/cpu/dspp/dspp.h:73:	void print_addr() { printf("New value is %08x from %08x\n", m_core->m_arg0, m_core->m_arg1); }
mame-0.226+dfsg.1/src/devices/cpu/dspp/dspp.h-74-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/dspp/dsppdrc.cpp-76-
mame-0.226+dfsg.1/src/devices/cpu/dspp/dsppdrc.cpp:77:static void cfunc_print_addr(void *param)
mame-0.226+dfsg.1/src/devices/cpu/dspp/dsppdrc.cpp-78-{
mame-0.226+dfsg.1/src/devices/cpu/dspp/dsppdrc.cpp-79-    dspp_device *dspp = (dspp_device *)param;
mame-0.226+dfsg.1/src/devices/cpu/dspp/dsppdrc.cpp:80:    dspp->print_addr();
mame-0.226+dfsg.1/src/devices/cpu/dspp/dsppdrc.cpp-81-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-377-/* Return the entry point for a determinated trap */
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:378:uint32_t hyperstone_device::get_trap_addr(uint8_t trapno)
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-379-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-394-/* Return the entry point for a determinated emulated code (the one for "extend" opcode is reserved) */
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:395:uint32_t hyperstone_device::get_emu_code_addr(uint8_t num) /* num is OP */
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-396-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-877-
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:878:	const uint32_t addr = get_emu_code_addr((m_op & 0xff00) >> 8);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-879-	const uint8_t reg = fp + GET_FL;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-939-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:940:			execute_int(get_trap_addr(TRAPNO_IO3));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-941-			standard_irq_callback(IRQ_IO3);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-947-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:948:			execute_int(get_trap_addr(TRAPNO_INT1));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-949-			standard_irq_callback(IRQ_INT1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-955-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:956:			execute_int(get_trap_addr(TRAPNO_INT2));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-957-			standard_irq_callback(IRQ_INT2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-963-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:964:			execute_int(get_trap_addr(TRAPNO_INT3));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-965-			standard_irq_callback(IRQ_INT3);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-971-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:972:			execute_int(get_trap_addr(TRAPNO_INT4));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-973-			standard_irq_callback(IRQ_INT4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-979-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:980:			execute_int(get_trap_addr(TRAPNO_IO1));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-981-			standard_irq_callback(IRQ_IO1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-987-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:988:			execute_int(get_trap_addr(TRAPNO_IO2));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-989-			standard_irq_callback(IRQ_IO2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-997-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:998:			execute_int(get_trap_addr(TRAPNO_IO3));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-999-			standard_irq_callback(IRQ_IO3);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1006-			m_core->timer_int_pending = 0;
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1007:			execute_int(get_trap_addr(TRAPNO_TIMER));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1008-			return;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1013-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1014:			execute_int(get_trap_addr(TRAPNO_INT1));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1015-			standard_irq_callback(IRQ_INT1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1022-			m_core->timer_int_pending = 0;
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1023:			execute_int(get_trap_addr(TRAPNO_TIMER));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1024-			return;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1029-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1030:			execute_int(get_trap_addr(TRAPNO_INT2));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1031-			standard_irq_callback(IRQ_INT2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1038-			m_core->timer_int_pending = 0;
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1039:			execute_int(get_trap_addr(TRAPNO_TIMER));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1040-			return;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1045-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1046:			execute_int(get_trap_addr(TRAPNO_INT3));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1047-			standard_irq_callback(IRQ_INT3);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1054-			m_core->timer_int_pending = 0;
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1055:			execute_int(get_trap_addr(TRAPNO_TIMER));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1056-			return;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1061-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1062:			execute_int(get_trap_addr(TRAPNO_INT4));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1063-			standard_irq_callback(IRQ_INT4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1069-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1070:			execute_int(get_trap_addr(TRAPNO_IO1));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1071-			standard_irq_callback(IRQ_IO1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1077-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1078:			execute_int(get_trap_addr(TRAPNO_IO2));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1079-			standard_irq_callback(IRQ_IO2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1407-
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1408:	PC = get_trap_addr(TRAPNO_RESET);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1409-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1551-	const uint8_t trapno = (m_op & 0xfc) >> 2;
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1552:	const uint32_t addr = get_trap_addr(trapno);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1553-	const uint8_t code = ((m_op & 0x300) >> 6) | (m_op & 0x03);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1973-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp:1974:			uint32_t addr = get_trap_addr(TRAPNO_TRACE_EXCEPTION);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.cpp-1975-			execute_exception(addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.h-328-	uint32_t m_op_counts[256];
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.h:329:	uint32_t get_trap_addr(uint8_t trapno);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.h-330-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.h-339-
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.h:340:	uint32_t get_emu_code_addr(uint8_t num);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.h-341-	int32_t get_instruction_length(uint16_t op);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.h-493-
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.h:494:	void generate_get_trap_addr(drcuml_block &block, uml::code_label &label, uint32_t trapno);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xs.h-495-	void generate_check_delay_pc(drcuml_block &block, compiler_state &compiler, const opcode_desc *desc);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-193-/* Return the entry point for a determinated trap */
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:194:void hyperstone_device::generate_get_trap_addr(drcuml_block &block, uml::code_label &label, uint32_t trapno)
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-195-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-351-	uml::code_label label = 1;
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:352:	generate_get_trap_addr(block, label, exception);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-353-	UML_ROLAND(block, I1, DRC_SR, 7, 0x7f);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-552-	UML_JMPc(block, uml::COND_NE, skip_io3);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:553:	generate_get_trap_addr(block, labelnum, TRAPNO_IO3);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-554-	UML_MOV(block, mem(&m_core->arg0), IRQ_IO3);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-563-	UML_JMPc(block, uml::COND_NZ, skip_int1);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:564:	generate_get_trap_addr(block, labelnum, TRAPNO_INT1);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-565-	UML_MOV(block, mem(&m_core->arg0), IRQ_INT1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-574-	UML_JMPc(block, uml::COND_NZ, skip_int2);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:575:	generate_get_trap_addr(block, labelnum, TRAPNO_INT2);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-576-	UML_MOV(block, mem(&m_core->arg0), IRQ_INT2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-585-	UML_JMPc(block, uml::COND_NZ, skip_int3);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:586:	generate_get_trap_addr(block, labelnum, TRAPNO_INT3);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-587-	UML_MOV(block, mem(&m_core->arg0), IRQ_INT3);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-596-	UML_JMPc(block, uml::COND_NZ, skip_int4);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:597:	generate_get_trap_addr(block, labelnum, TRAPNO_INT4);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-598-	UML_MOV(block, mem(&m_core->arg0), IRQ_INT4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-608-	UML_JMPc(block, uml::COND_NE, skip_io1);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:609:	generate_get_trap_addr(block, labelnum, TRAPNO_IO1);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-610-	UML_MOV(block, mem(&m_core->arg0), IRQ_IO1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-620-	UML_JMPc(block, uml::COND_NE, skip_io2);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:621:	generate_get_trap_addr(block, labelnum, TRAPNO_IO2);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-622-	UML_MOV(block, mem(&m_core->arg0), IRQ_IO2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-635-	UML_JMPc(block, uml::COND_NE, skip_io3);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:636:	generate_get_trap_addr(block, labelnum, TRAPNO_IO3);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-637-	UML_MOV(block, mem(&m_core->arg0), IRQ_IO3);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-645-	UML_MOV(block, mem(&m_core->timer_int_pending), 0);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:646:	generate_get_trap_addr(block, labelnum, TRAPNO_TIMER);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-647-	generate_trap_exception_or_int<IS_INT>(block);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-654-	UML_JMPc(block, uml::COND_NZ, skip_int1);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:655:	generate_get_trap_addr(block, labelnum, TRAPNO_INT1);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-656-	UML_MOV(block, mem(&m_core->arg0), IRQ_INT1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-664-	UML_MOV(block, mem(&m_core->timer_int_pending), 0);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:665:	generate_get_trap_addr(block, labelnum, TRAPNO_TIMER);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-666-	generate_trap_exception_or_int<IS_INT>(block);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-673-	UML_JMPc(block, uml::COND_NZ, skip_int2);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:674:	generate_get_trap_addr(block, labelnum, TRAPNO_INT2);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-675-	UML_MOV(block, mem(&m_core->arg0), IRQ_INT2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-683-	UML_MOV(block, mem(&m_core->timer_int_pending), 0);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:684:	generate_get_trap_addr(block, labelnum, TRAPNO_TIMER);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-685-	generate_trap_exception_or_int<IS_INT>(block);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-692-	UML_JMPc(block, uml::COND_NZ, skip_int3);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:693:	generate_get_trap_addr(block, labelnum, TRAPNO_INT3);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-694-	UML_MOV(block, mem(&m_core->arg0), IRQ_INT3);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-702-	UML_MOV(block, mem(&m_core->timer_int_pending), 0);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:703:	generate_get_trap_addr(block, labelnum, TRAPNO_TIMER);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-704-	generate_trap_exception_or_int<IS_INT>(block);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-711-	UML_JMPc(block, uml::COND_NZ, skip_int4);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:712:	generate_get_trap_addr(block, labelnum, TRAPNO_INT4);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-713-	UML_MOV(block, mem(&m_core->arg0), IRQ_INT4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-723-	UML_JMPc(block, uml::COND_NE, skip_io1);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:724:	generate_get_trap_addr(block, labelnum, TRAPNO_IO1);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-725-	UML_MOV(block, mem(&m_core->arg0), IRQ_IO1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-735-	UML_JMPc(block, uml::COND_NE, skip_io2);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp:736:	generate_get_trap_addr(block, labelnum, TRAPNO_IO2);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc.cpp-737-	UML_MOV(block, mem(&m_core->arg0), IRQ_IO2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc_ops.hxx-4988-	UML_ROLINS(block, DRC_SR, ((desc->length >> 1) << ILC_SHIFT), 0, ILC_MASK);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc_ops.hxx:4989:	generate_get_trap_addr(block, compiler.m_labelnum, trapno);
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsdrc_ops.hxx-4990-	generate_trap_exception_or_int<IS_TRAP>(block);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-14-		if (dreg == 0)
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:15:			execute_exception(get_trap_addr(TRAPNO_RANGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-16-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-20-		if ((SRC_GLOBAL && (src_code == PC_REGISTER)) ? (dreg >= sreg) : (dreg > sreg))
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:21:			execute_exception(get_trap_addr(TRAPNO_RANGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-22-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-60-		if( (!old_s && new_s) || (!new_s && !old_l && new_l))
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:61:			execute_exception(get_trap_addr(TRAPNO_PRIVILEGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-62-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-146-		SR |= V_MASK;
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:147:		execute_exception(get_trap_addr(TRAPNO_RANGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-148-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-201-		if ((SRC_GLOBAL && (src_code == PC_REGISTER)) ? (sreg >= extra_u) : (sreg > extra_u))
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:202:			execute_exception(get_trap_addr(TRAPNO_RANGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-203-		else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-299-	if ((SR & V_MASK) && src_code != SR_REGISTER)
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:300:		execute_exception(get_trap_addr(TRAPNO_RANGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-301-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-342-	{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:343:		execute_exception(get_trap_addr(TRAPNO_PRIVILEGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-344-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-444-	if (SR & V_MASK)
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:445:		execute_exception(get_trap_addr(TRAPNO_RANGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-446-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-662-	if (SR & V_MASK)
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:663:		execute_exception(get_trap_addr(TRAPNO_RANGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-664-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-797-	if (GET_V)
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:798:		execute_exception(get_trap_addr(TRAPNO_RANGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-799-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-849-	{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:850:		execute_exception(get_trap_addr(TRAPNO_PRIVILEGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-851-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-976-	if (SR & V_MASK)
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:977:		execute_exception(get_trap_addr(TRAPNO_RANGE_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-978-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-2603-		{
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx:2604:			execute_exception(get_trap_addr(TRAPNO_FRAME_ERROR));
mame-0.226+dfsg.1/src/devices/cpu/e132xs/e132xsop.hxx-2605-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/esrip/esrip.cpp-37-
mame-0.226+dfsg.1/src/devices/cpu/esrip/esrip.cpp:38:#define RAM_ADDR    (inst & 0x1f)
mame-0.226+dfsg.1/src/devices/cpu/esrip/esrip.cpp-39-#define MODE        (inst & 0x8000)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.cpp-193-	case 1:
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.cpp:194:		b = gigatron_readmem8((uint16_t)(addr(mode, d) & m_ramMask));
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.cpp-195-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.cpp-250-
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.cpp:251:uint16_t gigatron_cpu_device::addr(uint8_t mode, uint8_t d)
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.cpp-252-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.cpp-308-
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.cpp:309:	u16 address = addr(mode, d);
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.cpp-310-	if (bus == 1)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.h-62-	uint8_t offset(uint8_t bus, uint8_t d);
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.h:63:	uint16_t addr(uint8_t mode, uint8_t d);
mame-0.226+dfsg.1/src/devices/cpu/gigatron/gigatron.h-64-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/h6280/6280dasm.cpp-15-
mame-0.226+dfsg.1/src/devices/cpu/h6280/6280dasm.cpp:16:    The dasm window shows 'real' memory, as executed by the cpu
mame-0.226+dfsg.1/src/devices/cpu/h6280/6280dasm.cpp-17-    The data windows show 'physical' memory, as defined in the memory map
##############################################
mame-0.226+dfsg.1/src/devices/cpu/h6280/6280dasm.h-15-
mame-0.226+dfsg.1/src/devices/cpu/h6280/6280dasm.h:16:    The dasm window shows 'real' memory, as executed by the cpu
mame-0.226+dfsg.1/src/devices/cpu/h6280/6280dasm.h-17-    The data windows show 'physical' memory, as defined in the memory map
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hcd62121/hcd62121d.cpp-6-
mame-0.226+dfsg.1/src/devices/cpu/hcd62121/hcd62121d.cpp:7:const hcd62121_disassembler::dasm hcd62121_disassembler::ops[256] =
mame-0.226+dfsg.1/src/devices/cpu/hcd62121/hcd62121d.cpp-8-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hcd62121/hcd62121d.cpp-180-	offs_t base_pc = pc;
mame-0.226+dfsg.1/src/devices/cpu/hcd62121/hcd62121d.cpp:181:	const dasm *inst;
mame-0.226+dfsg.1/src/devices/cpu/hcd62121/hcd62121d.cpp-182-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hcd62121/hcd62121d.h-58-
mame-0.226+dfsg.1/src/devices/cpu/hcd62121/hcd62121d.h:59:	static const dasm ops[256];
mame-0.226+dfsg.1/src/devices/cpu/hcd62121/hcd62121d.h-60-};
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-18-    TODO:
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp:19:    - dasm don't decode some mnemonics
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-20-    - CPU fast/slow mode
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2752-	uint16_t data;
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp:2753:	uint32_t addr18 = make_18bit_addr((m_irq_status) ? 0 : prev_ua, m_pc);
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2754-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2773-
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp:2774:	m_curpc =  make_18bit_addr((m_irq_status) ? 0 : prev_ua, m_pc);
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2775-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2782-{
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp:2783:	return m_program->read_word(make_18bit_addr(segment, offset)) & 0xff;
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2784-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2787-{
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp:2788:	m_program->write_word(make_18bit_addr(segment, offset), data);
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2789-}
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2790-
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp:2791:inline uint32_t hd61700_cpu_device::make_18bit_addr(uint8_t segment, uint16_t offset)
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.cpp-2792-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.h-76-	inline void  mem_writebyte(uint8_t segment, uint16_t offset, uint8_t data);
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.h:77:	inline uint32_t make_18bit_addr(uint8_t segment, uint16_t offset);
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700.h-78-	inline int   check_cond( uint32_t op );
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp-11-
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp:12:const hd61700_disassembler::dasm hd61700_disassembler::ops[256] =
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp-13-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp-365-{
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp:366:	const dasm *inst;
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp-367-	uint32_t dasmflags;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp-383-
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp:384:	//dasm first arg
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp-385-	dasm_arg(stream, op, pc, inst->arg1, pos, opcodes);
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp-386-
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp:387:	//if present dasm second arg
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.cpp-388-	if (inst->arg2 != OP_NULL)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.h-60-
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.h:61:	static const dasm ops[256];
mame-0.226+dfsg.1/src/devices/cpu/hd61700/hd61700d.h-62-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-463-			m_icount -= 8;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:464:			next_pc = get_skip_addr(opcode , m_reg_A == 0);
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-465-			return true;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-470-			m_icount -= 8;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:471:			next_pc = get_skip_addr(opcode , m_reg_A++ == 0);
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-472-			return true;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-477-			m_icount -= 8;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:478:			next_pc = get_skip_addr(opcode , !BIT(m_flags , HPHYBRID_FLG_BIT));
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-479-			return true;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-484-			m_icount -= 8;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:485:			next_pc = get_skip_addr(opcode , !BIT(m_flags , HPHYBRID_DC_BIT));
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-486-			return true;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-491-			m_icount -= 8;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:492:			next_pc = get_skip_addr(opcode , m_reg_B == 0);
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-493-			return true;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-498-			m_icount -= 8;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:499:			next_pc = get_skip_addr(opcode , m_reg_B++ == 0);
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-500-			return true;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-505-			m_icount -= 8;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:506:			next_pc = get_skip_addr(opcode , !BIT(m_flags , HPHYBRID_STS_BIT));
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-507-			return true;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-512-			m_icount -= 8;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:513:			next_pc = get_skip_addr(opcode , !BIT(m_flags , HPHYBRID_HALT_BIT));
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-514-			return true;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-1264-
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:1265:uint16_t hp_hybrid_cpu_device::get_skip_addr(uint16_t opcode , bool condition) const
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-1266-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-1292-
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:1293:	return get_skip_addr(opcode , val);
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-1294-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-1377-	m_icount -= IO_RW_CYCLES;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:1378:	return m_io.read_word(HP_MAKE_IOADDR(pa, ic));
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-1379-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-1383-	m_icount -= IO_RW_CYCLES;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp:1384:	m_io.write_word(HP_MAKE_IOADDR(pa, ic) , v);
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.cpp-1385-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.h-49-// Compose an I/O address from PA & IC
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.h:50:inline constexpr unsigned HP_MAKE_IOADDR(unsigned pa , unsigned ic) { return ((pa << HP_IOADDR_PA_SHIFT) | (ic << HP_IOADDR_IC_SHIFT)); }
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.h-51-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.h-156-
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.h:157:	uint16_t get_skip_addr(uint16_t opcode , bool condition) const;
mame-0.226+dfsg.1/src/devices/cpu/hphybrid/hphybrid.h-158-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-475-							m_icount -= 9;
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp:476:							tmp = get_addr();
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-477-							if (do_condition(opcode)==1) {
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-485-							m_icount -= 9;
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp:486:							tmp = get_addr();
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-487-							if (do_condition(opcode)==1) {
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-496-							m_icount -= 11;
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp:497:							GET_PC.w.l = get_addr();
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-498-							m_PC = GET_PC;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-502-							m_icount -= 11;
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp:503:							tmp = get_addr();
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-504-							push_stack();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-673-
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp:674:inline uint16_t i8008_device::get_addr()
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.cpp-675-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.h-57-	uint8_t do_condition(uint8_t val);
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.h:58:	uint16_t get_addr();
mame-0.226+dfsg.1/src/devices/cpu/i8008/i8008.h-59-	void illegal(uint8_t opcode);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i8085/i8085.cpp-57- * - SBB r instructions should affect parity flag.
mame-0.226+dfsg.1/src/devices/cpu/i8085/i8085.cpp:58: *   Fixed only for non x86 asm version (#define i8080_EXACT 1).
mame-0.226+dfsg.1/src/devices/cpu/i8085/i8085.cpp-59- *   There are probably more opcodes which should affect this flag, but don't.
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i8085/i8085.cpp-69- * - ADC r instructions should affect parity flag.
mame-0.226+dfsg.1/src/devices/cpu/i8085/i8085.cpp:70: *   Fixed only for non x86 asm version (#define i8080_EXACT 1).
mame-0.226+dfsg.1/src/devices/cpu/i8085/i8085.cpp-71- *   There are probably more opcodes which should affect this flag, but don't.
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i8085/i8085.cpp-74- * - INR r, DCR r, ADD r, SUB r, CMP r instructions should affect parity flag.
mame-0.226+dfsg.1/src/devices/cpu/i8085/i8085.cpp:75: *   Fixed only for non x86 asm version (#define i8080_EXACT 1).
mame-0.226+dfsg.1/src/devices/cpu/i8085/i8085.cpp-76- *
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i286.cpp-1032-
mame-0.226+dfsg.1/src/devices/cpu/i86/i286.cpp:1033:uint32_t i80286_cpu_device::calc_addr(int seg, uint16_t offset, int size, int op, bool override)
mame-0.226+dfsg.1/src/devices/cpu/i86/i286.cpp-1034-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i286.cpp-1527-					m_modrm = fetch();
mame-0.226+dfsg.1/src/devices/cpu/i86/i286.cpp:1528:					uint16_t tmp = read_word(calc_addr(SS, m_regs.w[SP], 2, I8086_READ, false));
mame-0.226+dfsg.1/src/devices/cpu/i86/i286.cpp-1529-					PutRMWord( tmp );
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i286.h-109-	virtual uint8_t fetch() override;
mame-0.226+dfsg.1/src/devices/cpu/i86/i286.h:110:	virtual uint32_t calc_addr(int seg, uint16_t offset, int size, int op, bool override = true) override;
mame-0.226+dfsg.1/src/devices/cpu/i86/i286.h-111-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86.cpp-219-			/* Trap should allow one instruction to be executed.
mame-0.226+dfsg.1/src/devices/cpu/i86/i86.cpp:220:			   CPUID.ASM (by Bob Smith, 1985) suggests that in situations where m_no_interrupt is 1,
mame-0.226+dfsg.1/src/devices/cpu/i86/i86.cpp-221-			   (directly after POP SS / MOV_SREG), single step IRQs don't fire.
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86.cpp-684-
mame-0.226+dfsg.1/src/devices/cpu/i86/i86.cpp:685:uint32_t i8086_common_cpu_device::calc_addr(int seg, uint16_t offset, int size, int op, bool override)
mame-0.226+dfsg.1/src/devices/cpu/i86/i86.cpp-686-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86.h-154-	// Memory handling while executing instructions
mame-0.226+dfsg.1/src/devices/cpu/i86/i86.h:155:	virtual uint32_t calc_addr(int seg, uint16_t offset, int size, int op, bool override = true);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86.h-156-	inline uint32_t get_ea(int size, int op);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-84-		m_eo = m_regs.w[BX] + m_regs.w[SI];
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:85:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-86-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-89-		m_eo = m_regs.w[BX] + m_regs.w[DI];
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:90:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-91-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-94-		m_eo = m_regs.w[BP] + m_regs.w[SI];
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:95:		m_ea = calc_addr(SS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-96-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-99-		m_eo = m_regs.w[BP] + m_regs.w[DI];
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:100:		m_ea = calc_addr(SS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-101-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-104-		m_eo = m_regs.w[SI];
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:105:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-106-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-109-		m_eo = m_regs.w[DI];
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:110:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-111-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-114-		m_eo = fetch_word();
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:115:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-116-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-119-		m_eo = m_regs.w[BX];
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:120:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-121-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-125-		m_eo = m_regs.w[BX] + m_regs.w[SI] + (int8_t)fetch();
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:126:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-127-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-130-		m_eo = m_regs.w[BX] + m_regs.w[DI] + (int8_t)fetch();
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:131:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-132-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-135-		m_eo = m_regs.w[BP] + m_regs.w[SI] + (int8_t)fetch();
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:136:		m_ea = calc_addr(SS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-137-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-140-		m_eo = m_regs.w[BP] + m_regs.w[DI] + (int8_t)fetch();
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:141:		m_ea = calc_addr(SS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-142-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-145-		m_eo = m_regs.w[SI] + (int8_t)fetch();
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:146:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-147-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-150-		m_eo = m_regs.w[DI] + (int8_t)fetch();
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:151:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-152-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-155-		m_eo = m_regs.w[BP] + (int8_t)fetch();
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:156:		m_ea = calc_addr(SS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-157-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-160-		m_eo = m_regs.w[BX] + (int8_t)fetch();
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:161:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-162-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-167-		m_eo = m_regs.w[BX] + m_regs.w[SI] + (int16_t)e16;
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:168:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-169-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-173-		m_eo = m_regs.w[BX] + m_regs.w[DI] + (int16_t)e16;
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:174:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-175-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-179-		m_eo = m_regs.w[BP] + m_regs.w[SI] + (int16_t)e16;
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:180:		m_ea = calc_addr(SS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-181-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-185-		m_eo = m_regs.w[BP] + m_regs.w[DI] + (int16_t)e16;
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:186:		m_ea = calc_addr(SS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-187-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-191-		m_eo = m_regs.w[SI] + (int16_t)e16;
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:192:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-193-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-197-		m_eo = m_regs.w[DI] + (int16_t)e16;
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:198:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-199-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-203-		m_eo = m_regs.w[BP] + (int16_t)e16;
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:204:		m_ea = calc_addr(SS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-205-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-209-		m_eo = m_regs.w[BX] + (int16_t)e16;
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:210:		m_ea = calc_addr(DS, m_eo, size, op);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-211-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-399-{
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:400:	write_byte(calc_addr(seg, offset, 1, I8086_WRITE), data);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-401-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-405-{
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:406:	write_word(calc_addr(seg, offset, 2, I8086_WRITE), data);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-407-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-411-{
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:412:	return read_byte(calc_addr(seg, offset, 1, I8086_READ));
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-413-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-417-{
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:418:	return read_word(calc_addr(seg, offset, 2, I8086_READ));
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-419-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-519-{
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:520:	uint32_t ea = calc_addr(ES, m_regs.w[DI], 1, I8086_WRITE);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-521-	write_byte(ea, read_port_byte(m_regs.w[DX]));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-527-{
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:528:	uint32_t ea = calc_addr(ES, m_regs.w[DI], 2, I8086_WRITE);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-529-	write_word(ea, read_port_word(m_regs.w[DX]));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-895-{
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:896:	write_word(calc_addr(SS, m_regs.w[SP] - 2, 2, I8086_WRITE, false), data);
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-897-	m_regs.w[SP] -= 2;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-902-{
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h:903:	uint16_t data = read_word(calc_addr(SS, m_regs.w[SP], 2, I8086_READ, false));
mame-0.226+dfsg.1/src/devices/cpu/i86/i86inline.h-904-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i860/i860.cpp-40-	, m_program_config("program", ENDIANNESS_LITTLE, 64, 32, 0)
mame-0.226+dfsg.1/src/devices/cpu/i860/i860.cpp:41:	, m_pc(0), m_merge(0), m_pin_bus_hold(0), m_pin_reset(0), m_exiting_readmem(0), m_exiting_ifetch(0), m_pc_updated(0), m_pending_trap(0), m_fir_gets_trap_addr(0), m_single_stepping(0), m_program(nullptr), m_icount(0)
mame-0.226+dfsg.1/src/devices/cpu/i860/i860.cpp-42-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx-4494-/* Disassemble `len' instructions starting at `addr'.  */
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx:4495:void i860_cpu_device::disasm (uint32_t addr, int len)
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx-4496-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx-4562-	char buf[256];
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx:4563:	uint32_t curr_disasm = m_pc;
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx-4564-	uint32_t curr_dumpdb = 0;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx-4574-	{
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx:4575:		disasm (m_pc, 1);
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx-4576-		if (has_delay_slot (2))
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx:4577:			disasm (m_pc + 4, 1);
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx-4578-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx-4622-				sscanf (buf + 1, "%x", &curr_disasm);
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx:4623:			disasm (curr_disasm, 10);
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx:4624:			curr_disasm += 10 * 4;
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dec.hxx-4625-			buf[1] = 0;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dis.cpp-663-	/* Return number of bytes disassembled.  */
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dis.cpp:664:	/* MAME dasm flags haven't been added yet */
mame-0.226+dfsg.1/src/devices/cpu/i860/i860dis.cpp-665-	return (4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ie15/ie15.cpp-233-		case 0x10:  // jmp
mame-0.226+dfsg.1/src/devices/cpu/ie15/ie15.cpp:234:			m_PC.w.l = get_addr(opcode);
mame-0.226+dfsg.1/src/devices/cpu/ie15/ie15.cpp-235-//          m_CF = 0;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ie15/ie15.cpp-455-
mame-0.226+dfsg.1/src/devices/cpu/ie15/ie15.cpp:456:inline uint16_t ie15_cpu_device::get_addr(uint8_t val)
mame-0.226+dfsg.1/src/devices/cpu/ie15/ie15.cpp-457-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ie15/ie15.h-57-	uint8_t do_condition(uint8_t val);
mame-0.226+dfsg.1/src/devices/cpu/ie15/ie15.h:58:	uint16_t get_addr(uint8_t val);
mame-0.226+dfsg.1/src/devices/cpu/ie15/ie15.h-59-	void illegal(uint8_t opcode);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/jaguar/jaguar.cpp-170-	, m_mwidth(0)
mame-0.226+dfsg.1/src/devices/cpu/jaguar/jaguar.cpp:171:	, m_mtxaddr(0)
mame-0.226+dfsg.1/src/devices/cpu/jaguar/jaguar.cpp-172-	, m_go(false)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1139-
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp:1140:inline uint16_t lc8670_cpu_device::get_addr()
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1141-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1162-	else
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp:1163:		data = read_data(get_addr());
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1164-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1305-{
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp:1306:	write_data(get_addr(), REG_A);
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1307-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1335-{
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp:1336:	uint16_t addr = get_addr();
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1337-	uint8_t i8 = GET_I8;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1472-{
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp:1473:	uint16_t addr = get_addr();
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1474-	uint8_t r8 = GET_R8;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1510-{
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp:1511:	uint16_t addr = get_addr();
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1512-	uint8_t data = read_data_latch(addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1540-{
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp:1541:	uint16_t addr = get_addr();
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1542-	uint8_t data = read_data_latch(addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1697-{
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp:1698:	uint16_t addr = get_addr();
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.cpp-1699-	uint8_t data = read_data(addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.h-126-	inline uint8_t get_data();
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.h:127:	inline uint16_t get_addr();
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670.h-128-	inline void change_clock_source();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670dsm.h-40-
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670dsm.h:41:	// disasm table
mame-0.226+dfsg.1/src/devices/cpu/lc8670/lc8670dsm.h-42-	struct dasm_entry
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.cpp-33-
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.cpp:34:const lr35902_disassembler::lr35902dasm lr35902_disassembler::mnemonic_cb[256] = {
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.cpp-35-	{zRLC,"b"},     {zRLC,"c"},     {zRLC,"d"},     {zRLC,"e"},
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.cpp-100-
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.cpp:101:const lr35902_disassembler::lr35902dasm lr35902_disassembler::mnemonic_main[256]= {
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.cpp-102-	{zNOP,nullptr},       {zLD,"bc,N"},   {zLD,"(bc),a"}, {zINC,"bc"},
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.cpp-178-{
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.cpp:179:	const lr35902dasm *d;
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.cpp-180-	const char /* *symbol,*/ *src;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.h-43-	static const uint32_t s_flags[];
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.h:44:	static const lr35902dasm mnemonic_cb[256];
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.h:45:	static const lr35902dasm mnemonic_main[256];
mame-0.226+dfsg.1/src/devices/cpu/lr35902/lr35902d.h-46-};
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m6502/m6502d.cpp-209-	default:
mame-0.226+dfsg.1/src/devices/cpu/m6502/m6502d.cpp:210:		fprintf(stderr, "Unhandled dasm mode %d\n", e.mode);
mame-0.226+dfsg.1/src/devices/cpu/m6502/m6502d.cpp-211-		abort();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1416-		if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1417:			address = pmmu_translate_addr(address, 1);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1418-			if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1426-		if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1427:				address = pmmu_translate_addr(address, 1);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1428-				if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1435-		if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1436:			u32 address0 = pmmu_translate_addr(address, 1);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1437-			if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1440-				return m_program32.read_word(address0);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1441:			u32 address1 = pmmu_translate_addr(address + 1, 1);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1442-			if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1451-		if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1452:			u32 address0 = pmmu_translate_addr(address, 1);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1453-			if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1460-			else {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1461:				u32 address2 = pmmu_translate_addr(address+2, 1);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1462-				if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1467-				}
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1468:				u32 address1 = pmmu_translate_addr(address+1, 1);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1469:				u32 address3 = pmmu_translate_addr(address+3, 1);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1470-				if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1481-		if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1482:			address = pmmu_translate_addr(address, 0);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1483-			if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1491-		if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1492:			address0 = pmmu_translate_addr(address0, 0);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1493-			if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1512-			if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1513:				address1 = pmmu_translate_addr(address1, 0);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1514-				if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1526-		if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1527:			address0 = pmmu_translate_addr(address0, 0);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1528-			if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1539-			if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1540:				address3 = pmmu_translate_addr(address3, 0);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1541-				if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1552-			if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1553:				address2 = pmmu_translate_addr(address2, 0);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1554-				if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1565-			if (m_pmmu_enabled) {
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1566:				address1 = pmmu_translate_addr(address1, 0);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1567-				if (m_mmu_tmp_buserror_occurred)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1586-		if (m_hmmu_enabled)
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1587:			address = hmmu_translate_addr(address);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1588-		return m_oprogram32.read_word(address);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1592-		if (m_hmmu_enabled)
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1593:			address = hmmu_translate_addr(address);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1594-		return m_program32.read_byte(address);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1598-		if (m_hmmu_enabled)
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1599:			address = hmmu_translate_addr(address);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1600-		if (WORD_ALIGNED(address))
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1607-		if (m_hmmu_enabled)
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1608:			address = hmmu_translate_addr(address);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1609-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1622-		if (m_hmmu_enabled)
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1623:			address = hmmu_translate_addr(address);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1624-		m_program32.write_byte(address, data);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1628-		if (m_hmmu_enabled)
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1629:			address = hmmu_translate_addr(address);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1630-		if (WORD_ALIGNED(address)) {
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1639-		if (m_hmmu_enabled)
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:1640:			address = hmmu_translate_addr(address);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-1641-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-2683-		{
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp:2684:			address = hmmu_translate_addr(address);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kcpu.cpp-2685-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1518-		{
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1519:			std::string dasm = util::string_format("fmovem.l   %s, ", get_ea_mode_str_32(m_cpu_ir));
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1520:			if (w2 & 0x1000) return dasm + "fpcr";
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1521:			if (w2 & 0x0800) return dasm + "/fpsr";
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1522:			if (w2 & 0x0400) return dasm + "/fpiar";
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1523-			return dasm;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1527-		{
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1528:			std::string dasm = "fmovem.l   ";
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1529:			if (w2 & 0x1000) dasm += "fpcr";
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1530:			if (w2 & 0x0800) dasm += "/fpsr";
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1531:			if (w2 & 0x0400) dasm += "/fpiar";
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1532:			return dasm + ", " + get_ea_mode_str_32(m_cpu_ir);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1533-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1542-			{
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1543:				std::string dasm = util::string_format("fmovem.x   %s, ", get_ea_mode_str_32(m_cpu_ir));
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1544-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1550-						{
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1551:							dasm += util::string_format("FP%d ", 7-i);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1552-						}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1554-						{
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1555:							dasm += util::string_format("FP%d ", i);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1556-						}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1570-			{
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1571:				std::string dasm = util::string_format("fmovem.x   ");
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1572-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1578-						{
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1579:							dasm += util::string_format("FP%d ", 7-i);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1580-						}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1582-						{
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1583:							dasm += util::string_format("FP%d ", i);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1584-						}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1587-
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp:1588:				return dasm + ", " + get_ea_mode_str_32(m_cpu_ir);
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kdasm.cpp-1589-			}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kmmu.h-867-// pmmu_translate_addr: perform 68851/68030-style PMMU address translation
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kmmu.h:868:u32 pmmu_translate_addr(u32 addr_in, const bool rw)
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kmmu.h-869-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kmmu.h-1266-/* Apple HMMU translation is much simpler */
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kmmu.h:1267:inline u32 hmmu_translate_addr(u32 addr_in)
mame-0.226+dfsg.1/src/devices/cpu/m68000/m68kmmu.h-1268-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/m6805/m68705.cpp-237-	, m_pl_data(0xff)
mame-0.226+dfsg.1/src/devices/cpu/m6805/m68705.cpp:238:	, m_pl_addr(0xffff)
mame-0.226+dfsg.1/src/devices/cpu/m6805/m68705.cpp-239-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-115-	, m_stop_latch(false), m_stop_ff(false), m_decoded_halt(false), m_resume(false)
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp:116:	, m_rom_bank(0U), m_rom_addr(0U), m_opr(0U), m_opa(0U), m_arg(0U), m_4289_first(false)
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-117-	, m_a(0U), m_c(0U)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-445-{
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp:446:	set_rom_addr(pc() = (addr & mask) | (pc() & ~mask), 0x0fffU);
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-447-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-456-	m_stack_ptr = (m_stack_ptr - 1) & m_stack_ptr_mask;
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp:457:	set_rom_addr(pc(), 0x0fffU);
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-458-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-491-
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp:492:inline void mcs40_cpu_device_base::set_rom_addr(u16 addr, u16 mask)
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-493-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-530-{
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp:531:	u16 const addr((((u16(m_cr) << 6) | (m_latched_rc >> 2)) & 0x01fcU) | (m_opa & 0x0003U));
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-532-	return m_spaces[AS_RAM_STATUS]->read_byte(addr) & 0x0fU;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-536-{
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp:537:	u16 const addr((((u16(m_cr) << 6) | (m_latched_rc >> 2)) & 0x01fcU) | (m_opa & 0x0003U));
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-538-	m_spaces[AS_RAM_STATUS]->write_byte(addr, val & 0x0fU);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-701-		if (pmem::READ == m_program_op)
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp:702:			m_arg = m_spaces[AS_PROGRAM_MEMORY]->read_byte(program_addr()) & 0x0fU;
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-703-		else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-754-	if (pmem::WRITE == m_program_op)
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp:755:		m_spaces[AS_PROGRAM_MEMORY]->write_byte(program_addr(), get_a());
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-756-	if (!m_stop_ff && m_decoded_halt)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-917-			// FIN
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp:918:			set_rom_addr(index_reg_pair(0), 0x00ffU);
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.cpp-919-			return cycle::IN;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.h-120-	void halt_decoded();
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.h:121:	void set_rom_addr(u16 addr, u16 mask);
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.h-122-	u8 get_cr();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.h-174-	u16 rom_bank() const { return BIT(m_cr, 3) ? 0x1000U : 0x0000U; }
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.h:175:	u16 program_addr() const { return (u16(BIT(m_cr, 3)) << 9) | (u16(m_4289_a) << 1) | BIT(m_4289_f_l, 0); }
mame-0.226+dfsg.1/src/devices/cpu/mcs40/mcs40.h-176-	void update_cm_rom(u8 val);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-474-/* (called from indirect addressing)                        */
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:475:#define ERAM_ADDR(a,m)  external_ram_iaddr(a,m)
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-476-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-828-
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:829:offs_t mcs51_cpu_device::external_ram_iaddr(offs_t offset, offs_t mem_mask)
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-830-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1539-		case 0x71:  acall(op);                     break;  //ACALL code addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:1540:		case 0x72:  orl_c_bitaddr(op);             break;  //ORL C, bit addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1541-		case 0x73:  jmp_iadptr(op);                    break;  //JMP @A+DPTR
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1558-		case 0x81:  ajmp(op);                      break;  //AJMP code addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:1559:		case 0x82:  anl_c_bitaddr(op);             break;  //ANL C, bit addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1560-		case 0x83:  movc_a_iapc(op);                   break;  //MOVC A, @A + PC
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1594-
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:1595:		case 0xa0:  orl_c_nbitaddr(op);                break;  //ORL C, /bit addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1596-		case 0xa1:  ajmp(op);                      break;  //AJMP code addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:1597:		case 0xa2:  mov_c_bitaddr(op);             break;  //MOV C, bit addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1598-		case 0xa3:  inc_dptr(op);                  break;  //INC DPTR
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1613-
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:1614:		case 0xb0:  anl_c_nbitaddr(op);                break;  //ANL C,/bit addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1615-		case 0xb1:  acall(op);                     break;  //ACALL code addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:1616:		case 0xb2:  RWM=1; cpl_bitaddr(op); RWM=0;     break;  //CPL bit addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1617-		case 0xb3:  cpl_c(op);                     break;  //CPL C
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1634-		case 0xc1:  ajmp(op);                      break;  //AJMP code addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:1635:		case 0xc2:  RWM=1; clr_bitaddr(op); RWM=0; break;  //CLR bit addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1636-		case 0xc3:  clr_c(op);                         break;  //CLR C
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1653-		case 0xd1:  acall(op);                     break;  //ACALL code addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp:1654:		case 0xd2:  RWM=1; setb_bitaddr(op); RWM=0;    break;  //SETB bit addr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.cpp-1655-		case 0xd3:  setb_c(op);                        break;  //SETB C
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-182-	uint8_t r_psw();
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h:183:	offs_t external_ram_iaddr(offs_t offset, offs_t mem_mask);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-184-	uint8_t iram_read(size_t offset);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-220-	void anl_a_r(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h:221:	void anl_c_bitaddr(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h:222:	void anl_c_nbitaddr(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-223-	void cjne_a_byte(uint8_t r);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-226-	void cjne_r_byte(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h:227:	void clr_bitaddr(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-228-	void clr_c(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-229-	void clr_a(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h:230:	void cpl_bitaddr(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-231-	void cpl_c(uint8_t r);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-273-	void movc_a_iapc(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h:274:	void mov_c_bitaddr(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-275-	void movc_a_iadptr(uint8_t r);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-287-	void orl_a_r(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h:288:	void orl_c_bitaddr(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h:289:	void orl_c_nbitaddr(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-290-	void pop(uint8_t r);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-298-	void setb_c(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h:299:	void setb_bitaddr(uint8_t r);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51.h-300-	void sjmp(uint8_t r);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51dasm.cpp-1156-
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51dasm.cpp:1157:		//MOV data addr, data addr  (Note: 1st address is src, 2nd is dst, but the mov command works as mov dst,src)
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51dasm.cpp-1158-		case 0x85:              /* 1: 1000 0101 */
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx-644-//  uint8_t byte = DATAMEM_R(R_DPTR);         //Grab 1 byte from External DATA memory pointed to by dptr
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx:645:	uint32_t addr = ERAM_ADDR(DPTR, 0xFFFF);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx-646-	uint8_t byte = DATAMEM_R(addr);           //Grab 1 byte from External DATA memory pointed to by dptr
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx-653-{
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx:654:	uint32_t addr = ERAM_ADDR(R_REG(r),0xFF); //Grab address by reading location pointed to by R0 or R1
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx-655-	uint8_t byte = DATAMEM_R(addr);           //Grab 1 byte from External DATA memory pointed to by address
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx-663-//  DATAMEM_W(R_DPTR, ACC);               //Store ACC to External DATA memory address pointed to by DPTR
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx:664:	uint32_t addr = ERAM_ADDR(DPTR, 0xFFFF);
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx-665-	DATAMEM_W(addr, ACC);               //Store ACC to External DATA memory address pointed to by DPTR
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx-671-{
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx:672:	uint32_t addr = ERAM_ADDR(R_REG(r),0xFF);   //Grab address by reading location pointed to by R0 or R1
mame-0.226+dfsg.1/src/devices/cpu/mcs51/mcs51ops.hxx-673-	DATAMEM_W(addr, ACC);                   //Store ACC to External DATA memory address
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mcs96/mcs96d.cpp-385-	default:
mame-0.226+dfsg.1/src/devices/cpu/mcs96/mcs96d.cpp:386:		fprintf(stderr, "Unhandled dasm mode %d\n", e.mode);
mame-0.226+dfsg.1/src/devices/cpu/mcs96/mcs96d.cpp-387-		abort();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp-41-
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp:42:const minx_disassembler::minxdasm minx_disassembler::mnemonic[256] = {
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp-43-	/* 00 - 0F */
##############################################
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp-124-
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp:125:const minx_disassembler::minxdasm minx_disassembler::mnemonic_ce[256] = {
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp-126-	/* 00 - 0F */
##############################################
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp-207-
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp:208:const minx_disassembler::minxdasm minx_disassembler::mnemonic_cf[256] = {
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp-209-	/* 00 - 0F */
##############################################
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp-369-{
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp:370:	const minxdasm *instr;
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.cpp-371-	uint8_t op, op1;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.h-75-
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.h:76:	struct minxdasm {
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.h-77-		uint8_t   mnemonic;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.h-83-	static const uint32_t s_flags[];
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.h:84:	static const minxdasm mnemonic[256];
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.h:85:	static const minxdasm mnemonic_ce[256];
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.h:86:	static const minxdasm mnemonic_cf[256];
mame-0.226+dfsg.1/src/devices/cpu/minx/minxd.h-87-};
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-78-// address computation
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:79:#define ADDR(r, o) ((r) + (o))
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-80-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-355-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:356:			m_branch_target = ADDR(m_r[RSREG], 0);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-357-			break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-359-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:360:			m_branch_target = ADDR(m_r[RSREG], 0);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:361:			m_r[RDREG] = ADDR(m_pc, 8);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-362-			break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-628-				m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:629:				m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-630-			}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-635-				m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:636:				m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-637-			}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-642-				m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:643:				m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-644-			}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-651-				m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:652:				m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-653-			}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-690-				m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:691:				m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-692-			}
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:693:			m_r[31] = ADDR(m_pc, 8);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-694-			break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-698-				m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:699:				m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-700-			}
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:701:			m_r[31] = ADDR(m_pc, 8);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-702-			break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-706-				m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:707:				m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-708-			}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-710-				m_branch_state = NULLIFY;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:711:			m_r[31] = ADDR(m_pc, 8);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-712-			break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-716-				m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:717:				m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-718-			}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-720-				m_branch_state = NULLIFY;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:721:			m_r[31] = ADDR(m_pc, 8);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-722-			break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-745-		m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:746:		m_branch_target = (ADDR(m_pc, 4) & ~0x0fffffffULL) | ((op & 0x03ffffffU) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-747-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-749-		m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:750:		m_branch_target = (ADDR(m_pc, 4) & ~0x0fffffffULL) | ((op & 0x03ffffffU) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:751:		m_r[31] = ADDR(m_pc, 8);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-752-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-756-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:757:			m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-758-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-763-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:764:			m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-765-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-770-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:771:			m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-772-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-777-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:778:			m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-779-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-828-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:829:			m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-830-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-837-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:838:			m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-839-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-846-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:847:			m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-848-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-855-			m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:856:			m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-857-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-891-	case 0x20: // LB
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:892:		load<u8>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-893-			[this, op](s8 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-898-	case 0x21: // LH
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:899:		load<u16>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-900-			[this, op](s16 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-908-	case 0x23: // LW
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:909:		load<u32>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-910-			[this, op](s32 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-915-	case 0x24: // LBU
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:916:		load<u8>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-917-			[this, op](u8 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-922-	case 0x25: // LHU
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:923:		load<u16>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-924-			[this, op](u16 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-932-	case 0x27: // LWU
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:933:		load<u32>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-934-			[this, op](u32 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-939-	case 0x28: // SB
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:940:		store<u8>(ADDR(m_r[RSREG], s16(op)), u8(m_r[RTREG]));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-941-		break;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-942-	case 0x29: // SH
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:943:		store<u16>(ADDR(m_r[RSREG], s16(op)), u16(m_r[RTREG]));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-944-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-948-	case 0x2b: // SW
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:949:		store<u32>(ADDR(m_r[RSREG], s16(op)), u32(m_r[RTREG]));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-950-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-977-			{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:978:				m_icache_tag[(ADDR(m_r[RSREG], s16(op)) & m_icache_mask_hi) >> m_icache_shift] &= ~ICACHE_V;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-979-				break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-984-			{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:985:				u32 const tag = m_icache_tag[(ADDR(m_r[RSREG], s16(op)) & m_icache_mask_hi) >> m_icache_shift];
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-986-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-996-				// FIXME: compute parity
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:997:				m_icache_tag[(ADDR(m_r[RSREG], s16(op)) & m_icache_mask_hi) >> m_icache_shift] =
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-998-					(m_cp0[CP0_TagLo] & TAGLO_PTAGLO) >> 8 | (m_cp0[CP0_TagLo] & TAGLO_PSTATE) << 18;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1037-	case 0x30: // LL
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1038:		load_linked<u32>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1039-			[this, op](u64 address, s32 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1052-	case 0x34: // LLD
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1053:		load_linked<u64>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1054-			[this, op](u64 address, u64 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1067-	case 0x37: // LD
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1068:		load<u64>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1069-			[this, op](u64 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1076-		{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1077:			if (store<u32>(ADDR(m_r[RSREG], s16(op)), u32(m_r[RTREG])))
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1078-				m_r[RTREG] = 1;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1096-		{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1097:			if (store<u64>(ADDR(m_r[RSREG], s16(op)), m_r[RTREG]))
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1098-				m_r[RTREG] = 1;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1113-	case 0x3f: // SD
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1114:		store<u64>(ADDR(m_r[RSREG], s16(op)), m_r[RTREG]);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1115-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1196-{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1197:	u64 const offset = ADDR(m_r[RSREG], s16(op));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1198-	unsigned const shift = ((offset & 3) ^ R4000_ENDIAN_LE_BE(3, 0)) << 3;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1208-{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1209:	u64 const offset = ADDR(m_r[RSREG], s16(op));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1210-	unsigned const shift = ((offset & 0x3) ^ R4000_ENDIAN_LE_BE(0, 3)) << 3;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1220-{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1221:	u64 const offset = ADDR(m_r[RSREG], s16(op));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1222-	unsigned const shift = ((offset & 3) ^ R4000_ENDIAN_LE_BE(3, 0)) << 3;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1228-{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1229:	u64 const offset = ADDR(m_r[RSREG], s16(op));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1230-	unsigned const shift = ((offset & 3) ^ R4000_ENDIAN_LE_BE(0, 3)) << 3;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1236-{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1237:	u64 const offset = ADDR(m_r[RSREG], s16(op));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1238-	unsigned const shift = ((offset & 7) ^ R4000_ENDIAN_LE_BE(7, 0)) << 3;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1248-{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1249:	u64 const offset = ADDR(m_r[RSREG], s16(op));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1250-	unsigned const shift = ((offset & 7) ^ R4000_ENDIAN_LE_BE(0, 7)) << 3;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1260-{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1261:	u64 const offset = ADDR(m_r[RSREG], s16(op));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1262-	unsigned const shift = ((offset & 7) ^ R4000_ENDIAN_LE_BE(7, 0)) << 3;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1268-{
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:1269:	u64 const offset = ADDR(m_r[RSREG], s16(op));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-1270-	unsigned const shift = ((offset & 7) ^ R4000_ENDIAN_LE_BE(0, 7)) << 3;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-2226-					m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:2227:					m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-2228-				}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-2233-					m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:2234:					m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-2235-				}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-2240-					m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:2241:					m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-2242-				}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-2249-					m_branch_state = BRANCH;
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:2250:					m_branch_target = ADDR(m_pc + 4, s32(s16(op)) << 2);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-2251-				}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3065-	case 0x31: // LWC1
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:3066:		load<u32>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3067-			[this, op](u32 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3081-	case 0x35: // LDC1
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:3082:		load<u64>(ADDR(m_r[RSREG], s16(op)),
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3083-			[this, op](u64 data)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3091-		if (SR & SR_FR)
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:3092:			store<u32>(ADDR(m_r[RSREG], s16(op)), u32(m_f[RTREG]));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3093-		else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3095-				// store the high half of the even floating point register
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:3096:				store<u32>(ADDR(m_r[RSREG], s16(op)), u32(m_f[RTREG & ~1] >> 32));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3097-			else
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3098-				// store the low half of the even floating point register
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:3099:				store<u32>(ADDR(m_r[RSREG], s16(op)), u32(m_f[RTREG & ~1]));
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3100-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3103-		if ((SR & SR_FR) || !(RTREG & 1))
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp:3104:			store<u64>(ADDR(m_r[RSREG], s16(op)), m_f[RTREG]);
mame-0.226+dfsg.1/src/devices/cpu/mips/r4000.cpp-3105-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1060-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1061:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1062-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1109-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1110:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1111-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1164-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1165:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1166-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1358-				{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1359:					mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1360-					mode[1].write_i(size);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1412-					mode[0].read_i(size);
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1413:					mode[1].regaddr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1414-					decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1690-						mode[0].read_i(size);
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1691:						mode[1].regaddr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1692-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1754-						mode[0].read_i(size);
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1755:						mode[1].regaddr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1756-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1888-						mode[0].read_i(size);
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1889:						mode[1].regaddr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1890-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1947-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1948:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1949:						mode[1].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1950-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1980-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1981:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:1982:						mode[1].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-1983-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2042-						mode[0].read_i(size);
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2043:						mode[1].regaddr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2044-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2063-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2064:						mode[0].regaddr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2065-						mode[1].write_i(size);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2402-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2403:						mode[0].regaddr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2404-						mode[1].write_i(size);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2438-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2439:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2440-						mode[1].write_i(size);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2458-						mode[0].read_i(size);
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2459:						mode[1].regaddr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2460-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2496-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2497:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2498-						mode[1].read_i(size);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2590-					{
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2591:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2592:						mode[1].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2593-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2879-						//       addr
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2880:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2881-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2888-						//       addr
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp:2889:						mode[0].addr();
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.cpp-2890-						decode(mode, bytes);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.h-88-		void rmw_f(size_code code)   { access = RMW;     size = code; slave = true; }
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.h:89:		void addr()                  { access = ADDR;    size = SIZE_D; }
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.h:90:		void regaddr()               { access = REGADDR; size = SIZE_D; }
mame-0.226+dfsg.1/src/devices/cpu/ns32000/ns32000.h-91-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/nuon/nuondasm.cpp-132-  1000 1xxx xxxx xxxx . xxxx xxxx xxxx xxxx . f101 11nn nnnw wwww                        [mem] mv_s #xw/32s, rn
mame-0.226+dfsg.1/src/devices/cpu/nuon/nuondasm.cpp:133:  1000 1xxx xxxx xxxx . xxxx xxxx xxxx x0CC . f110 10cc cvvv vvvv                        [ecu] bra cC, pc + #xv/31s << 1      (asm only wants 28 bits?)
mame-0.226+dfsg.1/src/devices/cpu/nuon/nuondasm.cpp:134:  1000 1xxx xxxx xxxx . xxxx xxxx xxxx x1CC . f110 10cc cvvv vvvv                        [ecu] bra cC, pc + #xv/31s << 1, nop (asm only wants 28 bits?)
mame-0.226+dfsg.1/src/devices/cpu/nuon/nuondasm.cpp-135-  1000 1xxx xxxx xxxx . vvvv vvvv vvvv vvvv . f111 01ww wwwn n1ab                        [rcu] addr #xwv/32s, rx
##############################################
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp-67-
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp:68:void pace_disassembler::format_addr(std::ostream &stream, u16 addr)
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp-69-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp-97-	else if ((inst & 0x0300) == 0x0100)
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp:98:		format_addr(stream, pc + 1 + s8(inst & 0x00ff));
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp-99-	else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp-167-		util::stream_format(stream, "%-8s%s,", "BOC", s_cc[(inst & 0x0f00) >> 8]);
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp:168:		format_addr(stream, pc + 1 + s8(inst & 0x00ff));
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp-169-		return 1;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp-317-		util::stream_format(stream, "%-8s", ".WORD");
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp:318:		format_addr(stream, inst);
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.cpp-319-		return 1;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.h-26-	// internal helpers
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.h:27:	void format_addr(std::ostream &stream, u16 addr);
mame-0.226+dfsg.1/src/devices/cpu/pace/pacedasm.h-28-	void format_disp(std::ostream &stream, u8 disp);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/pdp8/pdp8.cpp-17-#define MR_PAGE     ((op >> 07) & 01)
mame-0.226+dfsg.1/src/devices/cpu/pdp8/pdp8.cpp:18:#define MR_ADDR     (op & 0177)
mame-0.226+dfsg.1/src/devices/cpu/pdp8/pdp8.cpp-19-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/pic16c5x/pic16c5x.cpp-227-
mame-0.226+dfsg.1/src/devices/cpu/pic16c5x/pic16c5x.cpp:228:#define ADDR    (m_opcode.b.l & 0x1f)
mame-0.226+dfsg.1/src/devices/cpu/pic16c5x/pic16c5x.cpp-229-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/pic16c62x/pic16c62x.cpp-243-
mame-0.226+dfsg.1/src/devices/cpu/pic16c62x/pic16c62x.cpp:244:#define ADDR    ((m_opcode.b.l & 0x7f) | (RP0 << 2))
mame-0.226+dfsg.1/src/devices/cpu/pic16c62x/pic16c62x.cpp-245-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/pic17/pic17.cpp-74-	, m_ppc(0)
mame-0.226+dfsg.1/src/devices/cpu/pic17/pic17.cpp:75:	, m_paddr(0)
mame-0.226+dfsg.1/src/devices/cpu/pic17/pic17.cpp:76:	, m_raddr(0)
mame-0.226+dfsg.1/src/devices/cpu/pic17/pic17.cpp-77-	, m_ir(0)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/powerpc/ppccom.cpp-1197-/*-------------------------------------------------
mame-0.226+dfsg.1/src/devices/cpu/powerpc/ppccom.cpp:1198:    ppccom_dasm - handle disassembly for a
mame-0.226+dfsg.1/src/devices/cpu/powerpc/ppccom.cpp-1199-    CPU
##############################################
mame-0.226+dfsg.1/src/devices/cpu/rsp/rsp.cpp-25-#define LOG_INSTRUCTION_EXECUTION       0
mame-0.226+dfsg.1/src/devices/cpu/rsp/rsp.cpp:26:#define SAVE_DISASM                     0
mame-0.226+dfsg.1/src/devices/cpu/rsp/rsp.cpp-27-#define SAVE_DMEM                       0
##############################################
mame-0.226+dfsg.1/src/devices/cpu/rsp/rsp.cpp-336-		FILE *dasm;
mame-0.226+dfsg.1/src/devices/cpu/rsp/rsp.cpp:337:		dasm = fopen("rsp_disasm.txt", "wt");
mame-0.226+dfsg.1/src/devices/cpu/rsp/rsp.cpp-338-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/rsp/rsp.cpp-570-		FILE *dasm;
mame-0.226+dfsg.1/src/devices/cpu/rsp/rsp.cpp:571:		dasm = fopen("rsp_disasm.txt", "wt");
mame-0.226+dfsg.1/src/devices/cpu/rsp/rsp.cpp-572-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/s2650/s2650.cpp-560- * M_STR
mame-0.226+dfsg.1/src/devices/cpu/s2650/s2650.cpp:561: * Store source register to memory addr (CC unchanged)
mame-0.226+dfsg.1/src/devices/cpu/s2650/s2650.cpp-562- ***************************************************************/
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sc61860/readpc.cpp-166-#endif
mame-0.226+dfsg.1/src/devices/cpu/sc61860/readpc.cpp:167:	asm { cli }
mame-0.226+dfsg.1/src/devices/cpu/sc61860/readpc.cpp-168-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sc61860/readpc.cpp-185-	}
mame-0.226+dfsg.1/src/devices/cpu/sc61860/readpc.cpp:186:	asm { sti }
mame-0.226+dfsg.1/src/devices/cpu/sc61860/readpc.cpp-187-	fwrite(buffer,2,0x4000,out);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-128-
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:129:uint16_t scmp_device::GET_ADDR(uint8_t code)
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-130-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-183-						m_icount -= 18;
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:184:						m_AC = RM(GET_ADDR(opcode));
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-185-						break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-189-						m_icount -= 18;
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:190:						WM(GET_ADDR(opcode),m_AC);
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-191-						break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-195-						m_icount -= 18;
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:196:						m_AC &= RM(GET_ADDR(opcode));
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-197-						break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-201-						m_icount -= 18;
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:202:						m_AC |= RM(GET_ADDR(opcode));
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-203-						break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-207-						m_icount -= 18;
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:208:						m_AC ^= RM(GET_ADDR(opcode));
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-209-						break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-213-						m_icount -= 23;
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:214:						DEC_ADD(RM(GET_ADDR(opcode)));
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-215-						break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-219-						m_icount -= 19;
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:220:						BIN_ADD(RM(GET_ADDR(opcode)));
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-221-						break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-225-						m_icount -= 20;
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:226:						BIN_ADD(~RM(GET_ADDR(opcode)));
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-227-						break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-231-						{
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:232:							uint16_t addr = GET_ADDR(opcode);
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-233-							m_icount -= 22;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-240-						{
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp:241:							uint16_t addr = GET_ADDR(opcode);
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.cpp-242-							m_icount -= 22;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.h-80-	inline void DEC_ADD(uint8_t val);
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.h:81:	inline uint16_t GET_ADDR(uint8_t code);
mame-0.226+dfsg.1/src/devices/cpu/scmp/scmp.h-82-	void execute_one(int opcode);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h-33-
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:34:#define SH3_SAR0_ADDR       ((0x4000020 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:35:#define SH3_DAR0_ADDR       ((0x4000024 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:36:#define SH3_DMATCR0_ADDR    ((0x4000028 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:37:#define SH3_CHCR0_ADDR      ((0x400002c - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:38:#define SH3_SAR1_ADDR       ((0x4000030 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:39:#define SH3_DAR1_ADDR       ((0x4000034 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:40:#define SH3_DMATCR1_ADDR    ((0x4000038 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:41:#define SH3_CHCR1_ADDR      ((0x400003c - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:42:#define SH3_SAR2_ADDR       ((0x4000040 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:43:#define SH3_DAR2_ADDR       ((0x4000044 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:44:#define SH3_DMATCR2_ADDR    ((0x4000048 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:45:#define SH3_CHCR2_ADDR      ((0x400004c - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:46:#define SH3_SAR3_ADDR       ((0x4000050 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:47:#define SH3_DAR3_ADDR       ((0x4000054 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:48:#define SH3_DMATCR3_ADDR    ((0x4000058 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:49:#define SH3_CHCR3_ADDR      ((0x400005c - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:50:#define SH3_DMAOR_ADDR      ((0x4000060 - SH3_LOWER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h-51-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h-77-
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:78:#define SH3_ICR0_IPRA_ADDR  ((0xfffffee0 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:79:#define SH3_IPRB_ADDR       ((0xfffffee4 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h-80-
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:81:#define SH3_SCSSR_ADDR      ((0xfffffe88 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h-82-
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:83:#define SH3_TOCR_TSTR_ADDR  ((0xfffffe90 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:84:#define SH3_TCOR0_ADDR      ((0xfffffe94 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:85:#define SH3_TCNT0_ADDR      ((0xfffffe98 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:86:#define SH3_TCR0_ADDR       ((0xfffffe9c - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:87:#define SH3_TCOR1_ADDR      ((0xfffffea0 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:88:#define SH3_TCNT1_ADDR      ((0xfffffea4 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:89:#define SH3_TCR1_ADDR       ((0xfffffea8 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:90:#define SH3_TCOR2_ADDR      ((0xfffffeac - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:91:#define SH3_TCNT2_ADDR      ((0xfffffeb0 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:92:#define SH3_TCR2_ADDR       ((0xfffffeb4 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:93:#define SH3_TCPR2_ADDR      ((0xfffffeb8 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:94:#define SH3_TRA_ADDR        ((0xffffffd0 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:95:#define SH3_EXPEVT_ADDR     ((0xffffffd4 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h:96:#define SH3_INTEVT_ADDR     ((0xffffffd8 - SH3_UPPER_REGBASE)/4)
mame-0.226+dfsg.1/src/devices/cpu/sh/sh3comn.h-97-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sh/sh_dasm.cpp-13-	"R8", "R9", "R10","R11","R12","R13","R14",
mame-0.226+dfsg.1/src/devices/cpu/sh/sh_dasm.cpp:14:	// The old SH2 dasm used 'SP' here, the old SH4 used 'R15'
mame-0.226+dfsg.1/src/devices/cpu/sh/sh_dasm.cpp-15-	//"SP"
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sm8500/sm8500d.cpp-53-
mame-0.226+dfsg.1/src/devices/cpu/sm8500/sm8500d.cpp:54:const sm8500_disassembler::sm8500dasm sm8500_disassembler::mnemonic[256] = {
mame-0.226+dfsg.1/src/devices/cpu/sm8500/sm8500d.cpp-55-	/* 00 - 0F */
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sm8500/sm8500d.cpp-144-{
mame-0.226+dfsg.1/src/devices/cpu/sm8500/sm8500d.cpp:145:	const sm8500dasm *instr;
mame-0.226+dfsg.1/src/devices/cpu/sm8500/sm8500d.cpp-146-	uint8_t op;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sm8500/sm8500d.h-64-	static const uint8_t sm8500_b2w[8];
mame-0.226+dfsg.1/src/devices/cpu/sm8500/sm8500d.h:65:	static const sm8500dasm mnemonic[256];
mame-0.226+dfsg.1/src/devices/cpu/sm8500/sm8500d.h-66-};
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sparc/sparc.cpp-617-{
mame-0.226+dfsg.1/src/devices/cpu/sparc/sparc.cpp:618:	auto dasm = std::make_unique<sparc_disassembler>(static_cast<sparc_disassembler::config const *>(this), 7);
mame-0.226+dfsg.1/src/devices/cpu/sparc/sparc.cpp-619-	m_asi_desc_adder(dasm.get());
##############################################
mame-0.226+dfsg.1/src/devices/cpu/sparc/ss1fcode.ipp-673-			{
mame-0.226+dfsg.1/src/devices/cpu/sparc/ss1fcode.ipp:674:				indent(); printf("Opcode at %08x (%04x + %x): %04x, entry is at %08x // %s ; some complex junk I don't understand, the amount of asm in this function is a PITA.\n", r5, base_op, dist, opcode, entry_point, opdesc.c_str());
mame-0.226+dfsg.1/src/devices/cpu/sparc/ss1fcode.ipp-675-				indent(); printf("                                               // basically it involves a bunch of comparisons between whatever's on the top of the stack, the\n");
mame-0.226+dfsg.1/src/devices/cpu/sparc/ss1fcode.ipp-676-				indent(); printf("                                               // current result, and some other weird junk like 0x20000000\n");
mame-0.226+dfsg.1/src/devices/cpu/sparc/ss1fcode.ipp:677:				indent(); printf("                                               // like seriously, this function is a couple hundred lines of asm long\n");
mame-0.226+dfsg.1/src/devices/cpu/sparc/ss1fcode.ipp-678-				break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/ssem/ssem.cpp-18-#define INSTR       ((op >> 13) & 7)
mame-0.226+dfsg.1/src/devices/cpu/ssem/ssem.cpp:19:#define ADDR        (op & 0x1f)
mame-0.226+dfsg.1/src/devices/cpu/ssem/ssem.cpp-20-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/superfx/superfx.cpp-13-	, m_program_config("program", ENDIANNESS_LITTLE, 8, 32, 0)
mame-0.226+dfsg.1/src/devices/cpu/superfx/superfx.cpp:14:	, m_out_irq_func(*this), m_pipeline(0), m_ramaddr(0), m_sfr(0), m_pbr(0), m_rombr(0), m_rambr(0), m_cbr(0), m_scbr(0), m_scmr(0), m_colr(0), m_por(0)
mame-0.226+dfsg.1/src/devices/cpu/superfx/superfx.cpp-15-	, m_bramr(0), m_vcr(0), m_cfgr(0), m_clsr(0), m_romcl(0), m_romdr(0), m_ramcl(0), m_ramar(0), m_ramdr(0), m_sreg(nullptr), m_sreg_idx(0), m_dreg(nullptr)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870.h-336-
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870.h:337:	uint16_t get_addr(uint16_t opbyte0, uint16_t val);
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870.h-338-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_dst.cpp-41-	{
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_dst.cpp:42:		dstaddr = get_addr((opbyte0 & 0x7), READ8());
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_dst.cpp-43-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_dst.cpp-45-	{
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_dst.cpp:46:		dstaddr = get_addr((opbyte0 & 0x7), 0);
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_dst.cpp-47-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_helper.cpp-123-
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_helper.cpp:124:uint16_t tlcs870_device::get_addr(uint16_t opbyte0, uint16_t val)
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_helper.cpp-125-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_src.cpp-39-	if ((opbyte0 == 0xe0) || (opbyte0 == 0xe4))
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_src.cpp:40:		srcaddr = get_addr((opbyte0 & 0x7), READ8());
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_src.cpp-41-	else
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_src.cpp:42:		srcaddr = get_addr((opbyte0 & 0x7), 0);
mame-0.226+dfsg.1/src/devices/cpu/tlcs870/tlcs870_ops_src.cpp-43-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1388-
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1389:	dasm = &mnemonic[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1390-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1399-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1400:		dasm = &mnemonic_80[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1401-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1406-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1407:		dasm = &mnemonic_88[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1408-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1412-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1413:		dasm = &mnemonic_90[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1414-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1419-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1420:		dasm = &mnemonic_98[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1421-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1425-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1426:		dasm = &mnemonic_a0[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1427-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1432-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1433:		dasm = &mnemonic_a0[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1434-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1438-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1439:		dasm = &mnemonic_b0[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1440-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1445-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1446:		dasm = &mnemonic_b8[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1447-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1524-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1525:		dasm = &mnemonic_c0[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1526-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1538-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1539:		dasm = &mnemonic_c8[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1540-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1617-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1618:		dasm = &mnemonic_d0[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1619-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1632-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1633:		dasm = &mnemonic_d8[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1634-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1711-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1712:		dasm = &mnemonic_e0[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1713-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1725-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1726:		dasm = &mnemonic_e8[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1727-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1804-		op = opcodes.r8( pos++ );
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp:1805:		dasm = &mnemonic_f0[ op ];
mame-0.226+dfsg.1/src/devices/cpu/tlcs900/dasm900.cpp-1806-		break;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms32031/tms32031.cpp-236-	ROM_REGION(0x4000, "internal_rom", 0)
mame-0.226+dfsg.1/src/devices/cpu/tms32031/tms32031.cpp:237:	ROM_LOAD( "c31boot.bin", 0x0000, 0x4000, BAD_DUMP CRC(bddc2763) SHA1(96b2170ecee5bec5abaa1741bb2d3b6096ecc262) ) // Assembled from c31boot.asm (02-07-92)
mame-0.226+dfsg.1/src/devices/cpu/tms32031/tms32031.cpp-238-ROM_END
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms32031/tms32031.cpp-241-	ROM_REGION(0x4000, "internal_rom", 0)
mame-0.226+dfsg.1/src/devices/cpu/tms32031/tms32031.cpp:242:	ROM_LOAD( "c32boot.bin", 0x0000, 0x4000, BAD_DUMP CRC(ecf84729) SHA1(4d32ead450f921f563514b061ea561a222283616) ) // Assembled from c32boot.asm (03-04-96)
mame-0.226+dfsg.1/src/devices/cpu/tms32031/tms32031.cpp-243-ROM_END
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-42-
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:43:		if (SADDR() >= TEMP())
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-44-		{
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:45:			SADDR() += DYDX_Y()*2 - DYDX_X()*2;
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-46-			x1 = INC1_X();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-50-		{
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:51:			SADDR() += DYDX_Y()*2;
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-52-			x1 = INC2_X();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-978-		/* compute the starting addresses */
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:979:		saddr = src_is_linear ? SADDR() : SXYTOL(SADDR_XY());
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-980-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-993-		else
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:994:			daddr = DADDR();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-995-		daddr &= ~(BITS_PER_PIXEL - 1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1290-		if (src_is_linear && dst_is_linear)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1291:			SADDR() += DYDX_Y() * SPTCH();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1292-		else if (src_is_linear)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1293:			SADDR() += DYDX_Y() * SPTCH();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1294-		else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1296-		if (dst_is_linear)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1297:			DADDR() += DYDX_Y() * DPTCH();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1298-		else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1326-		/* compute the starting addresses */
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1327:		saddr = src_is_linear ? SADDR() : SXYTOL(SADDR_XY());
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1328-if ((saddr & (BITS_PER_PIXEL - 1)) != 0) osd_printf_debug("PIXBLT_R%d with odd saddr\n", BITS_PER_PIXEL);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1343-		else
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1344:			daddr = DADDR();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1345-if ((daddr & (BITS_PER_PIXEL - 1)) != 0) osd_printf_debug("PIXBLT_R%d with odd daddr\n", BITS_PER_PIXEL);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1570-		if (src_is_linear && dst_is_linear)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1571:			SADDR() += DYDX_Y() * SPTCH();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1572-		else if (src_is_linear)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1573:			SADDR() += DYDX_Y() * SPTCH();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1574-		else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1576-		if (dst_is_linear)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1577:			DADDR() += DYDX_Y() * DPTCH();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1578-		else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1606-		/* compute the starting addresses */
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1607:		saddr = SADDR();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1608-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1621-		else
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1622:			daddr = DADDR();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1623-		daddr &= ~(BITS_PER_PIXEL - 1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1788-		m_st &= ~STBIT_P;
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1789:		SADDR() += DYDX_Y() * SPTCH();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1790-		if (dst_is_linear)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1791:			DADDR() += DYDX_Y() * DPTCH();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1792-		else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1832-		else
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1833:			daddr = DADDR();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1834-		daddr &= ~(BITS_PER_PIXEL - 1);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1971-		if (dst_is_linear)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx:1972:			DADDR() += DYDX_Y() * DPTCH();
mame-0.226+dfsg.1/src/devices/cpu/tms34010/34010gfx.hxx-1973-		else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/tms34010.cpp-176-/* Implied Operands */
mame-0.226+dfsg.1/src/devices/cpu/tms34010/tms34010.cpp:177:#define SADDR()        BREG(0)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/tms34010.cpp-178-#define SADDR_X()      BREG_X(0)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms34010/tms34010.cpp-181-#define SPTCH()        BREG(1)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/tms34010.cpp:182:#define DADDR()        BREG(2)
mame-0.226+dfsg.1/src/devices/cpu/tms34010/tms34010.cpp-183-#define DADDR_X()      BREG_X(2)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms57002/tmsmake.py-160-            self._flags.add("post")
mame-0.226+dfsg.1/src/devices/cpu/tms57002/tmsmake.py:161:        self._dasm = None
mame-0.226+dfsg.1/src/devices/cpu/tms57002/tmsmake.py-162-        self._run = []
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms57002/tmsmake.py-317-    def AddInfo(self, line):
mame-0.226+dfsg.1/src/devices/cpu/tms57002/tmsmake.py:318:        if self._dasm is None:
mame-0.226+dfsg.1/src/devices/cpu/tms57002/tmsmake.py:319:            self._dasm = line.lstrip()
mame-0.226+dfsg.1/src/devices/cpu/tms57002/tmsmake.py-320-        else:
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms9900/tms9900.cpp-1812-
mame-0.226+dfsg.1/src/devices/cpu/tms9900/tms9900.cpp:1813:void tms99xx_device::alu_setaddr()
mame-0.226+dfsg.1/src/devices/cpu/tms9900/tms9900.cpp-1814-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms9900/tms9900.h-276-	void    alu_source(void);
mame-0.226+dfsg.1/src/devices/cpu/tms9900/tms9900.h:277:	void    alu_setaddr(void);
mame-0.226+dfsg.1/src/devices/cpu/tms9900/tms9900.h-278-	void    alu_addone(void);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/tms9900/tms9995.cpp-175-		m_prgspace(nullptr),
mame-0.226+dfsg.1/src/devices/cpu/tms9900/tms9995.cpp:176:		m_setaddr(nullptr),
mame-0.226+dfsg.1/src/devices/cpu/tms9900/tms9995.cpp-177-		m_cru(nullptr),
##############################################
mame-0.226+dfsg.1/src/devices/cpu/uml.cpp-839-//-------------------------------------------------
mame-0.226+dfsg.1/src/devices/cpu/uml.cpp:840://  disasm - disassemble an instruction to the
mame-0.226+dfsg.1/src/devices/cpu/uml.cpp-841-//  given buffer
##############################################
mame-0.226+dfsg.1/src/devices/cpu/uml.h-238-		drccodeptr codeptr() const { return *m_code; }
mame-0.226+dfsg.1/src/devices/cpu/uml.h:239:		drccodeptr *codeptr_addr() { return m_code; }
mame-0.226+dfsg.1/src/devices/cpu/uml.h-240-		char const *string() const { return m_string.c_str(); }
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-46-			{
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:47:				format_saddr(stream, saddr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-48-				util::stream_format(stream, ".%d,", (op2 & 0x70) >> 4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-216-			{
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:217:				format_saddr(stream, saddr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-218-				util::stream_format(stream, ".%d", (op2 & 0x70) >> 4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-231-			{
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:232:				format_saddr(stream, saddr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-233-				util::stream_format(stream, ".%d", (op2 & 0x70) >> 4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-304-		util::stream_format(stream, "%-8s", "DBNZ");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:305:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-306-		stream << ",";
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-336-			{
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:337:				format_saddr(stream, saddr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-338-				util::stream_format(stream, ".%d", (op & 0x70) >> 4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-355-		util::stream_format(stream, "%-8sA,", s_alu_ops[(op & 0x70) >> 4]);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:356:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-357-		return 2 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-374-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:375:			format_saddr(stream, saddr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-376-		stream << ",";
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-436-		util::stream_format(stream, "%-8s", BIT(op, 4) ? "DEC" : "INC");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:437:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-438-		return 2 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-444-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:445:			format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-446-		return 2 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-453-		util::stream_format(stream, "%-8s", s_alu_ops[(op & 0x70) >> 4]);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:454:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-455-		stream << ",";
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-482-		{
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:483:			format_saddr(stream, saddr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-484-			util::stream_format(stream, ".%d,", (op & 0x70) >> 4);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-653-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:654:			format_saddr(stream, saddr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-655-		return 2 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-664-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp:665:			format_saddr(stream, saddr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k0d.cpp-666-		stream << ",A";
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-178-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:179:			format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-180-		util::stream_format(stream, ".%d,CY", op2 & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-190-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:191:			format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-192-		util::stream_format(stream, ".%d", op2 & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-200-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:201:			format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-202-		util::stream_format(stream, ".%d", op2 & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-210-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:211:			format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-212-		util::stream_format(stream, ".%d,", op2 & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-470-			util::stream_format(stream, "%-8sA,", BIT(op, 0) ? "XCH" : "MOV");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:471:			format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-472-			return 2 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-475-			util::stream_format(stream, "%-8s", "MOV");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:476:			format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-477-			stream << ",A";
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-501-			util::stream_format(stream, "%-8s", BIT(op, 0) ? "DEC" : "INC");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:502:			format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-503-			return 2 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-576-			util::stream_format(stream, "%-8s", BIT(op, 0) ? "DBNZ" : "MOV");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:577:			format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-578-			stream << ",";
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-633-		util::stream_format(stream, "%-8s", s_alu_ops[op & 0x07]);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:634:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-635-		stream << ",";
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-640-		util::stream_format(stream, "%-8s", "BT");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:641:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-642-		util::stream_format(stream, ".%d,", op & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-682-		util::stream_format(stream, "%-8sA,", s_alu_ops[op & 0x07]);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:683:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-684-		return 2 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-687-		util::stream_format(stream, "%-8s", BIT(op, 4) ? "SET1" : "CLR1");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp:688:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k1d.cpp-689-		util::stream_format(stream, ".%d", op & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp-231-	util::stream_format(stream, "%-8s", BIT(op, 0) ? "XCH" : "MOV");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp:232:	format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp-233-	stream << ",";
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp:234:	format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp-235-	return 3 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp-274-	util::stream_format(stream, "%-8s", s_alu_ops[op & 0x07]);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp:275:	format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp-276-	stream << ",";
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp:277:	format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k2d.cpp-278-	return 3 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-373-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:374:			format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-375-		util::stream_format(stream, ".%d,CY", op2 & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-385-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:386:			format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-387-		util::stream_format(stream, ".%d", op2 & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-395-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:396:			format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-397-		util::stream_format(stream, ".%d", op2 & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-408-		else
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:409:			format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-410-		util::stream_format(stream, ".%d,", op2 & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-609-	util::stream_format(stream, "%-8s", BIT(op, 0) ? "XCH" : "MOV");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:610:	format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-611-	stream << ",";
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:612:	format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-613-	return 3 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-660-	util::stream_format(stream, "%-8s", s_alu_ops[op & 0x07]);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:661:	format_saddr(stream, opcodes.r8(pc + 2));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-662-	stream << ",";
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:663:	format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-664-	return 3 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-825-				util::stream_format(stream, "%-8s", BIT(op, 0) ? "DEC" : "INC");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:826:				format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-827-				return 2 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-844-			{
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:845:				format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-846-				if (op == 0x22)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-959-			util::stream_format(stream, "%-8s", BIT(op, 0) ? "DBNZ" : "MOV");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:960:			format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-961-			stream << ",";
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-1011-		util::stream_format(stream, "%-8s", s_alu_ops[op & 0x07]);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:1012:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-1013-		stream << ",";
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-1018-		util::stream_format(stream, "%-8s", "BT");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:1019:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-1020-		util::stream_format(stream, ".%d,", op & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-1041-		util::stream_format(stream, "%-8sA,", s_alu_ops[op & 0x07]);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:1042:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-1043-		return 2 | SUPPORTED;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-1046-		util::stream_format(stream, "%-8s", BIT(op, 4) ? "SET1" : "CLR1");
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp:1047:		format_saddr(stream, opcodes.r8(pc + 1));
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78k3d.cpp-1048-		util::stream_format(stream, ".%d", op & 0x07);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78kd.cpp-98-
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78kd.cpp:99:void upd78k_family_disassembler::format_saddr(std::ostream &stream, u8 addr)
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78kd.cpp-100-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78kd.h-25-	void format_sfr(std::ostream &stream, u8 addr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78kd.h:26:	void format_saddr(std::ostream &stream, u8 addr);
mame-0.226+dfsg.1/src/devices/cpu/upd78k/upd78kd.h-27-	void format_sfrp(std::ostream &stream, u8 addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/v810/v810.cpp-224-
mame-0.226+dfsg.1/src/devices/cpu/v810/v810.cpp:225:uint32_t v810_device::opADDr(uint32_t op)    // add r1,r2
mame-0.226+dfsg.1/src/devices/cpu/v810/v810.cpp-226-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/v810/v810.h-132-	uint32_t opMOVi(uint32_t op);
mame-0.226+dfsg.1/src/devices/cpu/v810/v810.h:133:	uint32_t opADDr(uint32_t op);
mame-0.226+dfsg.1/src/devices/cpu/v810/v810.h-134-	uint32_t opADDi(uint32_t op);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180.cpp-2226-	{
mame-0.226+dfsg.1/src/devices/cpu/z180/z180.cpp:2227:		address = MMU_REMAP_ADDR(address);
mame-0.226+dfsg.1/src/devices/cpu/z180/z180.cpp-2228-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-25-
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp:26:const z180_disassembler::z80dasm z180_disassembler::mnemonic_xx_cb[256]= {
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-27-	{zRLC,"b=Y"},   {zRLC,"c=Y"},   {zRLC,"d=Y"},   {zRLC,"e=Y"},
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-92-
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp:93:const z180_disassembler::z80dasm z180_disassembler::mnemonic_cb[256] = {
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-94-	{zRLC,"b"},     {zRLC,"c"},     {zRLC,"d"},     {zRLC,"e"},
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-159-
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp:160:const z180_disassembler::z80dasm z180_disassembler::mnemonic_ed[256]= {
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-161-	{zIN0,"b,(B)"}, {zOUT0,"(B),b"},{zDB,"?"},      {zDB,"?"},
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-226-
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp:227:const z180_disassembler::z80dasm z180_disassembler::mnemonic_xx[256]= {
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-228-	{zDB,"?"},      {zDB,"?"},      {zDB,"?"},      {zDB,"?"},
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-293-
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp:294:const z180_disassembler::z80dasm z180_disassembler::mnemonic_main[256]= {
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-295-	{zNOP,nullptr},       {zLD,"bc,N"},   {zLD,"(bc),a"}, {zINC,"bc"},
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-376-{
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp:377:	const z80dasm *d;
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.cpp-378-	const char *src, *ixy;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h-24-private:
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h:25:	struct z80dasm {
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h-26-		uint8_t mnemonic;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h-43-	static const char *const s_mnemonic[];
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h:44:	static const z80dasm mnemonic_xx_cb[256];
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h:45:	static const z80dasm mnemonic_cb[256];
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h:46:	static const z80dasm mnemonic_ed[256];
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h:47:	static const z80dasm mnemonic_xx[256];
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h:48:	static const z80dasm mnemonic_main[256];
mame-0.226+dfsg.1/src/devices/cpu/z180/z180dasm.h-49-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-75-
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h:76:#define MMU_REMAP_ADDR(addr) (m_mmu[((addr)>>12)&15]|((addr)&4095))
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-77-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-83-	m_extra_cycles += memory_wait_states();
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h:84:	return z180_read_memory(MMU_REMAP_ADDR(addr));
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-85-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-89- ***************************************************************/
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h:90:#define WM(addr,value) m_extra_cycles += memory_wait_states(); z180_write_memory(MMU_REMAP_ADDR(addr),value)
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-91-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-119-	m_extra_cycles += memory_wait_states();
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h:120:	return m_copcodes.read_byte(MMU_REMAP_ADDR(addr));
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-121-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-133-	m_extra_cycles += memory_wait_states();
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h:134:	return m_cprogram.read_byte(MMU_REMAP_ADDR(addr));
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-135-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-141-	m_extra_cycles += memory_wait_states() * 2;
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h:142:	return m_cprogram.read_byte(MMU_REMAP_ADDR(addr)) | (m_cprogram.read_byte(MMU_REMAP_ADDR(addr+1)) << 8);
mame-0.226+dfsg.1/src/devices/cpu/z180/z180ops.h-143-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z80/z80.cpp-56- *   Changes in 3.3:
mame-0.226+dfsg.1/src/devices/cpu/z80/z80.cpp:57: *    - Fixed undocumented flags XF & YF in the non-asm versions of CP,
mame-0.226+dfsg.1/src/devices/cpu/z80/z80.cpp-58- *      and all the 16 bit arithmetic instructions. [Sean Young]
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-40-
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp:41:const z80_disassembler::z80dasm z80_disassembler::mnemonic_xx_cb[256] =
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-42-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-108-
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp:109:const z80_disassembler::z80dasm z80_disassembler::mnemonic_cb[256] =
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-110-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-176-
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp:177:const z80_disassembler::z80dasm z80_disassembler::mnemonic_ed[256] =
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-178-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-244-
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp:245:const z80_disassembler::z80dasm z80_disassembler::mnemonic_xx[256] =
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-246-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-312-
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp:313:const z80_disassembler::z80dasm z80_disassembler::mnemonic_main[256] =
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-314-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-408-
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp:409:	const z80dasm *d = nullptr;
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.cpp-410-	u8 op = opcodes.r8(pos++);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.h-47-	static const u32 s_flags[];
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.h:48:	static const z80dasm mnemonic_xx_cb[256];
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.h:49:	static const z80dasm mnemonic_cb[256];
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.h:50:	static const z80dasm mnemonic_ed[256];
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.h:51:	static const z80dasm mnemonic_xx[256];
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.h:52:	static const z80dasm mnemonic_main[256];
mame-0.226+dfsg.1/src/devices/cpu/z80/z80dasm.h-53-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-293-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp:294:	PUSHL(SP, make_segmented_addr(m_pc));        /* save current pc */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-295-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-304-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp:305:	return segmented_addr(RDMEM_L(m_program, VEC + 4));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-306-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-314-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp:315:	return segmented_addr(RDMEM_L(m_program, 4));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-316-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-337-
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp:338:uint32_t z8002_device::PSA_ADDR()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-339-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-342-
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp:343:uint32_t z8001_device::PSA_ADDR()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-344-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp:345:	return segmented_addr((m_psapseg << 16) | m_psapoff);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-346-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-469-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp:470:	return segmented_addr(RDMEM_L(m_program, VEC00 + 2 * (m_irq_vec & 0xff)));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.cpp-471-}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-182-	virtual void CHANGE_FCW(uint16_t fcw);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:183:	static inline uint32_t make_segmented_addr(uint32_t addr);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:184:	static inline uint32_t segmented_addr(uint32_t addr);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-185-	inline uint32_t addr_from_reg(int regno);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-270-	virtual uint32_t F_SEG_Z8001();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:271:	virtual uint32_t PSA_ADDR();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-272-	virtual uint32_t read_irq_vector();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-410-	void Z3F_dddd_ssss();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:411:	void Z40_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:412:	void Z40_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:413:	void Z41_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:414:	void Z41_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:415:	void Z42_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:416:	void Z42_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:417:	void Z43_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:418:	void Z43_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:419:	void Z44_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:420:	void Z44_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:421:	void Z45_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:422:	void Z45_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:423:	void Z46_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:424:	void Z46_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:425:	void Z47_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:426:	void Z47_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:427:	void Z48_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:428:	void Z48_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:429:	void Z49_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:430:	void Z49_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:431:	void Z4A_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:432:	void Z4A_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:433:	void Z4B_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:434:	void Z4B_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:435:	void Z4C_0000_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-436-	void Z4C_0000_0001_addr_imm8();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:437:	void Z4C_0000_0010_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:438:	void Z4C_0000_0100_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-439-	void Z4C_0000_0101_addr_imm8();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:440:	void Z4C_0000_0110_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:441:	void Z4C_0000_1000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:442:	void Z4C_ddN0_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-443-	void Z4C_ddN0_0001_addr_imm8();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:444:	void Z4C_ddN0_0010_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:445:	void Z4C_ddN0_0100_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-446-	void Z4C_ddN0_0101_addr_imm8();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:447:	void Z4C_ddN0_0110_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:448:	void Z4C_ddN0_1000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:449:	void Z4D_0000_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-450-	void Z4D_0000_0001_addr_imm16();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:451:	void Z4D_0000_0010_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:452:	void Z4D_0000_0100_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-453-	void Z4D_0000_0101_addr_imm16();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:454:	void Z4D_0000_0110_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:455:	void Z4D_0000_1000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:456:	void Z4D_ddN0_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-457-	void Z4D_ddN0_0001_addr_imm16();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:458:	void Z4D_ddN0_0010_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:459:	void Z4D_ddN0_0100_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-460-	void Z4D_ddN0_0101_addr_imm16();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:461:	void Z4D_ddN0_0110_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:462:	void Z4D_ddN0_1000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:463:	void Z4E_ddN0_ssN0_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:464:	void Z50_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:465:	void Z50_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:466:	void Z51_ddN0_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:467:	void Z51_ddN0_ssN0_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:468:	void Z52_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:469:	void Z52_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:470:	void Z53_ddN0_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:471:	void Z53_ddN0_ssN0_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:472:	void Z54_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:473:	void Z54_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:474:	void Z55_ssN0_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:475:	void Z55_ssN0_ddN0_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:476:	void Z56_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:477:	void Z56_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:478:	void Z57_ssN0_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:479:	void Z57_ssN0_ddN0_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:480:	void Z58_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:481:	void Z58_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:482:	void Z59_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:483:	void Z59_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:484:	void Z5A_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:485:	void Z5A_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:486:	void Z5B_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:487:	void Z5B_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:488:	void Z5C_0000_0001_0000_dddd_0000_nmin1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:489:	void Z5C_0000_1000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:490:	void Z5C_0000_1001_0000_ssss_0000_nmin1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:491:	void Z5C_ddN0_1000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:492:	void Z5C_ddN0_1001_0000_ssN0_0000_nmin1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:493:	void Z5C_ssN0_0001_0000_dddd_0000_nmin1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:494:	void Z5D_0000_ssss_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:495:	void Z5D_ddN0_ssss_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:496:	void Z5E_0000_cccc_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:497:	void Z5E_ddN0_cccc_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:498:	void Z5F_0000_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:499:	void Z5F_ddN0_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:500:	void Z60_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:501:	void Z60_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:502:	void Z61_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:503:	void Z61_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:504:	void Z62_0000_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:505:	void Z62_ddN0_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:506:	void Z63_0000_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:507:	void Z63_ddN0_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:508:	void Z64_0000_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:509:	void Z64_ddN0_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:510:	void Z65_0000_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:511:	void Z65_ddN0_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:512:	void Z66_0000_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:513:	void Z66_ddN0_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:514:	void Z67_0000_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:515:	void Z67_ddN0_imm4_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:516:	void Z68_0000_imm4m1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:517:	void Z68_ddN0_imm4m1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:518:	void Z69_0000_imm4m1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:519:	void Z69_ddN0_imm4m1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:520:	void Z6A_0000_imm4m1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:521:	void Z6A_ddN0_imm4m1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:522:	void Z6B_0000_imm4m1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:523:	void Z6B_ddN0_imm4m1_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:524:	void Z6C_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:525:	void Z6C_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:526:	void Z6D_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:527:	void Z6D_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:528:	void Z6E_0000_ssss_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:529:	void Z6E_ddN0_ssss_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:530:	void Z6F_0000_ssss_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:531:	void Z6F_ddN0_ssss_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-532-	void Z70_ssN0_dddd_0000_xxxx_0000_0000();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-537-	void Z75_ssN0_dddd_0000_xxxx_0000_0000();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:538:	void Z76_0000_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:539:	void Z76_ssN0_dddd_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-540-	void Z77_ddN0_ssss_0000_xxxx_0000_0000();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-541-	void Z78_imm8();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:542:	void Z79_0000_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:543:	void Z79_ssN0_0000_addr();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-544-	void Z7A_0000_0000();
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-720-	virtual uint32_t F_SEG_Z8001() override;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h:721:	virtual uint32_t PSA_ADDR() override;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000.h-722-	virtual uint32_t read_irq_vector() override;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h-47-/* these vectors are based on m_psap */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:48:#define RST     (PSA_ADDR() + 0)  /* start up m_fcw and m_pc */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:49:#define EPU     (PSA_ADDR() + m_vector_mult * 0x0004)  /* extension processor unit? trap */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:50:#define TRAP    (PSA_ADDR() + m_vector_mult * 0x0008)  /* privilege violation trap */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:51:#define SYSCALL (PSA_ADDR() + m_vector_mult * 0x000c)  /* system call SC */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:52:#define SEGTRAP (PSA_ADDR() + m_vector_mult * 0x0010)  /* segment trap */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:53:#define NMI     (PSA_ADDR() + m_vector_mult * 0x0014)  /* non maskable interrupt */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:54:#define NVI     (PSA_ADDR() + m_vector_mult * 0x0018)  /* non vectored interrupt */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:55:#define VI      (PSA_ADDR() + m_vector_mult * 0x001c)  /* vectored interrupt */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:56:#define VEC00   (PSA_ADDR() + m_vector_mult * 0x001e)  /* vector n m_pc value */
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h-57-
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h-175-#define GET_DSP16       uint16_t tmp16 = get_operand(1); uint32_t dsp16 = addr_add(m_pc, (int16_t)tmp16)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h:176:#define GET_ADDR(o)     uint32_t addr = (uint32_t)get_addr_operand(o)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000cpu.h-177-#define GET_ADDR_RAW(o)     uint32_t addr = (uint32_t)get_raw_addr_operand(o)
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-86-
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:87:uint32_t z8002_device::make_segmented_addr(uint32_t addr)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-88-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-91-
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:92:uint32_t z8002_device::segmented_addr(uint32_t addr)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-93-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-99-	if (get_segmented_mode())
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:100:		return segmented_addr(RL(regno));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-101-	else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-107-	if (get_segmented_mode()) {
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:108:		uint32_t segaddr = make_segmented_addr(addr);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-109-		RW(regno) = (RW(regno) & 0x80ff) | ((segaddr >> 16) & 0x7f00);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2042-	if (get_segmented_mode())
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:2043:		PUSHL(SP, make_segmented_addr(m_pc));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2044-	else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2543-		fcw = RDMEM_W(space, addr + 2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:2544:		set_pc(segmented_addr(RDMEM_L(space, addr + 4)));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2545-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2986- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:2987:void z8002_device::Z40_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2988-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2989-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:2990:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2991-	RB(dst) = ADDB(RB(dst), RDMEM_B(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2994-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:2995: addb    rbd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2996- flags:  CZSVDH
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2997- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:2998:void z8002_device::Z40_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-2999-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3001-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3002:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3003-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3010- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3011:void z8002_device::Z41_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3012-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3013-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3014:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3015-	RW(dst) = ADDW(RW(dst), RDMEM_W(m_data, addr)); /* EHC */
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3018-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3019: add     rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3020- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3021- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3022:void z8002_device::Z41_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3023-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3025-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3026:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3027-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3034- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3035:void z8002_device::Z42_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3036-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3037-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3038:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3039-	RB(dst) = SUBB(RB(dst), RDMEM_B(m_data, addr)); /* EHC */
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3042-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3043: subb    rbd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3044- flags:  CZSVDH
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3045- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3046:void z8002_device::Z42_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3047-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3049-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3050:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3051-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3058- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3059:void z8002_device::Z43_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3060-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3061-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3062:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3063-	RW(dst) = SUBW(RW(dst), RDMEM_W(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3066-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3067: sub     rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3068- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3069- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3070:void z8002_device::Z43_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3071-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3073-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3074:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3075-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3082- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3083:void z8002_device::Z44_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3084-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3085-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3086:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3087-	RB(dst) = ORB(RB(dst), RDMEM_B(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3090-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3091: orb     rbd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3092- flags:  CZSP--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3093- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3094:void z8002_device::Z44_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3095-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3097-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3098:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3099-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3106- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3107:void z8002_device::Z45_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3108-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3109-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3110:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3111-	RW(dst) = ORW(RW(dst), RDMEM_W(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3114-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3115: or      rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3116- flags:  CZS---
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3117- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3118:void z8002_device::Z45_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3119-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3121-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3122:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3123-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3130- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3131:void z8002_device::Z46_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3132-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3133-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3134:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3135-	RB(dst) = ANDB(RB(dst), RDMEM_B(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3138-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3139: andb    rbd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3140- flags:  -ZSP--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3141- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3142:void z8002_device::Z46_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3143-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3145-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3146:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3147-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3154- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3155:void z8002_device::Z47_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3156-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3157-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3158:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3159-	RW(dst) = ANDW(RW(dst), RDMEM_W(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3162-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3163: and     rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3164- flags:  -ZS---
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3165- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3166:void z8002_device::Z47_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3167-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3169-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3170:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3171-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3178- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3179:void z8002_device::Z48_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3180-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3181-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3182:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3183-	RB(dst) = XORB(RB(dst), RDMEM_B(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3186-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3187: xorb    rbd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3188- flags:  -ZSP--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3189- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3190:void z8002_device::Z48_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3191-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3193-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3194:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3195-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3202- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3203:void z8002_device::Z49_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3204-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3205-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3206:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3207-	RW(dst) = XORW(RW(dst), RDMEM_W(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3210-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3211: xor     rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3212- flags:  -ZS---
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3213- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3214:void z8002_device::Z49_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3215-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3217-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3218:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3219-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3226- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3227:void z8002_device::Z4A_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3228-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3229-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3230:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3231-	CPB(RB(dst), RDMEM_B(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3234-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3235: cpb     rbd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3236- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3237- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3238:void z8002_device::Z4A_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3239-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3241-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3242:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3243-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3250- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3251:void z8002_device::Z4B_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3252-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3253-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3254:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3255-	CPW(RW(dst), RDMEM_W(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3258-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3259: cp      rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3260- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3261- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3262:void z8002_device::Z4B_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3263-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3265-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3266:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3267-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3274- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3275:void z8002_device::Z4C_0000_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3276-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3277:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3278-	WRMEM_B(m_data,  addr, COMB(RDMEM_W(m_data, addr)));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3286-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3287:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3288-	GET_IMM8(OP2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3295- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3296:void z8002_device::Z4C_0000_0010_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3297-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3298:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3299-	WRMEM_B(m_data,  addr, NEGB(RDMEM_B(m_data, addr)));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3305- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3306:void z8002_device::Z4C_0000_0100_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3307-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3308:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3309-	TESTB(RDMEM_B(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3317-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3318:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3319-	GET_IMM8(OP2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3326- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3327:void z8002_device::Z4C_0000_0110_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3328-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3329:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3330-	if (RDMEM_B(m_data, addr) & S08) SET_S; else CLR_S;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3337- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3338:void z8002_device::Z4C_0000_1000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3339-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3340:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3341-	WRMEM_B(m_data,  addr, 0);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3344-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3345: comb    addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3346- flags:  -ZSP--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3347- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3348:void z8002_device::Z4C_ddN0_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3349-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3350-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3351:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3352-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3356-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3357: cpb     addr(rd),imm8
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3358- flags:  CZSV--
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3362-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3363:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3364-	GET_IMM8(OP2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3369-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3370: negb    addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3371- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3372- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3373:void z8002_device::Z4C_ddN0_0010_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3374-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3375-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3376:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3377-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3381-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3382: testb   addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3383- flags:  -ZSP--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3384- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3385:void z8002_device::Z4C_ddN0_0100_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3386-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3387-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3388:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3389-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3393-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3394: ldb     addr(rd),imm8
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3395- flags:  ------
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3399-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3400:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3401-	GET_IMM8(OP2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3406-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3407: tsetb   addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3408- flags:  --S---
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3409- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3410:void z8002_device::Z4C_ddN0_0110_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3411-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3412-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3413:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3414-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3419-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3420: clrb    addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3421- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3422- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3423:void z8002_device::Z4C_ddN0_1000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3424-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3425-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3426:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3427-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3434- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3435:void z8002_device::Z4D_0000_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3436-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3437:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3438-	WRMEM_W(m_data,  addr, COMW(RDMEM_W(m_data, addr)));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3446-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3447:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3448-	GET_IMM16(OP2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3455- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3456:void z8002_device::Z4D_0000_0010_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3457-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3458:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3459-	WRMEM_W(m_data,  addr, NEGW(RDMEM_W(m_data, addr)));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3465- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3466:void z8002_device::Z4D_0000_0100_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3467-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3468:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3469-	TESTW(RDMEM_W(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3477-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3478:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3479-	GET_IMM16(OP2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3486- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3487:void z8002_device::Z4D_0000_0110_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3488-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3489:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3490-	if (RDMEM_W(m_data, addr) & S16) SET_S; else CLR_S;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3497- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3498:void z8002_device::Z4D_0000_1000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3499-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3500:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3501-	WRMEM_W(m_data,  addr, 0);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3504-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3505: com     addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3506- flags:  -ZS---
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3507- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3508:void z8002_device::Z4D_ddN0_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3509-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3510-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3511:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3512-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3516-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3517: cp      addr(rd),imm16
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3518- flags:  CZSV--
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3522-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3523:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3524-	GET_IMM16(OP2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3529-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3530: neg     addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3531- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3532- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3533:void z8002_device::Z4D_ddN0_0010_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3534-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3535-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3536:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3537-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3541-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3542: test    addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3543- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3544- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3545:void z8002_device::Z4D_ddN0_0100_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3546-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3547-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3548:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3549-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3553-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3554: ld      addr(rd),imm16
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3555- flags:  ------
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3559-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3560:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3561-	GET_IMM16(OP2);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3566-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3567: tset    addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3568- flags:  --S---
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3569- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3570:void z8002_device::Z4D_ddN0_0110_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3571-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3572-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3573:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3574-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3579-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3580: clr     addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3581- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3582- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3583:void z8002_device::Z4D_ddN0_1000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3584-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3585-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3586:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3587-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3591-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3592: ldb     addr(rd),rbs
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3593- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3594- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3595:void z8002_device::Z4E_ddN0_ssN0_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3596-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3598-	GET_SRC(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3599:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3600-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3607- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3608:void z8002_device::Z50_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3609-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3610-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3611:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3612-	CPL(RL(dst), RDMEM_L(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3615-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3616: cpl     rrd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3617- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3618- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3619:void z8002_device::Z50_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3620-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3622-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3623:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3624-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3631- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3632:void z8002_device::Z51_ddN0_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3633-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3634-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3635:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3636-	PUSHL(dst, RDMEM_L(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3639-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3640: pushl   @rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3641- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3642- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3643:void z8002_device::Z51_ddN0_ssN0_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3644-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3646-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3647:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3648-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3655- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3656:void z8002_device::Z52_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3657-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3658-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3659:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3660-	RL(dst) = SUBL(RL(dst), RDMEM_L(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3663-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3664: subl    rrd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3665- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3666- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3667:void z8002_device::Z52_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3668-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3670-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3671:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3672-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3679- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3680:void z8002_device::Z53_ddN0_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3681-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3682-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3683:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3684-	PUSHW(dst, RDMEM_W(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3687-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3688: push    @rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3689- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3690- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3691:void z8002_device::Z53_ddN0_ssN0_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3692-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3694-	GET_SRC(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3695:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3696-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3703- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3704:void z8002_device::Z54_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3705-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3706-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3707:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3708-	RL(dst) = RDMEM_L(m_data, addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3711-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3712: ldl     rrd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3713- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3714- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3715:void z8002_device::Z54_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3716-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3718-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3719:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3720-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3727- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3728:void z8002_device::Z55_ssN0_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3729-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3730-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3731:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3732-	WRMEM_L(m_data, addr, POPL(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3735-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3736: popl    addr(rd),@rs
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3737- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3738- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3739:void z8002_device::Z55_ssN0_ddN0_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3740-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3742-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3743:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3744-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3751- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3752:void z8002_device::Z56_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3753-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3754-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3755:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3756-	RL(dst) = ADDL(RL(dst), RDMEM_L(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3759-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3760: addl    rrd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3761- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3762- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3763:void z8002_device::Z56_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3764-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3766-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3767:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3768-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3775- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3776:void z8002_device::Z57_ssN0_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3777-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3778-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3779:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3780-	WRMEM_W(m_data, addr, POPW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3783-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3784: pop     addr(rd),@rs
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3785- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3786- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3787:void z8002_device::Z57_ssN0_ddN0_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3788-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3790-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3791:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3792-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3799- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3800:void z8002_device::Z58_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3801-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3802-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3803:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3804-	RQ(dst) = MULTL(RQ(dst), RDMEM_L(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3807-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3808: multl   rqd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3809- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3810- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3811:void z8002_device::Z58_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3812-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3814-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3815:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3816-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3823- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3824:void z8002_device::Z59_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3825-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3826-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3827:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3828-	RL(dst) = MULTW(RL(dst), RDMEM_W(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3831-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3832: mult    rrd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3833- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3834- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3835:void z8002_device::Z59_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3836-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3838-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3839:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3840-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3847- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3848:void z8002_device::Z5A_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3849-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3850-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3851:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3852-	RQ(dst) = DIVL(RQ(dst), RDMEM_L(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3855-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3856: divl    rqd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3857- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3858- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3859:void z8002_device::Z5A_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3860-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3862-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3863:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3864-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3871- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3872:void z8002_device::Z5B_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3873-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3874-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3875:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3876-	RL(dst) = DIVW(RL(dst), RDMEM_W(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3879-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3880: div     rrd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3881- flags:  CZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3882- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3883:void z8002_device::Z5B_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3884-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3886-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3887:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3888-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3895- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3896:void z8002_device::Z5C_0000_0001_0000_dddd_0000_nmin1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3897-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3899-	GET_CNT(OP1,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3900:	GET_ADDR(OP2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3901-	while (cnt-- >= 0) {
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3911- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3912:void z8002_device::Z5C_0000_1000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3913-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3914:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3915-	TESTL(RDMEM_L(m_data, addr));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3921- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3922:void z8002_device::Z5C_0000_1001_0000_ssss_0000_nmin1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3923-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3925-	GET_CNT(OP1,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3926:	GET_ADDR(OP2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3927-	while (cnt-- >= 0) {
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3934-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3935: testl   addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3936- flags:  -ZS---
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3937- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3938:void z8002_device::Z5C_ddN0_1000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3939-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3940-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3941:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3942-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3946-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3947: ldm     addr(rd),rs,n
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3948- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3949- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3950:void z8002_device::Z5C_ddN0_1001_0000_ssN0_0000_nmin1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3951-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3954-	GET_CNT(OP1,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3955:	GET_ADDR(OP2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3956-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3964-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3965: ldm     rd,addr(rs),n
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3966- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3967- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3968:void z8002_device::Z5C_ssN0_0001_0000_dddd_0000_nmin1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3969-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3972-	GET_CNT(OP1,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3973:	GET_ADDR(OP2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3974-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3985- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3986:void z8002_device::Z5D_0000_ssss_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3987-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3988-	GET_SRC(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3989:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3990-	WRMEM_L(m_data, addr, RL(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3993-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3994: ldl     addr(rd),rrs
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3995- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3996- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:3997:void z8002_device::Z5D_ddN0_ssss_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-3998-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4000-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4001:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4002-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4009- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4010:void z8002_device::Z5E_0000_cccc_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4011-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4012-	GET_CCC(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4013:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4014-	switch (cc) {
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4034-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4035: jp      cc,addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4036- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4037- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4038:void z8002_device::Z5E_ddN0_cccc_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4039-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4041-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4042:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4043-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4067- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4068:void z8002_device::Z5F_0000_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4069-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4070:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4071-	if (get_segmented_mode())
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4072:		PUSHL(SP, make_segmented_addr(m_pc));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4073-	else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4078-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4079: call    addr(rd)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4080- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4081- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4082:void z8002_device::Z5F_ddN0_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4083-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4084-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4085:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4086-	if (get_segmented_mode())
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4087:		PUSHL(SP, make_segmented_addr(m_pc));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4088-	else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4097- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4098:void z8002_device::Z60_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4099-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4100-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4101:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4102-	RB(dst) = RDMEM_B(m_data, addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4105-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4106: ldb     rbd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4107- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4108- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4109:void z8002_device::Z60_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4110-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4112-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4113:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4114-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4121- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4122:void z8002_device::Z61_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4123-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4124-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4125:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4126-	RW(dst) = RDMEM_W(m_data, addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4129-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4130: ld      rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4131- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4132- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4133:void z8002_device::Z61_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4134-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4136-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4137:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4138-	addr = addr_add(addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4145- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4146:void z8002_device::Z62_0000_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4147-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4148-	GET_BIT(OP0);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4149:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4150-	WRMEM_B(m_data, addr, RDMEM_B(m_data, addr) & ~bit);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4153-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4154: resb    addr(rd),imm4
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4155- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4156- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4157:void z8002_device::Z62_ddN0_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4158-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4160-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4161:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4162-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4169- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4170:void z8002_device::Z63_0000_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4171-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4172-	GET_BIT(OP0);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4173:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4174-	WRMEM_W(m_data, addr, RDMEM_W(m_data, addr) & ~bit);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4177-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4178: res     addr(rd),imm4
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4179- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4180- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4181:void z8002_device::Z63_ddN0_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4182-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4184-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4185:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4186-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4193- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4194:void z8002_device::Z64_0000_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4195-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4196-	GET_BIT(OP0);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4197:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4198-	WRMEM_B(m_data, addr, RDMEM_B(m_data, addr) | bit);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4201-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4202: setb    addr(rd),imm4
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4203- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4204- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4205:void z8002_device::Z64_ddN0_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4206-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4208-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4209:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4210-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4217- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4218:void z8002_device::Z65_0000_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4219-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4220-	GET_BIT(OP0);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4221:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4222-	WRMEM_W(m_data, addr, RDMEM_W(m_data, addr) | bit);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4225-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4226: set     addr(rd),imm4
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4227- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4228- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4229:void z8002_device::Z65_ddN0_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4230-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4232-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4233:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4234-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4241- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4242:void z8002_device::Z66_0000_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4243-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4244-	GET_BIT(OP0);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4245:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4246-	if (RDMEM_B(m_data, addr) & bit) CLR_Z; else SET_Z;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4249-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4250: bitb    addr(rd),imm4
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4251- flags:  -Z----
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4252- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4253:void z8002_device::Z66_ddN0_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4254-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4256-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4257:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4258-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4265- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4266:void z8002_device::Z67_0000_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4267-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4268-	GET_BIT(OP0);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4269:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4270-	if (RDMEM_W(m_data, addr) & bit) CLR_Z; else SET_Z;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4273-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4274: bit     addr(rd),imm4
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4275- flags:  -Z----
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4276- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4277:void z8002_device::Z67_ddN0_imm4_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4278-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4280-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4281:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4282-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4289- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4290:void z8002_device::Z68_0000_imm4m1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4291-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4292-	GET_I4M1(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4293:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4294-	WRMEM_B(m_data, addr, INCB(RDMEM_B(m_data, addr), i4p1));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4297-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4298: incb    addr(rd),imm4m1
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4299- flags:  -ZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4300- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4301:void z8002_device::Z68_ddN0_imm4m1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4302-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4304-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4305:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4306-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4313- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4314:void z8002_device::Z69_0000_imm4m1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4315-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4316-	GET_I4M1(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4317:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4318-	WRMEM_W(m_data, addr, INCW(RDMEM_W(m_data, addr), i4p1));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4321-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4322: inc     addr(rd),imm4m1
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4323- flags:  -ZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4324- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4325:void z8002_device::Z69_ddN0_imm4m1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4326-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4328-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4329:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4330-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4337- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4338:void z8002_device::Z6A_0000_imm4m1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4339-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4340-	GET_I4M1(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4341:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4342-	WRMEM_B(m_data, addr, DECB(RDMEM_B(m_data, addr), i4p1));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4345-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4346: decb    addr(rd),imm4m1
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4347- flags:  -ZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4348- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4349:void z8002_device::Z6A_ddN0_imm4m1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4350-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4352-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4353:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4354-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4361- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4362:void z8002_device::Z6B_0000_imm4m1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4363-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4364-	GET_I4M1(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4365:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4366-	WRMEM_W(m_data, addr, DECW(RDMEM_W(m_data, addr), i4p1));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4369-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4370: dec     addr(rd),imm4m1
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4371- flags:  -ZSV--
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4372- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4373:void z8002_device::Z6B_ddN0_imm4m1_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4374-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4376-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4377:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4378-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4385- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4386:void z8002_device::Z6C_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4387-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4388-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4389:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4390-	uint8_t tmp = RDMEM_B(m_data, addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4395-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4396: exb     rbd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4397- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4398- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4399:void z8002_device::Z6C_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4400-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4402-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4403:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4404-	uint8_t tmp;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4414- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4415:void z8002_device::Z6D_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4416-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4417-	GET_DST(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4418:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4419-	uint16_t tmp = RDMEM_W(m_data, addr);
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4424-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4425: ex      rd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4426- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4427- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4428:void z8002_device::Z6D_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4429-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4431-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4432:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4433-	uint16_t tmp;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4443- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4444:void z8002_device::Z6E_0000_ssss_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4445-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4446-	GET_SRC(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4447:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4448-	WRMEM_B(m_data,  addr, RB(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4451-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4452: ldb     addr(rd),rbs
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4453- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4454- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4455:void z8002_device::Z6E_ddN0_ssss_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4456-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4458-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4459:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4460-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4467- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4468:void z8002_device::Z6F_0000_ssss_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4469-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4470-	GET_SRC(OP0,NIB3);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4471:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4472-	WRMEM_W(m_data,  addr, RW(src));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4475-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4476: ld      addr(rd),rs
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4477- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4478- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4479:void z8002_device::Z6F_ddN0_ssss_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4480-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4482-	GET_DST(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4483:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4484-	addr = addr_add(addr, RW(dst));
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4569- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4570:void z8002_device::Z76_0000_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4571-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4582-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4583: lda     prd,addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4584- flags:  ------
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4585- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4586:void z8002_device::Z76_ssN0_dddd_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4587-{//@@@
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4630- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4631:void z8002_device::Z79_0000_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4632-{
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4633-	CHECK_PRIVILEGED_INSTR();
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4634:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4635-	uint16_t fcw;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4637-		fcw = RDMEM_W(m_data, addr + 2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4638:		set_pc(segmented_addr(RDMEM_L(m_data, addr + 4)));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4639-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4647-/******************************************
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4648: ldps    addr(rs)
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4649- flags:  CZSVDH
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4650- ******************************************/
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4651:void z8002_device::Z79_ssN0_0000_addr()
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4652-{
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4654-	GET_SRC(OP0,NIB2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4655:	GET_ADDR(OP1);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4656-	uint16_t fcw;
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4659-		fcw = RDMEM_W(m_data, addr + 2);
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4660:		set_pc(segmented_addr(RDMEM_L(m_data, addr + 4)));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4661-	}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4691-	if (get_segmented_mode())
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:4692:		set_pc(segmented_addr(POPL(SP)));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-4693-	else
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-5366-		switch (cc) {
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5367:			case  0: if (CC0) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5368:			case  1: if (CC1) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5369:			case  2: if (CC2) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5370:			case  3: if (CC3) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5371:			case  4: if (CC4) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5372:			case  5: if (CC5) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5373:			case  6: if (CC6) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5374:			case  7: if (CC7) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5375:			case  8: if (CC8) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5376:			case  9: if (CC9) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5377:			case 10: if (CCA) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5378:			case 11: if (CCB) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5379:			case 12: if (CCC) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5380:			case 13: if (CCD) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5381:			case 14: if (CCE) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:5382:			case 15: if (CCF) set_pc(segmented_addr(POPL(SP))); break;
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-5383-		}
##############################################
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-6832-	if (get_segmented_mode())
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx:6833:		PUSHL(SP, make_segmented_addr(m_pc));
mame-0.226+dfsg.1/src/devices/cpu/z8000/z8000ops.hxx-6834-	else
##############################################
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-73-	, m_psrr(0)
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp:74:	, m_paddr(0)
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-75-	, m_pbddr(0)
##############################################
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-421-
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp:422:void pit68230_device::wr_pitreg_paddr(uint8_t data)
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-423-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-730-	case PIT_68230_PSRR:    wr_pitreg_psrr(data); break;
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp:731:	case PIT_68230_PADDR:   wr_pitreg_paddr(data); break;
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-732-	case PIT_68230_PBDDR:   wr_pitreg_pbddr(data); break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-790-
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp:791:uint8_t pit68230_device::rr_pitreg_paddr()
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-792-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-978-	case PIT_68230_PSRR:    data = rr_pitreg_psrr(); break;
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp:979:	case PIT_68230_PADDR:   data = rr_pitreg_paddr(); break;
mame-0.226+dfsg.1/src/devices/machine/68230pit.cpp-980-	case PIT_68230_PBDDR:   data = rr_pitreg_pbddr(); break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/68230pit.h-140-	void wr_pitreg_psrr(uint8_t data);
mame-0.226+dfsg.1/src/devices/machine/68230pit.h:141:	void wr_pitreg_paddr(uint8_t data);
mame-0.226+dfsg.1/src/devices/machine/68230pit.h-142-	void wr_pitreg_pbddr(uint8_t data);
##############################################
mame-0.226+dfsg.1/src/devices/machine/68230pit.h-161-	uint8_t rr_pitreg_psrr();
mame-0.226+dfsg.1/src/devices/machine/68230pit.h:162:	uint8_t rr_pitreg_paddr();
mame-0.226+dfsg.1/src/devices/machine/68230pit.h-163-	uint8_t rr_pitreg_pbddr();
##############################################
mame-0.226+dfsg.1/src/devices/machine/68307sim.cpp-11-#define m68307SIM_PACNT (0x10)
mame-0.226+dfsg.1/src/devices/machine/68307sim.cpp:12:#define m68307SIM_PADDR (0x12)
mame-0.226+dfsg.1/src/devices/machine/68307sim.cpp-13-#define m68307SIM_PADAT (0x14)
##############################################
mame-0.226+dfsg.1/src/devices/machine/68307sim.cpp-78-			logerror("%08x m68307_internal_sim_w %08x, %04x (%04x) (Port A (8-bit) Direction Register - PADDR)\n", m_ppc, offset*2,data,mem_mask);
mame-0.226+dfsg.1/src/devices/machine/68307sim.cpp:79:			sim.write_paddr(data,mem_mask);
mame-0.226+dfsg.1/src/devices/machine/68307sim.cpp-80-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/68307sim.cpp-159-
mame-0.226+dfsg.1/src/devices/machine/68307sim.cpp:160:void m68307_cpu_device::m68307_sim::write_paddr(uint16_t data, uint16_t mem_mask)
mame-0.226+dfsg.1/src/devices/machine/68307sim.cpp-161-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/68307sim.h-31-	void write_pacnt(uint16_t data, uint16_t mem_mask);
mame-0.226+dfsg.1/src/devices/machine/68307sim.h:32:	void write_paddr(uint16_t data, uint16_t mem_mask);
mame-0.226+dfsg.1/src/devices/machine/68307sim.h-33-	uint16_t read_padat(m68307_cpu_device* m68k, address_space &space, uint16_t mem_mask);
##############################################
mame-0.226+dfsg.1/src/devices/machine/am2901b.cpp-33-	, m_i(0)
mame-0.226+dfsg.1/src/devices/machine/am2901b.cpp:34:	, m_a_addr(0)
mame-0.226+dfsg.1/src/devices/machine/am2901b.cpp:35:	, m_b_addr(0)
mame-0.226+dfsg.1/src/devices/machine/am2901b.cpp-36-	, m_a_latch(0)
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-195-
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:196:uint32_t at45db041_device::flash_get_page_addr()
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-197-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-200-
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:201:uint32_t at45db041_device::flash_get_byte_addr()
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-202-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-205-
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:206:uint32_t at45db081_device::flash_get_page_addr()
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-207-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-210-
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:211:uint32_t at45db161_device::flash_get_page_addr()
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-212-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-215-
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:216:uint32_t at45db161_device::flash_get_byte_addr()
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-217-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-257-					uint8_t comp;
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:258:					page = flash_get_page_addr();
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-259-					_logerror( 1, ("at45dbxx opcode %02X - main memory page to buffer 1 compare [%04X]\n", opcode, page));
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-274-					uint32_t page, byte;
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:275:					page = flash_get_page_addr();
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:276:					byte = flash_get_byte_addr();
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-277-					_logerror( 1, ("at45dbxx opcode %02X - main memory page read [%04X/%04X]\n", opcode, page, byte));
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-290-					uint32_t page, byte;
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:291:					page = flash_get_page_addr();
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:292:					byte = flash_get_byte_addr();
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-293-					_logerror( 1, ("at45dbxx opcode %02X - main memory page program through buffer 1 [%04X/%04X]\n",opcode, page, byte));
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-343-			uint32_t page, byte;
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:344:			page = flash_get_page_addr();
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp:345:			byte = flash_get_byte_addr();
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.cpp-346-			_logerror( 1, ("at45dbxx - program data stored in buffer 1 into selected page in main memory [%04X/%04X]\n", page, byte));
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h-55-	void flash_set_io(uint8_t* data, uint32_t size, uint32_t pos);
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h:56:	virtual uint32_t flash_get_page_addr();
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h:57:	virtual uint32_t flash_get_byte_addr();
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h-58-	void write_byte(uint8_t data);
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h-110-
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h:111:	virtual uint32_t flash_get_page_addr() override;
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h-112-};
##############################################
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h-125-
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h:126:	virtual uint32_t flash_get_page_addr() override;
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h:127:	virtual uint32_t flash_get_byte_addr() override;
mame-0.226+dfsg.1/src/devices/machine/at45dbxx.h-128-};
##############################################
mame-0.226+dfsg.1/src/devices/machine/generalplus_gpl16250soc.h-93-
mame-0.226+dfsg.1/src/devices/machine/generalplus_gpl16250soc.h:94:	inline uint16_t get_ram_addr(uint32_t addr) { return m_mainram[addr]; }
mame-0.226+dfsg.1/src/devices/machine/generalplus_gpl16250soc.h-95-
##############################################
mame-0.226+dfsg.1/src/devices/machine/gt64xxx.h-98-		address_space* space;
mame-0.226+dfsg.1/src/devices/machine/gt64xxx.h:99:		galileo_addr_map() : low_addr(0xffffffff), high_addr(0x0) {}
mame-0.226+dfsg.1/src/devices/machine/gt64xxx.h-100-	};
##############################################
mame-0.226+dfsg.1/src/devices/machine/i2cmem.cpp-108-	m_addresshigh(0),
mame-0.226+dfsg.1/src/devices/machine/i2cmem.cpp:109:	m_byteaddr(0),
mame-0.226+dfsg.1/src/devices/machine/i2cmem.cpp-110-	m_page_offset(0),
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-138-		{
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:139:			const uint32_t addr = channel.addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-140-			m_sif->fifo_push(0, m_ram[addr >> 2]);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:141:			channel.set_addr(addr + 4);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-142-			channel.set_count(count - 1);
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-153-		{
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:154:			const uint32_t tag_addr_bytes = channel.tag_addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-155-			const uint32_t tag_addr = tag_addr_bytes >> 2;
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-161-			//logerror("%s: following sif0 iop tag, full tag is %08x %08x %08x %08x\n", machine().describe_context(), iop_hi, iop_lo, ee_hi, ee_lo);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:162:			channel.set_addr(iop_hi & 0x00ffffff);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-163-			channel.set_count((iop_lo + 3) & ~3);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:164:			channel.set_tag_addr(tag_addr_bytes + 0x10);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-165-
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-186-			const uint32_t data = m_sif->fifo_pop(1);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:187:			const uint32_t addr = channel.addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-188-			//logerror("%s: sif1 pop value: %08x\n", machine().describe_context(), (uint32_t)data);
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-190-
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:191:			channel.set_addr(addr + 4);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-192-			channel.set_count(count - 1);
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-208-			//logerror("%s: following sif1 iop tag, tag is %08x %08x\n", machine().describe_context(), iop_hi, iop_lo);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:209:			channel.set_addr(iop_hi & 0x00ffffff);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-210-			channel.set_count(iop_lo);
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-228-	{
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:229:		const uint32_t addr = channel.addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-230-
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-233-		channel.set_count(count - 1);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:234:		channel.set_addr(addr + 4);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-235-	}
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-256-	{
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:257:		const uint32_t addr = channel.addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-258-		const uint32_t data = m_ram[addr >> 2];
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-263-		channel.set_count(count - 1);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:264:		channel.set_addr(addr + 4);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-265-	}
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-280-	{
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:281:		const uint32_t addr = channel.addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-282-		uint32_t data = m_sio2->receive();
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-287-		channel.set_count(count - 1);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:288:		channel.set_addr(addr + 4);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-289-	}
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-320-		case 0x00/4: case 0x10/4: case 0x20/4: case 0x30/4: case 0x40/4: case 0x50/4: case 0x60/4:
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:321:			ret = m_channels[offset >> 2].addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:322:			//logerror("%s: bank0_r: channel[%d].addr (%08x & %08x)\n", machine().describe_context(), offset >> 2, ret, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-323-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-332-		case 0x0c/4: case 0x1c/4: case 0x2c/4: case 0x3c/4: case 0x4c/4: case 0x5c/4: case 0x6c/4:
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:333:			ret = m_channels[offset >> 2].tag_addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:334:			//logerror("%s: bank0_r: channel[%d].tag_addr (%08x & %08x)\n", machine().describe_context(), offset >> 2, ret, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-335-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-358-			//logerror("%s: bank0_w: channel[%d].addr = %08x & %08x\n", machine().describe_context(), offset >> 2, data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:359:			m_channels[offset >> 2].set_addr(data);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-360-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-371-			//logerror("%s: bank0_w: channel[%d].tag_addr = %08x & %08x\n", machine().describe_context(), offset >> 2, data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:372:			m_channels[offset >> 2].set_tag_addr(data);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-373-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-393-		case 0x00/4: case 0x10/4: case 0x20/4: case 0x30/4: case 0x40/4: case 0x50/4: case 0x60/4:
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:394:			ret = m_channels[(offset >> 2) + 8].addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:395:			//logerror("%s: bank1_r: channel[%d].addr (%08x & %08x)\n", machine().describe_context(), (offset >> 2) + 8, ret, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-396-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-406-		case 0x0c/4: case 0x1c/4: case 0x2c/4: case 0x3c/4: case 0x4c/4: case 0x5c/4: case 0x6c/4:
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:407:			ret = m_channels[(offset >> 2) + 8].tag_addr();
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:408:			//logerror("%s: bank1_r: channel[%d].tag_addr (%08x & %08x)\n", machine().describe_context(), (offset >> 2) + 8, ret, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-409-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-432-			//logerror("%s: bank1_w: channel[%d].addr = %08x & %08x\n", machine().describe_context(), (offset >> 2) + 8, data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:433:			m_channels[(offset >> 2) + 8].set_addr(data);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-434-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-445-			//logerror("%s: bank1_w: channel[%d].tag_addr = %08x & %08x\n", machine().describe_context(), (offset >> 2) + 8, data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp:446:			m_channels[(offset >> 2) + 8].set_tag_addr(data);
mame-0.226+dfsg.1/src/devices/machine/iopdma.cpp-447-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-81-			, m_end(false)
mame-0.226+dfsg.1/src/devices/machine/iopdma.h:82:			, m_addr(0)
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-83-			, m_ctrl(0)
mame-0.226+dfsg.1/src/devices/machine/iopdma.h:84:			, m_tag_addr(0)
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-85-			, m_block(0)
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-92-		void set_pri_ctrl(uint32_t pri_ctrl);
mame-0.226+dfsg.1/src/devices/machine/iopdma.h:93:		void set_addr(uint32_t addr) { m_addr = addr; }
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-94-		void set_block(uint32_t block, uint32_t mem_mask);
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-98-		void set_ctrl(uint32_t ctrl);
mame-0.226+dfsg.1/src/devices/machine/iopdma.h:99:		void set_tag_addr(uint32_t tag_addr) { m_tag_addr = tag_addr; }
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-100-
##############################################
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-104-
mame-0.226+dfsg.1/src/devices/machine/iopdma.h:105:		uint32_t addr() const { return m_addr; }
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-106-		uint32_t ctrl() const { return m_ctrl; }
mame-0.226+dfsg.1/src/devices/machine/iopdma.h:107:		uint32_t tag_addr() const { return m_tag_addr; }
mame-0.226+dfsg.1/src/devices/machine/iopdma.h-108-
##############################################
mame-0.226+dfsg.1/src/devices/machine/m6m80011ap.cpp-27-	, device_nvram_interface(mconfig, *this)
mame-0.226+dfsg.1/src/devices/machine/m6m80011ap.cpp:28:	, m_latch(0), m_reset_line(0), m_cmd_stream_pos(0), m_current_cmd(0), m_read_latch(0), m_current_addr(0), m_eeprom_we(0), m_eeprom_state()
mame-0.226+dfsg.1/src/devices/machine/m6m80011ap.cpp-29-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-140-		{
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:141:			uint32_t addr = channel.addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-142-			if (BIT(addr, 31))
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-151-			m_vu1->interface()->dma_write(((uint64_t)words[3] << 32) | words[2], ((uint64_t)words[1] << 32) | words[0]);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:152:			channel.set_addr(channel.addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-153-			channel.set_quadword_count(count - 1);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-163-		logerror("%s: DMAC VIF1 following source tag\n", machine().describe_context());
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:164:		uint32_t tag_addr = channel.tag_addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-165-		if (BIT(tag_addr, 31))
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-192-		//logerror("%s: DMAC GIF quadword count: %08x\n", machine().describe_context(), count);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:193:		uint32_t addr = channel.addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-194-		if (BIT(addr, 31))
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-203-		m_gs->interface()->write_path3(((uint64_t)words[3] << 32) | words[2], ((uint64_t)words[1] << 32) | words[0]);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:204:		channel.set_addr(channel.addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-205-		channel.set_quadword_count(count - 1);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-227-			//logerror("%s: SIF0 depth is %d\n", machine().describe_context(), m_sif->fifo_depth(0));
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:228:			uint32_t addr = channel.addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-229-			if (BIT(addr, 31))
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-237-			}
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:238:			channel.set_addr(channel.addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-239-			channel.set_quadword_count(count - 1);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-253-		//logerror("%s: SIF0 chaining tag, tag %08x %08x\n", machine().describe_context(), hi, lo);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:254:		channel.set_addr(lo);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:255:		channel.set_tag_addr(channel.tag_addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-256-		channel.set_quadword_count(tag & 0x0000ffff);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-275-		{
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:276:			uint32_t addr = channel.addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-277-			if (BIT(addr, 31))
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-286-			}
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:287:			channel.set_addr(channel.addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-288-			channel.set_quadword_count(count - 1);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-305-	channel_t &channel = m_channels[chan];
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:306:	uint32_t tag_addr = channel.tag_addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-307-	if (BIT(tag_addr, 31))
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-324-		case ID_CNT:
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:325:			channel.set_addr(channel.tag_addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:326:			channel.set_tag_addr(channel.addr() + (channel.quadword_count() << 4));
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-327-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-331-		case ID_REF:
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:332:			channel.set_addr(addr);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:333:			channel.set_tag_addr(channel.tag_addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-334-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-336-			// We don't handle stalls yet, just act the same as REF for now
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:337:			channel.set_addr(addr);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:338:			channel.set_tag_addr(channel.tag_addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-339-			break;
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-340-		case ID_NEXT:
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:341:			channel.set_addr(channel.tag_addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:342:			channel.set_tag_addr(addr);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-343-			break;
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-344-		case ID_END:
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:345:			channel.set_addr(channel.tag_addr() + 0x10);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-346-			channel.set_end_tag(true);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-473-		case 0x9010/8: /* VIF1_MADR */
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:474:			ret = m_channels[VIF1].addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-475-			logerror("%s: dmac_channel_r: VIF1_MADR (%08x & %08x)\n", machine().describe_context(), ret, mem_mask);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-481-		case 0x9030/8: /* VIF1_TADR */
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:482:			ret = m_channels[VIF1].tag_addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-483-			logerror("%s: dmac_channel_r: VIF1_TADR (%08x & %08x)\n", machine().describe_context(), ret, mem_mask);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-495-		case 0xa010/8: /* GIF_MADR */
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:496:			ret = m_channels[GIF].addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-497-			logerror("%s: dmac_channel_r: GIF_MADR (%08x & %08x)\n", machine().describe_context(), ret, mem_mask);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-503-		case 0xa030/8: /* GIF_TADR */
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:504:			ret = m_channels[GIF].tag_addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-505-			logerror("%s: dmac_channel_r: GIF_TADR (%08x & %08x)\n", machine().describe_context(), ret, mem_mask);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-538-		case 0xc010/8: /* SIF0_MADR */
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:539:			ret = m_channels[SIF0].addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-540-			//logerror("%s: dmac_channel_r: SIF0_MADR (%08x & %08x)\n", machine().describe_context(), ret, mem_mask);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-550-		case 0xc410/8: /* SIF1_MADR */
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:551:			ret = m_channels[SIF1].addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-552-			//logerror("%s: dmac_channel_r: SIF1_MADR (%08x & %08x)\n", machine().describe_context(), ret, mem_mask);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-558-		case 0xc430/8: /* SIF1_TADR */
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:559:			ret = m_channels[SIF1].tag_addr();
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-560-			//logerror("%s: dmac_channel_r: SIF1_TADR (%08x & %08x)\n", machine().describe_context(), ret, mem_mask);
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-635-			logerror("%s: dmac_channel_w: VIF1_MADR = %08x & %08x\n", machine().describe_context(), data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:636:			m_channels[VIF1].set_addr(data);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-637-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-643-			logerror("%s: dmac_channel_w: VIF1_TADR = %08x & %08x\n", machine().describe_context(), data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:644:			m_channels[VIF1].set_tag_addr(data);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-645-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-658-			logerror("%s: dmac_channel_w: GIF_MADR = %08x & %08x\n", machine().describe_context(), data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:659:			m_channels[GIF].set_addr(data);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-660-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-666-			logerror("%s: dmac_channel_w: GIF_TADR = %08x & %08x\n", machine().describe_context(), data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:667:			m_channels[GIF].set_tag_addr(data);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-668-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-702-			//logerror("%s: dmac_channel_w: SIF0_MADR = %08x & %08x\n", machine().describe_context(), data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:703:			m_channels[SIF0].set_addr(data);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-704-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-715-			//logerror("%s: dmac_channel_w: SIF1_MADR = %08x & %08x\n", machine().describe_context(), data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:716:			m_channels[SIF1].set_addr(data);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-717-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-723-			//logerror("%s: dmac_channel_w: SIF1_TADR = %08x & %08x\n", machine().describe_context(), data, mem_mask);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp:724:			m_channels[SIF1].set_tag_addr(data);
mame-0.226+dfsg.1/src/devices/machine/ps2dma.cpp-725-			break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h-82-		channel_t()
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h:83:			: m_chcr(0), m_mode(0), m_enabled(false), m_end_tag(false), m_end_irq(false), m_ienable(false), m_addr(0), m_qwc(0)
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h-84-		{
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h-98-
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h:99:		uint32_t addr() const { return m_addr; }
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h:100:		void set_addr(uint32_t addr) { m_addr = addr; }
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h-101-
##############################################
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h-104-
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h:105:		uint32_t tag_addr() const { return m_tag_addr; }
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h:106:		void set_tag_addr(uint32_t tag_addr) { m_tag_addr = tag_addr; }
mame-0.226+dfsg.1/src/devices/machine/ps2dma.h-107-
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-20-
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:21:#define PXA255_DMA_BASE_ADDR    (0x40000000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-22-#define PXA255_DCSR0            (PXA255_DMA_BASE_ADDR + 0x00000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-151-#define PXA255_DCMD15           (PXA255_DMA_BASE_ADDR + 0x000002fc)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:152:	#define PXA255_DCMD_INCSRCADDR  (0x80000000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:153:	#define PXA255_DCMD_INCTRGADDR  (0x40000000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-154-	#define PXA255_DCMD_FLOWSRC     (0x20000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-177-
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:178:#define PXA255_I2S_BASE_ADDR    (0x40400000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-179-#define PXA255_SACR0            (PXA255_I2S_BASE_ADDR + 0x00000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-222-
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:223:#define PXA255_RTC_BASE_ADDR    (0x40900000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-224-#define PXA255_RCNR             (PXA255_RTC_BASE_ADDR + 0x00000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-236-
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:237:#define PXA255_OSTMR_BASE_ADDR  (0x40a00000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-238-#define PXA255_OSMR0            (PXA255_OSTMR_BASE_ADDR + 0x00000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-262-
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:263:#define PXA255_INTC_BASE_ADDR   (0x40d00000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-264-#define PXA255_ICIP             (PXA255_INTC_BASE_ADDR + 0x00000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-303-
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:304:#define PXA255_GPIO_BASE_ADDR   (0x40e00000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-305-#define PXA255_GPLR0            (PXA255_GPIO_BASE_ADDR + 0x00000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-340-
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:341:#define PXA255_LCD_BASE_ADDR    (0x44000000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-342-#define PXA255_LCCR0            (PXA255_LCD_BASE_ADDR + 0x00000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-398-
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:399:#define PXA255_POWER_BASE_ADDR  (0x40f00000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-400-#define PXA255_PMCR             (PXA255_POWER_BASE_ADDR + 0x00000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-420-
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h:421:#define PXA255_CLOCKS_BASE_ADDR (0x41300000)
mame-0.226+dfsg.1/src/devices/machine/pxa255defs.h-422-#define PXA255_CCCR             (PXA255_CLOCKS_BASE_ADDR + 0x00000000)
##############################################
mame-0.226+dfsg.1/src/devices/machine/s3c2410.cpp-57-#define S3C24XX_NFCMD  (0x04 / 4) // NAND Flash Command
mame-0.226+dfsg.1/src/devices/machine/s3c2410.cpp:58:#define S3C24XX_NFADDR (0x08 / 4) // NAND Flash Address
mame-0.226+dfsg.1/src/devices/machine/s3c2410.cpp-59-#define S3C24XX_NFDATA (0x0C / 4) // NAND Flash Data
##############################################
mame-0.226+dfsg.1/src/devices/machine/s3c2440.h-82-#define S3C24XX_NFCMD    (0x08 / 4) // NAND Flash Command
mame-0.226+dfsg.1/src/devices/machine/s3c2440.h:83:#define S3C24XX_NFADDR   (0x0C / 4) // NAND Flash Address
mame-0.226+dfsg.1/src/devices/machine/s3c2440.h-84-#define S3C24XX_NFDATA   (0x10 / 4) // NAND Flash Data
##############################################
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-50-
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx:51:#define S3C24XX_DISRC_GET_SADDR(x) BITS(x,28,0)
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-52-
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx:53:#define S3C24XX_DIDST_GET_DADDR(x) BITS(x,28,0)
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-54-
##############################################
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-67-
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx:68:#define S3C24XX_DISRC_GET_SADDR(x) BITS(x,30,0)
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-69-
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx:70:#define S3C24XX_DIDST_GET_DADDR(x) BITS(x,30,0)
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-71-
##############################################
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-1519-	regs->dstat = S3C24XX_DSTAT_SET_CURR_TC(regs->dstat, S3C24XX_DCON_GET_TC(regs->dcon));
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx:1520:	regs->dcsrc = S3C24XX_DCSRC_SET_CURR_SRC(regs->dcsrc, S3C24XX_DISRC_GET_SADDR(regs->disrc));
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx:1521:	regs->dcdst = S3C24XX_DCDST_SET_CURR_DST(regs->dcdst, S3C24XX_DIDST_GET_DADDR(regs->didst));
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-1522-}
##############################################
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-1612-	LOGMASKED(LOG_DMA, "DMA %d start\n", ch);
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx:1613:	addr_src = S3C24XX_DISRC_GET_SADDR(regs->disrc);
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx:1614:	addr_dst = S3C24XX_DIDST_GET_DADDR(regs->didst);
mame-0.226+dfsg.1/src/devices/machine/s3c24xx.hxx-1615-	tc = S3C24XX_DCON_GET_TC(regs->dcon);
##############################################
mame-0.226+dfsg.1/src/devices/machine/sdlc.cpp-235-		{
mame-0.226+dfsg.1/src/devices/machine/sdlc.cpp:236:			std::uint8_t const addr(m_buffer[0]);
mame-0.226+dfsg.1/src/devices/machine/sdlc.cpp-237-			util::stream_format(msg, " A=%02X%s", addr, (0xffU == addr) ? " (broadcast)" : !addr ? " (no station)" : "");
##############################################
mame-0.226+dfsg.1/src/devices/machine/serflash.cpp-35-	, m_flash_cmd_seq(0), m_flash_cmd_prev(0), m_flash_addr_seq(0), m_flash_read_seq(0)
mame-0.226+dfsg.1/src/devices/machine/serflash.cpp:36:	, m_flash_row(0), m_flash_col(0), m_flash_page_addr(0), m_flash_page_index(0), m_last_flash_cmd(0), m_flash_addr(0)
mame-0.226+dfsg.1/src/devices/machine/serflash.cpp-37-{
##############################################
mame-0.226+dfsg.1/src/devices/machine/spchrom.cpp-29-	: device_t(mconfig, SPEECHROM, tag, owner, clock), m_speechrom_data(nullptr), m_speechROMlen(0),
mame-0.226+dfsg.1/src/devices/machine/spchrom.cpp:30:	m_speechROMaddr(0),
mame-0.226+dfsg.1/src/devices/machine/spchrom.cpp-31-	m_load_pointer(0),
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-343-	case AUDIO_WAVE_ADDR:
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:344:		LOGMASKED(LOG_CHANNEL_READS, "audio_r: Channel %d: Wave Addr (lo): %04x\n", channel, data);
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-345-		break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-376-	case AUDIO_ENVELOPE_ADDR_HIGH:
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:377:		LOGMASKED(LOG_CHANNEL_READS | LOG_ENVELOPES, "audio_r: Channel %d: Envelope Addr (hi): %04x (IRQADDR:%03x, IRQEN:%d, EADDR_HI:%02x)\n", channel, data,
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:378:			get_audio_irq_addr(channel), get_audio_irq_enable_bit(channel), get_envelope_addr_high(channel));
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-379-		break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-381-	case AUDIO_ENVELOPE_ADDR:
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:382:		LOGMASKED(LOG_CHANNEL_READS | LOG_ENVELOPES, "audio_r: Channel %d: Envelope Addr (lo): %04x \n", channel, data);
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-383-		break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-493-						m_audio_ctrl_regs[AUDIO_CHANNEL_STATUS] |= mask;
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:494:						m_sample_addr[channel_bit] = get_wave_addr(channel_bit);
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:495:						m_envelope_addr[channel_bit] = get_envelope_addr(channel_bit);
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-496-						set_envelope_count(channel_bit, get_envelope_load(channel_bit));
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-810-		m_audio_regs[offset] = data;
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:811:		LOGMASKED(LOG_CHANNEL_WRITES, "audio_w: Channel %d: Wave Addr (lo): %04x\n", channel, data);
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-812-		break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-850-		m_audio_regs[offset] = data;
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:851:		LOGMASKED(LOG_CHANNEL_WRITES | LOG_ENVELOPES, "audio_w: Channel %d: Envelope Addr (hi): %04x (IRQADDR:%03x, IRQEN:%d, EADDR_HI:%02x)\n", channel, data,
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:852:			get_audio_irq_addr(channel), get_audio_irq_enable_bit(channel), get_envelope_addr_high(channel));
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-853-		break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-856-		m_audio_regs[offset] = data;
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:857:		LOGMASKED(LOG_CHANNEL_WRITES | LOG_ENVELOPES, "audio_w: Channel %d: Envelope Addr (lo): %04x\n", channel, data);
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-858-		break;
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-1247-{
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:1248:	m_sample_addr[channel] = get_loop_addr(channel);
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-1249-	m_sample_shift[channel] = 0;
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-1407-					m_audio_regs[channel_mask | AUDIO_ENVELOPE_LOOP_CTRL] = read_space(m_envelope_addr[channel] + 2);
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp:1408:					m_envelope_addr[channel] = get_envelope_addr(channel) + get_envelope_eaoffset(channel);
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.cpp-1409-					LOGMASKED(LOG_ENVELOPES, "Envelope data after repeat: %04x %04x %04x (%08x)\n", m_audio_regs[channel_mask | AUDIO_ENVELOPE0], m_audio_regs[channel_mask | AUDIO_ENVELOPE1], m_audio_regs[channel_mask | AUDIO_ENVELOPE_LOOP_CTRL], m_envelope_addr[channel]);
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.h-83-	uint16_t get_audio_irq_enable_bit(const offs_t channel) const { return (m_audio_regs[(channel << 4) | AUDIO_ENVELOPE_ADDR_HIGH] & AUDIO_IRQ_EN_MASK) ? 1 : 0; }
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.h:84:	uint16_t get_audio_irq_addr(const offs_t channel) const { return (m_audio_regs[(channel << 4) | AUDIO_ENVELOPE_ADDR_HIGH] & AUDIO_IRQ_ADDR_MASK) >> AUDIO_IRQ_ADDR_SHIFT; }
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.h-85-
##############################################
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.h-110-
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.h:111:	uint32_t get_wave_addr(const offs_t channel) const { return ((uint32_t)get_wave_addr_high(channel) << 16) | m_audio_regs[(channel << 4) | AUDIO_WAVE_ADDR]; }
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.h:112:	uint32_t get_loop_addr(const offs_t channel) const { return ((uint32_t)get_loop_addr_high(channel) << 16) | m_audio_regs[(channel << 4) | AUDIO_LOOP_ADDR]; }
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.h:113:	uint32_t get_envelope_addr(const offs_t channel) const { return ((uint32_t)get_envelope_addr_high(channel) << 16) | m_audio_regs[(channel << 4) | AUDIO_ENVELOPE_ADDR]; }
mame-0.226+dfsg.1/src/devices/machine/spg2xx_audio.h-114-
##############################################
mame-0.226+dfsg.1/src/devices/machine/stvcd.cpp-33-
mame-0.226+dfsg.1/src/devices/machine/stvcd.cpp:34:DASM notes:
mame-0.226+dfsg.1/src/devices/machine/stvcd.cpp-35-* whizzj:
##############################################
mame-0.226+dfsg.1/src/devices/machine/vrc4373.cpp-100-	, m_mem_config("memory_space", ENDIANNESS_LITTLE, 32, 32)
mame-0.226+dfsg.1/src/devices/machine/vrc4373.cpp:101:	, m_io_config("io_space", ENDIANNESS_LITTLE, 32, 32), m_pci1_laddr(0), m_pci2_laddr(0), m_pci_io_laddr(0), m_target1_laddr(0), m_target2_laddr(0)
mame-0.226+dfsg.1/src/devices/machine/vrc4373.cpp-102-	, m_romRegion(*this, "rom")
##############################################
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-836-			// fetch two samples
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:837:			s32 val1 = read_sample(voice, get_integer_addr(accum));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:838:			s32 val2 = read_sample(voice, get_integer_addr(accum, 1));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-839-
##############################################
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-866-			// fetch two samples
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:867:			s32 val1 = read_sample(voice, get_integer_addr(accum));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:868:			s32 val2 = read_sample(voice, get_integer_addr(accum, 1));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-869-
##############################################
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-922-			// fetch two samples
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:923:			s32 val1 = (s16)read_sample(voice, get_integer_addr(accum));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:924:			s32 val2 = (s16)read_sample(voice, get_integer_addr(accum, 1));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-925-
##############################################
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-948-			// fetch two samples
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:949:			s32 val1 = (s16)read_sample(voice, get_integer_addr(accum));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:950:			s32 val2 = (s16)read_sample(voice, get_integer_addr(accum, 1));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-951-
##############################################
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-1992-			{
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:1993:				voice->o1n1 = read_sample(voice, get_integer_addr(voice->accum));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp:1994:				// logerror("%02x %08x ==> %08x\n",voice->o1n1,get_bank(voice->control),get_integer_addr(voice->accum));
mame-0.226+dfsg.1/src/devices/sound/es5506.cpp-1995-			}
##############################################
mame-0.226+dfsg.1/src/devices/sound/es5506.h-104-	inline u64 get_address_acc_res(u64 val, int bias = 0) { return rshift_signed<u64, s8>(val, m_address_acc_shift - bias); }
mame-0.226+dfsg.1/src/devices/sound/es5506.h:105:	inline u64 get_integer_addr(u64 accum, s32 bias = 0) { return ((accum + (bias << ADDRESS_FRAC_BIT)) & m_address_acc_mask) >> ADDRESS_FRAC_BIT; }
mame-0.226+dfsg.1/src/devices/sound/es5506.h-106-
##############################################
mame-0.226+dfsg.1/src/devices/sound/k054539.cpp-28-	, cur_limit(0)
mame-0.226+dfsg.1/src/devices/sound/k054539.cpp:29:	, rom_addr(0)
mame-0.226+dfsg.1/src/devices/sound/k054539.cpp-30-	, stream(nullptr)
##############################################
mame-0.226+dfsg.1/src/devices/sound/lc7535.cpp-44-	m_volume_cb(*this),
mame-0.226+dfsg.1/src/devices/sound/lc7535.cpp:45:	m_addr(0), m_data(0),
mame-0.226+dfsg.1/src/devices/sound/lc7535.cpp-46-	m_count(0),
##############################################
mame-0.226+dfsg.1/src/devices/sound/mos6560.cpp-117-
mame-0.226+dfsg.1/src/devices/sound/mos6560.cpp:118:#define CHARGENADDR (((int)m_reg[5] & 0x0f) << 10)
mame-0.226+dfsg.1/src/devices/sound/mos6560.cpp:119:#define VIDEOADDR ((((int)m_reg[5] & 0xf0) << (10 - 4)) | (((int)m_reg[2] & 0x80) << (9-7)))
mame-0.226+dfsg.1/src/devices/sound/mos6560.cpp-120-#define VIDEORAMSIZE (YSIZE * XSIZE)
##############################################
mame-0.226+dfsg.1/src/devices/sound/mos7360.cpp-65-#define INROM       (m_reg[0x12] & 0x04)
mame-0.226+dfsg.1/src/devices/sound/mos7360.cpp:66:#define CHARGENADDR (REVERSEON && !HIRESON && !MULTICOLORON ? ((m_reg[0x13] & 0xfc) << 8) : ((m_reg[0x13] & 0xf8) << 8))
mame-0.226+dfsg.1/src/devices/sound/mos7360.cpp:67:#define BITMAPADDR  ((m_reg[0x12] & 0x38) << 10)
mame-0.226+dfsg.1/src/devices/sound/mos7360.cpp:68:#define VIDEOADDR   ((m_reg[0x14] & 0xf8) << 8)
mame-0.226+dfsg.1/src/devices/sound/mos7360.cpp-69-
##############################################
mame-0.226+dfsg.1/src/devices/sound/namco_163.cpp-21-	, device_sound_interface(mconfig, *this)
mame-0.226+dfsg.1/src/devices/sound/namco_163.cpp:22:	, m_reg_addr(0x78)
mame-0.226+dfsg.1/src/devices/sound/namco_163.cpp:23:	, m_addr(0)
mame-0.226+dfsg.1/src/devices/sound/namco_163.cpp-24-	, m_inc(false)
##############################################
mame-0.226+dfsg.1/src/devices/sound/okim9810.cpp-389-			LOG("FADR  channel %d phrase offset %02x => ", channel, m_TMP_register);
mame-0.226+dfsg.1/src/devices/sound/okim9810.cpp:390:			LOG("startFlags(%02x) startAddr(%06x) endFlags(%02x) endAddr(%06x) bytes(%d)\n", startFlags, startAddr, endFlags, endAddr, endAddr-startAddr);
mame-0.226+dfsg.1/src/devices/sound/okim9810.cpp-391-			break;
##############################################
mame-0.226+dfsg.1/src/devices/sound/okim9810.cpp-416-
mame-0.226+dfsg.1/src/devices/sound/okim9810.cpp:417:				LOG("startFlags(%02x) startAddr(%06x) endAddr(%06x) bytes(%d)\n", startFlags, startAddr, endAddr, endAddr-startAddr);
mame-0.226+dfsg.1/src/devices/sound/okim9810.cpp-418-			}
##############################################
mame-0.226+dfsg.1/src/devices/sound/qsound.cpp-137-	, m_dsp(*this, "dsp"), m_stream(nullptr)
mame-0.226+dfsg.1/src/devices/sound/qsound.cpp:138:	, m_rom_bank(0U), m_rom_offset(0U), m_cmd_addr(0U), m_cmd_data(0U), m_new_data(0U), m_cmd_pending(0U), m_dsp_ready(1U)
mame-0.226+dfsg.1/src/devices/sound/qsound.cpp-139-	, m_samples{ 0, 0 }, m_sr(0U), m_fsr(0U), m_ock(1U), m_old(1U), m_ready(0U), m_channel(0U)
##############################################
mame-0.226+dfsg.1/src/devices/sound/sp0256.cpp-42-
mame-0.226+dfsg.1/src/devices/sound/sp0256.cpp:43:#define FIFO_ADDR    (0x1800 << 3)      /* SP0256 address of SPB260 speech FIFO.   */
mame-0.226+dfsg.1/src/devices/sound/sp0256.cpp-44-
##############################################
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-855-
mame-0.226+dfsg.1/src/devices/sound/spu.cpp:856:			spu->translate_sample_addr(addr,this);
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-857-
##############################################
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-866-
mame-0.226+dfsg.1/src/devices/sound/spu.cpp:867:				spu->translate_sample_addr(addr+((off/28)<<4),this);
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-868-			}
##############################################
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-1386-
mame-0.226+dfsg.1/src/devices/sound/spu.cpp:1387:bool spu_device::translate_sample_addr(const unsigned int addr, cache_pointer *cp)
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-1388-{
##############################################
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-1569-
mame-0.226+dfsg.1/src/devices/sound/spu.cpp:1570:	// Otherwise use the address set in repaddr (if set)
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-1571-
##############################################
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-1587-
mame-0.226+dfsg.1/src/devices/sound/spu.cpp:1588:					translate_sample_addr(ra,&vi->loop);
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-1589-				}
##############################################
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-2240-
mame-0.226+dfsg.1/src/devices/sound/spu.cpp:2241:	translate_sample_addr(spureg.voice[v].addr<<3,&voice[v].play);
mame-0.226+dfsg.1/src/devices/sound/spu.cpp-2242-	assert(voice[v].play.ptr<voice[v].play.cache->dend);
##############################################
mame-0.226+dfsg.1/src/devices/sound/spu.h-170-
mame-0.226+dfsg.1/src/devices/sound/spu.h:171:	bool translate_sample_addr(const unsigned int addr, cache_pointer *cp);
mame-0.226+dfsg.1/src/devices/sound/spu.h-172-	sample_cache *get_sample_cache(const unsigned int addr);
##############################################
mame-0.226+dfsg.1/src/devices/sound/tms5110.cpp-164-
mame-0.226+dfsg.1/src/devices/sound/tms5110.cpp:165:void tms5110_device::new_int_write_addr(uint8_t addr)
mame-0.226+dfsg.1/src/devices/sound/tms5110.cpp-166-{
##############################################
mame-0.226+dfsg.1/src/devices/sound/tms5110.cpp-787-				m_schedule_dummy_read = true;
mame-0.226+dfsg.1/src/devices/sound/tms5110.cpp:788:				new_int_write_addr(m_CTL_pins & 0x0F);
mame-0.226+dfsg.1/src/devices/sound/tms5110.cpp-789-			}
##############################################
mame-0.226+dfsg.1/src/devices/sound/tms5110.h-39-	auto m1() { return m_m1_cb.bind(); }
mame-0.226+dfsg.1/src/devices/sound/tms5110.h:40:	auto addr() { return m_addr_cb.bind(); }
mame-0.226+dfsg.1/src/devices/sound/tms5110.h-41-	auto data() { return m_data_cb.bind(); }
##############################################
mame-0.226+dfsg.1/src/devices/sound/tms5110.h-73-	void new_int_write(uint8_t rc, uint8_t m0, uint8_t m1, uint8_t addr);
mame-0.226+dfsg.1/src/devices/sound/tms5110.h:74:	void new_int_write_addr(uint8_t addr);
mame-0.226+dfsg.1/src/devices/sound/tms5110.h-75-	uint8_t new_int_read();
##############################################
mame-0.226+dfsg.1/src/devices/sound/tms5220.cpp-590-***********************************************************************************************/
mame-0.226+dfsg.1/src/devices/sound/tms5220.cpp:591:void tms5220_device::new_int_write_addr(uint8_t addr)
mame-0.226+dfsg.1/src/devices/sound/tms5220.cpp-592-{
##############################################
mame-0.226+dfsg.1/src/devices/sound/tms5220.h-84-	void new_int_write(uint8_t rc, uint8_t m0, uint8_t m1, uint8_t addr);
mame-0.226+dfsg.1/src/devices/sound/tms5220.h:85:	void new_int_write_addr(uint8_t addr);
mame-0.226+dfsg.1/src/devices/sound/tms5220.h-86-	uint8_t new_int_read();
##############################################
mame-0.226+dfsg.1/src/devices/sound/upd7752.cpp-49-		device_memory_interface(mconfig, *this), m_stream(nullptr),
mame-0.226+dfsg.1/src/devices/sound/upd7752.cpp:50:		m_space_config("ram", ENDIANNESS_LITTLE, 8, 16, 0, address_map_constructor(FUNC(upd7752_device::upd7752_ram), this)), m_status(0), m_ram_addr(0), m_mode(0)
mame-0.226+dfsg.1/src/devices/sound/upd7752.cpp-51-{
##############################################
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp-80-	410    -------- xxxxxxxx RevFactor
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp:81:	412    -------- -xxxxxxx BufferSAddr (Top 7 bit of Reverb Buffer Start Address)
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp-82-	420    ----xxxx xxxxxxxx BufferSize0
##############################################
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp-365-    fedcba98 76543210
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp:366:00  xxxxxxxx xxxxxxxx CurSAddr (15:0)
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp:367:02  xxxxxxxx xxxxxxxx CurSAddr (31:16)
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp-368-04  xxxxxxxx xxxxxxxx EnvVol (15:0)
##############################################
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp-371-    -------- xxxxxxxx EnvVol (23:16)
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp:372:08  xxxxxxxx xxxxxxxx DSAddr (15:0)
mame-0.226+dfsg.1/src/devices/sound/vrender0.cpp-373-0a  -xxxxxxx -------- Modes
##############################################
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp-860-
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp:861:void sega315_5124_device::load_vram_addr(u8 data)
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp-862-{
##############################################
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp-872-
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp:873:void sega315_5313_mode4_device::load_vram_addr(u8 data)
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp-874-{
##############################################
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp-886-		m_pending_control_write = true;
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp:887:		load_vram_addr(data);
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp-888-	}
##############################################
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp-896-		m_addrmode = (data >> 6) & 0x03;
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp:897:		load_vram_addr(data);
mame-0.226+dfsg.1/src/devices/video/315_5124.cpp-898-		switch (m_addrmode)
##############################################
mame-0.226+dfsg.1/src/devices/video/315_5124.h-112-	virtual void cram_write(u8 data);
mame-0.226+dfsg.1/src/devices/video/315_5124.h:113:	virtual void load_vram_addr(u8 data);
mame-0.226+dfsg.1/src/devices/video/315_5124.h-114-	virtual void select_display_mode();
##############################################
mame-0.226+dfsg.1/src/devices/video/315_5124.h-273-	virtual void write_memory(u8 data) override;
mame-0.226+dfsg.1/src/devices/video/315_5124.h:274:	virtual void load_vram_addr(u8 data) override;
mame-0.226+dfsg.1/src/devices/video/315_5124.h-275-	virtual void select_sprites(int line) override;
##############################################
mame-0.226+dfsg.1/src/devices/video/315_5313.cpp-88-#define MEGADRIVE_REG05_UNUSED          ((m_regs[0x05] & 0x80) >> 7)
mame-0.226+dfsg.1/src/devices/video/315_5313.cpp:89:#define MEGADRIVE_REG05_SPRITE_ADDR     ((m_regs[0x05] & 0x7f) >> 0)
mame-0.226+dfsg.1/src/devices/video/315_5313.cpp-90-
##############################################
mame-0.226+dfsg.1/src/devices/video/315_5313.cpp-114-#define MEGADRIVE_REG0D_UNUSED          ((m_regs[0x0d] & 0xc0) >> 6)
mame-0.226+dfsg.1/src/devices/video/315_5313.cpp:115:#define MEGADRIVE_REG0D_HSCROLL_ADDR    ((m_regs[0x0d] & 0x3f) >> 0)
mame-0.226+dfsg.1/src/devices/video/315_5313.cpp-116-
##############################################
mame-0.226+dfsg.1/src/devices/video/cesblit.h-38-	// configuration
mame-0.226+dfsg.1/src/devices/video/cesblit.h:39:	void set_compute_addr(compute_addr_t compute_addr)  { m_compute_addr = compute_addr; }
mame-0.226+dfsg.1/src/devices/video/cesblit.h-40-	auto irq_callback() { return m_blit_irq_cb.bind(); }
##############################################
mame-0.226+dfsg.1/src/devices/video/clgd542x.cpp-17-
mame-0.226+dfsg.1/src/devices/video/clgd542x.cpp:18:#define CRTC_PORT_ADDR ((vga.miscellaneous_output&1)?0x3d0:0x3b0)
mame-0.226+dfsg.1/src/devices/video/clgd542x.cpp-19-
##############################################
mame-0.226+dfsg.1/src/devices/video/crtc_ega.cpp-29-	, m_horiz_retr_start(0), m_horiz_retr_end(0), m_horiz_retr_skew(0)
mame-0.226+dfsg.1/src/devices/video/crtc_ega.cpp:30:	, m_vert_total(0), m_preset_row_scan(0), m_byte_panning(0), m_max_ras_addr(0), m_scan_doubling(0)
mame-0.226+dfsg.1/src/devices/video/crtc_ega.cpp-31-	, m_cursor_start_ras(0), m_cursor_disable(0), m_cursor_end_ras(0), m_cursor_skew(0)
mame-0.226+dfsg.1/src/devices/video/crtc_ega.cpp:32:	, m_disp_start_addr(0), m_cursor_addr(0), m_light_pen_addr(0)
mame-0.226+dfsg.1/src/devices/video/crtc_ega.cpp-33-	, m_vert_retr_start(0), m_vert_retr_end(0)
##############################################
mame-0.226+dfsg.1/src/devices/video/crtc_ega.cpp-43-	, m_hsync_on_pos(0), m_hsync_off_pos(0), m_vsync_on_pos(0), m_vsync_off_pos(0)
mame-0.226+dfsg.1/src/devices/video/crtc_ega.cpp:44:	, m_current_disp_addr(0), m_light_pen_latched(0), m_has_valid_parameters(false)
mame-0.226+dfsg.1/src/devices/video/crtc_ega.cpp-45-{
##############################################
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp-130-
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp:131:u16 ef9340_1_device::ef9340_get_c_addr(u8 x, u8 y)
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp-132-{
##############################################
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp-207-		{
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp:208:			u16 addr = ef9340_get_c_addr(m_ef9340.X, m_ef9340.Y) & 0x3ff;
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp-209-
##############################################
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp-272-		{
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp:273:			u16 addr = ef9340_get_c_addr(m_ef9340.X, m_ef9340.Y) & 0x3ff;
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp-274-
##############################################
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp-371-			int s = slice;
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp:372:			u16 addr = ef9340_get_c_addr(x, y_row);
mame-0.226+dfsg.1/src/devices/video/ef9340_1.cpp-373-			u8 a = m_ram_a[addr];
##############################################
mame-0.226+dfsg.1/src/devices/video/ef9340_1.h-45-
mame-0.226+dfsg.1/src/devices/video/ef9340_1.h:46:	inline u16 ef9340_get_c_addr(u8 x, u8 y);
mame-0.226+dfsg.1/src/devices/video/ef9340_1.h-47-	inline void ef9340_inc_c();
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-317-
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp:318:uint16_t hp1ll3_device::get_pix_addr(uint16_t x, uint16_t y) const
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-319-{
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-324-{
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp:325:	uint16_t offset = get_pix_addr(x, y);
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-326-	uint16_t pix_mask = MSB_MASK >> (x % WS);
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-670-{
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp:671:	uint16_t pattern_addr = get_pattern_addr(pattern_no);
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-672-
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-689-
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp:690:uint16_t hp1ll3_device::get_pattern_addr(uint16_t pattern_no) const
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-691-{
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-699-		Rectangle dst{{ uint16_t(m_cursor_x + m_cursor_offset), m_cursor_y }, { 16, 16 }};
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp:700:		bitblt(get_pattern_addr(m_cursor_pattern), 16, 16, Point{ 0, 0 }, get_screen(), dst, RR_XOR, false);
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-701-	}
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-708-		Rectangle dst{{ m_sprite_x, m_sprite_y }, { 16, 16 }};
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp:709:		bitblt(get_pattern_addr(m_sprite_pattern), 16, 16, Point{ 0, 0 }, get_screen(), dst, RR_XOR, false);
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-710-	}
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-874-				{
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp:875:					uint16_t addr = get_pix_addr(m_rw_win_x, m_rw_win_y);
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-876-					unsigned bit = m_rw_win_x % WS;
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-1005-
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp:1006:					uint16_t addr = get_pix_addr(m_rw_win_x, m_rw_win_y);
mame-0.226+dfsg.1/src/devices/video/hp1ll3.cpp-1007-					uint16_t glob_mask = ~0;
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.h-54-
mame-0.226+dfsg.1/src/devices/video/hp1ll3.h:55:	uint16_t get_pix_addr(uint16_t x, uint16_t y) const;
mame-0.226+dfsg.1/src/devices/video/hp1ll3.h-56-	inline void point(int x, int y, bool pix, const uint16_t masks[]);
##############################################
mame-0.226+dfsg.1/src/devices/video/hp1ll3.h-70-	void fill(const Rectangle &fill_rect, uint16_t pattern_no);
mame-0.226+dfsg.1/src/devices/video/hp1ll3.h:71:	uint16_t get_pattern_addr(uint16_t pattern_no) const;
mame-0.226+dfsg.1/src/devices/video/hp1ll3.h-72-	void draw_cursor();
##############################################
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-865-		{
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp:866:			*bitmap_addr(bitmap, y, x) = border_value(m_data[0].m_mode[0], palette, is_mc6847t1);
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-867-		}
##############################################
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-874-		{
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp:875:			*bitmap_addr(bitmap, y + base_y, x) = border_value(m_data[y].m_mode[0], palette, is_mc6847t1);
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-876-		}
##############################################
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-880-		width = m_data[y].m_sample_count;
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp:881:		pixel_t *RESTRICT pixels = bitmap_addr(bitmap, base_y + y, base_x);
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-882-		while(x < width)
##############################################
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-905-			for (x = base_x + 256; x <= max_x; x++)
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp:906:				*bitmap_addr(bitmap, y + base_y, x) = border_value(m_data[y].m_mode[width - 1], palette, is_mc6847t1);
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-907-
##############################################
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-914-		else
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp:915:			m_artifacter.process_artifacts<1>(bitmap_addr(bitmap, y + base_y, base_x), m_data[y].m_mode[0], palette);
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-916-
##############################################
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-924-			for (x = min_x; x <= max_x; x++)
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp:925:				*bitmap_addr(bitmap, y, x) = border_value(m_data[191].m_mode[width - 1], palette, is_mc6847t1);
mame-0.226+dfsg.1/src/devices/video/mc6847.cpp-926-
##############################################
mame-0.226+dfsg.1/src/devices/video/mc6847.h-81-
mame-0.226+dfsg.1/src/devices/video/mc6847.h:82:	pixel_t *bitmap_addr(bitmap_rgb32 &bitmap, int y, int x)
mame-0.226+dfsg.1/src/devices/video/mc6847.h-83-	{
##############################################
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp-173-#define SPRITE_COLOR(nr)        (m_reg[0x27+nr] & 0x0f)
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp:174:#define SPRITE_ADDR(nr)         (m_videoaddr | 0x3f8 | nr)
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp-175-#define SPRITE_COLL             (m_reg[0x1e])
##############################################
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp-185-
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp:186:#define VIDEOADDR               ((m_reg[0x18] & 0xf0) << (10 - 4))
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp:187:#define CHARGENADDR             ((m_reg[0x18] & 0x0e) << 10)
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp:188:#define BITMAPADDR              ((data & 0x08) << 10)
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp-189-
##############################################
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp-306-{
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp:307:	m_spr_ptr[num] = read_videoram(SPRITE_ADDR(num)) << 6;
mame-0.226+dfsg.1/src/devices/video/mos6566.cpp-308-}
##############################################
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp-74-
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp:75:#define CRTC_PORT_ADDR ((vga.miscellaneous_output&1)?0x3d0:0x3b0)
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp-76-
##############################################
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp-438-
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp:439:uint32_t vga_device::start_addr()
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp-440-{
##############################################
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp-576-	{
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp:577:		for (int addr = start_addr(), line=0; line<LINES; line+=height, addr+=offset(), curr_addr+=offset())
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp-578-		{
##############################################
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp-605-	{
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp:606:		for (int addr = start_addr(), line=0; line<LINES; line+=height, addr+=offset(), curr_addr+=offset())
mame-0.226+dfsg.1/src/devices/video/pc_vga.cpp-607-		{
##############################################
mame-0.226+dfsg.1/src/devices/video/pc_vga.h-85-	virtual uint16_t offset();
mame-0.226+dfsg.1/src/devices/video/pc_vga.h:86:	virtual uint32_t start_addr();
mame-0.226+dfsg.1/src/devices/video/pc_vga.h-87-	inline uint8_t vga_latch_write(int offs, uint8_t data);
##############################################
mame-0.226+dfsg.1/src/devices/video/ppu2c0x.cpp-111-	m_add(1),
mame-0.226+dfsg.1/src/devices/video/ppu2c0x.cpp:112:	m_videomem_addr(0),
mame-0.226+dfsg.1/src/devices/video/ppu2c0x.cpp-113-	m_data_latch(0),
##############################################
mame-0.226+dfsg.1/src/devices/video/upd7220.cpp-628-	m_lad(0),
mame-0.226+dfsg.1/src/devices/video/upd7220.cpp:629:	m_ra_addr(0),
mame-0.226+dfsg.1/src/devices/video/upd7220.cpp-630-	m_sr(UPD7220_SR_FIFO_EMPTY),
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-96-#define SPRITE_COLOR(nr)        (m_reg[0x27+nr] & 0x0f)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:97:#define SPRITE_ADDR(nr)         (m_videoaddr | 0x3f8 | nr)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-98-#define SPRITE_BG_COLLISION(nr) (m_reg[0x1f] & (1 << nr))
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-118-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:119:#define VIDEOADDR               ((m_reg[0x18] & 0xf0) << (10 - 4))
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:120:#define CHARGENADDR         ((m_reg[0x18] & 0x0e) << 10)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:121:#define BITMAPADDR          ((data & 0x08) << 10)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-122-
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-144-#define VIC3_BITPLANE_ADDR_HELPER(x)  ((m_reg[0x33 + x] & 0x0f) << 12)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:145:#define VIC3_BITPLANE_ADDR(x) (x & 1 ? VIC3_BITPLANE_ADDR_HELPER(x) + 0x10000 : VIC3_BITPLANE_ADDR_HELPER(x) )
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-146-#define VIC3_BITPLANE_IADDR_HELPER(x)  ((m_reg[0x33 + x] & 0xf0) << 8)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:147:#define VIC3_BITPLANE_IADDR(x) (x & 1 ? VIC3_BITPLANE_IADDR_HELPER(x) + 0x10000 : VIC3_BITPLANE_IADDR_HELPER(x))
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-148-
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-576-	xbegin = SPRITE_X_POS(nr);
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:577:	addr = m_dma_read_cb(SPRITE_ADDR(nr)) << 6;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-578-	color = SPRITE_COLOR(nr);
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-670-	xbegin = SPRITE_X_POS(nr);
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:671:	addr = m_dma_read_cb(SPRITE_ADDR(nr)) << 6;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-672-	m_spritemulti[2] = SPRITE_COLOR(nr);
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1638-		if (M & 0x01)                                               \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1639:			colors[0] = m_c64_mem_r_cb(VIC3_ADDR(0) + offset);      \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1640-		if (M & 0x02)                                               \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1641:			colors[1] = m_c64_mem_r_cb(VIC3_ADDR(1) + offset) << 1; \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1642-		if (M & 0x04)                                               \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1643:			colors[2] = m_c64_mem_r_cb(VIC3_ADDR(2) + offset) << 2; \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1644-		if (M & 0x08)                                               \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1645:			colors[3] = m_c64_mem_r_cb(VIC3_ADDR(3) + offset) << 3; \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1646-		if (M & 0x10)                                               \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1647:			colors[4] = m_c64_mem_r_cb(VIC3_ADDR(4) + offset) << 4; \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1648-		if (M & 0x20)                                               \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1649:			colors[5] = m_c64_mem_r_cb(VIC3_ADDR(5) + offset) << 5; \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1650-		if (M & 0x40)                                               \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1651:			colors[6] = m_c64_mem_r_cb(VIC3_ADDR(6) + offset) << 6; \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1652-		if (M & 0x80)                                               \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1653:			colors[7] = m_c64_mem_r_cb(VIC3_ADDR(7) + offset) << 7; \
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1654-		for (int i = 7; i >= 0; i--)                                \
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1700-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1701:#define VIC3_ADDR(a) VIC3_BITPLANE_IADDR(a)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1702-void vic3_device::interlace_draw_block( int x, int y, int offset )
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1727-		if (VIC3_BITPLANES_MASK & 0x01)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1728:			colors[0] = m_c64_mem_r_cb(VIC3_BITPLANE_IADDR(0) + offset);
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1729-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1730-		if (VIC3_BITPLANES_MASK & 0x02)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1731:			colors[1] = m_c64_mem_r_cb(VIC3_BITPLANE_IADDR(1) + offset) << 1;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1732-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1733-		if (VIC3_BITPLANES_MASK & 0x04)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1734:			colors[2] = m_c64_mem_r_cb(VIC3_BITPLANE_IADDR(2) + offset) << 2;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1735-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1736-		if (VIC3_BITPLANES_MASK & 0x08)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1737:			colors[3] = m_c64_mem_r_cb(VIC3_BITPLANE_IADDR(3) + offset) << 3;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1738-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1739-		if (VIC3_BITPLANES_MASK & 0x10)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1740:			colors[4] = m_c64_mem_r_cb(VIC3_BITPLANE_IADDR(4) + offset) << 4;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1741-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1742-		if (VIC3_BITPLANES_MASK & 0x20)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1743:			colors[5] = m_c64_mem_r_cb(VIC3_BITPLANE_IADDR(5) + offset) << 5;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1744-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1745-		if (VIC3_BITPLANES_MASK & 0x40)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1746:			colors[6] = m_c64_mem_r_cb(VIC3_BITPLANE_IADDR(6) + offset) << 6;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1747-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1748-		if (VIC3_BITPLANES_MASK & 0x80)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1749:			colors[7] = m_c64_mem_r_cb(VIC3_BITPLANE_IADDR(7) + offset) << 7;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1750-
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1770-#undef VIC3_ADDR
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1771:#define VIC3_ADDR(a) VIC3_BITPLANE_ADDR(a)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1772-void vic3_device::draw_block( int x, int y, int offset )
##############################################
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1797-		if (VIC3_BITPLANES_MASK & 0x01)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1798:			colors[0] = m_c64_mem_r_cb(VIC3_BITPLANE_ADDR(0) + offset);
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1799-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1800-		if (VIC3_BITPLANES_MASK & 0x02)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1801:			colors[1] = m_c64_mem_r_cb(VIC3_BITPLANE_ADDR(1) + offset) << 1;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1802-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1803-		if (VIC3_BITPLANES_MASK & 0x04)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1804:			colors[2] = m_c64_mem_r_cb(VIC3_BITPLANE_ADDR(2) + offset) << 2;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1805-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1806-		if (VIC3_BITPLANES_MASK & 0x08)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1807:			colors[3] = m_c64_mem_r_cb(VIC3_BITPLANE_ADDR(3) + offset) << 3;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1808-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1809-		if (VIC3_BITPLANES_MASK & 0x10)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1810:			colors[4] = m_c64_mem_r_cb(VIC3_BITPLANE_ADDR(4) + offset) << 4;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1811-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1812-		if (VIC3_BITPLANES_MASK & 0x20)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1813:			colors[5] = m_c64_mem_r_cb(VIC3_BITPLANE_ADDR(5) + offset) << 5;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1814-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1815-		if (VIC3_BITPLANES_MASK & 0x40)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1816:			colors[6] = m_c64_mem_r_cb(VIC3_BITPLANE_ADDR(6) + offset) << 6;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1817-
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1818-		if (VIC3_BITPLANES_MASK & 0x80)
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp:1819:			colors[7] = m_c64_mem_r_cb(VIC3_BITPLANE_ADDR(7) + offset) << 7;
mame-0.226+dfsg.1/src/devices/video/vic4567.cpp-1820-
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.cpp-1884-	// Add check for upper nibble not equal to zero to fix funkball -- TG
mame-0.226+dfsg.1/src/devices/video/voodoo.cpp:1885:	if (TEXLOD_TMULTIBASEADDR(reg[tLOD].u) && (reg[tLOD].u >> 28) == 0)
mame-0.226+dfsg.1/src/devices/video/voodoo.cpp-1886-	{
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-213-/* 0x1c0 */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:214:#define cmdFifoBaseAddr (0x1e0/4)   /* RW     -- Voodoo2 only */
mame-0.226+dfsg.1/src/devices/video/voodoo.h-215-#define cmdFifoBump     (0x1e4/4)   /* RW     -- Voodoo2 only */
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-217-#define cmdFifoAMin     (0x1ec/4)   /* RW     -- Voodoo2 only */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:218:#define colBufferAddr   (0x1ec/4)   /* RW     -- Banshee only */
mame-0.226+dfsg.1/src/devices/video/voodoo.h-219-#define cmdFifoAMax     (0x1f0/4)   /* RW     -- Voodoo2 only */
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-221-#define cmdFifoDepth    (0x1f4/4)   /* RW     -- Voodoo2 only */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:222:#define auxBufferAddr   (0x1f4/4)   /* RW     -- Banshee only */
mame-0.226+dfsg.1/src/devices/video/voodoo.h-223-#define cmdFifoHoles    (0x1f8/4)   /* RW     -- Voodoo2 only */
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-277-/* 0x2c0 */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:278:#define bltSrcBaseAddr  (0x2c0/4)   /* RW PF  -- Voodoo2 only */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:279:#define bltDstBaseAddr  (0x2c4/4)   /* RW PF  -- Voodoo2 only */
mame-0.226+dfsg.1/src/devices/video/voodoo.h-280-#define bltXYStrides    (0x2c8/4)   /* RW PF  -- Voodoo2 only */
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-296-#define tDetail         (0x308/4)   /*  W PF */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:297:#define texBaseAddr     (0x30c/4)   /*  W PF */
mame-0.226+dfsg.1/src/devices/video/voodoo.h-298-#define texBaseAddr_1   (0x310/4)   /*  W PF */
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-309-#define banshee2D_clip0Max          (0x00c/4)
mame-0.226+dfsg.1/src/devices/video/voodoo.h:310:#define banshee2D_dstBaseAddr       (0x010/4)
mame-0.226+dfsg.1/src/devices/video/voodoo.h-311-#define banshee2D_dstFormat         (0x014/4)
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-318-#define banshee2D_rop               (0x030/4)
mame-0.226+dfsg.1/src/devices/video/voodoo.h:319:#define banshee2D_srcBaseAddr       (0x034/4)
mame-0.226+dfsg.1/src/devices/video/voodoo.h-320-#define banshee2D_commandExtra      (0x038/4)
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-363-#define io_dacMode                      (0x04c/4)   /*  */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:364:#define io_dacAddr                      (0x050/4)   /*  */
mame-0.226+dfsg.1/src/devices/video/voodoo.h-365-#define io_dacData                      (0x054/4)   /*  */
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-367-#define io_vidProcCfg                   (0x05c/4)   /*  */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:368:#define io_hwCurPatAddr                 (0x060/4)   /*  */
mame-0.226+dfsg.1/src/devices/video/voodoo.h-369-#define io_hwCurLoc                     (0x064/4)   /*  */
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-404-#define io_vidOverlayDvdyOffset         (0x0e0/4)   /*  */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:405:#define io_vidDesktopStartAddr          (0x0e4/4)   /*  */
mame-0.226+dfsg.1/src/devices/video/voodoo.h-406-#define io_vidDesktopOverlayStride      (0x0e8/4)   /*  */
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-410-#define io_vidInStride                  (0x0f8/4)   /*  */
mame-0.226+dfsg.1/src/devices/video/voodoo.h:411:#define io_vidCurrOverlayStartAddr      (0x0fc/4)   /*  */
mame-0.226+dfsg.1/src/devices/video/voodoo.h-412-
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-673-
mame-0.226+dfsg.1/src/devices/video/voodoo.h:674:#define FBIINIT0_VGA_PASSTHRU(val)          (((val) >> 0) & 1)
mame-0.226+dfsg.1/src/devices/video/voodoo.h-675-#define FBIINIT0_GRAPHICS_RESET(val)        (((val) >> 1) & 1)
##############################################
mame-0.226+dfsg.1/src/devices/video/voodoo.h-825-#define TEXLOD_LOD_ZEROFRAC(val)            (((val) >> 23) & 1)
mame-0.226+dfsg.1/src/devices/video/voodoo.h:826:#define TEXLOD_TMULTIBASEADDR(val)          (((val) >> 24) & 1)
mame-0.226+dfsg.1/src/devices/video/voodoo.h-827-#define TEXLOD_TDATA_SWIZZLE(val)           (((val) >> 25) & 1)
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-257-		if (1) {
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp:258:			//base = waveram0_ptr_from_expanded_addr(yoffs << 8);
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp:259:			//base = waveram0_ptr_from_expanded_addr(yoffs);
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-260-			base = WAVERAM_BLOCK0(yoffs);
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-595-				//{
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp:596:				const void *src = waveram0_ptr_from_expanded_addr(m_zeusbase[0x41]);
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-597-				m_zeusbase[0x48] = WAVERAM_READ32(src, 0);
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-616-				m_curPalTableSrc = (m_zeusbase[0x41] % WAVERAM0_WIDTH) + ((m_zeusbase[0x41] >> 16) % WAVERAM0_HEIGHT) * WAVERAM0_WIDTH;
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp:617:				void *dataPtr = waveram0_ptr_from_expanded_addr(m_zeusbase[0x41]);
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-618-				load_pal_table(dataPtr, m_zeusbase[0x40], 0, logit);
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-631-				poly->wait("UCODE_LOAD");
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp:632:				void *dataPtr = waveram0_ptr_from_expanded_addr(m_zeusbase[0x41]);
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-633-				load_ucode(dataPtr, m_zeusbase[0x40], logit);
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-744-				if (1 && logit) {
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp:745:					uint32_t *wavePtr = (uint32_t*)waveram0_ptr_from_expanded_addr(m_zeusbase[0x41]);
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-746-					uint32_t waveData;
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-775-				// Waveram Write
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp:776:				void *dest = waveram0_ptr_from_expanded_addr(m_zeusbase[0x41]);
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-777-				WAVERAM_WRITE32(dest, 0, m_zeusbase[0x48]);
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-849-				// thegrid:  0x0079FFFF => clear entire frame buffer at 51=0 then 51=00800000, only seen at initial tests in thegrid
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp:850:				uint32_t addr = frame_addr_from_phys_addr(m_zeusbase[0x51]);
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-851-				uint32_t numPixels = (m_zeusbase[0x50] & 0xffff) + 1;
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-1427-	{
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp:1428:		const void *base = waveram0_ptr_from_expanded_addr(baseaddr);
mame-0.226+dfsg.1/src/devices/video/zeus2.cpp-1429-		int curoffs;
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.h-236-		}
mame-0.226+dfsg.1/src/devices/video/zeus2.h:237:		//uint32_t addr = render ? frame_addr_from_phys_addr(m_renderRegs[0x4] << (15 + m_yScale))
mame-0.226+dfsg.1/src/devices/video/zeus2.h:238:		//  : frame_addr_from_phys_addr((m_zeusbase[0x38] >> 1) << (m_yScale << 1));
mame-0.226+dfsg.1/src/devices/video/zeus2.h-239-		addr += (y << (9 + m_yScale)) + x;
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.h-243-	// Convert 0xRRRRCCCC to frame buffer address
mame-0.226+dfsg.1/src/devices/video/zeus2.h:244:	//inline uint32_t frame_addr_from_expanded_addr(uint32_t addr)
mame-0.226+dfsg.1/src/devices/video/zeus2.h-245-	//{
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.h-250-	// Based on address reg 51 (no scaling)
mame-0.226+dfsg.1/src/devices/video/zeus2.h:251:	inline uint32_t frame_addr_from_phys_addr(uint32_t physAddr)
mame-0.226+dfsg.1/src/devices/video/zeus2.h-252-	{
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.h-259-	{
mame-0.226+dfsg.1/src/devices/video/zeus2.h:260:		uint32_t addr = frame_addr_from_phys_addr(m_zeusbase[0x51]);
mame-0.226+dfsg.1/src/devices/video/zeus2.h-261-		m_zeusbase[0x58] = m_frameColor[addr];
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.h-274-	{
mame-0.226+dfsg.1/src/devices/video/zeus2.h:275:		uint32_t addr = frame_addr_from_phys_addr(m_zeusbase[0x51]);
mame-0.226+dfsg.1/src/devices/video/zeus2.h-276-		if (m_zeusbase[0x57] & 0x1)
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.h-296-
mame-0.226+dfsg.1/src/devices/video/zeus2.h:297:	inline void *waveram0_ptr_from_expanded_addr(uint32_t addr)
mame-0.226+dfsg.1/src/devices/video/zeus2.h-298-	{
##############################################
mame-0.226+dfsg.1/src/devices/video/zeus2.h-303-#ifdef UNUSED_FUNCTION
mame-0.226+dfsg.1/src/devices/video/zeus2.h:304:	inline void *waveram0_ptr_from_texture_addr(uint32_t addr, int width)
mame-0.226+dfsg.1/src/devices/video/zeus2.h-305-	{
##############################################
mame-0.226+dfsg.1/src/emu/addrmap.cpp-1112-		{
mame-0.226+dfsg.1/src/emu/addrmap.cpp:1113:			int alignunit = spaceconfig.byte2addr(entry.m_read.m_bits / 8);
mame-0.226+dfsg.1/src/emu/addrmap.cpp-1114-			if (!alignunit)
##############################################
mame-0.226+dfsg.1/src/emu/addrmap.cpp-1120-		{
mame-0.226+dfsg.1/src/emu/addrmap.cpp:1121:			int alignunit = spaceconfig.byte2addr(entry.m_write.m_bits / 8);
mame-0.226+dfsg.1/src/emu/addrmap.cpp-1122-			if (!alignunit)
##############################################
mame-0.226+dfsg.1/src/emu/debug/debugcmd.cpp-3080-/*-------------------------------------------------
mame-0.226+dfsg.1/src/emu/debug/debugcmd.cpp:3081:    execute_dasm - execute the dasm command
mame-0.226+dfsg.1/src/emu/debug/debugcmd.cpp-3082--------------------------------------------------*/
##############################################
mame-0.226+dfsg.1/src/emu/debug/debugcmd.cpp-3106-
mame-0.226+dfsg.1/src/emu/debug/debugcmd.cpp:3107:	/* build the data, check the maximum size of the opcodes and disasm */
mame-0.226+dfsg.1/src/emu/debug/debugcmd.cpp-3108-	std::vector<offs_t> pcs;
##############################################
mame-0.226+dfsg.1/src/emu/debug/debugcpu.cpp-48-	, m_wpdata(0)
mame-0.226+dfsg.1/src/emu/debug/debugcpu.cpp:49:	, m_wpaddr(0)
mame-0.226+dfsg.1/src/emu/debug/debugcpu.cpp-50-	, m_last_periodic_update_time(0)
##############################################
mame-0.226+dfsg.1/src/emu/debug/debugcpu.cpp-423-	, m_instrhook(nullptr)
mame-0.226+dfsg.1/src/emu/debug/debugcpu.cpp:424:	, m_stepaddr(0)
mame-0.226+dfsg.1/src/emu/debug/debugcpu.cpp-425-	, m_stepsleft(0)
mame-0.226+dfsg.1/src/emu/debug/debugcpu.cpp:426:	, m_stopaddr(0)
mame-0.226+dfsg.1/src/emu/debug/debugcpu.cpp-427-	, m_stoptime(attotime::zero)
##############################################
mame-0.226+dfsg.1/src/emu/debug/debugcpu.h-182-	device_state_interface *   m_state;                 // state interface, if present
mame-0.226+dfsg.1/src/emu/debug/debugcpu.h:183:	device_disasm_interface *  m_disasm;                // disasm interface, if present
mame-0.226+dfsg.1/src/emu/debug/debugcpu.h-184-
##############################################
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp-110-		"\n"
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp:111:		"  dasm <filename>,<address>,<length>[,<opcodes>[,<CPU>]] -- disassemble to the given file\n"
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp-112-		"  f[ind] <address>,<length>[,<data>[,...]] -- search program memory for data\n"
##############################################
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp-553-		"\n"
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp:554:		"  dasm <filename>,<address>,<length>[,<opcodes>[,<CPU>]]\n"
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp-555-		"\n"
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp:556:		"The dasm command disassembles program memory to the file specified in the <filename> parameter. "
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp-557-		"<address> indicates the address of the start of disassembly, and <length> indicates how much "
##############################################
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp-564-		"\n"
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp:565:		"dasm venture.asm,0,10000\n"
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp-566-		"  Disassembles addresses 0-ffff in the current CPU, including raw opcode data, to the "
##############################################
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp-568-		"\n"
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp:569:		"dasm harddriv.asm,3000,1000,0,2\n"
mame-0.226+dfsg.1/src/emu/debug/debughlp.cpp-570-		"  Disassembles addresses 3000-3fff from CPU #2, with no raw opcode data, to the file "
##############################################
mame-0.226+dfsg.1/src/emu/debug/dvbpoints.cpp-124-	// iterate over devices with disassembly interfaces
mame-0.226+dfsg.1/src/emu/debug/dvbpoints.cpp:125:	for (device_disasm_interface &dasm : disasm_interface_iterator(machine().root_device()))
mame-0.226+dfsg.1/src/emu/debug/dvbpoints.cpp-126-	{
##############################################
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-17-//**************************************************************************
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp:18://  DEBUG VIEW DISASM SOURCE
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-19-//**************************************************************************
##############################################
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-41-//-------------------------------------------------
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp:42://  debug_view_disasm - constructor
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-43-//-------------------------------------------------
##############################################
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-72-//-------------------------------------------------
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp:73://  ~debug_view_disasm - destructor
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-74-//-------------------------------------------------
##############################################
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-91-	// iterate over devices with disassembly interfaces
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp:92:	for (device_disasm_interface &dasm : disasm_interface_iterator(machine().root_device()))
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-93-	{
##############################################
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-353-{
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp:354:	for(auto &dasm : m_dasm) {
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.cpp-355-		offs_t adr = dasm.m_address;
##############################################
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.h-60-// debug view for disassembly
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.h:61:class debug_view_disasm : public debug_view
mame-0.226+dfsg.1/src/emu/debug/dvdisasm.h-62-{
##############################################
mame-0.226+dfsg.1/src/emu/debug/dvmemory.cpp-114-		m_edit_enabled(true),
mame-0.226+dfsg.1/src/emu/debug/dvmemory.cpp:115:		m_maxaddr(0),
mame-0.226+dfsg.1/src/emu/debug/dvmemory.cpp-116-		m_bytes_per_row(16),
##############################################
mame-0.226+dfsg.1/src/emu/debug/dvwpoints.cpp-141-	// iterate over devices with disassembly interfaces
mame-0.226+dfsg.1/src/emu/debug/dvwpoints.cpp:142:	for (device_disasm_interface &dasm : disasm_interface_iterator(machine().root_device()))
mame-0.226+dfsg.1/src/emu/debug/dvwpoints.cpp-143-	{
##############################################
mame-0.226+dfsg.1/src/emu/didisasm.cpp-6-
mame-0.226+dfsg.1/src/emu/didisasm.cpp:7:    Device disasm interfaces.
mame-0.226+dfsg.1/src/emu/didisasm.cpp-8-
##############################################
mame-0.226+dfsg.1/src/emu/didisasm.cpp-59-		if (m_dasm_override.isnull())
mame-0.226+dfsg.1/src/emu/didisasm.cpp:60:			m_disasm = create_disassembler();
mame-0.226+dfsg.1/src/emu/didisasm.cpp-61-		else
##############################################
mame-0.226+dfsg.1/src/emu/emumem.h-1210-	inline offs_t addr2byte(offs_t address) const { return (m_addr_shift < 0) ? (address << -m_addr_shift) : (address >> m_addr_shift); }
mame-0.226+dfsg.1/src/emu/emumem.h:1211:	inline offs_t byte2addr(offs_t address) const { return (m_addr_shift > 0) ? (address << m_addr_shift) : (address >> -m_addr_shift); }
mame-0.226+dfsg.1/src/emu/emumem.h-1212-
##############################################
mame-0.226+dfsg.1/src/emu/emumem.h-1359-	offs_t address_to_byte_end(offs_t address) const { return m_config.addr2byte_end(address); }
mame-0.226+dfsg.1/src/emu/emumem.h:1360:	offs_t byte_to_address(offs_t address) const { return m_config.byte2addr(address); }
mame-0.226+dfsg.1/src/emu/emumem.h-1361-	offs_t byte_to_address_end(offs_t address) const { return m_config.byte2addr_end(address); }
##############################################
mame-0.226+dfsg.1/src/emu/emupal.h-34-    For example if you want to make pixel (x,y) of color 3, do:
mame-0.226+dfsg.1/src/emu/emupal.h:35:    *BITMAP_ADDR(bitmap, <type>, y, x) = Machine->pens[3];
mame-0.226+dfsg.1/src/emu/emupal.h-36-
##############################################
mame-0.226+dfsg.1/src/emu/machine.cpp-1434-	emscripten_running_machine = machine;
mame-0.226+dfsg.1/src/emu/machine.cpp:1435:	EM_ASM (
mame-0.226+dfsg.1/src/emu/machine.cpp-1436-		JSMESS.running = true;
##############################################
mame-0.226+dfsg.1/src/lib/netlist/devices/nld_82s16.cpp-41-		, m_ram(*this, "m_ram", 0)
mame-0.226+dfsg.1/src/lib/netlist/devices/nld_82s16.cpp:42:		, m_addr(*this, "m_addr", 0)
mame-0.226+dfsg.1/src/lib/netlist/devices/nld_82s16.cpp-43-		, m_enq(*this, "m_enq", 0)
##############################################
mame-0.226+dfsg.1/src/lib/util/unzip.cpp-758-				{
mame-0.226+dfsg.1/src/lib/util/unzip.cpp:759:					auto const addr(m_header.file_name.empty() ? nullptr : &m_header.file_name[0]);
mame-0.226+dfsg.1/src/lib/util/unzip.cpp-760-					auto const length(m_header.file_name.empty() ? 0 : m_header.file_name.length() * sizeof(m_header.file_name[0]));
##############################################
mame-0.226+dfsg.1/src/mame/audio/cchasm.cpp-4-
mame-0.226+dfsg.1/src/mame/audio/cchasm.cpp:5:    Cinematronics Cosmic Chasm hardware
mame-0.226+dfsg.1/src/mame/audio/cchasm.cpp-6-
##############################################
mame-0.226+dfsg.1/src/mame/audio/cmi01a.cpp-596-
mame-0.226+dfsg.1/src/mame/audio/cmi01a.cpp:597:void cmi01a_device::update_wave_addr(int inc)
mame-0.226+dfsg.1/src/mame/audio/cmi01a.cpp-598-{
##############################################
mame-0.226+dfsg.1/src/mame/audio/cmi01a.cpp-665-			m_wave_ram[m_segment_cnt & 0x3fff] = data;
mame-0.226+dfsg.1/src/mame/audio/cmi01a.cpp:666:			update_wave_addr(1);
mame-0.226+dfsg.1/src/mame/audio/cmi01a.cpp-667-			break;
##############################################
mame-0.226+dfsg.1/src/mame/audio/cmi01a.cpp-736-			if (m_channel == 5) LOG("%s: CH%d Porthole Read: %02x\n", machine().describe_context(), m_channel, data);
mame-0.226+dfsg.1/src/mame/audio/cmi01a.cpp:737:			update_wave_addr(1);
mame-0.226+dfsg.1/src/mame/audio/cmi01a.cpp-738-			break;
##############################################
mame-0.226+dfsg.1/src/mame/audio/cmi01a.h-78-	void run_voice();
mame-0.226+dfsg.1/src/mame/audio/cmi01a.h:79:	void update_wave_addr(int inc);
mame-0.226+dfsg.1/src/mame/audio/cmi01a.h-80-
##############################################
mame-0.226+dfsg.1/src/mame/audio/dkong.cpp-1383-	m_m58817->m1().set("m58819", FUNC(tms6100_device::m1_w));
mame-0.226+dfsg.1/src/mame/audio/dkong.cpp:1384:	m_m58817->addr().set("m58819", FUNC(tms6100_device::add_w));
mame-0.226+dfsg.1/src/mame/audio/dkong.cpp-1385-	m_m58817->data().set("m58819", FUNC(tms6100_device::data_line_r));
##############################################
mame-0.226+dfsg.1/src/mame/audio/m72.cpp-54-	, device_rom_interface(mconfig, *this)
mame-0.226+dfsg.1/src/mame/audio/m72.cpp:55:	, m_sample_addr(0)
mame-0.226+dfsg.1/src/mame/audio/m72.cpp-56-	, m_dac(*this, finder_base::DUMMY_TAG)
##############################################
mame-0.226+dfsg.1/src/mame/audio/snk6502.cpp-148-	, m_hd38880_cmd(0)
mame-0.226+dfsg.1/src/mame/audio/snk6502.cpp:149:	, m_hd38880_addr(0)
mame-0.226+dfsg.1/src/mame/audio/snk6502.cpp-150-	, m_hd38880_data_bytes(0)
##############################################
mame-0.226+dfsg.1/src/mame/audio/trackfld.cpp-19-	, m_vlm(*this, finder_base::DUMMY_TAG)
mame-0.226+dfsg.1/src/mame/audio/trackfld.cpp:20:	, m_last_addr(0)
mame-0.226+dfsg.1/src/mame/audio/trackfld.cpp-21-	, m_last_irq(0)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/aa310.cpp-71-/*
mame-0.226+dfsg.1/src/mame/drivers/aa310.cpp:72:    DASM of code (bios 2 / RISC OS 2)
mame-0.226+dfsg.1/src/mame/drivers/aa310.cpp-73-    0x380d4e0: MEMC: control to 0x10c (page size 32 kbytes, DRAM ram refresh only during flyback)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/aim65_40.cpp-51-
mame-0.226+dfsg.1/src/mame/drivers/aim65_40.cpp:52:I have a copy of the official 'green book' Aim 65/40 i/o rom listing/asm source code, which is very informative about
mame-0.226+dfsg.1/src/mame/drivers/aim65_40.cpp-53-how the hardware works. However it is going to be a major pain in the ass to scan, owing to its small size and failing binding.
##############################################
mame-0.226+dfsg.1/src/mame/drivers/arkanoid.cpp-538-
mame-0.226+dfsg.1/src/mame/drivers/arkanoid.cpp:539:      Z:\MAME\dasm>diff arkangc.asm arkblock.asm
mame-0.226+dfsg.1/src/mame/drivers/arkanoid.cpp-540-      8421,8422c8421,8424
##############################################
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-68-	{
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp:69:		uint32_t xy_to_screen_addr(uint32_t x, uint32_t y) const;
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-70-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-262-
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp:263:inline uint32_t atarisy4_state::gpu::xy_to_screen_addr(uint32_t x, uint32_t y) const
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-264-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-302-				{
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp:303:					uint16_t pix = m_screen_ram[m_gpu.xy_to_screen_addr(x,y) >> 1];
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-304-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-309-
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp:310:					m_screen_ram[m_gpu.xy_to_screen_addr(x,y) >> 1] = pix;
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-311-				}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-325-	{
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp:326:		uint32_t addr = m_state.m_gpu.xy_to_screen_addr(x, scanline);
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-327-		uint16_t pix = extradata.screen_ram[addr >> 1];
##############################################
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-443-			int i;
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp:444:			int offset = m_gpu.xy_to_screen_addr(m_gpu.gr[0] - 0x400, m_gpu.gr[1] - 0x200);
mame-0.226+dfsg.1/src/mame/drivers/atarisy4.cpp-445-			int table_offs = m_gpu.gr[2];
##############################################
mame-0.226+dfsg.1/src/mame/drivers/avt.cpp-497-#define mc6845_cursor_y_end     (m_crtc_vreg[0x0b])
mame-0.226+dfsg.1/src/mame/drivers/avt.cpp:498:#define mc6845_start_addr       (((m_crtc_vreg[0x0c]<<8) & 0x3f00) | (m_crtc_vreg[0x0d] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/avt.cpp:499:#define mc6845_cursor_addr      (((m_crtc_vreg[0x0e]<<8) & 0x3f00) | (m_crtc_vreg[0x0f] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/avt.cpp:500:#define mc6845_light_pen_addr   (((m_crtc_vreg[0x10]<<8) & 0x3f00) | (m_crtc_vreg[0x11] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/avt.cpp:501:#define mc6845_update_addr      (((m_crtc_vreg[0x12]<<8) & 0x3f00) | (m_crtc_vreg[0x13] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/avt.cpp-502-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/b16.cpp-80-#define mc6845_cursor_y_end     (m_crtc_vreg[0x0b])
mame-0.226+dfsg.1/src/mame/drivers/b16.cpp:81:#define mc6845_start_addr       (((m_crtc_vreg[0x0c]<<8) & 0x3f00) | (m_crtc_vreg[0x0d] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/b16.cpp:82:#define mc6845_cursor_addr      (((m_crtc_vreg[0x0e]<<8) & 0x3f00) | (m_crtc_vreg[0x0f] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/b16.cpp:83:#define mc6845_light_pen_addr   (((m_crtc_vreg[0x10]<<8) & 0x3f00) | (m_crtc_vreg[0x11] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/b16.cpp:84:#define mc6845_update_addr      (((m_crtc_vreg[0x12]<<8) & 0x3f00) | (m_crtc_vreg[0x13] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/b16.cpp-85-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-305-	void command_phase(struct fdc_t &fdc, uint8_t data);
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:306:	inline uint8_t* blitter_get_addr(uint32_t addr);
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-307-	inline void z80_bank(int num, int data);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-470-
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:471:uint8_t* bfcobra_state::blitter_get_addr(uint32_t addr)
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-472-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-502-{
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:503:#define BLITPRG_READ(x)     blitter.x = *(blitter_get_addr(blitter.program.addr++))
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-504-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-612-
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:613:					*blitter_get_addr( blitter.dest.addr) = blitter.pattern;
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-614-					cycles_used++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-626-				{
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:627:					srcdata = *(blitter_get_addr( blitter.source.addr & 0xfffff));
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-628-					blitter.source.as16bit.loword++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-636-					{
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:637:						srcdata = *(blitter_get_addr( blitter.source.addr & 0xfffff));
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-638-						cycles_used++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-651-				{
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:652:					dstdata = *blitter_get_addr( blitter.dest.addr & 0xfffff);
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-653-					cycles_used++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-718-						*/
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:719:						uint8_t dest = *blitter_get_addr( blitter.dest.addr);
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:720:						uint8_t newcol = *(blitter_get_addr( (blitter.source.addr + dest) & 0xfffff));
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-721-
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:722:						*blitter_get_addr( blitter.dest.addr) = newcol;
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-723-						cycles_used += 3;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-740-
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:741:						*blitter_get_addr( blitter.dest.addr) = final_result;
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-742-						cycles_used++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-1819-	void dotmatrix_w( uint8_t data );
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:1820:	inline uint8_t* blitter_get_addr(uint32_t addr);
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-1821-	inline void z8s180_bank(int num, int data);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-1865-{
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:1866:#define BLITPRG_READ(x)     blitter.x = *(blitter_get_addr(blitter.program.addr++))
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-1867-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-1975-
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:1976:					*blitter_get_addr( blitter.dest.addr) = blitter.pattern;
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-1977-					cycles_used++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-1989-				{
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:1990:					srcdata = *(blitter_get_addr( blitter.source.addr & 0xfffff));
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-1991-					blitter.source.as16bit.loword++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-1999-					{
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:2000:						srcdata = *(blitter_get_addr( blitter.source.addr & 0xfffff));
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2001-						cycles_used++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2014-				{
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:2015:					dstdata = *blitter_get_addr( blitter.dest.addr & 0xfffff);
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2016-					cycles_used++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2081-						*/
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:2082:						uint8_t dest = *blitter_get_addr( blitter.dest.addr);
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:2083:						uint8_t newcol = *(blitter_get_addr( (blitter.source.addr + dest) & 0xfffff));
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2084-
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:2085:						*blitter_get_addr( blitter.dest.addr) = newcol;
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2086-						cycles_used += 3;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2103-
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:2104:						*blitter_get_addr( blitter.dest.addr) = final_result;
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2105-						cycles_used++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2147-
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp:2148:uint8_t* bfcobjam_state::blitter_get_addr(uint32_t addr)
mame-0.226+dfsg.1/src/mame/drivers/bfcobra.cpp-2149-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfm_sc4.cpp-4394-
mame-0.226+dfsg.1/src/mame/drivers/bfm_sc4.cpp:4395:ROM_START( sc4cclasm )
mame-0.226+dfsg.1/src/mame/drivers/bfm_sc4.cpp-4396-	ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF )
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfm_sc4.cpp-5458-
mame-0.226+dfsg.1/src/mame/drivers/bfm_sc4.cpp:5459:ROM_START( sc4cfcasm )
mame-0.226+dfsg.1/src/mame/drivers/bfm_sc4.cpp-5460-	ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/bfm_sc4.cpp-22510-
mame-0.226+dfsg.1/src/mame/drivers/bfm_sc4.cpp:22511:ROM_START( sc4mcasm )
mame-0.226+dfsg.1/src/mame/drivers/bfm_sc4.cpp-22512-	ROM_REGION( 0x400000, "maincpu", ROMREGION_ERASEFF )
##############################################
mame-0.226+dfsg.1/src/mame/drivers/blitz68k.cpp-69-		, m_blit_rom(*this, "blitter")
mame-0.226+dfsg.1/src/mame/drivers/blitz68k.cpp:70:		, m_blit_romaddr(*this, "blit_romaddr")
mame-0.226+dfsg.1/src/mame/drivers/blitz68k.cpp-71-		, m_blit_attr1_ram(*this, "blit_attr1_ram")
##############################################
mame-0.226+dfsg.1/src/mame/drivers/c128.cpp-931-	PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_KEYBOARD ) PORT_NAME(";  ]  { M  Large-/ }") PORT_CODE(KEYCODE_QUOTE)               PORT_CHAR(';') PORT_CHAR(']')
mame-0.226+dfsg.1/src/mame/drivers/c128.cpp:932:	PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_KEYBOARD ) PORT_NAME("*  `  { $  [ }") PORT_CODE(KEYCODE_CLOSEBRACE)                PORT_CHAR('*') PORT_CHAR('`')
mame-0.226+dfsg.1/src/mame/drivers/c128.cpp-933-	PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_KEYBOARD ) PORT_NAME("\\  { @  # }") PORT_CODE(KEYCODE_BACKSLASH)                   PORT_CHAR('\\')
##############################################
mame-0.226+dfsg.1/src/mame/drivers/c128.cpp-984-	PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_KEYBOARD ) PORT_NAME(";  ]  { M }") PORT_CODE(KEYCODE_QUOTE)                PORT_CHAR(';') PORT_CHAR(']')
mame-0.226+dfsg.1/src/mame/drivers/c128.cpp:985:	PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_KEYBOARD ) PORT_NAME("*  `  { $  [ }") PORT_CODE(KEYCODE_CLOSEBRACE)        PORT_CHAR('*') PORT_CHAR('`')
mame-0.226+dfsg.1/src/mame/drivers/c128.cpp-986-	PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_KEYBOARD ) PORT_NAME("\\  { @  # }") PORT_CODE(KEYCODE_BACKSLASH2)          PORT_CHAR('\\')
##############################################
mame-0.226+dfsg.1/src/mame/drivers/casloopy.cpp-17-
mame-0.226+dfsg.1/src/mame/drivers/casloopy.cpp:18:    ASM notes:
mame-0.226+dfsg.1/src/mame/drivers/casloopy.cpp-19-    - first vector is almost certainly VBR value.
##############################################
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp-4-
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp:5:    Cinematronics Cosmic Chasm hardware
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp-6-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp-80-
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp:81:static INPUT_PORTS_START( cchasm )
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp-82-	PORT_START("DSW")
##############################################
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp-122-	PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Test 1") PORT_CODE(KEYCODE_F1)
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp:123:	PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED ) /* Test 2, not used in cchasm */
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp:124:	PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED ) /* Test 3, not used in cchasm */
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp-125-INPUT_PORTS_END
##############################################
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp-202-
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp:203:ROM_START( cchasm )
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp-204-	ROM_REGION( 0x010000, "maincpu", 0 )
##############################################
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp-261-
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp:262:GAME( 1983, cchasm,  0,      cchasm, cchasm, cchasm_state, empty_init, ROT270, "Cinematronics / GCE", "Cosmic Chasm (set 1)", MACHINE_SUPPORTS_SAVE )
mame-0.226+dfsg.1/src/mame/drivers/cchasm.cpp:263:GAME( 1983, cchasm1, cchasm, cchasm, cchasm, cchasm_state, empty_init, ROT270, "Cinematronics / GCE", "Cosmic Chasm (set 2)", MACHINE_SUPPORTS_SAVE )
##############################################
mame-0.226+dfsg.1/src/mame/drivers/crgolf.cpp-80-
mame-0.226+dfsg.1/src/mame/drivers/crgolf.cpp:81:DASM Notes:
mame-0.226+dfsg.1/src/mame/drivers/crgolf.cpp-82-- main CPU currently stalls with a RAM buffer check ($63fe), then it
##############################################
mame-0.226+dfsg.1/src/mame/drivers/dpb7000.cpp-43-#define LOG_OUTPUT_TIMING   (1 << 10)
mame-0.226+dfsg.1/src/mame/drivers/dpb7000.cpp:44:#define LOG_BRUSH_ADDR      (1 << 11)
mame-0.226+dfsg.1/src/mame/drivers/dpb7000.cpp:45:#define LOG_STORE_ADDR      (1 << 12)
mame-0.226+dfsg.1/src/mame/drivers/dpb7000.cpp-46-#define LOG_COMBINER        (1 << 13)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/eva.cpp-178-	m_tms5100->m1().set(m_tms6100, FUNC(tms6100_device::m1_w));
mame-0.226+dfsg.1/src/mame/drivers/eva.cpp:179:	m_tms5100->addr().set(m_tms6100, FUNC(tms6100_device::add_w));
mame-0.226+dfsg.1/src/mame/drivers/eva.cpp-180-	m_tms5100->data().set(m_tms6100, FUNC(tms6100_device::data_line_r));
##############################################
mame-0.226+dfsg.1/src/mame/drivers/galgames.cpp-986-
mame-0.226+dfsg.1/src/mame/drivers/galgames.cpp:987:int galgames_compute_addr(u16 reg_low, u16 reg_mid, u16 reg_high)
mame-0.226+dfsg.1/src/mame/drivers/galgames.cpp-988-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/galgames.cpp-1012-	m_blitter->set_addrmap(AS_PROGRAM, &galgames_state::blitter_map);
mame-0.226+dfsg.1/src/mame/drivers/galgames.cpp:1013:	m_blitter->set_compute_addr(galgames_compute_addr);
mame-0.226+dfsg.1/src/mame/drivers/galgames.cpp-1014-	m_blitter->irq_callback().set(FUNC(galgames_state::blitter_irq_callback));
##############################################
mame-0.226+dfsg.1/src/mame/drivers/generalplus_gpl16250_romram.cpp-431-		m_maincpu->spin_until_time(m_maincpu->cycles_to_attotime(2000));
mame-0.226+dfsg.1/src/mame/drivers/generalplus_gpl16250_romram.cpp:432:	return m_maincpu->get_ram_addr(0x6593);
mame-0.226+dfsg.1/src/mame/drivers/generalplus_gpl16250_romram.cpp-433-}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/generalplus_gpl16250_romram.cpp-439-		m_maincpu->spin_until_time(m_maincpu->cycles_to_attotime(2000));
mame-0.226+dfsg.1/src/mame/drivers/generalplus_gpl16250_romram.cpp:440:	return m_maincpu->get_ram_addr(0x0001);
mame-0.226+dfsg.1/src/mame/drivers/generalplus_gpl16250_romram.cpp-441-}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/generalplus_gpl16250_romram.cpp-447-		m_maincpu->spin_until_time(m_maincpu->cycles_to_attotime(2000));
mame-0.226+dfsg.1/src/mame/drivers/generalplus_gpl16250_romram.cpp:448:	return m_maincpu->get_ram_addr(0x13dd);
mame-0.226+dfsg.1/src/mame/drivers/generalplus_gpl16250_romram.cpp-449-}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/gimix.cpp-61-
mame-0.226+dfsg.1/src/mame/drivers/gimix.cpp:62:#define DMA_START_ADDR  (((m_dma_ctrl & 0x0f) << 16) | m_dma_start_addr)
mame-0.226+dfsg.1/src/mame/drivers/gimix.cpp-63-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/gunpey.cpp-15-=============================================================================================
mame-0.226+dfsg.1/src/mame/drivers/gunpey.cpp:16:ASM code study:
mame-0.226+dfsg.1/src/mame/drivers/gunpey.cpp-17-0x84718 main code
##############################################
mame-0.226+dfsg.1/src/mame/drivers/harddriv.cpp-381-			m_gsp_speedup_pc(0),
mame-0.226+dfsg.1/src/mame/drivers/harddriv.cpp:382:			m_msp_speedup_addr(nullptr),
mame-0.226+dfsg.1/src/mame/drivers/harddriv.cpp-383-			m_msp_speedup_pc(0),
mame-0.226+dfsg.1/src/mame/drivers/harddriv.cpp:384:			m_ds3_speedup_addr(nullptr),
mame-0.226+dfsg.1/src/mame/drivers/harddriv.cpp-385-			m_ds3_speedup_pc(0),
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-342-	// Keyboard input
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:343:	map(HP_MAKE_IOADDR( 0, 0), HP_MAKE_IOADDR( 0, 3)).r(FUNC(hp64k_state::hp64k_kb_r));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-344-	// PA = 2, IC = [0..3]
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-345-	// Line sync interrupt clear/watchdog reset
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:346:	map(HP_MAKE_IOADDR( 2, 0), HP_MAKE_IOADDR( 2, 3)).rw(FUNC(hp64k_state::hp64k_deltat_r), FUNC(hp64k_state::hp64k_deltat_w));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-347-	// PA = 4, IC = [0..3]
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-348-	// Floppy I/F
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:349:	map(HP_MAKE_IOADDR( 4, 0), HP_MAKE_IOADDR( 4, 3)).rw(FUNC(hp64k_state::hp64k_flp_r), FUNC(hp64k_state::hp64k_flp_w));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-350-	// PA = 5, IC = [0..3]
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-351-	// Write to USART
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:352:	map(HP_MAKE_IOADDR( 5, 0), HP_MAKE_IOADDR( 5, 3)).w(FUNC(hp64k_state::hp64k_usart_w));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-353-	// PA = 6, IC = [0..3]
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-354-	// Read from USART
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:355:	map(HP_MAKE_IOADDR( 6, 0), HP_MAKE_IOADDR( 6, 3)).r(FUNC(hp64k_state::hp64k_usart_r));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-356-	// PA = 7, IC = 1
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-357-	// PHI
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:358:	map(HP_MAKE_IOADDR( 7, 1), HP_MAKE_IOADDR( 7, 1)).rw(FUNC(hp64k_state::hp64k_phi_r), FUNC(hp64k_state::hp64k_phi_w));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-359-	// PA = 7, IC = 2
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-360-	// Rear-panel switches and loopback relay control
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:361:	map(HP_MAKE_IOADDR( 7, 2), HP_MAKE_IOADDR( 7, 2)).rw(FUNC(hp64k_state::hp64k_rear_sw_r), FUNC(hp64k_state::hp64k_loopback_w));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-362-	// PA = 9, IC = [0..3]
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-363-	// Beeper control & interrupt status read
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:364:	map(HP_MAKE_IOADDR( 9, 0), HP_MAKE_IOADDR( 9, 3)).w(FUNC(hp64k_state::hp64k_beep_w));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-365-	// PA = 10, IC = [0..3]
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-366-	// Slot selection
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:367:	map(HP_MAKE_IOADDR(10, 0), HP_MAKE_IOADDR(10, 3)).w(FUNC(hp64k_state::hp64k_slot_sel_w));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-368-	// PA = 12, IC = [0..3]
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-369-	// Interrupt mask
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp:370:	map(HP_MAKE_IOADDR(12, 0), HP_MAKE_IOADDR(12, 3)).w(FUNC(hp64k_state::hp64k_irl_mask_w));
mame-0.226+dfsg.1/src/mame/drivers/hp64k.cpp-371-}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-589-		m_io_slots[ m_top_acked - IRQ_IOP0_BIT ]->clear_service();
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp:590:		return (uint8_t)m_io_slots[ m_top_acked - IRQ_IOP0_BIT ]->get_base_addr();
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-591-	} else {
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-1034-	attotime time_to_video_mem_availability() const;
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp:1035:	static void get_video_addr(uint16_t addr , uint16_t& byte_addr , bool& lsb_nibble);
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-1036-	uint8_t video_mem_r(uint16_t addr , uint16_t addr_mask) const;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-1300-
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp:1301:void hp85_state::get_video_addr(uint16_t addr , uint16_t& byte_addr , bool& lsb_nibble)
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-1302-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-1311-
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp:1312:	get_video_addr(addr , byte_addr , lsb_nibble);
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-1313-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-1333-
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp:1334:	get_video_addr(addr , byte_addr , lsb_nibble);
mame-0.226+dfsg.1/src/mame/drivers/hp80.cpp-1335-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9825.cpp-241-	map.unmap_value_low();
mame-0.226+dfsg.1/src/mame/drivers/hp9825.cpp:242:	map(HP_MAKE_IOADDR(KDP_PA , 0) , HP_MAKE_IOADDR(KDP_PA , 0)).rw(FUNC(hp9825_state::kb_scancode_r) , FUNC(hp9825_state::disp_w));
mame-0.226+dfsg.1/src/mame/drivers/hp9825.cpp:243:	map(HP_MAKE_IOADDR(KDP_PA , 1) , HP_MAKE_IOADDR(KDP_PA , 1)).rw(FUNC(hp9825_state::kdp_status_r) , FUNC(hp9825_state::kdp_control_w));
mame-0.226+dfsg.1/src/mame/drivers/hp9825.cpp:244:	map(HP_MAKE_IOADDR(KDP_PA , 2) , HP_MAKE_IOADDR(KDP_PA , 2)).w(FUNC(hp9825_state::printer_w));
mame-0.226+dfsg.1/src/mame/drivers/hp9825.cpp:245:	map(HP_MAKE_IOADDR(TAPE_PA , 0) , HP_MAKE_IOADDR(TAPE_PA , 3)).rw(m_tape , FUNC(hp9825_tape_device::tape_r) , FUNC(hp9825_tape_device::tape_w));
mame-0.226+dfsg.1/src/mame/drivers/hp9825.cpp-246-	// TODO:
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-1310-	void pattern_fill(uint16_t x0 , uint16_t y0 , uint16_t x1 , uint16_t y1 , unsigned fill_idx);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:1311:	static uint16_t get_gv_mem_addr(unsigned x , unsigned y);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-1312-	virtual void update_graphic_bits() = 0;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-1659-
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:1660:uint16_t hp9845ct_base_state::get_gv_mem_addr(unsigned x , unsigned y)
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-1661-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-2324-
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:2325:	unsigned mem_idx = get_gv_mem_addr(0 , video_scanline);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-2326-	for (unsigned i = 0; i < GVIDEO_HPIXELS; i += 16) {
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-2368-
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:2369:	addr = get_gv_mem_addr(x >> 4 , y);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-2370-	dominance = BIT(m_gv_memory_control, 6);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-2466-					LOG("load X I/O adress = %04x\n", m_gv_word_x_position);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:2467:					m_gv_io_counter = get_gv_mem_addr(m_gv_word_x_position , m_gv_word_y_position);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-2468-					m_gv_plane = 0;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-2472-					LOG("load Y I/O adress = %04x\n", m_gv_word_y_position);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:2473:					m_gv_io_counter = get_gv_mem_addr(m_gv_word_x_position , m_gv_word_y_position);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-2474-					break;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3019-
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3020:	unsigned mem_idx = get_gv_mem_addr(m_gv_scan_start_x >> 4, video_scanline + m_gv_scan_start_y);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3021-	for (unsigned i = 0; i < GVIDEO_HPIXELS; i += 16) {
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3062-	pixel_mask = 0x8000 >> (x & 0xf);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3063:	addr = get_gv_mem_addr(x >> 4 , y);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3064-	if (BIT(m_gv_rb_control, 1)) {
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3220-				if (m_gv_last_cmd != m_gv_cmd) {
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3221:					m_gv_io_counter = get_gv_mem_addr(m_gv_word_x_position , m_gv_word_y_position);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3222-				}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3233-					if (m_gv_last_cmd != m_gv_cmd) {
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3234:						m_gv_io_counter = get_gv_mem_addr(m_gv_word_x_position , m_gv_word_y_position);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3235-					}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3388-				m_gv_increment_to_next_row = BIT(m_gv_data_w, 11);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3389:				m_gv_io_counter = get_gv_mem_addr(m_gv_word_x_position , m_gv_word_y_position);
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3390-				LOG("load X/Y I/O adress x = %04x increment = %d\n", m_gv_word_x_position, m_gv_increment_to_next_row);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3619-	// Internal printer
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3620:	map(HP_MAKE_IOADDR(PRINTER_PA, 0), HP_MAKE_IOADDR(PRINTER_PA, 1)).rw("printer", FUNC(hp9845_printer_device::printer_r), FUNC(hp9845_printer_device::printer_w));
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3621-	// PA = 0, IC = 2
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3622-	// Keyboard scancode input
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3623:	map(HP_MAKE_IOADDR(0, 2), HP_MAKE_IOADDR(0, 2)).r(FUNC(hp9845_base_state::kb_scancode_r));
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3624-	// PA = 0, IC = 3
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3625-	// Keyboard status input & keyboard interrupt clear
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3626:	map(HP_MAKE_IOADDR(0, 3), HP_MAKE_IOADDR(0, 3)).rw(FUNC(hp9845_base_state::kb_status_r), FUNC(hp9845_base_state::kb_irq_clear_w));
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3627-	// PA = 13, IC = 0..3
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3628-	// Graphic video
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3629:	map(HP_MAKE_IOADDR(GVIDEO_PA, 0), HP_MAKE_IOADDR(GVIDEO_PA, 3)).rw(FUNC(hp9845_base_state::graphic_r), FUNC(hp9845_base_state::graphic_w));
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3630-	// PA = 14, IC = 0..3
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3631-	// Left-hand side tape drive (T14)
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3632:	map(HP_MAKE_IOADDR(T14_PA, 0), HP_MAKE_IOADDR(T14_PA, 3)).rw(m_t14, FUNC(hp_taco_device::reg_r), FUNC(hp_taco_device::reg_w));
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3633-	// PA = 15, IC = 0..3
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3634-	// Right-hand side tape drive (T15)
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp:3635:	map(HP_MAKE_IOADDR(T15_PA, 0), HP_MAKE_IOADDR(T15_PA, 3)).rw(m_t15, FUNC(hp_taco_device::reg_r), FUNC(hp_taco_device::reg_w));
mame-0.226+dfsg.1/src/mame/drivers/hp9845.cpp-3636-}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/ht6000.cpp-30-		m_led_latch(0xff),
mame-0.226+dfsg.1/src/mame/drivers/ht6000.cpp:31:		m_ram_card_addr(0)
mame-0.226+dfsg.1/src/mame/drivers/ht6000.cpp-32-	{ }
##############################################
mame-0.226+dfsg.1/src/mame/drivers/icebox.cpp-55-
mame-0.226+dfsg.1/src/mame/drivers/icebox.cpp:56:The eprom dump is for booting Terse, and earlier version of the prom is documented in ICE.ASM which may be for CP/M
mame-0.226+dfsg.1/src/mame/drivers/icebox.cpp-57-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/icebox.cpp-62-
mame-0.226+dfsg.1/src/mame/drivers/icebox.cpp:63:I/O registers from the ICE.ASM listing
mame-0.226+dfsg.1/src/mame/drivers/icebox.cpp-64-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/igs017.cpp-470-		driver_device(mconfig, type, tag),
mame-0.226+dfsg.1/src/mame/drivers/igs017.cpp:471:		m_remap_addr(-1),
mame-0.226+dfsg.1/src/mame/drivers/igs017.cpp-472-		m_maincpu(*this, "maincpu"),
##############################################
mame-0.226+dfsg.1/src/mame/drivers/intellec4.cpp-384-		// always causes data to be latched
mame-0.226+dfsg.1/src/mame/drivers/intellec4.cpp:385:		u16 const addr((u16(m_ram_page) << 8) | ((offset >> 1) & 0x00ffU));
mame-0.226+dfsg.1/src/mame/drivers/intellec4.cpp-386-		m_ram_data = m_prg_ram[addr];
##############################################
mame-0.226+dfsg.1/src/mame/drivers/intellec4.cpp-395-	// always causes data to be latched
mame-0.226+dfsg.1/src/mame/drivers/intellec4.cpp:396:	u16 const addr((u16(m_ram_page) << 8) | ((offset >> 1) & 0x00ffU));
mame-0.226+dfsg.1/src/mame/drivers/intellec4.cpp-397-	m_ram_data = m_prg_ram[addr];
##############################################
mame-0.226+dfsg.1/src/mame/drivers/laserbas.cpp-30-
mame-0.226+dfsg.1/src/mame/drivers/laserbas.cpp:31:DASM notes:
mame-0.226+dfsg.1/src/mame/drivers/laserbas.cpp-32-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/littlerb.cpp-198-
mame-0.226+dfsg.1/src/mame/drivers/littlerb.cpp:199:// guess according to DASM code and checking the gameplay speed, could be different
mame-0.226+dfsg.1/src/mame/drivers/littlerb.cpp-200-CUSTOM_INPUT_MEMBER(littlerb_state::frame_step_r)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/lockon.cpp-27-
mame-0.226+dfsg.1/src/mame/drivers/lockon.cpp:28:#define V30_GND_ADDR    ((m_ctrl_reg & 0x3) << 16)
mame-0.226+dfsg.1/src/mame/drivers/lockon.cpp:29:#define V30_OBJ_ADDR    ((m_ctrl_reg & 0x18) << 13)
mame-0.226+dfsg.1/src/mame/drivers/lockon.cpp-30-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/m68705prg.cpp-50-		, m_input_poll_timer(nullptr)
mame-0.226+dfsg.1/src/mame/drivers/m68705prg.cpp:51:		, m_addr(0x0000)
mame-0.226+dfsg.1/src/mame/drivers/m68705prg.cpp-52-		, m_pb_val(0xff)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/macs.cpp-188-		{
mame-0.226+dfsg.1/src/mame/drivers/macs.cpp:189:			/* FIXME: dunno if this RAM bank is right, DASM tracking made on the POST
mame-0.226+dfsg.1/src/mame/drivers/macs.cpp-190-			    screens indicates that there's just one RAM bank, but then MACS2 games
##############################################
mame-0.226+dfsg.1/src/mame/drivers/mazerbla.cpp-74-
mame-0.226+dfsg.1/src/mame/drivers/mazerbla.cpp:75:Mazer Blazer DASM notes (reference only):
mame-0.226+dfsg.1/src/mame/drivers/mazerbla.cpp-76-master z80
##############################################
mame-0.226+dfsg.1/src/mame/drivers/mbee.cpp-48-
mame-0.226+dfsg.1/src/mame/drivers/mbee.cpp:49:    EDASM - Jump to C000, usually the Editor/Assembler package.
mame-0.226+dfsg.1/src/mame/drivers/mbee.cpp-50-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/megadriv_acbl.cpp-124-
mame-0.226+dfsg.1/src/mame/drivers/megadriv_acbl.cpp:125:      diff aladmdb.asm g_aladj.asm
mame-0.226+dfsg.1/src/mame/drivers/megadriv_acbl.cpp-126-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-33-    R&T (Prototype?)                A             Encryption (key 2)
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp:34:    Phantasm        (Japan) /       A             Encryption (key 1)
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-35-91  Avenging Spirit (World)         B       Inputs
##############################################
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-448-        p47 & p47j              all rte
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp:449:        phantasm                all rte (4 is different, but rte)
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-450-        plusalph                all rte
##############################################
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-813-
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp:814:static INPUT_PORTS_START( phantasm )
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-815-	PORT_INCLUDE( megasys1_generic )
##############################################
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-2316-
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp:2317:                    [ Avenging Spirit ] / [ Phantasm ]
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-2318-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-2390-
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp:2391:ROM_START( phantasm )
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-2392-	ROM_REGION( 0x60000, "maincpu", 0 )     /* Main CPU Code */
##############################################
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-5046-GAME( 1990, rodlandjb,rodland,  system_A,          rodland,  megasys1_state, init_rodlandjb,ROT0,   "bootleg","Rod-Land (Japan bootleg)", MACHINE_SUPPORTS_SAVE )
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp:5047:GAME( 1990, phantasm, avspirit, system_A,          phantasm, megasys1_state, init_phantasm, ROT0,   "Jaleco", "Phantasm (Japan)", MACHINE_SUPPORTS_SAVE )
mame-0.226+dfsg.1/src/mame/drivers/megasys1.cpp-5048-GAME( 1991, edfp,     edf,      system_A,          edfp,     megasys1_state, init_edfp,     ROT0,   "Jaleco", "E.D.F. : Earth Defense Force (Japan, prototype)", MACHINE_SUPPORTS_SAVE )
##############################################
mame-0.226+dfsg.1/src/mame/drivers/meritsdx.cpp-83-
mame-0.226+dfsg.1/src/mame/drivers/meritsdx.cpp:84:GAME(1996, scrpndx, 0, scrpndx, scrpndx, meritsdx_state, empty_init, ROT0, "Merit", "Scorpion DX", MACHINE_IS_SKELETON_MECHANICAL) // OCT 15 1996 -- ASM 15:30
##############################################
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-403-	inline bool get_madsel();
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp:404:	inline offs_t get_bit3_addr(offs_t pixaddr);
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-405-	void write_vram(address_space &space, offs_t address, uint8_t data);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-599-
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp:600:offs_t missile_state::get_bit3_addr(offs_t pixaddr)
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-601-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-630-	{
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp:631:		vramaddr = get_bit3_addr(address);
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-632-		vramdata = -((data >> 5) & 1);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-663-	{
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp:664:		vramaddr = get_bit3_addr(address);
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-665-		vrammask = 1 << (address & 7);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-696-		if (effy >= 224)
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp:697:			src3 = &m_videoram[get_bit3_addr(effy << 8)];
mame-0.226+dfsg.1/src/mame/drivers/missile.cpp-698-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/mpu4sw.cpp-643-
mame-0.226+dfsg.1/src/mame/drivers/mpu4sw.cpp:644:void mpu4_state::init_m4addr()
mame-0.226+dfsg.1/src/mame/drivers/mpu4sw.cpp-645-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/paso1600.cpp-86-#define mc6845_cursor_y_end     (m_crtc_vreg[0x0b])
mame-0.226+dfsg.1/src/mame/drivers/paso1600.cpp:87:#define mc6845_start_addr       (((m_crtc_vreg[0x0c]<<8) & 0x3f00) | (m_crtc_vreg[0x0d] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/paso1600.cpp:88:#define mc6845_cursor_addr      (((m_crtc_vreg[0x0e]<<8) & 0x3f00) | (m_crtc_vreg[0x0f] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/paso1600.cpp:89:#define mc6845_light_pen_addr   (((m_crtc_vreg[0x10]<<8) & 0x3f00) | (m_crtc_vreg[0x11] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/paso1600.cpp:90:#define mc6845_update_addr      (((m_crtc_vreg[0x12]<<8) & 0x3f00) | (m_crtc_vreg[0x13] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/paso1600.cpp-91-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/pc6001.cpp-28-       original video reference, that screen should actually some kind of weird garbage on it;
mame-0.226+dfsg.1/src/mame/drivers/pc6001.cpp:29:    - AX6 - Powered Knight: doesn't work too well, according to the asm code it asks the
mame-0.226+dfsg.1/src/mame/drivers/pc6001.cpp-30-       player to press either 'B' or 'C' then a number but nothing is shown on screen,
##############################################
mame-0.226+dfsg.1/src/mame/drivers/pc8801.cpp-176-    - Password for "AY-1: Fortress Solomon" is "123" then press enter, any other key pressed makes it to fail the check (you must soft reset the machine)
mame-0.226+dfsg.1/src/mame/drivers/pc8801.cpp:177:    - Pressing Home in Dennou Gakuen during gameplay makes it to show a fake DASM screen. That's supposed to be a panic button and it's also in the
mame-0.226+dfsg.1/src/mame/drivers/pc8801.cpp-178-      sequels (with different screens);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/pc88va.cpp-130-/* TODO: this is either a result of an hand-crafted ROM or the JIS stuff is really attribute related ... */
mame-0.226+dfsg.1/src/mame/drivers/pc88va.cpp:131:uint32_t pc88va_state::calc_kanji_rom_addr(uint8_t jis1,uint8_t jis2,int x,int y)
mame-0.226+dfsg.1/src/mame/drivers/pc88va.cpp-132-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/pc88va.cpp-165-
mame-0.226+dfsg.1/src/mame/drivers/pc88va.cpp:166:			uint32_t tile_num = calc_kanji_rom_addr(jis1,jis2,x,y);
mame-0.226+dfsg.1/src/mame/drivers/pc88va.cpp-167-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/plus4.cpp-72-		m_lock(*this, "LOCK"),
mame-0.226+dfsg.1/src/mame/drivers/plus4.cpp:73:		m_addr(0)
mame-0.226+dfsg.1/src/mame/drivers/plus4.cpp-74-	{ }
##############################################
mame-0.226+dfsg.1/src/mame/drivers/ptcsol.cpp-81-        by Solace.
mame-0.226+dfsg.1/src/mame/drivers/ptcsol.cpp:82:      - The remaining formats (OPN, PL, PRN, SMU, SOL, ASM and LIB) appear
mame-0.226+dfsg.1/src/mame/drivers/ptcsol.cpp-83-        at first glance to be more specialised, and probably not worth being
##############################################
mame-0.226+dfsg.1/src/mame/drivers/seattle.cpp-252-// Widget registers
mame-0.226+dfsg.1/src/mame/drivers/seattle.cpp:253:#define WREG_ETHER_ADDR     (0x00/4)
mame-0.226+dfsg.1/src/mame/drivers/seattle.cpp-254-#define WREG_INTERRUPT      (0x04/4)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/segac2.cpp-68-                and issues due to protection would have probably killed the driver long ago :p
mame-0.226+dfsg.1/src/mame/drivers/segac2.cpp:69:            Razoola & Antiriad .. for helping teach me some 68k ASM needed to work out just why
mame-0.226+dfsg.1/src/mame/drivers/segac2.cpp-70-                the games were crashing :)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/slicer.cpp-151-	ROM_REGION16_LE(0x8001, "bios", 0)
mame-0.226+dfsg.1/src/mame/drivers/slicer.cpp:152:	// built from sources, reset.asm adds an extra byte
mame-0.226+dfsg.1/src/mame/drivers/slicer.cpp-153-	ROM_LOAD("epbios.bin", 0x0000, 0x8001, CRC(96fe9dd4) SHA1(5fc43454fe7d51f2ae97aef822155dcd28eb7f23))
##############################################
mame-0.226+dfsg.1/src/mame/drivers/smc777.cpp-50-#define mc6845_cursor_y_end     (m_crtc_vreg[0x0b])
mame-0.226+dfsg.1/src/mame/drivers/smc777.cpp:51:#define mc6845_start_addr       (((m_crtc_vreg[0x0c]<<8) & 0x3f00) | (m_crtc_vreg[0x0d] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/smc777.cpp:52:#define mc6845_cursor_addr      (((m_crtc_vreg[0x0e]<<8) & 0x3f00) | (m_crtc_vreg[0x0f] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/smc777.cpp:53:#define mc6845_light_pen_addr   (((m_crtc_vreg[0x10]<<8) & 0x3f00) | (m_crtc_vreg[0x11] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/smc777.cpp:54:#define mc6845_update_addr      (((m_crtc_vreg[0x12]<<8) & 0x3f00) | (m_crtc_vreg[0x13] & 0xff))
mame-0.226+dfsg.1/src/mame/drivers/smc777.cpp-55-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp-328-	emu_timer *m_timer;
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp:329:	void get_pcg_addr();
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp-330-};
##############################################
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp-431-
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp:432:void spc1500_state::get_pcg_addr()
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp-433-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp-459-	int reg = (offset>>8)-0x15;
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp:460:	get_pcg_addr();
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp-461-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp-472-	uint8_t data = 0;
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp:473:	get_pcg_addr();
mame-0.226+dfsg.1/src/mame/drivers/spc1500.cpp-474-	if (reg < 0) reg = 2;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/starrider.cpp-626-		offset ^= 0x8000;
mame-0.226+dfsg.1/src/mame/drivers/starrider.cpp:627:	u16 const addr(vgg_drams_map(offset));
mame-0.226+dfsg.1/src/mame/drivers/starrider.cpp-628-	if ((offset & 0xc000) != 0xc000)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/sun4.cpp-458-#define DMA_EN_CNT      (0x00002000)    // enable count
mame-0.226+dfsg.1/src/mame/drivers/sun4.cpp:459:#define DMA_BYTE_ADDR   (0x00001800)    // next byte number to be accessed
mame-0.226+dfsg.1/src/mame/drivers/sun4.cpp-460-#define DMA_BYTE_ADDR_SHIFT (11)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/sun4.cpp-475-#define DMA_CTRL        (0)
mame-0.226+dfsg.1/src/mame/drivers/sun4.cpp:476:#define DMA_ADDR        (1)
mame-0.226+dfsg.1/src/mame/drivers/sun4.cpp-477-#define DMA_BYTE_COUNT  (2)
##############################################
mame-0.226+dfsg.1/src/mame/drivers/tispeak.cpp-1297-	m_tms5100->m1().set(m_tms6100, FUNC(tms6100_device::m1_w));
mame-0.226+dfsg.1/src/mame/drivers/tispeak.cpp:1298:	m_tms5100->addr().set(m_tms6100, FUNC(tms6100_device::add_w));
mame-0.226+dfsg.1/src/mame/drivers/tispeak.cpp-1299-	m_tms5100->data().set(m_tms6100, FUNC(tms6100_device::data_line_r));
##############################################
mame-0.226+dfsg.1/src/mame/drivers/tmaster.cpp-370-
mame-0.226+dfsg.1/src/mame/drivers/tmaster.cpp:371:int tmaster_compute_addr(uint16_t reg_low, uint16_t reg_mid, uint16_t reg_high)
mame-0.226+dfsg.1/src/mame/drivers/tmaster.cpp-372-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/tmaster.cpp-403-	CESBLIT(config, m_blitter, XTAL(32'000'000), m_screen);
mame-0.226+dfsg.1/src/mame/drivers/tmaster.cpp:404:	m_blitter->set_compute_addr(tmaster_compute_addr);
mame-0.226+dfsg.1/src/mame/drivers/tmaster.cpp-405-	m_blitter->irq_callback().set(FUNC(tmaster_state::blitter_irq_callback));
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-357-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:358:	uint16_t get_spriteram_addr()
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-359-	{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-363-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:364:	void set_spriteram_addr(uint16_t addr)
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-365-	{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-370-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:371:	void inc_spriteram_addr()
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-372-	{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-376-		// that this 'skipping' applies to non-DMA writes too.
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:377:		int addr = get_spriteram_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-378-		addr++;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-383-		}
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:384:		set_spriteram_addr(addr);
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-385-	}
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-386-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:387:	uint16_t get_vram_addr()
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-388-	{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-391-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:392:	void set_vram_addr(uint16_t addr)
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-393-	{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-498-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:499:	uint16_t get_dma_sr_addr()
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-500-	{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-503-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:504:	void set_dma_sr_addr(uint16_t addr)
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-505-	{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-511-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:512:	uint16_t get_dma_dt_addr()
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-513-	{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-516-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:517:	void set_dma_dt_addr(uint16_t addr)
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-518-	{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-537-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:538:		if (get_dma_dt_addr() == 0x2004)
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-539-			return true;
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-540-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:541:		if (get_dma_dt_addr() == 0x2007)
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-542-			return true;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1352-{
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:1353:	uint16_t spriteram_address = get_spriteram_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1354-	uint8_t ret = m_spriteram->read8(spriteram_address);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1362-{
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:1363:	uint16_t spriteram_address = get_spriteram_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1364-	m_spriteram->write8(spriteram_address, data);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1366-	LOGMASKED(LOG_SRAM_WRITES, "%s: vt1682_2004_sprram_data_w writing: %02x to SpriteRam Address %04x\n", machine().describe_context(), data, spriteram_address);
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:1367:	inc_spriteram_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1368-}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1438-{
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:1439:	uint16_t vram_address = get_vram_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1440-	uint8_t ret = m_vram->read8(vram_address);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1448-{
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:1449:	uint16_t vram_address = get_vram_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1450-	m_vram->write8(vram_address, data);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1452-	vram_address++; // auto inc
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:1453:	set_vram_addr(vram_address); // update registers
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-1454-}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3482-	int srcbank = get_dma_sr_bank_ddr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3483:	int srcaddr = get_dma_sr_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3484:	uint16_t dstaddr = get_dma_dt_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3485-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3492-	{
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3493:		srcaddr = get_dma_sr_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3494:		dstaddr = get_dma_dt_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3495-		uint8_t dat = m_fullrom->read8(srcaddr | srcbank<<15);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3504-		// update registers
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3505:		set_dma_dt_addr(dstaddr);
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3506:		set_dma_sr_addr(srcaddr);
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3507-	}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3515-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3516:	int srcaddr = get_dma_sr_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3517:	uint16_t dstaddr = get_dma_dt_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3518-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3526-		address_space &mem = m_maincpu->space(AS_PROGRAM);
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3527:		dstaddr = get_dma_dt_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3528-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3529:		srcaddr = get_dma_sr_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3530-		uint8_t dat = mem.read_byte(srcaddr);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3538-		// update registers
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3539:		set_dma_dt_addr(dstaddr);
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3540:		set_dma_sr_addr(srcaddr);
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3541-	}
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3565-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3566:			uint16_t dstaddr = get_dma_dt_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3567:			int srcaddr = get_dma_sr_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3568-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3589-			int dstbank = get_dma_sr_bank_ddr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3590:			int dstaddr = get_dma_dt_addr() | (dstbank << 15);
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3591:			uint16_t srcaddr = get_dma_sr_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3592-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3606-
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3607:			uint16_t srcaddr = get_dma_sr_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp:3608:			uint16_t dstaddr = get_dma_dt_addr();
mame-0.226+dfsg.1/src/mame/drivers/vt1682.cpp-3609-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-805-
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp:806:uint16_t x1_state::check_pcg_addr()
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-807-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-815-
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp:816:uint16_t x1_state::check_chr_addr()
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-817-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-825-
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp:826:uint16_t x1_state::get_pcg_addr( uint16_t width, uint8_t y_char_size )
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-827-{
##############################################
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-848-		gfx_data = m_kanji_rom;
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp:849:		pcg_offset = (m_tvram[check_chr_addr()]+(m_kvram[check_chr_addr()]<<8)) & 0xfff;
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-850-		pcg_offset*=0x20;
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-851-		pcg_offset+=(offset & 0x0f);
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp:852:		pcg_offset+=(m_kvram[check_chr_addr()] & 0x40) >> 2; //left-right check
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-853-
##############################################
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-863-		if(y_char_size == 0) { y_char_size = 1; }
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp:864:		pcg_offset = m_tvram[get_pcg_addr(m_crtc_vreg[1], y_char_size)]*8;
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-865-		pcg_offset+= m_screen->vpos() & (y_char_size-1);
##############################################
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-887-		{
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp:888:			pcg_offset = m_tvram[check_pcg_addr()]*8;
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-889-			pcg_offset+= (offset & 0xe) >> 1;
##############################################
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-903-			if(y_char_size == 0) { y_char_size = 1; }
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp:904:			pcg_offset = m_tvram[get_pcg_addr(m_crtc_vreg[1], y_char_size)]*8;
mame-0.226+dfsg.1/src/mame/drivers/x1.cpp-905-			pcg_offset+= m_screen->vpos() & (y_char_size-1);
##############################################
mame-0.226+dfsg.1/src/mame/includes/apple3.h-112-	void graphics_chires(bitmap_ind16 &bitmap, const rectangle &cliprect);
mame-0.226+dfsg.1/src/mame/includes/apple3.h:113:	uint8_t *apple3_bankaddr(uint16_t bank, offs_t offset);
mame-0.226+dfsg.1/src/mame/includes/apple3.h:114:	uint8_t *apple3_get_zpa_addr(offs_t offset);
mame-0.226+dfsg.1/src/mame/includes/apple3.h-115-	void apple3_update_memory();
mame-0.226+dfsg.1/src/mame/includes/apple3.h-116-	void apple3_via_out(uint8_t *var, uint8_t data);
mame-0.226+dfsg.1/src/mame/includes/apple3.h:117:	uint8_t *apple3_get_indexed_addr(offs_t offset);
mame-0.226+dfsg.1/src/mame/includes/apple3.h-118-	TIMER_DEVICE_CALLBACK_MEMBER(apple3_c040_tick);
##############################################
mame-0.226+dfsg.1/src/mame/includes/cchasm.h-5-
mame-0.226+dfsg.1/src/mame/includes/cchasm.h:6:    Cinematronics Cosmic Chasm hardware
mame-0.226+dfsg.1/src/mame/includes/cchasm.h-7-
##############################################
mame-0.226+dfsg.1/src/mame/includes/mbc55x.h-185-
mame-0.226+dfsg.1/src/mame/includes/mbc55x.h:186:#define LINEAR_ADDR(seg,ofs)    ((seg<<4)+ofs)
mame-0.226+dfsg.1/src/mame/includes/mbc55x.h-187-
##############################################
mame-0.226+dfsg.1/src/mame/includes/midzeus.h-178-
mame-0.226+dfsg.1/src/mame/includes/midzeus.h:179:	void *waveram0_ptr_from_block_addr(uint32_t addr);
mame-0.226+dfsg.1/src/mame/includes/midzeus.h:180:	void *waveram0_ptr_from_expanded_addr(uint32_t addr);
mame-0.226+dfsg.1/src/mame/includes/midzeus.h:181:	void *waveram1_ptr_from_expanded_addr(uint32_t addr);
mame-0.226+dfsg.1/src/mame/includes/midzeus.h:182:	void *waveram0_ptr_from_texture_addr(uint32_t addr, int width);
mame-0.226+dfsg.1/src/mame/includes/midzeus.h-183-	void waveram_plot_depth(int y, int x, uint16_t color, uint16_t depth);
##############################################
mame-0.226+dfsg.1/src/mame/includes/mpu4.h-188-	void init_m4actpak();
mame-0.226+dfsg.1/src/mame/includes/mpu4.h:189:	void init_m4addr();
mame-0.226+dfsg.1/src/mame/includes/mpu4.h-190-	void init_m4aao();
##############################################
mame-0.226+dfsg.1/src/mame/includes/pc88va.h-187-	void draw_sprites(bitmap_rgb32 &bitmap, const rectangle &cliprect);
mame-0.226+dfsg.1/src/mame/includes/pc88va.h:188:	uint32_t calc_kanji_rom_addr(uint8_t jis1,uint8_t jis2,int x,int y);
mame-0.226+dfsg.1/src/mame/includes/pc88va.h-189-	void draw_text(bitmap_rgb32 &bitmap, const rectangle &cliprect);
##############################################
mame-0.226+dfsg.1/src/mame/includes/policetr.h-47-		m_speedup_pc(speedup_pc),
mame-0.226+dfsg.1/src/mame/includes/policetr.h:48:		m_speedup_addr(speedup_addr) { }
mame-0.226+dfsg.1/src/mame/includes/policetr.h-49-
##############################################
mame-0.226+dfsg.1/src/mame/includes/segas16b.h-348-		, m_cart_addrlatch(0)
mame-0.226+dfsg.1/src/mame/includes/segas16b.h:349:		, m_cart_addr(0)
mame-0.226+dfsg.1/src/mame/includes/segas16b.h-350-		, m_data_type(0)
mame-0.226+dfsg.1/src/mame/includes/segas16b.h:351:		, m_data_addr(0)
mame-0.226+dfsg.1/src/mame/includes/segas16b.h-352-		, m_data_mode(0)
##############################################
mame-0.226+dfsg.1/src/mame/includes/snes.h-404-	inline int is_last_active_channel(int dma);
mame-0.226+dfsg.1/src/mame/includes/snes.h:405:	inline uint32_t get_hdma_addr(int dma);
mame-0.226+dfsg.1/src/mame/includes/snes.h:406:	inline uint32_t get_hdma_iaddr(int dma);
mame-0.226+dfsg.1/src/mame/includes/snes.h-407-	void dma(address_space &space, uint8_t channels);
##############################################
mame-0.226+dfsg.1/src/mame/includes/tceptor.h-101-	INTERRUPT_GEN_MEMBER(mcu_vb_interrupt);
mame-0.226+dfsg.1/src/mame/includes/tceptor.h:102:	inline int get_tile_addr(int tile_index);
mame-0.226+dfsg.1/src/mame/includes/tceptor.h-103-	void decode_bg(const char * region);
##############################################
mame-0.226+dfsg.1/src/mame/includes/thief.h-58-	IRQ_CALLBACK_MEMBER(iack);
mame-0.226+dfsg.1/src/mame/includes/thief.h:59:	uint16_t fetch_image_addr( coprocessor_t &thief_coprocessor );
mame-0.226+dfsg.1/src/mame/includes/thief.h-60-	void tape_set_audio( int track, int bOn );
##############################################
mame-0.226+dfsg.1/src/mame/includes/turrett.h-67-	uint32_t write_video_ram(uint16_t data);
mame-0.226+dfsg.1/src/mame/includes/turrett.h:68:	void update_video_addr(void);
mame-0.226+dfsg.1/src/mame/includes/turrett.h-69-	uint32_t update_inputs(void);
##############################################
mame-0.226+dfsg.1/src/mame/includes/tx1.h-81-
mame-0.226+dfsg.1/src/mame/includes/tx1.h:82:		uint16_t get_datarom_addr() const;
mame-0.226+dfsg.1/src/mame/includes/tx1.h:83:		uint16_t get_bb_datarom_addr() const;
mame-0.226+dfsg.1/src/mame/includes/tx1.h-84-	};
##############################################
mame-0.226+dfsg.1/src/mame/includes/x1.h-293-	*/
mame-0.226+dfsg.1/src/mame/includes/x1.h:294:	uint16_t get_pcg_addr(uint16_t width, uint8_t y_char_size);
mame-0.226+dfsg.1/src/mame/includes/x1.h-295-	/**
##############################################
mame-0.226+dfsg.1/src/mame/includes/x1.h-299-	*/
mame-0.226+dfsg.1/src/mame/includes/x1.h:300:	uint16_t check_chr_addr();
mame-0.226+dfsg.1/src/mame/includes/x1.h-301-	/**
##############################################
mame-0.226+dfsg.1/src/mame/includes/x1.h-305-	*/
mame-0.226+dfsg.1/src/mame/includes/x1.h:306:	uint16_t check_pcg_addr();
mame-0.226+dfsg.1/src/mame/includes/x1.h-307-	/**
##############################################
mame-0.226+dfsg.1/src/mame/machine/315-5838_317-0229_comp.cpp-203-
mame-0.226+dfsg.1/src/mame/machine/315-5838_317-0229_comp.cpp:204:void sega_315_5838_comp_device::set_prot_addr(uint32_t data, uint32_t mem_mask)
mame-0.226+dfsg.1/src/mame/machine/315-5838_317-0229_comp.cpp-205-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/315-5838_317-0229_comp.cpp-358-void sega_315_5838_comp_device::data_w(offs_t offset, uint32_t data, uint32_t mem_mask) { write_prot_data(data, mem_mask, 0); }
mame-0.226+dfsg.1/src/mame/machine/315-5838_317-0229_comp.cpp:359:void sega_315_5838_comp_device::srcaddr_w(offs_t offset, uint32_t data, uint32_t mem_mask) { set_prot_addr(data, mem_mask); }
mame-0.226+dfsg.1/src/mame/machine/315-5838_317-0229_comp.cpp-360-
##############################################
mame-0.226+dfsg.1/src/mame/machine/315-5838_317-0229_comp.h-47-	void write_prot_data(uint32_t data, uint32_t mem_mask, int rev_words);
mame-0.226+dfsg.1/src/mame/machine/315-5838_317-0229_comp.h:48:	void set_prot_addr(uint32_t data, uint32_t mem_mask);
mame-0.226+dfsg.1/src/mame/machine/315-5838_317-0229_comp.h-49-
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple2common.cpp-182-	{ 0x0E03, "WriteTimeHex(Mn&Dy,Yr&Hr,Mn&Sec)" }, { 0x0F03, "ReadAsciiTime(@Buff)" }, { 0x1003, "SetVector(Vec#,@x)" }, { 0x1103, "GetVector(Vec#):@x" },
mame-0.226+dfsg.1/src/mame/machine/apple2common.cpp:183:	{ 0x1203, "SetHeartBeat(@Task)" }, { 0x1303, "DelHeartBeat(@Task)" }, { 0x1403, "ClrHeartBeat()" }, { 0x1503, "SysFailMgr(Code,@Msg)" }, { 0x1603, "GetAddr(Ref#):@Parm" },
mame-0.226+dfsg.1/src/mame/machine/apple2common.cpp-184-	{ 0x1703, "ReadMouse():X,Y,Stat&Mode" }, { 0x1803, "InitMouse(Slot)" }, { 0x1903, "SetMouse(Mode)" }, { 0x1A03, "HomeMouse()" }, { 0x1B03, "ClearMouse()" },
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-499-
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:500:uint8_t *apple3_state::apple3_bankaddr(uint16_t bank, offs_t offset)
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-501-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-512-
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:513:uint8_t *apple3_state::apple3_get_zpa_addr(offs_t offset)
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-514-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-517-	if (m_via_0_b < 0x20)
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:518:		return apple3_bankaddr(~0, m_zpa);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-519-	else if (m_via_0_b > 0x9F)
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:520:		return apple3_bankaddr(~0, m_zpa - 0x8000);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-521-	else
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:522:		return apple3_bankaddr(m_via_1_a, m_zpa - 0x2000);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-523-}
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-560-	}
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:561:	m_bank2 = apple3_bankaddr(bank, ((offs_t) page) * 0x100);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-562-
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-563-	/* bank 3 (0200-1FFF) */
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:564:	m_bank3 = apple3_bankaddr(~0, 0x0200);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-565-
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-566-	/* bank 4 (2000-9FFF) */
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:567:	m_bank4 = apple3_bankaddr(m_via_1_a, 0x0000);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-568-
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-569-	/* bank 5 (A000-BFFF) */
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:570:	m_bank5 = apple3_bankaddr(~0, 0x2000);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-571-
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-574-	{
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:575:		m_bank8 = apple3_bankaddr(~0, 0x4000);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-576-	}
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-580-	{
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:581:		m_bank9 = apple3_bankaddr(~0, 0x4100);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-582-	}
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-584-	/* bank 10 (C500-C7FF) */
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:585:	m_bank10 = apple3_bankaddr(~0, 0x4500);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-586-
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-589-	{
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:590:		m_bank11 = apple3_bankaddr(~0, 0x4800);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-591-	}
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-593-	/* install bank 6 (D000-EFFF) */
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:594:	m_bank6 = apple3_bankaddr(~0, 0x5000);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-595-
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-596-	/* install bank 7 (F000-FFFF) */
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:597:	m_bank7wr = apple3_bankaddr(~0, 0x7000);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-598-	if (m_via_0_a & ENV_ROMENABLE)
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-671-
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:672:uint8_t *apple3_state::apple3_get_indexed_addr(offs_t offset)
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-673-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-680-		if ((offset >= 0xFFD0) && (offset <= 0xFFEF))
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:681:			result = apple3_bankaddr(~0, offset & 0x7FFF);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-682-		else if (offset < 0x2000)
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:683:			result = apple3_bankaddr(~0, offset);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-684-		else if (offset > 0x9FFF)
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:685:			result = apple3_bankaddr(~0, offset - 0x8000);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-686-		else
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-690-	{
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:691:		result = apple3_bankaddr(m_indir_bank, offset);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-692-	}
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-796-			uint8_t *test;
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:797:			test = apple3_get_indexed_addr(offset);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-798-
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-807-	{
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:808:		rv = *apple3_get_zpa_addr(offset);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-809-
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-812-			// fetch the "X byte"
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:813:			m_indir_bank = *apple3_bankaddr(~0, m_zpa ^ 0x0C00) & 0x8f;
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-814-		}
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-949-		uint8_t *test;
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:950:		test = apple3_get_indexed_addr(offset);
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-951-
##############################################
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-960-	{
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp:961:		*apple3_get_zpa_addr(offset) = data;
mame-0.226+dfsg.1/src/mame/machine/apple3.cpp-962-	}
##############################################
mame-0.226+dfsg.1/src/mame/machine/cchasm.cpp-4-
mame-0.226+dfsg.1/src/mame/machine/cchasm.cpp:5:    Cinematronics Cosmic Chasm hardware
mame-0.226+dfsg.1/src/mame/machine/cchasm.cpp-6-
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-314-
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:315:static inline int addr_to_keyaddr(offs_t address)
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-316-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-330-
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:331:static inline uint8_t mask_for_keyaddr(offs_t address)
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-332-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-386-		uint32_t keyaddr = (keyoffs + bytenum) & 0x1fff;
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:387:		uint8_t mask = mask_for_keyaddr(keyaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-388-
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-891-		offset = cpu->state().pc();
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:892:	int keyaddr = addr_to_keyaddr(offset / 2);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-893-
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1170-/*-----------------------------------------------
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1171:    execute_fddasm - handle the 'fddasm'
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1172-    command
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1395-	pcaddr = basepc/2 + offset;
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1396:	keyaddr = addr_to_keyaddr(pcaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1397:	keymask = mask_for_keyaddr(keyaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1398-	keystat = keystatus[pcaddr] & STATUS_MASK;
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1450-
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1451:		/* if our length is 0, we need to do a quick dasm to see how long our length is */
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1452-		if (offset == 0)
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1536-		int pcaddr = possdata->basepc/2 + pcoffs;
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1537:		int keyaddr = addr_to_keyaddr(pcaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1538-		int keystat = keystatus[pcaddr] & STATUS_MASK;
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1722-		pcaddr = curr->pc / 2;
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1723:		keyaddr = addr_to_keyaddr(pcaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1724:		keymask = mask_for_keyaddr(keyaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1725-
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1728-		{
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1729:			if (keyaddr < addr_to_keyaddr(minkeyaddr->pc / 2))
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1730-				minkeyaddr = curr;
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1731:			if (keyaddr > addr_to_keyaddr(maxkeyaddr->pc / 2))
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1732-				maxkeyaddr = curr;
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1760-	/* determine how many keys we need to cover our whole range */
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1761:	keysneeded = addr_to_keyaddr(maxkeyaddr->pc / 2) + 1 - addr_to_keyaddr(minkeyaddr->pc / 2);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1762-
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1764-	pcaddr = minkeyaddr->pc / 2;
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1765:	keyaddr = addr_to_keyaddr(pcaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1766:	keymask = mask_for_keyaddr(keyaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1767-
##############################################
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1825-		offs_t pcaddr = curr->pc / 2;
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1826:		int keyaddr = addr_to_keyaddr(pcaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp:1827:		uint8_t keymask = mask_for_keyaddr(keyaddr);
mame-0.226+dfsg.1/src/mame/machine/fddebug.cpp-1828-		int hibits;
##############################################
mame-0.226+dfsg.1/src/mame/machine/hp9845_optrom.cpp-23-		device_image_interface(mconfig, *this),
mame-0.226+dfsg.1/src/mame/machine/hp9845_optrom.cpp:24:		m_base_addr(0),
mame-0.226+dfsg.1/src/mame/machine/hp9845_optrom.cpp:25:		m_end_addr(0)
mame-0.226+dfsg.1/src/mame/machine/hp9845_optrom.cpp-26-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp-47-
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp:48:uint32_t igs028_device::olds_prot_addr(uint16_t addr)
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp-49-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp-70-{
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp:71:	uint32_t protaddr = (olds_prot_addr(addr) - 0x400000) / 2;
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp-72-	return m_sharedprotram[protaddr] << 16 | m_sharedprotram[protaddr + 1];
##############################################
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp-76-{
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp:77:	m_sharedprotram[((olds_prot_addr(addr) - 0x400000) / 2) + 0] = val >> 16;
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp:78:	m_sharedprotram[((olds_prot_addr(addr) - 0x400000) / 2) + 1] = val & 0xffff;
mame-0.226+dfsg.1/src/mame/machine/igs028.cpp-79-}
##############################################
mame-0.226+dfsg.1/src/mame/machine/igs028.h-22-
mame-0.226+dfsg.1/src/mame/machine/igs028.h:23:	uint32_t olds_prot_addr(uint16_t addr);
mame-0.226+dfsg.1/src/mame/machine/igs028.h-24-	uint32_t olds_read_reg(uint16_t addr);
##############################################
mame-0.226+dfsg.1/src/mame/machine/kaneko_calc3.cpp-52-	, m_writeaddress_current(0)
mame-0.226+dfsg.1/src/mame/machine/kaneko_calc3.cpp:53:	, m_dsw_addr(0)
mame-0.226+dfsg.1/src/mame/machine/kaneko_calc3.cpp:54:	, m_eeprom_addr(0)
mame-0.226+dfsg.1/src/mame/machine/kaneko_calc3.cpp:55:	, m_poll_addr(0)
mame-0.226+dfsg.1/src/mame/machine/kaneko_calc3.cpp-56-	, m_checksumaddress(0)
##############################################
mame-0.226+dfsg.1/src/mame/machine/megacdcd.cpp-72-#define TOCCMD_FIRSTLAST (0x4)
mame-0.226+dfsg.1/src/mame/machine/megacdcd.cpp:73:#define TOCCMD_TRACKADDR (0x5)
mame-0.226+dfsg.1/src/mame/machine/megacdcd.cpp-74-
##############################################
mame-0.226+dfsg.1/src/mame/machine/midwayic.cpp-341-	m_total(0),
mame-0.226+dfsg.1/src/mame/machine/midwayic.cpp:342:	m_nvram_addr(0),
mame-0.226+dfsg.1/src/mame/machine/midwayic.cpp-343-	m_time_index(0),
##############################################
mame-0.226+dfsg.1/src/mame/machine/model2.cpp-45-	con.printf("Available Sega Model 2 commands:\n");
mame-0.226+dfsg.1/src/mame/machine/model2.cpp:46:	con.printf("  m2 geodasm,<filename> -- dump current geometrizer DASM in <filename>\n");
mame-0.226+dfsg.1/src/mame/machine/model2.cpp-47-	con.printf("  m2 trilist,<filename> -- dump current parsed triangles in <filename>\n");
##############################################
mame-0.226+dfsg.1/src/mame/machine/model2.cpp-52- *
mame-0.226+dfsg.1/src/mame/machine/model2.cpp:53: * GEO DASM dumping
mame-0.226+dfsg.1/src/mame/machine/model2.cpp-54- *
##############################################
mame-0.226+dfsg.1/src/mame/machine/model2.cpp-62-	{
mame-0.226+dfsg.1/src/mame/machine/model2.cpp:63:		con.printf("Error: not enough parameters for m2 geodasm command\n");
mame-0.226+dfsg.1/src/mame/machine/model2.cpp-64-		return;
##############################################
mame-0.226+dfsg.1/src/mame/machine/model2.cpp-68-	{
mame-0.226+dfsg.1/src/mame/machine/model2.cpp:69:		con.printf("Error: invalid filename parameter for m2 geodasm command\n");
mame-0.226+dfsg.1/src/mame/machine/model2.cpp-70-		return;
##############################################
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.cpp-261-
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.cpp:262:uint16_t nes_vt02_vt03_soc_device::decode_nt_addr(uint16_t addr)
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.cpp-263-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.cpp-472-{
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.cpp:473:	return m_ntram[decode_nt_addr(offset)];
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.cpp-474-}
##############################################
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.cpp-478-	//logerror("nt wr %04x %02x", offset, data);
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.cpp:479:	m_ntram[decode_nt_addr(offset)] = data;
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.cpp-480-}
##############################################
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.h-75-	void update_banks();
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.h:76:	uint16_t decode_nt_addr(uint16_t addr);
mame-0.226+dfsg.1/src/mame/machine/nes_vt_soc.h-77-	void vt03_410x_w(offs_t offset, uint8_t data);
##############################################
mame-0.226+dfsg.1/src/mame/machine/poly88.cpp-290-					/* 04 Data ( used by Assembler ) */
mame-0.226+dfsg.1/src/mame/machine/poly88.cpp:291:					logerror("ASM load unsupported\n");
mame-0.226+dfsg.1/src/mame/machine/poly88.cpp-292-					theend = 1;
##############################################
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp-120-
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp:121:#define LINEAR_ADDR(seg,ofs)    ((seg<<4)+ofs)
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp-122-
##############################################
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp-659-
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp:660:	brush=(t_nimbus_brush  *)space.get_read_ptr(LINEAR_ADDR(area_params->seg_brush,area_params->ofs_brush));
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp-661-
##############################################
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp-680-
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp:681:	addr_ptr = (uint16_t *)space.get_read_ptr(LINEAR_ADDR(area_params->seg_data,area_params->ofs_data));
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp-682-	for(cocount=0; cocount < area_params->count; cocount++)
##############################################
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp-716-
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp:717:	char_ptr=(uint8_t*)space.get_read_ptr(LINEAR_ADDR(plot_string_params->seg_data,plot_string_params->ofs_data));
mame-0.226+dfsg.1/src/mame/machine/rmnimbus.cpp-718-
##############################################
mame-0.226+dfsg.1/src/mame/machine/seibucop.cpp-130-	: device_t(mconfig, RAIDEN2COP, tag, owner, clock),
mame-0.226+dfsg.1/src/mame/machine/seibucop.cpp:131:	cop_latch_addr(0),
mame-0.226+dfsg.1/src/mame/machine/seibucop.cpp-132-	cop_latch_trigger(0),
##############################################
mame-0.226+dfsg.1/src/mame/machine/seibucop.cpp-154-	cop_hit_baseadr(0),
mame-0.226+dfsg.1/src/mame/machine/seibucop.cpp:155:	cop_sort_ram_addr(0),
mame-0.226+dfsg.1/src/mame/machine/seibucop.cpp-156-	cop_sort_lookup(0),
##############################################
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp-47-	, m_gio_mem_access_config(0)
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp:48:	, m_cpu_error_addr(0)
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp-49-	, m_cpu_error_status(0)
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp:50:	, m_gio_error_addr(0)
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp-51-	, m_gio_error_status(0)
##############################################
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp-59-	, m_rpss_counter(0)
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp:60:	, m_dma_mem_addr(0)
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp-61-	, m_dma_size(0)
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp-62-	, m_dma_stride(0)
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp:63:	, m_dma_gio64_addr(0)
mame-0.226+dfsg.1/src/mame/machine/sgi.cpp-64-	, m_dma_mode(0)
##############################################
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1264-check again if the transfer is direct/indirect at each step... is it worth? */
mame-0.226+dfsg.1/src/mame/machine/snes.cpp:1265:inline uint32_t snes_state::get_hdma_addr( int dma )
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1266-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1269-
mame-0.226+dfsg.1/src/mame/machine/snes.cpp:1270:inline uint32_t snes_state::get_hdma_iaddr( int dma )
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1271-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1288-{
mame-0.226+dfsg.1/src/mame/machine/snes.cpp:1289:	uint32_t abus = get_hdma_addr(dma);
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1290-
##############################################
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1298-
mame-0.226+dfsg.1/src/mame/machine/snes.cpp:1299:		abus = get_hdma_addr(dma);
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1300-		m_dma_channel[dma].trans_size = abus_read(space, abus) << 8;
##############################################
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1304-			// we enter here if we have more transfers to be done or if there are other active channels after this one
mame-0.226+dfsg.1/src/mame/machine/snes.cpp:1305:			abus = get_hdma_addr(dma);
mame-0.226+dfsg.1/src/mame/machine/snes.cpp-1306-			m_dma_channel[dma].trans_size >>= 8;
##############################################
mame-0.226+dfsg.1/src/mame/machine/taitosjsec.cpp-20-	, m_busrq_cb(*this)
mame-0.226+dfsg.1/src/mame/machine/taitosjsec.cpp:21:	, m_addr(0U)
mame-0.226+dfsg.1/src/mame/machine/taitosjsec.cpp-22-	, m_mcu_data(0U)
##############################################
mame-0.226+dfsg.1/src/mame/machine/taitosjsec.cpp-157-{
mame-0.226+dfsg.1/src/mame/machine/taitosjsec.cpp:158:	bool inc_addr(false);
mame-0.226+dfsg.1/src/mame/machine/taitosjsec.cpp-159-	u8 const diff(m_pb_val ^ data);
##############################################
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-82-// build an identifier, with header & space
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp:83:int thomson_legacy_floppy_interface::floppy_make_addr(chrn_id id, uint8_t *dst, int sector_size)
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-84-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-169-		memset( dst, space, THOM_SIZE_SYNCHRO ); dst += THOM_SIZE_SYNCHRO;
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp:170:		dst += floppy_make_addr( id, dst, sector_size );
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-171-		memset( dst, space, THOM_SIZE_SYNCHRO ); dst += THOM_SIZE_SYNCHRO;
##############################################
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-212-// build an identifier, with header
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp:213:int thomson_legacy_floppy_interface::qdd_make_addr(int sector, uint8_t *dst)
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-214-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-248-		memset( dst, 0x16, THOM_QDD_SYNCH_ADDR ); dst += THOM_QDD_SYNCH_ADDR;
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp:249:		dst += qdd_make_addr( i, dst );
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-250-		memset( dst, 0x16, THOM_QDD_SYNCH_DATA ); dst += THOM_QDD_SYNCH_DATA;
##############################################
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-1307-				m_data_size =
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp:1308:					floppy_make_addr( id, &m_data[0], m_sector_size );
mame-0.226+dfsg.1/src/mame/machine/thomflop.cpp-1309-				assert( m_data_size < THOM_MAXBUF );
##############################################
mame-0.226+dfsg.1/src/mame/machine/thomflop.h-40-
mame-0.226+dfsg.1/src/mame/machine/thomflop.h:41:	static int floppy_make_addr(chrn_id id, uint8_t *dst, int sector_size);
mame-0.226+dfsg.1/src/mame/machine/thomflop.h-42-	static int floppy_make_sector(legacy_floppy_image_device *img, chrn_id id, uint8_t *dst, int sector_size);
##############################################
mame-0.226+dfsg.1/src/mame/machine/thomflop.h-44-
mame-0.226+dfsg.1/src/mame/machine/thomflop.h:45:	static int qdd_make_addr(int sector, uint8_t *dst);
mame-0.226+dfsg.1/src/mame/machine/thomflop.h-46-	static int qdd_make_sector(legacy_floppy_image_device *img, int sector, uint8_t *dst);
##############################################
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-17-*/
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp:18:#define INC_PROM_ADDR       ( m_math.promaddr = (m_math.promaddr + 1) & 0x1ff )
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-19-#define ROR16(val, shift)   ( ((uint16_t)val >> shift) | ((uint16_t)val << (16 - shift)) )
##############################################
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-354-
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp:355:inline uint16_t tx1_state::math_t::get_datarom_addr() const
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-356-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-431-					uint16_t *romdata = (uint16_t*)memregion("au_data")->base();
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp:432:					uint16_t addr = m_math.get_datarom_addr();
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-433-					data = romdata[addr];
##############################################
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-604-			    TODO make this constant somewhere
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp:605:			    e.g. m_math.retval =  m_math.romptr[ m_math.get_datarom_addr() ];
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-606-			*/
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-607-			uint16_t *romdata = (uint16_t*)memregion("au_data")->base();
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp:608:			uint16_t addr = m_math.get_datarom_addr();
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-609-			m_math.retval = romdata[addr];
##############################################
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-904-
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp:905:inline uint16_t tx1_state::math_t::get_bb_datarom_addr() const
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-906-{
##############################################
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-956-				uint16_t *romdata = (uint16_t*)memregion("au_data")->base();
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp:957:				uint16_t addr = m_math.get_bb_datarom_addr();
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-958-				kick_sn74s516(&romdata[addr], ins);
##############################################
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-1071-		uint16_t *romdata = (uint16_t*)memregion("au_data")->base();
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp:1072:		uint16_t addr = m_math.get_bb_datarom_addr();
mame-0.226+dfsg.1/src/mame/machine/tx1.cpp-1073-
##############################################
mame-0.226+dfsg.1/src/mame/mame.lst-4679-sc4cclasl                       //
mame-0.226+dfsg.1/src/mame/mame.lst:4680:sc4cclasm                       //
mame-0.226+dfsg.1/src/mame/mame.lst-4681-sc4cclasn                       //
##############################################
mame-0.226+dfsg.1/src/mame/mame.lst-4774-sc4cfcasl                       //
mame-0.226+dfsg.1/src/mame/mame.lst:4775:sc4cfcasm                       //
mame-0.226+dfsg.1/src/mame/mame.lst-4776-sc4cfcasn                       //
##############################################
mame-0.226+dfsg.1/src/mame/mame.lst-6291-sc4mcask                        //
mame-0.226+dfsg.1/src/mame/mame.lst:6292:sc4mcasm                        //
mame-0.226+dfsg.1/src/mame/mame.lst-6293-sc4mcasn                        //
##############################################
mame-0.226+dfsg.1/src/mame/mame.lst-10036-@source:cchasm.cpp
mame-0.226+dfsg.1/src/mame/mame.lst:10037:cchasm                          //
mame-0.226+dfsg.1/src/mame/mame.lst-10038-cchasm1                         // (c) 1983 Cinematronics / GCE
##############################################
mame-0.226+dfsg.1/src/mame/mame.lst-22325-peekaboou                       // (c) 1993
mame-0.226+dfsg.1/src/mame/mame.lst:22326:phantasm                        // (c) 1991 (Japan)
mame-0.226+dfsg.1/src/mame/mame.lst-22327-plusalph                        // (c) 1989
##############################################
mame-0.226+dfsg.1/src/mame/video/avgdvg.cpp-198-
mame-0.226+dfsg.1/src/mame/video/avgdvg.cpp:199:u8 dvg_device::state_addr() // dvg_state_addr
mame-0.226+dfsg.1/src/mame/video/avgdvg.cpp-200-{
##############################################
mame-0.226+dfsg.1/src/mame/video/avgdvg.cpp-439-
mame-0.226+dfsg.1/src/mame/video/avgdvg.cpp:440:u8 avg_device::state_addr() // avg_state_addr
mame-0.226+dfsg.1/src/mame/video/avgdvg.cpp-441-{
##############################################
mame-0.226+dfsg.1/src/mame/video/avgdvg.cpp-1245-		m_state_latch = (m_state_latch & 0x10)
mame-0.226+dfsg.1/src/mame/video/avgdvg.cpp:1246:			| (m_prom[state_addr()] & 0xf);
mame-0.226+dfsg.1/src/mame/video/avgdvg.cpp-1247-
##############################################
mame-0.226+dfsg.1/src/mame/video/avgdvg.h-114-	virtual int handler_7() = 0;
mame-0.226+dfsg.1/src/mame/video/avgdvg.h:115:	virtual u8 state_addr() = 0;
mame-0.226+dfsg.1/src/mame/video/avgdvg.h-116-	virtual void update_databus() = 0;
##############################################
mame-0.226+dfsg.1/src/mame/video/avgdvg.h-139-	virtual int handler_7() override;
mame-0.226+dfsg.1/src/mame/video/avgdvg.h:140:	virtual u8 state_addr() override;
mame-0.226+dfsg.1/src/mame/video/avgdvg.h-141-	virtual void update_databus() override;
##############################################
mame-0.226+dfsg.1/src/mame/video/avgdvg.h-171-	virtual int handler_7() override;
mame-0.226+dfsg.1/src/mame/video/avgdvg.h:172:	virtual u8 state_addr() override;
mame-0.226+dfsg.1/src/mame/video/avgdvg.h-173-	virtual void update_databus() override;
##############################################
mame-0.226+dfsg.1/src/mame/video/cchasm.cpp-4-
mame-0.226+dfsg.1/src/mame/video/cchasm.cpp:5:    Cinematronics Cosmic Chasm hardware
mame-0.226+dfsg.1/src/mame/video/cchasm.cpp-6-
##############################################
mame-0.226+dfsg.1/src/mame/video/gime.cpp-1811-		const scanline_record *scanline = &m_scanlines[y];
mame-0.226+dfsg.1/src/mame/video/gime.cpp:1812:		pixel_t *RESTRICT pixels = bitmap_addr(bitmap, y, 0);
mame-0.226+dfsg.1/src/mame/video/gime.cpp-1813-
##############################################
mame-0.226+dfsg.1/src/mame/video/k001006.cpp-20-	m_unknown_ram(nullptr),
mame-0.226+dfsg.1/src/mame/video/k001006.cpp:21:	m_addr(0),
mame-0.226+dfsg.1/src/mame/video/k001006.cpp-22-	m_device_sel(0),
##############################################
mame-0.226+dfsg.1/src/mame/video/mbee.cpp-31-
mame-0.226+dfsg.1/src/mame/video/mbee.cpp:32:    3. At the Basic prompt, type in EDASM press enter. At the memory size
mame-0.226+dfsg.1/src/mame/video/mbee.cpp-33-       prompt press enter. Now, make sure the keyboard works properly.
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-90-
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:91:inline void *midzeus_state::waveram0_ptr_from_block_addr(uint32_t addr)
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-92-{
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-96-
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:97:inline void *midzeus_state::waveram0_ptr_from_expanded_addr(uint32_t addr)
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-98-{
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-102-
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:103:inline void *midzeus_state::waveram1_ptr_from_expanded_addr(uint32_t addr)
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-104-{
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-108-
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:109:inline void *midzeus_state::waveram0_ptr_from_texture_addr(uint32_t addr, int width)
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-110-{
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-279-	{
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:280:		const void *base = waveram1_ptr_from_expanded_addr(m_zeusbase[0xcc]);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-281-		int xoffs = screen.visible_area().min_x;
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-300-		if (m_yoffs < 0) m_yoffs = 0;
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:301:		base = waveram0_ptr_from_block_addr(m_yoffs << 12);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-302-
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-630-			/* MK4: Writes either 0x80 (and 0x000000 to 0xcc) or 0x00 (and 0x800000 to 0xcc) */
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:631:			m_zeus_renderbase = waveram1_ptr_from_expanded_addr(m_zeusbase[0x84] << 16);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-632-			break;
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-643-					if (m_zeusbase[0xb6] & 0x80000000)
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:644:						dest = waveram1_ptr_from_expanded_addr(m_zeusbase[0xb4]);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-645-					else
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:646:						dest = waveram0_ptr_from_expanded_addr(m_zeusbase[0xb4]);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-647-
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-667-				if (m_zeusbase[0xb6] & 0x80000000)
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:668:					src = (const uint32_t *)waveram1_ptr_from_expanded_addr(m_zeusbase[0xb4]);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-669-				else
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:670:					src = (const uint32_t *)waveram0_ptr_from_expanded_addr(m_zeusbase[0xb4]);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-671-
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-951-	{
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:952:		const void *base = waveram0_ptr_from_block_addr(m_zeus_objdata);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-953-		int count = m_zeus_objdata >> 24;
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-1166-
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:1167:		extra.texbase = m_state.waveram0_ptr_from_texture_addr(texbase, extra.texwidth);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-1168-
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-1191-	extra.transcolor = ((ctrl_word >> 16) & 1) ? 0 : 0x100;
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:1192:	extra.palbase = m_state.waveram0_ptr_from_block_addr(m_state.m_zeus_palbase);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-1193-
##############################################
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-1461-	uint32_t numoctets = (length_and_base >> 24) + 1;
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp:1462:	const uint32_t *ptr = (const uint32_t *)waveram0_ptr_from_block_addr(length_and_base);
mame-0.226+dfsg.1/src/mame/video/midzeus.cpp-1463-	uint32_t checksum = length_and_base;
##############################################
mame-0.226+dfsg.1/src/mame/video/tc0110pcr.cpp-25-	, m_type(0)
mame-0.226+dfsg.1/src/mame/video/tc0110pcr.cpp:26:	, m_addr(0)
mame-0.226+dfsg.1/src/mame/video/tc0110pcr.cpp-27-{
##############################################
mame-0.226+dfsg.1/src/mame/video/tceptor.cpp-89-
mame-0.226+dfsg.1/src/mame/video/tceptor.cpp:90:inline int tceptor_state::get_tile_addr(int tile_index)
mame-0.226+dfsg.1/src/mame/video/tceptor.cpp-91-{
##############################################
mame-0.226+dfsg.1/src/mame/video/tceptor.cpp-107-{
mame-0.226+dfsg.1/src/mame/video/tceptor.cpp:108:	int offset = get_tile_addr(tile_index);
mame-0.226+dfsg.1/src/mame/video/tceptor.cpp-109-	int code = m_tile_ram[offset];
##############################################
mame-0.226+dfsg.1/src/mame/video/thief.cpp-146-
mame-0.226+dfsg.1/src/mame/video/thief.cpp:147:uint16_t thief_state::fetch_image_addr( coprocessor_t &thief_coprocessor )
mame-0.226+dfsg.1/src/mame/video/thief.cpp-148-{
##############################################
mame-0.226+dfsg.1/src/mame/video/thief.cpp-185-		for( i=0; i<=width; i++ ){
mame-0.226+dfsg.1/src/mame/video/thief.cpp:186:			int addr = fetch_image_addr(thief_coprocessor);
mame-0.226+dfsg.1/src/mame/video/thief.cpp-187-			if( addr<0x2000 ){
##############################################
mame-0.226+dfsg.1/src/mame/video/thief.cpp-232-		{
mame-0.226+dfsg.1/src/mame/video/thief.cpp:233:			int addr = fetch_image_addr(thief_coprocessor);
mame-0.226+dfsg.1/src/mame/video/thief.cpp-234-			if( addr<0x2000 ){
##############################################
mame-0.226+dfsg.1/src/mame/video/thief.cpp-265-		{
mame-0.226+dfsg.1/src/mame/video/thief.cpp:266:			int addr = fetch_image_addr(thief_coprocessor);
mame-0.226+dfsg.1/src/mame/video/thief.cpp-267-			if( addr<0x2000 ){
##############################################
mame-0.226+dfsg.1/src/mame/video/turrett.cpp-147-	}
mame-0.226+dfsg.1/src/mame/video/turrett.cpp:148:	update_video_addr();
mame-0.226+dfsg.1/src/mame/video/turrett.cpp-149-
##############################################
mame-0.226+dfsg.1/src/mame/video/turrett.cpp-153-
mame-0.226+dfsg.1/src/mame/video/turrett.cpp:154:void turrett_state::update_video_addr(void)
mame-0.226+dfsg.1/src/mame/video/turrett.cpp-155-{
##############################################
mame-0.226+dfsg.1/src/mame/video/turrett.cpp-372-						{
mame-0.226+dfsg.1/src/mame/video/turrett.cpp:373:							update_video_addr();
mame-0.226+dfsg.1/src/mame/video/turrett.cpp-374-							//++clocks;
##############################################
mame-0.226+dfsg.1/src/mame/video/x1.cpp-74-#define mc6845_cursor_y_end     (m_crtc_vreg[0x0b])
mame-0.226+dfsg.1/src/mame/video/x1.cpp:75:#define mc6845_start_addr       (((m_crtc_vreg[0x0c]<<8) & 0x3f00) | (m_crtc_vreg[0x0d] & 0xff))
mame-0.226+dfsg.1/src/mame/video/x1.cpp:76:#define mc6845_cursor_addr      (((m_crtc_vreg[0x0e]<<8) & 0x3f00) | (m_crtc_vreg[0x0f] & 0xff))
mame-0.226+dfsg.1/src/mame/video/x1.cpp:77:#define mc6845_light_pen_addr   (((m_crtc_vreg[0x10]<<8) & 0x3f00) | (m_crtc_vreg[0x11] & 0xff))
mame-0.226+dfsg.1/src/mame/video/x1.cpp:78:#define mc6845_update_addr      (((m_crtc_vreg[0x12]<<8) & 0x3f00) | (m_crtc_vreg[0x13] & 0xff))
mame-0.226+dfsg.1/src/mame/video/x1.cpp-79-
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-51-		case DVT_DISASSEMBLY:
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp:52:			/* set up disasm view */
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp:53:			downcast<debug_view_disasm *>(this->view)->set_expression("curpc");
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-54-			break;
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-206-static debug_area* view_main_console = nullptr;
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp:207:static debug_area* view_main_disasm = nullptr;
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-208-static debug_area* view_main_regs = nullptr;
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-762-			{
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp:763:				auto* disasm = downcast<debug_view_disasm*>(view_ptr->view);
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-764-				int rightcol = disasm->right_column();
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-787-		{
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp:788:			downcast<debug_view_disasm *>(view_ptr->view)->set_expression(view_ptr->console_input);
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-789-			exp_change = true;
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-1476-		view_main_console->scroll_follow = true;
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp:1477:		view_main_disasm = dview_alloc(device.machine(), DVT_DISASSEMBLY);
mame-0.226+dfsg.1/src/osd/modules/debugger/debugimgui.cpp-1478-		view_main_disasm->title = "Main Disassembly";
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-35-	{
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm:36:		[item setState:((downcast<debug_view_disasm *>(view)->right_column() == [item tag]) ? NSOnState : NSOffState)];
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-37-		return YES;
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-181-- (NSString *)expression {
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm:182:	return [NSString stringWithUTF8String:downcast<debug_view_disasm *>(view)->expression()];
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-183-}
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-186-- (void)setExpression:(NSString *)exp {
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm:187:	downcast<debug_view_disasm *>(view)->set_expression([exp UTF8String]);
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-188-}
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-196-- (offs_t)selectedAddress {
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm:197:	return downcast<debug_view_disasm *>(view)->selected_address();
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-198-}
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-201-- (IBAction)showRightColumn:(id)sender {
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm:202:	downcast<debug_view_disasm *>(view)->set_right_column((disasm_right_column) [sender tag]);
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-203-}
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-275-	[super saveConfigurationToNode:node];
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm:276:	debug_view_disasm *const dasmView = downcast<debug_view_disasm *>(view);
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-277-	node->set_attribute_int("rightbar", dasmView->right_column());
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-282-	[super restoreConfigurationFromNode:node];
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm:283:	debug_view_disasm *const dasmView = downcast<debug_view_disasm *>(view);
mame-0.226+dfsg.1/src/osd/modules/debugger/osx/disassemblyview.mm-284-	dasmView->set_right_column((disasm_right_column)node->get_attribute_int("rightbar", dasmView->right_column()));
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp-46-
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp:47:	// The main disasm window
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp-48-	m_dasmView = new DebuggerView(DVT_DISASSEMBLY, m_machine, this);
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp-139-	{
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp:140:		offs_t const address = downcast<debug_view_disasm *>(m_dasmView->view())->selected_address();
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp-141-		device_t *const device = m_dasmView->view()->source()->device();
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp-170-	{
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp:171:		offs_t const address = downcast<debug_view_disasm *>(m_dasmView->view())->selected_address();
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp-172-		device_t *const device = m_dasmView->view()->source()->device();
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp-226-	{
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp:227:		offs_t const address = downcast<debug_view_disasm *>(m_dasmView->view())->selected_address();
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/dasmwindow.cpp-228-		device_t *const device = m_dasmView->view()->source()->device();
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp-216-{
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp:217:	debug_view_disasm *const dasmView = downcast<debug_view_disasm*>(m_dasmFrame->view()->view());
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp-218-	if (dasmView->cursor_visible() && (m_machine->debugger().console().get_visible_cpu() == dasmView->source()->device()))
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp-219-	{
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp:220:		offs_t const address = downcast<debug_view_disasm *>(dasmView)->selected_address();
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp-221-		device_debug *const cpuinfo = dasmView->source()->device()->debug();
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp-244-{
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp:245:	debug_view_disasm *const dasmView = downcast<debug_view_disasm*>(m_dasmFrame->view()->view());
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp-246-	if (dasmView->cursor_visible() && (m_machine->debugger().console().get_visible_cpu() == dasmView->source()->device()))
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp-398-{
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp:399:	debug_view_disasm *const dasmView = downcast<debug_view_disasm*>(m_dasmFrame->view()->view());
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.cpp-400-	bool const haveCursor = dasmView->cursor_visible() && (m_machine->debugger().console().get_visible_cpu() == dasmView->source()->device());
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.h-21-//============================================================
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.h:22://  The Main Window.  Contains processor and dasm docks.
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/mainwindow.h-23-//============================================================
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/windowqt.cpp-36-
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/windowqt.cpp:37:	QAction* debugActOpenDasm = new QAction("New &Dasm Window", this);
mame-0.226+dfsg.1/src/osd/modules/debugger/qt/windowqt.cpp-38-	debugActOpenDasm->setShortcut(QKeySequence("Ctrl+D"));
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/win/disasmwininfo.cpp-82-
mame-0.226+dfsg.1/src/osd/modules/debugger/win/disasmwininfo.cpp:83:	// disasm view gets the rest
mame-0.226+dfsg.1/src/osd/modules/debugger/win/disasmwininfo.cpp-84-	RECT dasmrect;
##############################################
mame-0.226+dfsg.1/src/osd/modules/debugger/win/disasmwininfo.cpp-130-{
mame-0.226+dfsg.1/src/osd/modules/debugger/win/disasmwininfo.cpp:131:	// set the string to the disasm view
mame-0.226+dfsg.1/src/osd/modules/debugger/win/disasmwininfo.cpp-132-	downcast<disasmview_info *>(m_views[0].get())->set_expression(string);
##############################################
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk-108-BIN = $(VS_BIN) $(FS_BIN)
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk:109:ASM = $(VS_ASM) $(FS_ASM)
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk-110-
##############################################
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk-112-BIN += $(CS_BIN)
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk:113:ASM += $(CS_ASM)
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk-114-else
##############################################
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk-116-BIN += $(CS_BIN)
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk:117:ASM += $(CS_ASM)
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk-118-else
##############################################
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk-120-BIN += $(CS_BIN)
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk:121:ASM += $(CS_ASM)
mame-0.226+dfsg.1/src/osd/modules/render/bgfx/shaders/shader.mk-122-endif
##############################################
mame-0.226+dfsg.1/src/osd/sdl/taputil.sh-4-NAME=$2
mame-0.226+dfsg.1/src/osd/sdl/taputil.sh:5:OURUID=`id -u $NAME`
mame-0.226+dfsg.1/src/osd/sdl/taputil.sh-6-HOSTIP=$4
##############################################
mame-0.226+dfsg.1/src/tools/imgtool/modules/mac.cpp-2738-
mame-0.226+dfsg.1/src/tools/imgtool/modules/mac.cpp:2739:    Ripped from Apple technote TB06 (converted from 68k ASM to C)
mame-0.226+dfsg.1/src/tools/imgtool/modules/mac.cpp-2740-
##############################################
mame-0.226+dfsg.1/src/tools/unidasm.cpp-204-
mame-0.226+dfsg.1/src/tools/unidasm.cpp:205:// Selected through dasm name
mame-0.226+dfsg.1/src/tools/unidasm.cpp-206-struct arm7_unidasm_t : public arm7_disassembler::config
##############################################
mame-0.226+dfsg.1/src/tools/unidasm.cpp-274-
mame-0.226+dfsg.1/src/tools/unidasm.cpp:275:// Selected through dasm name
mame-0.226+dfsg.1/src/tools/unidasm.cpp-276-struct i386_unidasm_t : i386_disassembler::config
##############################################
mame-0.226+dfsg.1/src/tools/unidasm.cpp-1114-				goto usage;
mame-0.226+dfsg.1/src/tools/unidasm.cpp:1115:			opts->dasm = &dasm_table[curarch];
mame-0.226+dfsg.1/src/tools/unidasm.cpp-1116-			pending_arch = false;
##############################################
mame-0.226+dfsg.1/src/tools/unidasm.cpp-1151-	// if no file or no architecture, fail
mame-0.226+dfsg.1/src/tools/unidasm.cpp:1152:	if(opts->filename == nullptr || opts->dasm == nullptr)
mame-0.226+dfsg.1/src/tools/unidasm.cpp-1153-		goto usage;
##############################################
mame-0.226+dfsg.1/src/tools/unidasm.cpp-1195-
mame-0.226+dfsg.1/src/tools/unidasm.cpp:1196:	// Build the disasm object
mame-0.226+dfsg.1/src/tools/unidasm.cpp-1197-	std::unique_ptr<util::disasm_interface> disasm(opts.dasm->alloc());
##############################################
mame-0.226+dfsg.1/debian/changelog-1088-  * Set NOASM=1 globally, and unset for the targets that are known to have
mame-0.226+dfsg.1/debian/changelog:1089:    a native ASM implementation (x86 and ppc). Builds for most other
mame-0.226+dfsg.1/debian/changelog-1090-    Debian architectures will fail due to memory alignment issues, though.
##############################################
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-49-# BIGENDIAN = 1
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile:50:# NOASM = 1
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-51-
##############################################
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-361-ifndef NOASM
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile:362:	NOASM := 1
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-363-endif
##############################################
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-368-ifndef NOASM
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile:369:	NOASM := 1
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-370-endif
##############################################
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-374-ifndef NOASM
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile:375:	NOASM := 1
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-376-endif
##############################################
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-381-ifndef NOASM
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile:382:	NOASM := 1
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-383-endif
##############################################
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-390-ifndef NOASM
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile:391:	NOASM := 1
mame-0.226+dfsg.1/.pc/ftbfs_alpha_ia64.patch/makefile-392-endif
##############################################
mame-0.226+dfsg.1/.pc/python3.patch/makefile-49-# BIGENDIAN = 1
mame-0.226+dfsg.1/.pc/python3.patch/makefile:50:# NOASM = 1
mame-0.226+dfsg.1/.pc/python3.patch/makefile-51-
##############################################
mame-0.226+dfsg.1/.pc/python3.patch/makefile-375-ifndef NOASM
mame-0.226+dfsg.1/.pc/python3.patch/makefile:376:	NOASM := 1
mame-0.226+dfsg.1/.pc/python3.patch/makefile-377-endif
##############################################
mame-0.226+dfsg.1/.pc/python3.patch/makefile-382-ifndef NOASM
mame-0.226+dfsg.1/.pc/python3.patch/makefile:383:	NOASM := 1
mame-0.226+dfsg.1/.pc/python3.patch/makefile-384-endif
##############################################
mame-0.226+dfsg.1/.pc/python3.patch/makefile-388-ifndef NOASM
mame-0.226+dfsg.1/.pc/python3.patch/makefile:389:	NOASM := 1
mame-0.226+dfsg.1/.pc/python3.patch/makefile-390-endif
##############################################
mame-0.226+dfsg.1/.pc/python3.patch/makefile-395-ifndef NOASM
mame-0.226+dfsg.1/.pc/python3.patch/makefile:396:	NOASM := 1
mame-0.226+dfsg.1/.pc/python3.patch/makefile-397-endif
##############################################
mame-0.226+dfsg.1/.pc/python3.patch/makefile-404-ifndef NOASM
mame-0.226+dfsg.1/.pc/python3.patch/makefile:405:	NOASM := 1
mame-0.226+dfsg.1/.pc/python3.patch/makefile-406-endif
##############################################
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-49-# BIGENDIAN = 1
mame-0.226+dfsg.1/.pc/hurd.patch/makefile:50:# NOASM = 1
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-51-
##############################################
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-375-ifndef NOASM
mame-0.226+dfsg.1/.pc/hurd.patch/makefile:376:	NOASM := 1
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-377-endif
##############################################
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-382-ifndef NOASM
mame-0.226+dfsg.1/.pc/hurd.patch/makefile:383:	NOASM := 1
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-384-endif
##############################################
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-388-ifndef NOASM
mame-0.226+dfsg.1/.pc/hurd.patch/makefile:389:	NOASM := 1
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-390-endif
##############################################
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-395-ifndef NOASM
mame-0.226+dfsg.1/.pc/hurd.patch/makefile:396:	NOASM := 1
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-397-endif
##############################################
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-404-ifndef NOASM
mame-0.226+dfsg.1/.pc/hurd.patch/makefile:405:	NOASM := 1
mame-0.226+dfsg.1/.pc/hurd.patch/makefile-406-endif
##############################################
mame-0.226+dfsg.1/makefile-49-# BIGENDIAN = 1
mame-0.226+dfsg.1/makefile:50:# NOASM = 1
mame-0.226+dfsg.1/makefile-51-
##############################################
mame-0.226+dfsg.1/makefile-378-ifndef NOASM
mame-0.226+dfsg.1/makefile:379:	NOASM := 1
mame-0.226+dfsg.1/makefile-380-endif
##############################################
mame-0.226+dfsg.1/makefile-385-ifndef NOASM
mame-0.226+dfsg.1/makefile:386:	NOASM := 1
mame-0.226+dfsg.1/makefile-387-endif
##############################################
mame-0.226+dfsg.1/makefile-391-ifndef NOASM
mame-0.226+dfsg.1/makefile:392:	NOASM := 1
mame-0.226+dfsg.1/makefile-393-endif
##############################################
mame-0.226+dfsg.1/makefile-398-ifndef NOASM
mame-0.226+dfsg.1/makefile:399:	NOASM := 1
mame-0.226+dfsg.1/makefile-400-endif
##############################################
mame-0.226+dfsg.1/makefile-407-ifndef NOASM
mame-0.226+dfsg.1/makefile:408:	NOASM := 1
mame-0.226+dfsg.1/makefile-409-endif