summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-10 06:54:11 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-10 06:54:11 +0000
commitf7823bc1646f1885bd9a0a19a9645c0e2cb884bd (patch)
tree15f115383205088b3fca3f4c41a319e1da183ac7
parentfcf4fb0933140db08c7bc094abc9edb271c13359 (diff)
downloadpcsxr-f7823bc1646f1885bd9a0a19a9645c0e2cb884bd.tar.gz
I was really stupid... just use libcdio and everything's fine, no need to deal with different OSes at all.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--ChangeLog24
-rw-r--r--Makefile.in207
-rw-r--r--aclocal.m4789
-rwxr-xr-xconfig.rpath34
-rwxr-xr-xconfigure7660
-rw-r--r--configure.ac17
-rw-r--r--data/Makefile.in104
-rw-r--r--doc/Makefile.in150
-rw-r--r--gui/Makefile.in129
-rw-r--r--include/config.h.in3
-rw-r--r--libpcsxcore/Makefile.in213
-rw-r--r--libpcsxcore/cdriso.c78
-rw-r--r--libpcsxcore/cdrom.c55
-rw-r--r--libpcsxcore/misc.c48
-rw-r--r--libpcsxcore/misc.h1
-rw-r--r--libpcsxcore/plugins.h3
-rw-r--r--ltmain.sh16
-rw-r--r--pixmaps/Makefile.in104
-rw-r--r--plugins/bladesio1/Makefile.in191
-rw-r--r--plugins/dfcdrom/Makefile.am10
-rw-r--r--plugins/dfcdrom/Makefile.in268
-rw-r--r--plugins/dfcdrom/cdr-freebsd.c126
-rw-r--r--plugins/dfcdrom/cdr-libcdio.c255
-rw-r--r--plugins/dfcdrom/cdr-linux.c249
-rw-r--r--plugins/dfcdrom/cdr-null.c10
-rw-r--r--plugins/dfcdrom/cdr-solaris.c159
-rw-r--r--plugins/dfcdrom/cdr.c14
-rw-r--r--plugins/dfcdrom/cdr.h79
-rw-r--r--plugins/dfcdrom/cdrcfg-0.1df/main.c2
-rw-r--r--plugins/dfcdrom/cfg.c8
-rw-r--r--plugins/dfcdrom/util.c95
-rw-r--r--plugins/dfinput/Makefile.in191
-rw-r--r--plugins/dfnet/Makefile.in191
-rw-r--r--plugins/dfsound/Makefile.in255
-rw-r--r--plugins/dfsound/cfg.c8
-rw-r--r--plugins/dfsound/spu.c28
-rw-r--r--plugins/dfxvideo/Makefile.in195
-rw-r--r--plugins/peopsxgl/Makefile.in185
-rw-r--r--po/POTFILES.in6
-rw-r--r--po/it.po6259
-rw-r--r--po/pcsx.pot5886
-rw-r--r--po/pt_BR.po6155
-rw-r--r--po/ru_RU.po6078
-rw-r--r--po/update-pot.sh14
-rw-r--r--po/zh_CN.po66
-rw-r--r--po/zh_TW.po64
46 files changed, 19315 insertions, 17367 deletions
diff --git a/ChangeLog b/ChangeLog
index db0d0f04..8ebf1440 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+July 10, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * configure.ac: Added --enable-libcdio parameter.
+ * libpcsxcore/cdriso.c: Moved CRC check into...
+ * libpcsxcore/cdrom.c: ...here.
+ * libpcsxcore/misc.c: Moved calcCrc() to misc.c.
+ * libpcsxcore/misc.h: Likewise.
+ * libpcsxcore/plugins.h: Added CRC field to SubQ struct.
+ * plugins/dfcdrom/cdr-freebsd.c: Removed.
+ * plugins/dfcdrom/cdr-solaris.c: Likewise.
+ * plugins/dfcdrom/cdr-linux.c: Added raw MMC command support.
+ * plugins/dfcdrom/cdr-null.c: Return 0 for PlayCDDA()/StopCDDA().
+ * plugins/dfcdrom/cdr.c: Moved several utility functions to util.c.
+ * plugins/dfcdrom/util.c: Added.
+ * plugins/dfcdrom/cfg.c: Removed unnecessary includes.
+ * plugins/dfcdrom/cdr-libcdio.c: Added libcdio support.
+ * plugins/dfcdrom/Makefile.am: Added util.c and cdr-libcdio.c, removed
+ cdr-freebsd.c and cdr-solaris.c.
+ * plugins/dfsound/cfg.c: Store config file into plugins dir by default.
+ * plugins/dfsound/spu.c: Made volume louder.
+ * po/POTFILES.in: Added files in plugins/bladesio1.
+ * po/update-pot.sh: Likewise.
+ * po/pcsx.pot, po/*.po: Updated.
+
July 9, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* plugins/dfcdrom/cdr-solaris.c: Added (not implemented for now).
diff --git a/Makefile.in b/Makefile.in
index 2b563b80..e638f452 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,9 +15,8 @@
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -49,7 +47,6 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -61,9 +58,6 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
- distdir dist dist-all distcheck
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
@@ -71,34 +65,9 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
- { test ! -d "$(distdir)" \
- || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr "$(distdir)"; }; }
-am__relativize = \
- dir0=`pwd`; \
- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
- sed_rest='s,^[^/]*/*,,'; \
- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
- sed_butlast='s,/*[^/]*$$,,'; \
- while test -n "$$dir1"; do \
- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
- if test "$$first" != "."; then \
- if test "$$first" = ".."; then \
- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
- else \
- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
- if test "$$first2" = "$$first"; then \
- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
- else \
- dir2="../$$dir2"; \
- fi; \
- dir0="$$dir0"/"$$first"; \
- fi; \
- fi; \
- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
- done; \
- reldir="$$dir2"
+ { test ! -d $(distdir) \
+ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+ && rm -fr $(distdir); }; }
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
@@ -179,7 +148,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -269,15 +237,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
- $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
+ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
+ cd $(srcdir) && $(AUTOMAKE) --gnu \
&& exit 0; \
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -293,10 +261,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
$(SHELL) ./config.status --recheck
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- $(am__cd) $(srcdir) && $(AUTOCONF)
+ cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-$(am__aclocal_m4_deps):
+ cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
include/config.h: include/stamp-h1
@if test ! -f $@; then \
@@ -308,7 +275,7 @@ include/stamp-h1: $(top_srcdir)/include/config.h.in $(top_builddir)/config.statu
@rm -f include/stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status include/config.h
$(top_srcdir)/include/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
+ cd $(top_srcdir) && $(AUTOHEADER)
rm -f include/stamp-h1
touch $@
@@ -331,7 +298,7 @@ distclean-libtool:
# (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.
$(RECURSIVE_TARGETS):
- @fail= failcom='exit 1'; \
+ @failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
@@ -348,7 +315,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -356,7 +323,7 @@ $(RECURSIVE_TARGETS):
fi; test -z "$$fail"
$(RECURSIVE_CLEAN_TARGETS):
- @fail= failcom='exit 1'; \
+ @failcom='exit 1'; \
for f in x $$MAKEFLAGS; do \
case $$f in \
*=* | --[!k]*);; \
@@ -382,16 +349,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -406,7 +373,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -418,7 +385,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
+ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -427,41 +394,36 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
$(am__remove_distdir)
- test -d "$(distdir)" || mkdir "$(distdir)"
+ test -d $(distdir) || mkdir $(distdir)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
@@ -477,55 +439,38 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
- $(am__relativize); \
- new_distdir=$$reldir; \
- dir1=$$subdir; dir2="$(top_distdir)"; \
- $(am__relativize); \
- new_top_distdir=$$reldir; \
- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
- ($(am__cd) $$subdir && \
+ distdir=`$(am__cd) $(distdir) && pwd`; \
+ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
+ (cd $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$new_top_distdir" \
- distdir="$$new_distdir" \
+ top_distdir="$$top_distdir" \
+ distdir="$$distdir/$$subdir" \
am__remove_distdir=: \
am__skip_length_check=: \
- am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
done
- -test -n "$(am__skip_mode_fix)" \
- || find "$(distdir)" -type d ! -perm -755 \
- -exec chmod u+rwx,go+rx {} \; -o \
+ -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
- || chmod -R a+r "$(distdir)"
+ || chmod -R a+r $(distdir)
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
@@ -538,10 +483,6 @@ dist-lzma: distdir
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
$(am__remove_distdir)
-dist-xz: distdir
- tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
- $(am__remove_distdir)
-
dist-tarZ: distdir
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__remove_distdir)
@@ -565,17 +506,15 @@ dist dist-all: distdir
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
- bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
+ bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lzma*) \
- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
- *.tar.xz*) \
- xz -dc $(distdir).tar.xz | $(am__untar) ;;\
+ unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
@@ -583,11 +522,9 @@ distcheck: dist
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
- test -d $(distdir)/_build || exit 0; \
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
- && am__cwd=`pwd` \
- && $(am__cd) $(distdir)/_build \
+ && cd $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
@@ -609,15 +546,13 @@ distcheck: dist
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist \
&& rm -rf $(DIST_ARCHIVES) \
- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
- && cd "$$am__cwd" \
- || exit 1
+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
$(am__remove_distdir)
@(echo "$(distdir) archives ready for distribution: "; \
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
- @$(am__cd) '$(distuninstallcheck_dir)' \
+ @cd $(distuninstallcheck_dir) \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
@@ -659,7 +594,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -680,8 +614,6 @@ dvi-am:
html: html-recursive
-html-am:
-
info: info-recursive
info-am:
@@ -690,28 +622,18 @@ install-data-am:
install-dvi: install-dvi-recursive
-install-dvi-am:
-
install-exec-am:
install-html: install-html-recursive
-install-html-am:
-
install-info: install-info-recursive
-install-info-am:
-
install-man:
install-pdf: install-pdf-recursive
-install-pdf-am:
-
install-ps: install-ps-recursive
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -734,25 +656,24 @@ ps-am:
uninstall-am:
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
- install-am install-strip tags-recursive
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
+ install-strip
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am am--refresh check check-am clean clean-generic \
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
- dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
- distcheck distclean distclean-generic distclean-hdr \
- distclean-libtool distclean-tags distcleancheck distdir \
- distuninstallcheck dvi dvi-am html html-am info info-am \
- install install-am install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am install-man \
- install-pdf install-pdf-am install-ps install-ps-am \
- install-strip installcheck installcheck-am installdirs \
- installdirs-am maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
- ps ps-am tags tags-recursive uninstall uninstall-am
-
+ dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
+ distclean distclean-generic distclean-hdr distclean-libtool \
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-man install-pdf \
+ install-pdf-am install-ps install-ps-am install-strip \
+ installcheck installcheck-am installdirs installdirs-am \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ tags tags-recursive uninstall uninstall-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/aclocal.m4 b/aclocal.m4
index 181b9228..7aa5c329 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,7 +1,7 @@
-# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -13,14 +13,14 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
-[m4_warning([this file was generated for autoconf 2.65.
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
+[m4_warning([this file was generated for autoconf 2.63.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
-# gettext.m4 serial 63 (gettext-0.18)
-dnl Copyright (C) 1995-2010 Free Software Foundation, Inc.
+# gettext.m4 serial 60 (gettext-0.17)
+dnl Copyright (C) 1995-2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -36,7 +36,7 @@ dnl They are *not* in the public domain.
dnl Authors:
dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
-dnl Bruno Haible <haible@clisp.cons.org>, 2000-2006, 2008-2010.
+dnl Bruno Haible <haible@clisp.cons.org>, 2000-2006.
dnl Macro to add for using GNU gettext.
@@ -81,8 +81,6 @@ AC_DEFUN([AM_GNU_GETTEXT],
ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
[errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
])])])])])
- ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old],
- [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])])
ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
[errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
])])])])
@@ -146,11 +144,11 @@ AC_DEFUN([AM_GNU_GETTEXT],
gt_use_preinstalled_gnugettext=no
ifelse(gt_included_intl, yes, [
AC_MSG_CHECKING([whether included gettext is requested])
- AC_ARG_WITH([included-gettext],
+ AC_ARG_WITH(included-gettext,
[ --with-included-gettext use the GNU gettext library included here],
nls_cv_force_use_gnu_gettext=$withval,
nls_cv_force_use_gnu_gettext=no)
- AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext])
+ AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
@@ -290,7 +288,7 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_a
if test "$gt_use_preinstalled_gnugettext" = "yes" \
|| test "$nls_cv_use_gnu_gettext" = "yes"; then
- AC_DEFINE([ENABLE_NLS], [1],
+ AC_DEFINE(ENABLE_NLS, 1,
[Define to 1 if translation of program messages to the user's native language
is requested.])
else
@@ -324,9 +322,9 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_a
fi
dnl For backward compatibility. Some packages may be using this.
- AC_DEFINE([HAVE_GETTEXT], [1],
+ AC_DEFINE(HAVE_GETTEXT, 1,
[Define if the GNU gettext() function is already present or preinstalled.])
- AC_DEFINE([HAVE_DCGETTEXT], [1],
+ AC_DEFINE(HAVE_DCGETTEXT, 1,
[Define if the GNU dcgettext() function is already present or preinstalled.])
fi
@@ -342,9 +340,9 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_a
fi
dnl Make all variables we use known to autoconf.
- AC_SUBST([BUILD_INCLUDED_LIBINTL])
- AC_SUBST([USE_INCLUDED_LIBINTL])
- AC_SUBST([CATOBJEXT])
+ AC_SUBST(BUILD_INCLUDED_LIBINTL)
+ AC_SUBST(USE_INCLUDED_LIBINTL)
+ AC_SUBST(CATOBJEXT)
dnl For backward compatibility. Some configure.ins may be using this.
nls_cv_header_intl=
@@ -352,36 +350,36 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_a
dnl For backward compatibility. Some Makefiles may be using this.
DATADIRNAME=share
- AC_SUBST([DATADIRNAME])
+ AC_SUBST(DATADIRNAME)
dnl For backward compatibility. Some Makefiles may be using this.
INSTOBJEXT=.mo
- AC_SUBST([INSTOBJEXT])
+ AC_SUBST(INSTOBJEXT)
dnl For backward compatibility. Some Makefiles may be using this.
GENCAT=gencat
- AC_SUBST([GENCAT])
+ AC_SUBST(GENCAT)
dnl For backward compatibility. Some Makefiles may be using this.
INTLOBJS=
if test "$USE_INCLUDED_LIBINTL" = yes; then
INTLOBJS="\$(GETTOBJS)"
fi
- AC_SUBST([INTLOBJS])
+ AC_SUBST(INTLOBJS)
dnl Enable libtool support if the surrounding package wishes it.
INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
- AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
+ AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX)
])
dnl For backward compatibility. Some Makefiles may be using this.
INTLLIBS="$LIBINTL"
- AC_SUBST([INTLLIBS])
+ AC_SUBST(INTLLIBS)
dnl Make all documented variables known to autoconf.
- AC_SUBST([LIBINTL])
- AC_SUBST([LTLIBINTL])
- AC_SUBST([POSUB])
+ AC_SUBST(LIBINTL)
+ AC_SUBST(LTLIBINTL)
+ AC_SUBST(POSUB)
])
@@ -403,8 +401,8 @@ AC_DEFUN([AM_GNU_GETTEXT_NEED],
dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
-# iconv.m4 serial 11 (gettext-0.18.1)
-dnl Copyright (C) 2000-2002, 2007-2010 Free Software Foundation, Inc.
+# iconv.m4 serial AM6 (gettext-0.17)
+dnl Copyright (C) 2000-2002, 2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -439,7 +437,7 @@ AC_DEFUN([AM_ICONV_LINK],
am_save_CPPFLAGS="$CPPFLAGS"
AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
- AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [
+ AC_CACHE_CHECK([for iconv], am_cv_func_iconv, [
am_cv_func_iconv="no, consider installing GNU libiconv"
am_cv_lib_iconv=no
AC_TRY_LINK([#include <stdlib.h>
@@ -447,7 +445,7 @@ AC_DEFUN([AM_ICONV_LINK],
[iconv_t cd = iconv_open("","");
iconv(cd,NULL,NULL,NULL,NULL);
iconv_close(cd);],
- [am_cv_func_iconv=yes])
+ am_cv_func_iconv=yes)
if test "$am_cv_func_iconv" != yes; then
am_save_LIBS="$LIBS"
LIBS="$LIBS $LIBICONV"
@@ -456,14 +454,14 @@ AC_DEFUN([AM_ICONV_LINK],
[iconv_t cd = iconv_open("","");
iconv(cd,NULL,NULL,NULL,NULL);
iconv_close(cd);],
- [am_cv_lib_iconv=yes]
- [am_cv_func_iconv=yes])
+ am_cv_lib_iconv=yes
+ am_cv_func_iconv=yes)
LIBS="$am_save_LIBS"
fi
])
if test "$am_cv_func_iconv" = yes; then
- AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [
- dnl This tests against bugs in AIX 5.1, HP-UX 11.11, Solaris 10.
+ AC_CACHE_CHECK([for working iconv], am_cv_func_iconv_works, [
+ dnl This tests against bugs in AIX 5.1 and HP-UX 11.11.
am_save_LIBS="$LIBS"
if test $am_cv_lib_iconv = yes; then
LIBS="$LIBS $LIBICONV"
@@ -492,25 +490,6 @@ int main ()
return 1;
}
}
- /* Test against Solaris 10 bug: Failures are not distinguishable from
- successful returns. */
- {
- iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
- if (cd_ascii_to_88591 != (iconv_t)(-1))
- {
- static const char input[] = "\263";
- char buf[10];
- const char *inptr = input;
- size_t inbytesleft = strlen (input);
- char *outptr = buf;
- size_t outbytesleft = sizeof (buf);
- size_t res = iconv (cd_ascii_to_88591,
- (char **) &inptr, &inbytesleft,
- &outptr, &outbytesleft);
- if (res == 0)
- return 1;
- }
- }
#if 0 /* This bug could be worked around by the caller. */
/* Test against HP-UX 11.11 bug: Positive return value instead of 0. */
{
@@ -558,7 +537,7 @@ int main ()
am_func_iconv=no am_cv_lib_iconv=no
fi
if test "$am_func_iconv" = yes; then
- AC_DEFINE([HAVE_ICONV], [1],
+ AC_DEFINE(HAVE_ICONV, 1,
[Define if you have the iconv() function and it works.])
fi
if test "$am_cv_lib_iconv" = yes; then
@@ -571,31 +550,16 @@ int main ()
LIBICONV=
LTLIBICONV=
fi
- AC_SUBST([LIBICONV])
- AC_SUBST([LTLIBICONV])
+ AC_SUBST(LIBICONV)
+ AC_SUBST(LTLIBICONV)
])
-dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to
-dnl avoid warnings like
-dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required".
-dnl This is tricky because of the way 'aclocal' is implemented:
-dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN.
-dnl Otherwise aclocal's initial scan pass would miss the macro definition.
-dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions.
-dnl Otherwise aclocal would emit many "Use of uninitialized value $1"
-dnl warnings.
-m4_define([gl_iconv_AC_DEFUN],
- m4_version_prereq([2.64],
- [[AC_DEFUN_ONCE(
- [$1], [$2])]],
- [[AC_DEFUN(
- [$1], [$2])]]))
-gl_iconv_AC_DEFUN([AM_ICONV],
+AC_DEFUN([AM_ICONV],
[
AM_ICONV_LINK
if test "$am_cv_func_iconv" = yes; then
AC_MSG_CHECKING([for iconv declaration])
- AC_CACHE_VAL([am_cv_proto_iconv], [
+ AC_CACHE_VAL(am_cv_proto_iconv, [
AC_TRY_COMPILE([
#include <stdlib.h>
#include <iconv.h>
@@ -608,18 +572,18 @@ size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, si
#else
size_t iconv();
#endif
-], [], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"])
+], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const")
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);"])
am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
- AC_MSG_RESULT([
- $am_cv_proto_iconv])
- AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1],
+ AC_MSG_RESULT([$]{ac_t:-
+ }[$]am_cv_proto_iconv)
+ AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1,
[Define as const if the declaration of iconv() needs const.])
fi
])
-# intlmacosx.m4 serial 3 (gettext-0.18)
-dnl Copyright (C) 2004-2010 Free Software Foundation, Inc.
+# intlmacosx.m4 serial 1 (gettext-0.17)
+dnl Copyright (C) 2004-2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -639,7 +603,7 @@ AC_DEFUN([gt_INTL_MACOSX],
[
dnl Check for API introduced in MacOS X 10.2.
AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
- [gt_cv_func_CFPreferencesCopyAppValue],
+ gt_cv_func_CFPreferencesCopyAppValue,
[gt_save_LIBS="$LIBS"
LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
AC_TRY_LINK([#include <CoreFoundation/CFPreferences.h>],
@@ -648,11 +612,11 @@ AC_DEFUN([gt_INTL_MACOSX],
[gt_cv_func_CFPreferencesCopyAppValue=no])
LIBS="$gt_save_LIBS"])
if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
- AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
+ AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], 1,
[Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
fi
dnl Check for API introduced in MacOS X 10.3.
- AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
+ AC_CACHE_CHECK([for CFLocaleCopyCurrent], gt_cv_func_CFLocaleCopyCurrent,
[gt_save_LIBS="$LIBS"
LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
AC_TRY_LINK([#include <CoreFoundation/CFLocale.h>], [CFLocaleCopyCurrent();],
@@ -660,7 +624,7 @@ AC_DEFUN([gt_INTL_MACOSX],
[gt_cv_func_CFLocaleCopyCurrent=no])
LIBS="$gt_save_LIBS"])
if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
- AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
+ AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], 1,
[Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
fi
INTL_MACOSX_LIBS=
@@ -670,8 +634,8 @@ AC_DEFUN([gt_INTL_MACOSX],
AC_SUBST([INTL_MACOSX_LIBS])
])
-# lib-ld.m4 serial 4 (gettext-0.18)
-dnl Copyright (C) 1996-2003, 2009-2010 Free Software Foundation, Inc.
+# lib-ld.m4 serial 3 (gettext-0.13)
+dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -682,7 +646,7 @@ dnl with libtool.m4.
dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no.
AC_DEFUN([AC_LIB_PROG_LD_GNU],
-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
+[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
case `$LD -v 2>&1 </dev/null` in
*GNU* | *'with BFD'*)
@@ -695,7 +659,7 @@ with_gnu_ld=$acl_cv_prog_gnu_ld
dnl From libtool-1.4. Sets the variable LD.
AC_DEFUN([AC_LIB_PROG_LD],
-[AC_ARG_WITH([gnu-ld],
+[AC_ARG_WITH(gnu-ld,
[ --with-gnu-ld assume the C compiler uses GNU ld [default=no]],
test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
AC_REQUIRE([AC_PROG_CC])dnl
@@ -731,7 +695,7 @@ if test "$GCC" = yes; then
# Canonicalize the path of ld
ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
- ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
+ ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
done
test -z "$LD" && LD="$ac_prog"
;;
@@ -749,7 +713,7 @@ elif test "$with_gnu_ld" = yes; then
else
AC_MSG_CHECKING([for non-GNU ld])
fi
-AC_CACHE_VAL([acl_cv_path_LD],
+AC_CACHE_VAL(acl_cv_path_LD,
[if test -z "$LD"; then
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH; do
@@ -761,9 +725,9 @@ AC_CACHE_VAL([acl_cv_path_LD],
# Break only if it was the GNU/non-GNU ld that we prefer.
case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
*GNU* | *'with BFD'*)
- test "$with_gnu_ld" != no && break ;;
+ test "$with_gnu_ld" != no && break ;;
*)
- test "$with_gnu_ld" != yes && break ;;
+ test "$with_gnu_ld" != yes && break ;;
esac
fi
done
@@ -773,23 +737,23 @@ else
fi])
LD="$acl_cv_path_LD"
if test -n "$LD"; then
- AC_MSG_RESULT([$LD])
+ AC_MSG_RESULT($LD)
else
- AC_MSG_RESULT([no])
+ AC_MSG_RESULT(no)
fi
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
AC_LIB_PROG_LD_GNU
])
-# lib-link.m4 serial 21 (gettext-0.18)
-dnl Copyright (C) 2001-2010 Free Software Foundation, Inc.
+# lib-link.m4 serial 13 (gettext-0.17)
+dnl Copyright (C) 2001-2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl From Bruno Haible.
-AC_PREREQ([2.54])
+AC_PREREQ(2.54)
dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
dnl the libraries corresponding to explicit and implicit dependencies.
@@ -801,9 +765,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS],
[
AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
AC_REQUIRE([AC_LIB_RPATH])
- pushdef([Name],[translit([$1],[./-], [___])])
- pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
- [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
+ define([Name],[translit([$1],[./-], [___])])
+ define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
+ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
AC_LIB_LINKFLAGS_BODY([$1], [$2])
ac_cv_lib[]Name[]_libs="$LIB[]NAME"
@@ -822,17 +786,16 @@ AC_DEFUN([AC_LIB_LINKFLAGS],
dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
dnl results of this search when this library appears as a dependency.
HAVE_LIB[]NAME=yes
- popdef([NAME])
- popdef([Name])
+ undefine([Name])
+ undefine([NAME])
])
-dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message])
+dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode)
dnl searches for libname and the libraries corresponding to explicit and
dnl implicit dependencies, together with the specified include files and
-dnl the ability to compile and link the specified testcode. The missing-message
-dnl defaults to 'no' and may contain additional hints for the user.
-dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME}
-dnl and LTLIB${NAME} variables and augments the CPPFLAGS variable, and
+dnl the ability to compile and link the specified testcode. If found, it
+dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
+dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and
dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
@@ -841,9 +804,9 @@ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
[
AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
AC_REQUIRE([AC_LIB_RPATH])
- pushdef([Name],[translit([$1],[./-], [___])])
- pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
- [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
+ define([Name],[translit([$1],[./-], [___])])
+ define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
+ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
dnl accordingly.
@@ -857,25 +820,13 @@ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
ac_save_LIBS="$LIBS"
- dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
- dnl because these -l options might require -L options that are present in
- dnl LIBS. -l options benefit only from the -L options listed before it.
- dnl Otherwise, add it to the front of LIBS, because it may be a static
- dnl library that depends on another static library that is present in LIBS.
- dnl Static libraries benefit only from the static libraries listed after
- dnl it.
- case " $LIB[]NAME" in
- *" -l"*) LIBS="$LIBS $LIB[]NAME" ;;
- *) LIBS="$LIB[]NAME $LIBS" ;;
- esac
- AC_TRY_LINK([$3], [$4],
- [ac_cv_lib[]Name=yes],
- [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])'])
+ LIBS="$LIBS $LIB[]NAME"
+ AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no])
LIBS="$ac_save_LIBS"
])
if test "$ac_cv_lib[]Name" = yes; then
HAVE_LIB[]NAME=yes
- AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.])
+ AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.])
AC_MSG_CHECKING([how to link with lib[]$1])
AC_MSG_RESULT([$LIB[]NAME])
else
@@ -891,8 +842,8 @@ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
AC_SUBST([LIB]NAME)
AC_SUBST([LTLIB]NAME)
AC_SUBST([LIB]NAME[_PREFIX])
- popdef([NAME])
- popdef([Name])
+ undefine([Name])
+ undefine([NAME])
])
dnl Determine the platform dependent parameters needed to use rpath:
@@ -910,7 +861,7 @@ AC_DEFUN([AC_LIB_RPATH],
AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld
AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host
AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
- AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [
+ AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [
CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
. ./conftest.sh
@@ -927,32 +878,11 @@ AC_DEFUN([AC_LIB_RPATH],
acl_hardcode_direct="$acl_cv_hardcode_direct"
acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
dnl Determine whether the user wants rpath handling at all.
- AC_ARG_ENABLE([rpath],
+ AC_ARG_ENABLE(rpath,
[ --disable-rpath do not hardcode runtime library paths],
:, enable_rpath=yes)
])
-dnl AC_LIB_FROMPACKAGE(name, package)
-dnl declares that libname comes from the given package. The configure file
-dnl will then not have a --with-libname-prefix option but a
-dnl --with-package-prefix option. Several libraries can come from the same
-dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar
-dnl macro call that searches for libname.
-AC_DEFUN([AC_LIB_FROMPACKAGE],
-[
- pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
- [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
- define([acl_frompackage_]NAME, [$2])
- popdef([NAME])
- pushdef([PACK],[$2])
- pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-],
- [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
- define([acl_libsinpackage_]PACKUP,
- m4_ifdef([acl_libsinpackage_]PACKUP, [acl_libsinpackage_]PACKUP[[, ]],)[lib$1])
- popdef([PACKUP])
- popdef([PACK])
-])
-
dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
dnl the libraries corresponding to explicit and implicit dependencies.
dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
@@ -961,23 +891,19 @@ dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
[
AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
- pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
- [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
- pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
- pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-],
- [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
- pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])])
+ define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
+ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
dnl Autoconf >= 2.61 supports dots in --with options.
- pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit(PACK,[.],[_])],PACK)])
+ define([N_A_M_E],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit([$1],[.],[_])],[$1])])
dnl By default, look in $includedir and $libdir.
use_additional=yes
AC_LIB_WITH_FINAL_PREFIX([
eval additional_includedir=\"$includedir\"
eval additional_libdir=\"$libdir\"
])
- AC_ARG_WITH(P_A_C_K[-prefix],
-[[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib
- --without-]]P_A_C_K[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]],
+ AC_LIB_ARG_WITH([lib]N_A_M_E[-prefix],
+[ --with-lib]N_A_M_E[-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib
+ --without-lib]N_A_M_E[-prefix don't search for lib$1 in includedir and libdir],
[
if test "X$withval" = "Xno"; then
use_additional=no
@@ -990,10 +916,6 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
else
additional_includedir="$withval/include"
additional_libdir="$withval/$acl_libdirstem"
- if test "$acl_libdirstem2" != "$acl_libdirstem" \
- && ! test -d "$withval/$acl_libdirstem"; then
- additional_libdir="$withval/$acl_libdirstem2"
- fi
fi
fi
])
@@ -1003,9 +925,6 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
LTLIB[]NAME=
INC[]NAME=
LIB[]NAME[]_PREFIX=
- dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been
- dnl computed. So it has to be reset here.
- HAVE_LIB[]NAME=
rpathdirs=
ltrpathdirs=
names_already_handled=
@@ -1155,9 +1074,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
dnl Linking with a shared library. We attempt to hardcode its
dnl directory into the executable's runpath, unless it's the
dnl standard /usr/lib.
- if test "$enable_rpath" = no \
- || test "X$found_dir" = "X/usr/$acl_libdirstem" \
- || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
dnl No hardcoding is needed.
LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
else
@@ -1245,16 +1162,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
case "$found_dir" in
*/$acl_libdirstem | */$acl_libdirstem/)
basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
- if test "$name" = '$1'; then
- LIB[]NAME[]_PREFIX="$basedir"
- fi
- additional_includedir="$basedir/include"
- ;;
- */$acl_libdirstem2 | */$acl_libdirstem2/)
- basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
- if test "$name" = '$1'; then
- LIB[]NAME[]_PREFIX="$basedir"
- fi
+ LIB[]NAME[]_PREFIX="$basedir"
additional_includedir="$basedir/include"
;;
esac
@@ -1315,11 +1223,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
dnl 3. if it's already present in $LDFLAGS or the already
dnl constructed $LIBNAME,
dnl 4. if it doesn't exist as a directory.
- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
- && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+ if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
haveit=
- if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
- || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+ if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
if test -n "$GCC"; then
case $host_os in
linux* | gnu* | k*bsd*-gnu) haveit=yes;;
@@ -1450,11 +1356,6 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
done
fi
- popdef([P_A_C_K])
- popdef([PACKLIBS])
- popdef([PACKUP])
- popdef([PACK])
- popdef([NAME])
])
dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
@@ -1500,8 +1401,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
if test -n "$next"; then
dir="$next"
dnl No need to hardcode the standard /usr/lib.
- if test "X$dir" != "X/usr/$acl_libdirstem" \
- && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+ if test "X$dir" != "X/usr/$acl_libdirstem"; then
rpathdirs="$rpathdirs $dir"
fi
next=
@@ -1510,8 +1410,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
-L) next=yes ;;
-L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
dnl No need to hardcode the standard /usr/lib.
- if test "X$dir" != "X/usr/$acl_libdirstem" \
- && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+ if test "X$dir" != "X/usr/$acl_libdirstem"; then
rpathdirs="$rpathdirs $dir"
fi
next= ;;
@@ -1556,8 +1455,8 @@ AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
AC_SUBST([$1])
])
-# lib-prefix.m4 serial 7 (gettext-0.18)
-dnl Copyright (C) 2001-2005, 2008-2010 Free Software Foundation, Inc.
+# lib-prefix.m4 serial 5 (gettext-0.15)
+dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -1711,74 +1610,35 @@ AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
prefix="$acl_save_prefix"
])
-dnl AC_LIB_PREPARE_MULTILIB creates
-dnl - a variable acl_libdirstem, containing the basename of the libdir, either
-dnl "lib" or "lib64" or "lib/64",
-dnl - a variable acl_libdirstem2, as a secondary possible value for
-dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or
-dnl "lib/amd64".
+dnl AC_LIB_PREPARE_MULTILIB creates a variable acl_libdirstem, containing
+dnl the basename of the libdir, either "lib" or "lib64".
AC_DEFUN([AC_LIB_PREPARE_MULTILIB],
[
- dnl There is no formal standard regarding lib and lib64.
- dnl On glibc systems, the current practice is that on a system supporting
- dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
- dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
- dnl the compiler's default mode by looking at the compiler's library search
- dnl path. If at least one of its elements ends in /lib64 or points to a
- dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
- dnl Otherwise we use the default, namely "lib".
- dnl On Solaris systems, the current practice is that on a system supporting
- dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
- dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
- dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
- AC_REQUIRE([AC_CANONICAL_HOST])
+ dnl There is no formal standard regarding lib and lib64. The current
+ dnl practice is that on a system supporting 32-bit and 64-bit instruction
+ dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit
+ dnl libraries go under $prefix/lib. We determine the compiler's default
+ dnl mode by looking at the compiler's library search path. If at least
+ dnl of its elements ends in /lib64 or points to a directory whose absolute
+ dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the
+ dnl default, namely "lib".
acl_libdirstem=lib
- acl_libdirstem2=
- case "$host_os" in
- solaris*)
- dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment
- dnl <http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view>.
- dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link."
- dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
- dnl symlink is missing, so we set acl_libdirstem2 too.
- AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
- [AC_EGREP_CPP([sixtyfour bits], [
-#ifdef _LP64
-sixtyfour bits
-#endif
- ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no])
- ])
- if test $gl_cv_solaris_64bit = yes; then
- acl_libdirstem=lib/64
- case "$host_cpu" in
- sparc*) acl_libdirstem2=lib/sparcv9 ;;
- i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
+ searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+ if test -n "$searchpath"; then
+ acl_save_IFS="${IFS= }"; IFS=":"
+ for searchdir in $searchpath; do
+ if test -d "$searchdir"; then
+ case "$searchdir" in
+ */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+ *) searchdir=`cd "$searchdir" && pwd`
+ case "$searchdir" in
+ */lib64 ) acl_libdirstem=lib64 ;;
+ esac ;;
esac
fi
- ;;
- *)
- searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
- if test -n "$searchpath"; then
- acl_save_IFS="${IFS= }"; IFS=":"
- for searchdir in $searchpath; do
- if test -d "$searchdir"; then
- case "$searchdir" in
- */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
- */../ | */.. )
- # Better ignore directories of this form. They are misleading.
- ;;
- *) searchdir=`cd "$searchdir" && pwd`
- case "$searchdir" in
- */lib64 ) acl_libdirstem=lib64 ;;
- esac ;;
- esac
- fi
- done
- IFS="$acl_save_IFS"
- fi
- ;;
- esac
- test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
+ done
+ IFS="$acl_save_IFS"
+ fi
])
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
@@ -4247,13 +4107,10 @@ linux* | k*bsd*-gnu)
# before this can be enabled.
hardcode_into_libs=yes
- # Add ABI-specific directories to the system library path.
- sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
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;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -4265,6 +4122,18 @@ linux* | k*bsd*-gnu)
dynamic_linker='GNU/Linux ld.so'
;;
+netbsdelf*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ dynamic_linker='NetBSD ld.elf_so'
+ ;;
+
netbsd*)
version_type=sunos
need_lib_prefix=no
@@ -4856,7 +4725,7 @@ linux* | k*bsd*-gnu)
lt_cv_deplibs_check_method=pass_all
;;
-netbsd*)
+netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
else
@@ -5537,7 +5406,7 @@ m4_if([$1], [CXX], [
;;
esac
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
;;
*qnx* | *nto*)
# QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -5962,6 +5831,9 @@ m4_if([$1], [CXX], [
cygwin* | mingw* | cegcc*)
_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
;;
+ linux* | k*bsd*-gnu)
+ _LT_TAGVAR(link_all_deplibs, $1)=no
+ ;;
*)
_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
;;
@@ -6208,7 +6080,7 @@ _LT_EOF
fi
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
wlarc=
@@ -6383,6 +6255,7 @@ _LT_EOF
if test "$aix_use_runtimelinking" = yes; then
shared_flag="$shared_flag "'${wl}-G'
fi
+ _LT_TAGVAR(link_all_deplibs, $1)=no
else
# not using gcc
if test "$host_cpu" = ia64; then
@@ -6621,7 +6494,7 @@ _LT_EOF
_LT_TAGVAR(link_all_deplibs, $1)=yes
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
else
@@ -9624,15 +9497,15 @@ m4_define([lt_dict_filter],
# Generated from ltversion.in.
-# serial 3017 ltversion.m4
+# serial 3012 ltversion.m4
# This file is part of GNU Libtool
-m4_define([LT_PACKAGE_VERSION], [2.2.6b])
-m4_define([LT_PACKAGE_REVISION], [1.3017])
+m4_define([LT_PACKAGE_VERSION], [2.2.6])
+m4_define([LT_PACKAGE_REVISION], [1.3012])
AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6b'
-macro_revision='1.3017'
+[macro_version='2.2.6'
+macro_revision='1.3012'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])
@@ -9730,9 +9603,8 @@ m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
-# nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
-dnl Inc.
+# nls.m4 serial 3 (gettext-0.15)
+dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -9750,17 +9622,17 @@ dnl Authors:
dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
-AC_PREREQ([2.50])
+AC_PREREQ(2.50)
AC_DEFUN([AM_NLS],
[
AC_MSG_CHECKING([whether NLS is requested])
dnl Default is enabled NLS
- AC_ARG_ENABLE([nls],
+ AC_ARG_ENABLE(nls,
[ --disable-nls do not use Native Language Support],
USE_NLS=$enableval, USE_NLS=yes)
- AC_MSG_RESULT([$USE_NLS])
- AC_SUBST([USE_NLS])
+ AC_MSG_RESULT($USE_NLS)
+ AC_SUBST(USE_NLS)
])
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
@@ -9831,14 +9703,16 @@ fi])
# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
# ---------------------------------------------
m4_define([_PKG_CONFIG],
-[if test -n "$$1"; then
- pkg_cv_[]$1="$$1"
- elif test -n "$PKG_CONFIG"; then
- PKG_CHECK_EXISTS([$3],
- [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
- [pkg_failed=yes])
- else
- pkg_failed=untried
+[if test -n "$PKG_CONFIG"; then
+ if test -n "$$1"; then
+ pkg_cv_[]$1="$$1"
+ else
+ PKG_CHECK_EXISTS([$3],
+ [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
+ [pkg_failed=yes])
+ fi
+else
+ pkg_failed=untried
fi[]dnl
])# _PKG_CONFIG
@@ -9882,9 +9756,9 @@ See the pkg-config man page for more details.])
if test $pkg_failed = yes; then
_PKG_SHORT_ERRORS_SUPPORTED
if test $_pkg_short_errors_supported = yes; then
- $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
+ $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
else
- $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
+ $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
fi
# Put the nasty error message in config.log where it belongs
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
@@ -9919,8 +9793,8 @@ else
fi[]dnl
])# PKG_CHECK_MODULES
-# po.m4 serial 17 (gettext-0.18)
-dnl Copyright (C) 1995-2010 Free Software Foundation, Inc.
+# po.m4 serial 15 (gettext-0.17)
+dnl Copyright (C) 1995-2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -9938,7 +9812,7 @@ dnl Authors:
dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
-AC_PREREQ([2.50])
+AC_PREREQ(2.50)
dnl Checks for all prerequisites of the po subdirectory.
AC_DEFUN([AM_PO_SUBDIRS],
@@ -9950,7 +9824,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
dnl Release version of the gettext macros. This is used to ensure that
dnl the gettext macros and po/Makefile.in.in are in sync.
- AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
+ AC_SUBST([GETTEXT_MACRO_VERSION], [0.17])
dnl Perform the following tests also if --disable-nls has been given,
dnl because they are needed for "make dist" to work.
@@ -9962,7 +9836,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
[$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
(if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
:)
- AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
+ AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
dnl Test whether it is GNU msgfmt >= 0.15.
changequote(,)dnl
@@ -10369,8 +10243,8 @@ AC_DEFUN([AM_XGETTEXT_OPTION],
XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1"
])
-# progtest.m4 serial 6 (gettext-0.18)
-dnl Copyright (C) 1996-2003, 2005, 2008-2010 Free Software Foundation, Inc.
+# progtest.m4 serial 4 (gettext-0.14.2)
+dnl Copyright (C) 1996-2003, 2005 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -10387,7 +10261,7 @@ dnl They are *not* in the public domain.
dnl Authors:
dnl Ulrich Drepper <drepper@cygnus.com>, 1996.
-AC_PREREQ([2.50])
+AC_PREREQ(2.50)
# Search path for a program which passes the given test.
@@ -10426,7 +10300,7 @@ rm -f conf$$.file
# Extract the first word of "$2", so it can be a program name with args.
set dummy $2; ac_word=[$]2
AC_MSG_CHECKING([for $ac_word])
-AC_CACHE_VAL([ac_cv_path_$1],
+AC_CACHE_VAL(ac_cv_path_$1,
[case "[$]$1" in
[[\\/]]* | ?:[[\\/]]*)
ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
@@ -10455,11 +10329,11 @@ ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
esac])dnl
$1="$ac_cv_path_$1"
if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
- AC_MSG_RESULT([$][$1])
+ AC_MSG_RESULT([$]$1)
else
- AC_MSG_RESULT([no])
+ AC_MSG_RESULT(no)
fi
-AC_SUBST([$1])dnl
+AC_SUBST($1)dnl
])
# Configure paths for SDL
@@ -10496,12 +10370,10 @@ AC_ARG_ENABLE(sdltest, [ --disable-sdltest Do not try to compile and run
fi
fi
- as_save_PATH="$PATH"
if test "x$prefix" != xNONE; then
PATH="$prefix/bin:$prefix/usr/bin:$PATH"
fi
AC_PATH_PROG(SDL_CONFIG, sdl-config, no, [$PATH])
- PATH="$as_save_PATH"
min_sdl_version=ifelse([$1], ,0.11.0,$1)
AC_MSG_CHECKING(for SDL - version >= $min_sdl_version)
no_sdl=""
@@ -10658,10 +10530,10 @@ int main(int argc, char *argv[])
# generated from the m4 files accompanying Automake X.Y.
# (This private macro should not be called outside this file.)
AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.11'
+[am__api_version='1.10'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.11.1], [],
+m4_if([$1], [1.10.2], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
@@ -10677,7 +10549,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.11.1])dnl
+[AM_AUTOMAKE_VERSION([1.10.2])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@@ -10759,14 +10631,14 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
# AM_CONDITIONAL -*- Autoconf -*-
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 9
+# serial 8
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
# -------------------------------------
@@ -10779,7 +10651,6 @@ AC_SUBST([$1_TRUE])dnl
AC_SUBST([$1_FALSE])dnl
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
-m4_define([_AM_COND_VALUE_$1], [$2])dnl
if $2; then
$1_TRUE=
$1_FALSE='#'
@@ -10793,14 +10664,14 @@ AC_CONFIG_COMMANDS_PRE(
Usually this means the macro was only invoked conditionally.]])
fi])])
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 10
+# serial 9
# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
# written in clear, in which case automake, when reading aclocal.m4,
@@ -10857,16 +10728,6 @@ AC_CACHE_CHECK([dependency style of $depcc],
if test "$am_compiler_list" = ""; then
am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
fi
- am__universal=false
- m4_case([$1], [CC],
- [case " $depcc " in #(
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
- esac],
- [CXX],
- [case " $depcc " in #(
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
- esac])
-
for depmode in $am_compiler_list; do
# Setup a source with many dependencies, because some compilers
# like to wrap large dependency lists on column 80 (with \), and
@@ -10884,17 +10745,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
- # mode. It turns out that the SunPro C++ compiler does not properly
- # handle `-M -o', and we need to detect this. Also, some Intel
- # versions had trouble with output in subdirs
- am__obj=sub/conftest.${OBJEXT-o}
- am__minus_obj="-o $am__obj"
case $depmode in
- gcc)
- # This depmode causes a compiler race in universal mode.
- test "$am__universal" = false || continue
- ;;
nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
@@ -10904,23 +10755,19 @@ AC_CACHE_CHECK([dependency style of $depcc],
break
fi
;;
- msvisualcpp | msvcmsys)
- # This compiler won't grok `-c -o', but also, the minuso test has
- # not run yet. These depmodes are late enough in the game, and
- # so weak that their functioning should not be impacted.
- am__obj=conftest.${OBJEXT-o}
- am__minus_obj=
- ;;
none) break ;;
esac
+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
+ # mode. It turns out that the SunPro C++ compiler does not properly
+ # handle `-M -o', and we need to detect this.
if depmode=$depmode \
- source=sub/conftest.c object=$am__obj \
+ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
>/dev/null 2>conftest.err &&
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
# icc doesn't choke on unknown options, it will just issue warnings
# or remarks (even with -Werror). So we grep stderr for any message
@@ -10984,61 +10831,59 @@ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-#serial 5
+#serial 4
# _AM_OUTPUT_DEPENDENCY_COMMANDS
# ------------------------------
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-[{
- # Autoconf 2.62 quotes --file arguments for eval, but not when files
- # are listed without --file. Let's play safe and only enable the eval
- # if we detect the quoting.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
+[# Autoconf 2.62 quotes --file arguments for eval, but not when files
+# are listed without --file. Let's play safe and only enable the eval
+# if we detect the quoting.
+case $CONFIG_FILES in
+*\'*) eval set x "$CONFIG_FILES" ;;
+*) set x $CONFIG_FILES ;;
+esac
+shift
+for mf
+do
+ # Strip MF so we end up with the name of the file.
+ mf=`echo "$mf" | sed -e 's/:.*$//'`
+ # Check whether this is an Automake generated Makefile or not.
+ # We used to match only the files named `Makefile.in', but
+ # some people rename them; so instead we look at the file content.
+ # Grep'ing the first line is not enough: some people post-process
+ # each Makefile.in and add a new line on top of each file to say so.
+ # Grep'ing the whole file is not good either: AIX grep has a line
+ # limit of 2048, but all sed's we know have understand at least 4000.
+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+ dirpart=`AS_DIRNAME("$mf")`
+ else
+ continue
+ fi
+ # Extract the definition of DEPDIR, am__include, and am__quote
+ # from the Makefile without running `make'.
+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+ test -z "$DEPDIR" && continue
+ am__include=`sed -n 's/^am__include = //p' < "$mf"`
+ test -z "am__include" && continue
+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+ # When using ansi2knr, U may be empty or an underscore; expand it
+ U=`sed -n 's/^U = //p' < "$mf"`
+ # Find all dependency output files, they are included files with
+ # $(DEPDIR) in their names. We invoke sed twice because it is the
+ # simplest approach to changing $(DEPDIR) to its actual value in the
+ # expansion.
+ for file in `sed -n "
+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+ # Make sure the directory exists.
+ test -f "$dirpart/$file" && continue
+ fdir=`AS_DIRNAME(["$file"])`
+ AS_MKDIR_P([$dirpart/$fdir])
+ # echo "creating $dirpart/$file"
+ echo '# dummy' > "$dirpart/$file"
done
-}
+done
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
@@ -11058,13 +10903,13 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
# Do all the work for Automake. -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+# 2005, 2006, 2008 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 16
+# serial 13
# This macro actually does too much. Some checks are only needed if
# your package does certain things. But this isn't really a big deal.
@@ -11081,7 +10926,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
# arguments mandatory, and then we can depend on a new Autoconf
# release and drop the old call support.
AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.62])dnl
+[AC_PREREQ([2.60])dnl
dnl Autoconf wants to disallow AM_ names. We explicitly allow
dnl the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -11132,8 +10977,8 @@ AM_MISSING_PROG(AUTOCONF, autoconf)
AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
AM_MISSING_PROG(AUTOHEADER, autoheader)
AM_MISSING_PROG(MAKEINFO, makeinfo)
-AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
-AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
+AM_PROG_INSTALL_SH
+AM_PROG_INSTALL_STRIP
AC_REQUIRE([AM_PROG_MKDIR_P])dnl
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
@@ -11141,37 +10986,24 @@ AC_REQUIRE([AC_PROG_AWK])dnl
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
- [_AM_PROG_TAR([v7])])])
+ [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+ [_AM_PROG_TAR([v7])])])
_AM_IF_OPTION([no-dependencies],,
[AC_PROVIDE_IFELSE([AC_PROG_CC],
- [_AM_DEPENDENCIES(CC)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
+ [_AM_DEPENDENCIES(CC)],
+ [define([AC_PROG_CC],
+ defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
+ [_AM_DEPENDENCIES(CXX)],
+ [define([AC_PROG_CXX],
+ defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
- [_AM_DEPENDENCIES(OBJC)],
- [define([AC_PROG_OBJC],
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
+ [_AM_DEPENDENCIES(OBJC)],
+ [define([AC_PROG_OBJC],
+ defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
-AC_CONFIG_COMMANDS_PRE(dnl
-[m4_provide_if([_AM_COMPILER_EXEEXT],
- [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
])
-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
-dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
-dnl mangled by Autoconf and run in a shell conditional statement.
-m4_define([_AC_COMPILER_EXEEXT],
-m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
-
# When config.status generates a header, we must update the stamp-h file.
# This file resides in the same directory as the config header
@@ -11194,7 +11026,7 @@ for _am_header in $config_headers :; do
done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
-# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -11205,14 +11037,7 @@ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co
# Define $install_sh.
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-if test x"${install_sh}" != xset; then
- case $am_aux_dir in
- *\ * | *\ *)
- install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
- *)
- install_sh="\${SHELL} $am_aux_dir/install-sh"
- esac
-fi
+install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
AC_SUBST(install_sh)])
# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
@@ -11239,38 +11064,27 @@ AC_SUBST([am__leading_dot])])
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 5
+# serial 4
-# AM_MAINTAINER_MODE([DEFAULT-MODE])
-# ----------------------------------
-# Control maintainer-specific portions of Makefiles.
-# Default is to disable them, unless `enable' is passed literally.
-# For symmetry, `disable' may be passed as well. Anyway, the user
-# can override the default with the --enable/--disable switch.
AC_DEFUN([AM_MAINTAINER_MODE],
-[m4_case(m4_default([$1], [disable]),
- [enable], [m4_define([am_maintainer_other], [disable])],
- [disable], [m4_define([am_maintainer_other], [enable])],
- [m4_define([am_maintainer_other], [enable])
- m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
-AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
- dnl maintainer-mode's default is 'disable' unless 'enable' is passed
- AC_ARG_ENABLE([maintainer-mode],
-[ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
+[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
+ dnl maintainer-mode is disabled by default
+ AC_ARG_ENABLE(maintainer-mode,
+[ --enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer],
- [USE_MAINTAINER_MODE=$enableval],
- [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
+ USE_MAINTAINER_MODE=$enableval,
+ USE_MAINTAINER_MODE=no)
AC_MSG_RESULT([$USE_MAINTAINER_MODE])
- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
+ AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
MAINT=$MAINTAINER_MODE_TRUE
- AC_SUBST([MAINT])dnl
+ AC_SUBST(MAINT)dnl
]
)
@@ -11278,13 +11092,13 @@ AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
# Check to see how 'make' treats includes. -*- Autoconf -*-
-# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 4
+# serial 3
# AM_MAKE_INCLUDE()
# -----------------
@@ -11293,7 +11107,7 @@ AC_DEFUN([AM_MAKE_INCLUDE],
[am_make=${MAKE-make}
cat > confinc << 'END'
am__doit:
- @echo this is the am__doit target
+ @echo done
.PHONY: am__doit
END
# If we don't find an include directive, just comment out the code.
@@ -11303,24 +11117,24 @@ am__quote=
_am_result=none
# First try GNU make style include.
echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
+# We grep out `Entering directory' and `Leaving directory'
+# messages which can occur if `w' ends up in MAKEFLAGS.
+# In particular we don't look at `^make:' because GNU make might
+# be invoked under some other name (usually "gmake"), in which
+# case it prints its new name instead of `make'.
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
+ am__include=include
+ am__quote=
+ _am_result=GNU
+fi
# Now try BSD make style include.
if test "$am__include" = "#"; then
echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
+ if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
+ am__include=.include
+ am__quote="\""
+ _am_result=BSD
+ fi
fi
AC_SUBST([am__include])
AC_SUBST([am__quote])
@@ -11330,14 +11144,14 @@ rm -f confinc confmf
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 6
+# serial 5
# AM_MISSING_PROG(NAME, PROGRAM)
# ------------------------------
@@ -11354,14 +11168,7 @@ AC_SUBST($1)])
AC_DEFUN([AM_MISSING_HAS_RUN],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
AC_REQUIRE_AUX_FILE([missing])dnl
-if test x"${MISSING+set}" != xset; then
- case $am_aux_dir in
- *\ * | *\ *)
- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
- *)
- MISSING="\${SHELL} $am_aux_dir/missing" ;;
- esac
-fi
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
am_missing_run="$MISSING --run "
@@ -11432,14 +11239,14 @@ AC_DEFUN([_AM_IF_OPTION],
# Check to make sure that the build environment is sane. -*- Autoconf -*-
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 5
+# serial 4
# AM_SANITY_CHECK
# ---------------
@@ -11448,29 +11255,16 @@ AC_DEFUN([AM_SANITY_CHECK],
# Just in case
sleep 1
echo timestamp > conftest.file
-# Reject unsafe characters in $srcdir or the absolute working directory
-# name. Accept space and tab only in the latter.
-am_lf='
-'
-case `pwd` in
- *[[\\\"\#\$\&\'\`$am_lf]]*)
- AC_MSG_ERROR([unsafe absolute working directory name]);;
-esac
-case $srcdir in
- *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
- AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
-esac
-
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+ set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
if test "$[*]" = "X"; then
# -L didn't work.
- set X `ls -t "$srcdir/configure" conftest.file`
+ set X `ls -t $srcdir/configure conftest.file`
fi
rm -f conftest.file
if test "$[*]" != "X $srcdir/configure conftest.file" \
@@ -11523,25 +11317,18 @@ fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
-# Copyright (C) 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 2
-
# _AM_SUBST_NOTMAKE(VARIABLE)
# ---------------------------
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
# This macro is traced by Automake.
AC_DEFUN([_AM_SUBST_NOTMAKE])
-# AM_SUBST_NOTMAKE(VARIABLE)
-# ---------------------------
-# Public sister of _AM_SUBST_NOTMAKE.
-AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
-
# Check how to create a tarball. -*- Autoconf -*-
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
diff --git a/config.rpath b/config.rpath
index 17298f23..c547c688 100755
--- a/config.rpath
+++ b/config.rpath
@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
#
-# Copyright 1996-2010 Free Software Foundation, Inc.
+# Copyright 1996-2007 Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
@@ -47,7 +47,7 @@ for cc_temp in $CC""; do
done
cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
-# Code taken from libtool.m4's _LT_COMPILER_PIC.
+# Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC.
wl=
if test "$GCC" = yes; then
@@ -64,7 +64,7 @@ else
;;
esac
;;
- mingw* | cygwin* | pw32* | os2* | cegcc*)
+ mingw* | cygwin* | pw32* | os2*)
;;
hpux9* | hpux10* | hpux11*)
wl='-Wl,'
@@ -76,13 +76,7 @@ else
;;
linux* | k*bsd*-gnu)
case $cc_basename in
- ecc*)
- wl='-Wl,'
- ;;
- icc* | ifort*)
- wl='-Wl,'
- ;;
- lf95*)
+ icc* | ecc*)
wl='-Wl,'
;;
pgcc | pgf77 | pgf90)
@@ -130,7 +124,7 @@ else
esac
fi
-# Code taken from libtool.m4's _LT_LINKER_SHLIBS.
+# Code taken from libtool.m4's AC_LIBTOOL_PROG_LD_SHLIBS.
hardcode_libdir_flag_spec=
hardcode_libdir_separator=
@@ -138,7 +132,7 @@ hardcode_direct=no
hardcode_minus_L=no
case "$host_os" in
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | mingw* | pw32*)
# FIXME: the MSVC++ port hasn't been tested in a loooong time
# When not using gcc, we currently assume that we are using
# Microsoft Visual C++.
@@ -164,7 +158,7 @@ if test "$with_gnu_ld" = yes; then
# option of GNU ld is called -rpath, not --rpath.
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
case "$host_os" in
- aix[3-9]*)
+ aix3* | aix4* | aix5*)
# On AIX/PPC, the GNU linker is very broken
if test "$host_cpu" != ia64; then
ld_shlibs=no
@@ -188,7 +182,7 @@ if test "$with_gnu_ld" = yes; then
ld_shlibs=no
fi
;;
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | mingw* | pw32*)
# hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs.
hardcode_libdir_flag_spec='-L$libdir'
@@ -260,7 +254,7 @@ else
hardcode_direct=unsupported
fi
;;
- aix[4-9]*)
+ aix4* | aix5*)
if test "$host_cpu" = ia64; then
# On IA64, the linker does run time linking by default, so we don't
# have to do anything special.
@@ -270,7 +264,7 @@ else
# Test if we are trying to use run time linking or normal
# AIX style linking. If -brtl is somewhere in LDFLAGS, we
# need to do runtime linking.
- case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
+ case $host_os in aix4.[23]|aix4.[23].*|aix5*)
for ld_flag in $LDFLAGS; do
if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
aix_use_runtimelinking=yes
@@ -332,7 +326,7 @@ else
;;
bsdi[45]*)
;;
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | mingw* | pw32*)
# When not using gcc, we currently assume that we are using
# Microsoft Visual C++.
# hardcode_libdir_flag_spec is actually meaningless, as there is
@@ -500,7 +494,7 @@ else
fi
# Check dynamic linker characteristics
-# Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER.
+# Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER.
# Unlike libtool.m4, here we don't care about _all_ names of the library, but
# only about the one the linker finds when passed -lNAME. This is the last
# element of library_names_spec in libtool.m4, or possibly two of them if the
@@ -511,7 +505,7 @@ case "$host_os" in
aix3*)
library_names_spec='$libname.a'
;;
- aix[4-9]*)
+ aix4* | aix5*)
library_names_spec='$libname$shrext'
;;
amigaos*)
@@ -523,7 +517,7 @@ case "$host_os" in
bsdi[45]*)
library_names_spec='$libname$shrext'
;;
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | mingw* | pw32*)
shrext=.dll
library_names_spec='$libname.dll.a $libname.lib'
;;
diff --git a/configure b/configure
index 813f5c43..c958f464 100755
--- a/configure
+++ b/configure
@@ -1,22 +1,18 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for pcsx 1.9.
-#
+# Generated by GNU Autoconf 2.63 for pcsx 1.9.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
-#
-#
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
-## -------------------- ##
-## M4sh Initialization. ##
-## -------------------- ##
+## --------------------- ##
+## M4sh Initialization. ##
+## --------------------- ##
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
@@ -24,15 +20,23 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
- case `(set -o) 2>/dev/null` in #(
- *posix*) :
- set -o posix ;; #(
- *) :
- ;;
+ case `(set -o) 2>/dev/null` in
+ *posix*) set -o posix ;;
esac
+
fi
+
+
+# PATH needs CR
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
as_nl='
'
export as_nl
@@ -40,13 +44,7 @@ export as_nl
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-# Prefer a ksh shell builtin over an external printf program on Solaris,
-# but without wasting forks for bash or zsh.
-if test -z "$BASH_VERSION$ZSH_VERSION" \
- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
- as_echo='print -r --'
- as_echo_n='print -rn --'
-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
as_echo='printf %s\n'
as_echo_n='printf %s'
else
@@ -57,7 +55,7 @@ else
as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
as_echo_n_body='eval
arg=$1;
- case $arg in #(
+ case $arg in
*"$as_nl"*)
expr "X$arg" : "X\\(.*\\)$as_nl";
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
@@ -80,6 +78,13 @@ if test "${PATH_SEPARATOR+set}" != set; then
}
fi
+# Support unset when possible.
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
# IFS
# We need space, tab and new line, in precisely that order. Quoting is
@@ -89,15 +94,15 @@ fi
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
-case $0 in #((
+case $0 in
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
- done
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+done
IFS=$as_save_IFS
;;
@@ -109,16 +114,12 @@ if test "x$as_myself" = x; then
fi
if test ! -f "$as_myself"; then
$as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
- exit 1
+ { (exit 1); exit 1; }
fi
-# Unset variables that we do not need and which cause bugs (e.g. in
-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
-# suppresses any "Segmentation fault" message there. '((' could
-# trigger a bug in pdksh 5.2.14.
-for as_var in BASH_ENV ENV MAIL MAILPATH
-do eval test x\${$as_var+set} = xset \
- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+# Work around bugs in pre-3.0 UWIN ksh.
+for as_var in ENV MAIL MAILPATH
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
done
PS1='$ '
PS2='> '
@@ -130,299 +131,330 @@ export LC_ALL
LANGUAGE=C
export LANGUAGE
+# Required to use basename.
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+ as_basename=basename
+else
+ as_basename=false
+fi
+
+
+# Name of the executable.
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+
# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+$as_unset CDPATH
+
if test "x$CONFIG_SHELL" = x; then
- as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
- emulate sh
- NULLCMD=:
- # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
- # is contrary to our usage. Disable this feature.
- alias -g '\${1+\"\$@\"}'='\"\$@\"'
- setopt NO_GLOB_SUBST
+ if (eval ":") 2>/dev/null; then
+ as_have_required=yes
else
- case \`(set -o) 2>/dev/null\` in #(
- *posix*) :
- set -o posix ;; #(
- *) :
- ;;
-esac
+ as_have_required=no
fi
-"
- as_required="as_fn_return () { (exit \$1); }
-as_fn_success () { as_fn_return 0; }
-as_fn_failure () { as_fn_return 1; }
-as_fn_ret_success () { return 0; }
-as_fn_ret_failure () { return 1; }
+
+ if test $as_have_required = yes && (eval ":
+(as_func_return () {
+ (exit \$1)
+}
+as_func_success () {
+ as_func_return 0
+}
+as_func_failure () {
+ as_func_return 1
+}
+as_func_ret_success () {
+ return 0
+}
+as_func_ret_failure () {
+ return 1
+}
exitcode=0
-as_fn_success || { exitcode=1; echo as_fn_success failed.; }
-as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
-as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
-as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
-
-else
- exitcode=1; echo positional parameters were not saved.
-fi
-test x\$exitcode = x0 || exit 1"
- as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
- as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
- test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
-test \$(( 1 + 1 )) = 2 || exit 1"
- if (eval "$as_required") 2>/dev/null; then :
- as_have_required=yes
+if as_func_success; then
+ :
else
- as_have_required=no
+ exitcode=1
+ echo as_func_success failed.
+fi
+
+if as_func_failure; then
+ exitcode=1
+ echo as_func_failure succeeded.
fi
- if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+if as_func_ret_success; then
+ :
else
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_found=false
+ exitcode=1
+ echo as_func_ret_success failed.
+fi
+
+if as_func_ret_failure; then
+ exitcode=1
+ echo as_func_ret_failure succeeded.
+fi
+
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
+ :
+else
+ exitcode=1
+ echo positional parameters were not saved.
+fi
+
+test \$exitcode = 0) || { (exit 1); exit 1; }
+
+(
+ as_lineno_1=\$LINENO
+ as_lineno_2=\$LINENO
+ test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
+ test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
+") 2> /dev/null; then
+ :
+else
+ as_candidate_shells=
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- as_found=:
- case $as_dir in #(
+ case $as_dir in
/*)
for as_base in sh bash ksh sh5; do
- # Try only shells that exist, to save several forks.
- as_shell=$as_dir/$as_base
- if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
- CONFIG_SHELL=$as_shell as_have_required=yes
- if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
- break 2
-fi
-fi
+ as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
done;;
esac
- as_found=false
done
-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
- CONFIG_SHELL=$SHELL as_have_required=yes
-fi; }
IFS=$as_save_IFS
- if test "x$CONFIG_SHELL" != x; then :
- # We cannot yet assume a decent shell, so we have to provide a
- # neutralization value for shells without unset; and this also
- # works around shells that cannot unset nonexistent variables.
- BASH_ENV=/dev/null
- ENV=/dev/null
- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
- export CONFIG_SHELL
- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
-fi
+ for as_shell in $as_candidate_shells $SHELL; do
+ # Try only shells that exist, to save several forks.
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+ { ("$as_shell") 2> /dev/null <<\_ASEOF
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+else
+ case `(set -o) 2>/dev/null` in
+ *posix*) set -o posix ;;
+esac
- if test x$as_have_required = xno; then :
- $as_echo "$0: This script requires a shell more modern than all"
- $as_echo "$0: the shells that I found on your system."
- if test x${ZSH_VERSION+set} = xset ; then
- $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
- $as_echo "$0: be upgraded to zsh 4.3.4 or later."
- else
- $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
-$0: including any error possibly output before this
-$0: message. Then install a modern shell, or manually run
-$0: the script under such a shell if you do have one."
- fi
- exit 1
-fi
fi
+
+
+:
+_ASEOF
+}; then
+ CONFIG_SHELL=$as_shell
+ as_have_required=yes
+ if { "$as_shell" 2> /dev/null <<\_ASEOF
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+else
+ case `(set -o) 2>/dev/null` in
+ *posix*) set -o posix ;;
+esac
+
fi
-SHELL=${CONFIG_SHELL-/bin/sh}
-export SHELL
-# Unset more variables known to interfere with behavior of common tools.
-CLICOLOR_FORCE= GREP_OPTIONS=
-unset CLICOLOR_FORCE GREP_OPTIONS
-## --------------------- ##
-## M4sh Shell Functions. ##
-## --------------------- ##
-# as_fn_unset VAR
-# ---------------
-# Portably unset VAR.
-as_fn_unset ()
-{
- { eval $1=; unset $1;}
+
+:
+(as_func_return () {
+ (exit $1)
+}
+as_func_success () {
+ as_func_return 0
+}
+as_func_failure () {
+ as_func_return 1
+}
+as_func_ret_success () {
+ return 0
+}
+as_func_ret_failure () {
+ return 1
}
-as_unset=as_fn_unset
-# as_fn_set_status STATUS
-# -----------------------
-# Set $? to STATUS, without forking.
-as_fn_set_status ()
-{
- return $1
-} # as_fn_set_status
+exitcode=0
+if as_func_success; then
+ :
+else
+ exitcode=1
+ echo as_func_success failed.
+fi
-# as_fn_exit STATUS
-# -----------------
-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-as_fn_exit ()
-{
- set +e
- as_fn_set_status $1
- exit $1
-} # as_fn_exit
-
-# as_fn_mkdir_p
-# -------------
-# Create "$as_dir" as a directory, including parents if necessary.
-as_fn_mkdir_p ()
-{
+if as_func_failure; then
+ exitcode=1
+ echo as_func_failure succeeded.
+fi
- case $as_dir in #(
- -*) as_dir=./$as_dir;;
- esac
- test -d "$as_dir" || eval $as_mkdir_p || {
- as_dirs=
- while :; do
- case $as_dir in #(
- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
- *) as_qdir=$as_dir;;
- esac
- as_dirs="'$as_qdir' $as_dirs"
- as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$as_dir" : 'X\(//\)[^/]' \| \
- X"$as_dir" : 'X\(//\)$' \| \
- X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_dir" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- test -d "$as_dir" && break
- done
- test -z "$as_dirs" || eval "mkdir $as_dirs"
- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
-
-
-} # as_fn_mkdir_p
-# as_fn_append VAR VALUE
-# ----------------------
-# Append the text in VALUE to the end of the definition contained in VAR. Take
-# advantage of any shell optimizations that allow amortized linear growth over
-# repeated appends, instead of the typical quadratic growth present in naive
-# implementations.
-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
- eval 'as_fn_append ()
- {
- eval $1+=\$2
- }'
+if as_func_ret_success; then
+ :
else
- as_fn_append ()
- {
- eval $1=\$$1\$2
- }
-fi # as_fn_append
-
-# as_fn_arith ARG...
-# ------------------
-# Perform arithmetic evaluation on the ARGs, and store the result in the
-# global $as_val. Take advantage of shells that can avoid forks. The arguments
-# must be portable across $(()) and expr.
-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
- eval 'as_fn_arith ()
- {
- as_val=$(( $* ))
- }'
+ exitcode=1
+ echo as_func_ret_success failed.
+fi
+
+if as_func_ret_failure; then
+ exitcode=1
+ echo as_func_ret_failure succeeded.
+fi
+
+if ( set x; as_func_ret_success y && test x = "$1" ); then
+ :
else
- as_fn_arith ()
- {
- as_val=`expr "$@" || test $? -eq 1`
- }
-fi # as_fn_arith
+ exitcode=1
+ echo positional parameters were not saved.
+fi
+test $exitcode = 0) || { (exit 1); exit 1; }
-# as_fn_error ERROR [LINENO LOG_FD]
-# ---------------------------------
-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with status $?, using 1 if that was 0.
-as_fn_error ()
-{
- as_status=$?; test $as_status -eq 0 && as_status=1
- if test "$3"; then
- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
- fi
- $as_echo "$as_me: error: $1" >&2
- as_fn_exit $as_status
-} # as_fn_error
+(
+ as_lineno_1=$LINENO
+ as_lineno_2=$LINENO
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
-if expr a : '\(a\)' >/dev/null 2>&1 &&
- test "X`expr 00001 : '.*\(...\)'`" = X001; then
- as_expr=expr
+_ASEOF
+}; then
+ break
+fi
+
+fi
+
+ done
+
+ if test "x$CONFIG_SHELL" != x; then
+ for as_var in BASH_ENV ENV
+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+ done
+ export CONFIG_SHELL
+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
+fi
+
+
+ if test $as_have_required = no; then
+ echo This script requires a shell more modern than all the
+ echo shells that I found on your system. Please install a
+ echo modern shell, or manually run the script under such a
+ echo shell if you do have one.
+ { (exit 1); exit 1; }
+fi
+
+
+fi
+
+fi
+
+
+
+(eval "as_func_return () {
+ (exit \$1)
+}
+as_func_success () {
+ as_func_return 0
+}
+as_func_failure () {
+ as_func_return 1
+}
+as_func_ret_success () {
+ return 0
+}
+as_func_ret_failure () {
+ return 1
+}
+
+exitcode=0
+if as_func_success; then
+ :
else
- as_expr=false
+ exitcode=1
+ echo as_func_success failed.
fi
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
- as_basename=basename
+if as_func_failure; then
+ exitcode=1
+ echo as_func_failure succeeded.
+fi
+
+if as_func_ret_success; then
+ :
else
- as_basename=false
+ exitcode=1
+ echo as_func_ret_success failed.
fi
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
- as_dirname=dirname
+if as_func_ret_failure; then
+ exitcode=1
+ echo as_func_ret_failure succeeded.
+fi
+
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
+ :
else
- as_dirname=false
+ exitcode=1
+ echo positional parameters were not saved.
fi
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- X"$0" : 'X\(//\)$' \| \
- X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X/"$0" |
- sed '/^.*\/\([^/][^/]*\)\/*$/{
- s//\1/
- q
- }
- /^X\/\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\/\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
+test \$exitcode = 0") || {
+ echo No shell found that supports shell functions.
+ echo Please tell bug-autoconf@gnu.org about your system,
+ echo including any error possibly output before this message.
+ echo This can help us improve future autoconf versions.
+ echo Configuration will now proceed without shell functions.
+}
+
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
+ as_lineno_1=$LINENO
+ as_lineno_2=$LINENO
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
- as_lineno_1=$LINENO as_lineno_1a=$LINENO
- as_lineno_2=$LINENO as_lineno_2a=$LINENO
- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
- test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
+ # uniformly replaced by the line number. The first 'sed' inserts a
+ # line-number line after each line using $LINENO; the second 'sed'
+ # does the real work. The second script uses 'N' to pair each
+ # line-number line with the line containing $LINENO, and appends
+ # trailing '-' during substitution so that $LINENO is not a special
+ # case at line end.
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
+ # scripts with optimization help from Paolo Bonzini. Blame Lee
+ # E. McMahon (1931-1989) for sed's syntax. :-)
sed -n '
p
/[$]LINENO/=
@@ -439,7 +471,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
s/-\n.*//
' >$as_me.lineno &&
chmod +x "$as_me.lineno" ||
- { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
+ { (exit 1); exit 1; }; }
# Don't try to exec as it changes $[0], causing all sort of problems
# (the dirname of $[0] is not the place where we might find the
@@ -449,18 +482,29 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
exit
}
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+ as_dirname=dirname
+else
+ as_dirname=false
+fi
+
ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in #(((((
+case `echo -n x` in
-n*)
- case `echo 'xy\c'` in
+ case `echo 'x\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
- xy) ECHO_C='\c';;
- *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
- ECHO_T=' ';;
+ *) ECHO_C='\c';;
esac;;
*)
ECHO_N='-n';;
esac
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+else
+ as_expr=false
+fi
rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
@@ -490,7 +534,7 @@ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
if mkdir -p . 2>/dev/null; then
- as_mkdir_p='mkdir -p "$as_dir"'
+ as_mkdir_p=:
else
test -d ./-p && rmdir ./-p
as_mkdir_p=false
@@ -509,10 +553,10 @@ else
if test -d "$1"; then
test -d "$1/.";
else
- case $1 in #(
+ case $1 in
-*)set "./$1";;
esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
@@ -527,6 +571,7 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
# Check that we are running under the correct shell.
SHELL=${CONFIG_SHELL-/bin/sh}
@@ -675,8 +720,7 @@ fi
-test -n "$DJDIR" || exec 7<&0 </dev/null
-exec 6>&1
+exec 7<&0 </dev/null 6>&1
# Name of the host.
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
@@ -694,6 +738,7 @@ cross_compiling=no
subdirs=
MFLAGS=
MAKEFLAGS=
+SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='pcsx'
@@ -701,7 +746,6 @@ PACKAGE_TARNAME='pcsx'
PACKAGE_VERSION='1.9'
PACKAGE_STRING='pcsx 1.9'
PACKAGE_BUGREPORT=''
-PACKAGE_URL=''
# Factoring default headers for most tests.
ac_includes_default="\
@@ -740,9 +784,7 @@ ac_includes_default="\
#endif"
gt_needs=
-ac_subst_vars='am__EXEEXT_FALSE
-am__EXEEXT_TRUE
-LTLIBOBJS
+ac_subst_vars='LTLIBOBJS
LIBOBJS
ARCH_PPC_FALSE
ARCH_PPC_TRUE
@@ -754,6 +796,8 @@ NASM
X86_NASM_FALSE
X86_NASM_TRUE
PEOPSXGL
+USE_LIBCDIO_FALSE
+USE_LIBCDIO_TRUE
SOUND_PULSEAUDIO_FALSE
SOUND_PULSEAUDIO_TRUE
SOUND_ALSA_FALSE
@@ -905,7 +949,6 @@ bindir
program_transform_name
prefix
exec_prefix
-PACKAGE_URL
PACKAGE_BUGREPORT
PACKAGE_STRING
PACKAGE_VERSION
@@ -932,6 +975,7 @@ with_sdl_prefix
with_sdl_exec_prefix
enable_sdltest
enable_sound
+enable_libcdio
enable_opengl
enable_dynarec
'
@@ -1065,7 +1109,8 @@ do
ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error "invalid feature name: $ac_useropt"
+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
+ { (exit 1); exit 1; }; }
ac_useropt_orig=$ac_useropt
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1091,7 +1136,8 @@ do
ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error "invalid feature name: $ac_useropt"
+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
+ { (exit 1); exit 1; }; }
ac_useropt_orig=$ac_useropt
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1295,7 +1341,8 @@ do
ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error "invalid package name: $ac_useropt"
+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
+ { (exit 1); exit 1; }; }
ac_useropt_orig=$ac_useropt
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1311,7 +1358,8 @@ do
ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
# Reject names that are not valid shell variable names.
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
- as_fn_error "invalid package name: $ac_useropt"
+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
+ { (exit 1); exit 1; }; }
ac_useropt_orig=$ac_useropt
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
case $ac_user_opts in
@@ -1341,17 +1389,17 @@ do
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
x_libraries=$ac_optarg ;;
- -*) as_fn_error "unrecognized option: \`$ac_option'
-Try \`$0 --help' for more information."
+ -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; }
;;
*=*)
ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
# Reject names that are not valid shell variable names.
- case $ac_envvar in #(
- '' | [0-9]* | *[!_$as_cr_alnum]* )
- as_fn_error "invalid variable name: \`$ac_envvar'" ;;
- esac
+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
+ { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
+ { (exit 1); exit 1; }; }
eval $ac_envvar=\$ac_optarg
export $ac_envvar ;;
@@ -1368,13 +1416,15 @@ done
if test -n "$ac_prev"; then
ac_option=--`echo $ac_prev | sed 's/_/-/g'`
- as_fn_error "missing argument to $ac_option"
+ { $as_echo "$as_me: error: missing argument to $ac_option" >&2
+ { (exit 1); exit 1; }; }
fi
if test -n "$ac_unrecognized_opts"; then
case $enable_option_checking in
no) ;;
- fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
+ fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
+ { (exit 1); exit 1; }; } ;;
*) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
esac
fi
@@ -1397,7 +1447,8 @@ do
[\\/$]* | ?:[\\/]* ) continue;;
NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
esac
- as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
+ { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; }
done
# There might be people who depend on the old broken behavior: `$host'
@@ -1427,9 +1478,11 @@ test "$silent" = yes && exec 6>/dev/null
ac_pwd=`pwd` && test -n "$ac_pwd" &&
ac_ls_di=`ls -di .` &&
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
- as_fn_error "working directory cannot be determined"
+ { $as_echo "$as_me: error: working directory cannot be determined" >&2
+ { (exit 1); exit 1; }; }
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
- as_fn_error "pwd does not report name of working directory"
+ { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
+ { (exit 1); exit 1; }; }
# Find the source files, if location was not specified.
@@ -1468,11 +1521,13 @@ else
fi
if test ! -r "$srcdir/$ac_unique_file"; then
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
- as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
+ { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
+ { (exit 1); exit 1; }; }
fi
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
ac_abs_confdir=`(
- cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
+ cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
+ { (exit 1); exit 1; }; }
pwd)`
# When building in place, set srcdir=.
if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1590,6 +1645,7 @@ Optional Features:
--disable-rpath do not hardcode runtime library paths
--disable-sdltest Do not try to compile and run a test SDL program
--enable-sound=... force selection of sound backend (alsa/null/oss/pulseaudio/sdl) (default: sdl)
+ --enable-libcdio use GNU libcdio for CD-ROM support (default=no)
--enable-opengl build OpenGL plugin (default=no)
--enable-dynarec=... force selection of dynamic recompiler platform (auto/no/x86/x86_64/ppc) (default: auto)
@@ -1613,7 +1669,7 @@ Some influential environment variables:
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
LIBS libraries to pass to the linker, e.g. -l<library>
- CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
+ CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
CPP C preprocessor
CCAS assembler compiler command (defaults to CC)
@@ -1637,7 +1693,6 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to the package provider.
_ACEOF
ac_status=$?
fi
@@ -1701,372 +1756,21 @@ test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
pcsx configure 1.9
-generated by GNU Autoconf 2.65
+generated by GNU Autoconf 2.63
-Copyright (C) 2009 Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
_ACEOF
exit
fi
-
-## ------------------------ ##
-## Autoconf initialization. ##
-## ------------------------ ##
-
-# ac_fn_c_try_compile LINENO
-# --------------------------
-# Try to compile conftest.$ac_ext, and return whether this succeeded.
-ac_fn_c_try_compile ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- rm -f conftest.$ac_objext
- if { { ac_try="$ac_compile"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
- (eval "$ac_compile") 2>conftest.err
- ac_status=$?
- if test -s conftest.err; then
- grep -v '^ *+' conftest.err >conftest.er1
- cat conftest.er1 >&5
- mv -f conftest.er1 conftest.err
- fi
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } && {
- test -z "$ac_c_werror_flag" ||
- test ! -s conftest.err
- } && test -s conftest.$ac_objext; then :
- ac_retval=0
-else
- $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_retval=1
-fi
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} # ac_fn_c_try_compile
-
-# ac_fn_c_try_link LINENO
-# -----------------------
-# Try to link conftest.$ac_ext, and return whether this succeeded.
-ac_fn_c_try_link ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- rm -f conftest.$ac_objext conftest$ac_exeext
- if { { ac_try="$ac_link"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
- (eval "$ac_link") 2>conftest.err
- ac_status=$?
- if test -s conftest.err; then
- grep -v '^ *+' conftest.err >conftest.er1
- cat conftest.er1 >&5
- mv -f conftest.er1 conftest.err
- fi
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } && {
- test -z "$ac_c_werror_flag" ||
- test ! -s conftest.err
- } && test -s conftest$ac_exeext && {
- test "$cross_compiling" = yes ||
- $as_test_x conftest$ac_exeext
- }; then :
- ac_retval=0
-else
- $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_retval=1
-fi
- # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
- # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
- # interfere with the next link command; also delete a directory that is
- # left behind by Apple's compiler. We do this before executing the actions.
- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} # ac_fn_c_try_link
-
-# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
-# -------------------------------------------------------
-# Tests whether HEADER exists and can be compiled using the include files in
-# INCLUDES, setting the cache variable VAR accordingly.
-ac_fn_c_check_header_compile ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-$as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#include <$2>
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- eval "$3=yes"
-else
- eval "$3=no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-eval ac_res=\$$3
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
-} # ac_fn_c_check_header_compile
-
-# ac_fn_c_try_cpp LINENO
-# ----------------------
-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
-ac_fn_c_try_cpp ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- if { { ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
- ac_status=$?
- if test -s conftest.err; then
- grep -v '^ *+' conftest.err >conftest.er1
- cat conftest.er1 >&5
- mv -f conftest.er1 conftest.err
- fi
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } >/dev/null && {
- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
- test ! -s conftest.err
- }; then :
- ac_retval=0
-else
- $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_retval=1
-fi
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} # ac_fn_c_try_cpp
-
-# ac_fn_c_try_run LINENO
-# ----------------------
-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
-# that executables *can* be run.
-ac_fn_c_try_run ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- if { { ac_try="$ac_link"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
- (eval "$ac_link") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
- { { case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
- (eval "$ac_try") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; }; then :
- ac_retval=0
-else
- $as_echo "$as_me: program exited with status $ac_status" >&5
- $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_retval=$ac_status
-fi
- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
- as_fn_set_status $ac_retval
-
-} # ac_fn_c_try_run
-
-# ac_fn_c_check_func LINENO FUNC VAR
-# ----------------------------------
-# Tests whether FUNC exists, setting the cache variable VAR accordingly
-ac_fn_c_check_func ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-$as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
- For example, HP-UX 11i <limits.h> declares gettimeofday. */
-#define $2 innocuous_$2
-
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $2 (); below.
- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- <limits.h> exists even on freestanding compilers. */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $2
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $2 ();
-/* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
-#if defined __stub_$2 || defined __stub___$2
-choke me
-#endif
-
-int
-main ()
-{
-return $2 ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- eval "$3=yes"
-else
- eval "$3=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-fi
-eval ac_res=\$$3
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
-} # ac_fn_c_check_func
-
-# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
-# -------------------------------------------------------
-# Tests whether HEADER exists, giving a warning if it cannot be compiled using
-# the include files in INCLUDES and setting the cache variable VAR
-# accordingly.
-ac_fn_c_check_header_mongrel ()
-{
- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-$as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
- $as_echo_n "(cached) " >&6
-fi
-eval ac_res=\$$3
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
- # Is the header compilable?
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
-$as_echo_n "checking $2 usability... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-$4
-#include <$2>
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_header_compiler=yes
-else
- ac_header_compiler=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
-$as_echo_n "checking $2 presence... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <$2>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
- ac_header_preproc=yes
-else
- ac_header_preproc=no
-fi
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So? What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
- yes:no: )
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
- ;;
- no:yes:* )
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
- ;;
-esac
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-$as_echo_n "checking for $2... " >&6; }
-if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
- $as_echo_n "(cached) " >&6
-else
- eval "$3=\$ac_header_compiler"
-fi
-eval ac_res=\$$3
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-fi
- eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-
-} # ac_fn_c_check_header_mongrel
cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pcsx $as_me 1.9, which was
-generated by GNU Autoconf 2.65. Invocation command line was
+generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -2102,8 +1806,8 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- $as_echo "PATH: $as_dir"
- done
+ $as_echo "PATH: $as_dir"
+done
IFS=$as_save_IFS
} >&5
@@ -2140,9 +1844,9 @@ do
ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
case $ac_pass in
- 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+ 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2)
- as_fn_append ac_configure_args1 " '$ac_arg'"
+ ac_configure_args1="$ac_configure_args1 '$ac_arg'"
if test $ac_must_keep_next = true; then
ac_must_keep_next=false # Got value, back to normal.
else
@@ -2158,13 +1862,13 @@ do
-* ) ac_must_keep_next=true ;;
esac
fi
- as_fn_append ac_configure_args " '$ac_arg'"
+ ac_configure_args="$ac_configure_args '$ac_arg'"
;;
esac
done
done
-{ ac_configure_args0=; unset ac_configure_args0;}
-{ ac_configure_args1=; unset ac_configure_args1;}
+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
# When interrupted or exit'd, cleanup temporary files, and complete
# config.log. We remove comments because anyway the quotes in there
@@ -2189,13 +1893,13 @@ _ASBOX
case $ac_val in #(
*${as_nl}*)
case $ac_var in #(
- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
esac
case $ac_var in #(
_ | IFS | as_nl) ;; #(
BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
- *) { eval $ac_var=; unset $ac_var;} ;;
+ *) $as_unset $ac_var ;;
esac ;;
esac
done
@@ -2267,39 +1971,37 @@ _ASBOX
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do
- trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
done
ac_signal=0
# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -f -r conftest* confdefs.h
-$as_echo "/* confdefs.h */" > confdefs.h
-
# Predefined preprocessor variables.
cat >>confdefs.h <<_ACEOF
#define PACKAGE_NAME "$PACKAGE_NAME"
_ACEOF
+
cat >>confdefs.h <<_ACEOF
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
_ACEOF
+
cat >>confdefs.h <<_ACEOF
#define PACKAGE_VERSION "$PACKAGE_VERSION"
_ACEOF
+
cat >>confdefs.h <<_ACEOF
#define PACKAGE_STRING "$PACKAGE_STRING"
_ACEOF
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
-_ACEOF
cat >>confdefs.h <<_ACEOF
-#define PACKAGE_URL "$PACKAGE_URL"
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
_ACEOF
@@ -2319,8 +2021,8 @@ fi
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
do
test "x$ac_site_file" = xNONE && continue
- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+ if test -r "$ac_site_file"; then
+ { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
sed 's/^/| /' "$ac_site_file" >&5
. "$ac_site_file"
@@ -2328,10 +2030,10 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
done
if test -r "$cache_file"; then
- # Some versions of bash will fail to source /dev/null (special files
- # actually), so we avoid doing that. DJGPP emulates it as a regular file.
- if test /dev/null != "$cache_file" && test -f "$cache_file"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+ # Some versions of bash will fail to source /dev/null (special
+ # files actually), so we avoid doing that.
+ if test -f "$cache_file"; then
+ { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
$as_echo "$as_me: loading cache $cache_file" >&6;}
case $cache_file in
[\\/]* | ?:[\\/]* ) . "$cache_file";;
@@ -2339,7 +2041,7 @@ $as_echo "$as_me: loading cache $cache_file" >&6;}
esac
fi
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+ { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
$as_echo "$as_me: creating cache $cache_file" >&6;}
>$cache_file
fi
@@ -2355,11 +2057,11 @@ for ac_var in $ac_precious_vars; do
eval ac_new_val=\$ac_env_${ac_var}_value
case $ac_old_set,$ac_new_set in
set,)
- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ac_cache_corrupted=: ;;
,set)
- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
ac_cache_corrupted=: ;;
,);;
@@ -2369,17 +2071,17 @@ $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
ac_old_val_w=`echo x $ac_old_val`
ac_new_val_w=`echo x $ac_new_val`
if test "$ac_old_val_w" != "$ac_new_val_w"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
ac_cache_corrupted=:
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+ { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
eval $ac_var=\$ac_old_val
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
+ { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
+ { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fi;;
esac
@@ -2391,20 +2093,43 @@ $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
esac
case " $ac_configure_args " in
*" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
- *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+ *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
esac
fi
done
if $ac_cache_corrupted; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+ { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
- as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
+ { (exit 1); exit 1; }; }
fi
-## -------------------- ##
-## Main body of script. ##
-## -------------------- ##
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@@ -2416,16 +2141,24 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
- for ac_t in install-sh install.sh shtool; do
- if test -f "$ac_dir/$ac_t"; then
- ac_aux_dir=$ac_dir
- ac_install_sh="$ac_aux_dir/$ac_t -c"
- break 2
- fi
- done
+ if test -f "$ac_dir/install-sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install-sh -c"
+ break
+ elif test -f "$ac_dir/install.sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install.sh -c"
+ break
+ elif test -f "$ac_dir/shtool"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/shtool install -c"
+ break
+ fi
done
if test -z "$ac_aux_dir"; then
- as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
+$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
+ { (exit 1); exit 1; }; }
fi
# These three variables are undocumented and unsupported,
@@ -2439,27 +2172,35 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
# Make sure we can run config.sub.
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
- as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
+$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
+ { (exit 1); exit 1; }; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
+{ $as_echo "$as_me:$LINENO: checking build system type" >&5
$as_echo_n "checking build system type... " >&6; }
-if test "${ac_cv_build+set}" = set; then :
+if test "${ac_cv_build+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_build_alias=$build_alias
test "x$ac_build_alias" = x &&
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
test "x$ac_build_alias" = x &&
- as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
+$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
+ { (exit 1); exit 1; }; }
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
- as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
$as_echo "$ac_cv_build" >&6; }
case $ac_cv_build in
*-*-*) ;;
-*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
+$as_echo "$as_me: error: invalid value of canonical build" >&2;}
+ { (exit 1); exit 1; }; };;
esac
build=$ac_cv_build
ac_save_IFS=$IFS; IFS='-'
@@ -2475,24 +2216,28 @@ IFS=$ac_save_IFS
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
+{ $as_echo "$as_me:$LINENO: checking host system type" >&5
$as_echo_n "checking host system type... " >&6; }
-if test "${ac_cv_host+set}" = set; then :
+if test "${ac_cv_host+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test "x$host_alias" = x; then
ac_cv_host=$ac_cv_build
else
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
- as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
$as_echo "$ac_cv_host" >&6; }
case $ac_cv_host in
*-*-*) ;;
-*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
+$as_echo "$as_me: error: invalid value of canonical host" >&2;}
+ { (exit 1); exit 1; }; };;
esac
host=$ac_cv_host
ac_save_IFS=$IFS; IFS='-'
@@ -2508,24 +2253,28 @@ IFS=$ac_save_IFS
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
+{ $as_echo "$as_me:$LINENO: checking target system type" >&5
$as_echo_n "checking target system type... " >&6; }
-if test "${ac_cv_target+set}" = set; then :
+if test "${ac_cv_target+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test "x$target_alias" = x; then
ac_cv_target=$ac_cv_host
else
ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
- as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
$as_echo "$ac_cv_target" >&6; }
case $ac_cv_target in
*-*-*) ;;
-*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
+$as_echo "$as_me: error: invalid value of canonical target" >&2;}
+ { (exit 1); exit 1; }; };;
esac
target=$ac_cv_target
ac_save_IFS=$IFS; IFS='-'
@@ -2547,7 +2296,7 @@ test -n "$target_alias" &&
test "$program_prefix$program_suffix$program_transform_name" = \
NONENONEs,x,x, &&
program_prefix=${target_alias}-
-am__api_version='1.11'
+am__api_version='1.10'
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
@@ -2563,10 +2312,10 @@ am__api_version='1.11'
# OS/2's system install, which has a completely different semantic
# ./install, which can be erroneously created by make from ./install.sh.
# Reject install programs that cannot install multiple files.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
$as_echo_n "checking for a BSD-compatible install... " >&6; }
if test -z "$INSTALL"; then
-if test "${ac_cv_path_install+set}" = set; then :
+if test "${ac_cv_path_install+set}" = set; then
$as_echo_n "(cached) " >&6
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2574,11 +2323,11 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- # Account for people who put trailing slashes in PATH elements.
-case $as_dir/ in #((
- ./ | .// | /[cC]/* | \
+ # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in
+ ./ | .// | /cC/* | \
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
- ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
/usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
@@ -2615,7 +2364,7 @@ case $as_dir/ in #((
;;
esac
- done
+done
IFS=$as_save_IFS
rm -rf conftest.one conftest.two conftest.dir
@@ -2631,7 +2380,7 @@ fi
INSTALL=$ac_install_sh
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
$as_echo "$INSTALL" >&6; }
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -2642,34 +2391,21 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
+{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
$as_echo_n "checking whether build environment is sane... " >&6; }
# Just in case
sleep 1
echo timestamp > conftest.file
-# Reject unsafe characters in $srcdir or the absolute working directory
-# name. Accept space and tab only in the latter.
-am_lf='
-'
-case `pwd` in
- *[\\\"\#\$\&\'\`$am_lf]*)
- as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
-esac
-case $srcdir in
- *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
- as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
-esac
-
# Do `set' in a subshell so we don't clobber the current shell's
# arguments. Must try -L first in case configure is actually a
# symlink; some systems play weird games with the mod time of symlinks
# (eg FreeBSD returns the mod time of the symlink's containing
# directory).
if (
- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+ set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
if test "$*" = "X"; then
# -L didn't work.
- set X `ls -t "$srcdir/configure" conftest.file`
+ set X `ls -t $srcdir/configure conftest.file`
fi
rm -f conftest.file
if test "$*" != "X $srcdir/configure conftest.file" \
@@ -2679,8 +2415,11 @@ if (
# if, for instance, CONFIG_SHELL is bash and it inherits a
# broken ls alias from the environment. This has actually
# happened. Such a system could not be considered "sane".
- as_fn_error "ls -t appears to fail. Make sure there is not a broken
-alias in your environment" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&5
+$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
+alias in your environment" >&2;}
+ { (exit 1); exit 1; }; }
fi
test "$2" = conftest.file
@@ -2689,10 +2428,13 @@ then
# Ok.
:
else
- as_fn_error "newly created file is older than distributed files!
-Check your system clock" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
+Check your system clock" >&5
+$as_echo "$as_me: error: newly created file is older than distributed files!
+Check your system clock" >&2;}
+ { (exit 1); exit 1; }; }
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+{ $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
test "$program_prefix" != NONE &&
program_transform_name="s&^&$program_prefix&;$program_transform_name"
@@ -2707,136 +2449,20 @@ program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`
-if test x"${MISSING+set}" != xset; then
- case $am_aux_dir in
- *\ * | *\ *)
- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
- *)
- MISSING="\${SHELL} $am_aux_dir/missing" ;;
- esac
-fi
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
# Use eval to expand $SHELL
if eval "$MISSING --run true"; then
am_missing_run="$MISSING --run "
else
am_missing_run=
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
+ { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
fi
-if test x"${install_sh}" != xset; then
- case $am_aux_dir in
- *\ * | *\ *)
- install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
- *)
- install_sh="\${SHELL} $am_aux_dir/install-sh"
- esac
-fi
-
-# Installed binaries are usually stripped using `strip' when the user
-# run `make install-strip'. However `strip' might not be the right
-# tool to use in cross-compilation environments, therefore Automake
-# will honor the `STRIP' environment variable to overrule this program.
-if test "$cross_compiling" != no; then
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
-set dummy ${ac_tool_prefix}strip; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_STRIP+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$STRIP"; then
- ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_STRIP="${ac_tool_prefix}strip"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
-fi
-fi
-STRIP=$ac_cv_prog_STRIP
-if test -n "$STRIP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
-$as_echo "$STRIP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_STRIP"; then
- ac_ct_STRIP=$STRIP
- # Extract the first word of "strip", so it can be a program name with args.
-set dummy strip; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- if test -n "$ac_ct_STRIP"; then
- ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
- ac_cv_prog_ac_ct_STRIP="strip"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
-if test -n "$ac_ct_STRIP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
-$as_echo "$ac_ct_STRIP" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
- if test "x$ac_ct_STRIP" = x; then
- STRIP=":"
- else
- case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
- STRIP=$ac_ct_STRIP
- fi
-else
- STRIP="$ac_cv_prog_STRIP"
-fi
-
-fi
-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
+{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
if test -z "$MKDIR_P"; then
- if test "${ac_cv_path_mkdir+set}" = set; then :
+ if test "${ac_cv_path_mkdir+set}" = set; then
$as_echo_n "(cached) " >&6
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -2844,7 +2470,7 @@ for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_prog in mkdir gmkdir; do
+ for ac_prog in mkdir gmkdir; do
for ac_exec_ext in '' $ac_executable_extensions; do
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
@@ -2856,12 +2482,11 @@ do
esac
done
done
- done
+done
IFS=$as_save_IFS
fi
- test -d ./--version && rmdir ./--version
if test "${ac_cv_path_mkdir+set}" = set; then
MKDIR_P="$ac_cv_path_mkdir -p"
else
@@ -2869,10 +2494,11 @@ fi
# value for MKDIR_P within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the value is a relative name.
+ test -d ./--version && rmdir ./--version
MKDIR_P="$ac_install_sh -d"
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
$as_echo "$MKDIR_P" >&6; }
mkdir_p="$MKDIR_P"
@@ -2885,9 +2511,9 @@ for ac_prog in gawk mawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_AWK+set}" = set; then :
+if test "${ac_cv_prog_AWK+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$AWK"; then
@@ -2898,24 +2524,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_AWK="$ac_prog"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
AWK=$ac_cv_prog_AWK
if test -n "$AWK"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+ { $as_echo "$as_me:$LINENO: result: $AWK" >&5
$as_echo "$AWK" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -2923,11 +2549,11 @@ fi
test -n "$AWK" && break
done
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
set x ${MAKE-make}
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
$as_echo_n "(cached) " >&6
else
cat >conftest.make <<\_ACEOF
@@ -2945,11 +2571,11 @@ esac
rm -f conftest.make
fi
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
SET_MAKE=
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
SET_MAKE="MAKE=${MAKE-make}"
fi
@@ -2969,7 +2595,9 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then
am__isrc=' -I$(srcdir)'
# test to see if srcdir already configured
if test -f $srcdir/config.status; then
- as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
+$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
+ { (exit 1); exit 1; }; }
fi
fi
@@ -3013,6 +2641,108 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
+
+# Installed binaries are usually stripped using `strip' when the user
+# run `make install-strip'. However `strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the `STRIP' environment variable to overrule this program.
+if test "$cross_compiling" != no; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_STRIP+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$STRIP"; then
+ ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+ { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
+$as_echo "$STRIP" >&6; }
+else
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+ ac_ct_STRIP=$STRIP
+ # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_STRIP"; then
+ ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_STRIP="strip"
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
+$as_echo "$ac_ct_STRIP" >&6; }
+else
+ { $as_echo "$as_me:$LINENO: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+ if test "x$ac_ct_STRIP" = x; then
+ STRIP=":"
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+ STRIP=$ac_ct_STRIP
+ fi
+else
+ STRIP="$ac_cv_prog_STRIP"
+fi
+
+fi
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
# Always define AMTAR for backward compatibility.
@@ -3025,17 +2755,16 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
+{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
# Check whether --enable-maintainer-mode was given.
-if test "${enable_maintainer_mode+set}" = set; then :
+if test "${enable_maintainer_mode+set}" = set; then
enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
else
USE_MAINTAINER_MODE=no
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
+ { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
$as_echo "$USE_MAINTAINER_MODE" >&6; }
if test $USE_MAINTAINER_MODE = yes; then
MAINTAINER_MODE_TRUE=
@@ -3060,9 +2789,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
set dummy ${ac_tool_prefix}gcc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_CC+set}" = set; then :
+if test "${ac_cv_prog_CC+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$CC"; then
@@ -3073,24 +2802,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}gcc"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5
$as_echo "$CC" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -3100,9 +2829,9 @@ if test -z "$ac_cv_prog_CC"; then
ac_ct_CC=$CC
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_CC"; then
@@ -3113,24 +2842,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="gcc"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
$as_echo "$ac_ct_CC" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -3139,7 +2868,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -3153,9 +2882,9 @@ if test -z "$CC"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
set dummy ${ac_tool_prefix}cc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_CC+set}" = set; then :
+if test "${ac_cv_prog_CC+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$CC"; then
@@ -3166,24 +2895,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="${ac_tool_prefix}cc"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5
$as_echo "$CC" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -3193,9 +2922,9 @@ fi
if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_CC+set}" = set; then :
+if test "${ac_cv_prog_CC+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$CC"; then
@@ -3207,18 +2936,18 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
ac_prog_rejected=yes
continue
fi
ac_cv_prog_CC="cc"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
if test $ac_prog_rejected = yes; then
@@ -3237,10 +2966,10 @@ fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5
$as_echo "$CC" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -3252,9 +2981,9 @@ if test -z "$CC"; then
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_CC+set}" = set; then :
+if test "${ac_cv_prog_CC+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$CC"; then
@@ -3265,24 +2994,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
CC=$ac_cv_prog_CC
if test -n "$CC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
+ { $as_echo "$as_me:$LINENO: result: $CC" >&5
$as_echo "$CC" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -3296,9 +3025,9 @@ if test -z "$CC"; then
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_CC"; then
@@ -3309,24 +3038,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_CC="$ac_prog"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
$as_echo "$ac_ct_CC" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -3339,7 +3068,7 @@ done
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -3350,37 +3079,57 @@ fi
fi
-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "no acceptable C compiler found in \$PATH
-See \`config.log' for more details." "$LINENO" 5; }
+{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
+See \`config.log' for more details." >&5
+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }; }
# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
set X $ac_compile
ac_compiler=$2
-for ac_option in --version -v -V -qversion; do
- { { ac_try="$ac_compiler $ac_option >&5"
+{ (ac_try="$ac_compiler --version >&5"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
- (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compiler --version >&5") 2>&5
ac_status=$?
- if test -s conftest.err; then
- sed '10a\
-... rest of stderr output deleted ...
- 10q' conftest.err >conftest.er1
- cat conftest.er1 >&5
- fi
- rm -f conftest.er1 conftest.err
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }
-done
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (ac_try="$ac_compiler -v >&5"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compiler -v >&5") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (ac_try="$ac_compiler -V >&5"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compiler -V >&5") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -3396,8 +3145,8 @@ ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
# Try to create an executable without -o first, disregard a.out.
# It will help us diagnose broken compilers, and finding out an intuition
# of exeext.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
-$as_echo_n "checking whether the C compiler works... " >&6; }
+{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
+$as_echo_n "checking for C compiler default output file name... " >&6; }
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
# The possible output files:
@@ -3413,17 +3162,17 @@ do
done
rm -f $ac_rmfiles
-if { { ac_try="$ac_link_default"
+if { (ac_try="$ac_link_default"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
(eval "$ac_link_default") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then :
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
# Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
# in a Makefile. We should not override ac_cv_exeext if it was cached,
@@ -3440,7 +3189,7 @@ do
# certainly right.
break;;
*.* )
- if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
then :; else
ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fi
@@ -3459,42 +3208,84 @@ test "$ac_cv_exeext" = no && ac_cv_exeext=
else
ac_file=''
fi
-if test -z "$ac_file"; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-$as_echo "$as_me: failed program was:" >&5
+
+{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
+$as_echo "$ac_file" >&6; }
+if test -z "$ac_file"; then
+ $as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-{ as_fn_set_status 77
-as_fn_error "C compiler cannot create executables
-See \`config.log' for more details." "$LINENO" 5; }; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
+{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
+See \`config.log' for more details." >&5
+$as_echo "$as_me: error: C compiler cannot create executables
+See \`config.log' for more details." >&2;}
+ { (exit 77); exit 77; }; }; }
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
-$as_echo_n "checking for C compiler default output file name... " >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
-$as_echo "$ac_file" >&6; }
+
ac_exeext=$ac_cv_exeext
+# Check that the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
+$as_echo_n "checking whether the C compiler works... " >&6; }
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
+# If not cross compiling, check that we can run a simple program.
+if test "$cross_compiling" != yes; then
+ if { ac_try='./$ac_file'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ cross_compiling=no
+ else
+ if test "$cross_compiling" = maybe; then
+ cross_compiling=yes
+ else
+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details." >&5
+$as_echo "$as_me: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }; }
+ fi
+ fi
+fi
+{ $as_echo "$as_me:$LINENO: result: yes" >&5
+$as_echo "yes" >&6; }
+
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
ac_clean_files=$ac_clean_files_save
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
+# Check that the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
+$as_echo_n "checking whether we are cross compiling... " >&6; }
+{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
+$as_echo "$cross_compiling" >&6; }
+
+{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
$as_echo_n "checking for suffix of executables... " >&6; }
-if { { ac_try="$ac_link"
+if { (ac_try="$ac_link"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
(eval "$ac_link") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then :
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
# If both `conftest.exe' and `conftest' are `present' (well, observable)
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
# work properly (i.e., refer to `conftest.exe'), while it won't with
@@ -3509,83 +3300,32 @@ for ac_file in conftest.exe conftest conftest.*; do
esac
done
else
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot compute suffix of executables: cannot compile and link
-See \`config.log' for more details." "$LINENO" 5; }
+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details." >&5
+$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }; }
fi
-rm -f conftest conftest$ac_cv_exeext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+
+rm -f conftest$ac_cv_exeext
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
$as_echo "$ac_cv_exeext" >&6; }
rm -f conftest.$ac_ext
EXEEXT=$ac_cv_exeext
ac_exeext=$EXEEXT
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <stdio.h>
-int
-main ()
-{
-FILE *f = fopen ("conftest.out", "w");
- return ferror (f) || fclose (f) != 0;
-
- ;
- return 0;
-}
-_ACEOF
-ac_clean_files="$ac_clean_files conftest.out"
-# Check that the compiler produces executables we can run. If not, either
-# the compiler is broken, or we cross compile.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
-$as_echo_n "checking whether we are cross compiling... " >&6; }
-if test "$cross_compiling" != yes; then
- { { ac_try="$ac_link"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
- (eval "$ac_link") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }
- if { ac_try='./conftest$ac_cv_exeext'
- { { case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
- (eval "$ac_try") 2>&5
- ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; }; then
- cross_compiling=no
- else
- if test "$cross_compiling" = maybe; then
- cross_compiling=yes
- else
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot run C compiled programs.
-If you meant to cross compile, use \`--host'.
-See \`config.log' for more details." "$LINENO" 5; }
- fi
- fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
-$as_echo "$cross_compiling" >&6; }
-
-rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
-ac_clean_files=$ac_clean_files_save
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
$as_echo_n "checking for suffix of object files... " >&6; }
-if test "${ac_cv_objext+set}" = set; then :
+if test "${ac_cv_objext+set}" = set; then
$as_echo_n "(cached) " >&6
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -3597,17 +3337,17 @@ main ()
}
_ACEOF
rm -f conftest.o conftest.obj
-if { { ac_try="$ac_compile"
+if { (ac_try="$ac_compile"
case "(($ac_try" in
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
*) ac_try_echo=$ac_try;;
esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
(eval "$ac_compile") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then :
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
for ac_file in conftest.o conftest.obj conftest.*; do
test -f "$ac_file" || continue;
case $ac_file in
@@ -3620,23 +3360,31 @@ else
$as_echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "cannot compute suffix of object files: cannot compile
-See \`config.log' for more details." "$LINENO" 5; }
+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
+See \`config.log' for more details." >&5
+$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }; }
fi
+
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
$as_echo "$ac_cv_objext" >&6; }
OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if test "${ac_cv_c_compiler_gnu+set}" = set; then :
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
$as_echo_n "(cached) " >&6
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -3650,16 +3398,37 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
ac_compiler_gnu=yes
else
- ac_compiler_gnu=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_compiler_gnu=no
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_cv_c_compiler_gnu=$ac_compiler_gnu
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
$as_echo "$ac_cv_c_compiler_gnu" >&6; }
if test $ac_compiler_gnu = yes; then
GCC=yes
@@ -3668,16 +3437,20 @@ else
fi
ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
$as_echo_n "checking whether $CC accepts -g... " >&6; }
-if test "${ac_cv_prog_cc_g+set}" = set; then :
+if test "${ac_cv_prog_cc_g+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_save_c_werror_flag=$ac_c_werror_flag
ac_c_werror_flag=yes
ac_cv_prog_cc_g=no
CFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -3688,11 +3461,35 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
ac_cv_prog_cc_g=yes
else
- CFLAGS=""
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ CFLAGS=""
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -3703,12 +3500,36 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ :
else
- ac_c_werror_flag=$ac_save_c_werror_flag
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_c_werror_flag=$ac_save_c_werror_flag
CFLAGS="-g"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -3719,17 +3540,42 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
ac_cv_prog_cc_g=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac_c_werror_flag=$ac_save_c_werror_flag
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
$as_echo "$ac_cv_prog_cc_g" >&6; }
if test "$ac_test_CFLAGS" = set; then
CFLAGS=$ac_save_CFLAGS
@@ -3746,14 +3592,18 @@ else
CFLAGS=
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
-if test "${ac_cv_prog_cc_c89+set}" = set; then :
+if test "${ac_cv_prog_cc_c89+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_cv_prog_cc_c89=no
ac_save_CC=$CC
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdarg.h>
#include <stdio.h>
@@ -3810,9 +3660,32 @@ for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
do
CC="$ac_save_CC $ac_arg"
- if ac_fn_c_try_compile "$LINENO"; then :
+ rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
ac_cv_prog_cc_c89=$ac_arg
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
+
rm -f core conftest.err conftest.$ac_objext
test "x$ac_cv_prog_cc_c89" != "xno" && break
done
@@ -3823,19 +3696,17 @@ fi
# AC_CACHE_VAL
case "x$ac_cv_prog_cc_c89" in
x)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
+ { $as_echo "$as_me:$LINENO: result: none needed" >&5
$as_echo "none needed" >&6; } ;;
xno)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
+ { $as_echo "$as_me:$LINENO: result: unsupported" >&5
$as_echo "unsupported" >&6; } ;;
*)
CC="$CC $ac_cv_prog_cc_c89"
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
esac
-if test "x$ac_cv_prog_cc_c89" != xno; then :
-fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@@ -3850,44 +3721,44 @@ ac_config_commands="$ac_config_commands depfiles"
am_make=${MAKE-make}
cat > confinc << 'END'
am__doit:
- @echo this is the am__doit target
+ @echo done
.PHONY: am__doit
END
# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
$as_echo_n "checking for style of include used by $am_make... " >&6; }
am__include="#"
am__quote=
_am_result=none
# First try GNU make style include.
echo "include confinc" > confmf
-# Ignore all kinds of additional output from `make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
- am__include=include
- am__quote=
- _am_result=GNU
- ;;
-esac
+# We grep out `Entering directory' and `Leaving directory'
+# messages which can occur if `w' ends up in MAKEFLAGS.
+# In particular we don't look at `^make:' because GNU make might
+# be invoked under some other name (usually "gmake"), in which
+# case it prints its new name instead of `make'.
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
+ am__include=include
+ am__quote=
+ _am_result=GNU
+fi
# Now try BSD make style include.
if test "$am__include" = "#"; then
echo '.include "confinc"' > confmf
- case `$am_make -s -f confmf 2> /dev/null` in #(
- *the\ am__doit\ target*)
- am__include=.include
- am__quote="\""
- _am_result=BSD
- ;;
- esac
+ if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
+ am__include=.include
+ am__quote="\""
+ _am_result=BSD
+ fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
$as_echo "$_am_result" >&6; }
rm -f confinc confmf
# Check whether --enable-dependency-tracking was given.
-if test "${enable_dependency_tracking+set}" = set; then :
+if test "${enable_dependency_tracking+set}" = set; then
enableval=$enable_dependency_tracking;
fi
@@ -3907,9 +3778,9 @@ fi
depcc="$CC" am_compiler_list=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
$as_echo_n "checking dependency style of $depcc... " >&6; }
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
@@ -3935,11 +3806,6 @@ else
if test "$am_compiler_list" = ""; then
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
fi
- am__universal=false
- case " $depcc " in #(
- *\ -arch\ *\ -arch\ *) am__universal=true ;;
- esac
-
for depmode in $am_compiler_list; do
# Setup a source with many dependencies, because some compilers
# like to wrap large dependency lists on column 80 (with \), and
@@ -3957,17 +3823,7 @@ else
done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
- # mode. It turns out that the SunPro C++ compiler does not properly
- # handle `-M -o', and we need to detect this. Also, some Intel
- # versions had trouble with output in subdirs
- am__obj=sub/conftest.${OBJEXT-o}
- am__minus_obj="-o $am__obj"
case $depmode in
- gcc)
- # This depmode causes a compiler race in universal mode.
- test "$am__universal" = false || continue
- ;;
nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
@@ -3977,23 +3833,19 @@ else
break
fi
;;
- msvisualcpp | msvcmsys)
- # This compiler won't grok `-c -o', but also, the minuso test has
- # not run yet. These depmodes are late enough in the game, and
- # so weak that their functioning should not be impacted.
- am__obj=conftest.${OBJEXT-o}
- am__minus_obj=
- ;;
none) break ;;
esac
+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
+ # mode. It turns out that the SunPro C++ compiler does not properly
+ # handle `-M -o', and we need to detect this.
if depmode=$depmode \
- source=sub/conftest.c object=$am__obj \
+ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
>/dev/null 2>conftest.err &&
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
# icc doesn't choke on unknown options, it will just issue warnings
# or remarks (even with -Werror). So we grep stderr for any message
@@ -4017,7 +3869,7 @@ else
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
@@ -4035,9 +3887,9 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_RANLIB+set}" = set; then :
+if test "${ac_cv_prog_RANLIB+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$RANLIB"; then
@@ -4048,24 +3900,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+ { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
$as_echo "$RANLIB" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -4075,9 +3927,9 @@ if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_RANLIB"; then
@@ -4088,24 +3940,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_RANLIB="ranlib"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
$as_echo "$ac_ct_RANLIB" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -4114,7 +3966,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -4125,7 +3977,7 @@ else
fi
# Check whether --enable-static was given.
-if test "${enable_static+set}" = set; then :
+if test "${enable_static+set}" = set; then
enableval=$enable_static; p=${PACKAGE-default}
case $enableval in
yes) enable_static=yes ;;
@@ -4157,14 +4009,14 @@ fi
case `pwd` in
*\ * | *\ *)
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
+ { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
esac
-macro_version='2.2.6b'
-macro_revision='1.3017'
+macro_version='2.2.6'
+macro_revision='1.3012'
@@ -4180,9 +4032,9 @@ macro_revision='1.3017'
ltmain="$ac_aux_dir/ltmain.sh"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
+{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
-if test "${ac_cv_path_SED+set}" = set; then :
+if test "${ac_cv_path_SED+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
@@ -4190,7 +4042,7 @@ else
ac_script="$ac_script$as_nl$ac_script"
done
echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
- { ac_script=; unset ac_script;}
+ $as_unset ac_script || ac_script=
if test -z "$SED"; then
ac_path_SED_found=false
# Loop through the user's path and test for each of PROGNAME-LIST
@@ -4199,7 +4051,7 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_prog in sed gsed; do
+ for ac_prog in sed gsed; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
{ test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
@@ -4219,7 +4071,7 @@ case `"$ac_path_SED" --version 2>&1` in
$as_echo '' >> "conftest.nl"
"$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
- as_fn_arith $ac_count + 1 && ac_count=$as_val
+ ac_count=`expr $ac_count + 1`
if test $ac_count -gt ${ac_path_SED_max-0}; then
# Best one so far, save it but keep looking for a better one
ac_cv_path_SED="$ac_path_SED"
@@ -4234,17 +4086,19 @@ esac
$ac_path_SED_found && break 3
done
done
- done
+done
IFS=$as_save_IFS
if test -z "$ac_cv_path_SED"; then
- as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
+$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
fi
else
ac_cv_path_SED=$SED
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
$as_echo "$ac_cv_path_SED" >&6; }
SED="$ac_cv_path_SED"
rm -f conftest.sed
@@ -4262,9 +4116,9 @@ Xsed="$SED -e 1s/^X//"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
+{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
-if test "${ac_cv_path_GREP+set}" = set; then :
+if test "${ac_cv_path_GREP+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -z "$GREP"; then
@@ -4275,7 +4129,7 @@ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_prog in grep ggrep; do
+ for ac_prog in grep ggrep; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
@@ -4295,7 +4149,7 @@ case `"$ac_path_GREP" --version 2>&1` in
$as_echo 'GREP' >> "conftest.nl"
"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
- as_fn_arith $ac_count + 1 && ac_count=$as_val
+ ac_count=`expr $ac_count + 1`
if test $ac_count -gt ${ac_path_GREP_max-0}; then
# Best one so far, save it but keep looking for a better one
ac_cv_path_GREP="$ac_path_GREP"
@@ -4310,24 +4164,26 @@ esac
$ac_path_GREP_found && break 3
done
done
- done
+done
IFS=$as_save_IFS
if test -z "$ac_cv_path_GREP"; then
- as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
+ { (exit 1); exit 1; }; }
fi
else
ac_cv_path_GREP=$GREP
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
$as_echo "$ac_cv_path_GREP" >&6; }
GREP="$ac_cv_path_GREP"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
+{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
$as_echo_n "checking for egrep... " >&6; }
-if test "${ac_cv_path_EGREP+set}" = set; then :
+if test "${ac_cv_path_EGREP+set}" = set; then
$as_echo_n "(cached) " >&6
else
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
@@ -4341,7 +4197,7 @@ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_prog in egrep; do
+ for ac_prog in egrep; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
@@ -4361,7 +4217,7 @@ case `"$ac_path_EGREP" --version 2>&1` in
$as_echo 'EGREP' >> "conftest.nl"
"$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
- as_fn_arith $ac_count + 1 && ac_count=$as_val
+ ac_count=`expr $ac_count + 1`
if test $ac_count -gt ${ac_path_EGREP_max-0}; then
# Best one so far, save it but keep looking for a better one
ac_cv_path_EGREP="$ac_path_EGREP"
@@ -4376,10 +4232,12 @@ esac
$ac_path_EGREP_found && break 3
done
done
- done
+done
IFS=$as_save_IFS
if test -z "$ac_cv_path_EGREP"; then
- as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
+ { (exit 1); exit 1; }; }
fi
else
ac_cv_path_EGREP=$EGREP
@@ -4387,14 +4245,14 @@ fi
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
$as_echo "$ac_cv_path_EGREP" >&6; }
EGREP="$ac_cv_path_EGREP"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
+{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
$as_echo_n "checking for fgrep... " >&6; }
-if test "${ac_cv_path_FGREP+set}" = set; then :
+if test "${ac_cv_path_FGREP+set}" = set; then
$as_echo_n "(cached) " >&6
else
if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
@@ -4408,7 +4266,7 @@ for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_prog in fgrep; do
+ for ac_prog in fgrep; do
for ac_exec_ext in '' $ac_executable_extensions; do
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
{ test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
@@ -4428,7 +4286,7 @@ case `"$ac_path_FGREP" --version 2>&1` in
$as_echo 'FGREP' >> "conftest.nl"
"$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
- as_fn_arith $ac_count + 1 && ac_count=$as_val
+ ac_count=`expr $ac_count + 1`
if test $ac_count -gt ${ac_path_FGREP_max-0}; then
# Best one so far, save it but keep looking for a better one
ac_cv_path_FGREP="$ac_path_FGREP"
@@ -4443,10 +4301,12 @@ esac
$ac_path_FGREP_found && break 3
done
done
- done
+done
IFS=$as_save_IFS
if test -z "$ac_cv_path_FGREP"; then
- as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
+ { (exit 1); exit 1; }; }
fi
else
ac_cv_path_FGREP=$FGREP
@@ -4454,7 +4314,7 @@ fi
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
$as_echo "$ac_cv_path_FGREP" >&6; }
FGREP="$ac_cv_path_FGREP"
@@ -4480,7 +4340,7 @@ test -z "$GREP" && GREP=grep
# Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
+if test "${with_gnu_ld+set}" = set; then
withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
else
with_gnu_ld=no
@@ -4489,7 +4349,7 @@ fi
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+ { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
$as_echo_n "checking for ld used by $CC... " >&6; }
case $host in
*-*-mingw*)
@@ -4519,13 +4379,13 @@ $as_echo_n "checking for ld used by $CC... " >&6; }
;;
esac
elif test "$with_gnu_ld" = yes; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+ { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
$as_echo_n "checking for GNU ld... " >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+ { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
$as_echo_n "checking for non-GNU ld... " >&6; }
fi
-if test "${lt_cv_path_LD+set}" = set; then :
+if test "${lt_cv_path_LD+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -z "$LD"; then
@@ -4556,16 +4416,18 @@ fi
LD="$lt_cv_path_LD"
if test -n "$LD"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+ { $as_echo "$as_me:$LINENO: result: $LD" >&5
$as_echo "$LD" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
+$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if test "${lt_cv_prog_gnu_ld+set}" = set; then :
+if test "${lt_cv_prog_gnu_ld+set}" = set; then
$as_echo_n "(cached) " >&6
else
# I'd rather use --version here, but apparently some GNU lds only accept -v.
@@ -4578,7 +4440,7 @@ case `$LD -v 2>&1 </dev/null` in
;;
esac
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
$as_echo "$lt_cv_prog_gnu_ld" >&6; }
with_gnu_ld=$lt_cv_prog_gnu_ld
@@ -4590,9 +4452,9 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
+{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
-if test "${lt_cv_path_NM+set}" = set; then :
+if test "${lt_cv_path_NM+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$NM"; then
@@ -4639,7 +4501,7 @@ else
: ${lt_cv_path_NM=no}
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
$as_echo "$lt_cv_path_NM" >&6; }
if test "$lt_cv_path_NM" != "no"; then
NM="$lt_cv_path_NM"
@@ -4650,9 +4512,9 @@ else
do
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
+if test "${ac_cv_prog_DUMPBIN+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$DUMPBIN"; then
@@ -4663,24 +4525,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
DUMPBIN=$ac_cv_prog_DUMPBIN
if test -n "$DUMPBIN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
+ { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
$as_echo "$DUMPBIN" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -4694,9 +4556,9 @@ if test -z "$DUMPBIN"; then
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_DUMPBIN"; then
@@ -4707,24 +4569,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
if test -n "$ac_ct_DUMPBIN"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
$as_echo "$ac_ct_DUMPBIN" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -4737,7 +4599,7 @@ done
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -4757,44 +4619,44 @@ test -z "$NM" && NM=nm
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
+{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
$as_echo_n "checking the name lister ($NM) interface... " >&6; }
-if test "${lt_cv_nm_interface+set}" = set; then :
+if test "${lt_cv_nm_interface+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext
- (eval echo "\"\$as_me:4767: $ac_compile\"" >&5)
+ (eval echo "\"\$as_me:4629: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5
- (eval echo "\"\$as_me:4770: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+ (eval echo "\"\$as_me:4632: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5
- (eval echo "\"\$as_me:4773: output\"" >&5)
+ (eval echo "\"\$as_me:4635: output\"" >&5)
cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin"
fi
rm -f conftest*
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
$as_echo "$lt_cv_nm_interface" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
+{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
$as_echo_n "checking whether ln -s works... " >&6; }
LN_S=$as_ln_s
if test "$LN_S" = "ln -s"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
+ { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
$as_echo "no, using $LN_S" >&6; }
fi
# find the maximum length of command line arguments
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
+{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
$as_echo_n "checking the maximum length of command line arguments... " >&6; }
-if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
+if test "${lt_cv_sys_max_cmd_len+set}" = set; then
$as_echo_n "(cached) " >&6
else
i=0
@@ -4912,10 +4774,10 @@ else
fi
if test -n $lt_cv_sys_max_cmd_len ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
+ { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
+ { $as_echo "$as_me:$LINENO: result: none" >&5
$as_echo "none" >&6; }
fi
max_cmd_len=$lt_cv_sys_max_cmd_len
@@ -4929,7 +4791,7 @@ max_cmd_len=$lt_cv_sys_max_cmd_len
: ${MV="mv -f"}
: ${RM="rm -f"}
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
+{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
# Try some XSI features
xsi_shell=no
@@ -4939,17 +4801,17 @@ xsi_shell=no
&& eval 'test $(( 1 + 1 )) -eq 2 \
&& test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
&& xsi_shell=yes
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
+{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
$as_echo "$xsi_shell" >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
+{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
lt_shell_append=no
( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
>/dev/null 2>&1 \
&& lt_shell_append=yes
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
$as_echo "$lt_shell_append" >&6; }
@@ -4984,14 +4846,14 @@ esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
+{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
$as_echo_n "checking for $LD option to reload object files... " >&6; }
-if test "${lt_cv_ld_reload_flag+set}" = set; then :
+if test "${lt_cv_ld_reload_flag+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_ld_reload_flag='-r'
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
$as_echo "$lt_cv_ld_reload_flag" >&6; }
reload_flag=$lt_cv_ld_reload_flag
case $reload_flag in
@@ -5020,9 +4882,9 @@ esac
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
set dummy ${ac_tool_prefix}objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
+if test "${ac_cv_prog_OBJDUMP+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$OBJDUMP"; then
@@ -5033,24 +4895,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
OBJDUMP=$ac_cv_prog_OBJDUMP
if test -n "$OBJDUMP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
+ { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
$as_echo "$OBJDUMP" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -5060,9 +4922,9 @@ if test -z "$ac_cv_prog_OBJDUMP"; then
ac_ct_OBJDUMP=$OBJDUMP
# Extract the first word of "objdump", so it can be a program name with args.
set dummy objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_OBJDUMP"; then
@@ -5073,24 +4935,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OBJDUMP="objdump"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
if test -n "$ac_ct_OBJDUMP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
$as_echo "$ac_ct_OBJDUMP" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -5099,7 +4961,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -5119,9 +4981,9 @@ test -z "$OBJDUMP" && OBJDUMP=objdump
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
+{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
$as_echo_n "checking how to recognize dependent libraries... " >&6; }
-if test "${lt_cv_deplibs_check_method+set}" = set; then :
+if test "${lt_cv_deplibs_check_method+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_file_magic_cmd='$MAGIC_CMD'
@@ -5240,7 +5102,7 @@ linux* | k*bsd*-gnu)
lt_cv_deplibs_check_method=pass_all
;;
-netbsd*)
+netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
else
@@ -5315,7 +5177,7 @@ tpf*)
esac
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
$as_echo "$lt_cv_deplibs_check_method" >&6; }
file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method=$lt_cv_deplibs_check_method
@@ -5335,9 +5197,9 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set dummy ${ac_tool_prefix}ar; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_AR+set}" = set; then :
+if test "${ac_cv_prog_AR+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$AR"; then
@@ -5348,24 +5210,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_AR="${ac_tool_prefix}ar"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
AR=$ac_cv_prog_AR
if test -n "$AR"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
+ { $as_echo "$as_me:$LINENO: result: $AR" >&5
$as_echo "$AR" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -5375,9 +5237,9 @@ if test -z "$ac_cv_prog_AR"; then
ac_ct_AR=$AR
# Extract the first word of "ar", so it can be a program name with args.
set dummy ar; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_AR"; then
@@ -5388,24 +5250,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_AR="ar"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_AR=$ac_cv_prog_ac_ct_AR
if test -n "$ac_ct_AR"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
$as_echo "$ac_ct_AR" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -5414,7 +5276,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -5440,9 +5302,9 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_STRIP+set}" = set; then :
+if test "${ac_cv_prog_STRIP+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$STRIP"; then
@@ -5453,24 +5315,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
STRIP=$ac_cv_prog_STRIP
if test -n "$STRIP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+ { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
$as_echo "$STRIP" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -5480,9 +5342,9 @@ if test -z "$ac_cv_prog_STRIP"; then
ac_ct_STRIP=$STRIP
# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_STRIP"; then
@@ -5493,24 +5355,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_STRIP="strip"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
if test -n "$ac_ct_STRIP"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
$as_echo "$ac_ct_STRIP" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -5519,7 +5381,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -5539,9 +5401,9 @@ test -z "$STRIP" && STRIP=:
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_RANLIB+set}" = set; then :
+if test "${ac_cv_prog_RANLIB+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$RANLIB"; then
@@ -5552,24 +5414,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
RANLIB=$ac_cv_prog_RANLIB
if test -n "$RANLIB"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
+ { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
$as_echo "$RANLIB" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -5579,9 +5441,9 @@ if test -z "$ac_cv_prog_RANLIB"; then
ac_ct_RANLIB=$RANLIB
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_RANLIB"; then
@@ -5592,24 +5454,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_RANLIB="ranlib"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
if test -n "$ac_ct_RANLIB"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
$as_echo "$ac_ct_RANLIB" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -5618,7 +5480,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -5696,9 +5558,9 @@ compiler=$CC
# Check for command to grab the raw symbol name followed by C symbol from nm.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
+{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
-if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
+if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
$as_echo_n "(cached) " >&6
else
@@ -5814,18 +5676,18 @@ void nm_test_func(void){}
int main(){nm_test_var='a';nm_test_func();return(0);}
_LT_EOF
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
# Now try to grab the symbols.
nlist=conftest.nm
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
(eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } && test -s "$nlist"; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && test -s "$nlist"; then
# Try sorting and uniquifying the output.
if sort "$nlist" | uniq > "$nlist"T; then
mv -f "$nlist"T "$nlist"
@@ -5878,11 +5740,11 @@ _LT_EOF
lt_save_CFLAGS="$CFLAGS"
LIBS="conftstm.$ac_objext"
CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } && test -s conftest${ac_exeext}; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && test -s conftest${ac_exeext}; then
pipe_works=yes
fi
LIBS="$lt_save_LIBS"
@@ -5916,10 +5778,10 @@ if test -z "$lt_cv_sys_global_symbol_pipe"; then
lt_cv_sys_global_symbol_to_cdecl=
fi
if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
+ { $as_echo "$as_me:$LINENO: result: failed" >&5
$as_echo "failed" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
+ { $as_echo "$as_me:$LINENO: result: ok" >&5
$as_echo "ok" >&6; }
fi
@@ -5946,7 +5808,7 @@ fi
# Check whether --enable-libtool-lock was given.
-if test "${enable_libtool_lock+set}" = set; then :
+if test "${enable_libtool_lock+set}" = set; then
enableval=$enable_libtool_lock;
fi
@@ -5958,11 +5820,11 @@ case $host in
ia64-*-hpux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
case `/usr/bin/file conftest.$ac_objext` in
*ELF-32*)
HPUX_IA64_MODE="32"
@@ -5976,12 +5838,12 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 5979 "configure"' > conftest.$ac_ext
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ echo '#line 5841 "configure"' > conftest.$ac_ext
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
if test "$lt_cv_prog_gnu_ld" = yes; then
case `/usr/bin/file conftest.$ac_objext` in
*32-bit*)
@@ -6015,11 +5877,11 @@ x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
case `/usr/bin/file conftest.o` in
*32-bit*)
case $host in
@@ -6068,9 +5930,9 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
# On SCO OpenServer 5, we need -belf to get full-featured binaries.
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
+ { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
-if test "${lt_cv_cc_needs_belf+set}" = set; then :
+if test "${lt_cv_cc_needs_belf+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_ext=c
@@ -6079,7 +5941,11 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -6090,13 +5956,38 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
lt_cv_cc_needs_belf=yes
else
- lt_cv_cc_needs_belf=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ lt_cv_cc_needs_belf=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -6104,7 +5995,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
$as_echo "$lt_cv_cc_needs_belf" >&6; }
if test x"$lt_cv_cc_needs_belf" != x"yes"; then
# this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
@@ -6114,11 +6005,11 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; }
sparc*-*solaris*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
case `/usr/bin/file conftest.o` in
*64-bit*)
case $lt_cv_prog_gnu_ld in
@@ -6144,9 +6035,9 @@ need_locks="$enable_libtool_lock"
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
+if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$DSYMUTIL"; then
@@ -6157,24 +6048,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
DSYMUTIL=$ac_cv_prog_DSYMUTIL
if test -n "$DSYMUTIL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
+ { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
$as_echo "$DSYMUTIL" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6184,9 +6075,9 @@ if test -z "$ac_cv_prog_DSYMUTIL"; then
ac_ct_DSYMUTIL=$DSYMUTIL
# Extract the first word of "dsymutil", so it can be a program name with args.
set dummy dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_DSYMUTIL"; then
@@ -6197,24 +6088,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
if test -n "$ac_ct_DSYMUTIL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
$as_echo "$ac_ct_DSYMUTIL" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6223,7 +6114,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -6236,9 +6127,9 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
set dummy ${ac_tool_prefix}nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_NMEDIT+set}" = set; then :
+if test "${ac_cv_prog_NMEDIT+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$NMEDIT"; then
@@ -6249,24 +6140,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
NMEDIT=$ac_cv_prog_NMEDIT
if test -n "$NMEDIT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
+ { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
$as_echo "$NMEDIT" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6276,9 +6167,9 @@ if test -z "$ac_cv_prog_NMEDIT"; then
ac_ct_NMEDIT=$NMEDIT
# Extract the first word of "nmedit", so it can be a program name with args.
set dummy nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_NMEDIT"; then
@@ -6289,24 +6180,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_NMEDIT="nmedit"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
if test -n "$ac_ct_NMEDIT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
$as_echo "$ac_ct_NMEDIT" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6315,7 +6206,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -6328,9 +6219,9 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
set dummy ${ac_tool_prefix}lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_LIPO+set}" = set; then :
+if test "${ac_cv_prog_LIPO+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$LIPO"; then
@@ -6341,24 +6232,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
LIPO=$ac_cv_prog_LIPO
if test -n "$LIPO"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
+ { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
$as_echo "$LIPO" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6368,9 +6259,9 @@ if test -z "$ac_cv_prog_LIPO"; then
ac_ct_LIPO=$LIPO
# Extract the first word of "lipo", so it can be a program name with args.
set dummy lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_LIPO"; then
@@ -6381,24 +6272,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_LIPO="lipo"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
if test -n "$ac_ct_LIPO"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
$as_echo "$ac_ct_LIPO" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6407,7 +6298,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -6420,9 +6311,9 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
set dummy ${ac_tool_prefix}otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_OTOOL+set}" = set; then :
+if test "${ac_cv_prog_OTOOL+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$OTOOL"; then
@@ -6433,24 +6324,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
OTOOL=$ac_cv_prog_OTOOL
if test -n "$OTOOL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
+ { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
$as_echo "$OTOOL" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6460,9 +6351,9 @@ if test -z "$ac_cv_prog_OTOOL"; then
ac_ct_OTOOL=$OTOOL
# Extract the first word of "otool", so it can be a program name with args.
set dummy otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_OTOOL"; then
@@ -6473,24 +6364,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OTOOL="otool"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
if test -n "$ac_ct_OTOOL"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
$as_echo "$ac_ct_OTOOL" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6499,7 +6390,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -6512,9 +6403,9 @@ fi
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
set dummy ${ac_tool_prefix}otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_OTOOL64+set}" = set; then :
+if test "${ac_cv_prog_OTOOL64+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$OTOOL64"; then
@@ -6525,24 +6416,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
OTOOL64=$ac_cv_prog_OTOOL64
if test -n "$OTOOL64"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
+ { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
$as_echo "$OTOOL64" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6552,9 +6443,9 @@ if test -z "$ac_cv_prog_OTOOL64"; then
ac_ct_OTOOL64=$OTOOL64
# Extract the first word of "otool64", so it can be a program name with args.
set dummy otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
+if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -n "$ac_ct_OTOOL64"; then
@@ -6565,24 +6456,24 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_prog_ac_ct_OTOOL64="otool64"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
fi
fi
ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
if test -n "$ac_ct_OTOOL64"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
$as_echo "$ac_ct_OTOOL64" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -6591,7 +6482,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -6627,9 +6518,9 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
+ { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
$as_echo_n "checking for -single_module linker flag... " >&6; }
-if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
+if test "${lt_cv_apple_cc_single_mod+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_apple_cc_single_mod=no
@@ -6654,18 +6545,22 @@ else
rm -f conftest.*
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
+ { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
-if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
+if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_ld_exported_symbols_list=no
save_LDFLAGS=$LDFLAGS
echo "_main" > conftest.sym
LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -6676,17 +6571,42 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
lt_cv_ld_exported_symbols_list=yes
else
- lt_cv_ld_exported_symbols_list=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ lt_cv_ld_exported_symbols_list=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LDFLAGS="$save_LDFLAGS"
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
case $host_os in
rhapsody* | darwin1.[012])
@@ -6728,14 +6648,14 @@ ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
$as_echo_n "checking how to run the C preprocessor... " >&6; }
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
fi
if test -z "$CPP"; then
- if test "${ac_cv_prog_CPP+set}" = set; then :
+ if test "${ac_cv_prog_CPP+set}" = set; then
$as_echo_n "(cached) " >&6
else
# Double quotes because CPP needs to be expanded
@@ -6750,7 +6670,11 @@ do
# <limits.h> exists even on freestanding compilers.
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#ifdef __STDC__
# include <limits.h>
@@ -6759,34 +6683,78 @@ do
#endif
Syntax error
_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ :
else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
# Broken: fails on valid input.
continue
fi
+
rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether nonexistent headers
# can be detected and how.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <ac_nonexistent.h>
_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
# Broken: success on invalid input.
continue
else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
# Passes both tests.
ac_preproc_ok=:
break
fi
+
rm -f conftest.err conftest.$ac_ext
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
+if $ac_preproc_ok; then
break
fi
@@ -6798,7 +6766,7 @@ fi
else
ac_cv_prog_CPP=$CPP
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
$as_echo "$CPP" >&6; }
ac_preproc_ok=false
for ac_c_preproc_warn_flag in '' yes
@@ -6809,7 +6777,11 @@ do
# <limits.h> exists even on freestanding compilers.
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp. "Syntax error" is here to catch this case.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#ifdef __STDC__
# include <limits.h>
@@ -6818,40 +6790,87 @@ do
#endif
Syntax error
_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ :
else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
# Broken: fails on valid input.
continue
fi
+
rm -f conftest.err conftest.$ac_ext
# OK, works on sane cases. Now check whether nonexistent headers
# can be detected and how.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <ac_nonexistent.h>
_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
# Broken: success on invalid input.
continue
else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
# Passes both tests.
ac_preproc_ok=:
break
fi
+
rm -f conftest.err conftest.$ac_ext
done
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
rm -f conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-
+if $ac_preproc_ok; then
+ :
else
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details." "$LINENO" 5; }
+{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details." >&5
+$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }; }
fi
ac_ext=c
@@ -6861,12 +6880,16 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }
-if test "${ac_cv_header_stdc+set}" = set; then :
+if test "${ac_cv_header_stdc+set}" = set; then
$as_echo_n "(cached) " >&6
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdlib.h>
#include <stdarg.h>
@@ -6881,23 +6904,48 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
ac_cv_header_stdc=yes
else
- ac_cv_header_stdc=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_header_stdc=no
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <string.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "memchr" >/dev/null 2>&1; then :
-
+ $EGREP "memchr" >/dev/null 2>&1; then
+ :
else
ac_cv_header_stdc=no
fi
@@ -6907,14 +6955,18 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdlib.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "free" >/dev/null 2>&1; then :
-
+ $EGREP "free" >/dev/null 2>&1; then
+ :
else
ac_cv_header_stdc=no
fi
@@ -6924,10 +6976,14 @@ fi
if test $ac_cv_header_stdc = yes; then
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
- if test "$cross_compiling" = yes; then :
+ if test "$cross_compiling" = yes; then
:
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <ctype.h>
#include <stdlib.h>
@@ -6954,34 +7010,118 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-
+rm -f conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ :
else
- ac_cv_header_stdc=no
+ $as_echo "$as_me: program exited with status $ac_status" >&5
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+ac_cv_header_stdc=no
fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
- conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -rf conftest.dSYM
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
+
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
$as_echo "$ac_cv_header_stdc" >&6; }
if test $ac_cv_header_stdc = yes; then
-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define STDC_HEADERS 1
+_ACEOF
fi
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+
+
+
+
+
+
+
+
+
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
inttypes.h stdint.h unistd.h
-do :
- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
-"
-eval as_val=\$$as_ac_Header
- if test "x$as_val" = x""yes; then :
+do
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
+$as_echo_n "checking for $ac_header... " >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ $as_echo_n "(cached) " >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+
+#include <$ac_header>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ eval "$as_ac_Header=yes"
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$as_ac_Header=no"
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+ac_res=`eval 'as_val=${'$as_ac_Header'}
+ $as_echo "$as_val"'`
+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+as_val=`eval 'as_val=${'$as_ac_Header'}
+ $as_echo "$as_val"'`
+ if test "x$as_val" = x""yes; then
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
@@ -6991,13 +7131,62 @@ fi
done
+
for ac_header in dlfcn.h
-do :
- ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
-"
-if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
+do
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
+$as_echo_n "checking for $ac_header... " >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ $as_echo_n "(cached) " >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+
+#include <$ac_header>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ eval "$as_ac_Header=yes"
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$as_ac_Header=no"
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+ac_res=`eval 'as_val=${'$as_ac_Header'}
+ $as_echo "$as_val"'`
+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+as_val=`eval 'as_val=${'$as_ac_Header'}
+ $as_echo "$as_val"'`
+ if test "x$as_val" = x""yes; then
cat >>confdefs.h <<_ACEOF
-#define HAVE_DLFCN_H 1
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
fi
@@ -7017,7 +7206,7 @@ done
# Check whether --enable-shared was given.
-if test "${enable_shared+set}" = set; then :
+if test "${enable_shared+set}" = set; then
enableval=$enable_shared; p=${PACKAGE-default}
case $enableval in
yes) enable_shared=yes ;;
@@ -7050,7 +7239,7 @@ fi
# Check whether --with-pic was given.
-if test "${with_pic+set}" = set; then :
+if test "${with_pic+set}" = set; then
withval=$with_pic; pic_mode="$withval"
else
pic_mode=default
@@ -7066,7 +7255,7 @@ test -z "$pic_mode" && pic_mode=default
# Check whether --enable-fast-install was given.
-if test "${enable_fast_install+set}" = set; then :
+if test "${enable_fast_install+set}" = set; then
enableval=$enable_fast_install; p=${PACKAGE-default}
case $enableval in
yes) enable_fast_install=yes ;;
@@ -7147,9 +7336,9 @@ if test -n "${ZSH_VERSION+set}" ; then
setopt NO_GLOB_SUBST
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
+{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
$as_echo_n "checking for objdir... " >&6; }
-if test "${lt_cv_objdir+set}" = set; then :
+if test "${lt_cv_objdir+set}" = set; then
$as_echo_n "(cached) " >&6
else
rm -f .libs 2>/dev/null
@@ -7162,7 +7351,7 @@ else
fi
rmdir .libs 2>/dev/null
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
$as_echo "$lt_cv_objdir" >&6; }
objdir=$lt_cv_objdir
@@ -7255,9 +7444,9 @@ test -z "$MAGIC_CMD" && MAGIC_CMD=file
case $deplibs_check_method in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
+ { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
$as_echo_n "(cached) " >&6
else
case $MAGIC_CMD in
@@ -7308,10 +7497,10 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+ { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
$as_echo "$MAGIC_CMD" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -7321,9 +7510,9 @@ fi
if test -z "$lt_cv_path_MAGIC_CMD"; then
if test -n "$ac_tool_prefix"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
+ { $as_echo "$as_me:$LINENO: checking for file" >&5
$as_echo_n "checking for file... " >&6; }
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
$as_echo_n "(cached) " >&6
else
case $MAGIC_CMD in
@@ -7374,10 +7563,10 @@ fi
MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
if test -n "$MAGIC_CMD"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
+ { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
$as_echo "$MAGIC_CMD" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -7454,9 +7643,9 @@ lt_prog_compiler_no_builtin_flag=
if test "$GCC" = yes; then
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
+ { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
-if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_prog_compiler_rtti_exceptions=no
@@ -7472,11 +7661,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7475: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:7664: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7479: \$? = $ac_status" >&5
+ echo "$as_me:7668: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -7489,7 +7678,7 @@ else
$RM conftest*
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
@@ -7509,7 +7698,7 @@ fi
lt_prog_compiler_pic=
lt_prog_compiler_static=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
if test "$GCC" = yes; then
@@ -7781,7 +7970,7 @@ case $host_os in
lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
;;
esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
$as_echo "$lt_prog_compiler_pic" >&6; }
@@ -7793,9 +7982,9 @@ $as_echo "$lt_prog_compiler_pic" >&6; }
# Check to make sure the PIC flag actually works.
#
if test -n "$lt_prog_compiler_pic"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
+ { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
-if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
+if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_prog_compiler_pic_works=no
@@ -7811,11 +8000,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7814: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8003: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:7818: \$? = $ac_status" >&5
+ echo "$as_me:8007: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -7828,7 +8017,7 @@ else
$RM conftest*
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
@@ -7852,9 +8041,9 @@ fi
# Check to make sure the static flag actually works.
#
wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
+if test "${lt_cv_prog_compiler_static_works+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_prog_compiler_static_works=no
@@ -7880,7 +8069,7 @@ else
LDFLAGS="$save_LDFLAGS"
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
if test x"$lt_cv_prog_compiler_static_works" = xyes; then
@@ -7895,9 +8084,9 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+ { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_prog_compiler_c_o=no
@@ -7916,11 +8105,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7919: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8108: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:7923: \$? = $ac_status" >&5
+ echo "$as_me:8112: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -7942,7 +8131,7 @@ else
$RM conftest*
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
@@ -7950,9 +8139,9 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
+ { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
$as_echo_n "(cached) " >&6
else
lt_cv_prog_compiler_c_o=no
@@ -7971,11 +8160,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:7974: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:8163: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:7978: \$? = $ac_status" >&5
+ echo "$as_me:8167: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -7997,7 +8186,7 @@ else
$RM conftest*
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
@@ -8006,7 +8195,7 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
hard_links="nottested"
if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
# do not overwrite the value of need_locks provided by the user
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
+ { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
$as_echo_n "checking if we can lock with hard links... " >&6; }
hard_links=yes
$RM conftest*
@@ -8014,10 +8203,10 @@ $as_echo_n "checking if we can lock with hard links... " >&6; }
touch conftest.a
ln conftest.a conftest.b 2>&5 || hard_links=no
ln conftest.a conftest.b 2>/dev/null && hard_links=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
+ { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
$as_echo "$hard_links" >&6; }
if test "$hard_links" = no; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
+ { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
need_locks=warn
fi
@@ -8030,7 +8219,7 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
+ { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
runpath_var=
@@ -8272,7 +8461,7 @@ _LT_EOF
fi
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
wlarc=
@@ -8447,6 +8636,7 @@ _LT_EOF
if test "$aix_use_runtimelinking" = yes; then
shared_flag="$shared_flag "'${wl}-G'
fi
+ link_all_deplibs=no
else
# not using gcc
if test "$host_cpu" = ia64; then
@@ -8472,7 +8662,11 @@ _LT_EOF
allow_undefined_flag='-berok'
# Determine the default libpath from the value encoded in an
# empty executable.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -8483,7 +8677,27 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
lt_aix_libpath_sed='
/Import File Strings/,/^$/ {
@@ -8497,9 +8711,16 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
if test -z "$aix_libpath"; then
aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
fi
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -8512,7 +8733,11 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
else
# Determine the default libpath from the value encoded in an
# empty executable.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -8523,7 +8748,27 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
lt_aix_libpath_sed='
/Import File Strings/,/^$/ {
@@ -8537,9 +8782,16 @@ aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpat
if test -z "$aix_libpath"; then
aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
fi
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
@@ -8751,16 +9003,42 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
# implicitly export all symbols.
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
+ cat >conftest.$ac_ext <<_ACEOF
int foo(void) {}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LDFLAGS="$save_LDFLAGS"
else
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
@@ -8773,7 +9051,7 @@ rm -f core conftest.err conftest.$ac_objext \
link_all_deplibs=yes
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
else
@@ -9016,7 +9294,7 @@ rm -f core conftest.err conftest.$ac_objext \
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
$as_echo "$ld_shlibs" >&6; }
test "$ld_shlibs" = no && can_build_shared=no
@@ -9053,16 +9331,16 @@ x|xyes)
# Test whether the compiler implicitly links with -lc since on some
# systems, -lgcc has to come before -lc. If gcc already passes -lc
# to ld, don't add -lc before -lgcc.
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
+ { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
$RM conftest*
echo "$lt_simple_compile_test_code" > conftest.$ac_ext
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } 2>conftest.err; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } 2>conftest.err; then
soname=conftest
lib=conftest
libobjs=conftest.$ac_objext
@@ -9076,11 +9354,11 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
libname=conftest
lt_save_allow_undefined_flag=$allow_undefined_flag
allow_undefined_flag=
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
(eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
then
archive_cmds_need_lc=no
else
@@ -9091,7 +9369,7 @@ $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
cat conftest.err 1>&5
fi
$RM conftest*
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
+ { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
$as_echo "$archive_cmds_need_lc" >&6; }
;;
esac
@@ -9255,7 +9533,7 @@ esac
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
+ { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
$as_echo_n "checking dynamic linker characteristics... " >&6; }
if test "$GCC" = yes; then
@@ -9677,7 +9955,11 @@ linux* | k*bsd*-gnu)
save_libdir=$libdir
eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
int
@@ -9688,13 +9970,41 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
+ if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
shlibpath_overrides_runpath=yes
fi
+
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LDFLAGS=$save_LDFLAGS
libdir=$save_libdir
@@ -9703,13 +10013,10 @@ rm -f core conftest.err conftest.$ac_objext \
# before this can be enabled.
hardcode_into_libs=yes
- # Add ABI-specific directories to the system library path.
- sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
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;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -9721,6 +10028,18 @@ rm -f core conftest.err conftest.$ac_objext \
dynamic_linker='GNU/Linux ld.so'
;;
+netbsdelf*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ dynamic_linker='NetBSD ld.elf_so'
+ ;;
+
netbsd*)
version_type=sunos
need_lib_prefix=no
@@ -9909,7 +10228,7 @@ uts4*)
dynamic_linker=no
;;
esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
$as_echo "$dynamic_linker" >&6; }
test "$dynamic_linker" = no && can_build_shared=no
@@ -10011,7 +10330,7 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
+ { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
hardcode_action=
if test -n "$hardcode_libdir_flag_spec" ||
@@ -10036,7 +10355,7 @@ else
# directories.
hardcode_action=unsupported
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
$as_echo "$hardcode_action" >&6; }
if test "$hardcode_action" = relink ||
@@ -10081,14 +10400,18 @@ else
darwin*)
# if libdl is installed we need to link against it
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+ { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
@@ -10106,18 +10429,43 @@ return dlopen ();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
ac_cv_lib_dl_dlopen=yes
else
- ac_cv_lib_dl_dlopen=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_dl_dlopen=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
@@ -10130,18 +10478,106 @@ fi
;;
*)
- ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
-if test "x$ac_cv_func_shl_load" = x""yes; then :
+ { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
+$as_echo_n "checking for shl_load... " >&6; }
+if test "${ac_cv_func_shl_load+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define shl_load innocuous_shl_load
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char shl_load (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef shl_load
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char shl_load ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_shl_load || defined __stub___shl_load
+choke me
+#endif
+
+int
+main ()
+{
+return shl_load ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
+ ac_cv_func_shl_load=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_func_shl_load=no
+fi
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
+$as_echo "$ac_cv_func_shl_load" >&6; }
+if test "x$ac_cv_func_shl_load" = x""yes; then
lt_cv_dlopen="shl_load"
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
+ { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
$as_echo_n "checking for shl_load in -ldld... " >&6; }
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
+if test "${ac_cv_lib_dld_shl_load+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
@@ -10159,32 +10595,145 @@ return shl_load ();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
ac_cv_lib_dld_shl_load=yes
else
- ac_cv_lib_dld_shl_load=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_dld_shl_load=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
-if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
else
- ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
-if test "x$ac_cv_func_dlopen" = x""yes; then :
+ { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
+$as_echo_n "checking for dlopen... " >&6; }
+if test "${ac_cv_func_dlopen+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define dlopen innocuous_dlopen
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char dlopen (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef dlopen
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char dlopen ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_dlopen || defined __stub___dlopen
+choke me
+#endif
+
+int
+main ()
+{
+return dlopen ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
+ ac_cv_func_dlopen=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_func_dlopen=no
+fi
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
+$as_echo "$ac_cv_func_dlopen" >&6; }
+if test "x$ac_cv_func_dlopen" = x""yes; then
lt_cv_dlopen="dlopen"
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+ { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
@@ -10202,28 +10751,57 @@ return dlopen ();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
ac_cv_lib_dl_dlopen=yes
else
- ac_cv_lib_dl_dlopen=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_dl_dlopen=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
+ { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
$as_echo_n "checking for dlopen in -lsvld... " >&6; }
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
+if test "${ac_cv_lib_svld_dlopen+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsvld $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
@@ -10241,28 +10819,57 @@ return dlopen ();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
ac_cv_lib_svld_dlopen=yes
else
- ac_cv_lib_svld_dlopen=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_svld_dlopen=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
-if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
+if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
+ { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
$as_echo_n "checking for dld_link in -ldld... " >&6; }
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
+if test "${ac_cv_lib_dld_dld_link+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldld $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
@@ -10280,18 +10887,43 @@ return dld_link ();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
ac_cv_lib_dld_dld_link=yes
else
- ac_cv_lib_dld_dld_link=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_dld_dld_link=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
-if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
+if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
fi
@@ -10330,9 +10962,9 @@ fi
save_LIBS="$LIBS"
LIBS="$lt_cv_dlopen_libs $LIBS"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
+ { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
$as_echo_n "checking whether a program can dlopen itself... " >&6; }
-if test "${lt_cv_dlopen_self+set}" = set; then :
+if test "${lt_cv_dlopen_self+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test "$cross_compiling" = yes; then :
@@ -10341,7 +10973,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10344 "configure"
+#line 10976 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10400,11 +11032,11 @@ int main ()
return status;
}
_LT_EOF
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) >&5 2>/dev/null
lt_status=$?
case x$lt_status in
@@ -10421,14 +11053,14 @@ rm -fr conftest*
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
$as_echo "$lt_cv_dlopen_self" >&6; }
if test "x$lt_cv_dlopen_self" = xyes; then
wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
+ { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
-if test "${lt_cv_dlopen_self_static+set}" = set; then :
+if test "${lt_cv_dlopen_self_static+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test "$cross_compiling" = yes; then :
@@ -10437,7 +11069,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10440 "configure"
+#line 11072 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10496,11 +11128,11 @@ int main ()
return status;
}
_LT_EOF
- if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
(./conftest; exit; ) >&5 2>/dev/null
lt_status=$?
case x$lt_status in
@@ -10517,7 +11149,7 @@ rm -fr conftest*
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
$as_echo "$lt_cv_dlopen_self_static" >&6; }
fi
@@ -10556,12 +11188,12 @@ fi
striplib=
old_striplib=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
+{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
test -z "$striplib" && striplib="$STRIP --strip-unneeded"
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
else
# FIXME - insert some real tests, host_os isn't really good enough
@@ -10570,15 +11202,15 @@ else
if test -n "$STRIP" ; then
striplib="$STRIP -x"
old_striplib="$STRIP -S"
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
;;
*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
;;
esac
@@ -10596,12 +11228,12 @@ fi
# Report which library types will actually be built
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
+ { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
$as_echo_n "checking if libtool supports shared libraries... " >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
+ { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
$as_echo "$can_build_shared" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
+ { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
$as_echo_n "checking whether to build shared libraries... " >&6; }
test "$can_build_shared" = "no" && enable_shared=no
@@ -10622,14 +11254,14 @@ $as_echo_n "checking whether to build shared libraries... " >&6; }
fi
;;
esac
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
+ { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
$as_echo "$enable_shared" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
+ { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
$as_echo_n "checking whether to build static libraries... " >&6; }
# Make sure either enable_shared or enable_static is yes.
test "$enable_shared" = yes || enable_static=yes
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
+ { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
$as_echo "$enable_static" >&6; }
@@ -10664,13 +11296,109 @@ CC="$lt_save_CC"
# Only expand once:
+# Find a good install program. We prefer a C program (faster),
+# so one script is as good as another. But avoid the broken or
+# incompatible versions:
+# SysV /etc/install, /usr/sbin/install
+# SunOS /usr/etc/install
+# IRIX /sbin/install
+# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
+# ./install, which can be erroneously created by make from ./install.sh.
+# Reject install programs that cannot install multiple files.
+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+if test -z "$INSTALL"; then
+if test "${ac_cv_path_install+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in
+ ./ | .// | /cC/* | \
+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
+ /usr/ucb/* ) ;;
+ *)
+ # OSF1 and SCO ODT 3.0 have their own names for install.
+ # Don't use installbsd from OSF since it installs stuff as root
+ # by default.
+ for ac_prog in ginstall scoinst install; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
+ if test $ac_prog = install &&
+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ # AIX install. It has an incompatible calling convention.
+ :
+ elif test $ac_prog = install &&
+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ # program-specific install script used by HP pwplus--don't use.
+ :
+ else
+ rm -rf conftest.one conftest.two conftest.dir
+ echo one > conftest.one
+ echo two > conftest.two
+ mkdir conftest.dir
+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+ test -s conftest.one && test -s conftest.two &&
+ test -s conftest.dir/conftest.one &&
+ test -s conftest.dir/conftest.two
+ then
+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+ break 3
+ fi
+ fi
+ fi
+ done
+ done
+ ;;
+esac
+
+done
+IFS=$as_save_IFS
+
+rm -rf conftest.one conftest.two conftest.dir
+
+fi
+ if test "${ac_cv_path_install+set}" = set; then
+ INSTALL=$ac_cv_path_install
+ else
+ # As a last resort, use the slow shell script. Don't cache a
+ # value for INSTALL within a source directory, because that will
+ # break other packages using the cache if that directory is
+ # removed, or if the value is a relative name.
+ INSTALL=$ac_install_sh
+ fi
+fi
+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
+$as_echo "$INSTALL" >&6; }
+
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# It thinks the first close brace ends the variable substitution.
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }
-if test "${ac_cv_header_stdc+set}" = set; then :
+if test "${ac_cv_header_stdc+set}" = set; then
$as_echo_n "(cached) " >&6
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdlib.h>
#include <stdarg.h>
@@ -10685,23 +11413,48 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
ac_cv_header_stdc=yes
else
- ac_cv_header_stdc=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_header_stdc=no
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <string.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "memchr" >/dev/null 2>&1; then :
-
+ $EGREP "memchr" >/dev/null 2>&1; then
+ :
else
ac_cv_header_stdc=no
fi
@@ -10711,14 +11464,18 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdlib.h>
_ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "free" >/dev/null 2>&1; then :
-
+ $EGREP "free" >/dev/null 2>&1; then
+ :
else
ac_cv_header_stdc=no
fi
@@ -10728,10 +11485,14 @@ fi
if test $ac_cv_header_stdc = yes; then
# /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
- if test "$cross_compiling" = yes; then :
+ if test "$cross_compiling" = yes; then
:
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <ctype.h>
#include <stdlib.h>
@@ -10758,22 +11519,51 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-
+rm -f conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ :
else
- ac_cv_header_stdc=no
+ $as_echo "$as_me: program exited with status $ac_status" >&5
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+ac_cv_header_stdc=no
fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
- conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -rf conftest.dSYM
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
+
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
$as_echo "$ac_cv_header_stdc" >&6; }
if test $ac_cv_header_stdc = yes; then
-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define STDC_HEADERS 1
+_ACEOF
fi
@@ -10786,9 +11576,9 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
depcc="$CCAS" am_compiler_list=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
$as_echo_n "checking dependency style of $depcc... " >&6; }
-if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then :
+if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
@@ -10814,9 +11604,6 @@ else
if test "$am_compiler_list" = ""; then
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
fi
- am__universal=false
-
-
for depmode in $am_compiler_list; do
# Setup a source with many dependencies, because some compilers
# like to wrap large dependency lists on column 80 (with \), and
@@ -10834,17 +11621,7 @@ else
done
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
- # mode. It turns out that the SunPro C++ compiler does not properly
- # handle `-M -o', and we need to detect this. Also, some Intel
- # versions had trouble with output in subdirs
- am__obj=sub/conftest.${OBJEXT-o}
- am__minus_obj="-o $am__obj"
case $depmode in
- gcc)
- # This depmode causes a compiler race in universal mode.
- test "$am__universal" = false || continue
- ;;
nosideeffect)
# after this tag, mechanisms are not by side-effect, so they'll
# only be used when explicitly requested
@@ -10854,23 +11631,19 @@ else
break
fi
;;
- msvisualcpp | msvcmsys)
- # This compiler won't grok `-c -o', but also, the minuso test has
- # not run yet. These depmodes are late enough in the game, and
- # so weak that their functioning should not be impacted.
- am__obj=conftest.${OBJEXT-o}
- am__minus_obj=
- ;;
none) break ;;
esac
+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
+ # mode. It turns out that the SunPro C++ compiler does not properly
+ # handle `-M -o', and we need to detect this.
if depmode=$depmode \
- source=sub/conftest.c object=$am__obj \
+ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
>/dev/null 2>conftest.err &&
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+ grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
# icc doesn't choke on unknown options, it will just issue warnings
# or remarks (even with -Werror). So we grep stderr for any message
@@ -10894,7 +11667,7 @@ else
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
+{ $as_echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5
$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
@@ -10911,22 +11684,22 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
+ { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
$as_echo_n "checking whether NLS is requested... " >&6; }
# Check whether --enable-nls was given.
-if test "${enable_nls+set}" = set; then :
+if test "${enable_nls+set}" = set; then
enableval=$enable_nls; USE_NLS=$enableval
else
USE_NLS=yes
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+ { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
$as_echo "$USE_NLS" >&6; }
- GETTEXT_MACRO_VERSION=0.18
+ GETTEXT_MACRO_VERSION=0.17
@@ -10961,9 +11734,9 @@ rm -f conf$$.file
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_MSGFMT+set}" = set; then :
+if test "${ac_cv_path_MSGFMT+set}" = set; then
$as_echo_n "(cached) " >&6
else
case "$MSGFMT" in
@@ -10993,18 +11766,18 @@ esac
fi
MSGFMT="$ac_cv_path_MSGFMT"
if test "$MSGFMT" != ":"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
+ { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
$as_echo "$MSGFMT" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_GMSGFMT+set}" = set; then :
+if test "${ac_cv_path_GMSGFMT+set}" = set; then
$as_echo_n "(cached) " >&6
else
case $GMSGFMT in
@@ -11017,14 +11790,14 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
@@ -11033,10 +11806,10 @@ esac
fi
GMSGFMT=$ac_cv_path_GMSGFMT
if test -n "$GMSGFMT"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
+ { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
$as_echo "$GMSGFMT" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -11084,9 +11857,9 @@ rm -f conf$$.file
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_XGETTEXT+set}" = set; then :
+if test "${ac_cv_path_XGETTEXT+set}" = set; then
$as_echo_n "(cached) " >&6
else
case "$XGETTEXT" in
@@ -11116,10 +11889,10 @@ esac
fi
XGETTEXT="$ac_cv_path_XGETTEXT"
if test "$XGETTEXT" != ":"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
+ { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
$as_echo "$XGETTEXT" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -11162,9 +11935,9 @@ rm -f conf$$.file
# Extract the first word of "msgmerge", so it can be a program name with args.
set dummy msgmerge; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_MSGMERGE+set}" = set; then :
+if test "${ac_cv_path_MSGMERGE+set}" = set; then
$as_echo_n "(cached) " >&6
else
case "$MSGMERGE" in
@@ -11193,10 +11966,10 @@ esac
fi
MSGMERGE="$ac_cv_path_MSGMERGE"
if test "$MSGMERGE" != ":"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
+ { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
$as_echo "$MSGMERGE" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -11228,7 +12001,7 @@ fi
# Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
+if test "${with_gnu_ld+set}" = set; then
withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
else
with_gnu_ld=no
@@ -11250,7 +12023,7 @@ fi
ac_prog=ld
if test "$GCC" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
+ { $as_echo "$as_me:$LINENO: checking for ld used by GCC" >&5
$as_echo_n "checking for ld used by GCC... " >&6; }
case $host in
*-*-mingw*)
@@ -11266,7 +12039,7 @@ $as_echo_n "checking for ld used by GCC... " >&6; }
# Canonicalize the path of ld
ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
- ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
+ ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
done
test -z "$LD" && LD="$ac_prog"
;;
@@ -11280,13 +12053,13 @@ $as_echo_n "checking for ld used by GCC... " >&6; }
;;
esac
elif test "$with_gnu_ld" = yes; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+ { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
$as_echo_n "checking for GNU ld... " >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+ { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
$as_echo_n "checking for non-GNU ld... " >&6; }
fi
-if test "${acl_cv_path_LD+set}" = set; then :
+if test "${acl_cv_path_LD+set}" = set; then
$as_echo_n "(cached) " >&6
else
if test -z "$LD"; then
@@ -11300,9 +12073,9 @@ else
# Break only if it was the GNU/non-GNU ld that we prefer.
case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
*GNU* | *'with BFD'*)
- test "$with_gnu_ld" != no && break ;;
+ test "$with_gnu_ld" != no && break ;;
*)
- test "$with_gnu_ld" != yes && break ;;
+ test "$with_gnu_ld" != yes && break ;;
esac
fi
done
@@ -11314,16 +12087,18 @@ fi
LD="$acl_cv_path_LD"
if test -n "$LD"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+ { $as_echo "$as_me:$LINENO: result: $LD" >&5
$as_echo "$LD" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
-test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
+$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
+ { (exit 1); exit 1; }; }
+{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if test "${acl_cv_prog_gnu_ld+set}" = set; then :
+if test "${acl_cv_prog_gnu_ld+set}" = set; then
$as_echo_n "(cached) " >&6
else
# I'd rather use --version here, but apparently some GNU ld's only accept -v.
@@ -11334,16 +12109,16 @@ case `$LD -v 2>&1 </dev/null` in
acl_cv_prog_gnu_ld=no ;;
esac
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
+{ $as_echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
$as_echo "$acl_cv_prog_gnu_ld" >&6; }
with_gnu_ld=$acl_cv_prog_gnu_ld
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
+ { $as_echo "$as_me:$LINENO: checking for shared library run path origin" >&5
$as_echo_n "checking for shared library run path origin... " >&6; }
-if test "${acl_cv_rpath+set}" = set; then :
+if test "${acl_cv_rpath+set}" = set; then
$as_echo_n "(cached) " >&6
else
@@ -11354,7 +12129,7 @@ else
acl_cv_rpath=done
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
+{ $as_echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
$as_echo "$acl_cv_rpath" >&6; }
wl="$acl_cv_wl"
acl_libext="$acl_cv_libext"
@@ -11366,7 +12141,7 @@ $as_echo "$acl_cv_rpath" >&6; }
acl_hardcode_direct="$acl_cv_hardcode_direct"
acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
# Check whether --enable-rpath was given.
-if test "${enable_rpath+set}" = set; then :
+if test "${enable_rpath+set}" = set; then
enableval=$enable_rpath; :
else
enable_rpath=yes
@@ -11374,70 +12149,23 @@ fi
-
- acl_libdirstem=lib
- acl_libdirstem2=
- case "$host_os" in
- solaris*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5
-$as_echo_n "checking for 64-bit host... " >&6; }
-if test "${gl_cv_solaris_64bit+set}" = set; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-#ifdef _LP64
-sixtyfour bits
-#endif
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "sixtyfour bits" >/dev/null 2>&1; then :
- gl_cv_solaris_64bit=yes
-else
- gl_cv_solaris_64bit=no
-fi
-rm -f conftest*
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5
-$as_echo "$gl_cv_solaris_64bit" >&6; }
- if test $gl_cv_solaris_64bit = yes; then
- acl_libdirstem=lib/64
- case "$host_cpu" in
- sparc*) acl_libdirstem2=lib/sparcv9 ;;
- i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
+ acl_libdirstem=lib
+ searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+ if test -n "$searchpath"; then
+ acl_save_IFS="${IFS= }"; IFS=":"
+ for searchdir in $searchpath; do
+ if test -d "$searchdir"; then
+ case "$searchdir" in
+ */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+ *) searchdir=`cd "$searchdir" && pwd`
+ case "$searchdir" in
+ */lib64 ) acl_libdirstem=lib64 ;;
+ esac ;;
esac
fi
- ;;
- *)
- searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
- if test -n "$searchpath"; then
- acl_save_IFS="${IFS= }"; IFS=":"
- for searchdir in $searchpath; do
- if test -d "$searchdir"; then
- case "$searchdir" in
- */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
- */../ | */.. )
- # Better ignore directories of this form. They are misleading.
- ;;
- *) searchdir=`cd "$searchdir" && pwd`
- case "$searchdir" in
- */lib64 ) acl_libdirstem=lib64 ;;
- esac ;;
- esac
- fi
- done
- IFS="$acl_save_IFS"
- fi
- ;;
- esac
- test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
-
-
-
+ done
+ IFS="$acl_save_IFS"
+ fi
@@ -11462,7 +12190,7 @@ $as_echo "$gl_cv_solaris_64bit" >&6; }
# Check whether --with-libiconv-prefix was given.
-if test "${with_libiconv_prefix+set}" = set; then :
+if test "${with_libiconv_prefix+set}" = set; then
withval=$with_libiconv_prefix;
if test "X$withval" = "Xno"; then
use_additional=no
@@ -11483,10 +12211,6 @@ if test "${with_libiconv_prefix+set}" = set; then :
else
additional_includedir="$withval/include"
additional_libdir="$withval/$acl_libdirstem"
- if test "$acl_libdirstem2" != "$acl_libdirstem" \
- && ! test -d "$withval/$acl_libdirstem"; then
- additional_libdir="$withval/$acl_libdirstem2"
- fi
fi
fi
@@ -11496,7 +12220,6 @@ fi
LTLIBICONV=
INCICONV=
LIBICONV_PREFIX=
- HAVE_LIBICONV=
rpathdirs=
ltrpathdirs=
names_already_handled=
@@ -11639,9 +12362,7 @@ fi
if test "X$found_dir" != "X"; then
LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
if test "X$found_so" != "X"; then
- if test "$enable_rpath" = no \
- || test "X$found_dir" = "X/usr/$acl_libdirstem" \
- || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
else
haveit=
@@ -11708,16 +12429,7 @@ fi
case "$found_dir" in
*/$acl_libdirstem | */$acl_libdirstem/)
basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
- if test "$name" = 'iconv'; then
- LIBICONV_PREFIX="$basedir"
- fi
- additional_includedir="$basedir/include"
- ;;
- */$acl_libdirstem2 | */$acl_libdirstem2/)
- basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
- if test "$name" = 'iconv'; then
- LIBICONV_PREFIX="$basedir"
- fi
+ LIBICONV_PREFIX="$basedir"
additional_includedir="$basedir/include"
;;
esac
@@ -11766,11 +12478,9 @@ fi
case "$dep" in
-L*)
additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
- && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+ if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
haveit=
- if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
- || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+ if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
if test -n "$GCC"; then
case $host_os in
linux* | gnu* | k*bsd*-gnu) haveit=yes;;
@@ -11920,20 +12630,18 @@ fi
-
-
-
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
+ { $as_echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5
$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
-if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then :
+if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then
$as_echo_n "(cached) " >&6
else
gt_save_LIBS="$LIBS"
LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <CoreFoundation/CFPreferences.h>
int
@@ -11944,30 +12652,61 @@ CFPreferencesCopyAppValue(NULL, NULL)
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
gt_cv_func_CFPreferencesCopyAppValue=yes
else
- gt_cv_func_CFPreferencesCopyAppValue=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ gt_cv_func_CFPreferencesCopyAppValue=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS="$gt_save_LIBS"
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
-$as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
+_ACEOF
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
+ { $as_echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5
$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
-if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then :
+if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then
$as_echo_n "(cached) " >&6
else
gt_save_LIBS="$LIBS"
LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <CoreFoundation/CFLocale.h>
int
@@ -11978,20 +12717,47 @@ CFLocaleCopyCurrent();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
gt_cv_func_CFLocaleCopyCurrent=yes
else
- gt_cv_func_CFLocaleCopyCurrent=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ gt_cv_func_CFLocaleCopyCurrent=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS="$gt_save_LIBS"
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
-$as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_CFLOCALECOPYCURRENT 1
+_ACEOF
fi
INTL_MACOSX_LIBS=
@@ -12036,12 +12802,16 @@ typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
gt_expression_test_code=
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
+ { $as_echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5
$as_echo_n "checking for GNU gettext in libc... " >&6; }
-if { as_var=$gt_func_gnugettext_libc; eval "test \"\${$as_var+set}\" = set"; }; then :
+if { as_var=$gt_func_gnugettext_libc; eval "test \"\${$as_var+set}\" = set"; }; then
$as_echo_n "(cached) " >&6
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <libintl.h>
$gt_revision_test_code
@@ -12056,16 +12826,42 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_b
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
eval "$gt_func_gnugettext_libc=yes"
else
- eval "$gt_func_gnugettext_libc=no"
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$gt_func_gnugettext_libc=no"
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
fi
-eval ac_res=\$$gt_func_gnugettext_libc
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+ac_res=`eval 'as_val=${'$gt_func_gnugettext_libc'}
+ $as_echo "$as_val"'`
+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
@@ -12099,15 +12895,19 @@ $as_echo "$ac_res" >&6; }
done
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
+ { $as_echo "$as_me:$LINENO: checking for iconv" >&5
$as_echo_n "checking for iconv... " >&6; }
-if test "${am_cv_func_iconv+set}" = set; then :
+if test "${am_cv_func_iconv+set}" = set; then
$as_echo_n "(cached) " >&6
else
am_cv_func_iconv="no, consider installing GNU libiconv"
am_cv_lib_iconv=no
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdlib.h>
#include <iconv.h>
@@ -12121,15 +12921,46 @@ iconv_t cd = iconv_open("","");
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
am_cv_func_iconv=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
if test "$am_cv_func_iconv" != yes; then
am_save_LIBS="$LIBS"
LIBS="$LIBS $LIBICONV"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdlib.h>
#include <iconv.h>
@@ -12143,22 +12974,49 @@ iconv_t cd = iconv_open("","");
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
am_cv_lib_iconv=yes
am_cv_func_iconv=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS="$am_save_LIBS"
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
+{ $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
$as_echo "$am_cv_func_iconv" >&6; }
if test "$am_cv_func_iconv" = yes; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
+ { $as_echo "$as_me:$LINENO: checking for working iconv" >&5
$as_echo_n "checking for working iconv... " >&6; }
-if test "${am_cv_func_iconv_works+set}" = set; then :
+if test "${am_cv_func_iconv_works+set}" = set; then
$as_echo_n "(cached) " >&6
else
@@ -12166,13 +13024,17 @@ else
if test $am_cv_lib_iconv = yes; then
LIBS="$LIBS $LIBICONV"
fi
- if test "$cross_compiling" = yes; then :
+ if test "$cross_compiling" = yes; then
case "$host_os" in
aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
*) am_cv_func_iconv_works="guessing yes" ;;
esac
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <iconv.h>
@@ -12198,25 +13060,6 @@ int main ()
return 1;
}
}
- /* Test against Solaris 10 bug: Failures are not distinguishable from
- successful returns. */
- {
- iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
- if (cd_ascii_to_88591 != (iconv_t)(-1))
- {
- static const char input[] = "\263";
- char buf[10];
- const char *inptr = input;
- size_t inbytesleft = strlen (input);
- char *outptr = buf;
- size_t outbytesleft = sizeof (buf);
- size_t res = iconv (cd_ascii_to_88591,
- (char **) &inptr, &inbytesleft,
- &outptr, &outbytesleft);
- if (res == 0)
- return 1;
- }
- }
#if 0 /* This bug could be worked around by the caller. */
/* Test against HP-UX 11.11 bug: Positive return value instead of 0. */
{
@@ -12251,19 +13094,46 @@ int main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
+rm -f conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
am_cv_func_iconv_works=yes
else
- am_cv_func_iconv_works=no
+ $as_echo "$as_me: program exited with status $ac_status" >&5
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+am_cv_func_iconv_works=no
fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
- conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -rf conftest.dSYM
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
+
LIBS="$am_save_LIBS"
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
+{ $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv_works" >&5
$as_echo "$am_cv_func_iconv_works" >&6; }
case "$am_cv_func_iconv_works" in
*no) am_func_iconv=no am_cv_lib_iconv=no ;;
@@ -12274,13 +13144,15 @@ $as_echo "$am_cv_func_iconv_works" >&6; }
fi
if test "$am_func_iconv" = yes; then
-$as_echo "#define HAVE_ICONV 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_ICONV 1
+_ACEOF
fi
if test "$am_cv_lib_iconv" = yes; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
+ { $as_echo "$as_me:$LINENO: checking how to link with libiconv" >&5
$as_echo_n "checking how to link with libiconv... " >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
+ { $as_echo "$as_me:$LINENO: result: $LIBICONV" >&5
$as_echo "$LIBICONV" >&6; }
else
CPPFLAGS="$am_save_CPPFLAGS"
@@ -12295,9 +13167,6 @@ $as_echo "$LIBICONV" >&6; }
-
-
-
use_additional=yes
acl_save_prefix="$prefix"
@@ -12313,7 +13182,7 @@ $as_echo "$LIBICONV" >&6; }
# Check whether --with-libintl-prefix was given.
-if test "${with_libintl_prefix+set}" = set; then :
+if test "${with_libintl_prefix+set}" = set; then
withval=$with_libintl_prefix;
if test "X$withval" = "Xno"; then
use_additional=no
@@ -12334,10 +13203,6 @@ if test "${with_libintl_prefix+set}" = set; then :
else
additional_includedir="$withval/include"
additional_libdir="$withval/$acl_libdirstem"
- if test "$acl_libdirstem2" != "$acl_libdirstem" \
- && ! test -d "$withval/$acl_libdirstem"; then
- additional_libdir="$withval/$acl_libdirstem2"
- fi
fi
fi
@@ -12347,7 +13212,6 @@ fi
LTLIBINTL=
INCINTL=
LIBINTL_PREFIX=
- HAVE_LIBINTL=
rpathdirs=
ltrpathdirs=
names_already_handled=
@@ -12490,9 +13354,7 @@ fi
if test "X$found_dir" != "X"; then
LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
if test "X$found_so" != "X"; then
- if test "$enable_rpath" = no \
- || test "X$found_dir" = "X/usr/$acl_libdirstem" \
- || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
else
haveit=
@@ -12559,16 +13421,7 @@ fi
case "$found_dir" in
*/$acl_libdirstem | */$acl_libdirstem/)
basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
- if test "$name" = 'intl'; then
- LIBINTL_PREFIX="$basedir"
- fi
- additional_includedir="$basedir/include"
- ;;
- */$acl_libdirstem2 | */$acl_libdirstem2/)
- basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
- if test "$name" = 'intl'; then
- LIBINTL_PREFIX="$basedir"
- fi
+ LIBINTL_PREFIX="$basedir"
additional_includedir="$basedir/include"
;;
esac
@@ -12617,11 +13470,9 @@ fi
case "$dep" in
-L*)
additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
- && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+ if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
haveit=
- if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
- || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+ if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
if test -n "$GCC"; then
case $host_os in
linux* | gnu* | k*bsd*-gnu) haveit=yes;;
@@ -12747,21 +13598,20 @@ fi
done
fi
-
-
-
-
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
+ { $as_echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5
$as_echo_n "checking for GNU gettext in libintl... " >&6; }
-if { as_var=$gt_func_gnugettext_libintl; eval "test \"\${$as_var+set}\" = set"; }; then :
+if { as_var=$gt_func_gnugettext_libintl; eval "test \"\${$as_var+set}\" = set"; }; then
$as_echo_n "(cached) " >&6
else
gt_save_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $INCINTL"
gt_save_LIBS="$LIBS"
LIBS="$LIBS $LIBINTL"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <libintl.h>
$gt_revision_test_code
@@ -12780,16 +13630,45 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_a
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
eval "$gt_func_gnugettext_libintl=yes"
else
- eval "$gt_func_gnugettext_libintl=no"
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$gt_func_gnugettext_libintl=no"
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
LIBS="$LIBS $LIBICONV"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <libintl.h>
$gt_revision_test_code
@@ -12808,20 +13687,48 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_a
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
LIBINTL="$LIBINTL $LIBICONV"
LTLIBINTL="$LTLIBINTL $LTLIBICONV"
eval "$gt_func_gnugettext_libintl=yes"
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
fi
CPPFLAGS="$gt_save_CPPFLAGS"
LIBS="$gt_save_LIBS"
fi
-eval ac_res=\$$gt_func_gnugettext_libintl
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+ac_res=`eval 'as_val=${'$gt_func_gnugettext_libintl'}
+ $as_echo "$as_val"'`
+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
fi
@@ -12849,19 +13756,21 @@ $as_echo "$ac_res" >&6; }
if test "$gt_use_preinstalled_gnugettext" = "yes" \
|| test "$nls_cv_use_gnu_gettext" = "yes"; then
-$as_echo "#define ENABLE_NLS 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define ENABLE_NLS 1
+_ACEOF
else
USE_NLS=no
fi
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
+ { $as_echo "$as_me:$LINENO: checking whether to use NLS" >&5
$as_echo_n "checking whether to use NLS... " >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+ { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
$as_echo "$USE_NLS" >&6; }
if test "$USE_NLS" = "yes"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
+ { $as_echo "$as_me:$LINENO: checking where the gettext function comes from" >&5
$as_echo_n "checking where the gettext function comes from... " >&6; }
if test "$gt_use_preinstalled_gnugettext" = "yes"; then
if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
@@ -12872,7 +13781,7 @@ $as_echo_n "checking where the gettext function comes from... " >&6; }
else
gt_source="included intl directory"
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
+ { $as_echo "$as_me:$LINENO: result: $gt_source" >&5
$as_echo "$gt_source" >&6; }
fi
@@ -12880,9 +13789,9 @@ $as_echo "$gt_source" >&6; }
if test "$gt_use_preinstalled_gnugettext" = "yes"; then
if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
+ { $as_echo "$as_me:$LINENO: checking how to link with libintl" >&5
$as_echo_n "checking how to link with libintl... " >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
+ { $as_echo "$as_me:$LINENO: result: $LIBINTL" >&5
$as_echo "$LIBINTL" >&6; }
for element in $INCINTL; do
@@ -12910,10 +13819,14 @@ $as_echo "$LIBINTL" >&6; }
fi
-$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_GETTEXT 1
+_ACEOF
-$as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_DCGETTEXT 1
+_ACEOF
fi
@@ -12944,9 +13857,9 @@ if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
$as_echo_n "(cached) " >&6
else
case $PKG_CONFIG in
@@ -12959,14 +13872,14 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
;;
@@ -12974,10 +13887,10 @@ esac
fi
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
if test -n "$PKG_CONFIG"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
+ { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
$as_echo "$PKG_CONFIG" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -12987,9 +13900,9 @@ if test -z "$ac_cv_path_PKG_CONFIG"; then
ac_pt_PKG_CONFIG=$PKG_CONFIG
# Extract the first word of "pkg-config", so it can be a program name with args.
set dummy pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
$as_echo_n "(cached) " >&6
else
case $ac_pt_PKG_CONFIG in
@@ -13002,14 +13915,14 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
;;
@@ -13017,10 +13930,10 @@ esac
fi
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
if test -n "$ac_pt_PKG_CONFIG"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
+ { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
@@ -13029,7 +13942,7 @@ fi
else
case $cross_compiling:$ac_tool_warned in
yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
@@ -13042,13 +13955,13 @@ fi
fi
if test -n "$PKG_CONFIG"; then
_pkg_min_version=0.9.0
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
+ { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
PKG_CONFIG=""
fi
@@ -13056,40 +13969,44 @@ $as_echo "no" >&6; }
fi
pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB2" >&5
+{ $as_echo "$as_me:$LINENO: checking for GLIB2" >&5
$as_echo_n "checking for GLIB2... " >&6; }
-if test -n "$GLIB2_CFLAGS"; then
- pkg_cv_GLIB2_CFLAGS="$GLIB2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$GLIB2_CFLAGS"; then
+ pkg_cv_GLIB2_CFLAGS="$GLIB2_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_GLIB2_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
-if test -n "$GLIB2_LIBS"; then
- pkg_cv_GLIB2_LIBS="$GLIB2_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$GLIB2_LIBS"; then
+ pkg_cv_GLIB2_LIBS="$GLIB2_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5
($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_GLIB2_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
@@ -13102,61 +14019,69 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- GLIB2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0" 2>&1`
+ GLIB2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0"`
else
- GLIB2_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1`
+ GLIB2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"`
fi
# Put the nasty error message in config.log where it belongs
echo "$GLIB2_PKG_ERRORS" >&5
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
- as_fn_error "*** glib2 not found!" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: *** glib2 not found!" >&5
+$as_echo "$as_me: error: *** glib2 not found!" >&2;}
+ { (exit 1); exit 1; }; }
elif test $pkg_failed = untried; then
- as_fn_error "*** glib2 not found!" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: *** glib2 not found!" >&5
+$as_echo "$as_me: error: *** glib2 not found!" >&2;}
+ { (exit 1); exit 1; }; }
else
GLIB2_CFLAGS=$pkg_cv_GLIB2_CFLAGS
GLIB2_LIBS=$pkg_cv_GLIB2_LIBS
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
:
fi
pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK2" >&5
+{ $as_echo "$as_me:$LINENO: checking for GTK2" >&5
$as_echo_n "checking for GTK2... " >&6; }
-if test -n "$GTK2_CFLAGS"; then
- pkg_cv_GTK2_CFLAGS="$GTK2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$GTK2_CFLAGS"; then
+ pkg_cv_GTK2_CFLAGS="$GTK2_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
-if test -n "$GTK2_LIBS"; then
- pkg_cv_GTK2_LIBS="$GTK2_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$GTK2_LIBS"; then
+ pkg_cv_GTK2_LIBS="$GTK2_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0\"") >&5
($PKG_CONFIG --exists --print-errors "gtk+-2.0") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
@@ -13169,61 +14094,69 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- GTK2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0" 2>&1`
+ GTK2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0"`
else
- GTK2_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0" 2>&1`
+ GTK2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0"`
fi
# Put the nasty error message in config.log where it belongs
echo "$GTK2_PKG_ERRORS" >&5
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
- as_fn_error "*** libgtk2 not found!" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: *** libgtk2 not found!" >&5
+$as_echo "$as_me: error: *** libgtk2 not found!" >&2;}
+ { (exit 1); exit 1; }; }
elif test $pkg_failed = untried; then
- as_fn_error "*** libgtk2 not found!" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: *** libgtk2 not found!" >&5
+$as_echo "$as_me: error: *** libgtk2 not found!" >&2;}
+ { (exit 1); exit 1; }; }
else
GTK2_CFLAGS=$pkg_cv_GTK2_CFLAGS
GTK2_LIBS=$pkg_cv_GTK2_LIBS
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
:
fi
pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLADE2" >&5
+{ $as_echo "$as_me:$LINENO: checking for GLADE2" >&5
$as_echo_n "checking for GLADE2... " >&6; }
-if test -n "$GLADE2_CFLAGS"; then
- pkg_cv_GLADE2_CFLAGS="$GLADE2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libglade-2.0\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$GLADE2_CFLAGS"; then
+ pkg_cv_GLADE2_CFLAGS="$GLADE2_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libglade-2.0\"") >&5
($PKG_CONFIG --exists --print-errors "libglade-2.0") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_GLADE2_CFLAGS=`$PKG_CONFIG --cflags "libglade-2.0" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
-if test -n "$GLADE2_LIBS"; then
- pkg_cv_GLADE2_LIBS="$GLADE2_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libglade-2.0\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$GLADE2_LIBS"; then
+ pkg_cv_GLADE2_LIBS="$GLADE2_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libglade-2.0\"") >&5
($PKG_CONFIG --exists --print-errors "libglade-2.0") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_GLADE2_LIBS=`$PKG_CONFIG --libs "libglade-2.0" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
@@ -13236,29 +14169,33 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- GLADE2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libglade-2.0" 2>&1`
+ GLADE2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libglade-2.0"`
else
- GLADE2_PKG_ERRORS=`$PKG_CONFIG --print-errors "libglade-2.0" 2>&1`
+ GLADE2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libglade-2.0"`
fi
# Put the nasty error message in config.log where it belongs
echo "$GLADE2_PKG_ERRORS" >&5
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
- as_fn_error "*** libglade2 not found!" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: *** libglade2 not found!" >&5
+$as_echo "$as_me: error: *** libglade2 not found!" >&2;}
+ { (exit 1); exit 1; }; }
elif test $pkg_failed = untried; then
- as_fn_error "*** libglade2 not found!" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: *** libglade2 not found!" >&5
+$as_echo "$as_me: error: *** libglade2 not found!" >&2;}
+ { (exit 1); exit 1; }; }
else
GLADE2_CFLAGS=$pkg_cv_GLADE2_CFLAGS
GLADE2_LIBS=$pkg_cv_GLADE2_LIBS
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
:
fi
# Check whether --with-sdl-prefix was given.
-if test "${with_sdl_prefix+set}" = set; then :
+if test "${with_sdl_prefix+set}" = set; then
withval=$with_sdl_prefix; sdl_prefix="$withval"
else
sdl_prefix=""
@@ -13266,14 +14203,14 @@ fi
# Check whether --with-sdl-exec-prefix was given.
-if test "${with_sdl_exec_prefix+set}" = set; then :
+if test "${with_sdl_exec_prefix+set}" = set; then
withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
else
sdl_exec_prefix=""
fi
# Check whether --enable-sdltest was given.
-if test "${enable_sdltest+set}" = set; then :
+if test "${enable_sdltest+set}" = set; then
enableval=$enable_sdltest;
else
enable_sdltest=yes
@@ -13293,15 +14230,14 @@ fi
fi
fi
- as_save_PATH="$PATH"
if test "x$prefix" != xNONE; then
PATH="$prefix/bin:$prefix/usr/bin:$PATH"
fi
# Extract the first word of "sdl-config", so it can be a program name with args.
set dummy sdl-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_SDL_CONFIG+set}" = set; then :
+if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
$as_echo_n "(cached) " >&6
else
case $SDL_CONFIG in
@@ -13314,14 +14250,14 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
@@ -13330,17 +14266,16 @@ esac
fi
SDL_CONFIG=$ac_cv_path_SDL_CONFIG
if test -n "$SDL_CONFIG"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SDL_CONFIG" >&5
+ { $as_echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
$as_echo "$SDL_CONFIG" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
- PATH="$as_save_PATH"
min_sdl_version=1.2.0
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL - version >= $min_sdl_version" >&5
+ { $as_echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
$as_echo_n "checking for SDL - version >= $min_sdl_version... " >&6; }
no_sdl=""
if test "$SDL_CONFIG" = "no" ; then
@@ -13363,10 +14298,14 @@ $as_echo_n "checking for SDL - version >= $min_sdl_version... " >&6; }
CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
LIBS="$LIBS $SDL_LIBS"
rm -f conf.sdltest
- if test "$cross_compiling" = yes; then :
+ if test "$cross_compiling" = yes; then
echo $ac_n "cross compiling; assumed OK... $ac_c"
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdio.h>
@@ -13427,26 +14366,53 @@ int main (int argc, char *argv[])
_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-
+rm -f conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ :
else
- no_sdl=yes
+ $as_echo "$as_me: program exited with status $ac_status" >&5
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+no_sdl=yes
fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
- conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -rf conftest.dSYM
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
+
CFLAGS="$ac_save_CFLAGS"
CXXFLAGS="$ac_save_CXXFLAGS"
LIBS="$ac_save_LIBS"
fi
fi
if test "x$no_sdl" = x ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
:
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
if test "$SDL_CONFIG" = "no" ; then
echo "*** The sdl-config script installed by SDL could not be found"
@@ -13461,7 +14427,11 @@ $as_echo "no" >&6; }
CFLAGS="$CFLAGS $SDL_CFLAGS"
CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
LIBS="$LIBS $SDL_LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <stdio.h>
@@ -13480,7 +14450,27 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
echo "*** The test program compiled, but did not run. This usually means"
echo "*** that the run-time linker is not finding SDL or finding the wrong"
echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
@@ -13491,13 +14481,18 @@ if ac_fn_c_try_link "$LINENO"; then :
echo "*** If you have an old version installed, it is best to remove it, although"
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
else
- echo "*** The test program failed to compile or link. See the file config.log for the"
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ echo "*** The test program failed to compile or link. See the file config.log for the"
echo "*** exact error that occured. This usually means SDL was incorrectly installed"
echo "*** or that you have moved SDL since it was installed. In the latter case, you"
echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
CFLAGS="$ac_save_CFLAGS"
CXXFLAGS="$ac_save_CXXFLAGS"
LIBS="$ac_save_LIBS"
@@ -13505,7 +14500,9 @@ rm -f core conftest.err conftest.$ac_objext \
fi
SDL_CFLAGS=""
SDL_LIBS=""
- as_fn_error "*** SDL not found!" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: *** SDL not found!" >&5
+$as_echo "$as_me: error: *** SDL not found!" >&2;}
+ { (exit 1); exit 1; }; }
fi
@@ -13522,14 +14519,18 @@ rm -f core conftest.err conftest.$ac_objext \
ac_config_files="$ac_config_files Makefile data/Makefile doc/Makefile libpcsxcore/Makefile gui/Makefile plugins/dfinput/Makefile plugins/dfsound/Makefile plugins/dfxvideo/Makefile plugins/dfcdrom/Makefile plugins/dfnet/Makefile plugins/bladesio1/Makefile pixmaps/Makefile po/Makefile.in"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlsym in -ldl" >&5
+{ $as_echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5
$as_echo_n "checking for dlsym in -ldl... " >&6; }
-if test "${ac_cv_lib_dl_dlsym+set}" = set; then :
+if test "${ac_cv_lib_dl_dlsym+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-ldl $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
@@ -13547,29 +14548,58 @@ return dlsym ();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
ac_cv_lib_dl_dlsym=yes
else
- ac_cv_lib_dl_dlsym=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_dl_dlsym=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlsym" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlsym" >&5
$as_echo "$ac_cv_lib_dl_dlsym" >&6; }
-if test "x$ac_cv_lib_dl_dlsym" = x""yes; then :
+if test "x$ac_cv_lib_dl_dlsym" = x""yes; then
LDFLAGS="$LDFLAGS -ldl"
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
+{ $as_echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
$as_echo_n "checking for socket in -lsocket... " >&6; }
-if test "${ac_cv_lib_socket_socket+set}" = set; then :
+if test "${ac_cv_lib_socket_socket+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lsocket $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
@@ -13587,29 +14617,58 @@ return socket ();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
ac_cv_lib_socket_socket=yes
else
- ac_cv_lib_socket_socket=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_socket_socket=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
$as_echo "$ac_cv_lib_socket_socket" >&6; }
-if test "x$ac_cv_lib_socket_socket" = x""yes; then :
+if test "x$ac_cv_lib_socket_socket" = x""yes; then
LDFLAGS="$LDFLAGS -lsocket"
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
+{ $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
-if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
+if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lnsl $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
@@ -13627,29 +14686,58 @@ return gethostbyname ();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
ac_cv_lib_nsl_gethostbyname=yes
else
- ac_cv_lib_nsl_gethostbyname=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_nsl_gethostbyname=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
-if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
+if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
LDFLAGS="$LDFLAGS -lnsl"
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for umem_alloc in -lumem" >&5
+{ $as_echo "$as_me:$LINENO: checking for umem_alloc in -lumem" >&5
$as_echo_n "checking for umem_alloc in -lumem... " >&6; }
-if test "${ac_cv_lib_umem_umem_alloc+set}" = set; then :
+if test "${ac_cv_lib_umem_umem_alloc+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lumem $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any GCC internal prototype to avoid an error.
@@ -13667,18 +14755,43 @@ return umem_alloc ();
return 0;
}
_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
ac_cv_lib_umem_umem_alloc=yes
else
- ac_cv_lib_umem_umem_alloc=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_umem_umem_alloc=no
fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_umem_umem_alloc" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_umem_umem_alloc" >&5
$as_echo "$ac_cv_lib_umem_umem_alloc" >&6; }
-if test "x$ac_cv_lib_umem_umem_alloc" = x""yes; then :
+if test "x$ac_cv_lib_umem_umem_alloc" = x""yes; then
LDFLAGS="$LDFLAGS -lumem"
fi
@@ -13710,7 +14823,7 @@ fi
# Check whether --enable-sound was given.
-if test "${enable_sound+set}" = set; then :
+if test "${enable_sound+set}" = set; then
enableval=$enable_sound; SOUND="$enableval"
else
SOUND="sdl"
@@ -13720,40 +14833,44 @@ fi
if test "x$SOUND" = xalsa; then
pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ALSA" >&5
+{ $as_echo "$as_me:$LINENO: checking for ALSA" >&5
$as_echo_n "checking for ALSA... " >&6; }
-if test -n "$ALSA_CFLAGS"; then
- pkg_cv_ALSA_CFLAGS="$ALSA_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.0\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$ALSA_CFLAGS"; then
+ pkg_cv_ALSA_CFLAGS="$ALSA_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.0\"") >&5
($PKG_CONFIG --exists --print-errors "alsa >= 1.0.0") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.0" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
-if test -n "$ALSA_LIBS"; then
- pkg_cv_ALSA_LIBS="$ALSA_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.0\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$ALSA_LIBS"; then
+ pkg_cv_ALSA_LIBS="$ALSA_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.0\"") >&5
($PKG_CONFIG --exists --print-errors "alsa >= 1.0.0") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.0" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
@@ -13766,14 +14883,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "alsa >= 1.0.0" 2>&1`
+ ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "alsa >= 1.0.0"`
else
- ALSA_PKG_ERRORS=`$PKG_CONFIG --print-errors "alsa >= 1.0.0" 2>&1`
+ ALSA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "alsa >= 1.0.0"`
fi
# Put the nasty error message in config.log where it belongs
echo "$ALSA_PKG_ERRORS" >&5
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
have_alsa=no
elif test $pkg_failed = untried; then
@@ -13781,47 +14898,51 @@ elif test $pkg_failed = untried; then
else
ALSA_CFLAGS=$pkg_cv_ALSA_CFLAGS
ALSA_LIBS=$pkg_cv_ALSA_LIBS
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
have_alsa=yes
fi
elif test "x$SOUND" = xpulseaudio; then
pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PULSEAUDIO" >&5
+{ $as_echo "$as_me:$LINENO: checking for PULSEAUDIO" >&5
$as_echo_n "checking for PULSEAUDIO... " >&6; }
-if test -n "$PULSEAUDIO_CFLAGS"; then
- pkg_cv_PULSEAUDIO_CFLAGS="$PULSEAUDIO_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpulse >= 0.9.16\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$PULSEAUDIO_CFLAGS"; then
+ pkg_cv_PULSEAUDIO_CFLAGS="$PULSEAUDIO_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse >= 0.9.16\"") >&5
($PKG_CONFIG --exists --print-errors "libpulse >= 0.9.16") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_PULSEAUDIO_CFLAGS=`$PKG_CONFIG --cflags "libpulse >= 0.9.16" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
-if test -n "$PULSEAUDIO_LIBS"; then
- pkg_cv_PULSEAUDIO_LIBS="$PULSEAUDIO_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libpulse >= 0.9.16\""; } >&5
+if test -n "$PKG_CONFIG"; then
+ if test -n "$PULSEAUDIO_LIBS"; then
+ pkg_cv_PULSEAUDIO_LIBS="$PULSEAUDIO_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libpulse >= 0.9.16\"") >&5
($PKG_CONFIG --exists --print-errors "libpulse >= 0.9.16") 2>&5
ac_status=$?
- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
- test $ac_status = 0; }; then
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
pkg_cv_PULSEAUDIO_LIBS=`$PKG_CONFIG --libs "libpulse >= 0.9.16" 2>/dev/null`
else
pkg_failed=yes
fi
- else
- pkg_failed=untried
+ fi
+else
+ pkg_failed=untried
fi
@@ -13834,14 +14955,25 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- PULSEAUDIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libpulse >= 0.9.16" 2>&1`
+ PULSEAUDIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpulse >= 0.9.16"`
else
- PULSEAUDIO_PKG_ERRORS=`$PKG_CONFIG --print-errors "libpulse >= 0.9.16" 2>&1`
+ PULSEAUDIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpulse >= 0.9.16"`
fi
# Put the nasty error message in config.log where it belongs
echo "$PULSEAUDIO_PKG_ERRORS" >&5
- as_fn_error "Package requirements (libpulse >= 0.9.16) were not met:
+ { { $as_echo "$as_me:$LINENO: error: Package requirements (libpulse >= 0.9.16) were not met:
+
+$PULSEAUDIO_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables PULSEAUDIO_CFLAGS
+and PULSEAUDIO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+" >&5
+$as_echo "$as_me: error: Package requirements (libpulse >= 0.9.16) were not met:
$PULSEAUDIO_PKG_ERRORS
@@ -13851,11 +14983,12 @@ installed software in a non-standard prefix.
Alternatively, you may set the environment variables PULSEAUDIO_CFLAGS
and PULSEAUDIO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
-" "$LINENO" 5
+" >&2;}
+ { (exit 1); exit 1; }; }
elif test $pkg_failed = untried; then
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+ { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error "The pkg-config script could not be found or is too old. Make sure it
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
@@ -13864,17 +14997,154 @@ and PULSEAUDIO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details." "$LINENO" 5; }
+See \`config.log' for more details." >&5
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables PULSEAUDIO_CFLAGS
+and PULSEAUDIO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }; }
else
PULSEAUDIO_CFLAGS=$pkg_cv_PULSEAUDIO_CFLAGS
PULSEAUDIO_LIBS=$pkg_cv_PULSEAUDIO_LIBS
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ { $as_echo "$as_me:$LINENO: result: yes" >&5
$as_echo "yes" >&6; }
have_pulseaudio=yes
fi
elif test "x$SOUND" = xoss; then
- ac_fn_c_check_header_mongrel "$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
-if test "x$ac_cv_header_sys_soundcard_h" = x""yes; then :
+ if test "${ac_cv_header_sys_soundcard_h+set}" = set; then
+ { $as_echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5
+$as_echo_n "checking for sys/soundcard.h... " >&6; }
+if test "${ac_cv_header_sys_soundcard_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5
+$as_echo "$ac_cv_header_sys_soundcard_h" >&6; }
+else
+ # Is the header compilable?
+{ $as_echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5
+$as_echo_n "checking sys/soundcard.h usability... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <sys/soundcard.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_header_compiler=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5
+$as_echo_n "checking sys/soundcard.h presence... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <sys/soundcard.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ ac_header_preproc=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: sys/soundcard.h: check for missing prerequisite headers?" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: sys/soundcard.h: section \"Present But Cannot Be Compiled\"" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&5
+$as_echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5
+$as_echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;}
+
+ ;;
+esac
+{ $as_echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5
+$as_echo_n "checking for sys/soundcard.h... " >&6; }
+if test "${ac_cv_header_sys_soundcard_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_header_sys_soundcard_h=$ac_header_preproc
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5
+$as_echo "$ac_cv_header_sys_soundcard_h" >&6; }
+
+fi
+if test "x$ac_cv_header_sys_soundcard_h" = x""yes; then
have_oss=yes
else
have_oss=no
@@ -13882,7 +15152,9 @@ fi
if test "x$have_oss" = xno; then
- as_fn_error "sys/soundcard.h not found!" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: sys/soundcard.h not found!" >&5
+$as_echo "$as_me: error: sys/soundcard.h not found!" >&2;}
+ { (exit 1); exit 1; }; }
else
if true; then
SOUND_OSS_TRUE=
@@ -13942,8 +15214,134 @@ fi
-ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_zlib_h" = x""yes; then :
+if test "${ac_cv_header_zlib_h+set}" = set; then
+ { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
+$as_echo_n "checking for zlib.h... " >&6; }
+if test "${ac_cv_header_zlib_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
+$as_echo "$ac_cv_header_zlib_h" >&6; }
+else
+ # Is the header compilable?
+{ $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5
+$as_echo_n "checking zlib.h usability... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <zlib.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_header_compiler=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5
+$as_echo_n "checking zlib.h presence... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <zlib.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ ac_header_preproc=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
+$as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
+$as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
+
+ ;;
+esac
+{ $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
+$as_echo_n "checking for zlib.h... " >&6; }
+if test "${ac_cv_header_zlib_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_header_zlib_h=$ac_header_preproc
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
+$as_echo "$ac_cv_header_zlib_h" >&6; }
+
+fi
+if test "x$ac_cv_header_zlib_h" = x""yes; then
have_zlib=yes
else
have_zlib=no
@@ -13951,10 +15349,138 @@ fi
if test "x$have_zlib" = xno; then
- as_fn_error "unable to find libz headers" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: unable to find libz headers" >&5
+$as_echo "$as_me: error: unable to find libz headers" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test "${ac_cv_header_X11_extensions_Xv_h+set}" = set; then
+ { $as_echo "$as_me:$LINENO: checking for X11/extensions/Xv.h" >&5
+$as_echo_n "checking for X11/extensions/Xv.h... " >&6; }
+if test "${ac_cv_header_X11_extensions_Xv_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
fi
-ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xv.h" "ac_cv_header_X11_extensions_Xv_h" "$ac_includes_default"
-if test "x$ac_cv_header_X11_extensions_Xv_h" = x""yes; then :
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xv_h" >&5
+$as_echo "$ac_cv_header_X11_extensions_Xv_h" >&6; }
+else
+ # Is the header compilable?
+{ $as_echo "$as_me:$LINENO: checking X11/extensions/Xv.h usability" >&5
+$as_echo_n "checking X11/extensions/Xv.h usability... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <X11/extensions/Xv.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_header_compiler=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:$LINENO: checking X11/extensions/Xv.h presence" >&5
+$as_echo_n "checking X11/extensions/Xv.h presence... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <X11/extensions/Xv.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ ac_header_preproc=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xv.h: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: X11/extensions/Xv.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xv.h: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: X11/extensions/Xv.h: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xv.h: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: X11/extensions/Xv.h: present but cannot be compiled" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xv.h: check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: X11/extensions/Xv.h: check for missing prerequisite headers?" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xv.h: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: X11/extensions/Xv.h: see the Autoconf documentation" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xv.h: section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: X11/extensions/Xv.h: section \"Present But Cannot Be Compiled\"" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xv.h: proceeding with the preprocessor's result" >&5
+$as_echo "$as_me: WARNING: X11/extensions/Xv.h: proceeding with the preprocessor's result" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/Xv.h: in the future, the compiler will take precedence" >&5
+$as_echo "$as_me: WARNING: X11/extensions/Xv.h: in the future, the compiler will take precedence" >&2;}
+
+ ;;
+esac
+{ $as_echo "$as_me:$LINENO: checking for X11/extensions/Xv.h" >&5
+$as_echo_n "checking for X11/extensions/Xv.h... " >&6; }
+if test "${ac_cv_header_X11_extensions_Xv_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_header_X11_extensions_Xv_h=$ac_header_preproc
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xv_h" >&5
+$as_echo "$ac_cv_header_X11_extensions_Xv_h" >&6; }
+
+fi
+if test "x$ac_cv_header_X11_extensions_Xv_h" = x""yes; then
have_xv=yes
else
have_xv=no
@@ -13962,10 +15488,138 @@ fi
if test "x$have_xv" = xno; then
- as_fn_error "unable to find xv headers" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: unable to find xv headers" >&5
+$as_echo "$as_me: error: unable to find xv headers" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test "${ac_cv_header_X11_extensions_XTest_h+set}" = set; then
+ { $as_echo "$as_me:$LINENO: checking for X11/extensions/XTest.h" >&5
+$as_echo_n "checking for X11/extensions/XTest.h... " >&6; }
+if test "${ac_cv_header_X11_extensions_XTest_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XTest_h" >&5
+$as_echo "$ac_cv_header_X11_extensions_XTest_h" >&6; }
+else
+ # Is the header compilable?
+{ $as_echo "$as_me:$LINENO: checking X11/extensions/XTest.h usability" >&5
+$as_echo_n "checking X11/extensions/XTest.h usability... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <X11/extensions/XTest.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_header_compiler=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:$LINENO: checking X11/extensions/XTest.h presence" >&5
+$as_echo_n "checking X11/extensions/XTest.h presence... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <X11/extensions/XTest.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ ac_header_preproc=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/XTest.h: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: X11/extensions/XTest.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/XTest.h: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: X11/extensions/XTest.h: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/XTest.h: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: X11/extensions/XTest.h: present but cannot be compiled" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/XTest.h: check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: X11/extensions/XTest.h: check for missing prerequisite headers?" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/XTest.h: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: X11/extensions/XTest.h: see the Autoconf documentation" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/XTest.h: section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: X11/extensions/XTest.h: section \"Present But Cannot Be Compiled\"" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/XTest.h: proceeding with the preprocessor's result" >&5
+$as_echo "$as_me: WARNING: X11/extensions/XTest.h: proceeding with the preprocessor's result" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: X11/extensions/XTest.h: in the future, the compiler will take precedence" >&5
+$as_echo "$as_me: WARNING: X11/extensions/XTest.h: in the future, the compiler will take precedence" >&2;}
+
+ ;;
+esac
+{ $as_echo "$as_me:$LINENO: checking for X11/extensions/XTest.h" >&5
+$as_echo_n "checking for X11/extensions/XTest.h... " >&6; }
+if test "${ac_cv_header_X11_extensions_XTest_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_header_X11_extensions_XTest_h=$ac_header_preproc
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_XTest_h" >&5
+$as_echo "$ac_cv_header_X11_extensions_XTest_h" >&6; }
+
fi
-ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/XTest.h" "ac_cv_header_X11_extensions_XTest_h" "$ac_includes_default"
-if test "x$ac_cv_header_X11_extensions_XTest_h" = x""yes; then :
+if test "x$ac_cv_header_X11_extensions_XTest_h" = x""yes; then
have_xtest=yes
else
have_xtest=no
@@ -13973,11 +15627,256 @@ fi
if test "x$have_xtest" = xno; then
- as_fn_error "unable to find xtest headers" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: unable to find xtest headers" >&5
+$as_echo "$as_me: error: unable to find xtest headers" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+ if false; then
+ USE_LIBCDIO_TRUE=
+ USE_LIBCDIO_FALSE='#'
+else
+ USE_LIBCDIO_TRUE='#'
+ USE_LIBCDIO_FALSE=
+fi
+
+
+# Check whether --enable-libcdio was given.
+if test "${enable_libcdio+set}" = set; then
+ enableval=$enable_libcdio; BUILD_LIBCDIO="$enableval"
+else
+ BUILD_LIBCDIO="no"
+fi
+
+
+if test "$BUILD_LIBCDIO" = "yes"; then
+ if test "${ac_cv_header_cdio_mmc_h+set}" = set; then
+ { $as_echo "$as_me:$LINENO: checking for cdio/mmc.h" >&5
+$as_echo_n "checking for cdio/mmc.h... " >&6; }
+if test "${ac_cv_header_cdio_mmc_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_cdio_mmc_h" >&5
+$as_echo "$ac_cv_header_cdio_mmc_h" >&6; }
+else
+ # Is the header compilable?
+{ $as_echo "$as_me:$LINENO: checking cdio/mmc.h usability" >&5
+$as_echo_n "checking cdio/mmc.h usability... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <cdio/mmc.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_header_compiler=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:$LINENO: checking cdio/mmc.h presence" >&5
+$as_echo_n "checking cdio/mmc.h presence... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <cdio/mmc.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ ac_header_preproc=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { $as_echo "$as_me:$LINENO: WARNING: cdio/mmc.h: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: cdio/mmc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: cdio/mmc.h: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: cdio/mmc.h: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { $as_echo "$as_me:$LINENO: WARNING: cdio/mmc.h: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: cdio/mmc.h: present but cannot be compiled" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: cdio/mmc.h: check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: cdio/mmc.h: check for missing prerequisite headers?" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: cdio/mmc.h: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: cdio/mmc.h: see the Autoconf documentation" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: cdio/mmc.h: section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: cdio/mmc.h: section \"Present But Cannot Be Compiled\"" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: cdio/mmc.h: proceeding with the preprocessor's result" >&5
+$as_echo "$as_me: WARNING: cdio/mmc.h: proceeding with the preprocessor's result" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: cdio/mmc.h: in the future, the compiler will take precedence" >&5
+$as_echo "$as_me: WARNING: cdio/mmc.h: in the future, the compiler will take precedence" >&2;}
+
+ ;;
+esac
+{ $as_echo "$as_me:$LINENO: checking for cdio/mmc.h" >&5
+$as_echo_n "checking for cdio/mmc.h... " >&6; }
+if test "${ac_cv_header_cdio_mmc_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_header_cdio_mmc_h=$ac_header_preproc
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_cdio_mmc_h" >&5
+$as_echo "$ac_cv_header_cdio_mmc_h" >&6; }
+
+fi
+if test "x$ac_cv_header_cdio_mmc_h" = x""yes; then
+ have_mmc=yes
+else
+ have_mmc=no
+fi
+
+
+ if test "x$have_mmc" = xno; then
+ { { $as_echo "$as_me:$LINENO: error: unable to find libcdio headers" >&5
+$as_echo "$as_me: error: unable to find libcdio headers" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ { $as_echo "$as_me:$LINENO: checking for cdio_open in -lcdio" >&5
+$as_echo_n "checking for cdio_open in -lcdio... " >&6; }
+if test "${ac_cv_lib_cdio_cdio_open+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lcdio $LIBS"
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char cdio_open ();
+int
+main ()
+{
+return cdio_open ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext && {
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
+ ac_cv_lib_cdio_cdio_open=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_lib_cdio_cdio_open=no
+fi
+
+rm -rf conftest.dSYM
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_cdio_cdio_open" >&5
+$as_echo "$ac_cv_lib_cdio_cdio_open" >&6; }
+if test "x$ac_cv_lib_cdio_cdio_open" = x""yes; then
+ have_cdiolib=yes
+else
+ have_cdiolib=no
+fi
+
+ if test "x$have_cdiolib" = xno; then
+ { { $as_echo "$as_me:$LINENO: error: unable to find libcdio library" >&5
+$as_echo "$as_me: error: unable to find libcdio library" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if true; then
+ USE_LIBCDIO_TRUE=
+ USE_LIBCDIO_FALSE='#'
+else
+ USE_LIBCDIO_TRUE='#'
+ USE_LIBCDIO_FALSE=
+fi
+
fi
# Check whether --enable-opengl was given.
-if test "${enable_opengl+set}" = set; then :
+if test "${enable_opengl+set}" = set; then
enableval=$enable_opengl; BUILD_OPENGL="$enableval"
else
BUILD_OPENGL="no"
@@ -13987,8 +15886,134 @@ fi
PEOPSXGL=""
if test "$BUILD_OPENGL" = "yes"; then
- ac_fn_c_check_header_mongrel "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "$ac_includes_default"
-if test "x$ac_cv_header_GL_gl_h" = x""yes; then :
+ if test "${ac_cv_header_GL_gl_h+set}" = set; then
+ { $as_echo "$as_me:$LINENO: checking for GL/gl.h" >&5
+$as_echo_n "checking for GL/gl.h... " >&6; }
+if test "${ac_cv_header_GL_gl_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
+$as_echo "$ac_cv_header_GL_gl_h" >&6; }
+else
+ # Is the header compilable?
+{ $as_echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
+$as_echo_n "checking GL/gl.h usability... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <GL/gl.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_header_compiler=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
+$as_echo_n "checking GL/gl.h presence... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <GL/gl.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ ac_header_preproc=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
+$as_echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5
+$as_echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;}
+
+ ;;
+esac
+{ $as_echo "$as_me:$LINENO: checking for GL/gl.h" >&5
+$as_echo_n "checking for GL/gl.h... " >&6; }
+if test "${ac_cv_header_GL_gl_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_header_GL_gl_h=$ac_header_preproc
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
+$as_echo "$ac_cv_header_GL_gl_h" >&6; }
+
+fi
+if test "x$ac_cv_header_GL_gl_h" = x""yes; then
have_gl=yes
else
have_gl=no
@@ -13996,10 +16021,138 @@ fi
if test "x$have_gl" = xno; then
- as_fn_error "unable to find OpenGL headers" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: unable to find OpenGL headers" >&5
+$as_echo "$as_me: error: unable to find OpenGL headers" >&2;}
+ { (exit 1); exit 1; }; }
fi
- ac_fn_c_check_header_mongrel "$LINENO" "GL/glx.h" "ac_cv_header_GL_glx_h" "$ac_includes_default"
-if test "x$ac_cv_header_GL_glx_h" = x""yes; then :
+ if test "${ac_cv_header_GL_glx_h+set}" = set; then
+ { $as_echo "$as_me:$LINENO: checking for GL/glx.h" >&5
+$as_echo_n "checking for GL/glx.h... " >&6; }
+if test "${ac_cv_header_GL_glx_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_glx_h" >&5
+$as_echo "$ac_cv_header_GL_glx_h" >&6; }
+else
+ # Is the header compilable?
+{ $as_echo "$as_me:$LINENO: checking GL/glx.h usability" >&5
+$as_echo_n "checking GL/glx.h usability... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+#include <GL/glx.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_header_compiler=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+$as_echo "$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ $as_echo "$as_me:$LINENO: checking GL/glx.h presence" >&5
+$as_echo_n "checking GL/glx.h presence... " >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <GL/glx.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ ac_header_preproc=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+$as_echo "$ac_header_preproc" >&6; }
+
+# So? What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+ yes:no: )
+ { $as_echo "$as_me:$LINENO: WARNING: GL/glx.h: accepted by the compiler, rejected by the preprocessor!" >&5
+$as_echo "$as_me: WARNING: GL/glx.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/glx.h: proceeding with the compiler's result" >&5
+$as_echo "$as_me: WARNING: GL/glx.h: proceeding with the compiler's result" >&2;}
+ ac_header_preproc=yes
+ ;;
+ no:yes:* )
+ { $as_echo "$as_me:$LINENO: WARNING: GL/glx.h: present but cannot be compiled" >&5
+$as_echo "$as_me: WARNING: GL/glx.h: present but cannot be compiled" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/glx.h: check for missing prerequisite headers?" >&5
+$as_echo "$as_me: WARNING: GL/glx.h: check for missing prerequisite headers?" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/glx.h: see the Autoconf documentation" >&5
+$as_echo "$as_me: WARNING: GL/glx.h: see the Autoconf documentation" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/glx.h: section \"Present But Cannot Be Compiled\"" >&5
+$as_echo "$as_me: WARNING: GL/glx.h: section \"Present But Cannot Be Compiled\"" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/glx.h: proceeding with the preprocessor's result" >&5
+$as_echo "$as_me: WARNING: GL/glx.h: proceeding with the preprocessor's result" >&2;}
+ { $as_echo "$as_me:$LINENO: WARNING: GL/glx.h: in the future, the compiler will take precedence" >&5
+$as_echo "$as_me: WARNING: GL/glx.h: in the future, the compiler will take precedence" >&2;}
+
+ ;;
+esac
+{ $as_echo "$as_me:$LINENO: checking for GL/glx.h" >&5
+$as_echo_n "checking for GL/glx.h... " >&6; }
+if test "${ac_cv_header_GL_glx_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_header_GL_glx_h=$ac_header_preproc
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_GL_glx_h" >&5
+$as_echo "$ac_cv_header_GL_glx_h" >&6; }
+
+fi
+if test "x$ac_cv_header_GL_glx_h" = x""yes; then
have_glx=yes
else
have_glx=no
@@ -14007,13 +16160,58 @@ fi
if test "x$have_glx" = xno; then
- as_fn_error "unable to find GLX headers" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: unable to find GLX headers" >&5
+$as_echo "$as_me: error: unable to find GLX headers" >&2;}
+ { (exit 1); exit 1; }; }
fi
- ac_fn_c_check_header_compile "$LINENO" "X11/extensions/xf86vmode.h" "ac_cv_header_X11_extensions_xf86vmode_h" "#include <GL/gl.h>
+ { $as_echo "$as_me:$LINENO: checking for X11/extensions/xf86vmode.h" >&5
+$as_echo_n "checking for X11/extensions/xf86vmode.h... " >&6; }
+if test "${ac_cv_header_X11_extensions_xf86vmode_h+set}" = set; then
+ $as_echo_n "(cached) " >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <GL/gl.h>
#include <GL/glx.h>
-"
-if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = x""yes; then :
+
+#include <X11/extensions/xf86vmode.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_cv_header_X11_extensions_xf86vmode_h=yes
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_header_X11_extensions_xf86vmode_h=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_xf86vmode_h" >&5
+$as_echo "$ac_cv_header_X11_extensions_xf86vmode_h" >&6; }
+if test "x$ac_cv_header_X11_extensions_xf86vmode_h" = x""yes; then
have_vmode=yes
else
have_vmode=no
@@ -14021,7 +16219,9 @@ fi
if test "x$have_vmode" = xno; then
- as_fn_error "unable to find xf86vmode headers" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: unable to find xf86vmode headers" >&5
+$as_echo "$as_me: error: unable to find xf86vmode headers" >&2;}
+ { (exit 1); exit 1; }; }
fi
PEOPSXGL="plugins/peopsxgl"
@@ -14042,9 +16242,9 @@ if expr x"$target_cpu" : 'xi.86' > /dev/null; then
if expr x"$target_os" : 'x.*linux.*' > /dev/null; then
# Extract the first word of "nasm", so it can be a program name with args.
set dummy nasm; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_NASM+set}" = set; then :
+if test "${ac_cv_path_NASM+set}" = set; then
$as_echo_n "(cached) " >&6
else
case $NASM in
@@ -14057,14 +16257,14 @@ for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ac_cv_path_NASM="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
- done
+done
IFS=$as_save_IFS
test -z "$ac_cv_path_NASM" && ac_cv_path_NASM="missing"
@@ -14073,16 +16273,16 @@ esac
fi
NASM=$ac_cv_path_NASM
if test -n "$NASM"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NASM" >&5
+ { $as_echo "$as_me:$LINENO: result: $NASM" >&5
$as_echo "$NASM" >&6; }
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ { $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
fi
if test "$NASM" = "missing"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to find nasm, needed to build dfx11video" >&5
+ { $as_echo "$as_me:$LINENO: WARNING: unable to find nasm, needed to build dfx11video" >&5
$as_echo "$as_me: WARNING: unable to find nasm, needed to build dfx11video" >&2;}
if false; then
X86_NASM_TRUE=
@@ -14131,7 +16331,7 @@ fi
# Check whether --enable-dynarec was given.
-if test "${enable_dynarec+set}" = set; then :
+if test "${enable_dynarec+set}" = set; then
enableval=$enable_dynarec; DYNAREC="$enableval"
else
DYNAREC="auto"
@@ -14149,7 +16349,7 @@ else if test "x$DYNAREC" = xppc; then
else if test "x$DYNAREC" = xno; then
DYNARECSEL="no"
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Dynamic Recompiler \"$DYNAREC\" not found. Autodetecting..." >&5
+ { $as_echo "$as_me:$LINENO: WARNING: Dynamic Recompiler \"$DYNAREC\" not found. Autodetecting..." >&5
$as_echo "$as_me: WARNING: Dynamic Recompiler \"$DYNAREC\" not found. Autodetecting..." >&2;}
DYNARECSEL="auto"
fi
@@ -14174,13 +16374,17 @@ fi
if test "x$DYNARECSEL" = xno; then
-$as_echo "#define NOPSXREC 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define NOPSXREC 1
+_ACEOF
fi
if test "x$DYNARECSEL" = xx86; then
-$as_echo "#define __i386__ 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define __i386__ 1
+_ACEOF
if true; then
ARCH_X86_TRUE=
@@ -14191,13 +16395,15 @@ else
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: Dynamic Recompiler selected: x86" >&5
+ { $as_echo "$as_me:$LINENO: result: Dynamic Recompiler selected: x86" >&5
$as_echo "Dynamic Recompiler selected: x86" >&6; }
fi
if test "x$DYNARECSEL" = xx86_64; then
-$as_echo "#define __x86_64__ 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define __x86_64__ 1
+_ACEOF
if true; then
ARCH_X86_64_TRUE=
@@ -14207,13 +16413,15 @@ else
ARCH_X86_64_FALSE=
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: Dynamic Recompiler selected: x86_64" >&5
+ { $as_echo "$as_me:$LINENO: result: Dynamic Recompiler selected: x86_64" >&5
$as_echo "Dynamic Recompiler selected: x86_64" >&6; }
fi
if test "x$DYNARECSEL" = xppc; then
-$as_echo "#define __ppc__ 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define __ppc__ 1
+_ACEOF
if true; then
ARCH_PPC_TRUE=
@@ -14223,18 +16431,23 @@ else
ARCH_PPC_FALSE=
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: Dynamic Recompiler selected: ppc" >&5
+ { $as_echo "$as_me:$LINENO: result: Dynamic Recompiler selected: ppc" >&5
$as_echo "Dynamic Recompiler selected: ppc" >&6; }
fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
+
+ { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
-if test "${ac_cv_c_bigendian+set}" = set; then :
+if test "${ac_cv_c_bigendian+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_cv_c_bigendian=unknown
# See if we're dealing with a universal compiler.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#ifndef __APPLE_CC__
not a universal capable compiler
@@ -14242,34 +16455,46 @@ else
typedef int dummy;
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
# Check for potential -arch flags. It is not universal unless
- # there are at least two -arch flags with different values.
- ac_arch=
- ac_prev=
- for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
- if test -n "$ac_prev"; then
- case $ac_word in
- i?86 | x86_64 | ppc | ppc64)
- if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
- ac_arch=$ac_word
- else
- ac_cv_c_bigendian=universal
- break
- fi
- ;;
- esac
- ac_prev=
- elif test "x$ac_word" = "x-arch"; then
- ac_prev=arch
- fi
- done
+ # there are some -arch flags. Note that *ppc* also matches
+ # ppc64. This check is also rather less than ideal.
+ case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #(
+ *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
+ esac
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
if test $ac_cv_c_bigendian = unknown; then
# See if sys/param.h defines the BYTE_ORDER macro.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <sys/types.h>
#include <sys/param.h>
@@ -14287,9 +16512,30 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
# It does; now see whether it defined to BIG_ENDIAN or not.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <sys/types.h>
#include <sys/param.h>
@@ -14305,18 +16551,49 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
ac_cv_c_bigendian=yes
else
- ac_cv_c_bigendian=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_c_bigendian=no
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
if test $ac_cv_c_bigendian = unknown; then
# See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <limits.h>
@@ -14331,9 +16608,30 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
# It does; now see whether it defined to _BIG_ENDIAN or not.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <limits.h>
@@ -14348,20 +16646,51 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
ac_cv_c_bigendian=yes
else
- ac_cv_c_bigendian=no
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_c_bigendian=no
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
if test $ac_cv_c_bigendian = unknown; then
# Compile a test program.
- if test "$cross_compiling" = yes; then :
+ if test "$cross_compiling" = yes; then
# Try to guess by grepping values from an object file.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
short int ascii_mm[] =
{ 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
@@ -14387,7 +16716,24 @@ return use_ascii (foo) == use_ebcdic (foo);
return 0;
}
_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
ac_cv_c_bigendian=yes
fi
@@ -14399,10 +16745,20 @@ if ac_fn_c_try_compile "$LINENO"; then :
ac_cv_c_bigendian=unknown
fi
fi
+else
+ $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
fi
+
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
int
@@ -14422,42 +16778,80 @@ main ()
return 0;
}
_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
+rm -f conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
+$as_echo "$ac_try_echo") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
ac_cv_c_bigendian=no
else
- ac_cv_c_bigendian=yes
+ $as_echo "$as_me: program exited with status $ac_status" >&5
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+ac_cv_c_bigendian=yes
fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
- conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -rf conftest.dSYM
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
fi
+
fi
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
$as_echo "$ac_cv_c_bigendian" >&6; }
case $ac_cv_c_bigendian in #(
yes)
-$as_echo "#define __BIGENDIAN__ /**/" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define __BIGENDIAN__ /**/
+_ACEOF
;; #(
no)
;; #(
universal)
-$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define AC_APPLE_UNIVERSAL_BUILD 1
+_ACEOF
;; #(
*)
- as_fn_error "unknown endianness
- presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
+ { { $as_echo "$as_me:$LINENO: error: unknown endianness
+ presetting ac_cv_c_bigendian=no (or yes) will help" >&5
+$as_echo "$as_me: error: unknown endianness
+ presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
+ { (exit 1); exit 1; }; } ;;
esac
-$as_echo "#define __LINUX__ 1" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define __LINUX__ 1
+_ACEOF
-$as_echo "#define MAXPATHLEN 4096" >>confdefs.h
+cat >>confdefs.h <<\_ACEOF
+#define MAXPATHLEN 4096
+_ACEOF
cat >confcache <<\_ACEOF
@@ -14487,13 +16881,13 @@ _ACEOF
case $ac_val in #(
*${as_nl}*)
case $ac_var in #(
- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
esac
case $ac_var in #(
_ | IFS | as_nl) ;; #(
BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
- *) { eval $ac_var=; unset $ac_var;} ;;
+ *) $as_unset $ac_var ;;
esac ;;
esac
done
@@ -14501,8 +16895,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
(set) 2>&1 |
case $as_nl`(ac_space=' '; set) 2>&1` in #(
*${as_nl}ac_space=\ *)
- # `set' does not quote correctly, so add quotes: double-quote
- # substitution turns \\\\ into \\, and sed turns \\ into \.
+ # `set' does not quote correctly, so add quotes (double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
sed -n \
"s/'/'\\\\''/g;
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
@@ -14525,11 +16919,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
if test -w "$cache_file"; then
test "x$cache_file" != "x/dev/null" &&
- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+ { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
$as_echo "$as_me: updating cache $cache_file" >&6;}
cat confcache >$cache_file
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+ { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fi
fi
@@ -14549,109 +16943,181 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
# 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
# will be set to the directory where LIBOBJS objects are built.
- as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
- as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+ ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+ ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
done
LIBOBJS=$ac_libobjs
LTLIBOBJS=$ac_ltlibobjs
- if test -n "$EXEEXT"; then
- am__EXEEXT_TRUE=
- am__EXEEXT_FALSE='#'
-else
- am__EXEEXT_TRUE='#'
- am__EXEEXT_FALSE=
-fi
-
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
- as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
- as_fn_error "conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
- as_fn_error "conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
- as_fn_error "conditional \"am__fastdepCCAS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${SOUND_OSS_TRUE}" && test -z "${SOUND_OSS_FALSE}"; then
- as_fn_error "conditional \"SOUND_OSS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"SOUND_OSS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"SOUND_OSS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${SOUND_SDL_TRUE}" && test -z "${SOUND_SDL_FALSE}"; then
- as_fn_error "conditional \"SOUND_SDL\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"SOUND_SDL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"SOUND_SDL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${SOUND_NULL_TRUE}" && test -z "${SOUND_NULL_FALSE}"; then
- as_fn_error "conditional \"SOUND_NULL\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"SOUND_NULL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"SOUND_NULL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${SOUND_OSS_TRUE}" && test -z "${SOUND_OSS_FALSE}"; then
- as_fn_error "conditional \"SOUND_OSS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"SOUND_OSS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"SOUND_OSS\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${SOUND_NULL_TRUE}" && test -z "${SOUND_NULL_FALSE}"; then
- as_fn_error "conditional \"SOUND_NULL\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"SOUND_NULL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"SOUND_NULL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${SOUND_NULL_TRUE}" && test -z "${SOUND_NULL_FALSE}"; then
- as_fn_error "conditional \"SOUND_NULL\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"SOUND_NULL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"SOUND_NULL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${SOUND_SDL_TRUE}" && test -z "${SOUND_SDL_FALSE}"; then
- as_fn_error "conditional \"SOUND_SDL\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"SOUND_SDL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"SOUND_SDL\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${SOUND_ALSA_TRUE}" && test -z "${SOUND_ALSA_FALSE}"; then
- as_fn_error "conditional \"SOUND_ALSA\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"SOUND_ALSA\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"SOUND_ALSA\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${SOUND_PULSEAUDIO_TRUE}" && test -z "${SOUND_PULSEAUDIO_FALSE}"; then
- as_fn_error "conditional \"SOUND_PULSEAUDIO\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"SOUND_PULSEAUDIO\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"SOUND_PULSEAUDIO\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${USE_LIBCDIO_TRUE}" && test -z "${USE_LIBCDIO_FALSE}"; then
+ { { $as_echo "$as_me:$LINENO: error: conditional \"USE_LIBCDIO\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"USE_LIBCDIO\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+if test -z "${USE_LIBCDIO_TRUE}" && test -z "${USE_LIBCDIO_FALSE}"; then
+ { { $as_echo "$as_me:$LINENO: error: conditional \"USE_LIBCDIO\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"USE_LIBCDIO\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${X86_NASM_TRUE}" && test -z "${X86_NASM_FALSE}"; then
- as_fn_error "conditional \"X86_NASM\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"X86_NASM\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"X86_NASM\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${X86_NASM_TRUE}" && test -z "${X86_NASM_FALSE}"; then
- as_fn_error "conditional \"X86_NASM\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"X86_NASM\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"X86_NASM\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${X86_NASM_TRUE}" && test -z "${X86_NASM_FALSE}"; then
- as_fn_error "conditional \"X86_NASM\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"X86_NASM\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"X86_NASM\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${ARCH_X86_TRUE}" && test -z "${ARCH_X86_FALSE}"; then
- as_fn_error "conditional \"ARCH_X86\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"ARCH_X86\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"ARCH_X86\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${ARCH_X86_64_TRUE}" && test -z "${ARCH_X86_64_FALSE}"; then
- as_fn_error "conditional \"ARCH_X86_64\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"ARCH_X86_64\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"ARCH_X86_64\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${ARCH_PPC_TRUE}" && test -z "${ARCH_PPC_FALSE}"; then
- as_fn_error "conditional \"ARCH_PPC\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"ARCH_PPC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"ARCH_PPC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${ARCH_X86_TRUE}" && test -z "${ARCH_X86_FALSE}"; then
- as_fn_error "conditional \"ARCH_X86\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"ARCH_X86\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"ARCH_X86\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${ARCH_X86_64_TRUE}" && test -z "${ARCH_X86_64_FALSE}"; then
- as_fn_error "conditional \"ARCH_X86_64\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"ARCH_X86_64\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"ARCH_X86_64\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
if test -z "${ARCH_PPC_TRUE}" && test -z "${ARCH_PPC_FALSE}"; then
- as_fn_error "conditional \"ARCH_PPC\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: conditional \"ARCH_PPC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+$as_echo "$as_me: error: conditional \"ARCH_PPC\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
fi
@@ -14659,10 +17125,9 @@ fi
ac_write_fail=0
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
-as_write_fail=0
-cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
#! $SHELL
# Generated by $as_me.
# Run this file to recreate the current configuration.
@@ -14672,18 +17137,17 @@ cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
debug=false
ac_cs_recheck=false
ac_cs_silent=false
-
SHELL=\${CONFIG_SHELL-$SHELL}
-export SHELL
-_ASEOF
-cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
-## -------------------- ##
-## M4sh Initialization. ##
-## -------------------- ##
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+## --------------------- ##
+## M4sh Initialization. ##
+## --------------------- ##
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
@@ -14691,15 +17155,23 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
- case `(set -o) 2>/dev/null` in #(
- *posix*) :
- set -o posix ;; #(
- *) :
- ;;
+ case `(set -o) 2>/dev/null` in
+ *posix*) set -o posix ;;
esac
+
fi
+
+
+# PATH needs CR
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
as_nl='
'
export as_nl
@@ -14707,13 +17179,7 @@ export as_nl
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-# Prefer a ksh shell builtin over an external printf program on Solaris,
-# but without wasting forks for bash or zsh.
-if test -z "$BASH_VERSION$ZSH_VERSION" \
- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
- as_echo='print -r --'
- as_echo_n='print -rn --'
-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
as_echo='printf %s\n'
as_echo_n='printf %s'
else
@@ -14724,7 +17190,7 @@ else
as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
as_echo_n_body='eval
arg=$1;
- case $arg in #(
+ case $arg in
*"$as_nl"*)
expr "X$arg" : "X\\(.*\\)$as_nl";
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
@@ -14747,6 +17213,13 @@ if test "${PATH_SEPARATOR+set}" != set; then
}
fi
+# Support unset when possible.
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
# IFS
# We need space, tab and new line, in precisely that order. Quoting is
@@ -14756,15 +17229,15 @@ fi
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
-case $0 in #((
+case $0 in
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
- done
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+done
IFS=$as_save_IFS
;;
@@ -14776,16 +17249,12 @@ if test "x$as_myself" = x; then
fi
if test ! -f "$as_myself"; then
$as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
- exit 1
+ { (exit 1); exit 1; }
fi
-# Unset variables that we do not need and which cause bugs (e.g. in
-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
-# suppresses any "Segmentation fault" message there. '((' could
-# trigger a bug in pdksh 5.2.14.
-for as_var in BASH_ENV ENV MAIL MAILPATH
-do eval test x\${$as_var+set} = xset \
- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+# Work around bugs in pre-3.0 UWIN ksh.
+for as_var in ENV MAIL MAILPATH
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
done
PS1='$ '
PS2='> '
@@ -14797,89 +17266,7 @@ export LC_ALL
LANGUAGE=C
export LANGUAGE
-# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-
-# as_fn_error ERROR [LINENO LOG_FD]
-# ---------------------------------
-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with status $?, using 1 if that was 0.
-as_fn_error ()
-{
- as_status=$?; test $as_status -eq 0 && as_status=1
- if test "$3"; then
- as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
- $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
- fi
- $as_echo "$as_me: error: $1" >&2
- as_fn_exit $as_status
-} # as_fn_error
-
-
-# as_fn_set_status STATUS
-# -----------------------
-# Set $? to STATUS, without forking.
-as_fn_set_status ()
-{
- return $1
-} # as_fn_set_status
-
-# as_fn_exit STATUS
-# -----------------
-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-as_fn_exit ()
-{
- set +e
- as_fn_set_status $1
- exit $1
-} # as_fn_exit
-
-# as_fn_unset VAR
-# ---------------
-# Portably unset VAR.
-as_fn_unset ()
-{
- { eval $1=; unset $1;}
-}
-as_unset=as_fn_unset
-# as_fn_append VAR VALUE
-# ----------------------
-# Append the text in VALUE to the end of the definition contained in VAR. Take
-# advantage of any shell optimizations that allow amortized linear growth over
-# repeated appends, instead of the typical quadratic growth present in naive
-# implementations.
-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
- eval 'as_fn_append ()
- {
- eval $1+=\$2
- }'
-else
- as_fn_append ()
- {
- eval $1=\$$1\$2
- }
-fi # as_fn_append
-
-# as_fn_arith ARG...
-# ------------------
-# Perform arithmetic evaluation on the ARGs, and store the result in the
-# global $as_val. Take advantage of shells that can avoid forks. The arguments
-# must be portable across $(()) and expr.
-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
- eval 'as_fn_arith ()
- {
- as_val=$(( $* ))
- }'
-else
- as_fn_arith ()
- {
- as_val=`expr "$@" || test $? -eq 1`
- }
-fi # as_fn_arith
-
-
+# Required to use basename.
if expr a : '\(a\)' >/dev/null 2>&1 &&
test "X`expr 00001 : '.*\(...\)'`" = X001; then
as_expr=expr
@@ -14893,12 +17280,8 @@ else
as_basename=false
fi
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
- as_dirname=dirname
-else
- as_dirname=false
-fi
+# Name of the executable.
as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
X"$0" : 'X\(//\)$' \| \
@@ -14918,25 +17301,76 @@ $as_echo X/"$0" |
}
s/.*/./; q'`
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
+# CDPATH.
+$as_unset CDPATH
+
+
+
+ as_lineno_1=$LINENO
+ as_lineno_2=$LINENO
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
+
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
+ # uniformly replaced by the line number. The first 'sed' inserts a
+ # line-number line after each line using $LINENO; the second 'sed'
+ # does the real work. The second script uses 'N' to pair each
+ # line-number line with the line containing $LINENO, and appends
+ # trailing '-' during substitution so that $LINENO is not a special
+ # case at line end.
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
+ # scripts with optimization help from Paolo Bonzini. Blame Lee
+ # E. McMahon (1931-1989) for sed's syntax. :-)
+ sed -n '
+ p
+ /[$]LINENO/=
+ ' <$as_myself |
+ sed '
+ s/[$]LINENO.*/&-/
+ t lineno
+ b
+ :lineno
+ N
+ :loop
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+ t loop
+ s/-\n.*//
+ ' >$as_me.lineno &&
+ chmod +x "$as_me.lineno" ||
+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
+ { (exit 1); exit 1; }; }
+
+ # Don't try to exec as it changes $[0], causing all sort of problems
+ # (the dirname of $[0] is not the place where we might find the
+ # original and so on. Autoconf is especially sensitive to this).
+ . "./$as_me.lineno"
+ # Exit status is that of the last command.
+ exit
+}
+
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+ as_dirname=dirname
+else
+ as_dirname=false
+fi
ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in #(((((
+case `echo -n x` in
-n*)
- case `echo 'xy\c'` in
+ case `echo 'x\c'` in
*c*) ECHO_T=' ';; # ECHO_T is single tab character.
- xy) ECHO_C='\c';;
- *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
- ECHO_T=' ';;
+ *) ECHO_C='\c';;
esac;;
*)
ECHO_N='-n';;
esac
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+else
+ as_expr=false
+fi
rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
@@ -14965,56 +17399,8 @@ fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null
-
-# as_fn_mkdir_p
-# -------------
-# Create "$as_dir" as a directory, including parents if necessary.
-as_fn_mkdir_p ()
-{
-
- case $as_dir in #(
- -*) as_dir=./$as_dir;;
- esac
- test -d "$as_dir" || eval $as_mkdir_p || {
- as_dirs=
- while :; do
- case $as_dir in #(
- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
- *) as_qdir=$as_dir;;
- esac
- as_dirs="'$as_qdir' $as_dirs"
- as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$as_dir" : 'X\(//\)[^/]' \| \
- X"$as_dir" : 'X\(//\)$' \| \
- X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_dir" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
- s//\1/
- q
- }
- /^X\(\/\/\)[^/].*/{
- s//\1/
- q
- }
- /^X\(\/\/\)$/{
- s//\1/
- q
- }
- /^X\(\/\).*/{
- s//\1/
- q
- }
- s/.*/./; q'`
- test -d "$as_dir" && break
- done
- test -z "$as_dirs" || eval "mkdir $as_dirs"
- } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
-
-
-} # as_fn_mkdir_p
if mkdir -p . 2>/dev/null; then
- as_mkdir_p='mkdir -p "$as_dir"'
+ as_mkdir_p=:
else
test -d ./-p && rmdir ./-p
as_mkdir_p=false
@@ -15033,10 +17419,10 @@ else
if test -d "$1"; then
test -d "$1/.";
else
- case $1 in #(
+ case $1 in
-*)set "./$1";;
esac;
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
???[sx]*):;;*)false;;esac;fi
'\'' sh
'
@@ -15051,19 +17437,13 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
exec 6>&1
-## ----------------------------------- ##
-## Main body of $CONFIG_STATUS script. ##
-## ----------------------------------- ##
-_ASEOF
-test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# Save the log message, to keep $0 and so on meaningful, and to
+# Save the log message, to keep $[0] and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by pcsx $as_me 1.9, which was
-generated by GNU Autoconf 2.65. Invocation command line was
+generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
@@ -15095,15 +17475,13 @@ _ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
ac_cs_usage="\
-\`$as_me' instantiates files and other configuration actions
-from templates according to the current configuration. Unless the files
-and actions are specified as TAGs, all are instantiated by default.
+\`$as_me' instantiates files from templates according to the
+current configuration.
-Usage: $0 [OPTION]... [TAG]...
+Usage: $0 [OPTION]... [FILE]...
-h, --help print this help, then exit
-V, --version print version number and configuration settings, then exit
- --config print configuration, then exit
-q, --quiet, --silent
do not print progress messages
-d, --debug don't remove temporary files
@@ -15122,17 +17500,16 @@ $config_headers
Configuration commands:
$config_commands
-Report bugs to the package provider."
+Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
pcsx config.status 1.9
-configured by $0, generated by GNU Autoconf 2.65,
- with options \\"\$ac_cs_config\\"
+configured by $0, generated by GNU Autoconf 2.63,
+ with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
-Copyright (C) 2009 Free Software Foundation, Inc.
+Copyright (C) 2008 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
@@ -15168,8 +17545,6 @@ do
ac_cs_recheck=: ;;
--version | --versio | --versi | --vers | --ver | --ve | --v | -V )
$as_echo "$ac_cs_version"; exit ;;
- --config | --confi | --conf | --con | --co | --c )
- $as_echo "$ac_cs_config"; exit ;;
--debug | --debu | --deb | --de | --d | -d )
debug=: ;;
--file | --fil | --fi | --f )
@@ -15177,19 +17552,20 @@ do
case $ac_optarg in
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
- as_fn_append CONFIG_FILES " '$ac_optarg'"
+ CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
ac_need_defaults=false;;
--header | --heade | --head | --hea )
$ac_shift
case $ac_optarg in
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
esac
- as_fn_append CONFIG_HEADERS " '$ac_optarg'"
+ CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
ac_need_defaults=false;;
--he | --h)
# Conflict between --help and --header
- as_fn_error "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
+ { $as_echo "$as_me: error: ambiguous option: $1
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; };;
--help | --hel | -h )
$as_echo "$ac_cs_usage"; exit ;;
-q | -quiet | --quiet | --quie | --qui | --qu | --q \
@@ -15197,10 +17573,11 @@ Try \`$0 --help' for more information.";;
ac_cs_silent=: ;;
# This is an error.
- -*) as_fn_error "unrecognized option: \`$1'
-Try \`$0 --help' for more information." ;;
+ -*) { $as_echo "$as_me: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; } ;;
- *) as_fn_append ac_config_targets " $1"
+ *) ac_config_targets="$ac_config_targets $1"
ac_need_defaults=false ;;
esac
@@ -15532,7 +17909,9 @@ do
"po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
"plugins/peopsxgl/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/peopsxgl/Makefile" ;;
- *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+ *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
+$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+ { (exit 1); exit 1; }; };;
esac
done
@@ -15559,7 +17938,7 @@ $debug ||
trap 'exit_status=$?
{ test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
' 0
- trap 'as_fn_exit 1' 1 2 13 15
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.
@@ -15570,7 +17949,11 @@ $debug ||
{
tmp=./conf$$-$RANDOM
(umask 077 && mkdir "$tmp")
-} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
+} ||
+{
+ $as_echo "$as_me: cannot create a temporary directory in ." >&2
+ { (exit 1); exit 1; }
+}
# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
@@ -15578,16 +17961,10 @@ $debug ||
if test -n "$CONFIG_FILES"; then
-ac_cr=`echo X | tr X '\015'`
-# On cygwin, bash can eat \r inside `` if the user requested igncr.
-# But we know of no other shell where ac_cr would be empty at this
-# point, so we can use a bashism as a fallback.
-if test "x$ac_cr" = x; then
- eval ac_cr=\$\'\\r\'
-fi
+ac_cr=' '
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
- ac_cs_awk_cr='\r'
+ ac_cs_awk_cr='\\r'
else
ac_cs_awk_cr=$ac_cr
fi
@@ -15601,18 +17978,24 @@ _ACEOF
echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
echo "_ACEOF"
} >conf$$subs.sh ||
- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
+ { (exit 1); exit 1; }; }
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
ac_delim='%!_!# '
for ac_last_try in false false false false false :; do
. ./conf$$subs.sh ||
- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
+ { (exit 1); exit 1; }; }
ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
if test $ac_delim_n = $ac_delim_num; then
break
elif $ac_last_try; then
- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
+ { (exit 1); exit 1; }; }
else
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fi
@@ -15634,7 +18017,7 @@ s/'"$ac_delim"'$//
t delim
:nl
h
-s/\(.\{148\}\)..*/\1/
+s/\(.\{148\}\).*/\1/
t more1
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
p
@@ -15648,7 +18031,7 @@ s/.\{148\}//
t nl
:delim
h
-s/\(.\{148\}\)..*/\1/
+s/\(.\{148\}\).*/\1/
t more2
s/["\\]/\\&/g; s/^/"/; s/$/"/
p
@@ -15701,7 +18084,9 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
else
cat
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
- || as_fn_error "could not setup config files machinery" "$LINENO" 5
+ || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
+$as_echo "$as_me: error: could not setup config files machinery" >&2;}
+ { (exit 1); exit 1; }; }
_ACEOF
# VPATH may cause trouble with some makes, so we remove $(srcdir),
@@ -15742,7 +18127,9 @@ for ac_last_try in false false :; do
if test -z "$ac_t"; then
break
elif $ac_last_try; then
- as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
+$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
+ { (exit 1); exit 1; }; }
else
ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fi
@@ -15827,7 +18214,9 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
_ACAWK
_ACEOF
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
- as_fn_error "could not setup config headers machinery" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
+$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
+ { (exit 1); exit 1; }; }
fi # test -n "$CONFIG_HEADERS"
@@ -15840,7 +18229,9 @@ do
esac
case $ac_mode$ac_tag in
:[FHL]*:*);;
- :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
+ :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
+$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
+ { (exit 1); exit 1; }; };;
:[FH]-) ac_tag=-:-;;
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
esac
@@ -15868,10 +18259,12 @@ do
[\\/$]*) false;;
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
esac ||
- as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+ { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
+$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
+ { (exit 1); exit 1; }; };;
esac
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
- as_fn_append ac_file_inputs " '$ac_f'"
+ ac_file_inputs="$ac_file_inputs '$ac_f'"
done
# Let's still pretend it is `configure' which instantiates (i.e., don't
@@ -15882,7 +18275,7 @@ do
`' by configure.'
if test x"$ac_file" != x-; then
configure_input="$ac_file. $configure_input"
- { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+ { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
$as_echo "$as_me: creating $ac_file" >&6;}
fi
# Neutralize special characters interpreted by sed in replacement strings.
@@ -15895,7 +18288,9 @@ $as_echo "$as_me: creating $ac_file" >&6;}
case $ac_tag in
*:-:* | *:-) cat >"$tmp/stdin" \
- || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
+ { (exit 1); exit 1; }; } ;;
esac
;;
esac
@@ -15923,7 +18318,47 @@ $as_echo X"$ac_file" |
q
}
s/.*/./; q'`
- as_dir="$ac_dir"; as_fn_mkdir_p
+ { as_dir="$ac_dir"
+ case $as_dir in #(
+ -*) as_dir=./$as_dir;;
+ esac
+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
+ as_dirs=
+ while :; do
+ case $as_dir in #(
+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+ *) as_qdir=$as_dir;;
+ esac
+ as_dirs="'$as_qdir' $as_dirs"
+ as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ test -d "$as_dir" && break
+ done
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
+ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
+ { (exit 1); exit 1; }; }; }
ac_builddir=.
case "$ac_dir" in
@@ -15980,6 +18415,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
+
ac_sed_dataroot='
/datarootdir/ {
p
@@ -15989,11 +18425,12 @@ ac_sed_dataroot='
/@docdir@/p
/@infodir@/p
/@localedir@/p
-/@mandir@/p'
+/@mandir@/p
+'
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
@@ -16003,7 +18440,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
s&@infodir@&$infodir&g
s&@localedir@&$localedir&g
s&@mandir@&$mandir&g
- s&\\\${datarootdir}&$datarootdir&g' ;;
+ s&\\\${datarootdir}&$datarootdir&g' ;;
esac
_ACEOF
@@ -16032,12 +18469,14 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
- || as_fn_error "could not create $ac_file" "$LINENO" 5
+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
+ { (exit 1); exit 1; }; }
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined. Please make sure it is defined." >&5
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined. Please make sure it is defined." >&2;}
@@ -16047,7 +18486,9 @@ which seems to be undefined. Please make sure it is defined." >&2;}
-) cat "$tmp/out" && rm -f "$tmp/out";;
*) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
esac \
- || as_fn_error "could not create $ac_file" "$LINENO" 5
+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
+ { (exit 1); exit 1; }; }
;;
:H)
#
@@ -16058,19 +18499,25 @@ which seems to be undefined. Please make sure it is defined." >&2;}
$as_echo "/* $configure_input */" \
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
} >"$tmp/config.h" \
- || as_fn_error "could not create $ac_file" "$LINENO" 5
+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
+ { (exit 1); exit 1; }; }
if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
+ { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
$as_echo "$as_me: $ac_file is unchanged" >&6;}
else
rm -f "$ac_file"
mv "$tmp/config.h" "$ac_file" \
- || as_fn_error "could not create $ac_file" "$LINENO" 5
+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
+ { (exit 1); exit 1; }; }
fi
else
$as_echo "/* $configure_input */" \
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
- || as_fn_error "could not create -" "$LINENO" 5
+ || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
+$as_echo "$as_me: error: could not create -" >&2;}
+ { (exit 1); exit 1; }; }
fi
# Compute "$ac_file"'s index in $config_headers.
_am_arg="$ac_file"
@@ -16108,35 +18555,34 @@ $as_echo X"$_am_arg" |
s/.*/./; q'`/stamp-h$_am_stamp_count
;;
- :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+ :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
$as_echo "$as_me: executing $ac_file commands" >&6;}
;;
esac
case $ac_file$ac_mode in
- "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
- # Autoconf 2.62 quotes --file arguments for eval, but not when files
- # are listed without --file. Let's play safe and only enable the eval
- # if we detect the quoting.
- case $CONFIG_FILES in
- *\'*) eval set x "$CONFIG_FILES" ;;
- *) set x $CONFIG_FILES ;;
- esac
- shift
- for mf
- do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # Grep'ing the whole file is not good either: AIX grep has a line
- # limit of 2048, but all sed's we know have understand at least 4000.
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
- dirpart=`$as_dirname -- "$mf" ||
+ "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
+# are listed without --file. Let's play safe and only enable the eval
+# if we detect the quoting.
+case $CONFIG_FILES in
+*\'*) eval set x "$CONFIG_FILES" ;;
+*) set x $CONFIG_FILES ;;
+esac
+shift
+for mf
+do
+ # Strip MF so we end up with the name of the file.
+ mf=`echo "$mf" | sed -e 's/:.*$//'`
+ # Check whether this is an Automake generated Makefile or not.
+ # We used to match only the files named `Makefile.in', but
+ # some people rename them; so instead we look at the file content.
+ # Grep'ing the first line is not enough: some people post-process
+ # each Makefile.in and add a new line on top of each file to say so.
+ # Grep'ing the whole file is not good either: AIX grep has a line
+ # limit of 2048, but all sed's we know have understand at least 4000.
+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+ dirpart=`$as_dirname -- "$mf" ||
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$mf" : 'X\(//\)[^/]' \| \
X"$mf" : 'X\(//\)$' \| \
@@ -16159,28 +18605,28 @@ $as_echo X"$mf" |
q
}
s/.*/./; q'`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`$as_dirname -- "$file" ||
+ else
+ continue
+ fi
+ # Extract the definition of DEPDIR, am__include, and am__quote
+ # from the Makefile without running `make'.
+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+ test -z "$DEPDIR" && continue
+ am__include=`sed -n 's/^am__include = //p' < "$mf"`
+ test -z "am__include" && continue
+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+ # When using ansi2knr, U may be empty or an underscore; expand it
+ U=`sed -n 's/^U = //p' < "$mf"`
+ # Find all dependency output files, they are included files with
+ # $(DEPDIR) in their names. We invoke sed twice because it is the
+ # simplest approach to changing $(DEPDIR) to its actual value in the
+ # expansion.
+ for file in `sed -n "
+ s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+ # Make sure the directory exists.
+ test -f "$dirpart/$file" && continue
+ fdir=`$as_dirname -- "$file" ||
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$file" : 'X\(//\)[^/]' \| \
X"$file" : 'X\(//\)$' \| \
@@ -16203,12 +18649,51 @@ $as_echo X"$file" |
q
}
s/.*/./; q'`
- as_dir=$dirpart/$fdir; as_fn_mkdir_p
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
+ { as_dir=$dirpart/$fdir
+ case $as_dir in #(
+ -*) as_dir=./$as_dir;;
+ esac
+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
+ as_dirs=
+ while :; do
+ case $as_dir in #(
+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+ *) as_qdir=$as_dir;;
+ esac
+ as_dirs="'$as_qdir' $as_dirs"
+ as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ test -d "$as_dir" && break
done
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
+ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
+ { (exit 1); exit 1; }; }; }
+ # echo "creating $dirpart/$file"
+ echo '# dummy' > "$dirpart/$file"
done
-}
+done
;;
"libtool":C)
@@ -16963,12 +19448,15 @@ _LT_EOF
done # for ac_tag
-as_fn_exit 0
+{ (exit 0); exit 0; }
_ACEOF
+chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save
test $ac_write_fail = 0 ||
- as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
+ { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
+$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
+ { (exit 1); exit 1; }; }
# configure is writing to config.log, and then calls config.status.
@@ -16989,10 +19477,10 @@ if test "$no_create" != yes; then
exec 5>>config.log
# Use ||, not &&, to avoid exiting from the if with $? = 1, which
# would make configure fail if this is the last instruction.
- $ac_cs_success || as_fn_exit $?
+ $ac_cs_success || { (exit 1); exit 1; }
fi
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+ { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
diff --git a/configure.ac b/configure.ac
index 167e8d32..149563b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,23 @@ if test "x$have_xtest" = xno; then
AC_MSG_ERROR([unable to find xtest headers])
fi
+AM_CONDITIONAL(USE_LIBCDIO, false)
+
+AC_ARG_ENABLE(libcdio, [ --enable-libcdio use GNU libcdio for CD-ROM support (default=no)],
+[ BUILD_LIBCDIO="$enableval" ],[ BUILD_LIBCDIO="no" ])
+
+if test "$BUILD_LIBCDIO" = "yes"; then
+ AC_CHECK_HEADER(cdio/mmc.h, have_mmc=yes, have_mmc=no)
+ if test "x$have_mmc" = xno; then
+ AC_MSG_ERROR([unable to find libcdio headers])
+ fi
+ AC_CHECK_LIB(cdio, cdio_open, have_cdiolib=yes, have_cdiolib=no)
+ if test "x$have_cdiolib" = xno; then
+ AC_MSG_ERROR([unable to find libcdio library])
+ fi
+ AM_CONDITIONAL(USE_LIBCDIO, true)
+fi
+
AC_ARG_ENABLE(opengl, [ --enable-opengl build OpenGL plugin (default=no)],
[ BUILD_OPENGL="$enableval" ],[ BUILD_OPENGL="no" ])
diff --git a/data/Makefile.in b/data/Makefile.in
index b17caad9..ac1d52aa 100644
--- a/data/Makefile.in
+++ b/data/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -17,9 +16,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -44,7 +42,6 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -52,23 +49,10 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(gladedir)"
+desktopDATA_INSTALL = $(INSTALL_DATA)
+gladeDATA_INSTALL = $(INSTALL_DATA)
DATA = $(desktop_DATA) $(glade_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
@@ -147,7 +131,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -241,9 +224,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu data/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu data/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -261,7 +244,6 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -271,43 +253,37 @@ clean-libtool:
install-desktopDATA: $(desktop_DATA)
@$(NORMAL_INSTALL)
test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
- @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
- for p in $$list; do \
+ @list='$(desktop_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
+ $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
done
uninstall-desktopDATA:
@$(NORMAL_UNINSTALL)
- @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
+ @list='$(desktop_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
+ rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
+ done
install-gladeDATA: $(glade_DATA)
@$(NORMAL_INSTALL)
test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- for p in $$list; do \
+ @list='$(glade_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
+ $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
done
uninstall-gladeDATA:
@$(NORMAL_UNINSTALL)
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(gladedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(gladedir)" && rm -f $$files
+ @list='$(glade_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
+ rm -f "$(DESTDIR)$(gladedir)/$$f"; \
+ done
tags: TAGS
TAGS:
@@ -331,17 +307,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -372,7 +344,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -391,8 +362,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -401,28 +370,18 @@ install-data-am: install-desktopDATA install-gladeDATA
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am:
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -458,7 +417,6 @@ uninstall-am: uninstall-desktopDATA uninstall-gladeDATA
ps ps-am uninstall uninstall-am uninstall-desktopDATA \
uninstall-gladeDATA
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/doc/Makefile.in b/doc/Makefile.in
index a09aa2c1..3d77c192 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,9 +15,8 @@
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -43,30 +41,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
man1dir = $(mandir)/man1
am__installdirs = "$(DESTDIR)$(man1dir)"
NROFF = nroff
@@ -148,7 +124,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -239,9 +214,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu doc/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu doc/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -259,51 +234,57 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
-install-man1: $(man_MANS)
+install-man1: $(man1_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
- @list=''; test -n "$(man1dir)" || exit 0; \
- { for i in $$list; do echo "$$i"; done; \
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
- sed -n '/\.1[a-z]*$$/p'; \
- } | while read p; do \
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; echo "$$p"; \
- done | \
- sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
- sed 'N;N;s,\n, ,g' | { \
- list=; while read file base inst; do \
- if test "$$base" = "$$inst"; then list="$$list $$file"; else \
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
- fi; \
+ @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+ for i in $$l2; do \
+ case "$$i" in \
+ *.1*) list="$$list $$i" ;; \
+ esac; \
done; \
- for i in $$list; do echo "$$i"; done | $(am__base_list) | \
- while read files; do \
- test -z "$$files" || { \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
- done; }
-
+ for i in $$list; do \
+ if test -f $$i; then file=$$i; \
+ else file=$(srcdir)/$$i; fi; \
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+ case "$$ext" in \
+ 1*) ;; \
+ *) ext='1' ;; \
+ esac; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed -e 's/^.*\///'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
+ done
uninstall-man1:
@$(NORMAL_UNINSTALL)
- @list=''; test -n "$(man1dir)" || exit 0; \
- files=`{ for i in $$list; do echo "$$i"; done; \
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
- sed -n '/\.1[a-z]*$$/p'; \
- } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
- test -z "$$files" || { \
- echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
+ @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
+ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
+ for i in $$l2; do \
+ case "$$i" in \
+ *.1*) list="$$list $$i" ;; \
+ esac; \
+ done; \
+ for i in $$list; do \
+ ext=`echo $$i | sed -e 's/^.*\\.//'`; \
+ case "$$ext" in \
+ 1*) ;; \
+ *) ext='1' ;; \
+ esac; \
+ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
+ inst=`echo $$inst | sed -e 's/^.*\///'`; \
+ inst=`echo $$inst | sed '$(transform)'`.$$ext; \
+ echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
+ rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
+ done
tags: TAGS
TAGS:
@@ -312,19 +293,6 @@ CTAGS:
distdir: $(DISTFILES)
- @list='$(MANS)'; if test -n "$$list"; then \
- list=`for p in $$list; do \
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
- if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
- if test -n "$$list" && \
- grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
- echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
- grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
- echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
- echo " typically \`make maintainer-clean' will remove them" >&2; \
- exit 1; \
- else :; fi; \
- else :; fi
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
@@ -340,17 +308,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -381,7 +345,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -400,8 +363,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -410,28 +371,18 @@ install-data-am: install-man
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am:
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man: install-man1
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -468,7 +419,6 @@ uninstall-man: uninstall-man1
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
uninstall uninstall-am uninstall-man uninstall-man1
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/gui/Makefile.in b/gui/Makefile.in
index c262c296..ff1b7a97 100644
--- a/gui/Makefile.in
+++ b/gui/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -17,9 +16,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -45,8 +43,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(bindir)"
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_pcsx_OBJECTS = LnxMain.$(OBJEXT) Plugin.$(OBJEXT) Config.$(OBJEXT) \
Gtk2Gui.$(OBJEXT) MemcardDlg.$(OBJEXT) ConfDlg.$(OBJEXT) \
@@ -58,7 +56,6 @@ pcsx_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -149,7 +146,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -262,9 +258,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gui/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu gui/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gui/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu gui/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -282,50 +278,34 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p || test -f $$p1; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ if test -f $$p \
+ || test -f $$p1 \
+ ; then \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ else :; fi; \
+ done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+ rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ done
clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f $$p $$f"; \
+ rm -f $$p $$f ; \
+ done
pcsx$(EXEEXT): $(pcsx_OBJECTS) $(pcsx_DEPENDENCIES)
@rm -f pcsx$(EXEEXT)
$(LINK) $(pcsx_OBJECTS) $(pcsx_LDADD) $(LIBS)
@@ -348,21 +328,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -385,7 +365,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -393,34 +373,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -441,17 +416,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -482,7 +453,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -503,8 +473,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -513,28 +481,18 @@ install-data-am:
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am: install-binPROGRAMS
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -573,7 +531,6 @@ uninstall-am: uninstall-binPROGRAMS
pdf pdf-am ps ps-am tags uninstall uninstall-am \
uninstall-binPROGRAMS
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/include/config.h.in b/include/config.h.in
index a1e524c7..41d74c58 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -83,9 +83,6 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
/* Define to the version of this package. */
#undef PACKAGE_VERSION
diff --git a/libpcsxcore/Makefile.in b/libpcsxcore/Makefile.in
index 27806138..0bcd323f 100644
--- a/libpcsxcore/Makefile.in
+++ b/libpcsxcore/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -17,9 +16,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -66,7 +64,6 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
ARFLAGS = cru
libpcsxcore_a_AR = $(AR) $(ARFLAGS)
@@ -156,7 +153,6 @@ libpcsxcore_a_OBJECTS = $(am_libpcsxcore_a_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -250,7 +246,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -395,9 +390,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libpcsxcore/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu libpcsxcore/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libpcsxcore/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu libpcsxcore/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -415,7 +410,6 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
@@ -468,511 +462,511 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
psxbios.o: $(top_builddir)/libpcsxcore/psxbios.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxbios.o -MD -MP -MF $(DEPDIR)/psxbios.Tpo -c -o psxbios.o `test -f '$(top_builddir)/libpcsxcore/psxbios.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxbios.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxbios.Tpo $(DEPDIR)/psxbios.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxbios.Tpo $(DEPDIR)/psxbios.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxbios.c' object='psxbios.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxbios.o `test -f '$(top_builddir)/libpcsxcore/psxbios.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxbios.c
psxbios.obj: $(top_builddir)/libpcsxcore/psxbios.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxbios.obj -MD -MP -MF $(DEPDIR)/psxbios.Tpo -c -o psxbios.obj `if test -f '$(top_builddir)/libpcsxcore/psxbios.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxbios.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxbios.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxbios.Tpo $(DEPDIR)/psxbios.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxbios.Tpo $(DEPDIR)/psxbios.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxbios.c' object='psxbios.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxbios.obj `if test -f '$(top_builddir)/libpcsxcore/psxbios.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxbios.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxbios.c'; fi`
cdrom.o: $(top_builddir)/libpcsxcore/cdrom.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdrom.o -MD -MP -MF $(DEPDIR)/cdrom.Tpo -c -o cdrom.o `test -f '$(top_builddir)/libpcsxcore/cdrom.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/cdrom.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cdrom.Tpo $(DEPDIR)/cdrom.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/cdrom.Tpo $(DEPDIR)/cdrom.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/cdrom.c' object='cdrom.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdrom.o `test -f '$(top_builddir)/libpcsxcore/cdrom.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/cdrom.c
cdrom.obj: $(top_builddir)/libpcsxcore/cdrom.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdrom.obj -MD -MP -MF $(DEPDIR)/cdrom.Tpo -c -o cdrom.obj `if test -f '$(top_builddir)/libpcsxcore/cdrom.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/cdrom.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/cdrom.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cdrom.Tpo $(DEPDIR)/cdrom.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/cdrom.Tpo $(DEPDIR)/cdrom.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/cdrom.c' object='cdrom.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdrom.obj `if test -f '$(top_builddir)/libpcsxcore/cdrom.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/cdrom.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/cdrom.c'; fi`
psxcounters.o: $(top_builddir)/libpcsxcore/psxcounters.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxcounters.o -MD -MP -MF $(DEPDIR)/psxcounters.Tpo -c -o psxcounters.o `test -f '$(top_builddir)/libpcsxcore/psxcounters.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxcounters.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxcounters.Tpo $(DEPDIR)/psxcounters.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxcounters.Tpo $(DEPDIR)/psxcounters.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxcounters.c' object='psxcounters.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxcounters.o `test -f '$(top_builddir)/libpcsxcore/psxcounters.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxcounters.c
psxcounters.obj: $(top_builddir)/libpcsxcore/psxcounters.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxcounters.obj -MD -MP -MF $(DEPDIR)/psxcounters.Tpo -c -o psxcounters.obj `if test -f '$(top_builddir)/libpcsxcore/psxcounters.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxcounters.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxcounters.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxcounters.Tpo $(DEPDIR)/psxcounters.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxcounters.Tpo $(DEPDIR)/psxcounters.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxcounters.c' object='psxcounters.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxcounters.obj `if test -f '$(top_builddir)/libpcsxcore/psxcounters.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxcounters.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxcounters.c'; fi`
psxdma.o: $(top_builddir)/libpcsxcore/psxdma.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxdma.o -MD -MP -MF $(DEPDIR)/psxdma.Tpo -c -o psxdma.o `test -f '$(top_builddir)/libpcsxcore/psxdma.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxdma.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxdma.Tpo $(DEPDIR)/psxdma.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxdma.Tpo $(DEPDIR)/psxdma.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxdma.c' object='psxdma.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxdma.o `test -f '$(top_builddir)/libpcsxcore/psxdma.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxdma.c
psxdma.obj: $(top_builddir)/libpcsxcore/psxdma.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxdma.obj -MD -MP -MF $(DEPDIR)/psxdma.Tpo -c -o psxdma.obj `if test -f '$(top_builddir)/libpcsxcore/psxdma.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxdma.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxdma.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxdma.Tpo $(DEPDIR)/psxdma.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxdma.Tpo $(DEPDIR)/psxdma.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxdma.c' object='psxdma.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxdma.obj `if test -f '$(top_builddir)/libpcsxcore/psxdma.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxdma.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxdma.c'; fi`
disr3000a.o: $(top_builddir)/libpcsxcore/disr3000a.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT disr3000a.o -MD -MP -MF $(DEPDIR)/disr3000a.Tpo -c -o disr3000a.o `test -f '$(top_builddir)/libpcsxcore/disr3000a.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/disr3000a.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/disr3000a.Tpo $(DEPDIR)/disr3000a.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/disr3000a.Tpo $(DEPDIR)/disr3000a.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/disr3000a.c' object='disr3000a.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o disr3000a.o `test -f '$(top_builddir)/libpcsxcore/disr3000a.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/disr3000a.c
disr3000a.obj: $(top_builddir)/libpcsxcore/disr3000a.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT disr3000a.obj -MD -MP -MF $(DEPDIR)/disr3000a.Tpo -c -o disr3000a.obj `if test -f '$(top_builddir)/libpcsxcore/disr3000a.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/disr3000a.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/disr3000a.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/disr3000a.Tpo $(DEPDIR)/disr3000a.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/disr3000a.Tpo $(DEPDIR)/disr3000a.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/disr3000a.c' object='disr3000a.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o disr3000a.obj `if test -f '$(top_builddir)/libpcsxcore/disr3000a.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/disr3000a.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/disr3000a.c'; fi`
spu.o: $(top_builddir)/libpcsxcore/spu.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT spu.o -MD -MP -MF $(DEPDIR)/spu.Tpo -c -o spu.o `test -f '$(top_builddir)/libpcsxcore/spu.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/spu.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/spu.Tpo $(DEPDIR)/spu.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/spu.Tpo $(DEPDIR)/spu.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/spu.c' object='spu.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o spu.o `test -f '$(top_builddir)/libpcsxcore/spu.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/spu.c
spu.obj: $(top_builddir)/libpcsxcore/spu.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT spu.obj -MD -MP -MF $(DEPDIR)/spu.Tpo -c -o spu.obj `if test -f '$(top_builddir)/libpcsxcore/spu.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/spu.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/spu.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/spu.Tpo $(DEPDIR)/spu.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/spu.Tpo $(DEPDIR)/spu.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/spu.c' object='spu.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o spu.obj `if test -f '$(top_builddir)/libpcsxcore/spu.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/spu.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/spu.c'; fi`
sio.o: $(top_builddir)/libpcsxcore/sio.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sio.o -MD -MP -MF $(DEPDIR)/sio.Tpo -c -o sio.o `test -f '$(top_builddir)/libpcsxcore/sio.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/sio.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sio.Tpo $(DEPDIR)/sio.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/sio.Tpo $(DEPDIR)/sio.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/sio.c' object='sio.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sio.o `test -f '$(top_builddir)/libpcsxcore/sio.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/sio.c
sio.obj: $(top_builddir)/libpcsxcore/sio.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sio.obj -MD -MP -MF $(DEPDIR)/sio.Tpo -c -o sio.obj `if test -f '$(top_builddir)/libpcsxcore/sio.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/sio.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/sio.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sio.Tpo $(DEPDIR)/sio.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/sio.Tpo $(DEPDIR)/sio.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/sio.c' object='sio.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sio.obj `if test -f '$(top_builddir)/libpcsxcore/sio.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/sio.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/sio.c'; fi`
psxhw.o: $(top_builddir)/libpcsxcore/psxhw.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxhw.o -MD -MP -MF $(DEPDIR)/psxhw.Tpo -c -o psxhw.o `test -f '$(top_builddir)/libpcsxcore/psxhw.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxhw.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxhw.Tpo $(DEPDIR)/psxhw.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxhw.Tpo $(DEPDIR)/psxhw.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxhw.c' object='psxhw.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxhw.o `test -f '$(top_builddir)/libpcsxcore/psxhw.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxhw.c
psxhw.obj: $(top_builddir)/libpcsxcore/psxhw.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxhw.obj -MD -MP -MF $(DEPDIR)/psxhw.Tpo -c -o psxhw.obj `if test -f '$(top_builddir)/libpcsxcore/psxhw.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxhw.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxhw.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxhw.Tpo $(DEPDIR)/psxhw.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxhw.Tpo $(DEPDIR)/psxhw.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxhw.c' object='psxhw.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxhw.obj `if test -f '$(top_builddir)/libpcsxcore/psxhw.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxhw.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxhw.c'; fi`
mdec.o: $(top_builddir)/libpcsxcore/mdec.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mdec.o -MD -MP -MF $(DEPDIR)/mdec.Tpo -c -o mdec.o `test -f '$(top_builddir)/libpcsxcore/mdec.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/mdec.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mdec.Tpo $(DEPDIR)/mdec.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mdec.Tpo $(DEPDIR)/mdec.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/mdec.c' object='mdec.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mdec.o `test -f '$(top_builddir)/libpcsxcore/mdec.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/mdec.c
mdec.obj: $(top_builddir)/libpcsxcore/mdec.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mdec.obj -MD -MP -MF $(DEPDIR)/mdec.Tpo -c -o mdec.obj `if test -f '$(top_builddir)/libpcsxcore/mdec.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/mdec.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/mdec.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/mdec.Tpo $(DEPDIR)/mdec.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mdec.Tpo $(DEPDIR)/mdec.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/mdec.c' object='mdec.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mdec.obj `if test -f '$(top_builddir)/libpcsxcore/mdec.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/mdec.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/mdec.c'; fi`
psxmem.o: $(top_builddir)/libpcsxcore/psxmem.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxmem.o -MD -MP -MF $(DEPDIR)/psxmem.Tpo -c -o psxmem.o `test -f '$(top_builddir)/libpcsxcore/psxmem.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxmem.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxmem.Tpo $(DEPDIR)/psxmem.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxmem.Tpo $(DEPDIR)/psxmem.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxmem.c' object='psxmem.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxmem.o `test -f '$(top_builddir)/libpcsxcore/psxmem.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxmem.c
psxmem.obj: $(top_builddir)/libpcsxcore/psxmem.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxmem.obj -MD -MP -MF $(DEPDIR)/psxmem.Tpo -c -o psxmem.obj `if test -f '$(top_builddir)/libpcsxcore/psxmem.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxmem.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxmem.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxmem.Tpo $(DEPDIR)/psxmem.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxmem.Tpo $(DEPDIR)/psxmem.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxmem.c' object='psxmem.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxmem.obj `if test -f '$(top_builddir)/libpcsxcore/psxmem.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxmem.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxmem.c'; fi`
misc.o: $(top_builddir)/libpcsxcore/misc.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.o -MD -MP -MF $(DEPDIR)/misc.Tpo -c -o misc.o `test -f '$(top_builddir)/libpcsxcore/misc.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/misc.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/misc.c' object='misc.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.o `test -f '$(top_builddir)/libpcsxcore/misc.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/misc.c
misc.obj: $(top_builddir)/libpcsxcore/misc.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.obj -MD -MP -MF $(DEPDIR)/misc.Tpo -c -o misc.obj `if test -f '$(top_builddir)/libpcsxcore/misc.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/misc.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/misc.c' object='misc.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.obj `if test -f '$(top_builddir)/libpcsxcore/misc.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/misc.c'; fi`
plugins.o: $(top_builddir)/libpcsxcore/plugins.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugins.o -MD -MP -MF $(DEPDIR)/plugins.Tpo -c -o plugins.o `test -f '$(top_builddir)/libpcsxcore/plugins.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/plugins.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/plugins.Tpo $(DEPDIR)/plugins.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/plugins.Tpo $(DEPDIR)/plugins.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/plugins.c' object='plugins.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o plugins.o `test -f '$(top_builddir)/libpcsxcore/plugins.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/plugins.c
plugins.obj: $(top_builddir)/libpcsxcore/plugins.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugins.obj -MD -MP -MF $(DEPDIR)/plugins.Tpo -c -o plugins.obj `if test -f '$(top_builddir)/libpcsxcore/plugins.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/plugins.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/plugins.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/plugins.Tpo $(DEPDIR)/plugins.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/plugins.Tpo $(DEPDIR)/plugins.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/plugins.c' object='plugins.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o plugins.obj `if test -f '$(top_builddir)/libpcsxcore/plugins.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/plugins.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/plugins.c'; fi`
decode_xa.o: $(top_builddir)/libpcsxcore/decode_xa.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_xa.o -MD -MP -MF $(DEPDIR)/decode_xa.Tpo -c -o decode_xa.o `test -f '$(top_builddir)/libpcsxcore/decode_xa.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/decode_xa.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/decode_xa.Tpo $(DEPDIR)/decode_xa.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/decode_xa.Tpo $(DEPDIR)/decode_xa.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/decode_xa.c' object='decode_xa.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_xa.o `test -f '$(top_builddir)/libpcsxcore/decode_xa.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/decode_xa.c
decode_xa.obj: $(top_builddir)/libpcsxcore/decode_xa.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT decode_xa.obj -MD -MP -MF $(DEPDIR)/decode_xa.Tpo -c -o decode_xa.obj `if test -f '$(top_builddir)/libpcsxcore/decode_xa.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/decode_xa.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/decode_xa.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/decode_xa.Tpo $(DEPDIR)/decode_xa.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/decode_xa.Tpo $(DEPDIR)/decode_xa.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/decode_xa.c' object='decode_xa.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o decode_xa.obj `if test -f '$(top_builddir)/libpcsxcore/decode_xa.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/decode_xa.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/decode_xa.c'; fi`
r3000a.o: $(top_builddir)/libpcsxcore/r3000a.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT r3000a.o -MD -MP -MF $(DEPDIR)/r3000a.Tpo -c -o r3000a.o `test -f '$(top_builddir)/libpcsxcore/r3000a.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/r3000a.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/r3000a.Tpo $(DEPDIR)/r3000a.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/r3000a.Tpo $(DEPDIR)/r3000a.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/r3000a.c' object='r3000a.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o r3000a.o `test -f '$(top_builddir)/libpcsxcore/r3000a.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/r3000a.c
r3000a.obj: $(top_builddir)/libpcsxcore/r3000a.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT r3000a.obj -MD -MP -MF $(DEPDIR)/r3000a.Tpo -c -o r3000a.obj `if test -f '$(top_builddir)/libpcsxcore/r3000a.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/r3000a.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/r3000a.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/r3000a.Tpo $(DEPDIR)/r3000a.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/r3000a.Tpo $(DEPDIR)/r3000a.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/r3000a.c' object='r3000a.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o r3000a.obj `if test -f '$(top_builddir)/libpcsxcore/r3000a.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/r3000a.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/r3000a.c'; fi`
psxinterpreter.o: $(top_builddir)/libpcsxcore/psxinterpreter.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxinterpreter.o -MD -MP -MF $(DEPDIR)/psxinterpreter.Tpo -c -o psxinterpreter.o `test -f '$(top_builddir)/libpcsxcore/psxinterpreter.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxinterpreter.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxinterpreter.Tpo $(DEPDIR)/psxinterpreter.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxinterpreter.Tpo $(DEPDIR)/psxinterpreter.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxinterpreter.c' object='psxinterpreter.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxinterpreter.o `test -f '$(top_builddir)/libpcsxcore/psxinterpreter.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxinterpreter.c
psxinterpreter.obj: $(top_builddir)/libpcsxcore/psxinterpreter.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxinterpreter.obj -MD -MP -MF $(DEPDIR)/psxinterpreter.Tpo -c -o psxinterpreter.obj `if test -f '$(top_builddir)/libpcsxcore/psxinterpreter.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxinterpreter.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxinterpreter.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxinterpreter.Tpo $(DEPDIR)/psxinterpreter.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxinterpreter.Tpo $(DEPDIR)/psxinterpreter.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxinterpreter.c' object='psxinterpreter.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxinterpreter.obj `if test -f '$(top_builddir)/libpcsxcore/psxinterpreter.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxinterpreter.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxinterpreter.c'; fi`
gte.o: $(top_builddir)/libpcsxcore/gte.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gte.o -MD -MP -MF $(DEPDIR)/gte.Tpo -c -o gte.o `test -f '$(top_builddir)/libpcsxcore/gte.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/gte.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gte.Tpo $(DEPDIR)/gte.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/gte.Tpo $(DEPDIR)/gte.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/gte.c' object='gte.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gte.o `test -f '$(top_builddir)/libpcsxcore/gte.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/gte.c
gte.obj: $(top_builddir)/libpcsxcore/gte.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gte.obj -MD -MP -MF $(DEPDIR)/gte.Tpo -c -o gte.obj `if test -f '$(top_builddir)/libpcsxcore/gte.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/gte.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/gte.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gte.Tpo $(DEPDIR)/gte.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/gte.Tpo $(DEPDIR)/gte.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/gte.c' object='gte.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gte.obj `if test -f '$(top_builddir)/libpcsxcore/gte.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/gte.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/gte.c'; fi`
psxhle.o: $(top_builddir)/libpcsxcore/psxhle.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxhle.o -MD -MP -MF $(DEPDIR)/psxhle.Tpo -c -o psxhle.o `test -f '$(top_builddir)/libpcsxcore/psxhle.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxhle.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxhle.Tpo $(DEPDIR)/psxhle.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxhle.Tpo $(DEPDIR)/psxhle.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxhle.c' object='psxhle.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxhle.o `test -f '$(top_builddir)/libpcsxcore/psxhle.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxhle.c
psxhle.obj: $(top_builddir)/libpcsxcore/psxhle.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxhle.obj -MD -MP -MF $(DEPDIR)/psxhle.Tpo -c -o psxhle.obj `if test -f '$(top_builddir)/libpcsxcore/psxhle.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxhle.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxhle.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxhle.Tpo $(DEPDIR)/psxhle.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxhle.Tpo $(DEPDIR)/psxhle.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxhle.c' object='psxhle.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxhle.obj `if test -f '$(top_builddir)/libpcsxcore/psxhle.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxhle.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxhle.c'; fi`
debug.o: $(top_builddir)/libpcsxcore/debug.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT debug.o -MD -MP -MF $(DEPDIR)/debug.Tpo -c -o debug.o `test -f '$(top_builddir)/libpcsxcore/debug.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/debug.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/debug.Tpo $(DEPDIR)/debug.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/debug.Tpo $(DEPDIR)/debug.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/debug.c' object='debug.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o debug.o `test -f '$(top_builddir)/libpcsxcore/debug.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/debug.c
debug.obj: $(top_builddir)/libpcsxcore/debug.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT debug.obj -MD -MP -MF $(DEPDIR)/debug.Tpo -c -o debug.obj `if test -f '$(top_builddir)/libpcsxcore/debug.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/debug.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/debug.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/debug.Tpo $(DEPDIR)/debug.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/debug.Tpo $(DEPDIR)/debug.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/debug.c' object='debug.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o debug.obj `if test -f '$(top_builddir)/libpcsxcore/debug.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/debug.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/debug.c'; fi`
psxcommon.o: $(top_builddir)/libpcsxcore/psxcommon.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxcommon.o -MD -MP -MF $(DEPDIR)/psxcommon.Tpo -c -o psxcommon.o `test -f '$(top_builddir)/libpcsxcore/psxcommon.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxcommon.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxcommon.Tpo $(DEPDIR)/psxcommon.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxcommon.Tpo $(DEPDIR)/psxcommon.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxcommon.c' object='psxcommon.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxcommon.o `test -f '$(top_builddir)/libpcsxcore/psxcommon.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/psxcommon.c
psxcommon.obj: $(top_builddir)/libpcsxcore/psxcommon.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT psxcommon.obj -MD -MP -MF $(DEPDIR)/psxcommon.Tpo -c -o psxcommon.obj `if test -f '$(top_builddir)/libpcsxcore/psxcommon.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxcommon.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxcommon.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/psxcommon.Tpo $(DEPDIR)/psxcommon.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/psxcommon.Tpo $(DEPDIR)/psxcommon.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/psxcommon.c' object='psxcommon.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o psxcommon.obj `if test -f '$(top_builddir)/libpcsxcore/psxcommon.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/psxcommon.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/psxcommon.c'; fi`
cdriso.o: $(top_builddir)/libpcsxcore/cdriso.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdriso.o -MD -MP -MF $(DEPDIR)/cdriso.Tpo -c -o cdriso.o `test -f '$(top_builddir)/libpcsxcore/cdriso.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/cdriso.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cdriso.Tpo $(DEPDIR)/cdriso.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/cdriso.Tpo $(DEPDIR)/cdriso.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/cdriso.c' object='cdriso.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdriso.o `test -f '$(top_builddir)/libpcsxcore/cdriso.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/cdriso.c
cdriso.obj: $(top_builddir)/libpcsxcore/cdriso.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cdriso.obj -MD -MP -MF $(DEPDIR)/cdriso.Tpo -c -o cdriso.obj `if test -f '$(top_builddir)/libpcsxcore/cdriso.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/cdriso.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/cdriso.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cdriso.Tpo $(DEPDIR)/cdriso.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/cdriso.Tpo $(DEPDIR)/cdriso.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/cdriso.c' object='cdriso.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cdriso.obj `if test -f '$(top_builddir)/libpcsxcore/cdriso.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/cdriso.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/cdriso.c'; fi`
cheat.o: $(top_builddir)/libpcsxcore/cheat.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cheat.o -MD -MP -MF $(DEPDIR)/cheat.Tpo -c -o cheat.o `test -f '$(top_builddir)/libpcsxcore/cheat.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/cheat.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cheat.Tpo $(DEPDIR)/cheat.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/cheat.Tpo $(DEPDIR)/cheat.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/cheat.c' object='cheat.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cheat.o `test -f '$(top_builddir)/libpcsxcore/cheat.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/cheat.c
cheat.obj: $(top_builddir)/libpcsxcore/cheat.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cheat.obj -MD -MP -MF $(DEPDIR)/cheat.Tpo -c -o cheat.obj `if test -f '$(top_builddir)/libpcsxcore/cheat.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/cheat.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/cheat.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/cheat.Tpo $(DEPDIR)/cheat.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/cheat.Tpo $(DEPDIR)/cheat.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/cheat.c' object='cheat.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cheat.obj `if test -f '$(top_builddir)/libpcsxcore/cheat.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/cheat.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/cheat.c'; fi`
socket.o: $(top_builddir)/libpcsxcore/socket.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT socket.o -MD -MP -MF $(DEPDIR)/socket.Tpo -c -o socket.o `test -f '$(top_builddir)/libpcsxcore/socket.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/socket.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/socket.Tpo $(DEPDIR)/socket.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/socket.Tpo $(DEPDIR)/socket.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/socket.c' object='socket.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o socket.o `test -f '$(top_builddir)/libpcsxcore/socket.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/socket.c
socket.obj: $(top_builddir)/libpcsxcore/socket.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT socket.obj -MD -MP -MF $(DEPDIR)/socket.Tpo -c -o socket.obj `if test -f '$(top_builddir)/libpcsxcore/socket.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/socket.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/socket.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/socket.Tpo $(DEPDIR)/socket.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/socket.Tpo $(DEPDIR)/socket.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/socket.c' object='socket.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o socket.obj `if test -f '$(top_builddir)/libpcsxcore/socket.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/socket.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/socket.c'; fi`
ppf.o: $(top_builddir)/libpcsxcore/ppf.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ppf.o -MD -MP -MF $(DEPDIR)/ppf.Tpo -c -o ppf.o `test -f '$(top_builddir)/libpcsxcore/ppf.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ppf.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ppf.Tpo $(DEPDIR)/ppf.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ppf.Tpo $(DEPDIR)/ppf.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ppf.c' object='ppf.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ppf.o `test -f '$(top_builddir)/libpcsxcore/ppf.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ppf.c
ppf.obj: $(top_builddir)/libpcsxcore/ppf.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ppf.obj -MD -MP -MF $(DEPDIR)/ppf.Tpo -c -o ppf.obj `if test -f '$(top_builddir)/libpcsxcore/ppf.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ppf.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ppf.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ppf.Tpo $(DEPDIR)/ppf.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ppf.Tpo $(DEPDIR)/ppf.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ppf.c' object='ppf.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ppf.obj `if test -f '$(top_builddir)/libpcsxcore/ppf.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ppf.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ppf.c'; fi`
iR3000A-64.o: $(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iR3000A-64.o -MD -MP -MF $(DEPDIR)/iR3000A-64.Tpo -c -o iR3000A-64.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/iR3000A-64.Tpo $(DEPDIR)/iR3000A-64.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/iR3000A-64.Tpo $(DEPDIR)/iR3000A-64.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c' object='iR3000A-64.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iR3000A-64.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c
iR3000A-64.obj: $(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iR3000A-64.obj -MD -MP -MF $(DEPDIR)/iR3000A-64.Tpo -c -o iR3000A-64.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/iR3000A-64.Tpo $(DEPDIR)/iR3000A-64.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/iR3000A-64.Tpo $(DEPDIR)/iR3000A-64.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c' object='iR3000A-64.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iR3000A-64.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/iR3000A-64.c'; fi`
ix86-64.o: $(top_builddir)/libpcsxcore/ix86_64/ix86-64.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86-64.o -MD -MP -MF $(DEPDIR)/ix86-64.Tpo -c -o ix86-64.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86-64.Tpo $(DEPDIR)/ix86-64.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86-64.Tpo $(DEPDIR)/ix86-64.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c' object='ix86-64.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86-64.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c
ix86-64.obj: $(top_builddir)/libpcsxcore/ix86_64/ix86-64.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86-64.obj -MD -MP -MF $(DEPDIR)/ix86-64.Tpo -c -o ix86-64.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86-64.Tpo $(DEPDIR)/ix86-64.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86-64.Tpo $(DEPDIR)/ix86-64.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c' object='ix86-64.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86-64.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86-64.c'; fi`
ix86_cpudetect.o: $(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_cpudetect.o -MD -MP -MF $(DEPDIR)/ix86_cpudetect.Tpo -c -o ix86_cpudetect.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_cpudetect.Tpo $(DEPDIR)/ix86_cpudetect.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_cpudetect.Tpo $(DEPDIR)/ix86_cpudetect.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c' object='ix86_cpudetect.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_cpudetect.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c
ix86_cpudetect.obj: $(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_cpudetect.obj -MD -MP -MF $(DEPDIR)/ix86_cpudetect.Tpo -c -o ix86_cpudetect.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_cpudetect.Tpo $(DEPDIR)/ix86_cpudetect.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_cpudetect.Tpo $(DEPDIR)/ix86_cpudetect.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c' object='ix86_cpudetect.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_cpudetect.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_cpudetect.c'; fi`
ix86_fpu.o: $(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_fpu.o -MD -MP -MF $(DEPDIR)/ix86_fpu.Tpo -c -o ix86_fpu.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_fpu.Tpo $(DEPDIR)/ix86_fpu.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_fpu.Tpo $(DEPDIR)/ix86_fpu.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c' object='ix86_fpu.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_fpu.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c
ix86_fpu.obj: $(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_fpu.obj -MD -MP -MF $(DEPDIR)/ix86_fpu.Tpo -c -o ix86_fpu.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_fpu.Tpo $(DEPDIR)/ix86_fpu.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_fpu.Tpo $(DEPDIR)/ix86_fpu.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c' object='ix86_fpu.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_fpu.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_fpu.c'; fi`
ix86_3dnow.o: $(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_3dnow.o -MD -MP -MF $(DEPDIR)/ix86_3dnow.Tpo -c -o ix86_3dnow.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_3dnow.Tpo $(DEPDIR)/ix86_3dnow.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_3dnow.Tpo $(DEPDIR)/ix86_3dnow.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c' object='ix86_3dnow.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_3dnow.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c
ix86_3dnow.obj: $(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_3dnow.obj -MD -MP -MF $(DEPDIR)/ix86_3dnow.Tpo -c -o ix86_3dnow.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_3dnow.Tpo $(DEPDIR)/ix86_3dnow.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_3dnow.Tpo $(DEPDIR)/ix86_3dnow.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c' object='ix86_3dnow.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_3dnow.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_3dnow.c'; fi`
ix86_mmx.o: $(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_mmx.o -MD -MP -MF $(DEPDIR)/ix86_mmx.Tpo -c -o ix86_mmx.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_mmx.Tpo $(DEPDIR)/ix86_mmx.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_mmx.Tpo $(DEPDIR)/ix86_mmx.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c' object='ix86_mmx.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_mmx.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c
ix86_mmx.obj: $(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_mmx.obj -MD -MP -MF $(DEPDIR)/ix86_mmx.Tpo -c -o ix86_mmx.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_mmx.Tpo $(DEPDIR)/ix86_mmx.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_mmx.Tpo $(DEPDIR)/ix86_mmx.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c' object='ix86_mmx.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_mmx.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_mmx.c'; fi`
ix86_sse.o: $(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_sse.o -MD -MP -MF $(DEPDIR)/ix86_sse.Tpo -c -o ix86_sse.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_sse.Tpo $(DEPDIR)/ix86_sse.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_sse.Tpo $(DEPDIR)/ix86_sse.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c' object='ix86_sse.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_sse.o `test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c
ix86_sse.obj: $(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86_sse.obj -MD -MP -MF $(DEPDIR)/ix86_sse.Tpo -c -o ix86_sse.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86_sse.Tpo $(DEPDIR)/ix86_sse.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86_sse.Tpo $(DEPDIR)/ix86_sse.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c' object='ix86_sse.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86_sse.obj `if test -f '$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86_64/ix86_sse.c'; fi`
iR3000A.o: $(top_builddir)/libpcsxcore/ix86/iR3000A.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iR3000A.o -MD -MP -MF $(DEPDIR)/iR3000A.Tpo -c -o iR3000A.o `test -f '$(top_builddir)/libpcsxcore/ix86/iR3000A.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86/iR3000A.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/iR3000A.Tpo $(DEPDIR)/iR3000A.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/iR3000A.Tpo $(DEPDIR)/iR3000A.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86/iR3000A.c' object='iR3000A.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iR3000A.o `test -f '$(top_builddir)/libpcsxcore/ix86/iR3000A.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86/iR3000A.c
iR3000A.obj: $(top_builddir)/libpcsxcore/ix86/iR3000A.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT iR3000A.obj -MD -MP -MF $(DEPDIR)/iR3000A.Tpo -c -o iR3000A.obj `if test -f '$(top_builddir)/libpcsxcore/ix86/iR3000A.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86/iR3000A.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86/iR3000A.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/iR3000A.Tpo $(DEPDIR)/iR3000A.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/iR3000A.Tpo $(DEPDIR)/iR3000A.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86/iR3000A.c' object='iR3000A.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o iR3000A.obj `if test -f '$(top_builddir)/libpcsxcore/ix86/iR3000A.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86/iR3000A.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86/iR3000A.c'; fi`
ix86.o: $(top_builddir)/libpcsxcore/ix86/ix86.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86.o -MD -MP -MF $(DEPDIR)/ix86.Tpo -c -o ix86.o `test -f '$(top_builddir)/libpcsxcore/ix86/ix86.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86/ix86.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86.Tpo $(DEPDIR)/ix86.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86.Tpo $(DEPDIR)/ix86.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86/ix86.c' object='ix86.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86.o `test -f '$(top_builddir)/libpcsxcore/ix86/ix86.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ix86/ix86.c
ix86.obj: $(top_builddir)/libpcsxcore/ix86/ix86.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ix86.obj -MD -MP -MF $(DEPDIR)/ix86.Tpo -c -o ix86.obj `if test -f '$(top_builddir)/libpcsxcore/ix86/ix86.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86/ix86.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86/ix86.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ix86.Tpo $(DEPDIR)/ix86.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ix86.Tpo $(DEPDIR)/ix86.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ix86/ix86.c' object='ix86.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ix86.obj `if test -f '$(top_builddir)/libpcsxcore/ix86/ix86.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ix86/ix86.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ix86/ix86.c'; fi`
pR3000A.o: $(top_builddir)/libpcsxcore/ppc/pR3000A.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pR3000A.o -MD -MP -MF $(DEPDIR)/pR3000A.Tpo -c -o pR3000A.o `test -f '$(top_builddir)/libpcsxcore/ppc/pR3000A.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ppc/pR3000A.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pR3000A.Tpo $(DEPDIR)/pR3000A.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pR3000A.Tpo $(DEPDIR)/pR3000A.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ppc/pR3000A.c' object='pR3000A.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pR3000A.o `test -f '$(top_builddir)/libpcsxcore/ppc/pR3000A.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ppc/pR3000A.c
pR3000A.obj: $(top_builddir)/libpcsxcore/ppc/pR3000A.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pR3000A.obj -MD -MP -MF $(DEPDIR)/pR3000A.Tpo -c -o pR3000A.obj `if test -f '$(top_builddir)/libpcsxcore/ppc/pR3000A.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ppc/pR3000A.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ppc/pR3000A.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pR3000A.Tpo $(DEPDIR)/pR3000A.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pR3000A.Tpo $(DEPDIR)/pR3000A.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ppc/pR3000A.c' object='pR3000A.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pR3000A.obj `if test -f '$(top_builddir)/libpcsxcore/ppc/pR3000A.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ppc/pR3000A.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ppc/pR3000A.c'; fi`
ppc.o: $(top_builddir)/libpcsxcore/ppc/ppc.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ppc.o -MD -MP -MF $(DEPDIR)/ppc.Tpo -c -o ppc.o `test -f '$(top_builddir)/libpcsxcore/ppc/ppc.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ppc/ppc.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ppc.Tpo $(DEPDIR)/ppc.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ppc.Tpo $(DEPDIR)/ppc.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ppc/ppc.c' object='ppc.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ppc.o `test -f '$(top_builddir)/libpcsxcore/ppc/ppc.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ppc/ppc.c
ppc.obj: $(top_builddir)/libpcsxcore/ppc/ppc.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ppc.obj -MD -MP -MF $(DEPDIR)/ppc.Tpo -c -o ppc.obj `if test -f '$(top_builddir)/libpcsxcore/ppc/ppc.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ppc/ppc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ppc/ppc.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ppc.Tpo $(DEPDIR)/ppc.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ppc.Tpo $(DEPDIR)/ppc.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ppc/ppc.c' object='ppc.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ppc.obj `if test -f '$(top_builddir)/libpcsxcore/ppc/ppc.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ppc/ppc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ppc/ppc.c'; fi`
reguse.o: $(top_builddir)/libpcsxcore/ppc/reguse.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reguse.o -MD -MP -MF $(DEPDIR)/reguse.Tpo -c -o reguse.o `test -f '$(top_builddir)/libpcsxcore/ppc/reguse.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ppc/reguse.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/reguse.Tpo $(DEPDIR)/reguse.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/reguse.Tpo $(DEPDIR)/reguse.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ppc/reguse.c' object='reguse.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reguse.o `test -f '$(top_builddir)/libpcsxcore/ppc/reguse.c' || echo '$(srcdir)/'`$(top_builddir)/libpcsxcore/ppc/reguse.c
reguse.obj: $(top_builddir)/libpcsxcore/ppc/reguse.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reguse.obj -MD -MP -MF $(DEPDIR)/reguse.Tpo -c -o reguse.obj `if test -f '$(top_builddir)/libpcsxcore/ppc/reguse.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ppc/reguse.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ppc/reguse.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/reguse.Tpo $(DEPDIR)/reguse.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/reguse.Tpo $(DEPDIR)/reguse.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(top_builddir)/libpcsxcore/ppc/reguse.c' object='reguse.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reguse.obj `if test -f '$(top_builddir)/libpcsxcore/ppc/reguse.c'; then $(CYGPATH_W) '$(top_builddir)/libpcsxcore/ppc/reguse.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/libpcsxcore/ppc/reguse.c'; fi`
@@ -1010,7 +1004,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -1018,34 +1012,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -1066,17 +1055,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -1104,7 +1089,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -1126,8 +1110,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -1136,28 +1118,18 @@ install-data-am:
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am:
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -1195,7 +1167,6 @@ uninstall-am:
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
pdf pdf-am ps ps-am tags uninstall uninstall-am
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c
index dc1f6bf3..18b0de92 100644
--- a/libpcsxcore/cdriso.c
+++ b/libpcsxcore/cdriso.c
@@ -35,7 +35,7 @@ static FILE *cdHandle = NULL;
static FILE *cddaHandle = NULL;
static FILE *subHandle = NULL;
-static boolean subChanInterleaved = FALSE;
+static boolean subChanMixed = FALSE;
static boolean subChanRaw = FALSE;
static unsigned char cdbuffer[DATA_SIZE];
@@ -160,7 +160,7 @@ static void *playthread(void *param)
t = GetTickCount() + CDDA_FRAMETIME;
- if (subChanInterleaved) {
+ if (subChanMixed) {
s = 0;
for (i = 0; i < sizeof(sndbuffer) / CD_FRAMESIZE_RAW; i++) {
@@ -320,10 +320,10 @@ static int parsetoc(const char *isofile) {
ti[numtracks].type = DATA;
sec2msf(2 * 75, ti[numtracks].start); // assume data track on 0:2:0
- // check if this image contains interleaved subchannel data
+ // check if this image contains mixed subchannel data
token = strtok(NULL, " ");
if (token != NULL && !strncmp(token, "RW_RAW", 6)) {
- subChanInterleaved = TRUE;
+ subChanMixed = TRUE;
subChanRaw = TRUE;
}
}
@@ -334,7 +334,7 @@ static int parsetoc(const char *isofile) {
else if (!strcmp(token, "DATAFILE")) {
if (ti[numtracks].type == CDDA) {
sscanf(linebuf, "DATAFILE \"%[^\"]\" #%d %8s", name, &t, time2);
- t /= CD_FRAMESIZE_RAW + (subChanInterleaved ? SUB_FRAMESIZE : 0);
+ t /= CD_FRAMESIZE_RAW + (subChanMixed ? SUB_FRAMESIZE : 0);
t += 2 * 75;
sec2msf(t, (char *)&ti[numtracks].start);
tok2msf((char *)&time2, (char *)&ti[numtracks].length);
@@ -347,7 +347,7 @@ static int parsetoc(const char *isofile) {
else if (!strcmp(token, "FILE")) {
sscanf(linebuf, "FILE \"%[^\"]\" #%d %8s %8s", name, &t, time, time2);
tok2msf((char *)&time, (char *)&ti[numtracks].start);
- t /= CD_FRAMESIZE_RAW + (subChanInterleaved ? SUB_FRAMESIZE : 0);
+ t /= CD_FRAMESIZE_RAW + (subChanMixed ? SUB_FRAMESIZE : 0);
t += msf2sec(ti[numtracks].start) + 2 * 75;
sec2msf(t, (char *)&ti[numtracks].start);
tok2msf((char *)&time2, (char *)&ti[numtracks].length);
@@ -571,9 +571,9 @@ static int parsemds(const char *isofile) {
offset += 0x50;
}
- // check if the image contains interleaved subchannel data
+ // check if the image contains mixed subchannel data
fseek(fi, offset + 1, SEEK_SET);
- subChanInterleaved = (fgetc(fi) ? TRUE : FALSE);
+ subChanMixed = (fgetc(fi) ? TRUE : FALSE);
// read track data
for (i = 1; i <= numtracks; i++) {
@@ -677,7 +677,7 @@ static long CALLBACK ISOopen(void) {
SysPrintf(_("Loaded CD Image: %s"), GetIsoFile());
cddaBigEndian = FALSE;
- subChanInterleaved = FALSE;
+ subChanMixed = FALSE;
subChanRaw = FALSE;
if (parsecue(GetIsoFile()) == 0) {
@@ -693,7 +693,7 @@ static long CALLBACK ISOopen(void) {
SysPrintf("[+mds]");
}
- if (!subChanInterleaved && opensubfile(GetIsoFile()) == 0) {
+ if (!subChanMixed && opensubfile(GetIsoFile()) == 0) {
SysPrintf("[+sub]");
}
@@ -754,50 +754,6 @@ static long CALLBACK ISOgetTD(unsigned char track, unsigned char *buffer) {
return 0;
}
-// lookup table for crc calculation
-static unsigned short crctab[256] = {
- 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50A5, 0x60C6, 0x70E7, 0x8108,
- 0x9129, 0xA14A, 0xB16B, 0xC18C, 0xD1AD, 0xE1CE, 0xF1EF, 0x1231, 0x0210,
- 0x3273, 0x2252, 0x52B5, 0x4294, 0x72F7, 0x62D6, 0x9339, 0x8318, 0xB37B,
- 0xA35A, 0xD3BD, 0xC39C, 0xF3FF, 0xE3DE, 0x2462, 0x3443, 0x0420, 0x1401,
- 0x64E6, 0x74C7, 0x44A4, 0x5485, 0xA56A, 0xB54B, 0x8528, 0x9509, 0xE5EE,
- 0xF5CF, 0xC5AC, 0xD58D, 0x3653, 0x2672, 0x1611, 0x0630, 0x76D7, 0x66F6,
- 0x5695, 0x46B4, 0xB75B, 0xA77A, 0x9719, 0x8738, 0xF7DF, 0xE7FE, 0xD79D,
- 0xC7BC, 0x48C4, 0x58E5, 0x6886, 0x78A7, 0x0840, 0x1861, 0x2802, 0x3823,
- 0xC9CC, 0xD9ED, 0xE98E, 0xF9AF, 0x8948, 0x9969, 0xA90A, 0xB92B, 0x5AF5,
- 0x4AD4, 0x7AB7, 0x6A96, 0x1A71, 0x0A50, 0x3A33, 0x2A12, 0xDBFD, 0xCBDC,
- 0xFBBF, 0xEB9E, 0x9B79, 0x8B58, 0xBB3B, 0xAB1A, 0x6CA6, 0x7C87, 0x4CE4,
- 0x5CC5, 0x2C22, 0x3C03, 0x0C60, 0x1C41, 0xEDAE, 0xFD8F, 0xCDEC, 0xDDCD,
- 0xAD2A, 0xBD0B, 0x8D68, 0x9D49, 0x7E97, 0x6EB6, 0x5ED5, 0x4EF4, 0x3E13,
- 0x2E32, 0x1E51, 0x0E70, 0xFF9F, 0xEFBE, 0xDFDD, 0xCFFC, 0xBF1B, 0xAF3A,
- 0x9F59, 0x8F78, 0x9188, 0x81A9, 0xB1CA, 0xA1EB, 0xD10C, 0xC12D, 0xF14E,
- 0xE16F, 0x1080, 0x00A1, 0x30C2, 0x20E3, 0x5004, 0x4025, 0x7046, 0x6067,
- 0x83B9, 0x9398, 0xA3FB, 0xB3DA, 0xC33D, 0xD31C, 0xE37F, 0xF35E, 0x02B1,
- 0x1290, 0x22F3, 0x32D2, 0x4235, 0x5214, 0x6277, 0x7256, 0xB5EA, 0xA5CB,
- 0x95A8, 0x8589, 0xF56E, 0xE54F, 0xD52C, 0xC50D, 0x34E2, 0x24C3, 0x14A0,
- 0x0481, 0x7466, 0x6447, 0x5424, 0x4405, 0xA7DB, 0xB7FA, 0x8799, 0x97B8,
- 0xE75F, 0xF77E, 0xC71D, 0xD73C, 0x26D3, 0x36F2, 0x0691, 0x16B0, 0x6657,
- 0x7676, 0x4615, 0x5634, 0xD94C, 0xC96D, 0xF90E, 0xE92F, 0x99C8, 0x89E9,
- 0xB98A, 0xA9AB, 0x5844, 0x4865, 0x7806, 0x6827, 0x18C0, 0x08E1, 0x3882,
- 0x28A3, 0xCB7D, 0xDB5C, 0xEB3F, 0xFB1E, 0x8BF9, 0x9BD8, 0xABBB, 0xBB9A,
- 0x4A75, 0x5A54, 0x6A37, 0x7A16, 0x0AF1, 0x1AD0, 0x2AB3, 0x3A92, 0xFD2E,
- 0xED0F, 0xDD6C, 0xCD4D, 0xBDAA, 0xAD8B, 0x9DE8, 0x8DC9, 0x7C26, 0x6C07,
- 0x5C64, 0x4C45, 0x3CA2, 0x2C83, 0x1CE0, 0x0CC1, 0xEF1F, 0xFF3E, 0xCF5D,
- 0xDF7C, 0xAF9B, 0xBFBA, 0x8FD9, 0x9FF8, 0x6E17, 0x7E36, 0x4E55, 0x5E74,
- 0x2E93, 0x3EB2, 0x0ED1, 0x1EF0
-};
-
-static unsigned short calcCrc(unsigned char *d, int len) {
- unsigned short crc = 0;
- int i;
-
- for (i = 0; i < len; i++) {
- crc = crctab[(crc >> 8) ^ d[i]] ^ (crc << 8);
- }
-
- return ~crc;
-}
-
// decode 'raw' subchannel data ripped by cdrdao
static void DecodeRawSubData(void) {
unsigned char subQData[12];
@@ -822,16 +778,12 @@ static long CALLBACK ISOreadTrack(unsigned char *time) {
return -1;
}
- if (subChanInterleaved) {
+ if (subChanMixed) {
fseek(cdHandle, MSF2SECT(btoi(time[0]), btoi(time[1]), btoi(time[2])) * (CD_FRAMESIZE_RAW + SUB_FRAMESIZE) + 12, SEEK_SET);
fread(cdbuffer, 1, DATA_SIZE, cdHandle);
fread(subbuffer, 1, SUB_FRAMESIZE, cdHandle);
if (subChanRaw) DecodeRawSubData();
-
- if ((((u16)subbuffer[22] << 8) | (u16)subbuffer[23]) != calcCrc(&subbuffer[12], 10)) {
- memset(&subbuffer[15], 0, 7); // CRC wrong, wipe out time data
- }
}
else {
fseek(cdHandle, MSF2SECT(btoi(time[0]), btoi(time[1]), btoi(time[2])) * CD_FRAMESIZE_RAW + 12, SEEK_SET);
@@ -842,10 +794,6 @@ static long CALLBACK ISOreadTrack(unsigned char *time) {
fread(subbuffer, 1, SUB_FRAMESIZE, subHandle);
if (subChanRaw) DecodeRawSubData();
-
- if ((((u16)subbuffer[22] << 8) | (u16)subbuffer[23]) != calcCrc(&subbuffer[12], 10)) {
- memset(&subbuffer[15], 0, 7); // CRC wrong, wipe out time data
- }
}
}
@@ -862,7 +810,7 @@ static unsigned char * CALLBACK ISOgetBuffer(void) {
// does NOT uses bcd format
static long CALLBACK ISOplay(unsigned char *time) {
if (SPU_playCDDAchannel != NULL) {
- if (subChanInterleaved) {
+ if (subChanMixed) {
startCDDA(MSF2SECT(time[0], time[1], time[2]) * (CD_FRAMESIZE_RAW + SUB_FRAMESIZE));
}
else {
@@ -880,7 +828,7 @@ static long CALLBACK ISOstop(void) {
// gets subchannel data
static unsigned char* CALLBACK ISOgetBufferSub(void) {
- if (subHandle != NULL || subChanInterleaved) {
+ if (subHandle != NULL || subChanMixed) {
return subbuffer;
}
diff --git a/libpcsxcore/cdrom.c b/libpcsxcore/cdrom.c
index c82029a2..92e4b7f2 100644
--- a/libpcsxcore/cdrom.c
+++ b/libpcsxcore/cdrom.c
@@ -161,7 +161,6 @@ void AddIrqQueue(unsigned char irq, unsigned long ecycle) {
void cdrInterrupt() {
int i;
unsigned char Irq = cdr.Irq;
- char cdr_localTime[3];
if (cdr.Stat) {
CDR_INT(0x1000);
@@ -352,19 +351,6 @@ void cdrInterrupt() {
SetResultSize(8);
subq = (struct SubQ *)CDR_getBufferSub();
- cdr_localTime[0] = btoi(cdr.Prev[0]);
- cdr_localTime[1] = btoi(cdr.Prev[1]) - 2;
- cdr_localTime[2] = cdr.Prev[2];
-
- // m:s adjustment
- if (cdr_localTime[1] < 0) {
- cdr_localTime[1] += 60;
- cdr_localTime[0] -= 1;
- }
-
- cdr_localTime[1] = itob(cdr_localTime[1]);
- cdr_localTime[0] = itob(cdr_localTime[0]);
-
if (subq != NULL) {
cdr.Result[0] = subq->TrackNumber;
cdr.Result[1] = subq->IndexNumber;
@@ -372,19 +358,26 @@ void cdrInterrupt() {
memcpy(cdr.Result + 5, subq->AbsoluteAddress, 3);
// subQ integrity check
- if (cdr_localTime[0] != cdr.Result[2] ||
- cdr_localTime[1] != cdr.Result[3] ||
- cdr_localTime[2] != cdr.Result[4] ||
- cdr.Prev[0] != cdr.Result[5] ||
- cdr.Prev[1] != cdr.Result[6] ||
- cdr.Prev[2] != cdr.Result[7]) {
- // wipe out time data
- memset(cdr.Result + 2, 0, 3 + 3);
+ if (calcCrc((u8 *)subq + 12, 10) != (((u16)subq->CRC[0] << 8) | subq->CRC[1])) {
+ memset(cdr.Result + 2, 0, 3 + 3); // CRC wrong, wipe out time data
}
} else {
cdr.Result[0] = 1;
cdr.Result[1] = 1;
- memcpy(cdr.Result + 2, cdr_localTime, 3);
+
+ cdr.Result[2] = btoi(cdr.Prev[0]);
+ cdr.Result[3] = btoi(cdr.Prev[1]) - 2;
+ cdr.Result[4] = cdr.Prev[2];
+
+ // m:s adjustment
+ if ((s8)cdr.Result[3] < 0) {
+ cdr.Result[3] += 60;
+ cdr.Result[2] -= 1;
+ }
+
+ cdr.Result[2] = itob(cdr.Result[2]);
+ cdr.Result[3] = itob(cdr.Result[3]);
+
memcpy(cdr.Result + 5, cdr.Prev, 3);
}
@@ -408,19 +401,19 @@ void cdrInterrupt() {
case CdlGetTD:
cdr.CmdProcess = 0;
- cdr.Track = btoi(cdr.Param[0]);
+ cdr.Track = btoi(cdr.Param[0]);
SetResultSize(4);
- cdr.StatP|= 0x2;
- if (CDR_getTD(cdr.Track, cdr.ResultTD) == -1) {
+ cdr.StatP |= 0x2;
+ if (CDR_getTD(cdr.Track, cdr.ResultTD) == -1) {
cdr.Stat = DiskError;
cdr.Result[0] |= 0x01;
- } else {
- cdr.Stat = Acknowledge;
+ } else {
+ cdr.Stat = Acknowledge;
cdr.Result[0] = cdr.StatP;
- cdr.Result[1] = itob(cdr.ResultTD[2]);
- cdr.Result[2] = itob(cdr.ResultTD[1]);
+ cdr.Result[1] = itob(cdr.ResultTD[2]);
+ cdr.Result[2] = itob(cdr.ResultTD[1]);
cdr.Result[3] = itob(cdr.ResultTD[0]);
- }
+ }
break;
case CdlSeekL:
diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c
index b7b56cbc..ef492440 100644
--- a/libpcsxcore/misc.c
+++ b/libpcsxcore/misc.c
@@ -339,8 +339,8 @@ int CheckCdrom() {
if (CdromLabel[0] == ' ') {
strncpy(CdromLabel, CdromId, 9);
}
- SysPrintf("CD-ROM Label: %.32s\n", CdromLabel);
- SysPrintf("CD-ROM ID: %.9s\n", CdromId);
+ SysPrintf(_("CD-ROM Label: %.32s\n"), CdromLabel);
+ SysPrintf(_("CD-ROM ID: %.9s\n"), CdromId);
BuildPPFCache();
@@ -660,3 +660,47 @@ void trim(char *str) {
while (dest >= str && *dest <= ' ' && *dest > 0)
*(dest--) = '\0';
}
+
+// lookup table for crc calculation
+static unsigned short crctab[256] = {
+ 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50A5, 0x60C6, 0x70E7, 0x8108,
+ 0x9129, 0xA14A, 0xB16B, 0xC18C, 0xD1AD, 0xE1CE, 0xF1EF, 0x1231, 0x0210,
+ 0x3273, 0x2252, 0x52B5, 0x4294, 0x72F7, 0x62D6, 0x9339, 0x8318, 0xB37B,
+ 0xA35A, 0xD3BD, 0xC39C, 0xF3FF, 0xE3DE, 0x2462, 0x3443, 0x0420, 0x1401,
+ 0x64E6, 0x74C7, 0x44A4, 0x5485, 0xA56A, 0xB54B, 0x8528, 0x9509, 0xE5EE,
+ 0xF5CF, 0xC5AC, 0xD58D, 0x3653, 0x2672, 0x1611, 0x0630, 0x76D7, 0x66F6,
+ 0x5695, 0x46B4, 0xB75B, 0xA77A, 0x9719, 0x8738, 0xF7DF, 0xE7FE, 0xD79D,
+ 0xC7BC, 0x48C4, 0x58E5, 0x6886, 0x78A7, 0x0840, 0x1861, 0x2802, 0x3823,
+ 0xC9CC, 0xD9ED, 0xE98E, 0xF9AF, 0x8948, 0x9969, 0xA90A, 0xB92B, 0x5AF5,
+ 0x4AD4, 0x7AB7, 0x6A96, 0x1A71, 0x0A50, 0x3A33, 0x2A12, 0xDBFD, 0xCBDC,
+ 0xFBBF, 0xEB9E, 0x9B79, 0x8B58, 0xBB3B, 0xAB1A, 0x6CA6, 0x7C87, 0x4CE4,
+ 0x5CC5, 0x2C22, 0x3C03, 0x0C60, 0x1C41, 0xEDAE, 0xFD8F, 0xCDEC, 0xDDCD,
+ 0xAD2A, 0xBD0B, 0x8D68, 0x9D49, 0x7E97, 0x6EB6, 0x5ED5, 0x4EF4, 0x3E13,
+ 0x2E32, 0x1E51, 0x0E70, 0xFF9F, 0xEFBE, 0xDFDD, 0xCFFC, 0xBF1B, 0xAF3A,
+ 0x9F59, 0x8F78, 0x9188, 0x81A9, 0xB1CA, 0xA1EB, 0xD10C, 0xC12D, 0xF14E,
+ 0xE16F, 0x1080, 0x00A1, 0x30C2, 0x20E3, 0x5004, 0x4025, 0x7046, 0x6067,
+ 0x83B9, 0x9398, 0xA3FB, 0xB3DA, 0xC33D, 0xD31C, 0xE37F, 0xF35E, 0x02B1,
+ 0x1290, 0x22F3, 0x32D2, 0x4235, 0x5214, 0x6277, 0x7256, 0xB5EA, 0xA5CB,
+ 0x95A8, 0x8589, 0xF56E, 0xE54F, 0xD52C, 0xC50D, 0x34E2, 0x24C3, 0x14A0,
+ 0x0481, 0x7466, 0x6447, 0x5424, 0x4405, 0xA7DB, 0xB7FA, 0x8799, 0x97B8,
+ 0xE75F, 0xF77E, 0xC71D, 0xD73C, 0x26D3, 0x36F2, 0x0691, 0x16B0, 0x6657,
+ 0x7676, 0x4615, 0x5634, 0xD94C, 0xC96D, 0xF90E, 0xE92F, 0x99C8, 0x89E9,
+ 0xB98A, 0xA9AB, 0x5844, 0x4865, 0x7806, 0x6827, 0x18C0, 0x08E1, 0x3882,
+ 0x28A3, 0xCB7D, 0xDB5C, 0xEB3F, 0xFB1E, 0x8BF9, 0x9BD8, 0xABBB, 0xBB9A,
+ 0x4A75, 0x5A54, 0x6A37, 0x7A16, 0x0AF1, 0x1AD0, 0x2AB3, 0x3A92, 0xFD2E,
+ 0xED0F, 0xDD6C, 0xCD4D, 0xBDAA, 0xAD8B, 0x9DE8, 0x8DC9, 0x7C26, 0x6C07,
+ 0x5C64, 0x4C45, 0x3CA2, 0x2C83, 0x1CE0, 0x0CC1, 0xEF1F, 0xFF3E, 0xCF5D,
+ 0xDF7C, 0xAF9B, 0xBFBA, 0x8FD9, 0x9FF8, 0x6E17, 0x7E36, 0x4E55, 0x5E74,
+ 0x2E93, 0x3EB2, 0x0ED1, 0x1EF0
+};
+
+u16 calcCrc(u8 *d, int len) {
+ u16 crc = 0;
+ int i;
+
+ for (i = 0; i < len; i++) {
+ crc = crctab[(crc >> 8) ^ d[i]] ^ (crc << 8);
+ }
+
+ return ~crc;
+}
diff --git a/libpcsxcore/misc.h b/libpcsxcore/misc.h
index 7a0574f9..ae3fc81f 100644
--- a/libpcsxcore/misc.h
+++ b/libpcsxcore/misc.h
@@ -69,6 +69,7 @@ int SendPcsxInfo();
int RecvPcsxInfo();
void trim(char *str);
+u16 calcCrc(u8 *d, int len);
#ifdef __cplusplus
}
diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h
index 52b82505..9c24ecef 100644
--- a/libpcsxcore/plugins.h
+++ b/libpcsxcore/plugins.h
@@ -150,7 +150,8 @@ struct SubQ {
unsigned char IndexNumber;
unsigned char TrackRelativeAddress[3];
unsigned char Filler;
- unsigned char AbsoluteAddress[3];
+ unsigned char AbsoluteAddress[3];
+ unsigned char CRC[2];
char res1[72];
};
typedef long (CALLBACK* CDRreadCDDA)(unsigned char, unsigned char, unsigned char, unsigned char *);
diff --git a/ltmain.sh b/ltmain.sh
index a72f2fd7..2e3661e0 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1,6 +1,6 @@
# Generated from ltmain.m4sh.
-# ltmain.sh (GNU libtool) 2.2.6b
+# ltmain.sh (GNU libtool) 2.2.6
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
@@ -65,7 +65,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.2.6b
+# $progname: (GNU libtool) 2.2.6 Debian-2.2.6a-1
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -73,9 +73,9 @@
PROGRAM=ltmain.sh
PACKAGE=libtool
-VERSION=2.2.6b
+VERSION="2.2.6 Debian-2.2.6a-1"
TIMESTAMP=""
-package_revision=1.3017
+package_revision=1.3012
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
@@ -5033,7 +5033,10 @@ func_mode_link ()
case $pass in
dlopen) libs="$dlfiles" ;;
dlpreopen) libs="$dlprefiles" ;;
- link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+ link)
+ libs="$deplibs %DEPLIBS%"
+ test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+ ;;
esac
fi
if test "$linkmode,$pass" = "lib,dlpreopen"; then
@@ -6206,6 +6209,9 @@ func_mode_link ()
revision="$number_minor"
lt_irix_increment=no
;;
+ *)
+ func_fatal_configuration "$modename: unknown library version type \`$version_type'"
+ ;;
esac
;;
no)
diff --git a/pixmaps/Makefile.in b/pixmaps/Makefile.in
index 1e9040c9..b31737b2 100644
--- a/pixmaps/Makefile.in
+++ b/pixmaps/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -17,9 +16,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -44,7 +42,6 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -52,23 +49,10 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(icondir)" "$(DESTDIR)$(pixmapdir)"
+iconDATA_INSTALL = $(INSTALL_DATA)
+pixmapDATA_INSTALL = $(INSTALL_DATA)
DATA = $(icon_DATA) $(pixmap_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
@@ -147,7 +131,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -241,9 +224,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pixmaps/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu pixmaps/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pixmaps/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu pixmaps/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -261,7 +244,6 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -271,43 +253,37 @@ clean-libtool:
install-iconDATA: $(icon_DATA)
@$(NORMAL_INSTALL)
test -z "$(icondir)" || $(MKDIR_P) "$(DESTDIR)$(icondir)"
- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
- for p in $$list; do \
+ @list='$(icon_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(icondir)/$$f'"; \
+ $(iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(icondir)/$$f"; \
done
uninstall-iconDATA:
@$(NORMAL_UNINSTALL)
- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(icondir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(icondir)" && rm -f $$files
+ @list='$(icon_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(icondir)/$$f'"; \
+ rm -f "$(DESTDIR)$(icondir)/$$f"; \
+ done
install-pixmapDATA: $(pixmap_DATA)
@$(NORMAL_INSTALL)
test -z "$(pixmapdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapdir)"
- @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
- for p in $$list; do \
+ @list='$(pixmap_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pixmapdir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(pixmapdir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(pixmapDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapdir)/$$f'"; \
+ $(pixmapDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapdir)/$$f"; \
done
uninstall-pixmapDATA:
@$(NORMAL_UNINSTALL)
- @list='$(pixmap_DATA)'; test -n "$(pixmapdir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(pixmapdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(pixmapdir)" && rm -f $$files
+ @list='$(pixmap_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(pixmapdir)/$$f'"; \
+ rm -f "$(DESTDIR)$(pixmapdir)/$$f"; \
+ done
tags: TAGS
TAGS:
@@ -331,17 +307,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -372,7 +344,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -391,8 +362,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -401,28 +370,18 @@ install-data-am: install-iconDATA install-pixmapDATA
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am:
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -458,7 +417,6 @@ uninstall-am: uninstall-iconDATA uninstall-pixmapDATA
ps ps-am uninstall uninstall-am uninstall-iconDATA \
uninstall-pixmapDATA
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plugins/bladesio1/Makefile.in b/plugins/bladesio1/Makefile.in
index e4305aff..620bff72 100644
--- a/plugins/bladesio1/Makefile.in
+++ b/plugins/bladesio1/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -19,9 +18,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,30 +45,15 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(gladedir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
libBladeSio1_la_LIBADD =
am_libBladeSio1_la_OBJECTS = sio1.lo settings.lo
@@ -78,6 +61,7 @@ libBladeSio1_la_OBJECTS = $(am_libBladeSio1_la_OBJECTS)
libBladeSio1_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(libBladeSio1_la_LDFLAGS) $(LDFLAGS) -o $@
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_cfgBladeSio1_OBJECTS = gui.$(OBJEXT)
cfgBladeSio1_OBJECTS = $(am_cfgBladeSio1_OBJECTS)
@@ -87,7 +71,6 @@ cfgBladeSio1_DEPENDENCIES = $(am__DEPENDENCIES_1) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -99,6 +82,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(libBladeSio1_la_SOURCES) $(cfgBladeSio1_SOURCES)
DIST_SOURCES = $(libBladeSio1_la_SOURCES) $(cfgBladeSio1_SOURCES)
+gladeDATA_INSTALL = $(INSTALL_DATA)
DATA = $(glade_DATA)
ETAGS = etags
CTAGS = ctags
@@ -179,7 +163,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -283,9 +266,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/bladesio1/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu plugins/bladesio1/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/bladesio1/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plugins/bladesio1/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -303,28 +286,23 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- list2="$$list2 $$p"; \
+ f=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
- }
+ done
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- $(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ p=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
done
clean-libLTLIBRARIES:
@@ -340,46 +318,31 @@ libBladeSio1.la: $(libBladeSio1_la_OBJECTS) $(libBladeSio1_la_DEPENDENCIES)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p || test -f $$p1; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ if test -f $$p \
+ || test -f $$p1 \
+ ; then \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ else :; fi; \
+ done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+ rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ done
clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f $$p $$f"; \
+ rm -f $$p $$f ; \
+ done
cfgBladeSio1$(EXEEXT): $(cfgBladeSio1_OBJECTS) $(cfgBladeSio1_DEPENDENCIES)
@rm -f cfgBladeSio1$(EXEEXT)
$(LINK) $(cfgBladeSio1_OBJECTS) $(cfgBladeSio1_LDADD) $(LIBS)
@@ -396,21 +359,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -423,23 +386,20 @@ clean-libtool:
install-gladeDATA: $(glade_DATA)
@$(NORMAL_INSTALL)
test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- for p in $$list; do \
+ @list='$(glade_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
+ $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
done
uninstall-gladeDATA:
@$(NORMAL_UNINSTALL)
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(gladedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(gladedir)" && rm -f $$files
+ @list='$(glade_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
+ rm -f "$(DESTDIR)$(gladedir)/$$f"; \
+ done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -453,7 +413,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -461,34 +421,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -509,17 +464,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -552,7 +503,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -574,8 +524,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -584,28 +532,18 @@ install-data-am: install-gladeDATA
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -647,7 +585,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-gladeDATA \
tags uninstall uninstall-am uninstall-binPROGRAMS \
uninstall-gladeDATA uninstall-libLTLIBRARIES
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plugins/dfcdrom/Makefile.am b/plugins/dfcdrom/Makefile.am
index c205ff15..917ce913 100644
--- a/plugins/dfcdrom/Makefile.am
+++ b/plugins/dfcdrom/Makefile.am
@@ -9,11 +9,17 @@ libDFCdrom_la_SOURCES = \
cfg.c \
cdr-linux.c \
cdr-null.c \
- cdr-freebsd.c \
- cdr-solaris.c
+ cdr-libcdio.c \
+ util.c
+libDFCdrom_la_CFLAGS =
libDFCdrom_la_LDFLAGS = -module -avoid-version -lpthread
+if USE_LIBCDIO
+libDFCdrom_la_CFLAGS += "-DUSE_LIBCDIO=1"
+libDFCdrom_la_LDFLAGS += "-lcdio"
+endif
+
INCLUDES = -DPIXMAPDIR=\"${datadir}/pixmaps/\" \
-DLOCALE_DIR=\"${datadir}/locale/\" \
-DDATADIR=\"${datadir}/psemu/\" \
diff --git a/plugins/dfcdrom/Makefile.in b/plugins/dfcdrom/Makefile.in
index 92fcf1b8..dfce3703 100644
--- a/plugins/dfcdrom/Makefile.in
+++ b/plugins/dfcdrom/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -19,9 +18,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -37,6 +35,8 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
+@USE_LIBCDIO_TRUE@am__append_1 = "-DUSE_LIBCDIO=1"
+@USE_LIBCDIO_TRUE@am__append_2 = "-lcdio"
bin_PROGRAMS = cfgDFCdrom$(EXEEXT)
subdir = plugins/dfcdrom
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -47,38 +47,25 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(gladedir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
libDFCdrom_la_LIBADD =
-am_libDFCdrom_la_OBJECTS = cdr.lo cfg.lo cdr-linux.lo cdr-null.lo \
- cdr-freebsd.lo cdr-solaris.lo
+am_libDFCdrom_la_OBJECTS = libDFCdrom_la-cdr.lo libDFCdrom_la-cfg.lo \
+ libDFCdrom_la-cdr-linux.lo libDFCdrom_la-cdr-null.lo \
+ libDFCdrom_la-cdr-libcdio.lo libDFCdrom_la-util.lo
libDFCdrom_la_OBJECTS = $(am_libDFCdrom_la_OBJECTS)
libDFCdrom_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(libDFCdrom_la_LDFLAGS) $(LDFLAGS) -o $@
+ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libDFCdrom_la_CFLAGS) \
+ $(CFLAGS) $(libDFCdrom_la_LDFLAGS) $(LDFLAGS) -o $@
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_cfgDFCdrom_OBJECTS = main.$(OBJEXT)
cfgDFCdrom_OBJECTS = $(am_cfgDFCdrom_OBJECTS)
@@ -87,7 +74,6 @@ cfgDFCdrom_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -99,6 +85,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(libDFCdrom_la_SOURCES) $(cfgDFCdrom_SOURCES)
DIST_SOURCES = $(libDFCdrom_la_SOURCES) $(cfgDFCdrom_SOURCES)
+gladeDATA_INSTALL = $(INSTALL_DATA)
DATA = $(glade_DATA)
ETAGS = etags
CTAGS = ctags
@@ -179,7 +166,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -263,10 +249,12 @@ libDFCdrom_la_SOURCES = \
cfg.c \
cdr-linux.c \
cdr-null.c \
- cdr-freebsd.c \
- cdr-solaris.c
+ cdr-libcdio.c \
+ util.c
-libDFCdrom_la_LDFLAGS = -module -avoid-version -lpthread
+libDFCdrom_la_CFLAGS = $(am__append_1)
+libDFCdrom_la_LDFLAGS = -module -avoid-version -lpthread \
+ $(am__append_2)
INCLUDES = -DPIXMAPDIR=\"${datadir}/pixmaps/\" \
-DLOCALE_DIR=\"${datadir}/locale/\" \
-DDATADIR=\"${datadir}/psemu/\" \
@@ -291,9 +279,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfcdrom/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu plugins/dfcdrom/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfcdrom/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plugins/dfcdrom/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -311,28 +299,23 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- list2="$$list2 $$p"; \
+ f=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
- }
+ done
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- $(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ p=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
done
clean-libLTLIBRARIES:
@@ -348,46 +331,31 @@ libDFCdrom.la: $(libDFCdrom_la_OBJECTS) $(libDFCdrom_la_DEPENDENCIES)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p || test -f $$p1; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ if test -f $$p \
+ || test -f $$p1 \
+ ; then \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ else :; fi; \
+ done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+ rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ done
clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f $$p $$f"; \
+ rm -f $$p $$f ; \
+ done
cfgDFCdrom$(EXEEXT): $(cfgDFCdrom_OBJECTS) $(cfgDFCdrom_DEPENDENCIES)
@rm -f cfgDFCdrom$(EXEEXT)
$(LINK) $(cfgDFCdrom_OBJECTS) $(cfgDFCdrom_LDADD) $(LIBS)
@@ -398,45 +366,87 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdr-freebsd.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdr-linux.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdr-null.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdr-solaris.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdr.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfg.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libDFCdrom_la-cdr-libcdio.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libDFCdrom_la-cdr-linux.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libDFCdrom_la-cdr-null.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libDFCdrom_la-cdr.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libDFCdrom_la-cfg.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libDFCdrom_la-util.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
+libDFCdrom_la-cdr.lo: cdr.c
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -MT libDFCdrom_la-cdr.lo -MD -MP -MF $(DEPDIR)/libDFCdrom_la-cdr.Tpo -c -o libDFCdrom_la-cdr.lo `test -f 'cdr.c' || echo '$(srcdir)/'`cdr.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFCdrom_la-cdr.Tpo $(DEPDIR)/libDFCdrom_la-cdr.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cdr.c' object='libDFCdrom_la-cdr.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -c -o libDFCdrom_la-cdr.lo `test -f 'cdr.c' || echo '$(srcdir)/'`cdr.c
+
+libDFCdrom_la-cfg.lo: cfg.c
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -MT libDFCdrom_la-cfg.lo -MD -MP -MF $(DEPDIR)/libDFCdrom_la-cfg.Tpo -c -o libDFCdrom_la-cfg.lo `test -f 'cfg.c' || echo '$(srcdir)/'`cfg.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFCdrom_la-cfg.Tpo $(DEPDIR)/libDFCdrom_la-cfg.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cfg.c' object='libDFCdrom_la-cfg.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -c -o libDFCdrom_la-cfg.lo `test -f 'cfg.c' || echo '$(srcdir)/'`cfg.c
+
+libDFCdrom_la-cdr-linux.lo: cdr-linux.c
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -MT libDFCdrom_la-cdr-linux.lo -MD -MP -MF $(DEPDIR)/libDFCdrom_la-cdr-linux.Tpo -c -o libDFCdrom_la-cdr-linux.lo `test -f 'cdr-linux.c' || echo '$(srcdir)/'`cdr-linux.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFCdrom_la-cdr-linux.Tpo $(DEPDIR)/libDFCdrom_la-cdr-linux.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cdr-linux.c' object='libDFCdrom_la-cdr-linux.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -c -o libDFCdrom_la-cdr-linux.lo `test -f 'cdr-linux.c' || echo '$(srcdir)/'`cdr-linux.c
+
+libDFCdrom_la-cdr-null.lo: cdr-null.c
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -MT libDFCdrom_la-cdr-null.lo -MD -MP -MF $(DEPDIR)/libDFCdrom_la-cdr-null.Tpo -c -o libDFCdrom_la-cdr-null.lo `test -f 'cdr-null.c' || echo '$(srcdir)/'`cdr-null.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFCdrom_la-cdr-null.Tpo $(DEPDIR)/libDFCdrom_la-cdr-null.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cdr-null.c' object='libDFCdrom_la-cdr-null.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -c -o libDFCdrom_la-cdr-null.lo `test -f 'cdr-null.c' || echo '$(srcdir)/'`cdr-null.c
+
+libDFCdrom_la-cdr-libcdio.lo: cdr-libcdio.c
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -MT libDFCdrom_la-cdr-libcdio.lo -MD -MP -MF $(DEPDIR)/libDFCdrom_la-cdr-libcdio.Tpo -c -o libDFCdrom_la-cdr-libcdio.lo `test -f 'cdr-libcdio.c' || echo '$(srcdir)/'`cdr-libcdio.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFCdrom_la-cdr-libcdio.Tpo $(DEPDIR)/libDFCdrom_la-cdr-libcdio.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cdr-libcdio.c' object='libDFCdrom_la-cdr-libcdio.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -c -o libDFCdrom_la-cdr-libcdio.lo `test -f 'cdr-libcdio.c' || echo '$(srcdir)/'`cdr-libcdio.c
+
+libDFCdrom_la-util.lo: util.c
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -MT libDFCdrom_la-util.lo -MD -MP -MF $(DEPDIR)/libDFCdrom_la-util.Tpo -c -o libDFCdrom_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFCdrom_la-util.Tpo $(DEPDIR)/libDFCdrom_la-util.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='libDFCdrom_la-util.lo' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFCdrom_la_CFLAGS) $(CFLAGS) -c -o libDFCdrom_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
+
main.o: cdrcfg-0.1df/main.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.o -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.o `test -f 'cdrcfg-0.1df/main.c' || echo '$(srcdir)/'`cdrcfg-0.1df/main.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cdrcfg-0.1df/main.c' object='main.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.o `test -f 'cdrcfg-0.1df/main.c' || echo '$(srcdir)/'`cdrcfg-0.1df/main.c
main.obj: cdrcfg-0.1df/main.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.obj -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.obj `if test -f 'cdrcfg-0.1df/main.c'; then $(CYGPATH_W) 'cdrcfg-0.1df/main.c'; else $(CYGPATH_W) '$(srcdir)/cdrcfg-0.1df/main.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cdrcfg-0.1df/main.c' object='main.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.obj `if test -f 'cdrcfg-0.1df/main.c'; then $(CYGPATH_W) 'cdrcfg-0.1df/main.c'; else $(CYGPATH_W) '$(srcdir)/cdrcfg-0.1df/main.c'; fi`
@@ -449,23 +459,20 @@ clean-libtool:
install-gladeDATA: $(glade_DATA)
@$(NORMAL_INSTALL)
test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- for p in $$list; do \
+ @list='$(glade_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
+ $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
done
uninstall-gladeDATA:
@$(NORMAL_UNINSTALL)
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(gladedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(gladedir)" && rm -f $$files
+ @list='$(glade_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
+ rm -f "$(DESTDIR)$(gladedir)/$$f"; \
+ done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -479,7 +486,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -487,34 +494,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -535,17 +537,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -578,7 +576,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -600,8 +597,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -610,28 +605,18 @@ install-data-am: install-gladeDATA
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -673,7 +658,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-gladeDATA \
tags uninstall uninstall-am uninstall-binPROGRAMS \
uninstall-gladeDATA uninstall-libLTLIBRARIES
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plugins/dfcdrom/cdr-freebsd.c b/plugins/dfcdrom/cdr-freebsd.c
deleted file mode 100644
index 41c608b3..00000000
--- a/plugins/dfcdrom/cdr-freebsd.c
+++ /dev/null
@@ -1,126 +0,0 @@
-/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
- * All Rights Reserved.
- *
- * Based on: Cdrom for Psemu Pro like Emulators
- * By: linuzappz <linuzappz@hotmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses>.
- */
-
-#include "cdr.h"
-
-#ifdef __FreeBSD__
-
-char *LibName = N_("CD-ROM Drive Reader");
-
-static int handle = -1;
-
-int OpenCdHandle(const char *dev) {
- int parameter;
- char spindown;
-
- handle = open(dev, O_RDONLY);
-
- if (handle != -1) {
- if (SpinDown != SPINDOWN_VENDOR_SPECIFIC) {
- if (SpinDown > SPINDOWN_1S) {
- parameter = (1 << (SpinDown - SPINDOWN_1S));
- } else {
- parameter = 1;
- }
-
- ioctl(handle, IOCATASSPINDOWN, &parameter);
-
- parameter = CdrSpeed * 177;
- if (parameter == 0) parameter = CDR_MAX_SPEED;
-
- ioctl(handle, CDRIOCREADSPEED, &parameter);
- }
- }
-
- return (h == -1) ? -1 : 0;
-}
-
-void CloseCdHandle() {
- int parameter;
-
- parameter = 0;
- ioctl(handle, IOCATASSPINDOWN, &parameter);
-
- parameter = CDR_MAX_SPEED;
- ioctl(handle, CDRIOCREADSPEED, &parameter);
-
- close(handle);
-
- handle = -1;
-}
-
-int IsCdHandleOpen () {
- return (handle != -1);
-}
-
-long GetTN(unsigned char *buffer) {
- buffer[0] = 0;
- buffer[1] = 0;
- return 0;
-}
-
-long GetTD(unsigned char track, unsigned char *buffer) {
- memset(buffer + 1, 0, 3);
- return 0;
-}
-
-long GetTE(unsigned char track, unsigned char *m, unsigned char *s, unsigned char *f) {
- return -1;
-}
-
-long ReadSector(crdata *cr) {
- unsigned int lba = msf_to_lba(cr->msf.cdmsf_min0, cr->msf.cdmsf_sec0,
- cr->msf.cdmsf_frame0);
-
- int bsize = CD_FRAMESIZE_RAW;
-
- if (ioctl(handle, CDRIOCSETBLOCKSIZE, &bsize) == -1) {
- return -1;
- }
-
- if (lseek(handle, lba * CD_FRAMESIZE_RAW, SEEK_SET) == -1) {
- return -1;
- }
-
- if (read(handle, (void *)cr->buf, CD_FRAMESIZE_RAW) == -1) {
- return -1;
- }
-
- return 0;
-}
-
-long PlayCDDA(unsigned char *sector) {
- return -1;
-}
-
-long StopCDDA() {
- return -1;
-}
-
-long GetStatus(int playing, struct CdrStat *stat) {
- return -1;
-}
-
-unsigned char *ReadSub(const unsigned char *time) {
- return NULL;
-}
-
-#endif
diff --git a/plugins/dfcdrom/cdr-libcdio.c b/plugins/dfcdrom/cdr-libcdio.c
new file mode 100644
index 00000000..a319bfd1
--- /dev/null
+++ b/plugins/dfcdrom/cdr-libcdio.c
@@ -0,0 +1,255 @@
+/*
+ * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * All Rights Reserved.
+ *
+ * Based on: Cdrom for Psemu Pro like Emulators
+ * By: linuzappz <linuzappz@hotmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses>.
+ */
+
+#ifdef USE_LIBCDIO
+
+#include "cdr.h"
+
+#include <cdio/cdio.h>
+#include <cdio/mmc.h>
+
+char *LibName = N_("CD-ROM Drive Reader");
+
+static CdIo_t *cdHandle = NULL;
+
+static void SetSpeed(int speed) {
+ speed *= 176;
+ if (speed == 0) speed = 0xFFFF;
+
+ cdio_set_speed(cdHandle, speed);
+}
+
+static void SetSpinDown(unsigned char spindown) {
+ mmc_cdb_t cdb;
+ char buf[16];
+
+ memset(&cdb, 0, sizeof(cdb));
+
+ cdb.field[0] = 0x5A;
+ cdb.field[2] = 0x0D;
+ cdb.field[8] = sizeof(buf);
+
+ if (mmc_run_cmd(cdHandle, 10000, &cdb, SCSI_MMC_DATA_READ, sizeof(buf), buf) != DRIVER_OP_SUCCESS)
+ return;
+
+ buf[11] = (buf[11] & 0xF0) | (spindown & 0x0F);
+
+ memset(&cdb, 0, sizeof(cdb));
+ memset(buf, 0, 2);
+
+ cdb.field[0] = 0x55;
+ cdb.field[1] = 0x10;
+ cdb.field[8] = sizeof(buf);
+
+ mmc_run_cmd(cdHandle, 10000, &cdb, SCSI_MMC_DATA_WRITE, sizeof(buf), buf);
+}
+
+static void UnlockDoor() {
+ mmc_cdb_t cdb;
+
+ memset(&cdb, 0, sizeof(cdb));
+
+ cdb.field[0] = 0x1E;
+ cdb.field[4] = 0;
+
+ mmc_run_cmd(cdHandle, 10000, &cdb, SCSI_MMC_DATA_WRITE, 0, NULL);
+}
+
+int OpenCdHandle(const char *dev) {
+ if (dev == NULL || dev[0] == '\0') {
+ if ((dev = cdio_get_default_device(NULL)) == NULL) {
+ return -1;
+ }
+ }
+
+ cdHandle = cdio_open_cd(dev);
+
+ if (cdHandle != NULL) {
+ SetSpeed(CdrSpeed);
+ SetSpinDown(SpinDown);
+ UnlockDoor();
+
+ return 0;
+ }
+
+ return -1;
+}
+
+void CloseCdHandle() {
+ if (cdHandle != NULL) {
+ cdio_set_speed(cdHandle, 0xFFFF);
+ SetSpinDown(SPINDOWN_VENDOR_SPECIFIC);
+
+ cdio_destroy(cdHandle);
+ }
+
+ cdHandle = NULL;
+}
+
+int IsCdHandleOpen() {
+ return (cdHandle != NULL);
+}
+
+long GetTN(unsigned char *buffer) {
+ buffer[0] = cdio_get_first_track_num(cdHandle);
+ buffer[1] = cdio_get_last_track_num(cdHandle);
+
+ return 0;
+}
+
+long GetTD(unsigned char track, unsigned char *buffer) {
+ msf_t msf;
+
+ if (track == 0) track = CDIO_CDROM_LEADOUT_TRACK;
+
+ if (!cdio_get_track_msf(cdHandle, track, &msf)) {
+ memset(buffer + 1, 0, 3);
+ return 0;
+ }
+
+ buffer[0] = btoi(msf.f);
+ buffer[1] = btoi(msf.s);
+ buffer[2] = btoi(msf.m);
+
+ return 0;
+}
+
+long GetTE(unsigned char track, unsigned char *m, unsigned char *s, unsigned char *f) {
+ unsigned char msf[3];
+
+ lba_to_msf(cdio_get_track_lba(cdHandle, track + 1) - CD_MSF_OFFSET, msf);
+
+ *m = msf[0];
+ *s = msf[1];
+ *f = msf[2];
+
+ return 0;
+}
+
+long ReadSector(crdata *cr) {
+ int lba;
+ MMC_READ_CD cdb;
+
+ lba = msf_to_lba(cr->msf.cdmsf_min0, cr->msf.cdmsf_sec0, cr->msf.cdmsf_frame0);
+ memset(&cdb, 0, sizeof(cdb));
+
+ cdb.Code = 0xBE;
+ cdb.IncludeEDC = 1;
+ cdb.IncludeUserData = 1;
+ cdb.HeaderCode = 3;
+ cdb.IncludeSyncData = 1;
+ cdb.SubChannelSelection = 0;
+ cdb.StartingLBA[1] = lba >> 16;
+ cdb.StartingLBA[2] = lba >> 8;
+ cdb.StartingLBA[3] = lba;
+ cdb.TransferBlocks[2] = 1;
+
+ if (mmc_run_cmd(cdHandle, 10000, (mmc_cdb_t *)&cdb, SCSI_MMC_DATA_READ, sizeof(*cr), cr) != DRIVER_OP_SUCCESS)
+ return -1;
+
+ return 0;
+}
+
+long PlayCDDA(unsigned char *sector) {
+ msf_t start, end;
+
+ if (!cdio_get_track_msf(cdHandle, CDIO_CDROM_LEADOUT_TRACK, &end))
+ return -1;
+
+ start.m = itob(sector[0]);
+ start.s = itob(sector[1]);
+ start.f = itob(sector[2]);
+
+ if (cdio_audio_play_msf(cdHandle, &start, &end) != DRIVER_OP_SUCCESS)
+ return -1;
+
+ return 0;
+}
+
+long StopCDDA() {
+ cdio_subchannel_t subchnl;
+
+ if (cdio_audio_read_subchannel(cdHandle, &subchnl) != DRIVER_OP_SUCCESS)
+ return -1;
+
+ switch (subchnl.audio_status) {
+ case CDIO_MMC_READ_SUB_ST_PLAY:
+ case CDIO_MMC_READ_SUB_ST_PAUSED:
+ cdio_audio_stop(cdHandle);
+ }
+
+ return 0;
+}
+
+long GetStatus(int playing, struct CdrStat *stat) {
+ cdio_subchannel_t subchnl;
+
+ memset(stat, 0, sizeof(struct CdrStat));
+
+ if (playing) {
+ if (cdio_audio_read_subchannel(cdHandle, &subchnl) == DRIVER_OP_SUCCESS) {
+ stat->Time[0] = btoi(subchnl.abs_addr.m);
+ stat->Time[1] = btoi(subchnl.abs_addr.s);
+ stat->Time[2] = btoi(subchnl.abs_addr.f);
+ }
+ }
+
+ stat->Type = 0x01;
+
+ if (mmc_get_tray_status(cdHandle)) {
+ stat->Type = 0xff;
+ stat->Status |= 0x10;
+ } else {
+ SetSpeed(CdrSpeed);
+ SetSpinDown(SpinDown);
+ UnlockDoor();
+ }
+
+ return 0;
+}
+
+unsigned char *ReadSub(const unsigned char *time) {
+ int lba = msf_to_lba(btoi(time[0]), btoi(time[1]), btoi(time[2]));
+ static unsigned char buf[CD_FRAMESIZE_RAW + 96];
+
+ MMC_READ_CD cdb;
+
+ memset(&cdb, 0, sizeof(cdb));
+
+ cdb.Code = 0xBE;
+ cdb.IncludeEDC = 1;
+ cdb.IncludeUserData = 1;
+ cdb.HeaderCode = 3;
+ cdb.IncludeSyncData = 1;
+ cdb.StartingLBA[1] = lba >> 16;
+ cdb.StartingLBA[2] = lba >> 8;
+ cdb.StartingLBA[3] = lba;
+ cdb.TransferBlocks[2] = 1;
+ cdb.SubChannelSelection = 1;
+
+ if (mmc_run_cmd(cdHandle, 10000, (mmc_cdb_t *)&cdb, SCSI_MMC_DATA_READ, sizeof(buf), buf) != DRIVER_OP_SUCCESS)
+ return NULL;
+
+ DecodeRawSubData(buf + CD_FRAMESIZE_RAW);
+ return buf + CD_FRAMESIZE_RAW;
+}
+
+#endif
diff --git a/plugins/dfcdrom/cdr-linux.c b/plugins/dfcdrom/cdr-linux.c
index 3d15c4d2..2c598076 100644
--- a/plugins/dfcdrom/cdr-linux.c
+++ b/plugins/dfcdrom/cdr-linux.c
@@ -5,6 +5,9 @@
* Based on: Cdrom for Psemu Pro like Emulators
* By: linuzappz <linuzappz@hotmail.com>
*
+ * Portions based on: cdrdao - write audio CD-Rs in disc-at-once mode
+ * Copyright (C) 2007 Denis Leroy <denis@poolshark.org>
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -19,49 +22,135 @@
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/
-#include "cdr.h"
+#if defined (__linux__) && !defined (USE_LIBCDIO)
-#ifdef __linux__
+#include "cdr.h"
char *LibName = N_("CD-ROM Drive Reader");
-static int handle = -1;
+static int cdHandle = -1;
+static int ReadMMC = 0, SubQMMC = 0;
+
+static int SendMMCCmd(const unsigned char *cmd, int cmdLen, const unsigned char *dataOut,
+ int dataOutLen, unsigned char *dataIn, int dataInLen)
+{
+ sg_io_hdr_t io_hdr;
+
+ memset(&io_hdr, 0, sizeof(io_hdr));
+
+ io_hdr.interface_id = 'S';
+ io_hdr.cmd_len = cmdLen;
+ io_hdr.cmdp = (unsigned char *)cmd;
+ io_hdr.timeout = 10000;
+ io_hdr.sbp = NULL;
+ io_hdr.mx_sb_len = 0;
+ io_hdr.flags = 1;
+
+ if (dataOut != NULL) {
+ io_hdr.dxferp = (void *)dataOut;
+ io_hdr.dxfer_len = dataOutLen;
+ io_hdr.dxfer_direction = SG_DXFER_TO_DEV;
+ } else if (dataIn != NULL) {
+ io_hdr.dxferp = (void *)dataIn;
+ io_hdr.dxfer_len = dataInLen;
+ io_hdr.dxfer_direction = SG_DXFER_FROM_DEV;
+ }
+
+ if (ioctl(cdHandle, SG_IO, &io_hdr) < 0) {
+ return -1;
+ }
+
+ return io_hdr.status;
+}
+
+static int CheckReadMMC() {
+ MMC_READ_CD cdb;
+ unsigned char buf[CD_FRAMESIZE_RAW];
+
+ memset(&cdb, 0, sizeof(cdb));
+ memset(buf, 0xAA, sizeof(buf));
+
+ cdb.Code = GPCMD_READ_CD;
+ cdb.IncludeEDC = 0;
+ cdb.IncludeUserData = 1;
+ cdb.HeaderCode = 3;
+ cdb.IncludeSyncData = 1;
+ cdb.TransferBlocks[2] = 1;
+
+ if (SendMMCCmd((unsigned char *)&cdb, sizeof(cdb), NULL, 0, buf, sizeof(buf)) == 0) {
+ if (buf[0] != 0xAA) {
+ PRINTF("Using MMC for data\n");
+ return 1; // supported
+ }
+ }
+
+ return 0; // NOT supported
+}
+
+static int CheckSubQMMC() {
+ MMC_READ_CD cdb;
+ unsigned char buf[CD_FRAMESIZE_RAW + 96];
+
+ memset(&cdb, 0, sizeof(cdb));
+ memset(buf, 0xAA, sizeof(buf));
+
+ cdb.Code = GPCMD_READ_CD;
+ cdb.IncludeEDC = 1;
+ cdb.IncludeUserData = 1;
+ cdb.HeaderCode = 3;
+ cdb.IncludeSyncData = 1;
+ cdb.SubChannelSelection = 1;
+ cdb.TransferBlocks[2] = 1;
+
+ if (SendMMCCmd((unsigned char *)&cdb, sizeof(cdb), NULL, 0, buf, sizeof(buf)) == 0) {
+ if (buf[0] != 0xAA && (buf[2352] != 0xAA || buf[2353] != 0xAA)) {
+ PRINTF("Using MMC for subchannel\n");
+ return 1; // supported
+ }
+ }
+
+ return 0; // NOT supported
+}
int OpenCdHandle(const char *dev) {
char spindown;
- handle = open(dev, O_RDONLY);
+ cdHandle = open(dev, O_RDONLY);
- if (handle != -1) {
- ioctl(handle, CDROM_LOCKDOOR, 0);
-// ioctl(handle, CDROMSTART, NULL);
+ if (cdHandle != -1) {
+ ioctl(cdHandle, CDROM_LOCKDOOR, 0);
spindown = (char)SpinDown;
- ioctl(handle, CDROMSETSPINDOWN, &spindown);
+ ioctl(cdHandle, CDROMSETSPINDOWN, &spindown);
+
+ ioctl(cdHandle, CDROM_SELECT_SPEED, CdrSpeed);
- ioctl(handle, CDROM_SELECT_SPEED, CdrSpeed);
+ ReadMMC = CheckReadMMC();
+ SubQMMC = CheckSubQMMC();
+
+ return 0;
}
- return (handle == -1) ? -1 : 0;
+ return -1;
}
void CloseCdHandle() {
char spindown = SPINDOWN_VENDOR_SPECIFIC;
- ioctl(handle, CDROMSETSPINDOWN, &spindown);
+ ioctl(cdHandle, CDROMSETSPINDOWN, &spindown);
- close(handle);
+ close(cdHandle);
- handle = -1;
+ cdHandle = -1;
}
int IsCdHandleOpen() {
- return (handle != -1);
+ return (cdHandle != -1);
}
long GetTN(unsigned char *buffer) {
struct cdrom_tochdr toc;
- if (ioctl(handle, CDROMREADTOCHDR, &toc) == -1)
+ if (ioctl(cdHandle, CDROMREADTOCHDR, &toc) == -1)
return -1;
buffer[0] = toc.cdth_trk0; // start track
@@ -74,28 +163,32 @@ long GetTD(unsigned char track, unsigned char *buffer) {
struct cdrom_tocentry entry;
if (track == 0)
- track = 0xaa; // total time
+ track = 0xAA; // total time (leadout)
entry.cdte_track = track;
entry.cdte_format = CDROM_MSF;
- if (ioctl(handle, CDROMREADTOCENTRY, &entry) == -1)
+ if (ioctl(cdHandle, CDROMREADTOCENTRY, &entry) == -1)
return -1;
- buffer[0] = entry.cdte_addr.msf.frame; /* frame */
- buffer[1] = entry.cdte_addr.msf.second; /* second */
- buffer[2] = entry.cdte_addr.msf.minute; /* minute */
+ buffer[0] = entry.cdte_addr.msf.frame;
+ buffer[1] = entry.cdte_addr.msf.second;
+ buffer[2] = entry.cdte_addr.msf.minute;
return 0;
}
long GetTE(unsigned char track, unsigned char *m, unsigned char *s, unsigned char *f) {
struct cdrom_tocentry entry;
- char msf[3];
+ unsigned char msf[3];
+
+ if (GetTN(msf) == -1) return -1;
entry.cdte_track = track + 1;
+ if (entry.cdte_track > msf[1]) entry.cdte_track = 0xaa;
+
entry.cdte_format = CDROM_MSF;
- if (ioctl(handle, CDROMREADTOCENTRY, &entry) == -1)
+ if (ioctl(cdHandle, CDROMREADTOCENTRY, &entry) == -1)
return -1;
lba_to_msf(msf_to_lba(entry.cdte_addr.msf.minute, entry.cdte_addr.msf.second, entry.cdte_addr.msf.frame) - CD_MSF_OFFSET, msf);
@@ -108,8 +201,31 @@ long GetTE(unsigned char track, unsigned char *m, unsigned char *s, unsigned cha
}
long ReadSector(crdata *cr) {
- if (ioctl(handle, CDROMREADRAW, cr) == -1)
- return -1;
+ if (ReadMMC) {
+ MMC_READ_CD cdb;
+ int lba;
+
+ memset(&cdb, 0, sizeof(cdb));
+
+ lba = msf_to_lba(cr->msf.cdmsf_min0, cr->msf.cdmsf_sec0, cr->msf.cdmsf_frame0);
+
+ cdb.Code = GPCMD_READ_CD;
+ cdb.IncludeEDC = 1;
+ cdb.IncludeUserData = 1;
+ cdb.HeaderCode = 3;
+ cdb.IncludeSyncData = 1;
+ cdb.SubChannelSelection = 0;
+ cdb.StartingLBA[1] = lba >> 16;
+ cdb.StartingLBA[2] = lba >> 8;
+ cdb.StartingLBA[3] = lba;
+ cdb.TransferBlocks[2] = 1;
+
+ if (SendMMCCmd((unsigned char *)&cdb, sizeof(cdb), NULL, 0, (unsigned char *)cr, sizeof(*cr)) != 0)
+ return -1;
+ } else {
+ if (ioctl(cdHandle, CDROMREADRAW, cr) == -1)
+ return -1;
+ }
return 0;
}
@@ -129,7 +245,7 @@ long PlayCDDA(unsigned char *sector) {
addr.cdmsf_sec1 = ptmp[1];
addr.cdmsf_frame1 = ptmp[0];
- if (ioctl(handle, CDROMPLAYMSF, &addr) == -1)
+ if (ioctl(cdHandle, CDROMPLAYMSF, &addr) == -1)
return -1;
return 0;
@@ -139,13 +255,13 @@ long StopCDDA() {
struct cdrom_subchnl sc;
sc.cdsc_format = CDROM_MSF;
- if (ioctl(handle, CDROMSUBCHNL, &sc) == -1)
+ if (ioctl(cdHandle, CDROMSUBCHNL, &sc) == -1)
return -1;
switch (sc.cdsc_audiostatus) {
case CDROM_AUDIO_PAUSED:
case CDROM_AUDIO_PLAY:
- ioctl(handle, CDROMSTOP);
+ ioctl(cdHandle, CDROMSTOP);
break;
}
@@ -161,11 +277,11 @@ long GetStatus(int playing, struct CdrStat *stat) {
if (playing) { // return Time only if playing
sc.cdsc_format = CDROM_MSF;
- if (ioctl(handle, CDROMSUBCHNL, &sc) != -1)
+ if (ioctl(cdHandle, CDROMSUBCHNL, &sc) != -1)
memcpy(stat->Time, &sc.cdsc_absaddr.msf, 3);
}
- ret = ioctl(handle, CDROM_DISC_STATUS);
+ ret = ioctl(cdHandle, CDROM_DISC_STATUS);
switch (ret) {
case CDS_AUDIO:
stat->Type = 0x02;
@@ -177,7 +293,7 @@ long GetStatus(int playing, struct CdrStat *stat) {
stat->Type = 0x01;
break;
}
- ret = ioctl(handle, CDROM_DRIVE_STATUS);
+ ret = ioctl(cdHandle, CDROM_DRIVE_STATUS);
switch (ret) {
case CDS_NO_DISC:
case CDS_TRAY_OPEN:
@@ -186,8 +302,9 @@ long GetStatus(int playing, struct CdrStat *stat) {
break;
default:
spindown = (char)SpinDown;
- ioctl(handle, CDROMSETSPINDOWN, &spindown);
- ioctl(handle, CDROM_LOCKDOOR, 0);
+ ioctl(cdHandle, CDROMSETSPINDOWN, &spindown);
+ ioctl(cdHandle, CDROM_SELECT_SPEED, CdrSpeed);
+ ioctl(cdHandle, CDROM_LOCKDOOR, 0);
break;
}
@@ -200,28 +317,55 @@ long GetStatus(int playing, struct CdrStat *stat) {
return 0;
}
-unsigned char *ReadSub(const unsigned char *time) {
+static unsigned char *ReadSubMMC(const unsigned char *time) {
+ static unsigned char buf[CD_FRAMESIZE_RAW + 96];
+ int lba = msf_to_lba(btoi(time[0]), btoi(time[1]), btoi(time[2]));
+ MMC_READ_CD cdb;
+
+ memset(&cdb, 0, sizeof(cdb));
+
+ cdb.Code = GPCMD_READ_CD;
+ cdb.IncludeEDC = 1;
+ cdb.IncludeUserData = 1;
+ cdb.HeaderCode = 3;
+ cdb.IncludeSyncData = 1;
+ cdb.StartingLBA[1] = lba >> 16;
+ cdb.StartingLBA[2] = lba >> 8;
+ cdb.StartingLBA[3] = lba;
+ cdb.TransferBlocks[2] = 1;
+ cdb.SubChannelSelection = 1;
+
+ if (SendMMCCmd((unsigned char *)&cdb, sizeof(cdb), NULL, 0, buf, sizeof(buf)) != 0)
+ return NULL;
+
+ DecodeRawSubData(buf + CD_FRAMESIZE_RAW);
+ return buf + CD_FRAMESIZE_RAW;
+}
+
+static unsigned char *ReadSubIOCTL(const unsigned char *time) {
static struct SubQ subq;
struct cdrom_subchnl subchnl;
- int ret;
+ int r;
crdata cr;
+ unsigned short crc;
cr.msf.cdmsf_min0 = btoi(time[0]);
cr.msf.cdmsf_sec0 = btoi(time[1]);
cr.msf.cdmsf_frame0 = btoi(time[2]);
- if (ioctl(handle, CDROMSEEK, &cr.msf) == -1) {
+ if (ioctl(cdHandle, CDROMSEEK, &cr.msf) == -1) {
// will be slower, but there's no other way to make it accurate
- if (ioctl(handle, CDROMREADRAW, &cr) == -1) {
+ if (ioctl(cdHandle, CDROMREADRAW, &cr) == -1) {
return NULL;
}
}
subchnl.cdsc_format = CDROM_MSF;
- ret = ioctl(handle, CDROMSUBCHNL, &subchnl);
+ r = ioctl(cdHandle, CDROMSUBCHNL, &subchnl);
- if (ret == -1) return NULL;
+ if (r == -1) return NULL;
+ subq.ControlAndADR = 0x41;
subq.TrackNumber = subchnl.cdsc_trk;
subq.IndexNumber = subchnl.cdsc_ind;
subq.TrackRelativeAddress[0] = itob(subchnl.cdsc_reladdr.msf.minute);
@@ -231,12 +375,35 @@ unsigned char *ReadSub(const unsigned char *time) {
subq.AbsoluteAddress[1] = itob(subchnl.cdsc_absaddr.msf.second);
subq.AbsoluteAddress[2] = itob(subchnl.cdsc_absaddr.msf.frame);
+ // CRC is not supported with IOCTL, fake it.
+ crc = calcCrc((unsigned char *)&subq + 12, 10);
+ subq.CRC[0] = (crc >> 8);
+ subq.CRC[1] = (crc & 0xFF);
+
+ r = msf_to_lba(btoi(time[0]), btoi(time[1]), btoi(time[2]));
+
+ if (GetTE(1, &cr.msf.cdmsf_min0, &cr.msf.cdmsf_sec0, &cr.msf.cdmsf_frame0) == -1) {
+ cr.msf.cdmsf_min0 = 80;
+ cr.msf.cdmsf_sec0 = 0;
+ cr.msf.cdmsf_frame0 = 0;
+ }
+
+ if (msf_to_lba(cr.msf.cdmsf_min0, cr.msf.cdmsf_sec0, cr.msf.cdmsf_frame0) >= r &&
+ (msf_to_lba(subchnl.cdsc_absaddr.msf.minute, subchnl.cdsc_absaddr.msf.second, subchnl.cdsc_absaddr.msf.frame) != r ||
+ msf_to_lba(subchnl.cdsc_reladdr.msf.minute, subchnl.cdsc_reladdr.msf.second, subchnl.cdsc_reladdr.msf.frame) != r - CD_MSF_OFFSET))
+ subq.CRC[1] ^= 1; // time mismatch; report wrong CRC
+
PRINTF("subq : %x,%x : %x,%x,%x : %x,%x,%x\n",
- subchnl.cdsc_trk, subchnl.cdsc_ind,
- itob(subchnl.cdsc_reladdr.msf.minute), itob(subchnl.cdsc_reladdr.msf.second), itob(subchnl.cdsc_reladdr.msf.frame),
- itob(subchnl.cdsc_absaddr.msf.minute), itob(subchnl.cdsc_absaddr.msf.second), itob(subchnl.cdsc_absaddr.msf.frame));
+ subchnl.cdsc_trk, subchnl.cdsc_ind,
+ itob(subchnl.cdsc_reladdr.msf.minute), itob(subchnl.cdsc_reladdr.msf.second), itob(subchnl.cdsc_reladdr.msf.frame),
+ itob(subchnl.cdsc_absaddr.msf.minute), itob(subchnl.cdsc_absaddr.msf.second), itob(subchnl.cdsc_absaddr.msf.frame));
return (unsigned char *)&subq;
}
+unsigned char *ReadSub(const unsigned char *time) {
+ if (SubQMMC) return ReadSubMMC(time);
+ else return ReadSubIOCTL(time);
+}
+
#endif
diff --git a/plugins/dfcdrom/cdr-null.c b/plugins/dfcdrom/cdr-null.c
index 0ee8eea3..275a6b65 100644
--- a/plugins/dfcdrom/cdr-null.c
+++ b/plugins/dfcdrom/cdr-null.c
@@ -19,10 +19,10 @@
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/
-#include "cdr.h"
-
#ifdef USENULL
+#include "cdr.h"
+
char *LibName = N_("CDR NULL Plugin");
int OpenCdHandle(const char *dev) {
@@ -32,7 +32,7 @@ int OpenCdHandle(const char *dev) {
void CloseCdHandle() {
}
-int IsCdHandleOpen () {
+int IsCdHandleOpen() {
return 0;
}
@@ -56,11 +56,11 @@ long ReadSector(crdata *cr) {
}
long PlayCDDA(unsigned char *sector) {
- return -1;
+ return 0;
}
long StopCDDA() {
- return -1;
+ return 0;
}
long GetStatus(int playing, struct CdrStat *stat) {
diff --git a/plugins/dfcdrom/cdr-solaris.c b/plugins/dfcdrom/cdr-solaris.c
deleted file mode 100644
index 54ccdab1..00000000
--- a/plugins/dfcdrom/cdr-solaris.c
+++ /dev/null
@@ -1,159 +0,0 @@
-/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
- * All Rights Reserved.
- *
- * Based on: Cdrom for Psemu Pro like Emulators
- * By: linuzappz <linuzappz@hotmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses>.
- */
-
-#include "cdr.h"
-
-#ifdef __sun
-
-char *LibName = N_("CD-ROM Device Reader");
-
-int handle = -1;
-
-int OpenCdHandle(const char *dev) {
- char spindown;
-
- handle = open(dev, O_RDONLY);
-
- if (handle != -1) {
-// ioctl(handle, CDROM_LOCKDOOR, 0);
-
- spindown = (char)SpinDown;
-// ioctl(handle, CDROMSETSPINDOWN, &spindown);
-
-// ioctl(handle, CDROM_SELECT_SPEED, CdrSpeed);
- }
-
- return (handle == -1) ? -1 : 0;
-}
-
-void CloseCdHandle() {
- char spindown = SPINDOWN_VENDOR_SPECIFIC;
-// ioctl(handle, CDROMSETSPINDOWN, &spindown);
-
- close(handle);
-
- handle = -1;
-}
-
-int IsCdHandleOpen() {
- return (handle != -1);
-}
-
-long GetTN(unsigned char *buffer) {
- struct cdrom_tochdr toc;
-
- if (ioctl(handle, CDROMREADTOCHDR, &toc) == -1)
- return -1;
-
- buffer[0] = toc.cdth_trk0; // start track
- buffer[1] = toc.cdth_trk1; // end track
-
- return 0;
-}
-
-long GetTD(unsigned char track, unsigned char *buffer) {
- struct cdrom_tocentry entry;
-
- if (track == 0)
- track = 0xaa; // total time
- entry.cdte_track = track;
- entry.cdte_format = CDROM_MSF;
-
- if (ioctl(handle, CDROMREADTOCENTRY, &entry) == -1)
- return -1;
-
- buffer[0] = entry.cdte_addr.msf.frame; /* frame */
- buffer[1] = entry.cdte_addr.msf.second; /* second */
- buffer[2] = entry.cdte_addr.msf.minute; /* minute */
-
- return 0;
-}
-
-long GetTE(unsigned char track, unsigned char *m, unsigned char *s, unsigned char *f) {
- struct cdrom_tocentry entry;
- char msf[3];
-
- entry.cdte_track = track + 1;
- entry.cdte_format = CDROM_MSF;
-
- if (ioctl(handle, CDROMREADTOCENTRY, &entry) == -1)
- return -1;
-
- lba_to_msf(msf_to_lba(entry.cdte_addr.msf.minute, entry.cdte_addr.msf.second, entry.cdte_addr.msf.frame) - CD_MSF_OFFSET, msf);
-
- *m = msf[0];
- *s = msf[1];
- *f = msf[2];
-
- return 0;
-}
-
-long ReadSector(crdata *cr) {
- return -1;
-}
-
-long PlayCDDA(unsigned char *sector) {
- struct cdrom_msf addr;
- unsigned char ptmp[4];
-
- // 0 is the last track of every cdrom, so play up to there
- if (GetTD(0, ptmp) == -1)
- return -1;
-
- addr.cdmsf_min0 = sector[0];
- addr.cdmsf_sec0 = sector[1];
- addr.cdmsf_frame0 = sector[2];
- addr.cdmsf_min1 = ptmp[2];
- addr.cdmsf_sec1 = ptmp[1];
- addr.cdmsf_frame1 = ptmp[0];
-
- if (ioctl(handle, CDROMPLAYMSF, &addr) == -1)
- return -1;
-
- return 0;
-}
-
-long StopCDDA() {
- struct cdrom_subchnl sc;
-
- sc.cdsc_format = CDROM_MSF;
- if (ioctl(handle, CDROMSUBCHNL, &sc) == -1)
- return -1;
-
- switch (sc.cdsc_audiostatus) {
- case CDROM_AUDIO_PAUSED:
- case CDROM_AUDIO_PLAY:
- ioctl(handle, CDROMSTOP);
- break;
- }
-
- return 0;
-}
-
-long GetStatus(int playing, struct CdrStat *stat) {
- return -1;
-}
-
-unsigned char *ReadSub(const unsigned char *time) {
- return NULL;
-}
-
-#endif
diff --git a/plugins/dfcdrom/cdr.c b/plugins/dfcdrom/cdr.c
index eb08929c..c83269db 100644
--- a/plugins/dfcdrom/cdr.c
+++ b/plugins/dfcdrom/cdr.c
@@ -21,20 +21,6 @@
#include "cdr.h"
-unsigned int msf_to_lba(char m, char s, char f) {
- return (((m * CD_SECS) + s) * CD_FRAMES + f) - CD_MSF_OFFSET;
-}
-
-void lba_to_msf(unsigned int s, char *msf) {
- s += CD_MSF_OFFSET;
-
- msf[0] = s / CD_FRAMES / CD_SECS;
- s = s - msf[0] * CD_FRAMES * CD_SECS;
- msf[1] = s / CD_FRAMES;
- s = s - msf[1] * CD_FRAMES;
- msf[2] = s;
-}
-
int initial_time = 0;
pthread_mutex_t mut = PTHREAD_MUTEX_INITIALIZER;
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h
index e127f89b..32092122 100644
--- a/plugins/dfcdrom/cdr.h
+++ b/plugins/dfcdrom/cdr.h
@@ -52,25 +52,14 @@
#if defined (__linux__)
#include <linux/cdrom.h>
+#include <scsi/scsi.h>
+#include <scsi/sg.h>
+
#ifndef CDROMSETSPINDOWN
#define CDROMSETSPINDOWN 0x531e
#endif
-#define DEV_DEF "/dev/cdrom"
-
-#elif defined (__sun)
-
-#include <sys/cdio.h>
-#include <sys/scsi/scsi.h>
-
-#define CD_SECS 60
-#define CD_FRAMES 75
-#define CD_FRAMESIZE_RAW 2352
-#define CD_FRAMESIZE_SUB 96
-#define CD_MSF_OFFSET 150
-/* The CD-ROM device name seems to vary on different computers on Solaris, so
- let user set this. */
-#define DEV_DEF ""
+#define DEV_DEF "/dev/cdrom"
#else
@@ -90,19 +79,13 @@ struct cdrom_msf {
#define CD_MSF_OFFSET 150
#if defined (__FreeBSD__)
-
-#include <sys/ata.h>
-#include <sys/cdio.h>
-#include <sys/cdrio.h>
-#include <sys/disklabel.h>
-
#define DEV_DEF "/dev/acd0"
-
#else
-
#define DEV_DEF ""
-#define USE_NULL 1
+#endif
+#ifndef USE_LIBCDIO
+#define USE_NULL 1
#endif
#endif
@@ -142,18 +125,32 @@ extern long SpinDown;
#define SPINDOWN_16MIN 0x0E
#define SPINDOWN_32MIN 0x0F
-#define itob(i) ((i)/10*16 + (i)%10) /* u_char to BCD */
-#define btoi(b) ((b)/16*10 + (b)%16) /* BCD to u_char */
+typedef struct _MMC_READ_CD {
+ unsigned char Code; // 0xBE
-typedef union {
- struct cdrom_msf msf;
- unsigned char buf[CD_FRAMESIZE_RAW];
-} crdata;
+ unsigned char RelativeAddress : 1;
+ unsigned char : 1;
+ unsigned char ExpectedSectorType : 3;
+ unsigned char Lun : 3;
-typedef struct {
- crdata cr;
- int ret;
-} CacheData;
+ unsigned char StartingLBA[4];
+ unsigned char TransferBlocks[3];
+
+ unsigned char : 1;
+ unsigned char ErrorFlags : 2;
+ unsigned char IncludeEDC : 1;
+ unsigned char IncludeUserData : 1;
+ unsigned char HeaderCode : 2;
+ unsigned char IncludeSyncData : 1;
+
+ unsigned char SubChannelSelection : 3;
+ unsigned char : 5;
+
+ unsigned char Ctrl;
+} MMC_READ_CD;
+
+#define itob(i) ((i)/10*16 + (i)%10) /* u_char to BCD */
+#define btoi(b) ((b)/16*10 + (b)%16) /* BCD to u_char */
struct CdrStat {
unsigned long Type;
@@ -173,6 +170,16 @@ struct SubQ {
char res1[72];
};
+typedef union {
+ struct cdrom_msf msf;
+ unsigned char buf[CD_FRAMESIZE_RAW];
+} crdata;
+
+typedef struct {
+ crdata cr;
+ int ret;
+} CacheData;
+
long ReadNormal();
long ReadThreaded();
unsigned char* GetBNormal();
@@ -190,7 +197,9 @@ void SaveConf();
#endif
unsigned int msf_to_lba(char m, char s, char f);
-void lba_to_msf(unsigned int s, char *msf);
+void lba_to_msf(unsigned int s, unsigned char *msf);
+void DecodeRawSubData(unsigned char *subbuffer);
+unsigned short calcCrc(unsigned char *d, int len);
int OpenCdHandle();
void CloseCdHandle();
diff --git a/plugins/dfcdrom/cdrcfg-0.1df/main.c b/plugins/dfcdrom/cdrcfg-0.1df/main.c
index 608d2f7f..6f486c40 100644
--- a/plugins/dfcdrom/cdrcfg-0.1df/main.c
+++ b/plugins/dfcdrom/cdrcfg-0.1df/main.c
@@ -143,7 +143,7 @@ void fill_drives_list(GtkWidget *widget) {
pclose(fp);
}
#else
- static const char *cdrom_devices[] = { NULL };
+ static const char *cdrom_devices[] = { "" };
#endif
store = gtk_list_store_new(1, G_TYPE_STRING);
diff --git a/plugins/dfcdrom/cfg.c b/plugins/dfcdrom/cfg.c
index 217b7705..b9e0f92a 100644
--- a/plugins/dfcdrom/cfg.c
+++ b/plugins/dfcdrom/cfg.c
@@ -19,14 +19,6 @@
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <fcntl.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <time.h>
-#include <string.h>
-
#include "cdr.h"
char CdromDev[256];
diff --git a/plugins/dfcdrom/util.c b/plugins/dfcdrom/util.c
new file mode 100644
index 00000000..c80c8726
--- /dev/null
+++ b/plugins/dfcdrom/util.c
@@ -0,0 +1,95 @@
+/*
+ * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * All Rights Reserved.
+ *
+ * Based on: Cdrom for Psemu Pro like Emulators
+ * By: linuzappz <linuzappz@hotmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <http://www.gnu.org/licenses>.
+ */
+
+#include "cdr.h"
+
+unsigned int msf_to_lba(char m, char s, char f) {
+ return (m * CD_SECS + s) * CD_FRAMES + f - CD_MSF_OFFSET;
+}
+
+void lba_to_msf(unsigned int s, unsigned char *msf) {
+ s += CD_MSF_OFFSET;
+
+ msf[0] = s / CD_FRAMES / CD_SECS;
+ s = s - msf[0] * CD_FRAMES * CD_SECS;
+ msf[1] = s / CD_FRAMES;
+ s = s - msf[1] * CD_FRAMES;
+ msf[2] = s;
+}
+
+void DecodeRawSubData(unsigned char *subbuffer) {
+ unsigned char subQData[12];
+ int i;
+
+ memset(subQData, 0, sizeof(subQData));
+
+ for (i = 0; i < 8 * 12; i++) {
+ if (subbuffer[i] & (1 << 6)) { // only subchannel Q is needed
+ subQData[i >> 3] |= (1 << (7 - (i & 7)));
+ }
+ }
+
+ memcpy(&subbuffer[12], subQData, 12);
+}
+
+// lookup table for crc calculation
+static unsigned short crctab[256] = {
+ 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50A5, 0x60C6, 0x70E7, 0x8108,
+ 0x9129, 0xA14A, 0xB16B, 0xC18C, 0xD1AD, 0xE1CE, 0xF1EF, 0x1231, 0x0210,
+ 0x3273, 0x2252, 0x52B5, 0x4294, 0x72F7, 0x62D6, 0x9339, 0x8318, 0xB37B,
+ 0xA35A, 0xD3BD, 0xC39C, 0xF3FF, 0xE3DE, 0x2462, 0x3443, 0x0420, 0x1401,
+ 0x64E6, 0x74C7, 0x44A4, 0x5485, 0xA56A, 0xB54B, 0x8528, 0x9509, 0xE5EE,
+ 0xF5CF, 0xC5AC, 0xD58D, 0x3653, 0x2672, 0x1611, 0x0630, 0x76D7, 0x66F6,
+ 0x5695, 0x46B4, 0xB75B, 0xA77A, 0x9719, 0x8738, 0xF7DF, 0xE7FE, 0xD79D,
+ 0xC7BC, 0x48C4, 0x58E5, 0x6886, 0x78A7, 0x0840, 0x1861, 0x2802, 0x3823,
+ 0xC9CC, 0xD9ED, 0xE98E, 0xF9AF, 0x8948, 0x9969, 0xA90A, 0xB92B, 0x5AF5,
+ 0x4AD4, 0x7AB7, 0x6A96, 0x1A71, 0x0A50, 0x3A33, 0x2A12, 0xDBFD, 0xCBDC,
+ 0xFBBF, 0xEB9E, 0x9B79, 0x8B58, 0xBB3B, 0xAB1A, 0x6CA6, 0x7C87, 0x4CE4,
+ 0x5CC5, 0x2C22, 0x3C03, 0x0C60, 0x1C41, 0xEDAE, 0xFD8F, 0xCDEC, 0xDDCD,
+ 0xAD2A, 0xBD0B, 0x8D68, 0x9D49, 0x7E97, 0x6EB6, 0x5ED5, 0x4EF4, 0x3E13,
+ 0x2E32, 0x1E51, 0x0E70, 0xFF9F, 0xEFBE, 0xDFDD, 0xCFFC, 0xBF1B, 0xAF3A,
+ 0x9F59, 0x8F78, 0x9188, 0x81A9, 0xB1CA, 0xA1EB, 0xD10C, 0xC12D, 0xF14E,
+ 0xE16F, 0x1080, 0x00A1, 0x30C2, 0x20E3, 0x5004, 0x4025, 0x7046, 0x6067,
+ 0x83B9, 0x9398, 0xA3FB, 0xB3DA, 0xC33D, 0xD31C, 0xE37F, 0xF35E, 0x02B1,
+ 0x1290, 0x22F3, 0x32D2, 0x4235, 0x5214, 0x6277, 0x7256, 0xB5EA, 0xA5CB,
+ 0x95A8, 0x8589, 0xF56E, 0xE54F, 0xD52C, 0xC50D, 0x34E2, 0x24C3, 0x14A0,
+ 0x0481, 0x7466, 0x6447, 0x5424, 0x4405, 0xA7DB, 0xB7FA, 0x8799, 0x97B8,
+ 0xE75F, 0xF77E, 0xC71D, 0xD73C, 0x26D3, 0x36F2, 0x0691, 0x16B0, 0x6657,
+ 0x7676, 0x4615, 0x5634, 0xD94C, 0xC96D, 0xF90E, 0xE92F, 0x99C8, 0x89E9,
+ 0xB98A, 0xA9AB, 0x5844, 0x4865, 0x7806, 0x6827, 0x18C0, 0x08E1, 0x3882,
+ 0x28A3, 0xCB7D, 0xDB5C, 0xEB3F, 0xFB1E, 0x8BF9, 0x9BD8, 0xABBB, 0xBB9A,
+ 0x4A75, 0x5A54, 0x6A37, 0x7A16, 0x0AF1, 0x1AD0, 0x2AB3, 0x3A92, 0xFD2E,
+ 0xED0F, 0xDD6C, 0xCD4D, 0xBDAA, 0xAD8B, 0x9DE8, 0x8DC9, 0x7C26, 0x6C07,
+ 0x5C64, 0x4C45, 0x3CA2, 0x2C83, 0x1CE0, 0x0CC1, 0xEF1F, 0xFF3E, 0xCF5D,
+ 0xDF7C, 0xAF9B, 0xBFBA, 0x8FD9, 0x9FF8, 0x6E17, 0x7E36, 0x4E55, 0x5E74,
+ 0x2E93, 0x3EB2, 0x0ED1, 0x1EF0
+};
+
+unsigned short calcCrc(unsigned char *d, int len) {
+ unsigned short crc = 0;
+ int i;
+
+ for (i = 0; i < len; i++) {
+ crc = crctab[(crc >> 8) ^ d[i]] ^ (crc << 8);
+ }
+
+ return ~crc;
+}
diff --git a/plugins/dfinput/Makefile.in b/plugins/dfinput/Makefile.in
index 77459032..5054d200 100644
--- a/plugins/dfinput/Makefile.in
+++ b/plugins/dfinput/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -19,9 +18,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,30 +45,15 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(gladedir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
libDFInput_la_LIBADD =
am_libDFInput_la_OBJECTS = cfg.lo pad.lo sdljoy.lo xkb.lo analog.lo
@@ -78,6 +61,7 @@ libDFInput_la_OBJECTS = $(am_libDFInput_la_OBJECTS)
libDFInput_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(libDFInput_la_LDFLAGS) $(LDFLAGS) -o $@
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_cfgDFInput_OBJECTS = cfg-gtk2.$(OBJEXT)
cfgDFInput_OBJECTS = $(am_cfgDFInput_OBJECTS)
@@ -89,7 +73,6 @@ cfgDFInput_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -101,6 +84,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(libDFInput_la_SOURCES) $(cfgDFInput_SOURCES)
DIST_SOURCES = $(libDFInput_la_SOURCES) $(cfgDFInput_SOURCES)
+gladeDATA_INSTALL = $(INSTALL_DATA)
DATA = $(glade_DATA)
ETAGS = etags
CTAGS = ctags
@@ -181,7 +165,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -288,9 +271,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfinput/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu plugins/dfinput/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfinput/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plugins/dfinput/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -308,28 +291,23 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- list2="$$list2 $$p"; \
+ f=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
- }
+ done
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- $(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ p=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
done
clean-libLTLIBRARIES:
@@ -345,46 +323,31 @@ libDFInput.la: $(libDFInput_la_OBJECTS) $(libDFInput_la_DEPENDENCIES)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p || test -f $$p1; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ if test -f $$p \
+ || test -f $$p1 \
+ ; then \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ else :; fi; \
+ done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+ rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ done
clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f $$p $$f"; \
+ rm -f $$p $$f ; \
+ done
cfgDFInput$(EXEEXT): $(cfgDFInput_OBJECTS) $(cfgDFInput_DEPENDENCIES)
@rm -f cfgDFInput$(EXEEXT)
$(cfgDFInput_LINK) $(cfgDFInput_OBJECTS) $(cfgDFInput_LDADD) $(LIBS)
@@ -404,21 +367,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -431,23 +394,20 @@ clean-libtool:
install-gladeDATA: $(glade_DATA)
@$(NORMAL_INSTALL)
test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- for p in $$list; do \
+ @list='$(glade_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
+ $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
done
uninstall-gladeDATA:
@$(NORMAL_UNINSTALL)
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(gladedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(gladedir)" && rm -f $$files
+ @list='$(glade_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
+ rm -f "$(DESTDIR)$(gladedir)/$$f"; \
+ done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -461,7 +421,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -469,34 +429,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -517,17 +472,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -560,7 +511,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -582,8 +532,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -592,28 +540,18 @@ install-data-am: install-gladeDATA
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -655,7 +593,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-gladeDATA \
tags uninstall uninstall-am uninstall-binPROGRAMS \
uninstall-gladeDATA uninstall-libLTLIBRARIES
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plugins/dfnet/Makefile.in b/plugins/dfnet/Makefile.in
index 23f17f4b..d3287c7d 100644
--- a/plugins/dfnet/Makefile.in
+++ b/plugins/dfnet/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -19,9 +18,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,30 +45,15 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(gladedir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
libDFNet_la_LIBADD =
am_libDFNet_la_OBJECTS = dfnet.lo unix.lo cfg.lo
@@ -78,6 +61,7 @@ libDFNet_la_OBJECTS = $(am_libDFNet_la_OBJECTS)
libDFNet_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(libDFNet_la_LDFLAGS) $(LDFLAGS) -o $@
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_cfgDFNet_OBJECTS = gui.$(OBJEXT)
cfgDFNet_OBJECTS = $(am_cfgDFNet_OBJECTS)
@@ -86,7 +70,6 @@ cfgDFNet_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -98,6 +81,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(libDFNet_la_SOURCES) $(cfgDFNet_SOURCES)
DIST_SOURCES = $(libDFNet_la_SOURCES) $(cfgDFNet_SOURCES)
+gladeDATA_INSTALL = $(INSTALL_DATA)
DATA = $(glade_DATA)
ETAGS = etags
CTAGS = ctags
@@ -178,7 +162,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -282,9 +265,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfnet/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu plugins/dfnet/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfnet/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plugins/dfnet/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -302,28 +285,23 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- list2="$$list2 $$p"; \
+ f=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
- }
+ done
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- $(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ p=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
done
clean-libLTLIBRARIES:
@@ -339,46 +317,31 @@ libDFNet.la: $(libDFNet_la_OBJECTS) $(libDFNet_la_DEPENDENCIES)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p || test -f $$p1; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ if test -f $$p \
+ || test -f $$p1 \
+ ; then \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ else :; fi; \
+ done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+ rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ done
clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f $$p $$f"; \
+ rm -f $$p $$f ; \
+ done
cfgDFNet$(EXEEXT): $(cfgDFNet_OBJECTS) $(cfgDFNet_DEPENDENCIES)
@rm -f cfgDFNet$(EXEEXT)
$(LINK) $(cfgDFNet_OBJECTS) $(cfgDFNet_LDADD) $(LIBS)
@@ -396,21 +359,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -423,23 +386,20 @@ clean-libtool:
install-gladeDATA: $(glade_DATA)
@$(NORMAL_INSTALL)
test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- for p in $$list; do \
+ @list='$(glade_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
+ $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
done
uninstall-gladeDATA:
@$(NORMAL_UNINSTALL)
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(gladedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(gladedir)" && rm -f $$files
+ @list='$(glade_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
+ rm -f "$(DESTDIR)$(gladedir)/$$f"; \
+ done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -453,7 +413,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -461,34 +421,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -509,17 +464,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -552,7 +503,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -574,8 +524,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -584,28 +532,18 @@ install-data-am: install-gladeDATA
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -647,7 +585,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-gladeDATA \
tags uninstall uninstall-am uninstall-binPROGRAMS \
uninstall-gladeDATA uninstall-libLTLIBRARIES
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plugins/dfsound/Makefile.in b/plugins/dfsound/Makefile.in
index bac53626..173a0137 100644
--- a/plugins/dfsound/Makefile.in
+++ b/plugins/dfsound/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -19,9 +18,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -60,30 +58,15 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(gladedir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
libDFSound_la_LIBADD =
am__libDFSound_la_SOURCES_DIST = spu.c cfg.c dma.c freeze.c \
@@ -101,6 +84,7 @@ libDFSound_la_OBJECTS = $(am_libDFSound_la_OBJECTS)
libDFSound_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libDFSound_la_CFLAGS) \
$(CFLAGS) $(libDFSound_la_LDFLAGS) $(LDFLAGS) -o $@
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_cfgDFSound_OBJECTS = main.$(OBJEXT)
cfgDFSound_OBJECTS = $(am_cfgDFSound_OBJECTS)
@@ -109,7 +93,6 @@ cfgDFSound_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -121,6 +104,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
$(LDFLAGS) -o $@
SOURCES = $(libDFSound_la_SOURCES) $(cfgDFSound_SOURCES)
DIST_SOURCES = $(am__libDFSound_la_SOURCES_DIST) $(cfgDFSound_SOURCES)
+gladeDATA_INSTALL = $(INSTALL_DATA)
DATA = $(glade_DATA)
ETAGS = etags
CTAGS = ctags
@@ -201,7 +185,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -310,9 +293,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfsound/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu plugins/dfsound/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfsound/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plugins/dfsound/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -330,28 +313,23 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- list2="$$list2 $$p"; \
+ f=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
- }
+ done
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- $(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ p=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
done
clean-libLTLIBRARIES:
@@ -367,46 +345,31 @@ libDFSound.la: $(libDFSound_la_OBJECTS) $(libDFSound_la_DEPENDENCIES)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p || test -f $$p1; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ if test -f $$p \
+ || test -f $$p1 \
+ ; then \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ else :; fi; \
+ done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+ rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ done
clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f $$p $$f"; \
+ rm -f $$p $$f ; \
+ done
cfgDFSound$(EXEEXT): $(cfgDFSound_OBJECTS) $(cfgDFSound_DEPENDENCIES)
@rm -f cfgDFSound$(EXEEXT)
$(LINK) $(cfgDFSound_OBJECTS) $(cfgDFSound_LDADD) $(LIBS)
@@ -431,105 +394,105 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libDFSound_la-spu.lo: spu.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-spu.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-spu.Tpo -c -o libDFSound_la-spu.lo `test -f 'spu.c' || echo '$(srcdir)/'`spu.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-spu.Tpo $(DEPDIR)/libDFSound_la-spu.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-spu.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-spu.Tpo -c -o libDFSound_la-spu.lo `test -f 'spu.c' || echo '$(srcdir)/'`spu.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-spu.Tpo $(DEPDIR)/libDFSound_la-spu.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='spu.c' object='libDFSound_la-spu.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-spu.lo `test -f 'spu.c' || echo '$(srcdir)/'`spu.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-spu.lo `test -f 'spu.c' || echo '$(srcdir)/'`spu.c
libDFSound_la-cfg.lo: cfg.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-cfg.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-cfg.Tpo -c -o libDFSound_la-cfg.lo `test -f 'cfg.c' || echo '$(srcdir)/'`cfg.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-cfg.Tpo $(DEPDIR)/libDFSound_la-cfg.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-cfg.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-cfg.Tpo -c -o libDFSound_la-cfg.lo `test -f 'cfg.c' || echo '$(srcdir)/'`cfg.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-cfg.Tpo $(DEPDIR)/libDFSound_la-cfg.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cfg.c' object='libDFSound_la-cfg.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-cfg.lo `test -f 'cfg.c' || echo '$(srcdir)/'`cfg.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-cfg.lo `test -f 'cfg.c' || echo '$(srcdir)/'`cfg.c
libDFSound_la-dma.lo: dma.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-dma.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-dma.Tpo -c -o libDFSound_la-dma.lo `test -f 'dma.c' || echo '$(srcdir)/'`dma.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-dma.Tpo $(DEPDIR)/libDFSound_la-dma.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-dma.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-dma.Tpo -c -o libDFSound_la-dma.lo `test -f 'dma.c' || echo '$(srcdir)/'`dma.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-dma.Tpo $(DEPDIR)/libDFSound_la-dma.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dma.c' object='libDFSound_la-dma.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-dma.lo `test -f 'dma.c' || echo '$(srcdir)/'`dma.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-dma.lo `test -f 'dma.c' || echo '$(srcdir)/'`dma.c
libDFSound_la-freeze.lo: freeze.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-freeze.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-freeze.Tpo -c -o libDFSound_la-freeze.lo `test -f 'freeze.c' || echo '$(srcdir)/'`freeze.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-freeze.Tpo $(DEPDIR)/libDFSound_la-freeze.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-freeze.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-freeze.Tpo -c -o libDFSound_la-freeze.lo `test -f 'freeze.c' || echo '$(srcdir)/'`freeze.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-freeze.Tpo $(DEPDIR)/libDFSound_la-freeze.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='freeze.c' object='libDFSound_la-freeze.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-freeze.lo `test -f 'freeze.c' || echo '$(srcdir)/'`freeze.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-freeze.lo `test -f 'freeze.c' || echo '$(srcdir)/'`freeze.c
libDFSound_la-registers.lo: registers.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-registers.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-registers.Tpo -c -o libDFSound_la-registers.lo `test -f 'registers.c' || echo '$(srcdir)/'`registers.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-registers.Tpo $(DEPDIR)/libDFSound_la-registers.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-registers.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-registers.Tpo -c -o libDFSound_la-registers.lo `test -f 'registers.c' || echo '$(srcdir)/'`registers.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-registers.Tpo $(DEPDIR)/libDFSound_la-registers.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='registers.c' object='libDFSound_la-registers.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-registers.lo `test -f 'registers.c' || echo '$(srcdir)/'`registers.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-registers.lo `test -f 'registers.c' || echo '$(srcdir)/'`registers.c
libDFSound_la-alsa.lo: alsa.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-alsa.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-alsa.Tpo -c -o libDFSound_la-alsa.lo `test -f 'alsa.c' || echo '$(srcdir)/'`alsa.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-alsa.Tpo $(DEPDIR)/libDFSound_la-alsa.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-alsa.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-alsa.Tpo -c -o libDFSound_la-alsa.lo `test -f 'alsa.c' || echo '$(srcdir)/'`alsa.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-alsa.Tpo $(DEPDIR)/libDFSound_la-alsa.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='alsa.c' object='libDFSound_la-alsa.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-alsa.lo `test -f 'alsa.c' || echo '$(srcdir)/'`alsa.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-alsa.lo `test -f 'alsa.c' || echo '$(srcdir)/'`alsa.c
libDFSound_la-oss.lo: oss.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-oss.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-oss.Tpo -c -o libDFSound_la-oss.lo `test -f 'oss.c' || echo '$(srcdir)/'`oss.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-oss.Tpo $(DEPDIR)/libDFSound_la-oss.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-oss.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-oss.Tpo -c -o libDFSound_la-oss.lo `test -f 'oss.c' || echo '$(srcdir)/'`oss.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-oss.Tpo $(DEPDIR)/libDFSound_la-oss.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='oss.c' object='libDFSound_la-oss.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-oss.lo `test -f 'oss.c' || echo '$(srcdir)/'`oss.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-oss.lo `test -f 'oss.c' || echo '$(srcdir)/'`oss.c
libDFSound_la-pulseaudio.lo: pulseaudio.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-pulseaudio.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-pulseaudio.Tpo -c -o libDFSound_la-pulseaudio.lo `test -f 'pulseaudio.c' || echo '$(srcdir)/'`pulseaudio.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-pulseaudio.Tpo $(DEPDIR)/libDFSound_la-pulseaudio.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-pulseaudio.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-pulseaudio.Tpo -c -o libDFSound_la-pulseaudio.lo `test -f 'pulseaudio.c' || echo '$(srcdir)/'`pulseaudio.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-pulseaudio.Tpo $(DEPDIR)/libDFSound_la-pulseaudio.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pulseaudio.c' object='libDFSound_la-pulseaudio.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-pulseaudio.lo `test -f 'pulseaudio.c' || echo '$(srcdir)/'`pulseaudio.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-pulseaudio.lo `test -f 'pulseaudio.c' || echo '$(srcdir)/'`pulseaudio.c
libDFSound_la-sdl.lo: sdl.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-sdl.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-sdl.Tpo -c -o libDFSound_la-sdl.lo `test -f 'sdl.c' || echo '$(srcdir)/'`sdl.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-sdl.Tpo $(DEPDIR)/libDFSound_la-sdl.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-sdl.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-sdl.Tpo -c -o libDFSound_la-sdl.lo `test -f 'sdl.c' || echo '$(srcdir)/'`sdl.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-sdl.Tpo $(DEPDIR)/libDFSound_la-sdl.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sdl.c' object='libDFSound_la-sdl.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-sdl.lo `test -f 'sdl.c' || echo '$(srcdir)/'`sdl.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-sdl.lo `test -f 'sdl.c' || echo '$(srcdir)/'`sdl.c
libDFSound_la-nullsnd.lo: nullsnd.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-nullsnd.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-nullsnd.Tpo -c -o libDFSound_la-nullsnd.lo `test -f 'nullsnd.c' || echo '$(srcdir)/'`nullsnd.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libDFSound_la-nullsnd.Tpo $(DEPDIR)/libDFSound_la-nullsnd.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -MT libDFSound_la-nullsnd.lo -MD -MP -MF $(DEPDIR)/libDFSound_la-nullsnd.Tpo -c -o libDFSound_la-nullsnd.lo `test -f 'nullsnd.c' || echo '$(srcdir)/'`nullsnd.c
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libDFSound_la-nullsnd.Tpo $(DEPDIR)/libDFSound_la-nullsnd.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nullsnd.c' object='libDFSound_la-nullsnd.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-nullsnd.lo `test -f 'nullsnd.c' || echo '$(srcdir)/'`nullsnd.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libDFSound_la_CFLAGS) $(CFLAGS) -c -o libDFSound_la-nullsnd.lo `test -f 'nullsnd.c' || echo '$(srcdir)/'`nullsnd.c
main.o: spucfg-0.1df/main.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.o -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.o `test -f 'spucfg-0.1df/main.c' || echo '$(srcdir)/'`spucfg-0.1df/main.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='spucfg-0.1df/main.c' object='main.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.o `test -f 'spucfg-0.1df/main.c' || echo '$(srcdir)/'`spucfg-0.1df/main.c
main.obj: spucfg-0.1df/main.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.obj -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.obj `if test -f 'spucfg-0.1df/main.c'; then $(CYGPATH_W) 'spucfg-0.1df/main.c'; else $(CYGPATH_W) '$(srcdir)/spucfg-0.1df/main.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='spucfg-0.1df/main.c' object='main.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.obj `if test -f 'spucfg-0.1df/main.c'; then $(CYGPATH_W) 'spucfg-0.1df/main.c'; else $(CYGPATH_W) '$(srcdir)/spucfg-0.1df/main.c'; fi`
@@ -542,23 +505,20 @@ clean-libtool:
install-gladeDATA: $(glade_DATA)
@$(NORMAL_INSTALL)
test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- for p in $$list; do \
+ @list='$(glade_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
+ $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
done
uninstall-gladeDATA:
@$(NORMAL_UNINSTALL)
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(gladedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(gladedir)" && rm -f $$files
+ @list='$(glade_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
+ rm -f "$(DESTDIR)$(gladedir)/$$f"; \
+ done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -572,7 +532,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -580,34 +540,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -628,17 +583,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -671,7 +622,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -693,8 +643,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -703,28 +651,18 @@ install-data-am: install-gladeDATA
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -766,7 +704,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-gladeDATA \
tags uninstall uninstall-am uninstall-binPROGRAMS \
uninstall-gladeDATA uninstall-libLTLIBRARIES
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plugins/dfsound/cfg.c b/plugins/dfsound/cfg.c
index 2478c9fa..2acb9c37 100644
--- a/plugins/dfsound/cfg.c
+++ b/plugins/dfsound/cfg.c
@@ -36,27 +36,27 @@ void StartCfgTool(char * pCmdLine)
FILE * cf;
char filename[255];
- strcpy(filename,"cfg/cfgDFSound");
+ strcpy(filename,"cfgDFSound");
cf=fopen(filename,"rb");
if(cf!=NULL)
{
fclose(cf);
if(fork()==0)
{
- chdir("cfg");
execl("./cfgDFSound","cfgDFSound",pCmdLine,NULL);
exit(0);
}
}
else
{
- strcpy(filename,"cfgDFSound");
+ strcpy(filename,"cfg/cfgDFSound");
cf=fopen(filename,"rb");
if(cf!=NULL)
{
fclose(cf);
if(fork()==0)
{
+ chdir("cfg");
execl("./cfgDFSound","cfgDFSound",pCmdLine,NULL);
exit(0);
}
@@ -155,7 +155,7 @@ void ReadConfigFile(void)
void ReadConfig(void)
{
- iVolume=3;
+ iVolume=2;
iXAPitch=0;
iSPUIRQWait=1;
iUseTimer=2;
diff --git a/plugins/dfsound/spu.c b/plugins/dfsound/spu.c
index de57429d..bfaa69a3 100644
--- a/plugins/dfsound/spu.c
+++ b/plugins/dfsound/spu.c
@@ -107,7 +107,7 @@ static const int f[5][2] = { { 0, 0 },
int SSumR[NSSIZE];
int SSumL[NSSIZE];
int iFMod[NSSIZE];
-int iCycle=0;
+int iCycle = 0;
short * pS;
int lastch=-1; // last channel processed on spu irq in timer mode
@@ -442,9 +442,9 @@ static void *MAINThread(void *arg)
{
int s_1,s_2,fa,ns;
#ifndef _MACOSX
- int voldiv=iVolume;
+ int voldiv = iVolume;
#else
- const int voldiv=1;
+ const int voldiv = 2;
#endif
unsigned char * start;unsigned int nSample;
int ch,predict_nr,shift_factor,flags,d,s;
@@ -676,19 +676,19 @@ ENDX: ;
if(iDisStereo) // no stereo?
{
- int dl,dr;
- for(ns=0;ns<NSSIZE;ns++)
+ int dl, dr;
+ for (ns = 0; ns < NSSIZE; ns++)
{
- SSumL[ns]+=MixREVERBLeft(ns);
+ SSumL[ns] += MixREVERBLeft(ns);
- dl=SSumL[ns]/voldiv;SSumL[ns]=0;
- if(dl<-32767) dl=-32767;if(dl>32767) dl=32767;
+ dl = SSumL[ns] * 2 / voldiv; SSumL[ns] = 0;
+ if (dl < -32767) dl = -32767; if (dl > 32767) dl = 32767;
- SSumR[ns]+=MixREVERBRight();
+ SSumR[ns] += MixREVERBRight();
- dr=SSumR[ns]/voldiv;SSumR[ns]=0;
- if(dr<-32767) dr=-32767;if(dr>32767) dr=32767;
- *pS++=(dl+dr)/2;
+ dr = SSumR[ns] * 2 / voldiv; SSumR[ns] = 0;
+ if (dr < -32767) dr = -32767; if (dr > 32767) dr = 32767;
+ *pS++ = (dl + dr) / 2;
}
}
else // stereo:
@@ -696,13 +696,13 @@ ENDX: ;
{
SSumL[ns] += MixREVERBLeft(ns);
- d = SSumL[ns] / voldiv; SSumL[ns] = 0;
+ d = SSumL[ns] * 2 / voldiv; SSumL[ns] = 0;
if (d < -32767) d = -32767; if (d > 32767) d = 32767;
*pS++ = d;
SSumR[ns] += MixREVERBRight();
- d = SSumR[ns] / voldiv; SSumR[ns] = 0;
+ d = SSumR[ns] * 2 / voldiv; SSumR[ns] = 0;
if(d < -32767) d = -32767; if(d > 32767) d = 32767;
*pS++ = d;
}
diff --git a/plugins/dfxvideo/Makefile.in b/plugins/dfxvideo/Makefile.in
index 411b7add..5fb8285a 100644
--- a/plugins/dfxvideo/Makefile.in
+++ b/plugins/dfxvideo/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -19,9 +18,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -49,30 +47,15 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(gladedir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
libDFXVideo_la_LIBADD =
am__libDFXVideo_la_SOURCES_DIST = gpu.c cfg.c draw.c fps.c key.c \
@@ -84,6 +67,7 @@ libDFXVideo_la_OBJECTS = $(am_libDFXVideo_la_OBJECTS)
libDFXVideo_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(libDFXVideo_la_LDFLAGS) $(LDFLAGS) -o $@
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_cfgDFXVideo_OBJECTS = main.$(OBJEXT)
cfgDFXVideo_OBJECTS = $(am_cfgDFXVideo_OBJECTS)
@@ -92,7 +76,6 @@ cfgDFXVideo_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -105,6 +88,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
SOURCES = $(libDFXVideo_la_SOURCES) $(cfgDFXVideo_SOURCES)
DIST_SOURCES = $(am__libDFXVideo_la_SOURCES_DIST) \
$(cfgDFXVideo_SOURCES)
+gladeDATA_INSTALL = $(INSTALL_DATA)
DATA = $(glade_DATA)
ETAGS = etags
CTAGS = ctags
@@ -185,7 +169,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -292,9 +275,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfxvideo/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu plugins/dfxvideo/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/dfxvideo/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plugins/dfxvideo/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -312,28 +295,23 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- list2="$$list2 $$p"; \
+ f=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
- }
+ done
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- $(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ p=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
done
clean-libLTLIBRARIES:
@@ -349,46 +327,31 @@ libDFXVideo.la: $(libDFXVideo_la_OBJECTS) $(libDFXVideo_la_DEPENDENCIES)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p || test -f $$p1; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ if test -f $$p \
+ || test -f $$p1 \
+ ; then \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ else :; fi; \
+ done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+ rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ done
clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f $$p $$f"; \
+ rm -f $$p $$f ; \
+ done
cfgDFXVideo$(EXEEXT): $(cfgDFXVideo_OBJECTS) $(cfgDFXVideo_DEPENDENCIES)
@rm -f cfgDFXVideo$(EXEEXT)
$(LINK) $(cfgDFXVideo_OBJECTS) $(cfgDFXVideo_LDADD) $(LIBS)
@@ -412,35 +375,35 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
main.o: gpucfg-0.1df/main.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.o -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.o `test -f 'gpucfg-0.1df/main.c' || echo '$(srcdir)/'`gpucfg-0.1df/main.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg-0.1df/main.c' object='main.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.o `test -f 'gpucfg-0.1df/main.c' || echo '$(srcdir)/'`gpucfg-0.1df/main.c
main.obj: gpucfg-0.1df/main.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.obj -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.obj `if test -f 'gpucfg-0.1df/main.c'; then $(CYGPATH_W) 'gpucfg-0.1df/main.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg-0.1df/main.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg-0.1df/main.c' object='main.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.obj `if test -f 'gpucfg-0.1df/main.c'; then $(CYGPATH_W) 'gpucfg-0.1df/main.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg-0.1df/main.c'; fi`
@@ -453,23 +416,20 @@ clean-libtool:
install-gladeDATA: $(glade_DATA)
@$(NORMAL_INSTALL)
test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- for p in $$list; do \
+ @list='$(glade_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gladedir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(gladedir)" || exit $$?; \
+ f=$(am__strip_dir) \
+ echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
+ $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
done
uninstall-gladeDATA:
@$(NORMAL_UNINSTALL)
- @list='$(glade_DATA)'; test -n "$(gladedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '$(DESTDIR)$(gladedir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(gladedir)" && rm -f $$files
+ @list='$(glade_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
+ rm -f "$(DESTDIR)$(gladedir)/$$f"; \
+ done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -483,7 +443,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -491,34 +451,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -539,17 +494,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -582,7 +533,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -604,8 +554,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -614,28 +562,18 @@ install-data-am: install-gladeDATA
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -681,7 +619,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-gladeDATA \
.asm.lo:
$(LIBTOOL) --tag=CC --mode=compile \
$(STRIP_FPIC) $(NASM) -f elf -d ELF -I${srcdir}/ $<
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plugins/peopsxgl/Makefile.in b/plugins/peopsxgl/Makefile.in
index f4d4725a..2c77dacd 100644
--- a/plugins/peopsxgl/Makefile.in
+++ b/plugins/peopsxgl/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,9 +17,8 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -46,29 +44,14 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"
+libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
libpeopsxgl_la_LIBADD =
am_libpeopsxgl_la_OBJECTS = cfg.lo draw.lo fps.lo gpu.lo key.lo \
@@ -77,6 +60,7 @@ libpeopsxgl_la_OBJECTS = $(am_libpeopsxgl_la_OBJECTS)
libpeopsxgl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(libpeopsxgl_la_LDFLAGS) $(LDFLAGS) -o $@
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_cfgpeopsxgl_OBJECTS = main.$(OBJEXT) callbacks.$(OBJEXT) \
interface.$(OBJEXT) support.$(OBJEXT)
@@ -86,7 +70,6 @@ cfgpeopsxgl_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -177,7 +160,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PEOPSXGL = @PEOPSXGL@
@@ -284,9 +266,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/peopsxgl/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu plugins/peopsxgl/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/peopsxgl/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plugins/peopsxgl/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -304,28 +286,23 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- list2=; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- list2="$$list2 $$p"; \
+ f=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
- }
+ done
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
- for p in $$list; do \
- $(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
+ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ p=$(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
done
clean-libLTLIBRARIES:
@@ -341,46 +318,31 @@ libpeopsxgl.la: $(libpeopsxgl_la_OBJECTS) $(libpeopsxgl_la_DEPENDENCIES)
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p || test -f $$p1; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ if test -f $$p \
+ || test -f $$p1 \
+ ; then \
+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
+ else :; fi; \
+ done
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
+ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
+ rm -f "$(DESTDIR)$(bindir)/$$f"; \
+ done
clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f $$p $$f"; \
+ rm -f $$p $$f ; \
+ done
cfgpeopsxgl$(EXEEXT): $(cfgpeopsxgl_OBJECTS) $(cfgpeopsxgl_DEPENDENCIES)
@rm -f cfgpeopsxgl$(EXEEXT)
$(LINK) $(cfgpeopsxgl_OBJECTS) $(cfgpeopsxgl_LDADD) $(LIBS)
@@ -407,77 +369,77 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
main.o: gpucfg/main.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.o -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.o `test -f 'gpucfg/main.c' || echo '$(srcdir)/'`gpucfg/main.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg/main.c' object='main.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.o `test -f 'gpucfg/main.c' || echo '$(srcdir)/'`gpucfg/main.c
main.obj: gpucfg/main.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT main.obj -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.obj `if test -f 'gpucfg/main.c'; then $(CYGPATH_W) 'gpucfg/main.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg/main.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg/main.c' object='main.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o main.obj `if test -f 'gpucfg/main.c'; then $(CYGPATH_W) 'gpucfg/main.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg/main.c'; fi`
callbacks.o: gpucfg/callbacks.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT callbacks.o -MD -MP -MF $(DEPDIR)/callbacks.Tpo -c -o callbacks.o `test -f 'gpucfg/callbacks.c' || echo '$(srcdir)/'`gpucfg/callbacks.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/callbacks.Tpo $(DEPDIR)/callbacks.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/callbacks.Tpo $(DEPDIR)/callbacks.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg/callbacks.c' object='callbacks.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o callbacks.o `test -f 'gpucfg/callbacks.c' || echo '$(srcdir)/'`gpucfg/callbacks.c
callbacks.obj: gpucfg/callbacks.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT callbacks.obj -MD -MP -MF $(DEPDIR)/callbacks.Tpo -c -o callbacks.obj `if test -f 'gpucfg/callbacks.c'; then $(CYGPATH_W) 'gpucfg/callbacks.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg/callbacks.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/callbacks.Tpo $(DEPDIR)/callbacks.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/callbacks.Tpo $(DEPDIR)/callbacks.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg/callbacks.c' object='callbacks.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o callbacks.obj `if test -f 'gpucfg/callbacks.c'; then $(CYGPATH_W) 'gpucfg/callbacks.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg/callbacks.c'; fi`
interface.o: gpucfg/interface.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface.o -MD -MP -MF $(DEPDIR)/interface.Tpo -c -o interface.o `test -f 'gpucfg/interface.c' || echo '$(srcdir)/'`gpucfg/interface.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/interface.Tpo $(DEPDIR)/interface.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/interface.Tpo $(DEPDIR)/interface.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg/interface.c' object='interface.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface.o `test -f 'gpucfg/interface.c' || echo '$(srcdir)/'`gpucfg/interface.c
interface.obj: gpucfg/interface.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT interface.obj -MD -MP -MF $(DEPDIR)/interface.Tpo -c -o interface.obj `if test -f 'gpucfg/interface.c'; then $(CYGPATH_W) 'gpucfg/interface.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg/interface.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/interface.Tpo $(DEPDIR)/interface.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/interface.Tpo $(DEPDIR)/interface.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg/interface.c' object='interface.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o interface.obj `if test -f 'gpucfg/interface.c'; then $(CYGPATH_W) 'gpucfg/interface.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg/interface.c'; fi`
support.o: gpucfg/support.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT support.o -MD -MP -MF $(DEPDIR)/support.Tpo -c -o support.o `test -f 'gpucfg/support.c' || echo '$(srcdir)/'`gpucfg/support.c
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/support.Tpo $(DEPDIR)/support.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/support.Tpo $(DEPDIR)/support.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg/support.c' object='support.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o support.o `test -f 'gpucfg/support.c' || echo '$(srcdir)/'`gpucfg/support.c
support.obj: gpucfg/support.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT support.obj -MD -MP -MF $(DEPDIR)/support.Tpo -c -o support.obj `if test -f 'gpucfg/support.c'; then $(CYGPATH_W) 'gpucfg/support.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg/support.c'; fi`
-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/support.Tpo $(DEPDIR)/support.Po
+@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/support.Tpo $(DEPDIR)/support.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gpucfg/support.c' object='support.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o support.obj `if test -f 'gpucfg/support.c'; then $(CYGPATH_W) 'gpucfg/support.c'; else $(CYGPATH_W) '$(srcdir)/gpucfg/support.c'; fi`
@@ -500,7 +462,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- set x; \
+ tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -508,34 +470,29 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
+ tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$unique" \
+ test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
+ $$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
+ && cd $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -556,17 +513,13 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
@@ -599,7 +552,6 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -621,8 +573,6 @@ dvi-am:
html: html-am
-html-am:
-
info: info-am
info-am:
@@ -631,28 +581,18 @@ install-data-am:
install-dvi: install-dvi-am
-install-dvi-am:
-
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
install-html: install-html-am
-install-html-am:
-
install-info: install-info-am
-install-info-am:
-
install-man:
install-pdf: install-pdf-am
-install-pdf-am:
-
install-ps: install-ps-am
-install-ps-am:
-
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -696,7 +636,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES
#glade_DATA = gpucfg-0.1df/peopsxgl.glade2
#gladedir = $(datadir)/psemu/
#EXTRA_DIST = $(glade_DATA)
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9bb6e51c..d978ccce 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -94,6 +94,12 @@ plugins/peopsxgl/menu.c
plugins/peopsxgl/prim.c
plugins/peopsxgl/soft.c
plugins/peopsxgl/texture.c
+plugins/bladesio1/gui.c
+plugins/bladesio1/settings.c
+plugins/bladesio1/settings.h
+plugins/bladesio1/sio1.c
+plugins/bladesio1/sio1.glade2
+plugins/bladesio1/sio1.h
win32/gui/AboutDlg.c
win32/gui/CheatDlg.c
win32/gui/ConfigurePlugins.c
diff --git a/po/it.po b/po/it.po
index 908ff941..889a7b80 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,3123 +2,3142 @@
# Copyright (C) 2010 Giovanni Scafora
# This file is distributed under the same license as the pcsxr package.
# Giovanni Scafora <giovanni@archlinux.org>, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: pcsxr 1.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-07 13:32+0800\n"
-"PO-Revision-Date: 2010-03-15 16:00+0200\n"
-"Last-Translator: Giovanni Scafora <giovanni@archlinux.org>\n"
-"Language-Team: Arch Linux Italian Team <giovanni@archlinux.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../win32/gui/AboutDlg.c:26
-msgid ""
-"PCSX - A PlayStation Emulator\n"
-"\n"
-"Original Authors:\n"
-"main coder: linuzappz\n"
-"co-coders: shadow\n"
-"ex-coders: Nocomp, Pete Bernett, nik3d\n"
-"Webmaster: AkumaX"
-msgstr ""
-"PCSX, un emulatore della PlayStation\n"
-"\n"
-"Autori originari:\n"
-"programmatore principale: linuzappz\n"
-"co-programmatori: shadow\n"
-"ex-programmatori: Nocomp, Pete Bernett, nik3d\n"
-"Webmaster: AkumaX"
-
-#: ../win32/gui/AboutDlg.c:35
-#, fuzzy
-msgid ""
-"PCSX-df Authors:\n"
-"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
-"Marcus Comstedt, Stefan Sikora\n"
-"\n"
-"PCSX-Reloaded By:\n"
-"Blade_Arma, Wei Mingzhi, et al.\n"
-"\n"
-"http://pcsxr.codeplex.com/"
-msgstr ""
-"Autori di PCSX-df:\n"
-"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
-"Marcus Comstedt, Stefan Sikora\n"
-"\n"
-"PCSX-Reloaded di:\n"
-"Wei Mingzhi\n"
-"\n"
-"http://www.codeplex.com/pcsxr"
-
-#: ../win32/gui/AboutDlg.c:46 ../plugins/peopsxgl/gpucfg/interface.c:831
-msgid "About"
-msgstr "Informazioni"
-
-#: ../win32/gui/AboutDlg.c:48 ../win32/gui/AboutDlg.c:52
-#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119
-#: ../win32/gui/ConfigurePlugins.c:483 ../win32/gui/ConfigurePlugins.c:614
-#: ../win32/gui/WndMain.c:974 ../win32/gui/WndMain.c:1210
-#: ../plugins/peopsxgl/gpucfg/interface.c:130
-#: ../plugins/peopsxgl/gpucfg/interface.c:843
-msgid "OK"
-msgstr "OK"
-
-#: ../win32/gui/AboutDlg.c:49
-msgid "PCSX EMU\n"
-msgstr "PCSX EMU\n"
-
-#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
-#: ../win32/gui/CheatDlg.c:270
-msgid "Yes"
-msgstr "Sì"
-
-#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
-#: ../win32/gui/CheatDlg.c:270
-msgid "No"
-msgstr "No"
-
-#: ../win32/gui/CheatDlg.c:66 ../gui/Cheat.c:194
-msgid "Edit Cheat"
-msgstr "Modifica cheat"
-
-#: ../win32/gui/CheatDlg.c:67 ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:636
-msgid "Description:"
-msgstr "Descrizione:"
-
-#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:125
-#: ../gui/Cheat.c:211
-msgid "Cheat Code:"
-msgstr "Codice cheat:"
-
-#: ../win32/gui/CheatDlg.c:70 ../win32/gui/CheatDlg.c:120
-#: ../win32/gui/ConfigurePlugins.c:484 ../win32/gui/ConfigurePlugins.c:615
-#: ../win32/gui/WndMain.c:975 ../win32/gui/WndMain.c:1211
-#: ../plugins/peopsxgl/gpucfg/interface.c:338
-msgid "Cancel"
-msgstr "Annulla"
-
-#: ../win32/gui/CheatDlg.c:91 ../win32/gui/CheatDlg.c:132 ../gui/Cheat.c:155
-#: ../gui/Cheat.c:251
-msgid "Invalid cheat code!"
-msgstr "Codice del cheat non valido!"
-
-#: ../win32/gui/CheatDlg.c:116 ../gui/Cheat.c:109
-msgid "Add New Cheat"
-msgstr "Aggiungi un nuovo cheat"
-
-#: ../win32/gui/CheatDlg.c:166 ../data/pcsx.glade2:2534
-msgid "Edit Cheat Codes"
-msgstr "Modifica i codici dei cheat"
-
-#: ../win32/gui/CheatDlg.c:168
-msgid "&Add Code"
-msgstr "&Aggiungi un codice"
-
-#: ../win32/gui/CheatDlg.c:169
-msgid "&Edit Code"
-msgstr "&Modifica un codice"
-
-#: ../win32/gui/CheatDlg.c:170
-msgid "&Remove Code"
-msgstr "&Rimuovi un codice"
-
-#: ../win32/gui/CheatDlg.c:171
-msgid "&Enable/Disable"
-msgstr "&Abilita/Disabilita"
-
-#: ../win32/gui/CheatDlg.c:172
-msgid "&Load..."
-msgstr "&Carica..."
-
-#: ../win32/gui/CheatDlg.c:173
-msgid "&Save As..."
-msgstr "&Salva come..."
-
-#: ../win32/gui/CheatDlg.c:174
-msgid "&Close"
-msgstr "&Chiudi"
-
-#: ../win32/gui/CheatDlg.c:185 ../gui/Cheat.c:413
-msgid "Description"
-msgstr "Descrizione"
-
-#: ../win32/gui/CheatDlg.c:190
-msgid "Enabled"
-msgstr "Abilitato"
-
-#: ../win32/gui/CheatDlg.c:282 ../win32/gui/CheatDlg.c:311
-msgid "PCSX Cheat Code Files"
-msgstr "File del codice dei cheat di PCSX"
-
-#: ../win32/gui/CheatDlg.c:402
-msgid "Equal Value"
-msgstr "Stesso valore"
-
-#: ../win32/gui/CheatDlg.c:403
-msgid "Not Equal Value"
-msgstr "Valore diverso"
-
-#: ../win32/gui/CheatDlg.c:404
-msgid "Range"
-msgstr "Scala"
-
-#: ../win32/gui/CheatDlg.c:407
-msgid "Increased By"
-msgstr "Incrementato da"
-
-#: ../win32/gui/CheatDlg.c:408
-msgid "Decreased By"
-msgstr "Decrementato da"
-
-#: ../win32/gui/CheatDlg.c:409
-msgid "Increased"
-msgstr "Incrementato"
-
-#: ../win32/gui/CheatDlg.c:410
-msgid "Decreased"
-msgstr "Decrementato"
-
-#: ../win32/gui/CheatDlg.c:411
-msgid "Different"
-msgstr "Differente"
-
-#: ../win32/gui/CheatDlg.c:412
-msgid "No Change"
-msgstr "Nessun cambio"
-
-#: ../win32/gui/CheatDlg.c:448 ../gui/Cheat.c:585
-msgid "Enter the values and start your search."
-msgstr "Digita i valori ed inizia la tua ricerca."
-
-#: ../win32/gui/CheatDlg.c:453
-msgid "No addresses found."
-msgstr "Non è stato trovato nessun indirizzo."
-
-#: ../win32/gui/CheatDlg.c:457 ../gui/Cheat.c:543
-msgid "Too many addresses found."
-msgstr "Sono stati trovati troppi indirizzi."
-
-#: ../win32/gui/CheatDlg.c:466 ../gui/Cheat.c:552
-#, c-format
-msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
-msgstr "%.8X Attuale: %u (%.2X), Precedente: %u (%.2X)"
-
-#: ../win32/gui/CheatDlg.c:471 ../gui/Cheat.c:557
-#, c-format
-msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
-msgstr "%.8X Attuale: %u (%.4X), Precedente: %u (%.4X)"
-
-#: ../win32/gui/CheatDlg.c:476 ../gui/Cheat.c:562
-#, c-format
-msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
-msgstr "%.8X Attuale: %u (%.8X), Precedente: %u (%.8X)"
-
-#: ../win32/gui/CheatDlg.c:492 ../gui/Cheat.c:577
-#, c-format
-msgid "Founded Addresses: %d"
-msgstr "Indirizzi trovati: %d"
-
-#: ../win32/gui/CheatDlg.c:504 ../data/pcsx.glade2:2930
-msgid "Freeze"
-msgstr "Blocca"
-
-#: ../win32/gui/CheatDlg.c:505 ../win32/gui/CheatDlg.c:596
-msgid "Address:"
-msgstr "Indirizzo:"
-
-#: ../win32/gui/CheatDlg.c:506 ../win32/gui/CheatDlg.c:597
-#: ../win32/gui/CheatDlg.c:682 ../gui/Cheat.c:647 ../data/pcsx.glade2:2773
-msgid "Value:"
-msgstr "Valore:"
-
-#: ../win32/gui/CheatDlg.c:566
-#, c-format
-msgid "Freeze %.8X"
-msgstr "Blocca %.8x"
-
-#: ../win32/gui/CheatDlg.c:595 ../data/pcsx.glade2:2966
-msgid "Modify"
-msgstr "Modifica"
-
-#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:1129 ../data/pcsx.glade2:2703
-msgid "Cheat Search"
-msgstr "Cerca cheat"
-
-#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2751
-msgid "Search For:"
-msgstr "Cerca per:"
-
-#: ../win32/gui/CheatDlg.c:681 ../data/pcsx.glade2:2761
-msgid "Data Type:"
-msgstr "Tipo di dato:"
-
-#: ../win32/gui/CheatDlg.c:683 ../data/pcsx.glade2:2785
-msgid "Data Base:"
-msgstr "Base di dato:"
-
-#: ../win32/gui/CheatDlg.c:684 ../data/pcsx.glade2:2845
-msgid "To:"
-msgstr "A:"
-
-#: ../win32/gui/CheatDlg.c:685
-msgid "&Freeze"
-msgstr "&Blocca"
-
-#: ../win32/gui/CheatDlg.c:686
-msgid "&Modify"
-msgstr "&Modifica"
-
-#: ../win32/gui/CheatDlg.c:687
-msgid "&Copy"
-msgstr "&Copia"
-
-#: ../win32/gui/CheatDlg.c:688
-msgid "&Search"
-msgstr "&Cerca"
-
-#: ../win32/gui/CheatDlg.c:689
-msgid "&New Search"
-msgstr "&Nuova ricerca"
-
-#: ../win32/gui/CheatDlg.c:690
-msgid "C&lose"
-msgstr "C&hiudi"
-
-#: ../win32/gui/CheatDlg.c:692
-msgid "8-bit"
-msgstr "8-bit"
-
-#: ../win32/gui/CheatDlg.c:693
-msgid "16-bit"
-msgstr "16-bit"
-
-#: ../win32/gui/CheatDlg.c:694
-msgid "32-bit"
-msgstr "32-bit"
-
-#: ../win32/gui/CheatDlg.c:695
-msgid "Decimal"
-msgstr "Decimale"
-
-#: ../win32/gui/CheatDlg.c:696
-msgid "Hexadecimal"
-msgstr "Esadecimale"
-
-#: ../win32/gui/ConfigurePlugins.c:219
-msgid "Simulate Psx Bios"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:305
-msgid "Configuration not OK!"
-msgstr "La configurazione non è corretta!"
-
-#: ../win32/gui/ConfigurePlugins.c:305 ../gui/Cheat.c:155 ../gui/Cheat.c:251
-#: ../gui/LnxMain.c:418
-msgid "Error"
-msgstr "Errore"
-
-#: ../win32/gui/ConfigurePlugins.c:406
-msgid "This plugin reports that should work correctly"
-msgstr "Questo plugin dovrebbe funzionare correttamente"
-
-#: ../win32/gui/ConfigurePlugins.c:407
-msgid "This plugin reports that should not work correctly"
-msgstr "Questo plugin potrebbe non funzionare correttamente"
-
-#: ../win32/gui/ConfigurePlugins.c:463
-msgid "Select Plugins Directory"
-msgstr "Seleziona la cartella dei plugin"
-
-#: ../win32/gui/ConfigurePlugins.c:472
-msgid "Select Bios Directory"
-msgstr "Seleziona la cartella del bios"
-
-#: ../win32/gui/ConfigurePlugins.c:481
-msgid "Configuration"
-msgstr "Configurazione"
-
-#: ../win32/gui/ConfigurePlugins.c:485
-msgid "Graphics"
-msgstr "Video"
-
-#: ../win32/gui/ConfigurePlugins.c:486
-msgid "First Controller"
-msgstr "Primo controller"
-
-#: ../win32/gui/ConfigurePlugins.c:487
-msgid "Second Controller"
-msgstr "Secondo controller"
-
-#: ../win32/gui/ConfigurePlugins.c:488
-msgid "Sound"
-msgstr "Audio"
-
-#: ../win32/gui/ConfigurePlugins.c:489
-msgid "Cdrom"
-msgstr "Cdrom"
-
-#: ../win32/gui/ConfigurePlugins.c:490
-msgid "Bios"
-msgstr "Bios"
-
-#: ../win32/gui/ConfigurePlugins.c:491
-msgid "Set Bios Directory"
-msgstr "Imposta la cartella del bios"
-
-#: ../win32/gui/ConfigurePlugins.c:492
-msgid "Set Plugins Directory"
-msgstr "Imposta la cartella dei plugin"
-
-#: ../win32/gui/ConfigurePlugins.c:493 ../win32/gui/ConfigurePlugins.c:496
-#: ../win32/gui/ConfigurePlugins.c:499 ../win32/gui/ConfigurePlugins.c:502
-#: ../win32/gui/ConfigurePlugins.c:505 ../win32/gui/ConfigurePlugins.c:617
-msgid "Configure..."
-msgstr "Configura..."
-
-#: ../win32/gui/ConfigurePlugins.c:494 ../win32/gui/ConfigurePlugins.c:497
-#: ../win32/gui/ConfigurePlugins.c:500 ../win32/gui/ConfigurePlugins.c:503
-#: ../win32/gui/ConfigurePlugins.c:506 ../win32/gui/ConfigurePlugins.c:618
-msgid "Test..."
-msgstr "Prova..."
-
-#: ../win32/gui/ConfigurePlugins.c:495 ../win32/gui/ConfigurePlugins.c:498
-#: ../win32/gui/ConfigurePlugins.c:501 ../win32/gui/ConfigurePlugins.c:504
-#: ../win32/gui/ConfigurePlugins.c:507 ../win32/gui/ConfigurePlugins.c:619
-msgid "About..."
-msgstr "Informazioni..."
-
-#: ../win32/gui/ConfigurePlugins.c:612
-msgid "NetPlay Configuration"
-msgstr "Configurazione del NetPlay"
-
-#: ../win32/gui/ConfigurePlugins.c:616 ../plugins/dfnet/gui.c:31
-#: ../plugins/dfnet/gui.c:112
-msgid "NetPlay"
-msgstr "NetPlay"
-
-#: ../win32/gui/ConfigurePlugins.c:620
-msgid ""
-"Note: The NetPlay Plugin Directory should be the same as the other Plugins."
-msgstr ""
-"Nota: la cartella del plugin NetPlay dovrebbe essere la stessa degli altri "
-"plugin."
-
-#: ../win32/gui/plugin.c:90 ../win32/gui/WndMain.c:281
-#, c-format
-msgid "*PCSX*: Saved State %d"
-msgstr "*PCSX*: è stato salvato lo stato %d"
-
-#: ../win32/gui/plugin.c:91 ../win32/gui/WndMain.c:282
-#, c-format
-msgid "*PCSX*: Error Saving State %d"
-msgstr ""
-"*PCSX*: si è verificato un errore durante il salvataggio dello stato %d"
-
-#: ../win32/gui/plugin.c:107 ../win32/gui/WndMain.c:259
-#, c-format
-msgid "*PCSX*: Loaded State %d"
-msgstr "*PCSX*: è stato caricato lo stato %d"
-
-#: ../win32/gui/plugin.c:108 ../win32/gui/WndMain.c:260
-#, c-format
-msgid "*PCSX*: Error Loading State %d"
-msgstr ""
-"*PCSX*: si è verificato un errore durante il caricamento dello stato %d"
-
-#: ../win32/gui/plugin.c:119
-#, c-format
-msgid "*PCSX*: Sio Irq Always Enabled"
-msgstr "*PCSX*: sio irq è sempre abilitato"
-
-#: ../win32/gui/plugin.c:120
-#, c-format
-msgid "*PCSX*: Sio Irq Not Always Enabled"
-msgstr "*PCSX*: sio irq non è sempre abilitato"
-
-#: ../win32/gui/plugin.c:127
-#, c-format
-msgid "*PCSX*: Black&White Mdecs Only Enabled"
-msgstr "*PCSX*: abilita solo i filmati in bianco e nero"
-
-#: ../win32/gui/plugin.c:128
-#, c-format
-msgid "*PCSX*: Black&White Mdecs Only Disabled"
-msgstr "*PCSX*: disabilita solo i filmati in bianco e nero"
-
-#: ../win32/gui/plugin.c:135
-#, c-format
-msgid "*PCSX*: Xa Enabled"
-msgstr "*PCSX*: abilita Xa"
-
-#: ../win32/gui/plugin.c:136
-#, c-format
-msgid "*PCSX*: Xa Disabled"
-msgstr "*PCSX*: disabilita Xa"
-
-#: ../win32/gui/plugin.c:145
-msgid "*PCSX*: CdRom Case Opened"
-msgstr "*PCSX*: il vano del CdRom è aperto"
-
-#: ../win32/gui/plugin.c:150
-msgid "*PCSX*: CdRom Case Closed"
-msgstr "*PCSX*: il vano del CdRom è chiuso"
-
-#: ../win32/gui/plugin.c:177
-msgid "Connecting..."
-msgstr "Connessione in corso..."
-
-#: ../win32/gui/plugin.c:179 ../win32/gui/plugin.c:186
-#, c-format
-msgid "Please wait while connecting... %c\n"
-msgstr "Attendere prego, connessione in corso... %c\n"
-
-#: ../win32/gui/plugin.c:214
-msgid "Error Opening CDR Plugin"
-msgstr "Si è verificato un errore durante l'apertura del plugin del CD-ROM"
-
-#: ../win32/gui/plugin.c:277
-#, c-format
-msgid "Error Opening GPU Plugin (%d)"
-msgstr "Si è verificato un errore durante l'apertura del plugin della GPU (%d)"
-
-#: ../win32/gui/plugin.c:279
-#, c-format
-msgid "Error Opening SPU Plugin (%d)"
-msgstr "Si è verificato un errore durante l'apertura del plugin della SPU (%d)"
-
-#: ../win32/gui/plugin.c:282
-#, c-format
-msgid "Error Opening PAD1 Plugin (%d)"
-msgstr "Si è verificato un errore durante l'apertura del plugin del PAD1 (%d)"
-
-#: ../win32/gui/plugin.c:284
-#, c-format
-msgid "Error Opening PAD2 Plugin (%d)"
-msgstr "Si è verificato un errore durante l'apertura del plugin del PAD2 (%d)"
-
-#: ../win32/gui/plugin.c:314
-msgid "Error Closing CDR Plugin"
-msgstr "Si è verificato un errore durante la chiusura del plugin del CD-ROM"
-
-#: ../win32/gui/plugin.c:316
-msgid "Error Closing GPU Plugin"
-msgstr "Si è verificato un errore durante la chiusura del plugin della GPU"
-
-#: ../win32/gui/plugin.c:318
-msgid "Error Closing SPU Plugin"
-msgstr "Si è verificato un errore durante la chiusura del plugin della SPU"
-
-#: ../win32/gui/plugin.c:336
-#, c-format
-msgid "CDRinit error: %d"
-msgstr "CDRinit errore: %d"
-
-#: ../win32/gui/plugin.c:338
-#, c-format
-msgid "GPUinit error: %d"
-msgstr "GPUinit errore: %d"
-
-#: ../win32/gui/plugin.c:340
-#, c-format
-msgid "SPUinit error: %d"
-msgstr "SPUinit errore: %d"
-
-#: ../win32/gui/plugin.c:342
-#, c-format
-msgid "PAD1init error: %d"
-msgstr "PAD1init errore: %d"
-
-#: ../win32/gui/plugin.c:344
-#, c-format
-msgid "PAD2init error: %d"
-msgstr "PAD2init errore: %d"
-
-#: ../win32/gui/plugin.c:347
-#, c-format
-msgid "NETinit error: %d"
-msgstr "NETinit errore: %d"
-
-#: ../win32/gui/WndMain.c:76
-msgid "Arabic"
-msgstr "Arabo"
-
-#: ../win32/gui/WndMain.c:77
-msgid "Catalan"
-msgstr "Catalano"
-
-#: ../win32/gui/WndMain.c:78
-msgid "German"
-msgstr "Tedesco"
-
-#: ../win32/gui/WndMain.c:79
-msgid "Greek"
-msgstr "Greco"
-
-#: ../win32/gui/WndMain.c:80 ../win32/gui/WndMain.c:1566
-#: ../win32/gui/WndMain.c:1568
-msgid "English"
-msgstr "Inglese"
-
-#: ../win32/gui/WndMain.c:81
-msgid "Spanish"
-msgstr "Spagnolo"
-
-#: ../win32/gui/WndMain.c:82
-msgid "French"
-msgstr "Francese"
-
-#: ../win32/gui/WndMain.c:83
-msgid "Italian"
-msgstr "Italiano"
-
-#: ../win32/gui/WndMain.c:84
-msgid "Portuguese"
-msgstr "Portoghese"
-
-#: ../win32/gui/WndMain.c:85
-msgid "Portuguese (Brazilian)"
-msgstr "Portoghese (Brasiliano)"
-
-#: ../win32/gui/WndMain.c:86
-msgid "Romanian"
-msgstr "Rumeno"
-
-#: ../win32/gui/WndMain.c:87
-msgid "Russian"
-msgstr "Russo"
-
-#: ../win32/gui/WndMain.c:88
-msgid "Simplified Chinese"
-msgstr "Cinese semplificato"
-
-#: ../win32/gui/WndMain.c:89
-msgid "Traditional Chinese"
-msgstr "Cinese tradizionale"
-
-#: ../win32/gui/WndMain.c:90
-msgid "Japanese"
-msgstr "Giapponese"
-
-#: ../win32/gui/WndMain.c:91
-msgid "Korean"
-msgstr "Coreano"
-
-#: ../win32/gui/WndMain.c:300 ../win32/gui/WndMain.c:352
-msgid "PCSX State Format"
-msgstr "Formato dei salvataggi di PCSX"
-
-#: ../win32/gui/WndMain.c:327
-#, c-format
-msgid "*PCSX*: Loaded State %s"
-msgstr "*PCSX*: è stato caricato lo stato %s"
-
-#: ../win32/gui/WndMain.c:328
-#, c-format
-msgid "*PCSX*: Error Loading State %s"
-msgstr ""
-"*PCSX*: si è verificato un errore durante il caricamento dello stato %s"
-
-#: ../win32/gui/WndMain.c:379
-#, c-format
-msgid "*PCSX*: Saved State %s"
-msgstr "*PCSX*: è stato salvato lo stato %s"
-
-#: ../win32/gui/WndMain.c:380
-#, c-format
-msgid "*PCSX*: Error Saving State %s"
-msgstr ""
-"*PCSX*: si è verificato un errore durante il salvataggio dello stato %s"
-
-#: ../win32/gui/WndMain.c:429 ../win32/gui/WndMain.c:478 ../gui/Gtk2Gui.c:485
-#: ../gui/Gtk2Gui.c:610
-msgid "The CD does not appear to be a valid Playstation CD"
-msgstr "Il CD inserito non sembra essere un valido CD della Playstation"
-
-#: ../win32/gui/WndMain.c:435 ../win32/gui/WndMain.c:484 ../gui/Gtk2Gui.c:493
-#: ../gui/Gtk2Gui.c:618
-msgid "Could not load CD-ROM!"
-msgstr "Impossibile caricare il CD-ROM!"
-
-#: ../win32/gui/WndMain.c:445
-msgid "Running BIOS is not supported with Internal HLE Bios."
-msgstr "L'avvio del BIOS non è supportato dal bios interno HLE."
-
-#: ../win32/gui/WndMain.c:664 ../gui/MemcardDlg.c:62
-msgid "Title"
-msgstr "Titolo"
-
-#: ../win32/gui/WndMain.c:670 ../gui/MemcardDlg.c:68
-msgid "Status"
-msgstr "Stato"
-
-#: ../win32/gui/WndMain.c:676
-msgid "Game ID"
-msgstr "ID del gioco"
-
-#: ../win32/gui/WndMain.c:682
-msgid "Game"
-msgstr "Gioco"
-
-#: ../win32/gui/WndMain.c:864
-msgid "mid link block"
-msgstr "mid link block"
-
-#: ../win32/gui/WndMain.c:867
-msgid "terminiting link block"
-msgstr "terminiting link block"
-
-#: ../win32/gui/WndMain.c:875 ../gui/MemcardDlg.c:155 ../gui/MemcardDlg.c:260
-msgid "Deleted"
-msgstr "Eliminato"
-
-#: ../win32/gui/WndMain.c:876 ../win32/gui/WndMain.c:879
-#: ../gui/MemcardDlg.c:157 ../gui/MemcardDlg.c:161 ../gui/MemcardDlg.c:262
-#: ../gui/MemcardDlg.c:266
-msgid "Free"
-msgstr "Libero"
-
-#: ../win32/gui/WndMain.c:878 ../gui/MemcardDlg.c:159 ../gui/MemcardDlg.c:264
-msgid "Used"
-msgstr "Usato"
-
-#: ../win32/gui/WndMain.c:972
-msgid "Memcard Manager"
-msgstr "Gestore della memory card"
-
-#: ../win32/gui/WndMain.c:976 ../win32/gui/WndMain.c:979
-msgid "Select Mcd"
-msgstr "Seleziona la memory card"
-
-#: ../win32/gui/WndMain.c:977 ../win32/gui/WndMain.c:980
-msgid "Format Mcd"
-msgstr "Formatta la memory card"
-
-#: ../win32/gui/WndMain.c:978 ../win32/gui/WndMain.c:981
-msgid "Reload Mcd"
-msgstr "Ricarica la memory card"
-
-#: ../win32/gui/WndMain.c:982
-msgid "-> Copy ->"
-msgstr "-> Copia ->"
-
-#: ../win32/gui/WndMain.c:983
-msgid "<- Copy <-"
-msgstr "<- Copia <-"
-
-#: ../win32/gui/WndMain.c:984
-msgid "Paste"
-msgstr "Incolla"
-
-#: ../win32/gui/WndMain.c:985
-msgid "<- Un/Delete"
-msgstr "<- Non/Elimina"
-
-#: ../win32/gui/WndMain.c:986
-msgid "Un/Delete ->"
-msgstr "Non/Elimina ->"
-
-#: ../win32/gui/WndMain.c:988
-msgid "Memory Card 1"
-msgstr "Memory card 1"
-
-#: ../win32/gui/WndMain.c:989
-msgid "Memory Card 2"
-msgstr "Memory card 2"
-
-#: ../win32/gui/WndMain.c:1044
-msgid "Are you sure you want to paste this selection?"
-msgstr "Sei sicuro di voler incollare questa selezione?"
-
-#: ../win32/gui/WndMain.c:1044 ../win32/gui/WndMain.c:1155
-#: ../win32/gui/WndMain.c:1162
-msgid "Confirmation"
-msgstr "Conferma"
-
-#: ../win32/gui/WndMain.c:1155 ../win32/gui/WndMain.c:1162
-msgid "Are you sure you want to format this Memory Card?"
-msgstr "Sei sicuro di voler formattare questa memory card?"
-
-#: ../win32/gui/WndMain.c:1208
-msgid "Cpu Config"
-msgstr "Configurazione della Cpu"
-
-#: ../win32/gui/WndMain.c:1213
-msgid "Disable Xa Decoding"
-msgstr "Disabilita il decoding Xa"
-
-#: ../win32/gui/WndMain.c:1214
-msgid "Sio Irq Always Enabled"
-msgstr "Sio irq sempre abilitato"
-
-#: ../win32/gui/WndMain.c:1215
-msgid "Black && White Movies"
-msgstr "Filmati in bianco e nero"
-
-#: ../win32/gui/WndMain.c:1216
-msgid "Disable Cd audio"
-msgstr "Disabilita cd audio"
-
-#: ../win32/gui/WndMain.c:1217 ../data/pcsx.glade2:1595
-msgid "Autodetect"
-msgstr "Rileva automaticamente"
-
-#: ../win32/gui/WndMain.c:1218
-msgid "Enable Interpreter Cpu"
-msgstr "Abilita l'interprete della cpu"
-
-#: ../win32/gui/WndMain.c:1219 ../data/pcsx.glade2:1451
-msgid "Enable Console Output"
-msgstr "Abilita l'output sulla console"
-
-#: ../win32/gui/WndMain.c:1220 ../data/pcsx.glade2:1401
-msgid "Enable Debugger"
-msgstr "Abilita il debugger"
-
-#: ../win32/gui/WndMain.c:1221
-msgid "Spu Irq Always Enabled"
-msgstr "Spu irq sempre abilitato"
-
-#: ../win32/gui/WndMain.c:1222 ../data/pcsx.glade2:1538
-msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
-msgstr "Parasite Eve 2, Vandal Hearts 1/2 Fix"
-
-#: ../win32/gui/WndMain.c:1223 ../data/pcsx.glade2:1553
-msgid "InuYasha Sengoku Battle Fix"
-msgstr "InuYasha Sengoku Battle Fix"
-
-#: ../win32/gui/WndMain.c:1225
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:277
-#: ../plugins/dfinput/dfinput.glade2:448
-msgid "Options"
-msgstr "Opzioni"
-
-#: ../win32/gui/WndMain.c:1226
-msgid "Psx System Type"
-msgstr "Regione del sistema"
-
-#: ../win32/gui/WndMain.c:1330
-msgid "Psx Mcd Format (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
-msgstr ""
-"Formato memory card della psx (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
-
-#: ../win32/gui/WndMain.c:1335
-msgid "Psx Memory Card (*.mcr;*.mc)"
-msgstr "Memory card psx (*.mcr;*.mc)"
-
-#: ../win32/gui/WndMain.c:1340
-msgid "CVGS Memory Card (*.mem;*.vgs)"
-msgstr "Memory card CVSG (*.mem;*.vgs)"
-
-#: ../win32/gui/WndMain.c:1345
-msgid "Bleem Memory Card (*.mcd)"
-msgstr "Memory card bleem (*.mcd)"
-
-#: ../win32/gui/WndMain.c:1350
-msgid "DexDrive Memory Card (*.gme)"
-msgstr "Memory card DexDrive (*.gme)"
-
-#: ../win32/gui/WndMain.c:1355
-msgid "DataDeck Memory Card (*.ddf)"
-msgstr "Memory card DataDeck (*.ddf)"
-
-#: ../win32/gui/WndMain.c:1360 ../win32/gui/WndMain.c:1441 ../gui/Cheat.c:321
-#: ../gui/Gtk2Gui.c:422 ../gui/Gtk2Gui.c:561
-msgid "All Files"
-msgstr "Tutti i file"
-
-#: ../win32/gui/WndMain.c:1399
-msgid "Psx Exe Format"
-msgstr "Formato exe della Psx"
-
-#: ../win32/gui/WndMain.c:1436
-msgid "Psx Isos (*.iso;*.mdf;*.img;*.bin)"
-msgstr "ISO della psx (*.iso;*.mdf;*.img;*.bin)"
-
-#: ../win32/gui/WndMain.c:1512
-msgid "&File"
-msgstr "&File"
-
-#: ../win32/gui/WndMain.c:1513
-msgid "E&xit"
-msgstr "E&sci"
-
-#: ../win32/gui/WndMain.c:1515
-msgid "Run &EXE..."
-msgstr "Avvia &EXE..."
-
-#: ../win32/gui/WndMain.c:1516
-msgid "Run &BIOS"
-msgstr "Avvia &BIOS"
-
-#: ../win32/gui/WndMain.c:1517
-msgid "Run &ISO..."
-msgstr "Avvia &ISO..."
-
-#: ../win32/gui/WndMain.c:1518
-msgid "Run &CD"
-msgstr "Avvia &CD"
-
-#: ../win32/gui/WndMain.c:1520
-msgid "&Emulator"
-msgstr "&Emulatore"
-
-#: ../win32/gui/WndMain.c:1521
-msgid "&States"
-msgstr "&Stati"
-
-#: ../win32/gui/WndMain.c:1523
-msgid "S&witch ISO..."
-msgstr "C&ambia ISO..."
-
-#: ../win32/gui/WndMain.c:1525
-msgid "Re&set"
-msgstr "Re&setta"
-
-#: ../win32/gui/WndMain.c:1526
-msgid "&Run"
-msgstr "&Avvia"
-
-#: ../win32/gui/WndMain.c:1527
-msgid "&Save"
-msgstr "&Salva"
-
-#: ../win32/gui/WndMain.c:1528
-msgid "&Load"
-msgstr "&Carica"
-
-#: ../win32/gui/WndMain.c:1529 ../win32/gui/WndMain.c:1535
-msgid "&Other..."
-msgstr "&Altro..."
-
-#: ../win32/gui/WndMain.c:1530 ../win32/gui/WndMain.c:1536
-msgid "Slot &5"
-msgstr "Slot &5"
-
-#: ../win32/gui/WndMain.c:1531 ../win32/gui/WndMain.c:1537
-msgid "Slot &4"
-msgstr "Slot &4"
-
-#: ../win32/gui/WndMain.c:1532 ../win32/gui/WndMain.c:1538
-msgid "Slot &3"
-msgstr "Slot &3"
-
-#: ../win32/gui/WndMain.c:1533 ../win32/gui/WndMain.c:1539
-msgid "Slot &2"
-msgstr "Slot &2"
-
-#: ../win32/gui/WndMain.c:1534 ../win32/gui/WndMain.c:1540
-msgid "Slot &1"
-msgstr "Slot &1"
-
-#: ../win32/gui/WndMain.c:1542
-msgid "&Configuration"
-msgstr "&Configurazione"
-
-#: ../win32/gui/WndMain.c:1543
-msgid "Cheat &Search..."
-msgstr "Cerca &cheat..."
-
-#: ../win32/gui/WndMain.c:1544
-msgid "Ch&eat Code..."
-msgstr "Codice ch&eat..."
-
-#: ../win32/gui/WndMain.c:1547
-msgid "&Language"
-msgstr "&Lingua"
-
-#: ../win32/gui/WndMain.c:1572
-msgid "&Memory cards..."
-msgstr "&Memory card..."
-
-#: ../win32/gui/WndMain.c:1573
-msgid "C&PU..."
-msgstr "C&PU..."
-
-#: ../win32/gui/WndMain.c:1575
-msgid "&NetPlay..."
-msgstr "&NetPlay..."
-
-#: ../win32/gui/WndMain.c:1577
-msgid "&Controllers..."
-msgstr "&Controller..."
-
-#: ../win32/gui/WndMain.c:1578
-msgid "CD-&ROM..."
-msgstr "CD-&ROM..."
-
-#: ../win32/gui/WndMain.c:1579
-msgid "&Sound..."
-msgstr "&Audio..."
-
-#: ../win32/gui/WndMain.c:1580
-msgid "&Graphics..."
-msgstr "&Video..."
-
-#: ../win32/gui/WndMain.c:1582
-msgid "&Plugins && Bios..."
-msgstr "&Plugin e Bios..."
-
-#: ../win32/gui/WndMain.c:1584
-msgid "&Help"
-msgstr "&Aiuto"
-
-#: ../win32/gui/WndMain.c:1585
-msgid "&About..."
-msgstr "&Informazioni..."
-
-#: ../win32/gui/WndMain.c:1764
-msgid "Pcsx Msg"
-msgstr "Messaggio di pcsx"
-
-#: ../win32/gui/WndMain.c:1767
-msgid "Error Loading Symbol"
-msgstr "Si è verificato un errore durante il caricamento del simbolo"
-
-#: ../gui/AboutDlg.c:74
-msgid ""
-"(C) 1999-2003 PCSX Team\n"
-"(C) 2005-2009 PCSX-df Team\n"
-"(C) 2009-2010 PCSX-Reloaded Team"
-msgstr ""
-
-#: ../gui/AboutDlg.c:79
-#, fuzzy
-msgid ""
-"This program is free software; you can redistribute it and/or modify it "
-"under the terms of the GNU General Public License as published by the Free "
-"Software Foundation; either version 2 of the License, or (at your option) "
-"any later version.\n"
-"\n"
-"This program is distributed in the hope that it will be useful, but WITHOUT "
-"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
-"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
-"more details.\n"
-"\n"
-"You should have received a copy of the GNU General Public License along with "
-"this program; if not, write to the Free Software Foundation, Inc., 51 "
-"Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA."
-msgstr ""
-"This program is free software; you can redistribute it\n"
-"and/or modify it under the terms of the GNU General\n"
-"Public License as published by the Free Software\n"
-"Foundation; either version 2 of the License, or (at your\n"
-"option) any later version.\n"
-"\n"
-"This program is distributed in the hope that it will be\n"
-"useful, but WITHOUT ANY WARRANTY; without even\n"
-"the implied warranty of MERCHANTABILITY or\n"
-"FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-"GNU General Public License for more details.\n"
-"\n"
-"You should have received a copy of the GNU General\n"
-"Public License along with this program; if not, write to\n"
-"the Free Software Foundation, Inc."
-
-#: ../gui/AboutDlg.c:102
-msgid "translator-credits"
-msgstr ""
-"Traduzione italiana a cura di Giovanni Scafora <giovanni@archlinux.org>"
-
-#: ../gui/AboutDlg.c:103
-msgid "A PlayStation emulator."
-msgstr "Un emulatore della PlayStation."
-
-#: ../gui/Cheat.c:117 ../gui/Cheat.c:202
-msgid "Cheat Description:"
-msgstr "Descrizione del cheat:"
-
-#: ../gui/Cheat.c:306
-msgid "Open Cheat File"
-msgstr "Apri il file del cheat"
-
-#: ../gui/Cheat.c:316 ../gui/Cheat.c:356
-msgid "PCSX Cheat Code Files (*.cht)"
-msgstr "File cheat di PCSX (*.cht)"
-
-#: ../gui/Cheat.c:346
-msgid "Save Cheat File"
-msgstr "Salva il file del cheat"
-
-#: ../gui/Cheat.c:361
-msgid "All Files (*.*)"
-msgstr "Tutti i file (*.*)"
-
-#: ../gui/Cheat.c:394 ../gui/Cheat.c:1124 ../gui/ConfDlg.c:104
-#: ../gui/ConfDlg.c:200 ../gui/DebugMemory.c:259
-msgid "Error: Glade interface could not be loaded!"
-msgstr "Errore: impossibile caricare l'interfaccia di glade!"
-
-#: ../gui/Cheat.c:399
-msgid "Cheat Codes"
-msgstr "Codici cheat"
-
-#: ../gui/Cheat.c:405
-msgid "Enable"
-msgstr "Abilita"
-
-#: ../gui/Cheat.c:630
-msgid "Freeze value"
-msgstr "Blocca valore"
-
-#: ../gui/Cheat.c:729
-msgid "Modify value"
-msgstr "Modifica il valore"
-
-#: ../gui/Cheat.c:737
-msgid "New value:"
-msgstr "Nuovo valore:"
-
-#: ../gui/Cheat.c:1134
-msgid "Search Results"
-msgstr "Risultati della ricerca"
-
-#: ../gui/ConfDlg.c:112 ../data/pcsx.glade2:778
-msgid "Configure PCSX"
-msgstr "Configura PCSX"
-
-#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
-#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
-msgid "No configuration required"
-msgstr "Non necessita di essere configurato"
-
-#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
-#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
-msgid "This plugin doesn't need to be configured."
-msgstr "Questo plugin non necessita di essere configurato."
-
-#: ../gui/ConfDlg.c:581
-#, c-format
-msgid "Could not open BIOS directory: '%s'\n"
-msgstr "Impossibile aprire la cartella del BIOS: '%s'\n"
-
-#: ../gui/ConfDlg.c:611 ../gui/ConfDlg.c:704 ../gui/LnxMain.c:168
-#, c-format
-msgid "Could not open directory: '%s'\n"
-msgstr "Impossibile aprire la cartella: '%s'\n"
-
-#: ../gui/ConfDlg.c:675
-msgid "Simulate PSX BIOS"
-msgstr ""
-
-#: ../gui/DebugMemory.c:103 ../data/pcsx.glade2:3178
-msgid "Memory Dump"
-msgstr ""
-
-#: ../gui/DebugMemory.c:111
-#, fuzzy
-msgid "Start Address (Hexadecimal):"
-msgstr "Esadecimale"
-
-#: ../gui/DebugMemory.c:121
-msgid "Length (Decimal):"
-msgstr ""
-
-#: ../gui/DebugMemory.c:147
-msgid "Dump to File"
-msgstr ""
-
-#: ../gui/DebugMemory.c:162
-#, fuzzy, c-format
-msgid "Error writing to %s!"
-msgstr "Si è verificato un errore durante il salvataggio dello stato %s!"
-
-#: ../gui/DebugMemory.c:180
-#, fuzzy
-msgid "Memory Patch"
-msgstr "Memory card 1"
-
-#: ../gui/DebugMemory.c:188 ../data/pcsx.glade2:3199
-#, fuzzy
-msgid "Address (Hexadecimal):"
-msgstr "Esadecimale"
-
-#: ../gui/DebugMemory.c:198
-#, fuzzy
-msgid "Value (Hexa string):"
-msgstr "Esadecimale"
-
-#: ../gui/DebugMemory.c:264
-#, fuzzy
-msgid "Memory Viewer"
-msgstr "Memory card 1"
-
-#: ../gui/DebugMemory.c:269
-#, fuzzy
-msgid "Address"
-msgstr "Indirizzo:"
-
-#: ../gui/DebugMemory.c:287
-#, fuzzy
-msgid "Text"
-msgstr "Strutture"
-
-#: ../gui/Gtk2Gui.c:113
-msgid "Ready"
-msgstr "Pronto"
-
-#: ../gui/Gtk2Gui.c:154
-msgid "Emulation Paused."
-msgstr "L'emulazione è stata messa in pausa."
-
-#: ../gui/Gtk2Gui.c:405
-msgid "Select PSX EXE File"
-msgstr "Seleziona un file EXE della PSX"
-
-#: ../gui/Gtk2Gui.c:418
-msgid "PlayStation Executable Files"
-msgstr "File eseguibili della PlayStation"
-
-#: ../gui/Gtk2Gui.c:454
-msgid "Not a valid PSX file"
-msgstr "Non è un file valido della PSX"
-
-#: ../gui/Gtk2Gui.c:454
-msgid "The file does not appear to be a valid Playstation executable"
-msgstr "Il file non sembra essere un eseguibile valido della Playstation"
-
-#: ../gui/Gtk2Gui.c:485 ../gui/Gtk2Gui.c:610
-msgid "CD ROM failed"
-msgstr "Si è verificato un problema con il CD ROM"
-
-#: ../gui/Gtk2Gui.c:493 ../gui/Gtk2Gui.c:618
-msgid "The CD-ROM could not be loaded"
-msgstr "Impossibile caricare il CD-ROM"
-
-#: ../gui/Gtk2Gui.c:507
-msgid "Could not run BIOS"
-msgstr "Impossibile avviare il BIOS"
-
-#: ../gui/Gtk2Gui.c:507
-msgid "Running BIOS is not supported with Internal HLE BIOS."
-msgstr "L'avvio del BIOS non è supportato con il BIOS HLE interno."
-
-#: ../gui/Gtk2Gui.c:536
-msgid "Open PSX Disc Image File"
-msgstr "Apri il file immagine del disco PSX"
-
-#: ../gui/Gtk2Gui.c:556
-msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
-msgstr "File immagine PSX (*.bin, *.img, *.mdf, *.iso)"
-
-#: ../gui/Gtk2Gui.c:771
-#, c-format
-msgid "Loaded state %s."
-msgstr "È stato caricato lo stato %s."
-
-#: ../gui/Gtk2Gui.c:774
-#, c-format
-msgid "Error loading state %s!"
-msgstr "Si è verificato un errore durante il caricamento dello stato %s!"
-
-#: ../gui/Gtk2Gui.c:785
-#, c-format
-msgid "Saved state %s."
-msgstr "È stato salvato lo stato %s."
-
-#: ../gui/Gtk2Gui.c:787
-#, c-format
-msgid "Error saving state %s!"
-msgstr "Si è verificato un errore durante il salvataggio dello stato %s!"
-
-#: ../gui/Gtk2Gui.c:822 ../gui/Gtk2Gui.c:850
-msgid "Select State File"
-msgstr "Seleziona il file dello stato"
-
-#: ../gui/Gtk2Gui.c:893
-msgid "Notice"
-msgstr "Avviso"
-
-#: ../gui/LnxMain.c:62
-#, c-format
-msgid "Creating memory card: %s\n"
-msgstr "Creazione in corso della memory card: %s\n"
-
-#: ../gui/LnxMain.c:325
-msgid ""
-" pcsx [options] [file]\n"
-"\toptions:\n"
-"\t-runcd\t\tRuns CD-ROM\n"
-"\t-cdfile FILE\tRuns a CD image file\n"
-"\t-nogui\t\tDon't open the GTK GUI\n"
-"\t-cfg FILE\tLoads desired configuration file (default: ~/.pcsx/pcsx.cfg)\n"
-"\t-psxout\t\tEnable PSX output\n"
-"\t-load STATENUM\tLoads savestate STATENUM (1-5)\n"
-"\t-h -help\tDisplay this message\n"
-"\tfile\t\tLoads file\n"
-msgstr ""
-" pcsx [opzioni] [file]\n"
-"\topzioni:\n"
-"\t-runcd\t\tAvvia il CD-ROM\n"
-"\t-cdfile FILE\tAvvia un immagine del CD\n"
-"\t-nogui\t\tNon apre la GUI GTK\n"
-"\t-cfg FILE\tCarica il file della configurazione desiderata (default: ~/."
-"pcsx/pcsx.cfg)\n"
-"\t-psxout\t\tAbilita l'output della PSX\n"
-"\t-load STATENUM\tCarica salvataggio (1-5)\n"
-"\t-h -help\tVisualizza questo messaggio\n"
-"\tfile\t\tCarica un file\n"
-
-#: ../gui/LnxMain.c:362
-#, c-format
-msgid ""
-"PCSX cannot be configured without using the GUI -- you should restart "
-"without -nogui.\n"
-msgstr ""
-"PCSX non può essere configurato senza una GUI, dovresti riavviare senza "
-"l'opzione -nogui.\n"
-
-#: ../gui/LnxMain.c:418
-msgid "Failed loading plugins!"
-msgstr "Il caricamento dei plugin non è andato a buon fine!"
-
-#: ../gui/LnxMain.c:435
-#, c-format
-msgid "Could not load CD-ROM!\n"
-msgstr "Impossibile caricare il CD-ROM!\n"
-
-#: ../gui/LnxMain.c:466
-#, c-format
-msgid "PSX emulator couldn't be initialized.\n"
-msgstr "Impossibile inizializzare l'emulatore PSX.\n"
-
-#: ../gui/MemcardDlg.c:56
-msgid "Icon"
-msgstr "Icona"
-
-#: ../gui/MemcardDlg.c:74
-msgid "ID"
-msgstr "ID"
-
-#: ../gui/MemcardDlg.c:80
-msgid "Name"
-msgstr "Nome"
-
-#: ../gui/MemcardDlg.c:323
-msgid "Select A File"
-msgstr "Seleziona un file"
-
-#: ../gui/MemcardDlg.c:364
-msgid "Format this Memory Card?"
-msgstr "Formatto questa memory card?"
-
-#: ../gui/MemcardDlg.c:366
-msgid ""
-"If you format the memory card, the card will be empty, and any existing data "
-"overwritten."
-msgstr ""
-"Se formatti la memory card, questa sarà svuotata e tutti i dati esistenti "
-"saranno sovrascritti."
-
-#: ../gui/MemcardDlg.c:369
-msgid "Format card"
-msgstr "Formatta la memory card"
-
-#: ../gui/MemcardDlg.c:393
-msgid "Create a new Memory Card"
-msgstr "Crea una nuova memory card"
-
-#: ../gui/MemcardDlg.c:402
-msgid "New Memory Card.mcd"
-msgstr "Nuova memory card.mcd"
-
-#: ../gui/MemcardDlg.c:503
-msgid "No free space on memory card"
-msgstr "Non c'è spazio libero sulla memory card"
-
-#: ../gui/MemcardDlg.c:504
-msgid ""
-"There are no free slots available on the target memory card. Please delete a "
-"slot first."
-msgstr ""
-"Non vi sono slot liberi disponibili nella memory card. Elimina almeno uno "
-"slot."
-
-#: ../gui/MemcardDlg.c:667
-msgid "Memory Card Manager"
-msgstr "Gestore della memory card"
-
-#: ../gui/Plugin.c:211 ../data/pcsx.glade2:1487
-#, c-format
-msgid "SIO IRQ Always Enabled"
-msgstr "SIO IRQ sempre abilitato"
-
-#: ../gui/Plugin.c:212
-#, c-format
-msgid "SIO IRQ Not Always Enabled"
-msgstr "SIO IRQ non sempre abilitato"
-
-#: ../gui/Plugin.c:218
-#, c-format
-msgid "Black & White Mdecs Only Enabled"
-msgstr "Abilita solo i filmati in bianco e nero"
-
-#: ../gui/Plugin.c:219
-#, c-format
-msgid "Black & White Mdecs Only Disabled"
-msgstr "Disabilita solo i filmati in bianco e nero"
-
-#: ../gui/Plugin.c:225
-#, c-format
-msgid "XA Enabled"
-msgstr "XA abilitato"
-
-#: ../gui/Plugin.c:226
-#, c-format
-msgid "XA Disabled"
-msgstr "XA disabilitato"
-
-#: ../gui/Plugin.c:288
-msgid "Error opening CD-ROM plugin!"
-msgstr "Si è verificato un errore durante l'apertura del plugin del CD-ROM!"
-
-#: ../gui/Plugin.c:290
-msgid "Error opening SPU plugin!"
-msgstr "Si è verificato un errore durante l'apertura del plugin della SPU!"
-
-#: ../gui/Plugin.c:293
-msgid "Error opening GPU plugin!"
-msgstr "Si è verificato un errore durante l'apertura del plugin della GPU!"
-
-#: ../gui/Plugin.c:295
-msgid "Error opening Controller 1 plugin!"
-msgstr ""
-"Si è verificato un errore durante l'apertura del plugin del controller 1!"
-
-#: ../gui/Plugin.c:297
-msgid "Error opening Controller 2 plugin!"
-msgstr ""
-"Si è verificato un errore durante l'apertura del plugin del controller 2!"
-
-#: ../gui/Plugin.c:377
-msgid "Error closing CD-ROM plugin!"
-msgstr "Si è verificato un errore durante la chiusura del plugin del CD-ROM!"
-
-#: ../gui/Plugin.c:379
-msgid "Error closing SPU plugin!"
-msgstr "Si è verificato un errore durante la chiusura del plugin della SPU!"
-
-#: ../gui/Plugin.c:381
-msgid "Error closing Controller 1 Plugin!"
-msgstr ""
-"Si è verificato un errore durante la chiusura del plugin del controller 1!"
-
-#: ../gui/Plugin.c:383
-msgid "Error closing Controller 2 plugin!"
-msgstr ""
-"Si è verificato un errore durante la chiusura del plugin del controller 2!"
-
-#: ../gui/Plugin.c:385
-msgid "Error closing GPU plugin!"
-msgstr "Si è verificato un errore durante la chiusura del plugin della GPU!"
-
-#: ../libpcsxcore/cdriso.c:658
-#, c-format
-msgid "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n"
-msgstr ""
-
-#: ../libpcsxcore/cdriso.c:677
-#, c-format
-msgid "Loaded CD Image: %s"
-msgstr "È stata caricata l'immagine del CD: %s"
-
-#: ../libpcsxcore/cheat.c:147
-#, c-format
-msgid "Cheats loaded from: %s\n"
-msgstr "Cheat caricati da: %s\n"
-
-#: ../libpcsxcore/cheat.c:179
-#, c-format
-msgid "Cheats saved to: %s\n"
-msgstr "Cheat salvati in: %s\n"
-
-#: ../libpcsxcore/cheat.c:322 ../libpcsxcore/cheat.c:443
-msgid "(Untitled)"
-msgstr "(Senza titolo)"
-
-#: ../libpcsxcore/debug.c:317
-msgid "Error allocating memory"
-msgstr "Si è verificato un errore durante l'allocazione della memoria"
-
-#: ../libpcsxcore/debug.c:322
-msgid "Unable to start debug server.\n"
-msgstr "Impossibile avviare il server del debug.\n"
-
-#: ../libpcsxcore/debug.c:326
-msgid "Debugger started.\n"
-msgstr "Il debugger è stato avviato.\n"
-
-#: ../libpcsxcore/debug.c:333
-msgid "Debugger stopped.\n"
-msgstr "Il debugger è stato fermato.\n"
-
-#: ../libpcsxcore/misc.c:388
-#, c-format
-msgid "Error opening file: %s.\n"
-msgstr "Si è verificato un errore durante l'apertura del file: %s.\n"
-
-#: ../libpcsxcore/misc.c:428
-#, c-format
-msgid "Unknown CPE opcode %02x at position %08x.\n"
-msgstr "Opcode CPE sconosciuto %02x alla posizione %08x.\n"
-
-#: ../libpcsxcore/misc.c:435
-msgid "COFF files not supported.\n"
-msgstr "File COFF non supportato.\n"
-
-#: ../libpcsxcore/misc.c:439
-msgid "This file does not appear to be a valid PSX file.\n"
-msgstr "Questo file non sembra essere un file valido di PSX.\n"
-
-#: ../libpcsxcore/plugins.c:181
-#, c-format
-msgid "Error loading %s: %s"
-msgstr "Si è verificato un errore durante il caricamento di %s: %s"
-
-#: ../libpcsxcore/plugins.c:227
-#, c-format
-msgid "Could not load GPU plugin %s!"
-msgstr "Impossibile caricare il plugin %s della GPU!"
-
-#: ../libpcsxcore/plugins.c:298
-#, c-format
-msgid "Could not load CD-ROM plugin %s!"
-msgstr "Impossibile caricare il plugin %s del CD-ROM!"
-
-#: ../libpcsxcore/plugins.c:346
-#, c-format
-msgid "Could not load SPU plugin %s!"
-msgstr "Impossibile caricare il plugin %s della SPU!"
-
-#: ../libpcsxcore/plugins.c:483
-#, c-format
-msgid "Could not load Controller 1 plugin %s!"
-msgstr "Impossibile caricare il plugin %s del controller 1!"
-
-#: ../libpcsxcore/plugins.c:537
-#, c-format
-msgid "Could not load Controller 2 plugin %s!"
-msgstr "Impossibile caricare il plugin %s del controller 2!"
-
-#: ../libpcsxcore/plugins.c:580
-#, c-format
-msgid "Could not load NetPlay plugin %s!"
-msgstr "Impossibile caricare il plugin %s di NetPlay!"
-
-#: ../libpcsxcore/plugins.c:660
-#, fuzzy, c-format
-msgid "Could not load SIO1 plugin %s!"
-msgstr "Impossibile caricare il plugin %s della SPU!"
-
-#: ../libpcsxcore/plugins.c:745
-#, c-format
-msgid "Error initializing CD-ROM plugin: %d"
-msgstr ""
-"Si è verificato un errore durante l'inizializzazione del plugin del CD-ROM: %"
-"d"
-
-#: ../libpcsxcore/plugins.c:747
-#, c-format
-msgid "Error initializing GPU plugin: %d"
-msgstr ""
-"Si è verificato un errore durante l'inizializzazione del plugin della GPU: %d"
-
-#: ../libpcsxcore/plugins.c:749
-#, c-format
-msgid "Error initializing SPU plugin: %d"
-msgstr ""
-"Si è verificato un errore durante l'inizializzazione del plugin della SPU: %d"
-
-#: ../libpcsxcore/plugins.c:751
-#, c-format
-msgid "Error initializing Controller 1 plugin: %d"
-msgstr ""
-"Si è verificato un errore durante l'inizializzazione del plugin del "
-"controller 1: %d"
-
-#: ../libpcsxcore/plugins.c:753
-#, c-format
-msgid "Error initializing Controller 2 plugin: %d"
-msgstr ""
-"Si è verificato un errore durante l'inizializzazione del plugin del "
-"controller 2: %d"
-
-#: ../libpcsxcore/plugins.c:757
-#, c-format
-msgid "Error initializing NetPlay plugin: %d"
-msgstr ""
-"Si è verificato un errore durante l'inizializzazione del plugin di NetPlay: %"
-"d"
-
-#: ../libpcsxcore/plugins.c:762
-#, fuzzy, c-format
-msgid "Error initializing SIO1 plugin: %d"
-msgstr ""
-"Si è verificato un errore durante l'inizializzazione del plugin della SPU: %d"
-
-#: ../libpcsxcore/plugins.c:765
-msgid "Plugins loaded.\n"
-msgstr "Plugin caricati.\n"
-
-#: ../libpcsxcore/ppf.c:216
-#, c-format
-msgid "Invalid PPF patch: %s.\n"
-msgstr "Patch PPF non valida: %s.\n"
-
-#: ../libpcsxcore/ppf.c:292
-#, c-format
-msgid "Unsupported PPF version (%d).\n"
-msgstr "Versione PPF non supportata (%d).\n"
-
-#: ../libpcsxcore/ppf.c:331
-#, c-format
-msgid "Loaded PPF %d.0 patch: %s.\n"
-msgstr "Caricata la patch PPF %d.0: %s.\n"
-
-#: ../libpcsxcore/psxmem.c:80
-msgid "Error allocating memory!"
-msgstr "Si è verificato un errore durante l'allocazione della memoria!"
-
-#: ../libpcsxcore/psxmem.c:122
-#, c-format
-msgid "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
-msgstr "Impossibile aprire il BIOS:\"%s\". Sto abilitando il bios HLE!\n"
-
-#: ../libpcsxcore/r3000a.c:33
-#, c-format
-msgid "Running PCSX Version %s (%s).\n"
-msgstr "Avvio in corso di PCSX versione %s (%s).\n"
-
-#: ../libpcsxcore/sio.c:345
-msgid "Connection closed!\n"
-msgstr "Connessione chiusa!\n"
-
-#: ../libpcsxcore/sio.c:371
-#, c-format
-msgid "No memory card value was specified - creating a default card %s\n"
-msgstr ""
-"Nessun valore specificato per la memory card, sto creando una card di "
-"default %s\n"
-
-#: ../libpcsxcore/sio.c:375
-#, c-format
-msgid "The memory card %s doesn't exist - creating it\n"
-msgstr "La memory card %s non esiste, la sto creando\n"
-
-#: ../libpcsxcore/sio.c:391
-#, c-format
-msgid "Memory card %s failed to load!\n"
-msgstr "Impossibile caricare la memory card %s!\n"
-
-#: ../libpcsxcore/sio.c:395
-#, c-format
-msgid "Loading memory card %s\n"
-msgstr "Sto caricando la memory card %s\n"
-
-#: ../plugins/dfxvideo/gpu.c:55
-msgid "SoftGL Driver"
-msgstr "Driver SoftGL"
-
-#: ../plugins/dfxvideo/gpu.c:56
-msgid ""
-"P.E.Op.S. SoftGL Driver V1.17\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-"Driver P.E.Op.S. SoftGL V1.17\n"
-"Scritto da Pete Bernert e dal team P.E.Op.S.\n"
-
-#: ../plugins/dfxvideo/gpu.c:58
-msgid "XVideo Driver"
-msgstr "Driver XVideo"
-
-#: ../plugins/dfxvideo/gpu.c:59
-msgid ""
-"P.E.Op.S. Xvideo Driver V1.17\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-"Driver P.E.Op.S. Xvideo V1.17\n"
-"Scritto da Pete Bernert e dal team P.E.Op.S.\n"
-
-#: ../plugins/dfxvideo/gpu.c:62
-msgid "Pete Bernert and the P.E.Op.S. team"
-msgstr "Pete Bernert ed il team P.E.Op.S."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:8
-msgid "Configure X11 Video"
-msgstr "Configura X11 Video"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:45
-msgid "Initial Window Size:"
-msgstr "Dimensione iniziale della finestra:"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:56
-msgid "Stretching:"
-msgstr "Allungamento:"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:69
-msgid "Dithering:"
-msgstr "Retinatura:"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:82
-msgid ""
-"320x240\n"
-"640x480\n"
-"800x600\n"
-"1024x768\n"
-"1152x864\n"
-"1280x1024\n"
-"1600x1200"
-msgstr ""
-"320x240\n"
-"640x480\n"
-"800x600\n"
-"1024x768\n"
-"1152x864\n"
-"1280x1024\n"
-"1600x1200"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:101
-msgid ""
-"0: None\n"
-"1: 2xSai\n"
-"2: 2xSuperSai\n"
-"3: SuperEagle\n"
-"4: Scale2x\n"
-"5: Scale3x\n"
-"6: HQ2X\n"
-"7: HQ3X"
-msgstr ""
-"0: Nessuno\n"
-"1: 2xSai\n"
-"2: 2xSuperSai\n"
-"3: SuperEagle\n"
-"4: Scala2x\n"
-"5: Scala3x\n"
-"6: HQ2X\n"
-"7: HQ3X"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:123
-msgid ""
-"0: Off (fastest)\n"
-"1: Game dependant\n"
-"2: Always"
-msgstr ""
-"0: Disattivato (più veloce)\n"
-"1: Dipendente dal gioco\n"
-"2: Sempre"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:146
-msgid "Maintain 4:3 Aspect Ratio"
-msgstr "Mantiene la proporzione dell'aspetto a 4:3"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:161
-#: ../plugins/peopsxgl/gpucfg/interface.c:322
-msgid "Fullscreen"
-msgstr "Schermo intero"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:165
-msgid "Toggle windowed/fullscreen mode."
-msgstr "Commuta modo finestra/schermo intero."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:187
-msgid "<b>Screen</b>"
-msgstr "<b>Schermo</b>"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:216
-msgid "Show FPS"
-msgstr "Visualizza gli FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:220
-msgid "Toggle whether the FPS will be shown."
-msgstr "Commuta quando saranno visualizzati gli FPS."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:232
-msgid "Autodetect FPS limit"
-msgstr "Rileva automaticamente il limite degli FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:236
-msgid "Enable this if games display too quickly."
-msgstr "Abilita se i giochi sono visualizzati troppo rapidamente."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:249
-msgid "Enable frame skipping"
-msgstr "Abilita il salto dei frame"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:253
-msgid "Skip frames when rendering."
-msgstr "Salta i frame durante il rendering."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:270
-msgid "Set FPS"
-msgstr "Imposta gli FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:287
-msgid "200.0"
-msgstr "200.0"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:310
-msgid "<b>Framerate</b>"
-msgstr "<b>Framerate</b>"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:339
-#: ../plugins/peopsxgl/gpucfg/interface.c:568
-msgid "Use game fixes"
-msgstr "Usa le difficoltà del gioco"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:366
-msgid "better g-colors, worse textures"
-msgstr "Miglior g-color, strutture poco definite"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:381
-msgid "Needed by Dark Forces"
-msgstr "Richiesto da Dark Forces"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:394
-msgid "Draw quads with triangles"
-msgstr "Disegna quadrati con trinagoli"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:410
-msgid "Repeated flat tex triangles"
-msgstr "Triangoli della struttura piana ripetuti"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:426
-msgid "Disable CPU Saving"
-msgstr "Disabilita il salvataggio della CPU"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:442
-msgid "Odd/even bit hack"
-msgstr "Hack del bit dispari/pari"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:458
-msgid "For precise framerate"
-msgstr "Per framerate preciso"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:473
-msgid "Better FPS limit in some"
-msgstr "Miglior limite degli FPS in qualche"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:486
-msgid "PC FPS calculation"
-msgstr "Calcolo degli FPS del PC"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:504
-msgid "Pandemonium 2"
-msgstr "Pandemonium 2"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:517
-msgid "Lazy screen update"
-msgstr "Aggiorna schermo pigro"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:535
-msgid "Skip every second frame"
-msgstr "Salta ogni secondo frame"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:548
-#: ../plugins/peopsxgl/gpucfg/interface.c:640
-msgid "Old frame skipping"
-msgstr "Vecchio salto del frame"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:564
-msgid "Expand screen width"
-msgstr "Espandi la larghezza dello schermo"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:580
-msgid "Ignore brightness color"
-msgstr "Ignora il colore della luminosità"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:596
-msgid "Disable coordinate check"
-msgstr "Disabilita il controllo della coordinata"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:614
-msgid "Chrono Cross"
-msgstr "Chrono Cross"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:627
-msgid "Capcom fighting games"
-msgstr "Giochi di combattimento della Capcom"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:642
-msgid "Black screens in Lunar"
-msgstr "Schermi neri in Lunar"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:657
-msgid "Compatibility mode"
-msgstr "Modo di compatibilità"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:670
-#, fuzzy
-msgid "Fake 'gpu busy' states"
-msgstr "Simula lo stato di 'gpu occupata'"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:688
-msgid "Toggle busy flags after drawing"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:713
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:268
-msgid "<b>Compatibility</b>"
-msgstr "<b>Compatibilità</b>"
-
-#: ../data/pcsx.glade2:7
-msgid "PCSX"
-msgstr "PCSX"
-
-#: ../data/pcsx.glade2:21
-msgid "_File"
-msgstr "_File"
-
-#: ../data/pcsx.glade2:27
-msgid "Run _CD"
-msgstr "Avvia _CD"
-
-#: ../data/pcsx.glade2:45
-msgid "Run _ISO..."
-msgstr "Avvia _ISO..."
-
-#: ../data/pcsx.glade2:62
-msgid "Run _BIOS"
-msgstr "Avvia _BIOS"
-
-#: ../data/pcsx.glade2:79
-msgid "Run _EXE..."
-msgstr "Avvia _EXE..."
-
-#: ../data/pcsx.glade2:101
-msgid "E_xit"
-msgstr "E_sci"
-
-#: ../data/pcsx.glade2:123
-msgid "_Emulator"
-msgstr "_Emulatore"
-
-#: ../data/pcsx.glade2:129
-msgid "_Continue"
-msgstr "_Continua"
-
-#: ../data/pcsx.glade2:146
-msgid "_Reset"
-msgstr "_Resetta"
-
-#: ../data/pcsx.glade2:168
-msgid "S_witch ISO..."
-msgstr "C_ambia ISO..."
-
-#: ../data/pcsx.glade2:190
-msgid "_Save State"
-msgstr "_Salva stato"
-
-#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
-msgid "Slot _1"
-msgstr "Slot _1"
-
-#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
-msgid "Slot _2"
-msgstr "Slot _2"
-
-#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
-msgid "Slot _3"
-msgstr "Slot _3"
-
-#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
-msgid "Slot _4"
-msgstr "Slot _4"
-
-#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
-msgid "Slot _5"
-msgstr "Slot _5"
-
-#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
-msgid "_Other..."
-msgstr "_Altri..."
-
-#: ../data/pcsx.glade2:271
-msgid "_Load State"
-msgstr "_Carica stato"
-
-#: ../data/pcsx.glade2:357
-msgid "_Configuration"
-msgstr "_Configurazione"
-
-#: ../data/pcsx.glade2:363
-msgid "_Plugins & BIOS..."
-msgstr "_Plugin e BIOS..."
-
-#: ../data/pcsx.glade2:385
-msgid "_Graphics..."
-msgstr "_Video..."
-
-#: ../data/pcsx.glade2:400
-msgid "_Sound..."
-msgstr "_Audio..."
-
-#: ../data/pcsx.glade2:415
-msgid "CD-_ROM..."
-msgstr "CD-_ROM..."
-
-#: ../data/pcsx.glade2:430
-msgid "C_ontrollers..."
-msgstr "C_ontroller..."
-
-#: ../data/pcsx.glade2:450
-msgid "_CPU..."
-msgstr "_CPU..."
-
-#: ../data/pcsx.glade2:466
-msgid "_Memory Cards..."
-msgstr "_Memory card..."
-
-#: ../data/pcsx.glade2:483
-msgid "_Netplay..."
-msgstr "_Netplay..."
-
-#: ../data/pcsx.glade2:504
-msgid "Chea_t"
-msgstr "Chea_t"
-
-#: ../data/pcsx.glade2:513
-msgid "_Browse..."
-msgstr "_Visualizza..."
-
-#: ../data/pcsx.glade2:528
-msgid "_Search..."
-msgstr "_Cerca..."
-
-#: ../data/pcsx.glade2:554
-msgid "Memory _Dump"
-msgstr ""
-
-#: ../data/pcsx.glade2:574
-msgid "_Help"
-msgstr "_Aiuto"
-
-#: ../data/pcsx.glade2:580
-msgid "_About PCSX..."
-msgstr "_Informazioni su PCSX..."
-
-#: ../data/pcsx.glade2:613 ../data/pcsx.glade2:614
-msgid "Run CD"
-msgstr "Avvia il CD"
-
-#: ../data/pcsx.glade2:626
-msgid "Run ISO Image"
-msgstr "Avvia l'immagine ISO"
-
-#: ../data/pcsx.glade2:627
-msgid "Run ISO..."
-msgstr "Avvia ISO..."
-
-#: ../data/pcsx.glade2:648
-msgid "Continue Emulation"
-msgstr "Continua l'emulazione"
-
-#: ../data/pcsx.glade2:649
-msgid "Continue..."
-msgstr "Continua..."
-
-#: ../data/pcsx.glade2:661
-msgid "Switch ISO Image"
-msgstr "Cambia l'immagine ISO"
-
-#: ../data/pcsx.glade2:662
-msgid "Switch ISO..."
-msgstr "Cambia ISO..."
-
-#: ../data/pcsx.glade2:683 ../data/pcsx.glade2:1810
-msgid "Configure Memory Cards"
-msgstr "Configura la memory card"
-
-#: ../data/pcsx.glade2:684
-msgid "Memcards..."
-msgstr "Memory card..."
-
-#: ../data/pcsx.glade2:696
-msgid "Configure Graphics"
-msgstr "Configura il video"
-
-#: ../data/pcsx.glade2:697
-msgid "Graphics..."
-msgstr "Video..."
-
-#: ../data/pcsx.glade2:709 ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:8
-msgid "Configure Sound"
-msgstr "Configura l'audio"
-
-#: ../data/pcsx.glade2:710
-msgid "Sound..."
-msgstr "Audio..."
-
-#: ../data/pcsx.glade2:722
-msgid "Configure CD-ROM"
-msgstr "Configura il CD-ROM"
-
-#: ../data/pcsx.glade2:723
-msgid "CD-ROM..."
-msgstr "CD-ROM..."
-
-#: ../data/pcsx.glade2:735
-msgid "Configure Controllers"
-msgstr "Configura i controller"
-
-#: ../data/pcsx.glade2:736
-msgid "Controllers..."
-msgstr "Controller..."
-
-#: ../data/pcsx.glade2:879
-msgid "Select Folder to Search"
-msgstr "Seleziona una cartella per la ricerca"
-
-#: ../data/pcsx.glade2:895
-msgid "Search in:"
-msgstr "Cerca in:"
-
-#: ../data/pcsx.glade2:1168
-msgid "Graphics:"
-msgstr "Video:"
-
-#: ../data/pcsx.glade2:1181
-msgid "Sound:"
-msgstr "Audio:"
-
-#: ../data/pcsx.glade2:1196
-msgid "Controller 1: "
-msgstr "Controller 1: "
-
-#: ../data/pcsx.glade2:1211
-msgid "Controller 2:"
-msgstr "Controller 2:"
-
-#: ../data/pcsx.glade2:1226
-msgid "CD-ROM:"
-msgstr "CD-ROM:"
-
-#: ../data/pcsx.glade2:1264
-msgid "<b>Plugins</b>"
-msgstr "<b>Plugin</b>"
-
-#: ../data/pcsx.glade2:1325
-msgid "<b>BIOS</b>"
-msgstr "<b>BIOS</b>"
-
-#: ../data/pcsx.glade2:1375
-msgid "Configure CPU"
-msgstr "Configura la CPU"
-
-#: ../data/pcsx.glade2:1419
-msgid "SPU IRQ Always Enabled"
-msgstr "SPU IRQ sempre abilitato"
-
-#: ../data/pcsx.glade2:1435
-msgid "Black & White Movies"
-msgstr "Filmati in bianco e nero"
-
-#: ../data/pcsx.glade2:1469
-msgid "Enable Interpreter CPU"
-msgstr "Abilita l'interprete della CPU"
-
-#: ../data/pcsx.glade2:1503
-msgid "Disable CD Audio"
-msgstr "Disabilita CD audio"
-
-#: ../data/pcsx.glade2:1519
-msgid "Disable XA Decoding"
-msgstr "Disabilita il decoding XA"
-
-#: ../data/pcsx.glade2:1571
-msgid "<b>Options</b>"
-msgstr "<b>Opzioni</b>"
-
-#: ../data/pcsx.glade2:1612
-msgid ""
-"NTSC\n"
-"PAL"
-msgstr ""
-"NTSC\n"
-"PAL"
-
-#: ../data/pcsx.glade2:1626
-msgid "<b>System Type</b>"
-msgstr "<b>Regione del sistema</b>"
-
-#: ../data/pcsx.glade2:1674
-msgid "Configure NetPlay"
-msgstr "Configura il NetPlay"
-
-#: ../data/pcsx.glade2:1760
-msgid "<b>NetPlay</b>"
-msgstr "<b>NetPlay</b>"
-
-#: ../data/pcsx.glade2:1886 ../data/pcsx.glade2:2283
-msgid "New"
-msgstr "Nuovo"
-
-#: ../data/pcsx.glade2:1936 ../data/pcsx.glade2:2333
-msgid "Format"
-msgstr "Formatta"
-
-#: ../data/pcsx.glade2:1986 ../data/pcsx.glade2:2383
-msgid "Un/Delete"
-msgstr "Non/Elimina"
-
-#: ../data/pcsx.glade2:2079
-msgid "<b>Memory Card 1</b>"
-msgstr "<b>Memory card 1</b>"
-
-#: ../data/pcsx.glade2:2139 ../data/pcsx.glade2:2189 ../data/pcsx.glade2:3002
-msgid "Copy"
-msgstr "Copia"
-
-#: ../data/pcsx.glade2:2476
-msgid "<b>Memory Card 2</b>"
-msgstr "<b>Memory card 2</b>"
-
-#: ../data/pcsx.glade2:2572
-msgid "<b>Cheat Codes</b>"
-msgstr "<b>Codici cheat</b>"
-
-#: ../data/pcsx.glade2:2736
-msgid ""
-"8-bit\n"
-"16-bit\n"
-"32-bit"
-msgstr ""
-"8-bit\n"
-"16-bit\n"
-"32-bit"
-
-#: ../data/pcsx.glade2:2799
-msgid ""
-"Equal Value\n"
-"Not Equal Value\n"
-"Range\n"
-"Increased By\n"
-"Decreased By\n"
-"Increased\n"
-"Decreased\n"
-"Different\n"
-"No Change"
-msgstr ""
-"Stesso valore\n"
-"Valore diverso\n"
-"Scala\n"
-"Incrementato da\n"
-"Decrementato da\n"
-"Incrementato\n"
-"Decrementato\n"
-"Differente\n"
-"Nessun cambio"
-
-#: ../data/pcsx.glade2:2831
-msgid ""
-"Decimal\n"
-"Hexadecimal"
-msgstr ""
-"Decimale\n"
-"Esadecimale"
-
-#: ../data/pcsx.glade2:3035
-msgid "label_resultsfound"
-msgstr "etichetta_risultatitrovati"
-
-#: ../data/pcsx.glade2:3070
-msgid "Search"
-msgstr "Cerca"
-
-#: ../data/pcsx.glade2:3106
-msgid "Restart"
-msgstr "Riavvia"
-
-#: ../data/pcsx.glade2:3135
-msgid "<b>Cheat Search</b>"
-msgstr "<b>Cerca cheat</b>"
-
-#: ../data/pcsx.glade2:3291
-msgid "Raw Dump..."
-msgstr ""
-
-#: ../data/pcsx.glade2:3326
-msgid "Patch Memory..."
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:38
-msgid "Mac OS X Sound"
-msgstr "Audio Mac OS X"
-
-#: ../plugins/dfsound/spu.c:40
-msgid "ALSA Sound"
-msgstr "Audio ALSA"
-
-#: ../plugins/dfsound/spu.c:42
-#, fuzzy
-msgid "OSS Sound"
-msgstr "Audio OSS"
-
-#: ../plugins/dfsound/spu.c:44
-#, fuzzy
-msgid "SDL Sound"
-msgstr "Audio OSS"
-
-#: ../plugins/dfsound/spu.c:46
-msgid "PulseAudio Sound"
-msgstr "Audio PulseAudio"
-
-#: ../plugins/dfsound/spu.c:48
-msgid "NULL Sound"
-msgstr "Senza audio"
-
-#: ../plugins/dfsound/spu.c:51
-#, fuzzy
-msgid ""
-"P.E.Op.S. Sound Driver V1.7\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-"P.E.Op.S. OSS Driver V1.7\n"
-"Scritto da Pete Bernert e dal team P.E.Op.S.\n"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:42
-msgid "Volume:"
-msgstr "Volume:"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:54
-msgid "Interpolation:"
-msgstr "Interpolazione:"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:68
-msgid "Reverb:"
-msgstr "Riverbero:"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:81
-msgid ""
-"Low\n"
-"Medium\n"
-"Loud\n"
-"Loudest"
-msgstr ""
-"Basso\n"
-"Medio\n"
-"Alto\n"
-"Altissimo"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:95
-msgid ""
-"Off\n"
-"Simple\n"
-"Playstation"
-msgstr ""
-"Disattivato\n"
-"Semplice\n"
-"Playstation"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:111
-msgid ""
-"None\n"
-"Simple\n"
-"Gaussian\n"
-"Cubic"
-msgstr ""
-"Nessuno\n"
-"Semplice\n"
-"Gaussiano\n"
-"Cubico"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:132
-msgid "<b>General</b>"
-msgstr "<b>Generale</b>"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:163
-msgid "Adjust XA speed"
-msgstr "Aggiusta la velocità di XA"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:167
-msgid "Choose this if XA music is played too quickly."
-msgstr "Seleziona se la musica di XA si ascoltasse troppo rapidamente."
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:184
-msgid "<b>XA Music</b>"
-msgstr "<b>Musica XA</b>"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:215
-msgid "High compatibility mode"
-msgstr "Alto modo di compatibilità"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:219
-msgid "Use the asynchronous SPU interface."
-msgstr "Usa l'interfaccia asincrona della SPU."
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:231
-msgid "SPU IRQ Wait"
-msgstr "Attesa dell'IRQ della SPU"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:235
-msgid "Wait for CPU; only useful for some games."
-msgstr "Attende la CPU; utile solo per alcuni giochi."
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:247
-msgid "Single channel sound"
-msgstr "Audio del singolo canale"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:251
-msgid "Play only one channel for a performance boost."
-msgstr "Suona solo un canale, per una prestazione migliore."
-
-#: ../plugins/dfcdrom/cdr-linux.c:70
-msgid "CD-ROM Drive Reader"
-msgstr "Lettore del dispositivo CD-ROM"
-
-#: ../plugins/dfcdrom/cdr-null.c:10
-msgid "CDR NULL Plugin"
-msgstr "Plugin NULL CDR"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:170
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
-msgid "CDR configuration"
-msgstr "Configurazione del CD-ROM"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:33
-msgid "Choose your CD-ROM device or type its path if it's not listed"
-msgstr ""
-"Scegli il tuo dispositivo CD-ROM o digita il suo path se non è elencato"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:44
-msgid "Select CD-ROM device"
-msgstr "Seleziona il dispositivo CD-ROM"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:72
-msgid "Select read mode:"
-msgstr "Seleziona la modalità di lettura:"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:83
-msgid ""
-"Normal (No Cache)\n"
-"Threaded - Faster (With Cache)"
-msgstr ""
-"Normale (senza cache)\n"
-"Threaded, veloce (con la cache)"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:114
-msgid "Cache Size (Def. 64):"
-msgstr "Dimensione della cache (def. 64)"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:159
-msgid "Spindown Time:"
-msgstr "Tempo di spindown:"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:170
-msgid ""
-"Default\n"
-"125ms\n"
-"250ms\n"
-"500ms\n"
-"1s\n"
-"2s\n"
-"4s\n"
-"8s\n"
-"16s\n"
-"32s\n"
-"1min\n"
-"2min\n"
-"4min\n"
-"8min\n"
-"16min\n"
-"32min"
-msgstr ""
-"Default\n"
-"125ms\n"
-"250ms\n"
-"500ms\n"
-"1s\n"
-"2s\n"
-"4s\n"
-"8s\n"
-"16s\n"
-"32s\n"
-"1min\n"
-"2min\n"
-"4min\n"
-"8min\n"
-"16min\n"
-"32min"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:216
-msgid "Cdrom Speed (Def. 0 = MAX):"
-msgstr "Velocità del cdrom (def. 0 = MAX):"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:248
-msgid "hseparator"
-msgstr "hseparator"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:258
-msgid "Enable subchannel read"
-msgstr "Abilita la lettura del subchannel"
-
-#: ../plugins/peopsxgl/gpu.c:61
-msgid "OpenGL Driver"
-msgstr "Driver OpenGL"
-
-#: ../plugins/peopsxgl/gpu.c:63
-msgid "Pete Bernert"
-msgstr "Pete Bernert"
-
-#: ../plugins/peopsxgl/gpu.c:64
-msgid ""
-"Based on P.E.Op.S. MesaGL Driver V1.78\n"
-"Coded by Pete Bernert\n"
-msgstr ""
-"Basato sul driver P.E.Op.S. MesaGL V1.78\n"
-"Scritto da Pete Bernert\n"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:118
-msgid "OpenGL Driver configuration"
-msgstr "Configurazione del driver OpenGL"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:138
-msgid "Textures"
-msgstr "Strutture"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:161
-msgid "Quality:"
-msgstr "Qualità"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:178
-#: ../plugins/peopsxgl/gpucfg/interface.c:191
-msgid "0: don't care - Use driver's default textures"
-msgstr "0: non se ne preoccupa, usa le strutture di default del driver"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:179
-msgid "1: 4444 - Fast, but less colorful"
-msgstr "1: 4444, veloce, ma meno colorito"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:180
-msgid "2: 5551 - Nice colors, bad transparency"
-msgstr "2: 5551, colori piacevoli, cattiva trasparenza"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:181
-msgid "3: 8888 - Best colors, more ram needed"
-msgstr "3: 8888, colori migliori, richiede più ram"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:182
-msgid "4: BGR8888 - Faster on some cards"
-msgstr "4: BGR8888, velocissimo su alcune schede"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:193
-msgid "VRam size in MBytes (0..1024, 0=auto):"
-msgstr "Dimensione della VRam in MByte (0..1024, 0=auto):"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:210
-#: ../plugins/peopsxgl/gpucfg/interface.c:225
-msgid "0: None"
-msgstr "0: Nessuno"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:211
-msgid "1: Standard - Glitches will happen"
-msgstr "1: Standard, si verificheranno dei disturbi"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:212
-msgid "2: Extended - No black borders"
-msgstr "2: Esteso, senza bordi neri"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:213
-msgid "3: Standard without sprites - unfiltered 2D"
-msgstr "3: Standard senza immagini, 2D non filtrato"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:214
-msgid "4: Extended without sprites - unfiltered 2D"
-msgstr "4: Esteso senza immagini, 2D non filtrato"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:215
-msgid "5: Standard + smoothed sprites"
-msgstr "5: Standard + immagini uniformi"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:216
-msgid "6: Extended + smoothed sprites"
-msgstr "6: Esteso + immagini uniformi"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:227
-msgid "Filtering:"
-msgstr "Filtraggio:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:235
-msgid "HiRes Tex:"
-msgstr "Struttura ad alta risoluzione:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:252
-#: ../plugins/peopsxgl/gpucfg/interface.c:263
-msgid "0: None (standard)"
-msgstr "0: Nessuno (standard)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:253
-msgid "1: 2xSaI (much vram needed)"
-msgstr "1: 2xSaI (richiede più vram)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:254
-msgid "2: Scaled (needs tex filtering)"
-msgstr "2: Scalato (necessita del filtraggio della struttura)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:265
-msgid "Window options"
-msgstr "Opzioni della finestra"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:296
-msgid "Width:"
-msgstr "Larghezza:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:305
-msgid "Height:"
-msgstr "Altezza:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:314
-msgid "Keep psx aspect ratio"
-msgstr "Mantiene la proporzione dell'aspetto della psx"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:330
-msgid "Dithering"
-msgstr "Retinatura"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:346
-msgid "Framerate"
-msgstr "Framerate"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:369
-msgid "FPS"
-msgstr "FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:377
-msgid "FPS limit manual"
-msgstr "Limite manuale degli FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:386
-msgid "Show FPS display on startup"
-msgstr "Visualizza gli FPS all'avvio"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:394
-msgid "Use FPS limit"
-msgstr "Usa il limite degli FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:402
-msgid "FPS limit auto-detection"
-msgstr "Autorilevamento del limite degli FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:411
-msgid "Use Frame skipping"
-msgstr "Usa il salto dei frame"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:419
-msgid "Compatibility"
-msgstr "Compatibilità"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:434
-msgid "Advanced blending (Accurate psx color emulation)"
-msgstr "Mescolamento avanzato (emulazione accurata del colore della psx)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:442
-msgid "Framebuffer textures:"
-msgstr "Strutture del framebuffer:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:450
-msgid "Offscreen Drawing:"
-msgstr "Disegno fuori schermo:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:458
-msgid "Framebuffer access:"
-msgstr "Accesso del framebuffer:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:466
-msgid "Alpha Multipass (correct opaque texture areas)"
-msgstr "Alpha Multipass (corregge le aree opache della struttura)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:474
-msgid "Mask bit detection (needed by a few games, zbuffer)"
-msgstr "Rilevazione del bit mask (richiesto da pochi giochi, zbuffer)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:491
-#: ../plugins/peopsxgl/gpucfg/interface.c:504
-msgid "0: None - Fastest, most glitches"
-msgstr "0: Nessuno, velocissimo, più disturbi"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:492
-msgid "1: Minimum - Missing screens"
-msgstr "1: Minimo, schermi mancanti"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:493
-msgid "2: Standard - OK for most games"
-msgstr "2: Standard, va bene per la maggior parte dei giochi"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:494
-msgid "3: Enhanced - Shows more stuff"
-msgstr "3: Migliorato, visualizza più cose"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:495
-msgid "4: Extended - Causing garbage"
-msgstr "4: Esteso, produce risultati poco apprezzabili"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:515
-#: ../plugins/peopsxgl/gpucfg/interface.c:527
-msgid "0: Emulated vram - Needs FVP"
-msgstr "0: Vram emulata, richiede FVP"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:516
-msgid "1: Black - Fast, no effects"
-msgstr "1: Nero, veloce, nessun effetto"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:517
-msgid "2: Gfx card buffer - Can be slow"
-msgstr "2: Gfx card buffer, può essere lento"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:518
-msgid "3: Gfx card & soft - slow"
-msgstr "3: Gfx card e soft, lento"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:538
-#: ../plugins/peopsxgl/gpucfg/interface.c:551
-msgid "0: Emulated vram - ok most times"
-msgstr "0: Vram emulata, funziona quasi sempre bene"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:539
-msgid "1: Gfx card buffer reads"
-msgstr "1: Legge il buffer Gfx della scheda"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:540
-msgid "2: Gfx card buffer moves"
-msgstr "2: Sposta il buffer Gfx della scheda"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:541
-msgid "3: Gfx buffer reads & moves"
-msgstr "3: Legge e sposta il buffer Gfx"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:542
-msgid "4: Full Software (FVP)"
-msgstr "4: Software completo (FVP)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:553
-msgid "Special game fixes"
-msgstr "Attiva il gioco speciale"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:576
-msgid "Battle cursor (FF7)"
-msgstr "Cursore della battaglia (Final Fantasy 7)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:584
-msgid "Direct FB updates"
-msgstr "Aggiornamenti del Direct FB"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:592
-msgid "Black brightness (Lunar)"
-msgstr "Luminosità bassa (Lunar)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:600
-msgid "Swap front detection"
-msgstr "Rilevamento dell'inversione frontale"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:608
-msgid "Disable coord check"
-msgstr "Disabilita il controllo della coordinata"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:616
-msgid "No blue glitches (LoD)"
-msgstr "Senza spurie blu (Legend of Dragoon)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:624
-msgid "Soft FB access"
-msgstr "Accesso al FB via software"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:632
-msgid "PC fps calculation"
-msgstr "Calcolo degli fps del PC"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:648
-msgid "Yellow rect (FF9)"
-msgstr "Rettangolo giallo (Final Fantasy 9)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:656
-msgid "No subtr. blending"
-msgstr "Senza sottrazione nella fusione"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:664
-msgid "Lazy upload (DW7)"
-msgstr "Upload pigro (Dragon Warrior 7)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:672
-msgid "Odd/even hack"
-msgstr "Hack del dispari/pari"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:680
-msgid "Adjust screen width"
-msgstr "Aggiusta la larghezza dello schermo"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:688
-msgid "Old texture filtering"
-msgstr "Filtraggio della struttura vecchia"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:696
-msgid "Additional uploads"
-msgstr "Invio di dati addizionali"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:704
-msgid "unused"
-msgstr "Inutilizzato"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:712
-msgid "Fake 'gpu busy'"
-msgstr "Simula lo stato di 'gpu occupata'"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:720
-msgid "Misc"
-msgstr "Varie"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:743
-msgid "Scanlines"
-msgstr "Scanlines"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:751
-msgid "Blending (0..255, -1=dot):"
-msgstr "Fusione (0..255, -1=punto):"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:759
-msgid "Screen smoothing (can be slow or unsupported)"
-msgstr "Schermo uniforme (può essere lento o non supportato)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:767
-msgid "Use OpenGL extensions (recommended)"
-msgstr "Usa le estensioni OpenGL (consigliato)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:775
-msgid "Polygon anti-aliasing (slow with most cards)"
-msgstr "Poligono anti-aliasing (lento con la maggior parte delle schede)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:783
-msgid "Line mode (polygons will not get filled)"
-msgstr "Modalità linea (i poligoni non saranno riempiti)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:791
-msgid "Force 15 bit framebuffer updates (faster movies)"
-msgstr "Forza a 15 bit gli aggiornamenti del framebuffer (filmati velocissimi)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:799
-msgid "Unfiltered MDECs (small movie speedup)"
-msgstr "MDECs non filtrati (basso guadagno di velocità nei filmati)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:852
-msgid "Adapted from P.E.Op.S OpenGL GPU by Pete Bernert"
-msgstr "Adattato da P.E.Op.S OpenGL GPU da Pete Bernert"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:861
-msgid "Homepage: http://www.pbernert.com"
-msgstr "Homepage: http://www.pbernert.com"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:879
-msgid "Version: 1.78"
-msgstr "Versione: 1.78"
-
-#: ../plugins/dfinput/cfg-gtk2.c:48
-msgid "D-Pad Up"
-msgstr "D-Pad Su"
-
-#: ../plugins/dfinput/cfg-gtk2.c:49
-msgid "D-Pad Down"
-msgstr "D-Pad Giù"
-
-#: ../plugins/dfinput/cfg-gtk2.c:50
-msgid "D-Pad Left"
-msgstr "D-Pad Sinistra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:51
-msgid "D-Pad Right"
-msgstr "D-Pad Destra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:52
-msgid "Cross"
-msgstr "Croce"
-
-#: ../plugins/dfinput/cfg-gtk2.c:53
-msgid "Circle"
-msgstr "Cerchio"
-
-#: ../plugins/dfinput/cfg-gtk2.c:54
-msgid "Square"
-msgstr "Quadrato"
-
-#: ../plugins/dfinput/cfg-gtk2.c:55
-msgid "Triangle"
-msgstr "Triangolo"
-
-#: ../plugins/dfinput/cfg-gtk2.c:56
-msgid "L1"
-msgstr "L1"
-
-#: ../plugins/dfinput/cfg-gtk2.c:57
-msgid "R1"
-msgstr "R1"
-
-#: ../plugins/dfinput/cfg-gtk2.c:58
-msgid "L2"
-msgstr "L2"
-
-#: ../plugins/dfinput/cfg-gtk2.c:59
-msgid "R2"
-msgstr "R2"
-
-#: ../plugins/dfinput/cfg-gtk2.c:60
-msgid "Select"
-msgstr "Tasto Select"
-
-#: ../plugins/dfinput/cfg-gtk2.c:61
-msgid "Start"
-msgstr "Tasto Start"
-
-#: ../plugins/dfinput/cfg-gtk2.c:62
-msgid "L3"
-msgstr "L3"
-
-#: ../plugins/dfinput/cfg-gtk2.c:63
-msgid "R3"
-msgstr "R3"
-
-#: ../plugins/dfinput/cfg-gtk2.c:67
-msgid "L-Stick Right"
-msgstr "L-Stick Destra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:68
-msgid "L-Stick Left"
-msgstr "L-Stick Sinistra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:69
-msgid "L-Stick Down"
-msgstr "L-Stick Giù"
-
-#: ../plugins/dfinput/cfg-gtk2.c:70
-msgid "L-Stick Up"
-msgstr "L-Stick Su"
-
-#: ../plugins/dfinput/cfg-gtk2.c:71
-msgid "R-Stick Right"
-msgstr "R-Stick Destra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:72
-msgid "R-Stick Left"
-msgstr "R-Stick Sinistra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:73
-msgid "R-Stick Down"
-msgstr "R-Stick Giù"
-
-#: ../plugins/dfinput/cfg-gtk2.c:74
-msgid "R-Stick Up"
-msgstr "R-Stick Su"
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Centered"
-msgstr "Centrato"
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Up"
-msgstr "Su"
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Right"
-msgstr "Destra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Rightup"
-msgstr "In alto a destra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Down"
-msgstr "Giù"
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Rightdown"
-msgstr "In basso a destra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Left"
-msgstr "Sinistra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Leftup"
-msgstr "In alto a sinistra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:105 ../plugins/dfinput/cfg-gtk2.c:144
-msgid "Leftdown"
-msgstr "In basso a sinistra"
-
-#: ../plugins/dfinput/cfg-gtk2.c:109 ../plugins/dfinput/cfg-gtk2.c:148
-#, c-format
-msgid "Joystick: Button %d"
-msgstr "Joystick: Pulsante %d"
-
-#: ../plugins/dfinput/cfg-gtk2.c:113 ../plugins/dfinput/cfg-gtk2.c:152
-#, c-format
-msgid "Joystick: Axis %d%c"
-msgstr "Joystick: Asse %d%c"
-
-#: ../plugins/dfinput/cfg-gtk2.c:118 ../plugins/dfinput/cfg-gtk2.c:157
-#, c-format
-msgid "Joystick: Hat %d %s"
-msgstr "Joystick: hat %d %s"
-
-#: ../plugins/dfinput/cfg-gtk2.c:133 ../plugins/dfinput/cfg-gtk2.c:172
-msgid "Keyboard:"
-msgstr "Tastiera:"
-
-#: ../plugins/dfinput/cfg-gtk2.c:137 ../plugins/dfinput/cfg-gtk2.c:176
-msgid "(Not Set)"
-msgstr "(Nessuna impostazione)"
-
-#: ../plugins/dfinput/cfg-gtk2.c:539
-msgid "None"
-msgstr "Nessuno"
-
-#: ../plugins/dfinput/cfg-gtk2.c:581
-msgid "Gamepad/Keyboard Input Configuration"
-msgstr "Configurazione input del gamepad/tastiera"
-
-#: ../plugins/dfinput/cfg-gtk2.c:587 ../plugins/dfinput/cfg-gtk2.c:607
-msgid "Key"
-msgstr "Tasto"
-
-#: ../plugins/dfinput/cfg-gtk2.c:593 ../plugins/dfinput/cfg-gtk2.c:613
-msgid "Button"
-msgstr "Pulsante"
-
-#: ../plugins/dfinput/pad.c:22
-msgid "Gamepad/Keyboard Input"
-msgstr "Input del gamepad/tastiera"
-
-#: ../plugins/dfinput/dfinput.glade2:35 ../plugins/dfinput/dfinput.glade2:232
-msgid "Device:"
-msgstr "Dispositivo:"
-
-#: ../plugins/dfinput/dfinput.glade2:66 ../plugins/dfinput/dfinput.glade2:263
-msgid "Type:"
-msgstr "Tipo:"
-
-#: ../plugins/dfinput/dfinput.glade2:78 ../plugins/dfinput/dfinput.glade2:275
-msgid ""
-"Digital Pad\n"
-"Analog Pad"
-msgstr ""
-"Pad digitale\n"
-"Pad analogico"
-
-#: ../plugins/dfinput/dfinput.glade2:149 ../plugins/dfinput/dfinput.glade2:346
-msgid "Change"
-msgstr "Cambia"
-
-#: ../plugins/dfinput/dfinput.glade2:185 ../plugins/dfinput/dfinput.glade2:382
-msgid "Reset"
-msgstr "Resetta"
-
-#: ../plugins/dfinput/dfinput.glade2:210
-msgid "Controller 1"
-msgstr "Controller 1"
-
-#: ../plugins/dfinput/dfinput.glade2:412
-msgid "Controller 2"
-msgstr "Controller 2"
-
-#: ../plugins/dfinput/dfinput.glade2:427
-msgid "Multi-Threaded (Recommended)"
-msgstr "Multi-Threaded (consigliato)"
-
-#: ../plugins/dfnet/dfnet.c:23
-#, fuzzy
-msgid "Socket Driver"
-msgstr "Driver SoftGL"
-
-#: ../plugins/dfnet/dfnet.c:161
-#, fuzzy, c-format
-msgid "error connecting to %s: %s\n"
-msgstr "Si è verificato un errore durante il caricamento di %s: %s"
-
-#: ../plugins/dfnet/dfnet.c:186
-#, fuzzy
-msgid "Error allocating memory!\n"
-msgstr "Si è verificato un errore durante l'allocazione della memoria!"
-
-#: ../plugins/dfnet/gui.c:39
-msgid "Nothing to configure"
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:95
-#, c-format
-msgid "IP %s"
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:165
-msgid "Waiting for connection..."
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:168
-msgid "The Client should now Start a Connection, waiting..."
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:23
-msgid ""
-"Select here if you'll be Server (Player1) or Client (Player2).\n"
-"\n"
-"If you select Server you must Copy your IP address to the Clipboard and "
-"paste if (Ctrl+V) wherever the Client can see it.\n"
-"\n"
-"If you selected Client please enter the IP address the Server gave to you in "
-"the IP Address Control."
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:63
-msgid "Copy PC IP to Clipboard"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:94
-msgid "Server (Player1)"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:104
-msgid "Client (Player2)"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:130
-msgid ""
-"Do not change if not necessary (remember it must be changed on both sides)."
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:143
-msgid "Port Number"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:202
-#, fuzzy
-msgid "Start Game"
-msgstr "Tasto Start"
-
-#: ../plugins/dfnet/dfnet.glade2:240
-msgid "Play Offline"
-msgstr ""
-
-#~ msgid "Error Closing PAD1 Plugin"
-#~ msgstr "Si è verificato un errore durante la chiusura del plugin del PAD1"
-
-#~ msgid "Error Closing PAD2 Plugin"
-#~ msgstr "Si è verificato un errore durante la chiusura del plugin del PAD2"
-
-#~ msgid "Internal HLE Bios"
-#~ msgstr "Bios HLE interno"
-
-#, fuzzy
-#~ msgid "Dump Memory..."
-#~ msgstr "&Memory card..."
-
-#~ msgid ""
-#~ "(C) 1999-2003 PCSX Team\n"
-#~ "(C) 2005-2006 Ryan Schultz\n"
-#~ "(C) 2005-2006 Andrew Burton\n"
-#~ "(C) 2008-2009 Wei Mingzhi"
-#~ msgstr ""
-#~ "(C) 1999-2003 PCSX Team\n"
-#~ "(C) 2005-2006 Ryan Schultz\n"
-#~ "(C) 2005-2006 Andrew Burton\n"
-#~ "(C) 2008-2009 Wei Mingzhi"
-
-#~ msgid "PulseAudio Simple Sound"
-#~ msgstr "Audio PulseAudio semplice"
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: pcsxr 1.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-07-10 14:04+0800\n"
+"PO-Revision-Date: 2010-03-15 16:00+0200\n"
+"Last-Translator: Giovanni Scafora <giovanni@archlinux.org>\n"
+"Language-Team: Arch Linux Italian Team <giovanni@archlinux.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../win32/gui/AboutDlg.c:26
+msgid ""
+"PCSX - A PlayStation Emulator\n"
+"\n"
+"Original Authors:\n"
+"main coder: linuzappz\n"
+"co-coders: shadow\n"
+"ex-coders: Nocomp, Pete Bernett, nik3d\n"
+"Webmaster: AkumaX"
+msgstr ""
+"PCSX, un emulatore della PlayStation\n"
+"\n"
+"Autori originari:\n"
+"programmatore principale: linuzappz\n"
+"co-programmatori: shadow\n"
+"ex-programmatori: Nocomp, Pete Bernett, nik3d\n"
+"Webmaster: AkumaX"
+
+#: ../win32/gui/AboutDlg.c:35
+#, fuzzy
+msgid ""
+"PCSX-df Authors:\n"
+"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
+"Marcus Comstedt, Stefan Sikora\n"
+"\n"
+"PCSX-Reloaded By:\n"
+"Blade_Arma, Wei Mingzhi, et al.\n"
+"\n"
+"http://pcsxr.codeplex.com/"
+msgstr ""
+"Autori di PCSX-df:\n"
+"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
+"Marcus Comstedt, Stefan Sikora\n"
+"\n"
+"PCSX-Reloaded di:\n"
+"Wei Mingzhi\n"
+"\n"
+"http://www.codeplex.com/pcsxr"
+
+#: ../win32/gui/AboutDlg.c:46 ../plugins/peopsxgl/gpucfg/interface.c:831
+msgid "About"
+msgstr "Informazioni"
+
+#: ../win32/gui/AboutDlg.c:48 ../win32/gui/AboutDlg.c:52
+#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119
+#: ../win32/gui/ConfigurePlugins.c:483 ../win32/gui/ConfigurePlugins.c:614
+#: ../win32/gui/WndMain.c:974 ../win32/gui/WndMain.c:1210
+#: ../plugins/peopsxgl/gpucfg/interface.c:130
+#: ../plugins/peopsxgl/gpucfg/interface.c:843
+msgid "OK"
+msgstr "OK"
+
+#: ../win32/gui/AboutDlg.c:49
+msgid "PCSX EMU\n"
+msgstr "PCSX EMU\n"
+
+#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
+#: ../win32/gui/CheatDlg.c:270
+msgid "Yes"
+msgstr "Sì"
+
+#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
+#: ../win32/gui/CheatDlg.c:270
+msgid "No"
+msgstr "No"
+
+#: ../win32/gui/CheatDlg.c:66 ../gui/Cheat.c:194
+msgid "Edit Cheat"
+msgstr "Modifica cheat"
+
+#: ../win32/gui/CheatDlg.c:67 ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:636
+msgid "Description:"
+msgstr "Descrizione:"
+
+#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:125
+#: ../gui/Cheat.c:211
+msgid "Cheat Code:"
+msgstr "Codice cheat:"
+
+#: ../win32/gui/CheatDlg.c:70 ../win32/gui/CheatDlg.c:120
+#: ../win32/gui/ConfigurePlugins.c:484 ../win32/gui/ConfigurePlugins.c:615
+#: ../win32/gui/WndMain.c:975 ../win32/gui/WndMain.c:1211
+#: ../plugins/peopsxgl/gpucfg/interface.c:338
+msgid "Cancel"
+msgstr "Annulla"
+
+#: ../win32/gui/CheatDlg.c:91 ../win32/gui/CheatDlg.c:132 ../gui/Cheat.c:155
+#: ../gui/Cheat.c:251
+msgid "Invalid cheat code!"
+msgstr "Codice del cheat non valido!"
+
+#: ../win32/gui/CheatDlg.c:116 ../gui/Cheat.c:109
+msgid "Add New Cheat"
+msgstr "Aggiungi un nuovo cheat"
+
+#: ../win32/gui/CheatDlg.c:166 ../data/pcsx.glade2:2534
+msgid "Edit Cheat Codes"
+msgstr "Modifica i codici dei cheat"
+
+#: ../win32/gui/CheatDlg.c:168
+msgid "&Add Code"
+msgstr "&Aggiungi un codice"
+
+#: ../win32/gui/CheatDlg.c:169
+msgid "&Edit Code"
+msgstr "&Modifica un codice"
+
+#: ../win32/gui/CheatDlg.c:170
+msgid "&Remove Code"
+msgstr "&Rimuovi un codice"
+
+#: ../win32/gui/CheatDlg.c:171
+msgid "&Enable/Disable"
+msgstr "&Abilita/Disabilita"
+
+#: ../win32/gui/CheatDlg.c:172
+msgid "&Load..."
+msgstr "&Carica..."
+
+#: ../win32/gui/CheatDlg.c:173
+msgid "&Save As..."
+msgstr "&Salva come..."
+
+#: ../win32/gui/CheatDlg.c:174
+msgid "&Close"
+msgstr "&Chiudi"
+
+#: ../win32/gui/CheatDlg.c:185 ../gui/Cheat.c:413
+msgid "Description"
+msgstr "Descrizione"
+
+#: ../win32/gui/CheatDlg.c:190
+msgid "Enabled"
+msgstr "Abilitato"
+
+#: ../win32/gui/CheatDlg.c:282 ../win32/gui/CheatDlg.c:311
+msgid "PCSX Cheat Code Files"
+msgstr "File del codice dei cheat di PCSX"
+
+#: ../win32/gui/CheatDlg.c:402
+msgid "Equal Value"
+msgstr "Stesso valore"
+
+#: ../win32/gui/CheatDlg.c:403
+msgid "Not Equal Value"
+msgstr "Valore diverso"
+
+#: ../win32/gui/CheatDlg.c:404
+msgid "Range"
+msgstr "Scala"
+
+#: ../win32/gui/CheatDlg.c:407
+msgid "Increased By"
+msgstr "Incrementato da"
+
+#: ../win32/gui/CheatDlg.c:408
+msgid "Decreased By"
+msgstr "Decrementato da"
+
+#: ../win32/gui/CheatDlg.c:409
+msgid "Increased"
+msgstr "Incrementato"
+
+#: ../win32/gui/CheatDlg.c:410
+msgid "Decreased"
+msgstr "Decrementato"
+
+#: ../win32/gui/CheatDlg.c:411
+msgid "Different"
+msgstr "Differente"
+
+#: ../win32/gui/CheatDlg.c:412
+msgid "No Change"
+msgstr "Nessun cambio"
+
+#: ../win32/gui/CheatDlg.c:448 ../gui/Cheat.c:585
+msgid "Enter the values and start your search."
+msgstr "Digita i valori ed inizia la tua ricerca."
+
+#: ../win32/gui/CheatDlg.c:453
+msgid "No addresses found."
+msgstr "Non è stato trovato nessun indirizzo."
+
+#: ../win32/gui/CheatDlg.c:457 ../gui/Cheat.c:543
+msgid "Too many addresses found."
+msgstr "Sono stati trovati troppi indirizzi."
+
+#: ../win32/gui/CheatDlg.c:466 ../gui/Cheat.c:552
+#, c-format
+msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
+msgstr "%.8X Attuale: %u (%.2X), Precedente: %u (%.2X)"
+
+#: ../win32/gui/CheatDlg.c:471 ../gui/Cheat.c:557
+#, c-format
+msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
+msgstr "%.8X Attuale: %u (%.4X), Precedente: %u (%.4X)"
+
+#: ../win32/gui/CheatDlg.c:476 ../gui/Cheat.c:562
+#, c-format
+msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
+msgstr "%.8X Attuale: %u (%.8X), Precedente: %u (%.8X)"
+
+#: ../win32/gui/CheatDlg.c:492 ../gui/Cheat.c:577
+#, c-format
+msgid "Founded Addresses: %d"
+msgstr "Indirizzi trovati: %d"
+
+#: ../win32/gui/CheatDlg.c:504 ../data/pcsx.glade2:2930
+msgid "Freeze"
+msgstr "Blocca"
+
+#: ../win32/gui/CheatDlg.c:505 ../win32/gui/CheatDlg.c:596
+msgid "Address:"
+msgstr "Indirizzo:"
+
+#: ../win32/gui/CheatDlg.c:506 ../win32/gui/CheatDlg.c:597
+#: ../win32/gui/CheatDlg.c:682 ../gui/Cheat.c:647 ../data/pcsx.glade2:2773
+msgid "Value:"
+msgstr "Valore:"
+
+#: ../win32/gui/CheatDlg.c:566
+#, c-format
+msgid "Freeze %.8X"
+msgstr "Blocca %.8x"
+
+#: ../win32/gui/CheatDlg.c:595 ../data/pcsx.glade2:2966
+msgid "Modify"
+msgstr "Modifica"
+
+#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:1129 ../data/pcsx.glade2:2703
+msgid "Cheat Search"
+msgstr "Cerca cheat"
+
+#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2751
+msgid "Search For:"
+msgstr "Cerca per:"
+
+#: ../win32/gui/CheatDlg.c:681 ../data/pcsx.glade2:2761
+msgid "Data Type:"
+msgstr "Tipo di dato:"
+
+#: ../win32/gui/CheatDlg.c:683 ../data/pcsx.glade2:2785
+msgid "Data Base:"
+msgstr "Base di dato:"
+
+#: ../win32/gui/CheatDlg.c:684 ../data/pcsx.glade2:2845
+msgid "To:"
+msgstr "A:"
+
+#: ../win32/gui/CheatDlg.c:685
+msgid "&Freeze"
+msgstr "&Blocca"
+
+#: ../win32/gui/CheatDlg.c:686
+msgid "&Modify"
+msgstr "&Modifica"
+
+#: ../win32/gui/CheatDlg.c:687
+msgid "&Copy"
+msgstr "&Copia"
+
+#: ../win32/gui/CheatDlg.c:688
+msgid "&Search"
+msgstr "&Cerca"
+
+#: ../win32/gui/CheatDlg.c:689
+msgid "&New Search"
+msgstr "&Nuova ricerca"
+
+#: ../win32/gui/CheatDlg.c:690
+msgid "C&lose"
+msgstr "C&hiudi"
+
+#: ../win32/gui/CheatDlg.c:692
+msgid "8-bit"
+msgstr "8-bit"
+
+#: ../win32/gui/CheatDlg.c:693
+msgid "16-bit"
+msgstr "16-bit"
+
+#: ../win32/gui/CheatDlg.c:694
+msgid "32-bit"
+msgstr "32-bit"
+
+#: ../win32/gui/CheatDlg.c:695
+msgid "Decimal"
+msgstr "Decimale"
+
+#: ../win32/gui/CheatDlg.c:696
+msgid "Hexadecimal"
+msgstr "Esadecimale"
+
+#: ../win32/gui/ConfigurePlugins.c:219
+msgid "Simulate Psx Bios"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:305
+msgid "Configuration not OK!"
+msgstr "La configurazione non è corretta!"
+
+#: ../win32/gui/ConfigurePlugins.c:305 ../gui/Cheat.c:155 ../gui/Cheat.c:251
+#: ../gui/LnxMain.c:418
+msgid "Error"
+msgstr "Errore"
+
+#: ../win32/gui/ConfigurePlugins.c:406
+msgid "This plugin reports that should work correctly"
+msgstr "Questo plugin dovrebbe funzionare correttamente"
+
+#: ../win32/gui/ConfigurePlugins.c:407
+msgid "This plugin reports that should not work correctly"
+msgstr "Questo plugin potrebbe non funzionare correttamente"
+
+#: ../win32/gui/ConfigurePlugins.c:463
+msgid "Select Plugins Directory"
+msgstr "Seleziona la cartella dei plugin"
+
+#: ../win32/gui/ConfigurePlugins.c:472
+msgid "Select Bios Directory"
+msgstr "Seleziona la cartella del bios"
+
+#: ../win32/gui/ConfigurePlugins.c:481
+msgid "Configuration"
+msgstr "Configurazione"
+
+#: ../win32/gui/ConfigurePlugins.c:485
+msgid "Graphics"
+msgstr "Video"
+
+#: ../win32/gui/ConfigurePlugins.c:486
+msgid "First Controller"
+msgstr "Primo controller"
+
+#: ../win32/gui/ConfigurePlugins.c:487
+msgid "Second Controller"
+msgstr "Secondo controller"
+
+#: ../win32/gui/ConfigurePlugins.c:488
+msgid "Sound"
+msgstr "Audio"
+
+#: ../win32/gui/ConfigurePlugins.c:489
+msgid "Cdrom"
+msgstr "Cdrom"
+
+#: ../win32/gui/ConfigurePlugins.c:490
+msgid "Bios"
+msgstr "Bios"
+
+#: ../win32/gui/ConfigurePlugins.c:491
+msgid "Set Bios Directory"
+msgstr "Imposta la cartella del bios"
+
+#: ../win32/gui/ConfigurePlugins.c:492
+msgid "Set Plugins Directory"
+msgstr "Imposta la cartella dei plugin"
+
+#: ../win32/gui/ConfigurePlugins.c:493 ../win32/gui/ConfigurePlugins.c:496
+#: ../win32/gui/ConfigurePlugins.c:499 ../win32/gui/ConfigurePlugins.c:502
+#: ../win32/gui/ConfigurePlugins.c:505 ../win32/gui/ConfigurePlugins.c:617
+msgid "Configure..."
+msgstr "Configura..."
+
+#: ../win32/gui/ConfigurePlugins.c:494 ../win32/gui/ConfigurePlugins.c:497
+#: ../win32/gui/ConfigurePlugins.c:500 ../win32/gui/ConfigurePlugins.c:503
+#: ../win32/gui/ConfigurePlugins.c:506 ../win32/gui/ConfigurePlugins.c:618
+msgid "Test..."
+msgstr "Prova..."
+
+#: ../win32/gui/ConfigurePlugins.c:495 ../win32/gui/ConfigurePlugins.c:498
+#: ../win32/gui/ConfigurePlugins.c:501 ../win32/gui/ConfigurePlugins.c:504
+#: ../win32/gui/ConfigurePlugins.c:507 ../win32/gui/ConfigurePlugins.c:619
+msgid "About..."
+msgstr "Informazioni..."
+
+#: ../win32/gui/ConfigurePlugins.c:612
+msgid "NetPlay Configuration"
+msgstr "Configurazione del NetPlay"
+
+#: ../win32/gui/ConfigurePlugins.c:616 ../plugins/dfnet/gui.c:31
+#: ../plugins/dfnet/gui.c:112
+msgid "NetPlay"
+msgstr "NetPlay"
+
+#: ../win32/gui/ConfigurePlugins.c:620
+msgid ""
+"Note: The NetPlay Plugin Directory should be the same as the other Plugins."
+msgstr ""
+"Nota: la cartella del plugin NetPlay dovrebbe essere la stessa degli altri "
+"plugin."
+
+#: ../win32/gui/plugin.c:90 ../win32/gui/WndMain.c:281
+#, c-format
+msgid "*PCSX*: Saved State %d"
+msgstr "*PCSX*: è stato salvato lo stato %d"
+
+#: ../win32/gui/plugin.c:91 ../win32/gui/WndMain.c:282
+#, c-format
+msgid "*PCSX*: Error Saving State %d"
+msgstr ""
+"*PCSX*: si è verificato un errore durante il salvataggio dello stato %d"
+
+#: ../win32/gui/plugin.c:107 ../win32/gui/WndMain.c:259
+#, c-format
+msgid "*PCSX*: Loaded State %d"
+msgstr "*PCSX*: è stato caricato lo stato %d"
+
+#: ../win32/gui/plugin.c:108 ../win32/gui/WndMain.c:260
+#, c-format
+msgid "*PCSX*: Error Loading State %d"
+msgstr ""
+"*PCSX*: si è verificato un errore durante il caricamento dello stato %d"
+
+#: ../win32/gui/plugin.c:119
+#, c-format
+msgid "*PCSX*: Sio Irq Always Enabled"
+msgstr "*PCSX*: sio irq è sempre abilitato"
+
+#: ../win32/gui/plugin.c:120
+#, c-format
+msgid "*PCSX*: Sio Irq Not Always Enabled"
+msgstr "*PCSX*: sio irq non è sempre abilitato"
+
+#: ../win32/gui/plugin.c:127
+#, c-format
+msgid "*PCSX*: Black&White Mdecs Only Enabled"
+msgstr "*PCSX*: abilita solo i filmati in bianco e nero"
+
+#: ../win32/gui/plugin.c:128
+#, c-format
+msgid "*PCSX*: Black&White Mdecs Only Disabled"
+msgstr "*PCSX*: disabilita solo i filmati in bianco e nero"
+
+#: ../win32/gui/plugin.c:135
+#, c-format
+msgid "*PCSX*: Xa Enabled"
+msgstr "*PCSX*: abilita Xa"
+
+#: ../win32/gui/plugin.c:136
+#, c-format
+msgid "*PCSX*: Xa Disabled"
+msgstr "*PCSX*: disabilita Xa"
+
+#: ../win32/gui/plugin.c:145
+msgid "*PCSX*: CdRom Case Opened"
+msgstr "*PCSX*: il vano del CdRom è aperto"
+
+#: ../win32/gui/plugin.c:150
+msgid "*PCSX*: CdRom Case Closed"
+msgstr "*PCSX*: il vano del CdRom è chiuso"
+
+#: ../win32/gui/plugin.c:177
+msgid "Connecting..."
+msgstr "Connessione in corso..."
+
+#: ../win32/gui/plugin.c:179 ../win32/gui/plugin.c:186
+#, c-format
+msgid "Please wait while connecting... %c\n"
+msgstr "Attendere prego, connessione in corso... %c\n"
+
+#: ../win32/gui/plugin.c:214
+msgid "Error Opening CDR Plugin"
+msgstr "Si è verificato un errore durante l'apertura del plugin del CD-ROM"
+
+#: ../win32/gui/plugin.c:277
+#, c-format
+msgid "Error Opening GPU Plugin (%d)"
+msgstr "Si è verificato un errore durante l'apertura del plugin della GPU (%d)"
+
+#: ../win32/gui/plugin.c:279
+#, c-format
+msgid "Error Opening SPU Plugin (%d)"
+msgstr "Si è verificato un errore durante l'apertura del plugin della SPU (%d)"
+
+#: ../win32/gui/plugin.c:282
+#, c-format
+msgid "Error Opening PAD1 Plugin (%d)"
+msgstr "Si è verificato un errore durante l'apertura del plugin del PAD1 (%d)"
+
+#: ../win32/gui/plugin.c:284
+#, c-format
+msgid "Error Opening PAD2 Plugin (%d)"
+msgstr "Si è verificato un errore durante l'apertura del plugin del PAD2 (%d)"
+
+#: ../win32/gui/plugin.c:314
+msgid "Error Closing CDR Plugin"
+msgstr "Si è verificato un errore durante la chiusura del plugin del CD-ROM"
+
+#: ../win32/gui/plugin.c:316
+msgid "Error Closing GPU Plugin"
+msgstr "Si è verificato un errore durante la chiusura del plugin della GPU"
+
+#: ../win32/gui/plugin.c:318
+msgid "Error Closing SPU Plugin"
+msgstr "Si è verificato un errore durante la chiusura del plugin della SPU"
+
+#: ../win32/gui/plugin.c:336
+#, c-format
+msgid "CDRinit error: %d"
+msgstr "CDRinit errore: %d"
+
+#: ../win32/gui/plugin.c:338
+#, c-format
+msgid "GPUinit error: %d"
+msgstr "GPUinit errore: %d"
+
+#: ../win32/gui/plugin.c:340
+#, c-format
+msgid "SPUinit error: %d"
+msgstr "SPUinit errore: %d"
+
+#: ../win32/gui/plugin.c:342
+#, c-format
+msgid "PAD1init error: %d"
+msgstr "PAD1init errore: %d"
+
+#: ../win32/gui/plugin.c:344
+#, c-format
+msgid "PAD2init error: %d"
+msgstr "PAD2init errore: %d"
+
+#: ../win32/gui/plugin.c:347
+#, c-format
+msgid "NETinit error: %d"
+msgstr "NETinit errore: %d"
+
+#: ../win32/gui/WndMain.c:76
+msgid "Arabic"
+msgstr "Arabo"
+
+#: ../win32/gui/WndMain.c:77
+msgid "Catalan"
+msgstr "Catalano"
+
+#: ../win32/gui/WndMain.c:78
+msgid "German"
+msgstr "Tedesco"
+
+#: ../win32/gui/WndMain.c:79
+msgid "Greek"
+msgstr "Greco"
+
+#: ../win32/gui/WndMain.c:80 ../win32/gui/WndMain.c:1566
+#: ../win32/gui/WndMain.c:1568
+msgid "English"
+msgstr "Inglese"
+
+#: ../win32/gui/WndMain.c:81
+msgid "Spanish"
+msgstr "Spagnolo"
+
+#: ../win32/gui/WndMain.c:82
+msgid "French"
+msgstr "Francese"
+
+#: ../win32/gui/WndMain.c:83
+msgid "Italian"
+msgstr "Italiano"
+
+#: ../win32/gui/WndMain.c:84
+msgid "Portuguese"
+msgstr "Portoghese"
+
+#: ../win32/gui/WndMain.c:85
+msgid "Portuguese (Brazilian)"
+msgstr "Portoghese (Brasiliano)"
+
+#: ../win32/gui/WndMain.c:86
+msgid "Romanian"
+msgstr "Rumeno"
+
+#: ../win32/gui/WndMain.c:87
+msgid "Russian"
+msgstr "Russo"
+
+#: ../win32/gui/WndMain.c:88
+msgid "Simplified Chinese"
+msgstr "Cinese semplificato"
+
+#: ../win32/gui/WndMain.c:89
+msgid "Traditional Chinese"
+msgstr "Cinese tradizionale"
+
+#: ../win32/gui/WndMain.c:90
+msgid "Japanese"
+msgstr "Giapponese"
+
+#: ../win32/gui/WndMain.c:91
+msgid "Korean"
+msgstr "Coreano"
+
+#: ../win32/gui/WndMain.c:300 ../win32/gui/WndMain.c:352
+msgid "PCSX State Format"
+msgstr "Formato dei salvataggi di PCSX"
+
+#: ../win32/gui/WndMain.c:327
+#, c-format
+msgid "*PCSX*: Loaded State %s"
+msgstr "*PCSX*: è stato caricato lo stato %s"
+
+#: ../win32/gui/WndMain.c:328
+#, c-format
+msgid "*PCSX*: Error Loading State %s"
+msgstr ""
+"*PCSX*: si è verificato un errore durante il caricamento dello stato %s"
+
+#: ../win32/gui/WndMain.c:379
+#, c-format
+msgid "*PCSX*: Saved State %s"
+msgstr "*PCSX*: è stato salvato lo stato %s"
+
+#: ../win32/gui/WndMain.c:380
+#, c-format
+msgid "*PCSX*: Error Saving State %s"
+msgstr ""
+"*PCSX*: si è verificato un errore durante il salvataggio dello stato %s"
+
+#: ../win32/gui/WndMain.c:429 ../win32/gui/WndMain.c:478 ../gui/Gtk2Gui.c:485
+#: ../gui/Gtk2Gui.c:610
+msgid "The CD does not appear to be a valid Playstation CD"
+msgstr "Il CD inserito non sembra essere un valido CD della Playstation"
+
+#: ../win32/gui/WndMain.c:435 ../win32/gui/WndMain.c:484 ../gui/Gtk2Gui.c:493
+#: ../gui/Gtk2Gui.c:618
+msgid "Could not load CD-ROM!"
+msgstr "Impossibile caricare il CD-ROM!"
+
+#: ../win32/gui/WndMain.c:445
+msgid "Running BIOS is not supported with Internal HLE Bios."
+msgstr "L'avvio del BIOS non è supportato dal bios interno HLE."
+
+#: ../win32/gui/WndMain.c:664 ../gui/MemcardDlg.c:62
+msgid "Title"
+msgstr "Titolo"
+
+#: ../win32/gui/WndMain.c:670 ../gui/MemcardDlg.c:68
+msgid "Status"
+msgstr "Stato"
+
+#: ../win32/gui/WndMain.c:676
+msgid "Game ID"
+msgstr "ID del gioco"
+
+#: ../win32/gui/WndMain.c:682
+msgid "Game"
+msgstr "Gioco"
+
+#: ../win32/gui/WndMain.c:864
+msgid "mid link block"
+msgstr "mid link block"
+
+#: ../win32/gui/WndMain.c:867
+msgid "terminiting link block"
+msgstr "terminiting link block"
+
+#: ../win32/gui/WndMain.c:875 ../gui/MemcardDlg.c:155 ../gui/MemcardDlg.c:260
+msgid "Deleted"
+msgstr "Eliminato"
+
+#: ../win32/gui/WndMain.c:876 ../win32/gui/WndMain.c:879
+#: ../gui/MemcardDlg.c:157 ../gui/MemcardDlg.c:161 ../gui/MemcardDlg.c:262
+#: ../gui/MemcardDlg.c:266
+msgid "Free"
+msgstr "Libero"
+
+#: ../win32/gui/WndMain.c:878 ../gui/MemcardDlg.c:159 ../gui/MemcardDlg.c:264
+msgid "Used"
+msgstr "Usato"
+
+#: ../win32/gui/WndMain.c:972
+msgid "Memcard Manager"
+msgstr "Gestore della memory card"
+
+#: ../win32/gui/WndMain.c:976 ../win32/gui/WndMain.c:979
+msgid "Select Mcd"
+msgstr "Seleziona la memory card"
+
+#: ../win32/gui/WndMain.c:977 ../win32/gui/WndMain.c:980
+msgid "Format Mcd"
+msgstr "Formatta la memory card"
+
+#: ../win32/gui/WndMain.c:978 ../win32/gui/WndMain.c:981
+msgid "Reload Mcd"
+msgstr "Ricarica la memory card"
+
+#: ../win32/gui/WndMain.c:982
+msgid "-> Copy ->"
+msgstr "-> Copia ->"
+
+#: ../win32/gui/WndMain.c:983
+msgid "<- Copy <-"
+msgstr "<- Copia <-"
+
+#: ../win32/gui/WndMain.c:984
+msgid "Paste"
+msgstr "Incolla"
+
+#: ../win32/gui/WndMain.c:985
+msgid "<- Un/Delete"
+msgstr "<- Non/Elimina"
+
+#: ../win32/gui/WndMain.c:986
+msgid "Un/Delete ->"
+msgstr "Non/Elimina ->"
+
+#: ../win32/gui/WndMain.c:988
+msgid "Memory Card 1"
+msgstr "Memory card 1"
+
+#: ../win32/gui/WndMain.c:989
+msgid "Memory Card 2"
+msgstr "Memory card 2"
+
+#: ../win32/gui/WndMain.c:1044
+msgid "Are you sure you want to paste this selection?"
+msgstr "Sei sicuro di voler incollare questa selezione?"
+
+#: ../win32/gui/WndMain.c:1044 ../win32/gui/WndMain.c:1155
+#: ../win32/gui/WndMain.c:1162
+msgid "Confirmation"
+msgstr "Conferma"
+
+#: ../win32/gui/WndMain.c:1155 ../win32/gui/WndMain.c:1162
+msgid "Are you sure you want to format this Memory Card?"
+msgstr "Sei sicuro di voler formattare questa memory card?"
+
+#: ../win32/gui/WndMain.c:1208
+msgid "Cpu Config"
+msgstr "Configurazione della Cpu"
+
+#: ../win32/gui/WndMain.c:1213
+msgid "Disable Xa Decoding"
+msgstr "Disabilita il decoding Xa"
+
+#: ../win32/gui/WndMain.c:1214
+msgid "Sio Irq Always Enabled"
+msgstr "Sio irq sempre abilitato"
+
+#: ../win32/gui/WndMain.c:1215
+msgid "Black && White Movies"
+msgstr "Filmati in bianco e nero"
+
+#: ../win32/gui/WndMain.c:1216
+msgid "Disable Cd audio"
+msgstr "Disabilita cd audio"
+
+#: ../win32/gui/WndMain.c:1217 ../data/pcsx.glade2:1595
+msgid "Autodetect"
+msgstr "Rileva automaticamente"
+
+#: ../win32/gui/WndMain.c:1218
+msgid "Enable Interpreter Cpu"
+msgstr "Abilita l'interprete della cpu"
+
+#: ../win32/gui/WndMain.c:1219 ../data/pcsx.glade2:1451
+msgid "Enable Console Output"
+msgstr "Abilita l'output sulla console"
+
+#: ../win32/gui/WndMain.c:1220 ../data/pcsx.glade2:1401
+msgid "Enable Debugger"
+msgstr "Abilita il debugger"
+
+#: ../win32/gui/WndMain.c:1221
+msgid "Spu Irq Always Enabled"
+msgstr "Spu irq sempre abilitato"
+
+#: ../win32/gui/WndMain.c:1222 ../data/pcsx.glade2:1538
+msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
+msgstr "Parasite Eve 2, Vandal Hearts 1/2 Fix"
+
+#: ../win32/gui/WndMain.c:1223 ../data/pcsx.glade2:1553
+msgid "InuYasha Sengoku Battle Fix"
+msgstr "InuYasha Sengoku Battle Fix"
+
+#: ../win32/gui/WndMain.c:1225
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:277
+#: ../plugins/dfinput/dfinput.glade2:448
+msgid "Options"
+msgstr "Opzioni"
+
+#: ../win32/gui/WndMain.c:1226
+msgid "Psx System Type"
+msgstr "Regione del sistema"
+
+#: ../win32/gui/WndMain.c:1330
+msgid "Psx Mcd Format (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
+msgstr ""
+"Formato memory card della psx (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
+
+#: ../win32/gui/WndMain.c:1335
+msgid "Psx Memory Card (*.mcr;*.mc)"
+msgstr "Memory card psx (*.mcr;*.mc)"
+
+#: ../win32/gui/WndMain.c:1340
+msgid "CVGS Memory Card (*.mem;*.vgs)"
+msgstr "Memory card CVSG (*.mem;*.vgs)"
+
+#: ../win32/gui/WndMain.c:1345
+msgid "Bleem Memory Card (*.mcd)"
+msgstr "Memory card bleem (*.mcd)"
+
+#: ../win32/gui/WndMain.c:1350
+msgid "DexDrive Memory Card (*.gme)"
+msgstr "Memory card DexDrive (*.gme)"
+
+#: ../win32/gui/WndMain.c:1355
+msgid "DataDeck Memory Card (*.ddf)"
+msgstr "Memory card DataDeck (*.ddf)"
+
+#: ../win32/gui/WndMain.c:1360 ../win32/gui/WndMain.c:1441 ../gui/Cheat.c:321
+#: ../gui/Gtk2Gui.c:422 ../gui/Gtk2Gui.c:561
+msgid "All Files"
+msgstr "Tutti i file"
+
+#: ../win32/gui/WndMain.c:1399
+msgid "Psx Exe Format"
+msgstr "Formato exe della Psx"
+
+#: ../win32/gui/WndMain.c:1436
+msgid "Psx Isos (*.iso;*.mdf;*.img;*.bin)"
+msgstr "ISO della psx (*.iso;*.mdf;*.img;*.bin)"
+
+#: ../win32/gui/WndMain.c:1512
+msgid "&File"
+msgstr "&File"
+
+#: ../win32/gui/WndMain.c:1513
+msgid "E&xit"
+msgstr "E&sci"
+
+#: ../win32/gui/WndMain.c:1515
+msgid "Run &EXE..."
+msgstr "Avvia &EXE..."
+
+#: ../win32/gui/WndMain.c:1516
+msgid "Run &BIOS"
+msgstr "Avvia &BIOS"
+
+#: ../win32/gui/WndMain.c:1517
+msgid "Run &ISO..."
+msgstr "Avvia &ISO..."
+
+#: ../win32/gui/WndMain.c:1518
+msgid "Run &CD"
+msgstr "Avvia &CD"
+
+#: ../win32/gui/WndMain.c:1520
+msgid "&Emulator"
+msgstr "&Emulatore"
+
+#: ../win32/gui/WndMain.c:1521
+msgid "&States"
+msgstr "&Stati"
+
+#: ../win32/gui/WndMain.c:1523
+msgid "S&witch ISO..."
+msgstr "C&ambia ISO..."
+
+#: ../win32/gui/WndMain.c:1525
+msgid "Re&set"
+msgstr "Re&setta"
+
+#: ../win32/gui/WndMain.c:1526
+msgid "&Run"
+msgstr "&Avvia"
+
+#: ../win32/gui/WndMain.c:1527
+msgid "&Save"
+msgstr "&Salva"
+
+#: ../win32/gui/WndMain.c:1528
+msgid "&Load"
+msgstr "&Carica"
+
+#: ../win32/gui/WndMain.c:1529 ../win32/gui/WndMain.c:1535
+msgid "&Other..."
+msgstr "&Altro..."
+
+#: ../win32/gui/WndMain.c:1530 ../win32/gui/WndMain.c:1536
+msgid "Slot &5"
+msgstr "Slot &5"
+
+#: ../win32/gui/WndMain.c:1531 ../win32/gui/WndMain.c:1537
+msgid "Slot &4"
+msgstr "Slot &4"
+
+#: ../win32/gui/WndMain.c:1532 ../win32/gui/WndMain.c:1538
+msgid "Slot &3"
+msgstr "Slot &3"
+
+#: ../win32/gui/WndMain.c:1533 ../win32/gui/WndMain.c:1539
+msgid "Slot &2"
+msgstr "Slot &2"
+
+#: ../win32/gui/WndMain.c:1534 ../win32/gui/WndMain.c:1540
+msgid "Slot &1"
+msgstr "Slot &1"
+
+#: ../win32/gui/WndMain.c:1542
+msgid "&Configuration"
+msgstr "&Configurazione"
+
+#: ../win32/gui/WndMain.c:1543
+msgid "Cheat &Search..."
+msgstr "Cerca &cheat..."
+
+#: ../win32/gui/WndMain.c:1544
+msgid "Ch&eat Code..."
+msgstr "Codice ch&eat..."
+
+#: ../win32/gui/WndMain.c:1547
+msgid "&Language"
+msgstr "&Lingua"
+
+#: ../win32/gui/WndMain.c:1572
+msgid "&Memory cards..."
+msgstr "&Memory card..."
+
+#: ../win32/gui/WndMain.c:1573
+msgid "C&PU..."
+msgstr "C&PU..."
+
+#: ../win32/gui/WndMain.c:1575
+msgid "&NetPlay..."
+msgstr "&NetPlay..."
+
+#: ../win32/gui/WndMain.c:1577
+msgid "&Controllers..."
+msgstr "&Controller..."
+
+#: ../win32/gui/WndMain.c:1578
+msgid "CD-&ROM..."
+msgstr "CD-&ROM..."
+
+#: ../win32/gui/WndMain.c:1579
+msgid "&Sound..."
+msgstr "&Audio..."
+
+#: ../win32/gui/WndMain.c:1580
+msgid "&Graphics..."
+msgstr "&Video..."
+
+#: ../win32/gui/WndMain.c:1582
+msgid "&Plugins && Bios..."
+msgstr "&Plugin e Bios..."
+
+#: ../win32/gui/WndMain.c:1584
+msgid "&Help"
+msgstr "&Aiuto"
+
+#: ../win32/gui/WndMain.c:1585
+msgid "&About..."
+msgstr "&Informazioni..."
+
+#: ../win32/gui/WndMain.c:1764
+msgid "Pcsx Msg"
+msgstr "Messaggio di pcsx"
+
+#: ../win32/gui/WndMain.c:1767
+msgid "Error Loading Symbol"
+msgstr "Si è verificato un errore durante il caricamento del simbolo"
+
+#: ../gui/AboutDlg.c:74
+msgid ""
+"(C) 1999-2003 PCSX Team\n"
+"(C) 2005-2009 PCSX-df Team\n"
+"(C) 2009-2010 PCSX-Reloaded Team"
+msgstr ""
+
+#: ../gui/AboutDlg.c:79
+#, fuzzy
+msgid ""
+"This program is free software; you can redistribute it and/or modify it "
+"under the terms of the GNU General Public License as published by the Free "
+"Software Foundation; either version 2 of the License, or (at your option) "
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful, but WITHOUT "
+"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
+"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
+"more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License along with "
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA."
+msgstr ""
+"This program is free software; you can redistribute it\n"
+"and/or modify it under the terms of the GNU General\n"
+"Public License as published by the Free Software\n"
+"Foundation; either version 2 of the License, or (at your\n"
+"option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be\n"
+"useful, but WITHOUT ANY WARRANTY; without even\n"
+"the implied warranty of MERCHANTABILITY or\n"
+"FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General\n"
+"Public License along with this program; if not, write to\n"
+"the Free Software Foundation, Inc."
+
+#: ../gui/AboutDlg.c:102
+msgid "translator-credits"
+msgstr ""
+"Traduzione italiana a cura di Giovanni Scafora <giovanni@archlinux.org>"
+
+#: ../gui/AboutDlg.c:103
+msgid "A PlayStation emulator."
+msgstr "Un emulatore della PlayStation."
+
+#: ../gui/Cheat.c:117 ../gui/Cheat.c:202
+msgid "Cheat Description:"
+msgstr "Descrizione del cheat:"
+
+#: ../gui/Cheat.c:306
+msgid "Open Cheat File"
+msgstr "Apri il file del cheat"
+
+#: ../gui/Cheat.c:316 ../gui/Cheat.c:356
+msgid "PCSX Cheat Code Files (*.cht)"
+msgstr "File cheat di PCSX (*.cht)"
+
+#: ../gui/Cheat.c:346
+msgid "Save Cheat File"
+msgstr "Salva il file del cheat"
+
+#: ../gui/Cheat.c:361
+msgid "All Files (*.*)"
+msgstr "Tutti i file (*.*)"
+
+#: ../gui/Cheat.c:394 ../gui/Cheat.c:1124 ../gui/ConfDlg.c:104
+#: ../gui/ConfDlg.c:200 ../gui/DebugMemory.c:259
+msgid "Error: Glade interface could not be loaded!"
+msgstr "Errore: impossibile caricare l'interfaccia di glade!"
+
+#: ../gui/Cheat.c:399
+msgid "Cheat Codes"
+msgstr "Codici cheat"
+
+#: ../gui/Cheat.c:405
+msgid "Enable"
+msgstr "Abilita"
+
+#: ../gui/Cheat.c:630
+msgid "Freeze value"
+msgstr "Blocca valore"
+
+#: ../gui/Cheat.c:729
+msgid "Modify value"
+msgstr "Modifica il valore"
+
+#: ../gui/Cheat.c:737
+msgid "New value:"
+msgstr "Nuovo valore:"
+
+#: ../gui/Cheat.c:1134
+msgid "Search Results"
+msgstr "Risultati della ricerca"
+
+#: ../gui/ConfDlg.c:112 ../data/pcsx.glade2:778
+msgid "Configure PCSX"
+msgstr "Configura PCSX"
+
+#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
+#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
+msgid "No configuration required"
+msgstr "Non necessita di essere configurato"
+
+#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
+#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
+msgid "This plugin doesn't need to be configured."
+msgstr "Questo plugin non necessita di essere configurato."
+
+#: ../gui/ConfDlg.c:581
+#, c-format
+msgid "Could not open BIOS directory: '%s'\n"
+msgstr "Impossibile aprire la cartella del BIOS: '%s'\n"
+
+#: ../gui/ConfDlg.c:611 ../gui/ConfDlg.c:704 ../gui/LnxMain.c:168
+#, c-format
+msgid "Could not open directory: '%s'\n"
+msgstr "Impossibile aprire la cartella: '%s'\n"
+
+#: ../gui/ConfDlg.c:675
+msgid "Simulate PSX BIOS"
+msgstr ""
+
+#: ../gui/DebugMemory.c:103 ../data/pcsx.glade2:3178
+msgid "Memory Dump"
+msgstr ""
+
+#: ../gui/DebugMemory.c:111
+#, fuzzy
+msgid "Start Address (Hexadecimal):"
+msgstr "Esadecimale"
+
+#: ../gui/DebugMemory.c:121
+msgid "Length (Decimal):"
+msgstr ""
+
+#: ../gui/DebugMemory.c:147
+msgid "Dump to File"
+msgstr ""
+
+#: ../gui/DebugMemory.c:162
+#, fuzzy, c-format
+msgid "Error writing to %s!"
+msgstr "Si è verificato un errore durante il salvataggio dello stato %s!"
+
+#: ../gui/DebugMemory.c:180
+#, fuzzy
+msgid "Memory Patch"
+msgstr "Memory card 1"
+
+#: ../gui/DebugMemory.c:188 ../data/pcsx.glade2:3199
+#, fuzzy
+msgid "Address (Hexadecimal):"
+msgstr "Esadecimale"
+
+#: ../gui/DebugMemory.c:198
+#, fuzzy
+msgid "Value (Hexa string):"
+msgstr "Esadecimale"
+
+#: ../gui/DebugMemory.c:264
+#, fuzzy
+msgid "Memory Viewer"
+msgstr "Memory card 1"
+
+#: ../gui/DebugMemory.c:269
+#, fuzzy
+msgid "Address"
+msgstr "Indirizzo:"
+
+#: ../gui/DebugMemory.c:287
+#, fuzzy
+msgid "Text"
+msgstr "Strutture"
+
+#: ../gui/Gtk2Gui.c:113
+msgid "Ready"
+msgstr "Pronto"
+
+#: ../gui/Gtk2Gui.c:154
+msgid "Emulation Paused."
+msgstr "L'emulazione è stata messa in pausa."
+
+#: ../gui/Gtk2Gui.c:405
+msgid "Select PSX EXE File"
+msgstr "Seleziona un file EXE della PSX"
+
+#: ../gui/Gtk2Gui.c:418
+msgid "PlayStation Executable Files"
+msgstr "File eseguibili della PlayStation"
+
+#: ../gui/Gtk2Gui.c:454
+msgid "Not a valid PSX file"
+msgstr "Non è un file valido della PSX"
+
+#: ../gui/Gtk2Gui.c:454
+msgid "The file does not appear to be a valid Playstation executable"
+msgstr "Il file non sembra essere un eseguibile valido della Playstation"
+
+#: ../gui/Gtk2Gui.c:485 ../gui/Gtk2Gui.c:610
+msgid "CD ROM failed"
+msgstr "Si è verificato un problema con il CD ROM"
+
+#: ../gui/Gtk2Gui.c:493 ../gui/Gtk2Gui.c:618
+msgid "The CD-ROM could not be loaded"
+msgstr "Impossibile caricare il CD-ROM"
+
+#: ../gui/Gtk2Gui.c:507
+msgid "Could not run BIOS"
+msgstr "Impossibile avviare il BIOS"
+
+#: ../gui/Gtk2Gui.c:507
+msgid "Running BIOS is not supported with Internal HLE BIOS."
+msgstr "L'avvio del BIOS non è supportato con il BIOS HLE interno."
+
+#: ../gui/Gtk2Gui.c:536
+msgid "Open PSX Disc Image File"
+msgstr "Apri il file immagine del disco PSX"
+
+#: ../gui/Gtk2Gui.c:556
+msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
+msgstr "File immagine PSX (*.bin, *.img, *.mdf, *.iso)"
+
+#: ../gui/Gtk2Gui.c:771
+#, c-format
+msgid "Loaded state %s."
+msgstr "È stato caricato lo stato %s."
+
+#: ../gui/Gtk2Gui.c:774
+#, c-format
+msgid "Error loading state %s!"
+msgstr "Si è verificato un errore durante il caricamento dello stato %s!"
+
+#: ../gui/Gtk2Gui.c:785
+#, c-format
+msgid "Saved state %s."
+msgstr "È stato salvato lo stato %s."
+
+#: ../gui/Gtk2Gui.c:787
+#, c-format
+msgid "Error saving state %s!"
+msgstr "Si è verificato un errore durante il salvataggio dello stato %s!"
+
+#: ../gui/Gtk2Gui.c:822 ../gui/Gtk2Gui.c:850
+msgid "Select State File"
+msgstr "Seleziona il file dello stato"
+
+#: ../gui/Gtk2Gui.c:893
+msgid "Notice"
+msgstr "Avviso"
+
+#: ../gui/LnxMain.c:62
+#, c-format
+msgid "Creating memory card: %s\n"
+msgstr "Creazione in corso della memory card: %s\n"
+
+#: ../gui/LnxMain.c:325
+msgid ""
+" pcsx [options] [file]\n"
+"\toptions:\n"
+"\t-runcd\t\tRuns CD-ROM\n"
+"\t-cdfile FILE\tRuns a CD image file\n"
+"\t-nogui\t\tDon't open the GTK GUI\n"
+"\t-cfg FILE\tLoads desired configuration file (default: ~/.pcsx/pcsx.cfg)\n"
+"\t-psxout\t\tEnable PSX output\n"
+"\t-load STATENUM\tLoads savestate STATENUM (1-5)\n"
+"\t-h -help\tDisplay this message\n"
+"\tfile\t\tLoads file\n"
+msgstr ""
+" pcsx [opzioni] [file]\n"
+"\topzioni:\n"
+"\t-runcd\t\tAvvia il CD-ROM\n"
+"\t-cdfile FILE\tAvvia un immagine del CD\n"
+"\t-nogui\t\tNon apre la GUI GTK\n"
+"\t-cfg FILE\tCarica il file della configurazione desiderata (default: ~/."
+"pcsx/pcsx.cfg)\n"
+"\t-psxout\t\tAbilita l'output della PSX\n"
+"\t-load STATENUM\tCarica salvataggio (1-5)\n"
+"\t-h -help\tVisualizza questo messaggio\n"
+"\tfile\t\tCarica un file\n"
+
+#: ../gui/LnxMain.c:362
+#, c-format
+msgid ""
+"PCSX cannot be configured without using the GUI -- you should restart "
+"without -nogui.\n"
+msgstr ""
+"PCSX non può essere configurato senza una GUI, dovresti riavviare senza "
+"l'opzione -nogui.\n"
+
+#: ../gui/LnxMain.c:418
+msgid "Failed loading plugins!"
+msgstr "Il caricamento dei plugin non è andato a buon fine!"
+
+#: ../gui/LnxMain.c:435
+#, c-format
+msgid "Could not load CD-ROM!\n"
+msgstr "Impossibile caricare il CD-ROM!\n"
+
+#: ../gui/LnxMain.c:466
+#, c-format
+msgid "PSX emulator couldn't be initialized.\n"
+msgstr "Impossibile inizializzare l'emulatore PSX.\n"
+
+#: ../gui/MemcardDlg.c:56
+msgid "Icon"
+msgstr "Icona"
+
+#: ../gui/MemcardDlg.c:74
+msgid "ID"
+msgstr "ID"
+
+#: ../gui/MemcardDlg.c:80
+msgid "Name"
+msgstr "Nome"
+
+#: ../gui/MemcardDlg.c:323
+msgid "Select A File"
+msgstr "Seleziona un file"
+
+#: ../gui/MemcardDlg.c:364
+msgid "Format this Memory Card?"
+msgstr "Formatto questa memory card?"
+
+#: ../gui/MemcardDlg.c:366
+msgid ""
+"If you format the memory card, the card will be empty, and any existing data "
+"overwritten."
+msgstr ""
+"Se formatti la memory card, questa sarà svuotata e tutti i dati esistenti "
+"saranno sovrascritti."
+
+#: ../gui/MemcardDlg.c:369
+msgid "Format card"
+msgstr "Formatta la memory card"
+
+#: ../gui/MemcardDlg.c:393
+msgid "Create a new Memory Card"
+msgstr "Crea una nuova memory card"
+
+#: ../gui/MemcardDlg.c:402
+msgid "New Memory Card.mcd"
+msgstr "Nuova memory card.mcd"
+
+#: ../gui/MemcardDlg.c:503
+msgid "No free space on memory card"
+msgstr "Non c'è spazio libero sulla memory card"
+
+#: ../gui/MemcardDlg.c:504
+msgid ""
+"There are no free slots available on the target memory card. Please delete a "
+"slot first."
+msgstr ""
+"Non vi sono slot liberi disponibili nella memory card. Elimina almeno uno "
+"slot."
+
+#: ../gui/MemcardDlg.c:667
+msgid "Memory Card Manager"
+msgstr "Gestore della memory card"
+
+#: ../gui/Plugin.c:211 ../data/pcsx.glade2:1487
+#, c-format
+msgid "SIO IRQ Always Enabled"
+msgstr "SIO IRQ sempre abilitato"
+
+#: ../gui/Plugin.c:212
+#, c-format
+msgid "SIO IRQ Not Always Enabled"
+msgstr "SIO IRQ non sempre abilitato"
+
+#: ../gui/Plugin.c:218
+#, c-format
+msgid "Black & White Mdecs Only Enabled"
+msgstr "Abilita solo i filmati in bianco e nero"
+
+#: ../gui/Plugin.c:219
+#, c-format
+msgid "Black & White Mdecs Only Disabled"
+msgstr "Disabilita solo i filmati in bianco e nero"
+
+#: ../gui/Plugin.c:225
+#, c-format
+msgid "XA Enabled"
+msgstr "XA abilitato"
+
+#: ../gui/Plugin.c:226
+#, c-format
+msgid "XA Disabled"
+msgstr "XA disabilitato"
+
+#: ../gui/Plugin.c:288
+msgid "Error opening CD-ROM plugin!"
+msgstr "Si è verificato un errore durante l'apertura del plugin del CD-ROM!"
+
+#: ../gui/Plugin.c:290
+msgid "Error opening SPU plugin!"
+msgstr "Si è verificato un errore durante l'apertura del plugin della SPU!"
+
+#: ../gui/Plugin.c:293
+msgid "Error opening GPU plugin!"
+msgstr "Si è verificato un errore durante l'apertura del plugin della GPU!"
+
+#: ../gui/Plugin.c:295
+msgid "Error opening Controller 1 plugin!"
+msgstr ""
+"Si è verificato un errore durante l'apertura del plugin del controller 1!"
+
+#: ../gui/Plugin.c:297
+msgid "Error opening Controller 2 plugin!"
+msgstr ""
+"Si è verificato un errore durante l'apertura del plugin del controller 2!"
+
+#: ../gui/Plugin.c:377
+msgid "Error closing CD-ROM plugin!"
+msgstr "Si è verificato un errore durante la chiusura del plugin del CD-ROM!"
+
+#: ../gui/Plugin.c:379
+msgid "Error closing SPU plugin!"
+msgstr "Si è verificato un errore durante la chiusura del plugin della SPU!"
+
+#: ../gui/Plugin.c:381
+msgid "Error closing Controller 1 Plugin!"
+msgstr ""
+"Si è verificato un errore durante la chiusura del plugin del controller 1!"
+
+#: ../gui/Plugin.c:383
+msgid "Error closing Controller 2 plugin!"
+msgstr ""
+"Si è verificato un errore durante la chiusura del plugin del controller 2!"
+
+#: ../gui/Plugin.c:385
+msgid "Error closing GPU plugin!"
+msgstr "Si è verificato un errore durante la chiusura del plugin della GPU!"
+
+#: ../libpcsxcore/cdriso.c:658
+#, c-format
+msgid "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n"
+msgstr ""
+
+#: ../libpcsxcore/cdriso.c:677
+#, c-format
+msgid "Loaded CD Image: %s"
+msgstr "È stata caricata l'immagine del CD: %s"
+
+#: ../libpcsxcore/cheat.c:147
+#, c-format
+msgid "Cheats loaded from: %s\n"
+msgstr "Cheat caricati da: %s\n"
+
+#: ../libpcsxcore/cheat.c:179
+#, c-format
+msgid "Cheats saved to: %s\n"
+msgstr "Cheat salvati in: %s\n"
+
+#: ../libpcsxcore/cheat.c:322 ../libpcsxcore/cheat.c:443
+msgid "(Untitled)"
+msgstr "(Senza titolo)"
+
+#: ../libpcsxcore/debug.c:317
+msgid "Error allocating memory"
+msgstr "Si è verificato un errore durante l'allocazione della memoria"
+
+#: ../libpcsxcore/debug.c:322
+msgid "Unable to start debug server.\n"
+msgstr "Impossibile avviare il server del debug.\n"
+
+#: ../libpcsxcore/debug.c:326
+msgid "Debugger started.\n"
+msgstr "Il debugger è stato avviato.\n"
+
+#: ../libpcsxcore/debug.c:333
+msgid "Debugger stopped.\n"
+msgstr "Il debugger è stato fermato.\n"
+
+#: ../libpcsxcore/misc.c:342
+#, c-format
+msgid "CD-ROM Label: %.32s\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:343
+#, fuzzy, c-format
+msgid "CD-ROM ID: %.9s\n"
+msgstr "CD-ROM:"
+
+#: ../libpcsxcore/misc.c:388
+#, c-format
+msgid "Error opening file: %s.\n"
+msgstr "Si è verificato un errore durante l'apertura del file: %s.\n"
+
+#: ../libpcsxcore/misc.c:428
+#, c-format
+msgid "Unknown CPE opcode %02x at position %08x.\n"
+msgstr "Opcode CPE sconosciuto %02x alla posizione %08x.\n"
+
+#: ../libpcsxcore/misc.c:435
+msgid "COFF files not supported.\n"
+msgstr "File COFF non supportato.\n"
+
+#: ../libpcsxcore/misc.c:439
+msgid "This file does not appear to be a valid PSX file.\n"
+msgstr "Questo file non sembra essere un file valido di PSX.\n"
+
+#: ../libpcsxcore/plugins.c:181
+#, c-format
+msgid "Error loading %s: %s"
+msgstr "Si è verificato un errore durante il caricamento di %s: %s"
+
+#: ../libpcsxcore/plugins.c:221
+#, c-format
+msgid "Could not load GPU plugin %s!"
+msgstr "Impossibile caricare il plugin %s della GPU!"
+
+#: ../libpcsxcore/plugins.c:292
+#, c-format
+msgid "Could not load CD-ROM plugin %s!"
+msgstr "Impossibile caricare il plugin %s del CD-ROM!"
+
+#: ../libpcsxcore/plugins.c:340
+#, c-format
+msgid "Could not load SPU plugin %s!"
+msgstr "Impossibile caricare il plugin %s della SPU!"
+
+#: ../libpcsxcore/plugins.c:477
+#, c-format
+msgid "Could not load Controller 1 plugin %s!"
+msgstr "Impossibile caricare il plugin %s del controller 1!"
+
+#: ../libpcsxcore/plugins.c:531
+#, c-format
+msgid "Could not load Controller 2 plugin %s!"
+msgstr "Impossibile caricare il plugin %s del controller 2!"
+
+#: ../libpcsxcore/plugins.c:574
+#, c-format
+msgid "Could not load NetPlay plugin %s!"
+msgstr "Impossibile caricare il plugin %s di NetPlay!"
+
+#: ../libpcsxcore/plugins.c:654
+#, fuzzy, c-format
+msgid "Could not load SIO1 plugin %s!"
+msgstr "Impossibile caricare il plugin %s della SPU!"
+
+#: ../libpcsxcore/plugins.c:739
+#, c-format
+msgid "Error initializing CD-ROM plugin: %d"
+msgstr ""
+"Si è verificato un errore durante l'inizializzazione del plugin del CD-ROM: %"
+"d"
+
+#: ../libpcsxcore/plugins.c:741
+#, c-format
+msgid "Error initializing GPU plugin: %d"
+msgstr ""
+"Si è verificato un errore durante l'inizializzazione del plugin della GPU: %d"
+
+#: ../libpcsxcore/plugins.c:743
+#, c-format
+msgid "Error initializing SPU plugin: %d"
+msgstr ""
+"Si è verificato un errore durante l'inizializzazione del plugin della SPU: %d"
+
+#: ../libpcsxcore/plugins.c:745
+#, c-format
+msgid "Error initializing Controller 1 plugin: %d"
+msgstr ""
+"Si è verificato un errore durante l'inizializzazione del plugin del "
+"controller 1: %d"
+
+#: ../libpcsxcore/plugins.c:747
+#, c-format
+msgid "Error initializing Controller 2 plugin: %d"
+msgstr ""
+"Si è verificato un errore durante l'inizializzazione del plugin del "
+"controller 2: %d"
+
+#: ../libpcsxcore/plugins.c:751
+#, c-format
+msgid "Error initializing NetPlay plugin: %d"
+msgstr ""
+"Si è verificato un errore durante l'inizializzazione del plugin di NetPlay: %"
+"d"
+
+#: ../libpcsxcore/plugins.c:756
+#, fuzzy, c-format
+msgid "Error initializing SIO1 plugin: %d"
+msgstr ""
+"Si è verificato un errore durante l'inizializzazione del plugin della SPU: %d"
+
+#: ../libpcsxcore/plugins.c:759
+msgid "Plugins loaded.\n"
+msgstr "Plugin caricati.\n"
+
+#: ../libpcsxcore/ppf.c:216
+#, c-format
+msgid "Invalid PPF patch: %s.\n"
+msgstr "Patch PPF non valida: %s.\n"
+
+#: ../libpcsxcore/ppf.c:292
+#, c-format
+msgid "Unsupported PPF version (%d).\n"
+msgstr "Versione PPF non supportata (%d).\n"
+
+#: ../libpcsxcore/ppf.c:331
+#, c-format
+msgid "Loaded PPF %d.0 patch: %s.\n"
+msgstr "Caricata la patch PPF %d.0: %s.\n"
+
+#: ../libpcsxcore/psxmem.c:80
+msgid "Error allocating memory!"
+msgstr "Si è verificato un errore durante l'allocazione della memoria!"
+
+#: ../libpcsxcore/psxmem.c:122
+#, c-format
+msgid "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
+msgstr "Impossibile aprire il BIOS:\"%s\". Sto abilitando il bios HLE!\n"
+
+#: ../libpcsxcore/r3000a.c:33
+#, c-format
+msgid "Running PCSX Version %s (%s).\n"
+msgstr "Avvio in corso di PCSX versione %s (%s).\n"
+
+#: ../libpcsxcore/sio.c:345
+msgid "Connection closed!\n"
+msgstr "Connessione chiusa!\n"
+
+#: ../libpcsxcore/sio.c:371
+#, c-format
+msgid "No memory card value was specified - creating a default card %s\n"
+msgstr ""
+"Nessun valore specificato per la memory card, sto creando una card di "
+"default %s\n"
+
+#: ../libpcsxcore/sio.c:375
+#, c-format
+msgid "The memory card %s doesn't exist - creating it\n"
+msgstr "La memory card %s non esiste, la sto creando\n"
+
+#: ../libpcsxcore/sio.c:391
+#, c-format
+msgid "Memory card %s failed to load!\n"
+msgstr "Impossibile caricare la memory card %s!\n"
+
+#: ../libpcsxcore/sio.c:395
+#, c-format
+msgid "Loading memory card %s\n"
+msgstr "Sto caricando la memory card %s\n"
+
+#: ../plugins/dfxvideo/gpu.c:55
+msgid "SoftGL Driver"
+msgstr "Driver SoftGL"
+
+#: ../plugins/dfxvideo/gpu.c:56
+msgid ""
+"P.E.Op.S. SoftGL Driver V1.17\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+"Driver P.E.Op.S. SoftGL V1.17\n"
+"Scritto da Pete Bernert e dal team P.E.Op.S.\n"
+
+#: ../plugins/dfxvideo/gpu.c:58
+msgid "XVideo Driver"
+msgstr "Driver XVideo"
+
+#: ../plugins/dfxvideo/gpu.c:59
+msgid ""
+"P.E.Op.S. Xvideo Driver V1.17\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+"Driver P.E.Op.S. Xvideo V1.17\n"
+"Scritto da Pete Bernert e dal team P.E.Op.S.\n"
+
+#: ../plugins/dfxvideo/gpu.c:62
+msgid "Pete Bernert and the P.E.Op.S. team"
+msgstr "Pete Bernert ed il team P.E.Op.S."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:8
+msgid "Configure X11 Video"
+msgstr "Configura X11 Video"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:45
+msgid "Initial Window Size:"
+msgstr "Dimensione iniziale della finestra:"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:56
+msgid "Stretching:"
+msgstr "Allungamento:"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:69
+msgid "Dithering:"
+msgstr "Retinatura:"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:82
+msgid ""
+"320x240\n"
+"640x480\n"
+"800x600\n"
+"1024x768\n"
+"1152x864\n"
+"1280x1024\n"
+"1600x1200"
+msgstr ""
+"320x240\n"
+"640x480\n"
+"800x600\n"
+"1024x768\n"
+"1152x864\n"
+"1280x1024\n"
+"1600x1200"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:101
+msgid ""
+"0: None\n"
+"1: 2xSai\n"
+"2: 2xSuperSai\n"
+"3: SuperEagle\n"
+"4: Scale2x\n"
+"5: Scale3x\n"
+"6: HQ2X\n"
+"7: HQ3X"
+msgstr ""
+"0: Nessuno\n"
+"1: 2xSai\n"
+"2: 2xSuperSai\n"
+"3: SuperEagle\n"
+"4: Scala2x\n"
+"5: Scala3x\n"
+"6: HQ2X\n"
+"7: HQ3X"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:123
+msgid ""
+"0: Off (fastest)\n"
+"1: Game dependant\n"
+"2: Always"
+msgstr ""
+"0: Disattivato (più veloce)\n"
+"1: Dipendente dal gioco\n"
+"2: Sempre"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:146
+msgid "Maintain 4:3 Aspect Ratio"
+msgstr "Mantiene la proporzione dell'aspetto a 4:3"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:161
+#: ../plugins/peopsxgl/gpucfg/interface.c:322
+msgid "Fullscreen"
+msgstr "Schermo intero"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:165
+msgid "Toggle windowed/fullscreen mode."
+msgstr "Commuta modo finestra/schermo intero."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:187
+msgid "<b>Screen</b>"
+msgstr "<b>Schermo</b>"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:216
+msgid "Show FPS"
+msgstr "Visualizza gli FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:220
+msgid "Toggle whether the FPS will be shown."
+msgstr "Commuta quando saranno visualizzati gli FPS."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:232
+msgid "Autodetect FPS limit"
+msgstr "Rileva automaticamente il limite degli FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:236
+msgid "Enable this if games display too quickly."
+msgstr "Abilita se i giochi sono visualizzati troppo rapidamente."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:249
+msgid "Enable frame skipping"
+msgstr "Abilita il salto dei frame"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:253
+msgid "Skip frames when rendering."
+msgstr "Salta i frame durante il rendering."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:270
+msgid "Set FPS"
+msgstr "Imposta gli FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:287
+msgid "200.0"
+msgstr "200.0"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:310
+msgid "<b>Framerate</b>"
+msgstr "<b>Framerate</b>"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:339
+#: ../plugins/peopsxgl/gpucfg/interface.c:568
+msgid "Use game fixes"
+msgstr "Usa le difficoltà del gioco"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:366
+msgid "better g-colors, worse textures"
+msgstr "Miglior g-color, strutture poco definite"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:381
+msgid "Needed by Dark Forces"
+msgstr "Richiesto da Dark Forces"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:394
+msgid "Draw quads with triangles"
+msgstr "Disegna quadrati con trinagoli"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:410
+msgid "Repeated flat tex triangles"
+msgstr "Triangoli della struttura piana ripetuti"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:426
+msgid "Disable CPU Saving"
+msgstr "Disabilita il salvataggio della CPU"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:442
+msgid "Odd/even bit hack"
+msgstr "Hack del bit dispari/pari"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:458
+msgid "For precise framerate"
+msgstr "Per framerate preciso"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:473
+msgid "Better FPS limit in some"
+msgstr "Miglior limite degli FPS in qualche"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:486
+msgid "PC FPS calculation"
+msgstr "Calcolo degli FPS del PC"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:504
+msgid "Pandemonium 2"
+msgstr "Pandemonium 2"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:517
+msgid "Lazy screen update"
+msgstr "Aggiorna schermo pigro"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:535
+msgid "Skip every second frame"
+msgstr "Salta ogni secondo frame"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:548
+#: ../plugins/peopsxgl/gpucfg/interface.c:640
+msgid "Old frame skipping"
+msgstr "Vecchio salto del frame"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:564
+msgid "Expand screen width"
+msgstr "Espandi la larghezza dello schermo"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:580
+msgid "Ignore brightness color"
+msgstr "Ignora il colore della luminosità"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:596
+msgid "Disable coordinate check"
+msgstr "Disabilita il controllo della coordinata"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:614
+msgid "Chrono Cross"
+msgstr "Chrono Cross"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:627
+msgid "Capcom fighting games"
+msgstr "Giochi di combattimento della Capcom"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:642
+msgid "Black screens in Lunar"
+msgstr "Schermi neri in Lunar"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:657
+msgid "Compatibility mode"
+msgstr "Modo di compatibilità"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:670
+#, fuzzy
+msgid "Fake 'gpu busy' states"
+msgstr "Simula lo stato di 'gpu occupata'"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:688
+msgid "Toggle busy flags after drawing"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:713
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:268
+msgid "<b>Compatibility</b>"
+msgstr "<b>Compatibilità</b>"
+
+#: ../data/pcsx.glade2:7
+msgid "PCSX"
+msgstr "PCSX"
+
+#: ../data/pcsx.glade2:21
+msgid "_File"
+msgstr "_File"
+
+#: ../data/pcsx.glade2:27
+msgid "Run _CD"
+msgstr "Avvia _CD"
+
+#: ../data/pcsx.glade2:45
+msgid "Run _ISO..."
+msgstr "Avvia _ISO..."
+
+#: ../data/pcsx.glade2:62
+msgid "Run _BIOS"
+msgstr "Avvia _BIOS"
+
+#: ../data/pcsx.glade2:79
+msgid "Run _EXE..."
+msgstr "Avvia _EXE..."
+
+#: ../data/pcsx.glade2:101
+msgid "E_xit"
+msgstr "E_sci"
+
+#: ../data/pcsx.glade2:123
+msgid "_Emulator"
+msgstr "_Emulatore"
+
+#: ../data/pcsx.glade2:129
+msgid "_Continue"
+msgstr "_Continua"
+
+#: ../data/pcsx.glade2:146
+msgid "_Reset"
+msgstr "_Resetta"
+
+#: ../data/pcsx.glade2:168
+msgid "S_witch ISO..."
+msgstr "C_ambia ISO..."
+
+#: ../data/pcsx.glade2:190
+msgid "_Save State"
+msgstr "_Salva stato"
+
+#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
+msgid "Slot _1"
+msgstr "Slot _1"
+
+#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
+msgid "Slot _2"
+msgstr "Slot _2"
+
+#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
+msgid "Slot _3"
+msgstr "Slot _3"
+
+#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
+msgid "Slot _4"
+msgstr "Slot _4"
+
+#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
+msgid "Slot _5"
+msgstr "Slot _5"
+
+#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
+msgid "_Other..."
+msgstr "_Altri..."
+
+#: ../data/pcsx.glade2:271
+msgid "_Load State"
+msgstr "_Carica stato"
+
+#: ../data/pcsx.glade2:357
+msgid "_Configuration"
+msgstr "_Configurazione"
+
+#: ../data/pcsx.glade2:363
+msgid "_Plugins & BIOS..."
+msgstr "_Plugin e BIOS..."
+
+#: ../data/pcsx.glade2:385
+msgid "_Graphics..."
+msgstr "_Video..."
+
+#: ../data/pcsx.glade2:400
+msgid "_Sound..."
+msgstr "_Audio..."
+
+#: ../data/pcsx.glade2:415
+msgid "CD-_ROM..."
+msgstr "CD-_ROM..."
+
+#: ../data/pcsx.glade2:430
+msgid "C_ontrollers..."
+msgstr "C_ontroller..."
+
+#: ../data/pcsx.glade2:450
+msgid "_CPU..."
+msgstr "_CPU..."
+
+#: ../data/pcsx.glade2:466
+msgid "_Memory Cards..."
+msgstr "_Memory card..."
+
+#: ../data/pcsx.glade2:483
+msgid "_Netplay..."
+msgstr "_Netplay..."
+
+#: ../data/pcsx.glade2:504
+msgid "Chea_t"
+msgstr "Chea_t"
+
+#: ../data/pcsx.glade2:513
+msgid "_Browse..."
+msgstr "_Visualizza..."
+
+#: ../data/pcsx.glade2:528
+msgid "_Search..."
+msgstr "_Cerca..."
+
+#: ../data/pcsx.glade2:554
+msgid "Memory _Dump"
+msgstr ""
+
+#: ../data/pcsx.glade2:574
+msgid "_Help"
+msgstr "_Aiuto"
+
+#: ../data/pcsx.glade2:580
+msgid "_About PCSX..."
+msgstr "_Informazioni su PCSX..."
+
+#: ../data/pcsx.glade2:613 ../data/pcsx.glade2:614
+msgid "Run CD"
+msgstr "Avvia il CD"
+
+#: ../data/pcsx.glade2:626
+msgid "Run ISO Image"
+msgstr "Avvia l'immagine ISO"
+
+#: ../data/pcsx.glade2:627
+msgid "Run ISO..."
+msgstr "Avvia ISO..."
+
+#: ../data/pcsx.glade2:648
+msgid "Continue Emulation"
+msgstr "Continua l'emulazione"
+
+#: ../data/pcsx.glade2:649
+msgid "Continue..."
+msgstr "Continua..."
+
+#: ../data/pcsx.glade2:661
+msgid "Switch ISO Image"
+msgstr "Cambia l'immagine ISO"
+
+#: ../data/pcsx.glade2:662
+msgid "Switch ISO..."
+msgstr "Cambia ISO..."
+
+#: ../data/pcsx.glade2:683 ../data/pcsx.glade2:1810
+msgid "Configure Memory Cards"
+msgstr "Configura la memory card"
+
+#: ../data/pcsx.glade2:684
+msgid "Memcards..."
+msgstr "Memory card..."
+
+#: ../data/pcsx.glade2:696
+msgid "Configure Graphics"
+msgstr "Configura il video"
+
+#: ../data/pcsx.glade2:697
+msgid "Graphics..."
+msgstr "Video..."
+
+#: ../data/pcsx.glade2:709 ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:8
+msgid "Configure Sound"
+msgstr "Configura l'audio"
+
+#: ../data/pcsx.glade2:710
+msgid "Sound..."
+msgstr "Audio..."
+
+#: ../data/pcsx.glade2:722
+msgid "Configure CD-ROM"
+msgstr "Configura il CD-ROM"
+
+#: ../data/pcsx.glade2:723
+msgid "CD-ROM..."
+msgstr "CD-ROM..."
+
+#: ../data/pcsx.glade2:735
+msgid "Configure Controllers"
+msgstr "Configura i controller"
+
+#: ../data/pcsx.glade2:736
+msgid "Controllers..."
+msgstr "Controller..."
+
+#: ../data/pcsx.glade2:879
+msgid "Select Folder to Search"
+msgstr "Seleziona una cartella per la ricerca"
+
+#: ../data/pcsx.glade2:895
+msgid "Search in:"
+msgstr "Cerca in:"
+
+#: ../data/pcsx.glade2:1168
+msgid "Graphics:"
+msgstr "Video:"
+
+#: ../data/pcsx.glade2:1181
+msgid "Sound:"
+msgstr "Audio:"
+
+#: ../data/pcsx.glade2:1196
+msgid "Controller 1: "
+msgstr "Controller 1: "
+
+#: ../data/pcsx.glade2:1211
+msgid "Controller 2:"
+msgstr "Controller 2:"
+
+#: ../data/pcsx.glade2:1226
+msgid "CD-ROM:"
+msgstr "CD-ROM:"
+
+#: ../data/pcsx.glade2:1264
+msgid "<b>Plugins</b>"
+msgstr "<b>Plugin</b>"
+
+#: ../data/pcsx.glade2:1325
+msgid "<b>BIOS</b>"
+msgstr "<b>BIOS</b>"
+
+#: ../data/pcsx.glade2:1375
+msgid "Configure CPU"
+msgstr "Configura la CPU"
+
+#: ../data/pcsx.glade2:1419
+msgid "SPU IRQ Always Enabled"
+msgstr "SPU IRQ sempre abilitato"
+
+#: ../data/pcsx.glade2:1435
+msgid "Black & White Movies"
+msgstr "Filmati in bianco e nero"
+
+#: ../data/pcsx.glade2:1469
+msgid "Enable Interpreter CPU"
+msgstr "Abilita l'interprete della CPU"
+
+#: ../data/pcsx.glade2:1503
+msgid "Disable CD Audio"
+msgstr "Disabilita CD audio"
+
+#: ../data/pcsx.glade2:1519
+msgid "Disable XA Decoding"
+msgstr "Disabilita il decoding XA"
+
+#: ../data/pcsx.glade2:1571
+msgid "<b>Options</b>"
+msgstr "<b>Opzioni</b>"
+
+#: ../data/pcsx.glade2:1612
+msgid ""
+"NTSC\n"
+"PAL"
+msgstr ""
+"NTSC\n"
+"PAL"
+
+#: ../data/pcsx.glade2:1626
+msgid "<b>System Type</b>"
+msgstr "<b>Regione del sistema</b>"
+
+#: ../data/pcsx.glade2:1674
+msgid "Configure NetPlay"
+msgstr "Configura il NetPlay"
+
+#: ../data/pcsx.glade2:1760
+msgid "<b>NetPlay</b>"
+msgstr "<b>NetPlay</b>"
+
+#: ../data/pcsx.glade2:1886 ../data/pcsx.glade2:2283
+msgid "New"
+msgstr "Nuovo"
+
+#: ../data/pcsx.glade2:1936 ../data/pcsx.glade2:2333
+msgid "Format"
+msgstr "Formatta"
+
+#: ../data/pcsx.glade2:1986 ../data/pcsx.glade2:2383
+msgid "Un/Delete"
+msgstr "Non/Elimina"
+
+#: ../data/pcsx.glade2:2079
+msgid "<b>Memory Card 1</b>"
+msgstr "<b>Memory card 1</b>"
+
+#: ../data/pcsx.glade2:2139 ../data/pcsx.glade2:2189 ../data/pcsx.glade2:3002
+msgid "Copy"
+msgstr "Copia"
+
+#: ../data/pcsx.glade2:2476
+msgid "<b>Memory Card 2</b>"
+msgstr "<b>Memory card 2</b>"
+
+#: ../data/pcsx.glade2:2572
+msgid "<b>Cheat Codes</b>"
+msgstr "<b>Codici cheat</b>"
+
+#: ../data/pcsx.glade2:2736
+msgid ""
+"8-bit\n"
+"16-bit\n"
+"32-bit"
+msgstr ""
+"8-bit\n"
+"16-bit\n"
+"32-bit"
+
+#: ../data/pcsx.glade2:2799
+msgid ""
+"Equal Value\n"
+"Not Equal Value\n"
+"Range\n"
+"Increased By\n"
+"Decreased By\n"
+"Increased\n"
+"Decreased\n"
+"Different\n"
+"No Change"
+msgstr ""
+"Stesso valore\n"
+"Valore diverso\n"
+"Scala\n"
+"Incrementato da\n"
+"Decrementato da\n"
+"Incrementato\n"
+"Decrementato\n"
+"Differente\n"
+"Nessun cambio"
+
+#: ../data/pcsx.glade2:2831
+msgid ""
+"Decimal\n"
+"Hexadecimal"
+msgstr ""
+"Decimale\n"
+"Esadecimale"
+
+#: ../data/pcsx.glade2:3035
+msgid "label_resultsfound"
+msgstr "etichetta_risultatitrovati"
+
+#: ../data/pcsx.glade2:3070
+msgid "Search"
+msgstr "Cerca"
+
+#: ../data/pcsx.glade2:3106
+msgid "Restart"
+msgstr "Riavvia"
+
+#: ../data/pcsx.glade2:3135
+msgid "<b>Cheat Search</b>"
+msgstr "<b>Cerca cheat</b>"
+
+#: ../data/pcsx.glade2:3291
+msgid "Raw Dump..."
+msgstr ""
+
+#: ../data/pcsx.glade2:3326
+msgid "Patch Memory..."
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:38
+msgid "Mac OS X Sound"
+msgstr "Audio Mac OS X"
+
+#: ../plugins/dfsound/spu.c:40
+msgid "ALSA Sound"
+msgstr "Audio ALSA"
+
+#: ../plugins/dfsound/spu.c:42
+#, fuzzy
+msgid "OSS Sound"
+msgstr "Audio OSS"
+
+#: ../plugins/dfsound/spu.c:44
+#, fuzzy
+msgid "SDL Sound"
+msgstr "Audio OSS"
+
+#: ../plugins/dfsound/spu.c:46
+msgid "PulseAudio Sound"
+msgstr "Audio PulseAudio"
+
+#: ../plugins/dfsound/spu.c:48
+msgid "NULL Sound"
+msgstr "Senza audio"
+
+#: ../plugins/dfsound/spu.c:51
+#, fuzzy
+msgid ""
+"P.E.Op.S. Sound Driver V1.7\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+"P.E.Op.S. OSS Driver V1.7\n"
+"Scritto da Pete Bernert e dal team P.E.Op.S.\n"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:42
+msgid "Volume:"
+msgstr "Volume:"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:54
+msgid "Interpolation:"
+msgstr "Interpolazione:"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:68
+msgid "Reverb:"
+msgstr "Riverbero:"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:81
+msgid ""
+"Low\n"
+"Medium\n"
+"Loud\n"
+"Loudest"
+msgstr ""
+"Basso\n"
+"Medio\n"
+"Alto\n"
+"Altissimo"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:95
+msgid ""
+"Off\n"
+"Simple\n"
+"Playstation"
+msgstr ""
+"Disattivato\n"
+"Semplice\n"
+"Playstation"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:111
+msgid ""
+"None\n"
+"Simple\n"
+"Gaussian\n"
+"Cubic"
+msgstr ""
+"Nessuno\n"
+"Semplice\n"
+"Gaussiano\n"
+"Cubico"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:132
+msgid "<b>General</b>"
+msgstr "<b>Generale</b>"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:163
+msgid "Adjust XA speed"
+msgstr "Aggiusta la velocità di XA"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:167
+msgid "Choose this if XA music is played too quickly."
+msgstr "Seleziona se la musica di XA si ascoltasse troppo rapidamente."
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:184
+msgid "<b>XA Music</b>"
+msgstr "<b>Musica XA</b>"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:215
+msgid "High compatibility mode"
+msgstr "Alto modo di compatibilità"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:219
+msgid "Use the asynchronous SPU interface."
+msgstr "Usa l'interfaccia asincrona della SPU."
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:231
+msgid "SPU IRQ Wait"
+msgstr "Attesa dell'IRQ della SPU"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:235
+msgid "Wait for CPU; only useful for some games."
+msgstr "Attende la CPU; utile solo per alcuni giochi."
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:247
+msgid "Single channel sound"
+msgstr "Audio del singolo canale"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:251
+msgid "Play only one channel for a performance boost."
+msgstr "Suona solo un canale, per una prestazione migliore."
+
+#: ../plugins/dfcdrom/cdr-libcdio.c:29 ../plugins/dfcdrom/cdr-linux.c:29
+msgid "CD-ROM Drive Reader"
+msgstr "Lettore del dispositivo CD-ROM"
+
+#: ../plugins/dfcdrom/cdr-null.c:26
+msgid "CDR NULL Plugin"
+msgstr "Plugin NULL CDR"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:219
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
+msgid "CDR configuration"
+msgstr "Configurazione del CD-ROM"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:33
+msgid "Choose your CD-ROM device or type its path if it's not listed"
+msgstr ""
+"Scegli il tuo dispositivo CD-ROM o digita il suo path se non è elencato"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:44
+msgid "Select CD-ROM device"
+msgstr "Seleziona il dispositivo CD-ROM"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:72
+msgid "Select read mode:"
+msgstr "Seleziona la modalità di lettura:"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:83
+msgid ""
+"Normal (No Cache)\n"
+"Threaded - Faster (With Cache)"
+msgstr ""
+"Normale (senza cache)\n"
+"Threaded, veloce (con la cache)"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:114
+msgid "Cache Size (Def. 64):"
+msgstr "Dimensione della cache (def. 64)"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:159
+msgid "Spindown Time:"
+msgstr "Tempo di spindown:"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:170
+msgid ""
+"Default\n"
+"125ms\n"
+"250ms\n"
+"500ms\n"
+"1s\n"
+"2s\n"
+"4s\n"
+"8s\n"
+"16s\n"
+"32s\n"
+"1min\n"
+"2min\n"
+"4min\n"
+"8min\n"
+"16min\n"
+"32min"
+msgstr ""
+"Default\n"
+"125ms\n"
+"250ms\n"
+"500ms\n"
+"1s\n"
+"2s\n"
+"4s\n"
+"8s\n"
+"16s\n"
+"32s\n"
+"1min\n"
+"2min\n"
+"4min\n"
+"8min\n"
+"16min\n"
+"32min"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:216
+msgid "Cdrom Speed (Def. 0 = MAX):"
+msgstr "Velocità del cdrom (def. 0 = MAX):"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:248
+msgid "hseparator"
+msgstr "hseparator"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:258
+msgid "Enable subchannel read"
+msgstr "Abilita la lettura del subchannel"
+
+#: ../plugins/peopsxgl/gpu.c:61
+msgid "OpenGL Driver"
+msgstr "Driver OpenGL"
+
+#: ../plugins/peopsxgl/gpu.c:63
+msgid "Pete Bernert"
+msgstr "Pete Bernert"
+
+#: ../plugins/peopsxgl/gpu.c:64
+msgid ""
+"Based on P.E.Op.S. MesaGL Driver V1.78\n"
+"Coded by Pete Bernert\n"
+msgstr ""
+"Basato sul driver P.E.Op.S. MesaGL V1.78\n"
+"Scritto da Pete Bernert\n"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:118
+msgid "OpenGL Driver configuration"
+msgstr "Configurazione del driver OpenGL"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:138
+msgid "Textures"
+msgstr "Strutture"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:161
+msgid "Quality:"
+msgstr "Qualità"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:178
+#: ../plugins/peopsxgl/gpucfg/interface.c:191
+msgid "0: don't care - Use driver's default textures"
+msgstr "0: non se ne preoccupa, usa le strutture di default del driver"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:179
+msgid "1: 4444 - Fast, but less colorful"
+msgstr "1: 4444, veloce, ma meno colorito"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:180
+msgid "2: 5551 - Nice colors, bad transparency"
+msgstr "2: 5551, colori piacevoli, cattiva trasparenza"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:181
+msgid "3: 8888 - Best colors, more ram needed"
+msgstr "3: 8888, colori migliori, richiede più ram"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:182
+msgid "4: BGR8888 - Faster on some cards"
+msgstr "4: BGR8888, velocissimo su alcune schede"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:193
+msgid "VRam size in MBytes (0..1024, 0=auto):"
+msgstr "Dimensione della VRam in MByte (0..1024, 0=auto):"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:210
+#: ../plugins/peopsxgl/gpucfg/interface.c:225
+msgid "0: None"
+msgstr "0: Nessuno"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:211
+msgid "1: Standard - Glitches will happen"
+msgstr "1: Standard, si verificheranno dei disturbi"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:212
+msgid "2: Extended - No black borders"
+msgstr "2: Esteso, senza bordi neri"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:213
+msgid "3: Standard without sprites - unfiltered 2D"
+msgstr "3: Standard senza immagini, 2D non filtrato"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:214
+msgid "4: Extended without sprites - unfiltered 2D"
+msgstr "4: Esteso senza immagini, 2D non filtrato"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:215
+msgid "5: Standard + smoothed sprites"
+msgstr "5: Standard + immagini uniformi"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:216
+msgid "6: Extended + smoothed sprites"
+msgstr "6: Esteso + immagini uniformi"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:227
+msgid "Filtering:"
+msgstr "Filtraggio:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:235
+msgid "HiRes Tex:"
+msgstr "Struttura ad alta risoluzione:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:252
+#: ../plugins/peopsxgl/gpucfg/interface.c:263
+msgid "0: None (standard)"
+msgstr "0: Nessuno (standard)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:253
+msgid "1: 2xSaI (much vram needed)"
+msgstr "1: 2xSaI (richiede più vram)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:254
+msgid "2: Scaled (needs tex filtering)"
+msgstr "2: Scalato (necessita del filtraggio della struttura)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:265
+msgid "Window options"
+msgstr "Opzioni della finestra"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:296
+msgid "Width:"
+msgstr "Larghezza:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:305
+msgid "Height:"
+msgstr "Altezza:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:314
+msgid "Keep psx aspect ratio"
+msgstr "Mantiene la proporzione dell'aspetto della psx"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:330
+msgid "Dithering"
+msgstr "Retinatura"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:346
+msgid "Framerate"
+msgstr "Framerate"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:369
+msgid "FPS"
+msgstr "FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:377
+msgid "FPS limit manual"
+msgstr "Limite manuale degli FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:386
+msgid "Show FPS display on startup"
+msgstr "Visualizza gli FPS all'avvio"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:394
+msgid "Use FPS limit"
+msgstr "Usa il limite degli FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:402
+msgid "FPS limit auto-detection"
+msgstr "Autorilevamento del limite degli FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:411
+msgid "Use Frame skipping"
+msgstr "Usa il salto dei frame"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:419
+msgid "Compatibility"
+msgstr "Compatibilità"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:434
+msgid "Advanced blending (Accurate psx color emulation)"
+msgstr "Mescolamento avanzato (emulazione accurata del colore della psx)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:442
+msgid "Framebuffer textures:"
+msgstr "Strutture del framebuffer:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:450
+msgid "Offscreen Drawing:"
+msgstr "Disegno fuori schermo:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:458
+msgid "Framebuffer access:"
+msgstr "Accesso del framebuffer:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:466
+msgid "Alpha Multipass (correct opaque texture areas)"
+msgstr "Alpha Multipass (corregge le aree opache della struttura)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:474
+msgid "Mask bit detection (needed by a few games, zbuffer)"
+msgstr "Rilevazione del bit mask (richiesto da pochi giochi, zbuffer)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:491
+#: ../plugins/peopsxgl/gpucfg/interface.c:504
+msgid "0: None - Fastest, most glitches"
+msgstr "0: Nessuno, velocissimo, più disturbi"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:492
+msgid "1: Minimum - Missing screens"
+msgstr "1: Minimo, schermi mancanti"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:493
+msgid "2: Standard - OK for most games"
+msgstr "2: Standard, va bene per la maggior parte dei giochi"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:494
+msgid "3: Enhanced - Shows more stuff"
+msgstr "3: Migliorato, visualizza più cose"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:495
+msgid "4: Extended - Causing garbage"
+msgstr "4: Esteso, produce risultati poco apprezzabili"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:515
+#: ../plugins/peopsxgl/gpucfg/interface.c:527
+msgid "0: Emulated vram - Needs FVP"
+msgstr "0: Vram emulata, richiede FVP"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:516
+msgid "1: Black - Fast, no effects"
+msgstr "1: Nero, veloce, nessun effetto"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:517
+msgid "2: Gfx card buffer - Can be slow"
+msgstr "2: Gfx card buffer, può essere lento"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:518
+msgid "3: Gfx card & soft - slow"
+msgstr "3: Gfx card e soft, lento"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:538
+#: ../plugins/peopsxgl/gpucfg/interface.c:551
+msgid "0: Emulated vram - ok most times"
+msgstr "0: Vram emulata, funziona quasi sempre bene"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:539
+msgid "1: Gfx card buffer reads"
+msgstr "1: Legge il buffer Gfx della scheda"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:540
+msgid "2: Gfx card buffer moves"
+msgstr "2: Sposta il buffer Gfx della scheda"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:541
+msgid "3: Gfx buffer reads & moves"
+msgstr "3: Legge e sposta il buffer Gfx"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:542
+msgid "4: Full Software (FVP)"
+msgstr "4: Software completo (FVP)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:553
+msgid "Special game fixes"
+msgstr "Attiva il gioco speciale"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:576
+msgid "Battle cursor (FF7)"
+msgstr "Cursore della battaglia (Final Fantasy 7)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:584
+msgid "Direct FB updates"
+msgstr "Aggiornamenti del Direct FB"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:592
+msgid "Black brightness (Lunar)"
+msgstr "Luminosità bassa (Lunar)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:600
+msgid "Swap front detection"
+msgstr "Rilevamento dell'inversione frontale"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:608
+msgid "Disable coord check"
+msgstr "Disabilita il controllo della coordinata"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:616
+msgid "No blue glitches (LoD)"
+msgstr "Senza spurie blu (Legend of Dragoon)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:624
+msgid "Soft FB access"
+msgstr "Accesso al FB via software"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:632
+msgid "PC fps calculation"
+msgstr "Calcolo degli fps del PC"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:648
+msgid "Yellow rect (FF9)"
+msgstr "Rettangolo giallo (Final Fantasy 9)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:656
+msgid "No subtr. blending"
+msgstr "Senza sottrazione nella fusione"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:664
+msgid "Lazy upload (DW7)"
+msgstr "Upload pigro (Dragon Warrior 7)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:672
+msgid "Odd/even hack"
+msgstr "Hack del dispari/pari"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:680
+msgid "Adjust screen width"
+msgstr "Aggiusta la larghezza dello schermo"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:688
+msgid "Old texture filtering"
+msgstr "Filtraggio della struttura vecchia"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:696
+msgid "Additional uploads"
+msgstr "Invio di dati addizionali"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:704
+msgid "unused"
+msgstr "Inutilizzato"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:712
+msgid "Fake 'gpu busy'"
+msgstr "Simula lo stato di 'gpu occupata'"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:720
+msgid "Misc"
+msgstr "Varie"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:743
+msgid "Scanlines"
+msgstr "Scanlines"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:751
+msgid "Blending (0..255, -1=dot):"
+msgstr "Fusione (0..255, -1=punto):"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:759
+msgid "Screen smoothing (can be slow or unsupported)"
+msgstr "Schermo uniforme (può essere lento o non supportato)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:767
+msgid "Use OpenGL extensions (recommended)"
+msgstr "Usa le estensioni OpenGL (consigliato)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:775
+msgid "Polygon anti-aliasing (slow with most cards)"
+msgstr "Poligono anti-aliasing (lento con la maggior parte delle schede)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:783
+msgid "Line mode (polygons will not get filled)"
+msgstr "Modalità linea (i poligoni non saranno riempiti)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:791
+msgid "Force 15 bit framebuffer updates (faster movies)"
+msgstr "Forza a 15 bit gli aggiornamenti del framebuffer (filmati velocissimi)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:799
+msgid "Unfiltered MDECs (small movie speedup)"
+msgstr "MDECs non filtrati (basso guadagno di velocità nei filmati)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:852
+msgid "Adapted from P.E.Op.S OpenGL GPU by Pete Bernert"
+msgstr "Adattato da P.E.Op.S OpenGL GPU da Pete Bernert"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:861
+msgid "Homepage: http://www.pbernert.com"
+msgstr "Homepage: http://www.pbernert.com"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:879
+msgid "Version: 1.78"
+msgstr "Versione: 1.78"
+
+#: ../plugins/dfinput/cfg-gtk2.c:48
+msgid "D-Pad Up"
+msgstr "D-Pad Su"
+
+#: ../plugins/dfinput/cfg-gtk2.c:49
+msgid "D-Pad Down"
+msgstr "D-Pad Giù"
+
+#: ../plugins/dfinput/cfg-gtk2.c:50
+msgid "D-Pad Left"
+msgstr "D-Pad Sinistra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:51
+msgid "D-Pad Right"
+msgstr "D-Pad Destra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:52
+msgid "Cross"
+msgstr "Croce"
+
+#: ../plugins/dfinput/cfg-gtk2.c:53
+msgid "Circle"
+msgstr "Cerchio"
+
+#: ../plugins/dfinput/cfg-gtk2.c:54
+msgid "Square"
+msgstr "Quadrato"
+
+#: ../plugins/dfinput/cfg-gtk2.c:55
+msgid "Triangle"
+msgstr "Triangolo"
+
+#: ../plugins/dfinput/cfg-gtk2.c:56
+msgid "L1"
+msgstr "L1"
+
+#: ../plugins/dfinput/cfg-gtk2.c:57
+msgid "R1"
+msgstr "R1"
+
+#: ../plugins/dfinput/cfg-gtk2.c:58
+msgid "L2"
+msgstr "L2"
+
+#: ../plugins/dfinput/cfg-gtk2.c:59
+msgid "R2"
+msgstr "R2"
+
+#: ../plugins/dfinput/cfg-gtk2.c:60
+msgid "Select"
+msgstr "Tasto Select"
+
+#: ../plugins/dfinput/cfg-gtk2.c:61
+msgid "Start"
+msgstr "Tasto Start"
+
+#: ../plugins/dfinput/cfg-gtk2.c:62
+msgid "L3"
+msgstr "L3"
+
+#: ../plugins/dfinput/cfg-gtk2.c:63
+msgid "R3"
+msgstr "R3"
+
+#: ../plugins/dfinput/cfg-gtk2.c:67
+msgid "L-Stick Right"
+msgstr "L-Stick Destra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:68
+msgid "L-Stick Left"
+msgstr "L-Stick Sinistra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:69
+msgid "L-Stick Down"
+msgstr "L-Stick Giù"
+
+#: ../plugins/dfinput/cfg-gtk2.c:70
+msgid "L-Stick Up"
+msgstr "L-Stick Su"
+
+#: ../plugins/dfinput/cfg-gtk2.c:71
+msgid "R-Stick Right"
+msgstr "R-Stick Destra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:72
+msgid "R-Stick Left"
+msgstr "R-Stick Sinistra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:73
+msgid "R-Stick Down"
+msgstr "R-Stick Giù"
+
+#: ../plugins/dfinput/cfg-gtk2.c:74
+msgid "R-Stick Up"
+msgstr "R-Stick Su"
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Centered"
+msgstr "Centrato"
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Up"
+msgstr "Su"
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Right"
+msgstr "Destra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Rightup"
+msgstr "In alto a destra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Down"
+msgstr "Giù"
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Rightdown"
+msgstr "In basso a destra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Left"
+msgstr "Sinistra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Leftup"
+msgstr "In alto a sinistra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:105 ../plugins/dfinput/cfg-gtk2.c:144
+msgid "Leftdown"
+msgstr "In basso a sinistra"
+
+#: ../plugins/dfinput/cfg-gtk2.c:109 ../plugins/dfinput/cfg-gtk2.c:148
+#, c-format
+msgid "Joystick: Button %d"
+msgstr "Joystick: Pulsante %d"
+
+#: ../plugins/dfinput/cfg-gtk2.c:113 ../plugins/dfinput/cfg-gtk2.c:152
+#, c-format
+msgid "Joystick: Axis %d%c"
+msgstr "Joystick: Asse %d%c"
+
+#: ../plugins/dfinput/cfg-gtk2.c:118 ../plugins/dfinput/cfg-gtk2.c:157
+#, c-format
+msgid "Joystick: Hat %d %s"
+msgstr "Joystick: hat %d %s"
+
+#: ../plugins/dfinput/cfg-gtk2.c:133 ../plugins/dfinput/cfg-gtk2.c:172
+msgid "Keyboard:"
+msgstr "Tastiera:"
+
+#: ../plugins/dfinput/cfg-gtk2.c:137 ../plugins/dfinput/cfg-gtk2.c:176
+msgid "(Not Set)"
+msgstr "(Nessuna impostazione)"
+
+#: ../plugins/dfinput/cfg-gtk2.c:539
+msgid "None"
+msgstr "Nessuno"
+
+#: ../plugins/dfinput/cfg-gtk2.c:581
+msgid "Gamepad/Keyboard Input Configuration"
+msgstr "Configurazione input del gamepad/tastiera"
+
+#: ../plugins/dfinput/cfg-gtk2.c:587 ../plugins/dfinput/cfg-gtk2.c:607
+msgid "Key"
+msgstr "Tasto"
+
+#: ../plugins/dfinput/cfg-gtk2.c:593 ../plugins/dfinput/cfg-gtk2.c:613
+msgid "Button"
+msgstr "Pulsante"
+
+#: ../plugins/dfinput/pad.c:22
+msgid "Gamepad/Keyboard Input"
+msgstr "Input del gamepad/tastiera"
+
+#: ../plugins/dfinput/dfinput.glade2:35 ../plugins/dfinput/dfinput.glade2:232
+msgid "Device:"
+msgstr "Dispositivo:"
+
+#: ../plugins/dfinput/dfinput.glade2:66 ../plugins/dfinput/dfinput.glade2:263
+msgid "Type:"
+msgstr "Tipo:"
+
+#: ../plugins/dfinput/dfinput.glade2:78 ../plugins/dfinput/dfinput.glade2:275
+msgid ""
+"Digital Pad\n"
+"Analog Pad"
+msgstr ""
+"Pad digitale\n"
+"Pad analogico"
+
+#: ../plugins/dfinput/dfinput.glade2:149 ../plugins/dfinput/dfinput.glade2:346
+msgid "Change"
+msgstr "Cambia"
+
+#: ../plugins/dfinput/dfinput.glade2:185 ../plugins/dfinput/dfinput.glade2:382
+msgid "Reset"
+msgstr "Resetta"
+
+#: ../plugins/dfinput/dfinput.glade2:210
+msgid "Controller 1"
+msgstr "Controller 1"
+
+#: ../plugins/dfinput/dfinput.glade2:412
+msgid "Controller 2"
+msgstr "Controller 2"
+
+#: ../plugins/dfinput/dfinput.glade2:427
+msgid "Multi-Threaded (Recommended)"
+msgstr "Multi-Threaded (consigliato)"
+
+#: ../plugins/dfnet/dfnet.c:23
+#, fuzzy
+msgid "Socket Driver"
+msgstr "Driver SoftGL"
+
+#: ../plugins/dfnet/dfnet.c:161
+#, fuzzy, c-format
+msgid "error connecting to %s: %s\n"
+msgstr "Si è verificato un errore durante il caricamento di %s: %s"
+
+#: ../plugins/dfnet/dfnet.c:186
+#, fuzzy
+msgid "Error allocating memory!\n"
+msgstr "Si è verificato un errore durante l'allocazione della memoria!"
+
+#: ../plugins/dfnet/gui.c:39
+msgid "Nothing to configure"
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:95
+#, c-format
+msgid "IP %s"
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:165
+msgid "Waiting for connection..."
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:168
+msgid "The Client should now Start a Connection, waiting..."
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:23
+msgid ""
+"Select here if you'll be Server (Player1) or Client (Player2).\n"
+"\n"
+"If you select Server you must Copy your IP address to the Clipboard and "
+"paste if (Ctrl+V) wherever the Client can see it.\n"
+"\n"
+"If you selected Client please enter the IP address the Server gave to you in "
+"the IP Address Control."
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:63
+msgid "Copy PC IP to Clipboard"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:94
+msgid "Server (Player1)"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:104
+msgid "Client (Player2)"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:130
+msgid ""
+"Do not change if not necessary (remember it must be changed on both sides)."
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:143
+msgid "Port Number"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:202
+#, fuzzy
+msgid "Start Game"
+msgstr "Tasto Start"
+
+#: ../plugins/dfnet/dfnet.glade2:240
+msgid "Play Offline"
+msgstr ""
+
+#: ../plugins/bladesio1/sio1.c:29
+#, fuzzy
+msgid "Sio1 Driver"
+msgstr "Driver SoftGL"
+
+#, fuzzy
+#~ msgid "CD-ROM Device Reader"
+#~ msgstr "Lettore del dispositivo CD-ROM"
+
+#~ msgid "Error Closing PAD1 Plugin"
+#~ msgstr "Si è verificato un errore durante la chiusura del plugin del PAD1"
+
+#~ msgid "Error Closing PAD2 Plugin"
+#~ msgstr "Si è verificato un errore durante la chiusura del plugin del PAD2"
+
+#~ msgid "Internal HLE Bios"
+#~ msgstr "Bios HLE interno"
+
+#, fuzzy
+#~ msgid "Dump Memory..."
+#~ msgstr "&Memory card..."
+
+#~ msgid ""
+#~ "(C) 1999-2003 PCSX Team\n"
+#~ "(C) 2005-2006 Ryan Schultz\n"
+#~ "(C) 2005-2006 Andrew Burton\n"
+#~ "(C) 2008-2009 Wei Mingzhi"
+#~ msgstr ""
+#~ "(C) 1999-2003 PCSX Team\n"
+#~ "(C) 2005-2006 Ryan Schultz\n"
+#~ "(C) 2005-2006 Andrew Burton\n"
+#~ "(C) 2008-2009 Wei Mingzhi"
+
+#~ msgid "PulseAudio Simple Sound"
+#~ msgstr "Audio PulseAudio semplice"
diff --git a/po/pcsx.pot b/po/pcsx.pot
index a2fcbfcc..3a2fbbb6 100644
--- a/po/pcsx.pot
+++ b/po/pcsx.pot
@@ -1,2936 +1,2950 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-07 13:41+0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../win32/gui/AboutDlg.c:26
-msgid ""
-"PCSX - A PlayStation Emulator\n"
-"\n"
-"Original Authors:\n"
-"main coder: linuzappz\n"
-"co-coders: shadow\n"
-"ex-coders: Nocomp, Pete Bernett, nik3d\n"
-"Webmaster: AkumaX"
-msgstr ""
-
-#: ../win32/gui/AboutDlg.c:35
-msgid ""
-"PCSX-df Authors:\n"
-"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
-"Marcus Comstedt, Stefan Sikora\n"
-"\n"
-"PCSX-Reloaded By:\n"
-"Blade_Arma, Wei Mingzhi, et al.\n"
-"\n"
-"http://pcsxr.codeplex.com/"
-msgstr ""
-
-#: ../win32/gui/AboutDlg.c:46 ../plugins/peopsxgl/gpucfg/interface.c:831
-msgid "About"
-msgstr ""
-
-#: ../win32/gui/AboutDlg.c:48 ../win32/gui/AboutDlg.c:52
-#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119
-#: ../win32/gui/ConfigurePlugins.c:483 ../win32/gui/ConfigurePlugins.c:614
-#: ../win32/gui/WndMain.c:974 ../win32/gui/WndMain.c:1210
-#: ../plugins/peopsxgl/gpucfg/interface.c:130
-#: ../plugins/peopsxgl/gpucfg/interface.c:843
-msgid "OK"
-msgstr ""
-
-#: ../win32/gui/AboutDlg.c:49
-msgid "PCSX EMU\n"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
-#: ../win32/gui/CheatDlg.c:270
-msgid "Yes"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
-#: ../win32/gui/CheatDlg.c:270
-msgid "No"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:66 ../gui/Cheat.c:194
-msgid "Edit Cheat"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:67 ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:636
-msgid "Description:"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:125
-#: ../gui/Cheat.c:211
-msgid "Cheat Code:"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:70 ../win32/gui/CheatDlg.c:120
-#: ../win32/gui/ConfigurePlugins.c:484 ../win32/gui/ConfigurePlugins.c:615
-#: ../win32/gui/WndMain.c:975 ../win32/gui/WndMain.c:1211
-#: ../plugins/peopsxgl/gpucfg/interface.c:338
-msgid "Cancel"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:91 ../win32/gui/CheatDlg.c:132 ../gui/Cheat.c:155
-#: ../gui/Cheat.c:251
-msgid "Invalid cheat code!"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:116 ../gui/Cheat.c:109
-msgid "Add New Cheat"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:166 ../data/pcsx.glade2:2534
-msgid "Edit Cheat Codes"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:168
-msgid "&Add Code"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:169
-msgid "&Edit Code"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:170
-msgid "&Remove Code"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:171
-msgid "&Enable/Disable"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:172
-msgid "&Load..."
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:173
-msgid "&Save As..."
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:174
-msgid "&Close"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:185 ../gui/Cheat.c:413
-msgid "Description"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:190
-msgid "Enabled"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:282 ../win32/gui/CheatDlg.c:311
-msgid "PCSX Cheat Code Files"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:402
-msgid "Equal Value"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:403
-msgid "Not Equal Value"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:404
-msgid "Range"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:407
-msgid "Increased By"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:408
-msgid "Decreased By"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:409
-msgid "Increased"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:410
-msgid "Decreased"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:411
-msgid "Different"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:412
-msgid "No Change"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:448 ../gui/Cheat.c:585
-msgid "Enter the values and start your search."
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:453
-msgid "No addresses found."
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:457 ../gui/Cheat.c:543
-msgid "Too many addresses found."
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:466 ../gui/Cheat.c:552
-#, c-format
-msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:471 ../gui/Cheat.c:557
-#, c-format
-msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:476 ../gui/Cheat.c:562
-#, c-format
-msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:492 ../gui/Cheat.c:577
-#, c-format
-msgid "Founded Addresses: %d"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:504 ../data/pcsx.glade2:2930
-msgid "Freeze"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:505 ../win32/gui/CheatDlg.c:596
-msgid "Address:"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:506 ../win32/gui/CheatDlg.c:597
-#: ../win32/gui/CheatDlg.c:682 ../gui/Cheat.c:647 ../data/pcsx.glade2:2773
-msgid "Value:"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:566
-#, c-format
-msgid "Freeze %.8X"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:595 ../data/pcsx.glade2:2966
-msgid "Modify"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:1129 ../data/pcsx.glade2:2703
-msgid "Cheat Search"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2751
-msgid "Search For:"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:681 ../data/pcsx.glade2:2761
-msgid "Data Type:"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:683 ../data/pcsx.glade2:2785
-msgid "Data Base:"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:684 ../data/pcsx.glade2:2845
-msgid "To:"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:685
-msgid "&Freeze"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:686
-msgid "&Modify"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:687
-msgid "&Copy"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:688
-msgid "&Search"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:689
-msgid "&New Search"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:690
-msgid "C&lose"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:692
-msgid "8-bit"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:693
-msgid "16-bit"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:694
-msgid "32-bit"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:695
-msgid "Decimal"
-msgstr ""
-
-#: ../win32/gui/CheatDlg.c:696
-msgid "Hexadecimal"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:219
-msgid "Simulate Psx Bios"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:305
-msgid "Configuration not OK!"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:305 ../gui/Cheat.c:155 ../gui/Cheat.c:251
-#: ../gui/LnxMain.c:418
-msgid "Error"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:406
-msgid "This plugin reports that should work correctly"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:407
-msgid "This plugin reports that should not work correctly"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:463
-msgid "Select Plugins Directory"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:472
-msgid "Select Bios Directory"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:481
-msgid "Configuration"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:485
-msgid "Graphics"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:486
-msgid "First Controller"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:487
-msgid "Second Controller"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:488
-msgid "Sound"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:489
-msgid "Cdrom"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:490
-msgid "Bios"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:491
-msgid "Set Bios Directory"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:492
-msgid "Set Plugins Directory"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:493 ../win32/gui/ConfigurePlugins.c:496
-#: ../win32/gui/ConfigurePlugins.c:499 ../win32/gui/ConfigurePlugins.c:502
-#: ../win32/gui/ConfigurePlugins.c:505 ../win32/gui/ConfigurePlugins.c:617
-msgid "Configure..."
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:494 ../win32/gui/ConfigurePlugins.c:497
-#: ../win32/gui/ConfigurePlugins.c:500 ../win32/gui/ConfigurePlugins.c:503
-#: ../win32/gui/ConfigurePlugins.c:506 ../win32/gui/ConfigurePlugins.c:618
-msgid "Test..."
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:495 ../win32/gui/ConfigurePlugins.c:498
-#: ../win32/gui/ConfigurePlugins.c:501 ../win32/gui/ConfigurePlugins.c:504
-#: ../win32/gui/ConfigurePlugins.c:507 ../win32/gui/ConfigurePlugins.c:619
-msgid "About..."
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:612
-msgid "NetPlay Configuration"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:616 ../plugins/dfnet/gui.c:31
-#: ../plugins/dfnet/gui.c:112
-msgid "NetPlay"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:620
-msgid ""
-"Note: The NetPlay Plugin Directory should be the same as the other Plugins."
-msgstr ""
-
-#: ../win32/gui/plugin.c:90 ../win32/gui/WndMain.c:281
-#, c-format
-msgid "*PCSX*: Saved State %d"
-msgstr ""
-
-#: ../win32/gui/plugin.c:91 ../win32/gui/WndMain.c:282
-#, c-format
-msgid "*PCSX*: Error Saving State %d"
-msgstr ""
-
-#: ../win32/gui/plugin.c:107 ../win32/gui/WndMain.c:259
-#, c-format
-msgid "*PCSX*: Loaded State %d"
-msgstr ""
-
-#: ../win32/gui/plugin.c:108 ../win32/gui/WndMain.c:260
-#, c-format
-msgid "*PCSX*: Error Loading State %d"
-msgstr ""
-
-#: ../win32/gui/plugin.c:119
-#, c-format
-msgid "*PCSX*: Sio Irq Always Enabled"
-msgstr ""
-
-#: ../win32/gui/plugin.c:120
-#, c-format
-msgid "*PCSX*: Sio Irq Not Always Enabled"
-msgstr ""
-
-#: ../win32/gui/plugin.c:127
-#, c-format
-msgid "*PCSX*: Black&White Mdecs Only Enabled"
-msgstr ""
-
-#: ../win32/gui/plugin.c:128
-#, c-format
-msgid "*PCSX*: Black&White Mdecs Only Disabled"
-msgstr ""
-
-#: ../win32/gui/plugin.c:135
-#, c-format
-msgid "*PCSX*: Xa Enabled"
-msgstr ""
-
-#: ../win32/gui/plugin.c:136
-#, c-format
-msgid "*PCSX*: Xa Disabled"
-msgstr ""
-
-#: ../win32/gui/plugin.c:145
-msgid "*PCSX*: CdRom Case Opened"
-msgstr ""
-
-#: ../win32/gui/plugin.c:150
-msgid "*PCSX*: CdRom Case Closed"
-msgstr ""
-
-#: ../win32/gui/plugin.c:177
-msgid "Connecting..."
-msgstr ""
-
-#: ../win32/gui/plugin.c:179 ../win32/gui/plugin.c:186
-#, c-format
-msgid "Please wait while connecting... %c\n"
-msgstr ""
-
-#: ../win32/gui/plugin.c:214
-msgid "Error Opening CDR Plugin"
-msgstr ""
-
-#: ../win32/gui/plugin.c:277
-#, c-format
-msgid "Error Opening GPU Plugin (%d)"
-msgstr ""
-
-#: ../win32/gui/plugin.c:279
-#, c-format
-msgid "Error Opening SPU Plugin (%d)"
-msgstr ""
-
-#: ../win32/gui/plugin.c:282
-#, c-format
-msgid "Error Opening PAD1 Plugin (%d)"
-msgstr ""
-
-#: ../win32/gui/plugin.c:284
-#, c-format
-msgid "Error Opening PAD2 Plugin (%d)"
-msgstr ""
-
-#: ../win32/gui/plugin.c:314
-msgid "Error Closing CDR Plugin"
-msgstr ""
-
-#: ../win32/gui/plugin.c:316
-msgid "Error Closing GPU Plugin"
-msgstr ""
-
-#: ../win32/gui/plugin.c:318
-msgid "Error Closing SPU Plugin"
-msgstr ""
-
-#: ../win32/gui/plugin.c:336
-#, c-format
-msgid "CDRinit error: %d"
-msgstr ""
-
-#: ../win32/gui/plugin.c:338
-#, c-format
-msgid "GPUinit error: %d"
-msgstr ""
-
-#: ../win32/gui/plugin.c:340
-#, c-format
-msgid "SPUinit error: %d"
-msgstr ""
-
-#: ../win32/gui/plugin.c:342
-#, c-format
-msgid "PAD1init error: %d"
-msgstr ""
-
-#: ../win32/gui/plugin.c:344
-#, c-format
-msgid "PAD2init error: %d"
-msgstr ""
-
-#: ../win32/gui/plugin.c:347
-#, c-format
-msgid "NETinit error: %d"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:76
-msgid "Arabic"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:77
-msgid "Catalan"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:78
-msgid "German"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:79
-msgid "Greek"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:80 ../win32/gui/WndMain.c:1566
-#: ../win32/gui/WndMain.c:1568
-msgid "English"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:81
-msgid "Spanish"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:82
-msgid "French"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:83
-msgid "Italian"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:84
-msgid "Portuguese"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:85
-msgid "Portuguese (Brazilian)"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:86
-msgid "Romanian"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:87
-msgid "Russian"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:88
-msgid "Simplified Chinese"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:89
-msgid "Traditional Chinese"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:90
-msgid "Japanese"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:91
-msgid "Korean"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:300 ../win32/gui/WndMain.c:352
-msgid "PCSX State Format"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:327
-#, c-format
-msgid "*PCSX*: Loaded State %s"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:328
-#, c-format
-msgid "*PCSX*: Error Loading State %s"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:379
-#, c-format
-msgid "*PCSX*: Saved State %s"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:380
-#, c-format
-msgid "*PCSX*: Error Saving State %s"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:429 ../win32/gui/WndMain.c:478 ../gui/Gtk2Gui.c:485
-#: ../gui/Gtk2Gui.c:610
-msgid "The CD does not appear to be a valid Playstation CD"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:435 ../win32/gui/WndMain.c:484 ../gui/Gtk2Gui.c:493
-#: ../gui/Gtk2Gui.c:618
-msgid "Could not load CD-ROM!"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:445
-msgid "Running BIOS is not supported with Internal HLE Bios."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:664 ../gui/MemcardDlg.c:62
-msgid "Title"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:670 ../gui/MemcardDlg.c:68
-msgid "Status"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:676
-msgid "Game ID"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:682
-msgid "Game"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:864
-msgid "mid link block"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:867
-msgid "terminiting link block"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:875 ../gui/MemcardDlg.c:155 ../gui/MemcardDlg.c:260
-msgid "Deleted"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:876 ../win32/gui/WndMain.c:879
-#: ../gui/MemcardDlg.c:157 ../gui/MemcardDlg.c:161 ../gui/MemcardDlg.c:262
-#: ../gui/MemcardDlg.c:266
-msgid "Free"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:878 ../gui/MemcardDlg.c:159 ../gui/MemcardDlg.c:264
-msgid "Used"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:972
-msgid "Memcard Manager"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:976 ../win32/gui/WndMain.c:979
-msgid "Select Mcd"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:977 ../win32/gui/WndMain.c:980
-msgid "Format Mcd"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:978 ../win32/gui/WndMain.c:981
-msgid "Reload Mcd"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:982
-msgid "-> Copy ->"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:983
-msgid "<- Copy <-"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:984
-msgid "Paste"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:985
-msgid "<- Un/Delete"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:986
-msgid "Un/Delete ->"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:988
-msgid "Memory Card 1"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:989
-msgid "Memory Card 2"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1044
-msgid "Are you sure you want to paste this selection?"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1044 ../win32/gui/WndMain.c:1155
-#: ../win32/gui/WndMain.c:1162
-msgid "Confirmation"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1155 ../win32/gui/WndMain.c:1162
-msgid "Are you sure you want to format this Memory Card?"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1208
-msgid "Cpu Config"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1213
-msgid "Disable Xa Decoding"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1214
-msgid "Sio Irq Always Enabled"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1215
-msgid "Black && White Movies"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1216
-msgid "Disable Cd audio"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1217 ../data/pcsx.glade2:1595
-msgid "Autodetect"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1218
-msgid "Enable Interpreter Cpu"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1219 ../data/pcsx.glade2:1451
-msgid "Enable Console Output"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1220 ../data/pcsx.glade2:1401
-msgid "Enable Debugger"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1221
-msgid "Spu Irq Always Enabled"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1222 ../data/pcsx.glade2:1538
-msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1223 ../data/pcsx.glade2:1553
-msgid "InuYasha Sengoku Battle Fix"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1225
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:277
-#: ../plugins/dfinput/dfinput.glade2:448
-msgid "Options"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1226
-msgid "Psx System Type"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1330
-msgid "Psx Mcd Format (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1335
-msgid "Psx Memory Card (*.mcr;*.mc)"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1340
-msgid "CVGS Memory Card (*.mem;*.vgs)"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1345
-msgid "Bleem Memory Card (*.mcd)"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1350
-msgid "DexDrive Memory Card (*.gme)"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1355
-msgid "DataDeck Memory Card (*.ddf)"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1360 ../win32/gui/WndMain.c:1441 ../gui/Cheat.c:321
-#: ../gui/Gtk2Gui.c:422 ../gui/Gtk2Gui.c:561
-msgid "All Files"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1399
-msgid "Psx Exe Format"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1436
-msgid "Psx Isos (*.iso;*.mdf;*.img;*.bin)"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1512
-msgid "&File"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1513
-msgid "E&xit"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1515
-msgid "Run &EXE..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1516
-msgid "Run &BIOS"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1517
-msgid "Run &ISO..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1518
-msgid "Run &CD"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1520
-msgid "&Emulator"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1521
-msgid "&States"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1523
-msgid "S&witch ISO..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1525
-msgid "Re&set"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1526
-msgid "&Run"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1527
-msgid "&Save"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1528
-msgid "&Load"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1529 ../win32/gui/WndMain.c:1535
-msgid "&Other..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1530 ../win32/gui/WndMain.c:1536
-msgid "Slot &5"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1531 ../win32/gui/WndMain.c:1537
-msgid "Slot &4"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1532 ../win32/gui/WndMain.c:1538
-msgid "Slot &3"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1533 ../win32/gui/WndMain.c:1539
-msgid "Slot &2"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1534 ../win32/gui/WndMain.c:1540
-msgid "Slot &1"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1542
-msgid "&Configuration"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1543
-msgid "Cheat &Search..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1544
-msgid "Ch&eat Code..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1547
-msgid "&Language"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1572
-msgid "&Memory cards..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1573
-msgid "C&PU..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1575
-msgid "&NetPlay..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1577
-msgid "&Controllers..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1578
-msgid "CD-&ROM..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1579
-msgid "&Sound..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1580
-msgid "&Graphics..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1582
-msgid "&Plugins && Bios..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1584
-msgid "&Help"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1585
-msgid "&About..."
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1764
-msgid "Pcsx Msg"
-msgstr ""
-
-#: ../win32/gui/WndMain.c:1767
-msgid "Error Loading Symbol"
-msgstr ""
-
-#: ../gui/AboutDlg.c:74
-msgid ""
-"(C) 1999-2003 PCSX Team\n"
-"(C) 2005-2009 PCSX-df Team\n"
-"(C) 2009-2010 PCSX-Reloaded Team"
-msgstr ""
-
-#: ../gui/AboutDlg.c:79
-msgid ""
-"This program is free software; you can redistribute it and/or modify it "
-"under the terms of the GNU General Public License as published by the Free "
-"Software Foundation; either version 2 of the License, or (at your option) "
-"any later version.\n"
-"\n"
-"This program is distributed in the hope that it will be useful, but WITHOUT "
-"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
-"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
-"more details.\n"
-"\n"
-"You should have received a copy of the GNU General Public License along with "
-"this program; if not, write to the Free Software Foundation, Inc., 51 "
-"Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA."
-msgstr ""
-
-#: ../gui/AboutDlg.c:102
-msgid "translator-credits"
-msgstr ""
-
-#: ../gui/AboutDlg.c:103
-msgid "A PlayStation emulator."
-msgstr ""
-
-#: ../gui/Cheat.c:117 ../gui/Cheat.c:202
-msgid "Cheat Description:"
-msgstr ""
-
-#: ../gui/Cheat.c:306
-msgid "Open Cheat File"
-msgstr ""
-
-#: ../gui/Cheat.c:316 ../gui/Cheat.c:356
-msgid "PCSX Cheat Code Files (*.cht)"
-msgstr ""
-
-#: ../gui/Cheat.c:346
-msgid "Save Cheat File"
-msgstr ""
-
-#: ../gui/Cheat.c:361
-msgid "All Files (*.*)"
-msgstr ""
-
-#: ../gui/Cheat.c:394 ../gui/Cheat.c:1124 ../gui/ConfDlg.c:104
-#: ../gui/ConfDlg.c:200 ../gui/DebugMemory.c:259
-msgid "Error: Glade interface could not be loaded!"
-msgstr ""
-
-#: ../gui/Cheat.c:399
-msgid "Cheat Codes"
-msgstr ""
-
-#: ../gui/Cheat.c:405
-msgid "Enable"
-msgstr ""
-
-#: ../gui/Cheat.c:630
-msgid "Freeze value"
-msgstr ""
-
-#: ../gui/Cheat.c:729
-msgid "Modify value"
-msgstr ""
-
-#: ../gui/Cheat.c:737
-msgid "New value:"
-msgstr ""
-
-#: ../gui/Cheat.c:1134
-msgid "Search Results"
-msgstr ""
-
-#: ../gui/ConfDlg.c:112 ../data/pcsx.glade2:778
-msgid "Configure PCSX"
-msgstr ""
-
-#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
-#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
-msgid "No configuration required"
-msgstr ""
-
-#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
-#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
-msgid "This plugin doesn't need to be configured."
-msgstr ""
-
-#: ../gui/ConfDlg.c:581
-#, c-format
-msgid "Could not open BIOS directory: '%s'\n"
-msgstr ""
-
-#: ../gui/ConfDlg.c:611 ../gui/ConfDlg.c:704 ../gui/LnxMain.c:168
-#, c-format
-msgid "Could not open directory: '%s'\n"
-msgstr ""
-
-#: ../gui/ConfDlg.c:675
-msgid "Simulate PSX BIOS"
-msgstr ""
-
-#: ../gui/DebugMemory.c:103 ../data/pcsx.glade2:3178
-msgid "Memory Dump"
-msgstr ""
-
-#: ../gui/DebugMemory.c:111
-msgid "Start Address (Hexadecimal):"
-msgstr ""
-
-#: ../gui/DebugMemory.c:121
-msgid "Length (Decimal):"
-msgstr ""
-
-#: ../gui/DebugMemory.c:147
-msgid "Dump to File"
-msgstr ""
-
-#: ../gui/DebugMemory.c:162
-#, c-format
-msgid "Error writing to %s!"
-msgstr ""
-
-#: ../gui/DebugMemory.c:180
-msgid "Memory Patch"
-msgstr ""
-
-#: ../gui/DebugMemory.c:188 ../data/pcsx.glade2:3199
-msgid "Address (Hexadecimal):"
-msgstr ""
-
-#: ../gui/DebugMemory.c:198
-msgid "Value (Hexa string):"
-msgstr ""
-
-#: ../gui/DebugMemory.c:264
-msgid "Memory Viewer"
-msgstr ""
-
-#: ../gui/DebugMemory.c:269
-msgid "Address"
-msgstr ""
-
-#: ../gui/DebugMemory.c:287
-msgid "Text"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:113
-msgid "Ready"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:154
-msgid "Emulation Paused."
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:405
-msgid "Select PSX EXE File"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:418
-msgid "PlayStation Executable Files"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:454
-msgid "Not a valid PSX file"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:454
-msgid "The file does not appear to be a valid Playstation executable"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:485 ../gui/Gtk2Gui.c:610
-msgid "CD ROM failed"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:493 ../gui/Gtk2Gui.c:618
-msgid "The CD-ROM could not be loaded"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:507
-msgid "Could not run BIOS"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:507
-msgid "Running BIOS is not supported with Internal HLE BIOS."
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:536
-msgid "Open PSX Disc Image File"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:556
-msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:771
-#, c-format
-msgid "Loaded state %s."
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:774
-#, c-format
-msgid "Error loading state %s!"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:785
-#, c-format
-msgid "Saved state %s."
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:787
-#, c-format
-msgid "Error saving state %s!"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:822 ../gui/Gtk2Gui.c:850
-msgid "Select State File"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:893
-msgid "Notice"
-msgstr ""
-
-#: ../gui/LnxMain.c:62
-#, c-format
-msgid "Creating memory card: %s\n"
-msgstr ""
-
-#: ../gui/LnxMain.c:325
-msgid ""
-" pcsx [options] [file]\n"
-"\toptions:\n"
-"\t-runcd\t\tRuns CD-ROM\n"
-"\t-cdfile FILE\tRuns a CD image file\n"
-"\t-nogui\t\tDon't open the GTK GUI\n"
-"\t-cfg FILE\tLoads desired configuration file (default: ~/.pcsx/pcsx.cfg)\n"
-"\t-psxout\t\tEnable PSX output\n"
-"\t-load STATENUM\tLoads savestate STATENUM (1-5)\n"
-"\t-h -help\tDisplay this message\n"
-"\tfile\t\tLoads file\n"
-msgstr ""
-
-#: ../gui/LnxMain.c:362
-#, c-format
-msgid ""
-"PCSX cannot be configured without using the GUI -- you should restart "
-"without -nogui.\n"
-msgstr ""
-
-#: ../gui/LnxMain.c:418
-msgid "Failed loading plugins!"
-msgstr ""
-
-#: ../gui/LnxMain.c:435
-#, c-format
-msgid "Could not load CD-ROM!\n"
-msgstr ""
-
-#: ../gui/LnxMain.c:466
-#, c-format
-msgid "PSX emulator couldn't be initialized.\n"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:56
-msgid "Icon"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:74
-msgid "ID"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:80
-msgid "Name"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:323
-msgid "Select A File"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:364
-msgid "Format this Memory Card?"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:366
-msgid ""
-"If you format the memory card, the card will be empty, and any existing data "
-"overwritten."
-msgstr ""
-
-#: ../gui/MemcardDlg.c:369
-msgid "Format card"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:393
-msgid "Create a new Memory Card"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:402
-msgid "New Memory Card.mcd"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:503
-msgid "No free space on memory card"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:504
-msgid ""
-"There are no free slots available on the target memory card. Please delete a "
-"slot first."
-msgstr ""
-
-#: ../gui/MemcardDlg.c:667
-msgid "Memory Card Manager"
-msgstr ""
-
-#: ../gui/Plugin.c:211 ../data/pcsx.glade2:1487
-#, c-format
-msgid "SIO IRQ Always Enabled"
-msgstr ""
-
-#: ../gui/Plugin.c:212
-#, c-format
-msgid "SIO IRQ Not Always Enabled"
-msgstr ""
-
-#: ../gui/Plugin.c:218
-#, c-format
-msgid "Black & White Mdecs Only Enabled"
-msgstr ""
-
-#: ../gui/Plugin.c:219
-#, c-format
-msgid "Black & White Mdecs Only Disabled"
-msgstr ""
-
-#: ../gui/Plugin.c:225
-#, c-format
-msgid "XA Enabled"
-msgstr ""
-
-#: ../gui/Plugin.c:226
-#, c-format
-msgid "XA Disabled"
-msgstr ""
-
-#: ../gui/Plugin.c:288
-msgid "Error opening CD-ROM plugin!"
-msgstr ""
-
-#: ../gui/Plugin.c:290
-msgid "Error opening SPU plugin!"
-msgstr ""
-
-#: ../gui/Plugin.c:293
-msgid "Error opening GPU plugin!"
-msgstr ""
-
-#: ../gui/Plugin.c:295
-msgid "Error opening Controller 1 plugin!"
-msgstr ""
-
-#: ../gui/Plugin.c:297
-msgid "Error opening Controller 2 plugin!"
-msgstr ""
-
-#: ../gui/Plugin.c:377
-msgid "Error closing CD-ROM plugin!"
-msgstr ""
-
-#: ../gui/Plugin.c:379
-msgid "Error closing SPU plugin!"
-msgstr ""
-
-#: ../gui/Plugin.c:381
-msgid "Error closing Controller 1 Plugin!"
-msgstr ""
-
-#: ../gui/Plugin.c:383
-msgid "Error closing Controller 2 plugin!"
-msgstr ""
-
-#: ../gui/Plugin.c:385
-msgid "Error closing GPU plugin!"
-msgstr ""
-
-#: ../libpcsxcore/cdriso.c:658
-#, c-format
-msgid "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n"
-msgstr ""
-
-#: ../libpcsxcore/cdriso.c:677
-#, c-format
-msgid "Loaded CD Image: %s"
-msgstr ""
-
-#: ../libpcsxcore/cheat.c:147
-#, c-format
-msgid "Cheats loaded from: %s\n"
-msgstr ""
-
-#: ../libpcsxcore/cheat.c:179
-#, c-format
-msgid "Cheats saved to: %s\n"
-msgstr ""
-
-#: ../libpcsxcore/cheat.c:322 ../libpcsxcore/cheat.c:443
-msgid "(Untitled)"
-msgstr ""
-
-#: ../libpcsxcore/debug.c:317
-msgid "Error allocating memory"
-msgstr ""
-
-#: ../libpcsxcore/debug.c:322
-msgid "Unable to start debug server.\n"
-msgstr ""
-
-#: ../libpcsxcore/debug.c:326
-msgid "Debugger started.\n"
-msgstr ""
-
-#: ../libpcsxcore/debug.c:333
-msgid "Debugger stopped.\n"
-msgstr ""
-
-#: ../libpcsxcore/misc.c:388
-#, c-format
-msgid "Error opening file: %s.\n"
-msgstr ""
-
-#: ../libpcsxcore/misc.c:428
-#, c-format
-msgid "Unknown CPE opcode %02x at position %08x.\n"
-msgstr ""
-
-#: ../libpcsxcore/misc.c:435
-msgid "COFF files not supported.\n"
-msgstr ""
-
-#: ../libpcsxcore/misc.c:439
-msgid "This file does not appear to be a valid PSX file.\n"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:181
-#, c-format
-msgid "Error loading %s: %s"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:227
-#, c-format
-msgid "Could not load GPU plugin %s!"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:298
-#, c-format
-msgid "Could not load CD-ROM plugin %s!"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:346
-#, c-format
-msgid "Could not load SPU plugin %s!"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:483
-#, c-format
-msgid "Could not load Controller 1 plugin %s!"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:537
-#, c-format
-msgid "Could not load Controller 2 plugin %s!"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:580
-#, c-format
-msgid "Could not load NetPlay plugin %s!"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:660
-#, c-format
-msgid "Could not load SIO1 plugin %s!"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:745
-#, c-format
-msgid "Error initializing CD-ROM plugin: %d"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:747
-#, c-format
-msgid "Error initializing GPU plugin: %d"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:749
-#, c-format
-msgid "Error initializing SPU plugin: %d"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:751
-#, c-format
-msgid "Error initializing Controller 1 plugin: %d"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:753
-#, c-format
-msgid "Error initializing Controller 2 plugin: %d"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:757
-#, c-format
-msgid "Error initializing NetPlay plugin: %d"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:762
-#, c-format
-msgid "Error initializing SIO1 plugin: %d"
-msgstr ""
-
-#: ../libpcsxcore/plugins.c:765
-msgid "Plugins loaded.\n"
-msgstr ""
-
-#: ../libpcsxcore/ppf.c:216
-#, c-format
-msgid "Invalid PPF patch: %s.\n"
-msgstr ""
-
-#: ../libpcsxcore/ppf.c:292
-#, c-format
-msgid "Unsupported PPF version (%d).\n"
-msgstr ""
-
-#: ../libpcsxcore/ppf.c:331
-#, c-format
-msgid "Loaded PPF %d.0 patch: %s.\n"
-msgstr ""
-
-#: ../libpcsxcore/psxmem.c:80
-msgid "Error allocating memory!"
-msgstr ""
-
-#: ../libpcsxcore/psxmem.c:122
-#, c-format
-msgid "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
-msgstr ""
-
-#: ../libpcsxcore/r3000a.c:33
-#, c-format
-msgid "Running PCSX Version %s (%s).\n"
-msgstr ""
-
-#: ../libpcsxcore/sio.c:345
-msgid "Connection closed!\n"
-msgstr ""
-
-#: ../libpcsxcore/sio.c:371
-#, c-format
-msgid "No memory card value was specified - creating a default card %s\n"
-msgstr ""
-
-#: ../libpcsxcore/sio.c:375
-#, c-format
-msgid "The memory card %s doesn't exist - creating it\n"
-msgstr ""
-
-#: ../libpcsxcore/sio.c:391
-#, c-format
-msgid "Memory card %s failed to load!\n"
-msgstr ""
-
-#: ../libpcsxcore/sio.c:395
-#, c-format
-msgid "Loading memory card %s\n"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:55
-msgid "SoftGL Driver"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:56
-msgid ""
-"P.E.Op.S. SoftGL Driver V1.17\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:58
-msgid "XVideo Driver"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:59
-msgid ""
-"P.E.Op.S. Xvideo Driver V1.17\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:62
-msgid "Pete Bernert and the P.E.Op.S. team"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:8
-msgid "Configure X11 Video"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:45
-msgid "Initial Window Size:"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:56
-msgid "Stretching:"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:69
-msgid "Dithering:"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:82
-msgid ""
-"320x240\n"
-"640x480\n"
-"800x600\n"
-"1024x768\n"
-"1152x864\n"
-"1280x1024\n"
-"1600x1200"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:101
-msgid ""
-"0: None\n"
-"1: 2xSai\n"
-"2: 2xSuperSai\n"
-"3: SuperEagle\n"
-"4: Scale2x\n"
-"5: Scale3x\n"
-"6: HQ2X\n"
-"7: HQ3X"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:123
-msgid ""
-"0: Off (fastest)\n"
-"1: Game dependant\n"
-"2: Always"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:146
-msgid "Maintain 4:3 Aspect Ratio"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:161
-#: ../plugins/peopsxgl/gpucfg/interface.c:322
-msgid "Fullscreen"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:165
-msgid "Toggle windowed/fullscreen mode."
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:187
-msgid "<b>Screen</b>"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:216
-msgid "Show FPS"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:220
-msgid "Toggle whether the FPS will be shown."
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:232
-msgid "Autodetect FPS limit"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:236
-msgid "Enable this if games display too quickly."
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:249
-msgid "Enable frame skipping"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:253
-msgid "Skip frames when rendering."
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:270
-msgid "Set FPS"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:287
-msgid "200.0"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:310
-msgid "<b>Framerate</b>"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:339
-#: ../plugins/peopsxgl/gpucfg/interface.c:568
-msgid "Use game fixes"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:366
-msgid "better g-colors, worse textures"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:381
-msgid "Needed by Dark Forces"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:394
-msgid "Draw quads with triangles"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:410
-msgid "Repeated flat tex triangles"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:426
-msgid "Disable CPU Saving"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:442
-msgid "Odd/even bit hack"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:458
-msgid "For precise framerate"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:473
-msgid "Better FPS limit in some"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:486
-msgid "PC FPS calculation"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:504
-msgid "Pandemonium 2"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:517
-msgid "Lazy screen update"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:535
-msgid "Skip every second frame"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:548
-#: ../plugins/peopsxgl/gpucfg/interface.c:640
-msgid "Old frame skipping"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:564
-msgid "Expand screen width"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:580
-msgid "Ignore brightness color"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:596
-msgid "Disable coordinate check"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:614
-msgid "Chrono Cross"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:627
-msgid "Capcom fighting games"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:642
-msgid "Black screens in Lunar"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:657
-msgid "Compatibility mode"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:670
-msgid "Fake 'gpu busy' states"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:688
-msgid "Toggle busy flags after drawing"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:713
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:268
-msgid "<b>Compatibility</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:7
-msgid "PCSX"
-msgstr ""
-
-#: ../data/pcsx.glade2:21
-msgid "_File"
-msgstr ""
-
-#: ../data/pcsx.glade2:27
-msgid "Run _CD"
-msgstr ""
-
-#: ../data/pcsx.glade2:45
-msgid "Run _ISO..."
-msgstr ""
-
-#: ../data/pcsx.glade2:62
-msgid "Run _BIOS"
-msgstr ""
-
-#: ../data/pcsx.glade2:79
-msgid "Run _EXE..."
-msgstr ""
-
-#: ../data/pcsx.glade2:101
-msgid "E_xit"
-msgstr ""
-
-#: ../data/pcsx.glade2:123
-msgid "_Emulator"
-msgstr ""
-
-#: ../data/pcsx.glade2:129
-msgid "_Continue"
-msgstr ""
-
-#: ../data/pcsx.glade2:146
-msgid "_Reset"
-msgstr ""
-
-#: ../data/pcsx.glade2:168
-msgid "S_witch ISO..."
-msgstr ""
-
-#: ../data/pcsx.glade2:190
-msgid "_Save State"
-msgstr ""
-
-#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
-msgid "Slot _1"
-msgstr ""
-
-#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
-msgid "Slot _2"
-msgstr ""
-
-#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
-msgid "Slot _3"
-msgstr ""
-
-#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
-msgid "Slot _4"
-msgstr ""
-
-#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
-msgid "Slot _5"
-msgstr ""
-
-#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
-msgid "_Other..."
-msgstr ""
-
-#: ../data/pcsx.glade2:271
-msgid "_Load State"
-msgstr ""
-
-#: ../data/pcsx.glade2:357
-msgid "_Configuration"
-msgstr ""
-
-#: ../data/pcsx.glade2:363
-msgid "_Plugins & BIOS..."
-msgstr ""
-
-#: ../data/pcsx.glade2:385
-msgid "_Graphics..."
-msgstr ""
-
-#: ../data/pcsx.glade2:400
-msgid "_Sound..."
-msgstr ""
-
-#: ../data/pcsx.glade2:415
-msgid "CD-_ROM..."
-msgstr ""
-
-#: ../data/pcsx.glade2:430
-msgid "C_ontrollers..."
-msgstr ""
-
-#: ../data/pcsx.glade2:450
-msgid "_CPU..."
-msgstr ""
-
-#: ../data/pcsx.glade2:466
-msgid "_Memory Cards..."
-msgstr ""
-
-#: ../data/pcsx.glade2:483
-msgid "_Netplay..."
-msgstr ""
-
-#: ../data/pcsx.glade2:504
-msgid "Chea_t"
-msgstr ""
-
-#: ../data/pcsx.glade2:513
-msgid "_Browse..."
-msgstr ""
-
-#: ../data/pcsx.glade2:528
-msgid "_Search..."
-msgstr ""
-
-#: ../data/pcsx.glade2:554
-msgid "Memory _Dump"
-msgstr ""
-
-#: ../data/pcsx.glade2:574
-msgid "_Help"
-msgstr ""
-
-#: ../data/pcsx.glade2:580
-msgid "_About PCSX..."
-msgstr ""
-
-#: ../data/pcsx.glade2:613 ../data/pcsx.glade2:614
-msgid "Run CD"
-msgstr ""
-
-#: ../data/pcsx.glade2:626
-msgid "Run ISO Image"
-msgstr ""
-
-#: ../data/pcsx.glade2:627
-msgid "Run ISO..."
-msgstr ""
-
-#: ../data/pcsx.glade2:648
-msgid "Continue Emulation"
-msgstr ""
-
-#: ../data/pcsx.glade2:649
-msgid "Continue..."
-msgstr ""
-
-#: ../data/pcsx.glade2:661
-msgid "Switch ISO Image"
-msgstr ""
-
-#: ../data/pcsx.glade2:662
-msgid "Switch ISO..."
-msgstr ""
-
-#: ../data/pcsx.glade2:683 ../data/pcsx.glade2:1810
-msgid "Configure Memory Cards"
-msgstr ""
-
-#: ../data/pcsx.glade2:684
-msgid "Memcards..."
-msgstr ""
-
-#: ../data/pcsx.glade2:696
-msgid "Configure Graphics"
-msgstr ""
-
-#: ../data/pcsx.glade2:697
-msgid "Graphics..."
-msgstr ""
-
-#: ../data/pcsx.glade2:709 ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:8
-msgid "Configure Sound"
-msgstr ""
-
-#: ../data/pcsx.glade2:710
-msgid "Sound..."
-msgstr ""
-
-#: ../data/pcsx.glade2:722
-msgid "Configure CD-ROM"
-msgstr ""
-
-#: ../data/pcsx.glade2:723
-msgid "CD-ROM..."
-msgstr ""
-
-#: ../data/pcsx.glade2:735
-msgid "Configure Controllers"
-msgstr ""
-
-#: ../data/pcsx.glade2:736
-msgid "Controllers..."
-msgstr ""
-
-#: ../data/pcsx.glade2:879
-msgid "Select Folder to Search"
-msgstr ""
-
-#: ../data/pcsx.glade2:895
-msgid "Search in:"
-msgstr ""
-
-#: ../data/pcsx.glade2:1168
-msgid "Graphics:"
-msgstr ""
-
-#: ../data/pcsx.glade2:1181
-msgid "Sound:"
-msgstr ""
-
-#: ../data/pcsx.glade2:1196
-msgid "Controller 1: "
-msgstr ""
-
-#: ../data/pcsx.glade2:1211
-msgid "Controller 2:"
-msgstr ""
-
-#: ../data/pcsx.glade2:1226
-msgid "CD-ROM:"
-msgstr ""
-
-#: ../data/pcsx.glade2:1264
-msgid "<b>Plugins</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:1325
-msgid "<b>BIOS</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:1375
-msgid "Configure CPU"
-msgstr ""
-
-#: ../data/pcsx.glade2:1419
-msgid "SPU IRQ Always Enabled"
-msgstr ""
-
-#: ../data/pcsx.glade2:1435
-msgid "Black & White Movies"
-msgstr ""
-
-#: ../data/pcsx.glade2:1469
-msgid "Enable Interpreter CPU"
-msgstr ""
-
-#: ../data/pcsx.glade2:1503
-msgid "Disable CD Audio"
-msgstr ""
-
-#: ../data/pcsx.glade2:1519
-msgid "Disable XA Decoding"
-msgstr ""
-
-#: ../data/pcsx.glade2:1571
-msgid "<b>Options</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:1612
-msgid ""
-"NTSC\n"
-"PAL"
-msgstr ""
-
-#: ../data/pcsx.glade2:1626
-msgid "<b>System Type</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:1674
-msgid "Configure NetPlay"
-msgstr ""
-
-#: ../data/pcsx.glade2:1760
-msgid "<b>NetPlay</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:1886 ../data/pcsx.glade2:2283
-msgid "New"
-msgstr ""
-
-#: ../data/pcsx.glade2:1936 ../data/pcsx.glade2:2333
-msgid "Format"
-msgstr ""
-
-#: ../data/pcsx.glade2:1986 ../data/pcsx.glade2:2383
-msgid "Un/Delete"
-msgstr ""
-
-#: ../data/pcsx.glade2:2079
-msgid "<b>Memory Card 1</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:2139 ../data/pcsx.glade2:2189 ../data/pcsx.glade2:3002
-msgid "Copy"
-msgstr ""
-
-#: ../data/pcsx.glade2:2476
-msgid "<b>Memory Card 2</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:2572
-msgid "<b>Cheat Codes</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:2736
-msgid ""
-"8-bit\n"
-"16-bit\n"
-"32-bit"
-msgstr ""
-
-#: ../data/pcsx.glade2:2799
-msgid ""
-"Equal Value\n"
-"Not Equal Value\n"
-"Range\n"
-"Increased By\n"
-"Decreased By\n"
-"Increased\n"
-"Decreased\n"
-"Different\n"
-"No Change"
-msgstr ""
-
-#: ../data/pcsx.glade2:2831
-msgid ""
-"Decimal\n"
-"Hexadecimal"
-msgstr ""
-
-#: ../data/pcsx.glade2:3035
-msgid "label_resultsfound"
-msgstr ""
-
-#: ../data/pcsx.glade2:3070
-msgid "Search"
-msgstr ""
-
-#: ../data/pcsx.glade2:3106
-msgid "Restart"
-msgstr ""
-
-#: ../data/pcsx.glade2:3135
-msgid "<b>Cheat Search</b>"
-msgstr ""
-
-#: ../data/pcsx.glade2:3291
-msgid "Raw Dump..."
-msgstr ""
-
-#: ../data/pcsx.glade2:3326
-msgid "Patch Memory..."
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:38
-msgid "Mac OS X Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:40
-msgid "ALSA Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:42
-msgid "OSS Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:44
-msgid "SDL Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:46
-msgid "PulseAudio Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:48
-msgid "NULL Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:51
-msgid ""
-"P.E.Op.S. Sound Driver V1.7\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:42
-msgid "Volume:"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:54
-msgid "Interpolation:"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:68
-msgid "Reverb:"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:81
-msgid ""
-"Low\n"
-"Medium\n"
-"Loud\n"
-"Loudest"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:95
-msgid ""
-"Off\n"
-"Simple\n"
-"Playstation"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:111
-msgid ""
-"None\n"
-"Simple\n"
-"Gaussian\n"
-"Cubic"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:132
-msgid "<b>General</b>"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:163
-msgid "Adjust XA speed"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:167
-msgid "Choose this if XA music is played too quickly."
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:184
-msgid "<b>XA Music</b>"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:215
-msgid "High compatibility mode"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:219
-msgid "Use the asynchronous SPU interface."
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:231
-msgid "SPU IRQ Wait"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:235
-msgid "Wait for CPU; only useful for some games."
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:247
-msgid "Single channel sound"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:251
-msgid "Play only one channel for a performance boost."
-msgstr ""
-
-#: ../plugins/dfcdrom/cdr-linux.c:70
-msgid "CD-ROM Drive Reader"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdr-null.c:10
-msgid "CDR NULL Plugin"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:170
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
-msgid "CDR configuration"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:33
-msgid "Choose your CD-ROM device or type its path if it's not listed"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:44
-msgid "Select CD-ROM device"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:72
-msgid "Select read mode:"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:83
-msgid ""
-"Normal (No Cache)\n"
-"Threaded - Faster (With Cache)"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:114
-msgid "Cache Size (Def. 64):"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:159
-msgid "Spindown Time:"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:170
-msgid ""
-"Default\n"
-"125ms\n"
-"250ms\n"
-"500ms\n"
-"1s\n"
-"2s\n"
-"4s\n"
-"8s\n"
-"16s\n"
-"32s\n"
-"1min\n"
-"2min\n"
-"4min\n"
-"8min\n"
-"16min\n"
-"32min"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:216
-msgid "Cdrom Speed (Def. 0 = MAX):"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:248
-msgid "hseparator"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:258
-msgid "Enable subchannel read"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpu.c:61
-msgid "OpenGL Driver"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpu.c:63
-msgid "Pete Bernert"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpu.c:64
-msgid ""
-"Based on P.E.Op.S. MesaGL Driver V1.78\n"
-"Coded by Pete Bernert\n"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:118
-msgid "OpenGL Driver configuration"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:138
-msgid "Textures"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:161
-msgid "Quality:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:178
-#: ../plugins/peopsxgl/gpucfg/interface.c:191
-msgid "0: don't care - Use driver's default textures"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:179
-msgid "1: 4444 - Fast, but less colorful"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:180
-msgid "2: 5551 - Nice colors, bad transparency"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:181
-msgid "3: 8888 - Best colors, more ram needed"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:182
-msgid "4: BGR8888 - Faster on some cards"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:193
-msgid "VRam size in MBytes (0..1024, 0=auto):"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:210
-#: ../plugins/peopsxgl/gpucfg/interface.c:225
-msgid "0: None"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:211
-msgid "1: Standard - Glitches will happen"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:212
-msgid "2: Extended - No black borders"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:213
-msgid "3: Standard without sprites - unfiltered 2D"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:214
-msgid "4: Extended without sprites - unfiltered 2D"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:215
-msgid "5: Standard + smoothed sprites"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:216
-msgid "6: Extended + smoothed sprites"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:227
-msgid "Filtering:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:235
-msgid "HiRes Tex:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:252
-#: ../plugins/peopsxgl/gpucfg/interface.c:263
-msgid "0: None (standard)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:253
-msgid "1: 2xSaI (much vram needed)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:254
-msgid "2: Scaled (needs tex filtering)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:265
-msgid "Window options"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:296
-msgid "Width:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:305
-msgid "Height:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:314
-msgid "Keep psx aspect ratio"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:330
-msgid "Dithering"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:346
-msgid "Framerate"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:369
-msgid "FPS"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:377
-msgid "FPS limit manual"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:386
-msgid "Show FPS display on startup"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:394
-msgid "Use FPS limit"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:402
-msgid "FPS limit auto-detection"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:411
-msgid "Use Frame skipping"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:419
-msgid "Compatibility"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:434
-msgid "Advanced blending (Accurate psx color emulation)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:442
-msgid "Framebuffer textures:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:450
-msgid "Offscreen Drawing:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:458
-msgid "Framebuffer access:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:466
-msgid "Alpha Multipass (correct opaque texture areas)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:474
-msgid "Mask bit detection (needed by a few games, zbuffer)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:491
-#: ../plugins/peopsxgl/gpucfg/interface.c:504
-msgid "0: None - Fastest, most glitches"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:492
-msgid "1: Minimum - Missing screens"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:493
-msgid "2: Standard - OK for most games"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:494
-msgid "3: Enhanced - Shows more stuff"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:495
-msgid "4: Extended - Causing garbage"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:515
-#: ../plugins/peopsxgl/gpucfg/interface.c:527
-msgid "0: Emulated vram - Needs FVP"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:516
-msgid "1: Black - Fast, no effects"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:517
-msgid "2: Gfx card buffer - Can be slow"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:518
-msgid "3: Gfx card & soft - slow"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:538
-#: ../plugins/peopsxgl/gpucfg/interface.c:551
-msgid "0: Emulated vram - ok most times"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:539
-msgid "1: Gfx card buffer reads"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:540
-msgid "2: Gfx card buffer moves"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:541
-msgid "3: Gfx buffer reads & moves"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:542
-msgid "4: Full Software (FVP)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:553
-msgid "Special game fixes"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:576
-msgid "Battle cursor (FF7)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:584
-msgid "Direct FB updates"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:592
-msgid "Black brightness (Lunar)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:600
-msgid "Swap front detection"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:608
-msgid "Disable coord check"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:616
-msgid "No blue glitches (LoD)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:624
-msgid "Soft FB access"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:632
-msgid "PC fps calculation"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:648
-msgid "Yellow rect (FF9)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:656
-msgid "No subtr. blending"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:664
-msgid "Lazy upload (DW7)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:672
-msgid "Odd/even hack"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:680
-msgid "Adjust screen width"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:688
-msgid "Old texture filtering"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:696
-msgid "Additional uploads"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:704
-msgid "unused"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:712
-msgid "Fake 'gpu busy'"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:720
-msgid "Misc"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:743
-msgid "Scanlines"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:751
-msgid "Blending (0..255, -1=dot):"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:759
-msgid "Screen smoothing (can be slow or unsupported)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:767
-msgid "Use OpenGL extensions (recommended)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:775
-msgid "Polygon anti-aliasing (slow with most cards)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:783
-msgid "Line mode (polygons will not get filled)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:791
-msgid "Force 15 bit framebuffer updates (faster movies)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:799
-msgid "Unfiltered MDECs (small movie speedup)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:852
-msgid "Adapted from P.E.Op.S OpenGL GPU by Pete Bernert"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:861
-msgid "Homepage: http://www.pbernert.com"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:879
-msgid "Version: 1.78"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:48
-msgid "D-Pad Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:49
-msgid "D-Pad Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:50
-msgid "D-Pad Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:51
-msgid "D-Pad Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:52
-msgid "Cross"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:53
-msgid "Circle"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:54
-msgid "Square"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:55
-msgid "Triangle"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:56
-msgid "L1"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:57
-msgid "R1"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:58
-msgid "L2"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:59
-msgid "R2"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:60
-msgid "Select"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:61
-msgid "Start"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:62
-msgid "L3"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:63
-msgid "R3"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:67
-msgid "L-Stick Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:68
-msgid "L-Stick Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:69
-msgid "L-Stick Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:70
-msgid "L-Stick Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:71
-msgid "R-Stick Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:72
-msgid "R-Stick Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:73
-msgid "R-Stick Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:74
-msgid "R-Stick Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Centered"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Rightup"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Rightdown"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Leftup"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:105 ../plugins/dfinput/cfg-gtk2.c:144
-msgid "Leftdown"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:109 ../plugins/dfinput/cfg-gtk2.c:148
-#, c-format
-msgid "Joystick: Button %d"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:113 ../plugins/dfinput/cfg-gtk2.c:152
-#, c-format
-msgid "Joystick: Axis %d%c"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:118 ../plugins/dfinput/cfg-gtk2.c:157
-#, c-format
-msgid "Joystick: Hat %d %s"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:133 ../plugins/dfinput/cfg-gtk2.c:172
-msgid "Keyboard:"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:137 ../plugins/dfinput/cfg-gtk2.c:176
-msgid "(Not Set)"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:539
-msgid "None"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:581
-msgid "Gamepad/Keyboard Input Configuration"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:587 ../plugins/dfinput/cfg-gtk2.c:607
-msgid "Key"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:593 ../plugins/dfinput/cfg-gtk2.c:613
-msgid "Button"
-msgstr ""
-
-#: ../plugins/dfinput/pad.c:22
-msgid "Gamepad/Keyboard Input"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:35 ../plugins/dfinput/dfinput.glade2:232
-msgid "Device:"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:66 ../plugins/dfinput/dfinput.glade2:263
-msgid "Type:"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:78 ../plugins/dfinput/dfinput.glade2:275
-msgid ""
-"Digital Pad\n"
-"Analog Pad"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:149 ../plugins/dfinput/dfinput.glade2:346
-msgid "Change"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:185 ../plugins/dfinput/dfinput.glade2:382
-msgid "Reset"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:210
-msgid "Controller 1"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:412
-msgid "Controller 2"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:427
-msgid "Multi-Threaded (Recommended)"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.c:23
-msgid "Socket Driver"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.c:161
-#, c-format
-msgid "error connecting to %s: %s\n"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.c:186
-msgid "Error allocating memory!\n"
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:39
-msgid "Nothing to configure"
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:95
-#, c-format
-msgid "IP %s"
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:165
-msgid "Waiting for connection..."
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:168
-msgid "The Client should now Start a Connection, waiting..."
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:23
-msgid ""
-"Select here if you'll be Server (Player1) or Client (Player2).\n"
-"\n"
-"If you select Server you must Copy your IP address to the Clipboard and "
-"paste if (Ctrl+V) wherever the Client can see it.\n"
-"\n"
-"If you selected Client please enter the IP address the Server gave to you in "
-"the IP Address Control."
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:63
-msgid "Copy PC IP to Clipboard"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:94
-msgid "Server (Player1)"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:104
-msgid "Client (Player2)"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:130
-msgid ""
-"Do not change if not necessary (remember it must be changed on both sides)."
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:143
-msgid "Port Number"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:202
-msgid "Start Game"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:240
-msgid "Play Offline"
-msgstr ""
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-07-10 14:04+0800\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../win32/gui/AboutDlg.c:26
+msgid ""
+"PCSX - A PlayStation Emulator\n"
+"\n"
+"Original Authors:\n"
+"main coder: linuzappz\n"
+"co-coders: shadow\n"
+"ex-coders: Nocomp, Pete Bernett, nik3d\n"
+"Webmaster: AkumaX"
+msgstr ""
+
+#: ../win32/gui/AboutDlg.c:35
+msgid ""
+"PCSX-df Authors:\n"
+"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
+"Marcus Comstedt, Stefan Sikora\n"
+"\n"
+"PCSX-Reloaded By:\n"
+"Blade_Arma, Wei Mingzhi, et al.\n"
+"\n"
+"http://pcsxr.codeplex.com/"
+msgstr ""
+
+#: ../win32/gui/AboutDlg.c:46 ../plugins/peopsxgl/gpucfg/interface.c:831
+msgid "About"
+msgstr ""
+
+#: ../win32/gui/AboutDlg.c:48 ../win32/gui/AboutDlg.c:52
+#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119
+#: ../win32/gui/ConfigurePlugins.c:483 ../win32/gui/ConfigurePlugins.c:614
+#: ../win32/gui/WndMain.c:974 ../win32/gui/WndMain.c:1210
+#: ../plugins/peopsxgl/gpucfg/interface.c:130
+#: ../plugins/peopsxgl/gpucfg/interface.c:843
+msgid "OK"
+msgstr ""
+
+#: ../win32/gui/AboutDlg.c:49
+msgid "PCSX EMU\n"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
+#: ../win32/gui/CheatDlg.c:270
+msgid "Yes"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
+#: ../win32/gui/CheatDlg.c:270
+msgid "No"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:66 ../gui/Cheat.c:194
+msgid "Edit Cheat"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:67 ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:636
+msgid "Description:"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:125
+#: ../gui/Cheat.c:211
+msgid "Cheat Code:"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:70 ../win32/gui/CheatDlg.c:120
+#: ../win32/gui/ConfigurePlugins.c:484 ../win32/gui/ConfigurePlugins.c:615
+#: ../win32/gui/WndMain.c:975 ../win32/gui/WndMain.c:1211
+#: ../plugins/peopsxgl/gpucfg/interface.c:338
+msgid "Cancel"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:91 ../win32/gui/CheatDlg.c:132 ../gui/Cheat.c:155
+#: ../gui/Cheat.c:251
+msgid "Invalid cheat code!"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:116 ../gui/Cheat.c:109
+msgid "Add New Cheat"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:166 ../data/pcsx.glade2:2534
+msgid "Edit Cheat Codes"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:168
+msgid "&Add Code"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:169
+msgid "&Edit Code"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:170
+msgid "&Remove Code"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:171
+msgid "&Enable/Disable"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:172
+msgid "&Load..."
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:173
+msgid "&Save As..."
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:174
+msgid "&Close"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:185 ../gui/Cheat.c:413
+msgid "Description"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:190
+msgid "Enabled"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:282 ../win32/gui/CheatDlg.c:311
+msgid "PCSX Cheat Code Files"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:402
+msgid "Equal Value"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:403
+msgid "Not Equal Value"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:404
+msgid "Range"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:407
+msgid "Increased By"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:408
+msgid "Decreased By"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:409
+msgid "Increased"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:410
+msgid "Decreased"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:411
+msgid "Different"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:412
+msgid "No Change"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:448 ../gui/Cheat.c:585
+msgid "Enter the values and start your search."
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:453
+msgid "No addresses found."
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:457 ../gui/Cheat.c:543
+msgid "Too many addresses found."
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:466 ../gui/Cheat.c:552
+#, c-format
+msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:471 ../gui/Cheat.c:557
+#, c-format
+msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:476 ../gui/Cheat.c:562
+#, c-format
+msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:492 ../gui/Cheat.c:577
+#, c-format
+msgid "Founded Addresses: %d"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:504 ../data/pcsx.glade2:2930
+msgid "Freeze"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:505 ../win32/gui/CheatDlg.c:596
+msgid "Address:"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:506 ../win32/gui/CheatDlg.c:597
+#: ../win32/gui/CheatDlg.c:682 ../gui/Cheat.c:647 ../data/pcsx.glade2:2773
+msgid "Value:"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:566
+#, c-format
+msgid "Freeze %.8X"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:595 ../data/pcsx.glade2:2966
+msgid "Modify"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:1129 ../data/pcsx.glade2:2703
+msgid "Cheat Search"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2751
+msgid "Search For:"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:681 ../data/pcsx.glade2:2761
+msgid "Data Type:"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:683 ../data/pcsx.glade2:2785
+msgid "Data Base:"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:684 ../data/pcsx.glade2:2845
+msgid "To:"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:685
+msgid "&Freeze"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:686
+msgid "&Modify"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:687
+msgid "&Copy"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:688
+msgid "&Search"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:689
+msgid "&New Search"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:690
+msgid "C&lose"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:692
+msgid "8-bit"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:693
+msgid "16-bit"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:694
+msgid "32-bit"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:695
+msgid "Decimal"
+msgstr ""
+
+#: ../win32/gui/CheatDlg.c:696
+msgid "Hexadecimal"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:219
+msgid "Simulate Psx Bios"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:305
+msgid "Configuration not OK!"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:305 ../gui/Cheat.c:155 ../gui/Cheat.c:251
+#: ../gui/LnxMain.c:418
+msgid "Error"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:406
+msgid "This plugin reports that should work correctly"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:407
+msgid "This plugin reports that should not work correctly"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:463
+msgid "Select Plugins Directory"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:472
+msgid "Select Bios Directory"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:481
+msgid "Configuration"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:485
+msgid "Graphics"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:486
+msgid "First Controller"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:487
+msgid "Second Controller"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:488
+msgid "Sound"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:489
+msgid "Cdrom"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:490
+msgid "Bios"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:491
+msgid "Set Bios Directory"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:492
+msgid "Set Plugins Directory"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:493 ../win32/gui/ConfigurePlugins.c:496
+#: ../win32/gui/ConfigurePlugins.c:499 ../win32/gui/ConfigurePlugins.c:502
+#: ../win32/gui/ConfigurePlugins.c:505 ../win32/gui/ConfigurePlugins.c:617
+msgid "Configure..."
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:494 ../win32/gui/ConfigurePlugins.c:497
+#: ../win32/gui/ConfigurePlugins.c:500 ../win32/gui/ConfigurePlugins.c:503
+#: ../win32/gui/ConfigurePlugins.c:506 ../win32/gui/ConfigurePlugins.c:618
+msgid "Test..."
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:495 ../win32/gui/ConfigurePlugins.c:498
+#: ../win32/gui/ConfigurePlugins.c:501 ../win32/gui/ConfigurePlugins.c:504
+#: ../win32/gui/ConfigurePlugins.c:507 ../win32/gui/ConfigurePlugins.c:619
+msgid "About..."
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:612
+msgid "NetPlay Configuration"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:616 ../plugins/dfnet/gui.c:31
+#: ../plugins/dfnet/gui.c:112
+msgid "NetPlay"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:620
+msgid ""
+"Note: The NetPlay Plugin Directory should be the same as the other Plugins."
+msgstr ""
+
+#: ../win32/gui/plugin.c:90 ../win32/gui/WndMain.c:281
+#, c-format
+msgid "*PCSX*: Saved State %d"
+msgstr ""
+
+#: ../win32/gui/plugin.c:91 ../win32/gui/WndMain.c:282
+#, c-format
+msgid "*PCSX*: Error Saving State %d"
+msgstr ""
+
+#: ../win32/gui/plugin.c:107 ../win32/gui/WndMain.c:259
+#, c-format
+msgid "*PCSX*: Loaded State %d"
+msgstr ""
+
+#: ../win32/gui/plugin.c:108 ../win32/gui/WndMain.c:260
+#, c-format
+msgid "*PCSX*: Error Loading State %d"
+msgstr ""
+
+#: ../win32/gui/plugin.c:119
+#, c-format
+msgid "*PCSX*: Sio Irq Always Enabled"
+msgstr ""
+
+#: ../win32/gui/plugin.c:120
+#, c-format
+msgid "*PCSX*: Sio Irq Not Always Enabled"
+msgstr ""
+
+#: ../win32/gui/plugin.c:127
+#, c-format
+msgid "*PCSX*: Black&White Mdecs Only Enabled"
+msgstr ""
+
+#: ../win32/gui/plugin.c:128
+#, c-format
+msgid "*PCSX*: Black&White Mdecs Only Disabled"
+msgstr ""
+
+#: ../win32/gui/plugin.c:135
+#, c-format
+msgid "*PCSX*: Xa Enabled"
+msgstr ""
+
+#: ../win32/gui/plugin.c:136
+#, c-format
+msgid "*PCSX*: Xa Disabled"
+msgstr ""
+
+#: ../win32/gui/plugin.c:145
+msgid "*PCSX*: CdRom Case Opened"
+msgstr ""
+
+#: ../win32/gui/plugin.c:150
+msgid "*PCSX*: CdRom Case Closed"
+msgstr ""
+
+#: ../win32/gui/plugin.c:177
+msgid "Connecting..."
+msgstr ""
+
+#: ../win32/gui/plugin.c:179 ../win32/gui/plugin.c:186
+#, c-format
+msgid "Please wait while connecting... %c\n"
+msgstr ""
+
+#: ../win32/gui/plugin.c:214
+msgid "Error Opening CDR Plugin"
+msgstr ""
+
+#: ../win32/gui/plugin.c:277
+#, c-format
+msgid "Error Opening GPU Plugin (%d)"
+msgstr ""
+
+#: ../win32/gui/plugin.c:279
+#, c-format
+msgid "Error Opening SPU Plugin (%d)"
+msgstr ""
+
+#: ../win32/gui/plugin.c:282
+#, c-format
+msgid "Error Opening PAD1 Plugin (%d)"
+msgstr ""
+
+#: ../win32/gui/plugin.c:284
+#, c-format
+msgid "Error Opening PAD2 Plugin (%d)"
+msgstr ""
+
+#: ../win32/gui/plugin.c:314
+msgid "Error Closing CDR Plugin"
+msgstr ""
+
+#: ../win32/gui/plugin.c:316
+msgid "Error Closing GPU Plugin"
+msgstr ""
+
+#: ../win32/gui/plugin.c:318
+msgid "Error Closing SPU Plugin"
+msgstr ""
+
+#: ../win32/gui/plugin.c:336
+#, c-format
+msgid "CDRinit error: %d"
+msgstr ""
+
+#: ../win32/gui/plugin.c:338
+#, c-format
+msgid "GPUinit error: %d"
+msgstr ""
+
+#: ../win32/gui/plugin.c:340
+#, c-format
+msgid "SPUinit error: %d"
+msgstr ""
+
+#: ../win32/gui/plugin.c:342
+#, c-format
+msgid "PAD1init error: %d"
+msgstr ""
+
+#: ../win32/gui/plugin.c:344
+#, c-format
+msgid "PAD2init error: %d"
+msgstr ""
+
+#: ../win32/gui/plugin.c:347
+#, c-format
+msgid "NETinit error: %d"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:76
+msgid "Arabic"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:77
+msgid "Catalan"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:78
+msgid "German"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:79
+msgid "Greek"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:80 ../win32/gui/WndMain.c:1566
+#: ../win32/gui/WndMain.c:1568
+msgid "English"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:81
+msgid "Spanish"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:82
+msgid "French"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:83
+msgid "Italian"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:84
+msgid "Portuguese"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:85
+msgid "Portuguese (Brazilian)"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:86
+msgid "Romanian"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:87
+msgid "Russian"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:88
+msgid "Simplified Chinese"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:89
+msgid "Traditional Chinese"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:90
+msgid "Japanese"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:91
+msgid "Korean"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:300 ../win32/gui/WndMain.c:352
+msgid "PCSX State Format"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:327
+#, c-format
+msgid "*PCSX*: Loaded State %s"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:328
+#, c-format
+msgid "*PCSX*: Error Loading State %s"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:379
+#, c-format
+msgid "*PCSX*: Saved State %s"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:380
+#, c-format
+msgid "*PCSX*: Error Saving State %s"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:429 ../win32/gui/WndMain.c:478 ../gui/Gtk2Gui.c:485
+#: ../gui/Gtk2Gui.c:610
+msgid "The CD does not appear to be a valid Playstation CD"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:435 ../win32/gui/WndMain.c:484 ../gui/Gtk2Gui.c:493
+#: ../gui/Gtk2Gui.c:618
+msgid "Could not load CD-ROM!"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:445
+msgid "Running BIOS is not supported with Internal HLE Bios."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:664 ../gui/MemcardDlg.c:62
+msgid "Title"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:670 ../gui/MemcardDlg.c:68
+msgid "Status"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:676
+msgid "Game ID"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:682
+msgid "Game"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:864
+msgid "mid link block"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:867
+msgid "terminiting link block"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:875 ../gui/MemcardDlg.c:155 ../gui/MemcardDlg.c:260
+msgid "Deleted"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:876 ../win32/gui/WndMain.c:879
+#: ../gui/MemcardDlg.c:157 ../gui/MemcardDlg.c:161 ../gui/MemcardDlg.c:262
+#: ../gui/MemcardDlg.c:266
+msgid "Free"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:878 ../gui/MemcardDlg.c:159 ../gui/MemcardDlg.c:264
+msgid "Used"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:972
+msgid "Memcard Manager"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:976 ../win32/gui/WndMain.c:979
+msgid "Select Mcd"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:977 ../win32/gui/WndMain.c:980
+msgid "Format Mcd"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:978 ../win32/gui/WndMain.c:981
+msgid "Reload Mcd"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:982
+msgid "-> Copy ->"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:983
+msgid "<- Copy <-"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:984
+msgid "Paste"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:985
+msgid "<- Un/Delete"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:986
+msgid "Un/Delete ->"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:988
+msgid "Memory Card 1"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:989
+msgid "Memory Card 2"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1044
+msgid "Are you sure you want to paste this selection?"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1044 ../win32/gui/WndMain.c:1155
+#: ../win32/gui/WndMain.c:1162
+msgid "Confirmation"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1155 ../win32/gui/WndMain.c:1162
+msgid "Are you sure you want to format this Memory Card?"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1208
+msgid "Cpu Config"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1213
+msgid "Disable Xa Decoding"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1214
+msgid "Sio Irq Always Enabled"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1215
+msgid "Black && White Movies"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1216
+msgid "Disable Cd audio"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1217 ../data/pcsx.glade2:1595
+msgid "Autodetect"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1218
+msgid "Enable Interpreter Cpu"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1219 ../data/pcsx.glade2:1451
+msgid "Enable Console Output"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1220 ../data/pcsx.glade2:1401
+msgid "Enable Debugger"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1221
+msgid "Spu Irq Always Enabled"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1222 ../data/pcsx.glade2:1538
+msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1223 ../data/pcsx.glade2:1553
+msgid "InuYasha Sengoku Battle Fix"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1225
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:277
+#: ../plugins/dfinput/dfinput.glade2:448
+msgid "Options"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1226
+msgid "Psx System Type"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1330
+msgid "Psx Mcd Format (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1335
+msgid "Psx Memory Card (*.mcr;*.mc)"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1340
+msgid "CVGS Memory Card (*.mem;*.vgs)"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1345
+msgid "Bleem Memory Card (*.mcd)"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1350
+msgid "DexDrive Memory Card (*.gme)"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1355
+msgid "DataDeck Memory Card (*.ddf)"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1360 ../win32/gui/WndMain.c:1441 ../gui/Cheat.c:321
+#: ../gui/Gtk2Gui.c:422 ../gui/Gtk2Gui.c:561
+msgid "All Files"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1399
+msgid "Psx Exe Format"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1436
+msgid "Psx Isos (*.iso;*.mdf;*.img;*.bin)"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1512
+msgid "&File"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1513
+msgid "E&xit"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1515
+msgid "Run &EXE..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1516
+msgid "Run &BIOS"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1517
+msgid "Run &ISO..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1518
+msgid "Run &CD"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1520
+msgid "&Emulator"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1521
+msgid "&States"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1523
+msgid "S&witch ISO..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1525
+msgid "Re&set"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1526
+msgid "&Run"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1527
+msgid "&Save"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1528
+msgid "&Load"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1529 ../win32/gui/WndMain.c:1535
+msgid "&Other..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1530 ../win32/gui/WndMain.c:1536
+msgid "Slot &5"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1531 ../win32/gui/WndMain.c:1537
+msgid "Slot &4"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1532 ../win32/gui/WndMain.c:1538
+msgid "Slot &3"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1533 ../win32/gui/WndMain.c:1539
+msgid "Slot &2"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1534 ../win32/gui/WndMain.c:1540
+msgid "Slot &1"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1542
+msgid "&Configuration"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1543
+msgid "Cheat &Search..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1544
+msgid "Ch&eat Code..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1547
+msgid "&Language"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1572
+msgid "&Memory cards..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1573
+msgid "C&PU..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1575
+msgid "&NetPlay..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1577
+msgid "&Controllers..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1578
+msgid "CD-&ROM..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1579
+msgid "&Sound..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1580
+msgid "&Graphics..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1582
+msgid "&Plugins && Bios..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1584
+msgid "&Help"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1585
+msgid "&About..."
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1764
+msgid "Pcsx Msg"
+msgstr ""
+
+#: ../win32/gui/WndMain.c:1767
+msgid "Error Loading Symbol"
+msgstr ""
+
+#: ../gui/AboutDlg.c:74
+msgid ""
+"(C) 1999-2003 PCSX Team\n"
+"(C) 2005-2009 PCSX-df Team\n"
+"(C) 2009-2010 PCSX-Reloaded Team"
+msgstr ""
+
+#: ../gui/AboutDlg.c:79
+msgid ""
+"This program is free software; you can redistribute it and/or modify it "
+"under the terms of the GNU General Public License as published by the Free "
+"Software Foundation; either version 2 of the License, or (at your option) "
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful, but WITHOUT "
+"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
+"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
+"more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License along with "
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA."
+msgstr ""
+
+#: ../gui/AboutDlg.c:102
+msgid "translator-credits"
+msgstr ""
+
+#: ../gui/AboutDlg.c:103
+msgid "A PlayStation emulator."
+msgstr ""
+
+#: ../gui/Cheat.c:117 ../gui/Cheat.c:202
+msgid "Cheat Description:"
+msgstr ""
+
+#: ../gui/Cheat.c:306
+msgid "Open Cheat File"
+msgstr ""
+
+#: ../gui/Cheat.c:316 ../gui/Cheat.c:356
+msgid "PCSX Cheat Code Files (*.cht)"
+msgstr ""
+
+#: ../gui/Cheat.c:346
+msgid "Save Cheat File"
+msgstr ""
+
+#: ../gui/Cheat.c:361
+msgid "All Files (*.*)"
+msgstr ""
+
+#: ../gui/Cheat.c:394 ../gui/Cheat.c:1124 ../gui/ConfDlg.c:104
+#: ../gui/ConfDlg.c:200 ../gui/DebugMemory.c:259
+msgid "Error: Glade interface could not be loaded!"
+msgstr ""
+
+#: ../gui/Cheat.c:399
+msgid "Cheat Codes"
+msgstr ""
+
+#: ../gui/Cheat.c:405
+msgid "Enable"
+msgstr ""
+
+#: ../gui/Cheat.c:630
+msgid "Freeze value"
+msgstr ""
+
+#: ../gui/Cheat.c:729
+msgid "Modify value"
+msgstr ""
+
+#: ../gui/Cheat.c:737
+msgid "New value:"
+msgstr ""
+
+#: ../gui/Cheat.c:1134
+msgid "Search Results"
+msgstr ""
+
+#: ../gui/ConfDlg.c:112 ../data/pcsx.glade2:778
+msgid "Configure PCSX"
+msgstr ""
+
+#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
+#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
+msgid "No configuration required"
+msgstr ""
+
+#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
+#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
+msgid "This plugin doesn't need to be configured."
+msgstr ""
+
+#: ../gui/ConfDlg.c:581
+#, c-format
+msgid "Could not open BIOS directory: '%s'\n"
+msgstr ""
+
+#: ../gui/ConfDlg.c:611 ../gui/ConfDlg.c:704 ../gui/LnxMain.c:168
+#, c-format
+msgid "Could not open directory: '%s'\n"
+msgstr ""
+
+#: ../gui/ConfDlg.c:675
+msgid "Simulate PSX BIOS"
+msgstr ""
+
+#: ../gui/DebugMemory.c:103 ../data/pcsx.glade2:3178
+msgid "Memory Dump"
+msgstr ""
+
+#: ../gui/DebugMemory.c:111
+msgid "Start Address (Hexadecimal):"
+msgstr ""
+
+#: ../gui/DebugMemory.c:121
+msgid "Length (Decimal):"
+msgstr ""
+
+#: ../gui/DebugMemory.c:147
+msgid "Dump to File"
+msgstr ""
+
+#: ../gui/DebugMemory.c:162
+#, c-format
+msgid "Error writing to %s!"
+msgstr ""
+
+#: ../gui/DebugMemory.c:180
+msgid "Memory Patch"
+msgstr ""
+
+#: ../gui/DebugMemory.c:188 ../data/pcsx.glade2:3199
+msgid "Address (Hexadecimal):"
+msgstr ""
+
+#: ../gui/DebugMemory.c:198
+msgid "Value (Hexa string):"
+msgstr ""
+
+#: ../gui/DebugMemory.c:264
+msgid "Memory Viewer"
+msgstr ""
+
+#: ../gui/DebugMemory.c:269
+msgid "Address"
+msgstr ""
+
+#: ../gui/DebugMemory.c:287
+msgid "Text"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:113
+msgid "Ready"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:154
+msgid "Emulation Paused."
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:405
+msgid "Select PSX EXE File"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:418
+msgid "PlayStation Executable Files"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:454
+msgid "Not a valid PSX file"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:454
+msgid "The file does not appear to be a valid Playstation executable"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:485 ../gui/Gtk2Gui.c:610
+msgid "CD ROM failed"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:493 ../gui/Gtk2Gui.c:618
+msgid "The CD-ROM could not be loaded"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:507
+msgid "Could not run BIOS"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:507
+msgid "Running BIOS is not supported with Internal HLE BIOS."
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:536
+msgid "Open PSX Disc Image File"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:556
+msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:771
+#, c-format
+msgid "Loaded state %s."
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:774
+#, c-format
+msgid "Error loading state %s!"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:785
+#, c-format
+msgid "Saved state %s."
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:787
+#, c-format
+msgid "Error saving state %s!"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:822 ../gui/Gtk2Gui.c:850
+msgid "Select State File"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:893
+msgid "Notice"
+msgstr ""
+
+#: ../gui/LnxMain.c:62
+#, c-format
+msgid "Creating memory card: %s\n"
+msgstr ""
+
+#: ../gui/LnxMain.c:325
+msgid ""
+" pcsx [options] [file]\n"
+"\toptions:\n"
+"\t-runcd\t\tRuns CD-ROM\n"
+"\t-cdfile FILE\tRuns a CD image file\n"
+"\t-nogui\t\tDon't open the GTK GUI\n"
+"\t-cfg FILE\tLoads desired configuration file (default: ~/.pcsx/pcsx.cfg)\n"
+"\t-psxout\t\tEnable PSX output\n"
+"\t-load STATENUM\tLoads savestate STATENUM (1-5)\n"
+"\t-h -help\tDisplay this message\n"
+"\tfile\t\tLoads file\n"
+msgstr ""
+
+#: ../gui/LnxMain.c:362
+#, c-format
+msgid ""
+"PCSX cannot be configured without using the GUI -- you should restart "
+"without -nogui.\n"
+msgstr ""
+
+#: ../gui/LnxMain.c:418
+msgid "Failed loading plugins!"
+msgstr ""
+
+#: ../gui/LnxMain.c:435
+#, c-format
+msgid "Could not load CD-ROM!\n"
+msgstr ""
+
+#: ../gui/LnxMain.c:466
+#, c-format
+msgid "PSX emulator couldn't be initialized.\n"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:56
+msgid "Icon"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:74
+msgid "ID"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:80
+msgid "Name"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:323
+msgid "Select A File"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:364
+msgid "Format this Memory Card?"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:366
+msgid ""
+"If you format the memory card, the card will be empty, and any existing data "
+"overwritten."
+msgstr ""
+
+#: ../gui/MemcardDlg.c:369
+msgid "Format card"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:393
+msgid "Create a new Memory Card"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:402
+msgid "New Memory Card.mcd"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:503
+msgid "No free space on memory card"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:504
+msgid ""
+"There are no free slots available on the target memory card. Please delete a "
+"slot first."
+msgstr ""
+
+#: ../gui/MemcardDlg.c:667
+msgid "Memory Card Manager"
+msgstr ""
+
+#: ../gui/Plugin.c:211 ../data/pcsx.glade2:1487
+#, c-format
+msgid "SIO IRQ Always Enabled"
+msgstr ""
+
+#: ../gui/Plugin.c:212
+#, c-format
+msgid "SIO IRQ Not Always Enabled"
+msgstr ""
+
+#: ../gui/Plugin.c:218
+#, c-format
+msgid "Black & White Mdecs Only Enabled"
+msgstr ""
+
+#: ../gui/Plugin.c:219
+#, c-format
+msgid "Black & White Mdecs Only Disabled"
+msgstr ""
+
+#: ../gui/Plugin.c:225
+#, c-format
+msgid "XA Enabled"
+msgstr ""
+
+#: ../gui/Plugin.c:226
+#, c-format
+msgid "XA Disabled"
+msgstr ""
+
+#: ../gui/Plugin.c:288
+msgid "Error opening CD-ROM plugin!"
+msgstr ""
+
+#: ../gui/Plugin.c:290
+msgid "Error opening SPU plugin!"
+msgstr ""
+
+#: ../gui/Plugin.c:293
+msgid "Error opening GPU plugin!"
+msgstr ""
+
+#: ../gui/Plugin.c:295
+msgid "Error opening Controller 1 plugin!"
+msgstr ""
+
+#: ../gui/Plugin.c:297
+msgid "Error opening Controller 2 plugin!"
+msgstr ""
+
+#: ../gui/Plugin.c:377
+msgid "Error closing CD-ROM plugin!"
+msgstr ""
+
+#: ../gui/Plugin.c:379
+msgid "Error closing SPU plugin!"
+msgstr ""
+
+#: ../gui/Plugin.c:381
+msgid "Error closing Controller 1 Plugin!"
+msgstr ""
+
+#: ../gui/Plugin.c:383
+msgid "Error closing Controller 2 plugin!"
+msgstr ""
+
+#: ../gui/Plugin.c:385
+msgid "Error closing GPU plugin!"
+msgstr ""
+
+#: ../libpcsxcore/cdriso.c:658
+#, c-format
+msgid "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n"
+msgstr ""
+
+#: ../libpcsxcore/cdriso.c:677
+#, c-format
+msgid "Loaded CD Image: %s"
+msgstr ""
+
+#: ../libpcsxcore/cheat.c:147
+#, c-format
+msgid "Cheats loaded from: %s\n"
+msgstr ""
+
+#: ../libpcsxcore/cheat.c:179
+#, c-format
+msgid "Cheats saved to: %s\n"
+msgstr ""
+
+#: ../libpcsxcore/cheat.c:322 ../libpcsxcore/cheat.c:443
+msgid "(Untitled)"
+msgstr ""
+
+#: ../libpcsxcore/debug.c:317
+msgid "Error allocating memory"
+msgstr ""
+
+#: ../libpcsxcore/debug.c:322
+msgid "Unable to start debug server.\n"
+msgstr ""
+
+#: ../libpcsxcore/debug.c:326
+msgid "Debugger started.\n"
+msgstr ""
+
+#: ../libpcsxcore/debug.c:333
+msgid "Debugger stopped.\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:342
+#, c-format
+msgid "CD-ROM Label: %.32s\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:343
+#, c-format
+msgid "CD-ROM ID: %.9s\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:388
+#, c-format
+msgid "Error opening file: %s.\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:428
+#, c-format
+msgid "Unknown CPE opcode %02x at position %08x.\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:435
+msgid "COFF files not supported.\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:439
+msgid "This file does not appear to be a valid PSX file.\n"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:181
+#, c-format
+msgid "Error loading %s: %s"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:221
+#, c-format
+msgid "Could not load GPU plugin %s!"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:292
+#, c-format
+msgid "Could not load CD-ROM plugin %s!"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:340
+#, c-format
+msgid "Could not load SPU plugin %s!"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:477
+#, c-format
+msgid "Could not load Controller 1 plugin %s!"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:531
+#, c-format
+msgid "Could not load Controller 2 plugin %s!"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:574
+#, c-format
+msgid "Could not load NetPlay plugin %s!"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:654
+#, c-format
+msgid "Could not load SIO1 plugin %s!"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:739
+#, c-format
+msgid "Error initializing CD-ROM plugin: %d"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:741
+#, c-format
+msgid "Error initializing GPU plugin: %d"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:743
+#, c-format
+msgid "Error initializing SPU plugin: %d"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:745
+#, c-format
+msgid "Error initializing Controller 1 plugin: %d"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:747
+#, c-format
+msgid "Error initializing Controller 2 plugin: %d"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:751
+#, c-format
+msgid "Error initializing NetPlay plugin: %d"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:756
+#, c-format
+msgid "Error initializing SIO1 plugin: %d"
+msgstr ""
+
+#: ../libpcsxcore/plugins.c:759
+msgid "Plugins loaded.\n"
+msgstr ""
+
+#: ../libpcsxcore/ppf.c:216
+#, c-format
+msgid "Invalid PPF patch: %s.\n"
+msgstr ""
+
+#: ../libpcsxcore/ppf.c:292
+#, c-format
+msgid "Unsupported PPF version (%d).\n"
+msgstr ""
+
+#: ../libpcsxcore/ppf.c:331
+#, c-format
+msgid "Loaded PPF %d.0 patch: %s.\n"
+msgstr ""
+
+#: ../libpcsxcore/psxmem.c:80
+msgid "Error allocating memory!"
+msgstr ""
+
+#: ../libpcsxcore/psxmem.c:122
+#, c-format
+msgid "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
+msgstr ""
+
+#: ../libpcsxcore/r3000a.c:33
+#, c-format
+msgid "Running PCSX Version %s (%s).\n"
+msgstr ""
+
+#: ../libpcsxcore/sio.c:345
+msgid "Connection closed!\n"
+msgstr ""
+
+#: ../libpcsxcore/sio.c:371
+#, c-format
+msgid "No memory card value was specified - creating a default card %s\n"
+msgstr ""
+
+#: ../libpcsxcore/sio.c:375
+#, c-format
+msgid "The memory card %s doesn't exist - creating it\n"
+msgstr ""
+
+#: ../libpcsxcore/sio.c:391
+#, c-format
+msgid "Memory card %s failed to load!\n"
+msgstr ""
+
+#: ../libpcsxcore/sio.c:395
+#, c-format
+msgid "Loading memory card %s\n"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:55
+msgid "SoftGL Driver"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:56
+msgid ""
+"P.E.Op.S. SoftGL Driver V1.17\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:58
+msgid "XVideo Driver"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:59
+msgid ""
+"P.E.Op.S. Xvideo Driver V1.17\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:62
+msgid "Pete Bernert and the P.E.Op.S. team"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:8
+msgid "Configure X11 Video"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:45
+msgid "Initial Window Size:"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:56
+msgid "Stretching:"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:69
+msgid "Dithering:"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:82
+msgid ""
+"320x240\n"
+"640x480\n"
+"800x600\n"
+"1024x768\n"
+"1152x864\n"
+"1280x1024\n"
+"1600x1200"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:101
+msgid ""
+"0: None\n"
+"1: 2xSai\n"
+"2: 2xSuperSai\n"
+"3: SuperEagle\n"
+"4: Scale2x\n"
+"5: Scale3x\n"
+"6: HQ2X\n"
+"7: HQ3X"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:123
+msgid ""
+"0: Off (fastest)\n"
+"1: Game dependant\n"
+"2: Always"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:146
+msgid "Maintain 4:3 Aspect Ratio"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:161
+#: ../plugins/peopsxgl/gpucfg/interface.c:322
+msgid "Fullscreen"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:165
+msgid "Toggle windowed/fullscreen mode."
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:187
+msgid "<b>Screen</b>"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:216
+msgid "Show FPS"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:220
+msgid "Toggle whether the FPS will be shown."
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:232
+msgid "Autodetect FPS limit"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:236
+msgid "Enable this if games display too quickly."
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:249
+msgid "Enable frame skipping"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:253
+msgid "Skip frames when rendering."
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:270
+msgid "Set FPS"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:287
+msgid "200.0"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:310
+msgid "<b>Framerate</b>"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:339
+#: ../plugins/peopsxgl/gpucfg/interface.c:568
+msgid "Use game fixes"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:366
+msgid "better g-colors, worse textures"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:381
+msgid "Needed by Dark Forces"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:394
+msgid "Draw quads with triangles"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:410
+msgid "Repeated flat tex triangles"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:426
+msgid "Disable CPU Saving"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:442
+msgid "Odd/even bit hack"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:458
+msgid "For precise framerate"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:473
+msgid "Better FPS limit in some"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:486
+msgid "PC FPS calculation"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:504
+msgid "Pandemonium 2"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:517
+msgid "Lazy screen update"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:535
+msgid "Skip every second frame"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:548
+#: ../plugins/peopsxgl/gpucfg/interface.c:640
+msgid "Old frame skipping"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:564
+msgid "Expand screen width"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:580
+msgid "Ignore brightness color"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:596
+msgid "Disable coordinate check"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:614
+msgid "Chrono Cross"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:627
+msgid "Capcom fighting games"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:642
+msgid "Black screens in Lunar"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:657
+msgid "Compatibility mode"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:670
+msgid "Fake 'gpu busy' states"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:688
+msgid "Toggle busy flags after drawing"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:713
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:268
+msgid "<b>Compatibility</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:7
+msgid "PCSX"
+msgstr ""
+
+#: ../data/pcsx.glade2:21
+msgid "_File"
+msgstr ""
+
+#: ../data/pcsx.glade2:27
+msgid "Run _CD"
+msgstr ""
+
+#: ../data/pcsx.glade2:45
+msgid "Run _ISO..."
+msgstr ""
+
+#: ../data/pcsx.glade2:62
+msgid "Run _BIOS"
+msgstr ""
+
+#: ../data/pcsx.glade2:79
+msgid "Run _EXE..."
+msgstr ""
+
+#: ../data/pcsx.glade2:101
+msgid "E_xit"
+msgstr ""
+
+#: ../data/pcsx.glade2:123
+msgid "_Emulator"
+msgstr ""
+
+#: ../data/pcsx.glade2:129
+msgid "_Continue"
+msgstr ""
+
+#: ../data/pcsx.glade2:146
+msgid "_Reset"
+msgstr ""
+
+#: ../data/pcsx.glade2:168
+msgid "S_witch ISO..."
+msgstr ""
+
+#: ../data/pcsx.glade2:190
+msgid "_Save State"
+msgstr ""
+
+#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
+msgid "Slot _1"
+msgstr ""
+
+#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
+msgid "Slot _2"
+msgstr ""
+
+#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
+msgid "Slot _3"
+msgstr ""
+
+#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
+msgid "Slot _4"
+msgstr ""
+
+#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
+msgid "Slot _5"
+msgstr ""
+
+#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
+msgid "_Other..."
+msgstr ""
+
+#: ../data/pcsx.glade2:271
+msgid "_Load State"
+msgstr ""
+
+#: ../data/pcsx.glade2:357
+msgid "_Configuration"
+msgstr ""
+
+#: ../data/pcsx.glade2:363
+msgid "_Plugins & BIOS..."
+msgstr ""
+
+#: ../data/pcsx.glade2:385
+msgid "_Graphics..."
+msgstr ""
+
+#: ../data/pcsx.glade2:400
+msgid "_Sound..."
+msgstr ""
+
+#: ../data/pcsx.glade2:415
+msgid "CD-_ROM..."
+msgstr ""
+
+#: ../data/pcsx.glade2:430
+msgid "C_ontrollers..."
+msgstr ""
+
+#: ../data/pcsx.glade2:450
+msgid "_CPU..."
+msgstr ""
+
+#: ../data/pcsx.glade2:466
+msgid "_Memory Cards..."
+msgstr ""
+
+#: ../data/pcsx.glade2:483
+msgid "_Netplay..."
+msgstr ""
+
+#: ../data/pcsx.glade2:504
+msgid "Chea_t"
+msgstr ""
+
+#: ../data/pcsx.glade2:513
+msgid "_Browse..."
+msgstr ""
+
+#: ../data/pcsx.glade2:528
+msgid "_Search..."
+msgstr ""
+
+#: ../data/pcsx.glade2:554
+msgid "Memory _Dump"
+msgstr ""
+
+#: ../data/pcsx.glade2:574
+msgid "_Help"
+msgstr ""
+
+#: ../data/pcsx.glade2:580
+msgid "_About PCSX..."
+msgstr ""
+
+#: ../data/pcsx.glade2:613 ../data/pcsx.glade2:614
+msgid "Run CD"
+msgstr ""
+
+#: ../data/pcsx.glade2:626
+msgid "Run ISO Image"
+msgstr ""
+
+#: ../data/pcsx.glade2:627
+msgid "Run ISO..."
+msgstr ""
+
+#: ../data/pcsx.glade2:648
+msgid "Continue Emulation"
+msgstr ""
+
+#: ../data/pcsx.glade2:649
+msgid "Continue..."
+msgstr ""
+
+#: ../data/pcsx.glade2:661
+msgid "Switch ISO Image"
+msgstr ""
+
+#: ../data/pcsx.glade2:662
+msgid "Switch ISO..."
+msgstr ""
+
+#: ../data/pcsx.glade2:683 ../data/pcsx.glade2:1810
+msgid "Configure Memory Cards"
+msgstr ""
+
+#: ../data/pcsx.glade2:684
+msgid "Memcards..."
+msgstr ""
+
+#: ../data/pcsx.glade2:696
+msgid "Configure Graphics"
+msgstr ""
+
+#: ../data/pcsx.glade2:697
+msgid "Graphics..."
+msgstr ""
+
+#: ../data/pcsx.glade2:709 ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:8
+msgid "Configure Sound"
+msgstr ""
+
+#: ../data/pcsx.glade2:710
+msgid "Sound..."
+msgstr ""
+
+#: ../data/pcsx.glade2:722
+msgid "Configure CD-ROM"
+msgstr ""
+
+#: ../data/pcsx.glade2:723
+msgid "CD-ROM..."
+msgstr ""
+
+#: ../data/pcsx.glade2:735
+msgid "Configure Controllers"
+msgstr ""
+
+#: ../data/pcsx.glade2:736
+msgid "Controllers..."
+msgstr ""
+
+#: ../data/pcsx.glade2:879
+msgid "Select Folder to Search"
+msgstr ""
+
+#: ../data/pcsx.glade2:895
+msgid "Search in:"
+msgstr ""
+
+#: ../data/pcsx.glade2:1168
+msgid "Graphics:"
+msgstr ""
+
+#: ../data/pcsx.glade2:1181
+msgid "Sound:"
+msgstr ""
+
+#: ../data/pcsx.glade2:1196
+msgid "Controller 1: "
+msgstr ""
+
+#: ../data/pcsx.glade2:1211
+msgid "Controller 2:"
+msgstr ""
+
+#: ../data/pcsx.glade2:1226
+msgid "CD-ROM:"
+msgstr ""
+
+#: ../data/pcsx.glade2:1264
+msgid "<b>Plugins</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:1325
+msgid "<b>BIOS</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:1375
+msgid "Configure CPU"
+msgstr ""
+
+#: ../data/pcsx.glade2:1419
+msgid "SPU IRQ Always Enabled"
+msgstr ""
+
+#: ../data/pcsx.glade2:1435
+msgid "Black & White Movies"
+msgstr ""
+
+#: ../data/pcsx.glade2:1469
+msgid "Enable Interpreter CPU"
+msgstr ""
+
+#: ../data/pcsx.glade2:1503
+msgid "Disable CD Audio"
+msgstr ""
+
+#: ../data/pcsx.glade2:1519
+msgid "Disable XA Decoding"
+msgstr ""
+
+#: ../data/pcsx.glade2:1571
+msgid "<b>Options</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:1612
+msgid ""
+"NTSC\n"
+"PAL"
+msgstr ""
+
+#: ../data/pcsx.glade2:1626
+msgid "<b>System Type</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:1674
+msgid "Configure NetPlay"
+msgstr ""
+
+#: ../data/pcsx.glade2:1760
+msgid "<b>NetPlay</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:1886 ../data/pcsx.glade2:2283
+msgid "New"
+msgstr ""
+
+#: ../data/pcsx.glade2:1936 ../data/pcsx.glade2:2333
+msgid "Format"
+msgstr ""
+
+#: ../data/pcsx.glade2:1986 ../data/pcsx.glade2:2383
+msgid "Un/Delete"
+msgstr ""
+
+#: ../data/pcsx.glade2:2079
+msgid "<b>Memory Card 1</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:2139 ../data/pcsx.glade2:2189 ../data/pcsx.glade2:3002
+msgid "Copy"
+msgstr ""
+
+#: ../data/pcsx.glade2:2476
+msgid "<b>Memory Card 2</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:2572
+msgid "<b>Cheat Codes</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:2736
+msgid ""
+"8-bit\n"
+"16-bit\n"
+"32-bit"
+msgstr ""
+
+#: ../data/pcsx.glade2:2799
+msgid ""
+"Equal Value\n"
+"Not Equal Value\n"
+"Range\n"
+"Increased By\n"
+"Decreased By\n"
+"Increased\n"
+"Decreased\n"
+"Different\n"
+"No Change"
+msgstr ""
+
+#: ../data/pcsx.glade2:2831
+msgid ""
+"Decimal\n"
+"Hexadecimal"
+msgstr ""
+
+#: ../data/pcsx.glade2:3035
+msgid "label_resultsfound"
+msgstr ""
+
+#: ../data/pcsx.glade2:3070
+msgid "Search"
+msgstr ""
+
+#: ../data/pcsx.glade2:3106
+msgid "Restart"
+msgstr ""
+
+#: ../data/pcsx.glade2:3135
+msgid "<b>Cheat Search</b>"
+msgstr ""
+
+#: ../data/pcsx.glade2:3291
+msgid "Raw Dump..."
+msgstr ""
+
+#: ../data/pcsx.glade2:3326
+msgid "Patch Memory..."
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:38
+msgid "Mac OS X Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:40
+msgid "ALSA Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:42
+msgid "OSS Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:44
+msgid "SDL Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:46
+msgid "PulseAudio Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:48
+msgid "NULL Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:51
+msgid ""
+"P.E.Op.S. Sound Driver V1.7\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:42
+msgid "Volume:"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:54
+msgid "Interpolation:"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:68
+msgid "Reverb:"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:81
+msgid ""
+"Low\n"
+"Medium\n"
+"Loud\n"
+"Loudest"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:95
+msgid ""
+"Off\n"
+"Simple\n"
+"Playstation"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:111
+msgid ""
+"None\n"
+"Simple\n"
+"Gaussian\n"
+"Cubic"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:132
+msgid "<b>General</b>"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:163
+msgid "Adjust XA speed"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:167
+msgid "Choose this if XA music is played too quickly."
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:184
+msgid "<b>XA Music</b>"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:215
+msgid "High compatibility mode"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:219
+msgid "Use the asynchronous SPU interface."
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:231
+msgid "SPU IRQ Wait"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:235
+msgid "Wait for CPU; only useful for some games."
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:247
+msgid "Single channel sound"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:251
+msgid "Play only one channel for a performance boost."
+msgstr ""
+
+#: ../plugins/dfcdrom/cdr-libcdio.c:29 ../plugins/dfcdrom/cdr-linux.c:29
+msgid "CD-ROM Drive Reader"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdr-null.c:26
+msgid "CDR NULL Plugin"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:219
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
+msgid "CDR configuration"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:33
+msgid "Choose your CD-ROM device or type its path if it's not listed"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:44
+msgid "Select CD-ROM device"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:72
+msgid "Select read mode:"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:83
+msgid ""
+"Normal (No Cache)\n"
+"Threaded - Faster (With Cache)"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:114
+msgid "Cache Size (Def. 64):"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:159
+msgid "Spindown Time:"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:170
+msgid ""
+"Default\n"
+"125ms\n"
+"250ms\n"
+"500ms\n"
+"1s\n"
+"2s\n"
+"4s\n"
+"8s\n"
+"16s\n"
+"32s\n"
+"1min\n"
+"2min\n"
+"4min\n"
+"8min\n"
+"16min\n"
+"32min"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:216
+msgid "Cdrom Speed (Def. 0 = MAX):"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:248
+msgid "hseparator"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:258
+msgid "Enable subchannel read"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpu.c:61
+msgid "OpenGL Driver"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpu.c:63
+msgid "Pete Bernert"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpu.c:64
+msgid ""
+"Based on P.E.Op.S. MesaGL Driver V1.78\n"
+"Coded by Pete Bernert\n"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:118
+msgid "OpenGL Driver configuration"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:138
+msgid "Textures"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:161
+msgid "Quality:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:178
+#: ../plugins/peopsxgl/gpucfg/interface.c:191
+msgid "0: don't care - Use driver's default textures"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:179
+msgid "1: 4444 - Fast, but less colorful"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:180
+msgid "2: 5551 - Nice colors, bad transparency"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:181
+msgid "3: 8888 - Best colors, more ram needed"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:182
+msgid "4: BGR8888 - Faster on some cards"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:193
+msgid "VRam size in MBytes (0..1024, 0=auto):"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:210
+#: ../plugins/peopsxgl/gpucfg/interface.c:225
+msgid "0: None"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:211
+msgid "1: Standard - Glitches will happen"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:212
+msgid "2: Extended - No black borders"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:213
+msgid "3: Standard without sprites - unfiltered 2D"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:214
+msgid "4: Extended without sprites - unfiltered 2D"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:215
+msgid "5: Standard + smoothed sprites"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:216
+msgid "6: Extended + smoothed sprites"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:227
+msgid "Filtering:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:235
+msgid "HiRes Tex:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:252
+#: ../plugins/peopsxgl/gpucfg/interface.c:263
+msgid "0: None (standard)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:253
+msgid "1: 2xSaI (much vram needed)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:254
+msgid "2: Scaled (needs tex filtering)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:265
+msgid "Window options"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:296
+msgid "Width:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:305
+msgid "Height:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:314
+msgid "Keep psx aspect ratio"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:330
+msgid "Dithering"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:346
+msgid "Framerate"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:369
+msgid "FPS"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:377
+msgid "FPS limit manual"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:386
+msgid "Show FPS display on startup"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:394
+msgid "Use FPS limit"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:402
+msgid "FPS limit auto-detection"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:411
+msgid "Use Frame skipping"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:419
+msgid "Compatibility"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:434
+msgid "Advanced blending (Accurate psx color emulation)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:442
+msgid "Framebuffer textures:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:450
+msgid "Offscreen Drawing:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:458
+msgid "Framebuffer access:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:466
+msgid "Alpha Multipass (correct opaque texture areas)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:474
+msgid "Mask bit detection (needed by a few games, zbuffer)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:491
+#: ../plugins/peopsxgl/gpucfg/interface.c:504
+msgid "0: None - Fastest, most glitches"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:492
+msgid "1: Minimum - Missing screens"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:493
+msgid "2: Standard - OK for most games"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:494
+msgid "3: Enhanced - Shows more stuff"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:495
+msgid "4: Extended - Causing garbage"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:515
+#: ../plugins/peopsxgl/gpucfg/interface.c:527
+msgid "0: Emulated vram - Needs FVP"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:516
+msgid "1: Black - Fast, no effects"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:517
+msgid "2: Gfx card buffer - Can be slow"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:518
+msgid "3: Gfx card & soft - slow"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:538
+#: ../plugins/peopsxgl/gpucfg/interface.c:551
+msgid "0: Emulated vram - ok most times"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:539
+msgid "1: Gfx card buffer reads"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:540
+msgid "2: Gfx card buffer moves"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:541
+msgid "3: Gfx buffer reads & moves"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:542
+msgid "4: Full Software (FVP)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:553
+msgid "Special game fixes"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:576
+msgid "Battle cursor (FF7)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:584
+msgid "Direct FB updates"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:592
+msgid "Black brightness (Lunar)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:600
+msgid "Swap front detection"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:608
+msgid "Disable coord check"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:616
+msgid "No blue glitches (LoD)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:624
+msgid "Soft FB access"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:632
+msgid "PC fps calculation"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:648
+msgid "Yellow rect (FF9)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:656
+msgid "No subtr. blending"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:664
+msgid "Lazy upload (DW7)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:672
+msgid "Odd/even hack"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:680
+msgid "Adjust screen width"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:688
+msgid "Old texture filtering"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:696
+msgid "Additional uploads"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:704
+msgid "unused"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:712
+msgid "Fake 'gpu busy'"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:720
+msgid "Misc"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:743
+msgid "Scanlines"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:751
+msgid "Blending (0..255, -1=dot):"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:759
+msgid "Screen smoothing (can be slow or unsupported)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:767
+msgid "Use OpenGL extensions (recommended)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:775
+msgid "Polygon anti-aliasing (slow with most cards)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:783
+msgid "Line mode (polygons will not get filled)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:791
+msgid "Force 15 bit framebuffer updates (faster movies)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:799
+msgid "Unfiltered MDECs (small movie speedup)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:852
+msgid "Adapted from P.E.Op.S OpenGL GPU by Pete Bernert"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:861
+msgid "Homepage: http://www.pbernert.com"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:879
+msgid "Version: 1.78"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:48
+msgid "D-Pad Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:49
+msgid "D-Pad Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:50
+msgid "D-Pad Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:51
+msgid "D-Pad Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:52
+msgid "Cross"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:53
+msgid "Circle"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:54
+msgid "Square"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:55
+msgid "Triangle"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:56
+msgid "L1"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:57
+msgid "R1"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:58
+msgid "L2"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:59
+msgid "R2"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:60
+msgid "Select"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:61
+msgid "Start"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:62
+msgid "L3"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:63
+msgid "R3"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:67
+msgid "L-Stick Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:68
+msgid "L-Stick Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:69
+msgid "L-Stick Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:70
+msgid "L-Stick Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:71
+msgid "R-Stick Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:72
+msgid "R-Stick Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:73
+msgid "R-Stick Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:74
+msgid "R-Stick Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Centered"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Rightup"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Rightdown"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Leftup"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:105 ../plugins/dfinput/cfg-gtk2.c:144
+msgid "Leftdown"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:109 ../plugins/dfinput/cfg-gtk2.c:148
+#, c-format
+msgid "Joystick: Button %d"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:113 ../plugins/dfinput/cfg-gtk2.c:152
+#, c-format
+msgid "Joystick: Axis %d%c"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:118 ../plugins/dfinput/cfg-gtk2.c:157
+#, c-format
+msgid "Joystick: Hat %d %s"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:133 ../plugins/dfinput/cfg-gtk2.c:172
+msgid "Keyboard:"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:137 ../plugins/dfinput/cfg-gtk2.c:176
+msgid "(Not Set)"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:539
+msgid "None"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:581
+msgid "Gamepad/Keyboard Input Configuration"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:587 ../plugins/dfinput/cfg-gtk2.c:607
+msgid "Key"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:593 ../plugins/dfinput/cfg-gtk2.c:613
+msgid "Button"
+msgstr ""
+
+#: ../plugins/dfinput/pad.c:22
+msgid "Gamepad/Keyboard Input"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:35 ../plugins/dfinput/dfinput.glade2:232
+msgid "Device:"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:66 ../plugins/dfinput/dfinput.glade2:263
+msgid "Type:"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:78 ../plugins/dfinput/dfinput.glade2:275
+msgid ""
+"Digital Pad\n"
+"Analog Pad"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:149 ../plugins/dfinput/dfinput.glade2:346
+msgid "Change"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:185 ../plugins/dfinput/dfinput.glade2:382
+msgid "Reset"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:210
+msgid "Controller 1"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:412
+msgid "Controller 2"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:427
+msgid "Multi-Threaded (Recommended)"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.c:23
+msgid "Socket Driver"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.c:161
+#, c-format
+msgid "error connecting to %s: %s\n"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.c:186
+msgid "Error allocating memory!\n"
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:39
+msgid "Nothing to configure"
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:95
+#, c-format
+msgid "IP %s"
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:165
+msgid "Waiting for connection..."
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:168
+msgid "The Client should now Start a Connection, waiting..."
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:23
+msgid ""
+"Select here if you'll be Server (Player1) or Client (Player2).\n"
+"\n"
+"If you select Server you must Copy your IP address to the Clipboard and "
+"paste if (Ctrl+V) wherever the Client can see it.\n"
+"\n"
+"If you selected Client please enter the IP address the Server gave to you in "
+"the IP Address Control."
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:63
+msgid "Copy PC IP to Clipboard"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:94
+msgid "Server (Player1)"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:104
+msgid "Client (Player2)"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:130
+msgid ""
+"Do not change if not necessary (remember it must be changed on both sides)."
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:143
+msgid "Port Number"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:202
+msgid "Start Game"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:240
+msgid "Play Offline"
+msgstr ""
+
+#: ../plugins/bladesio1/sio1.c:29
+msgid "Sio1 Driver"
+msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 96806fd8..3bdfb73b 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1,3071 +1,3090 @@
# Translation of pcsx.pot to Portuguese from Brazil
# This file is distributed under the same license as the pcsx reloaded package.
# Tibério Vítor <tvtoon@gmail.com>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: pcsx-df\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-07 13:32+0800\n"
-"PO-Revision-Date: 2009-11-28 23:57+0700\n"
-"Last-Translator: Wei Mingzhi <whistler@openoffice.org>\n"
-"Language-Team: PoBRE <romhackers@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.2\n"
-
-#: ../win32/gui/AboutDlg.c:26
-msgid ""
-"PCSX - A PlayStation Emulator\n"
-"\n"
-"Original Authors:\n"
-"main coder: linuzappz\n"
-"co-coders: shadow\n"
-"ex-coders: Nocomp, Pete Bernett, nik3d\n"
-"Webmaster: AkumaX"
-msgstr ""
-"PCSX - Um Emulador de PlayStation\n"
-"\n"
-"Autores Originais:\n"
-"Programador principal: linuzappz\n"
-"Programador auxiliar: shadow\n"
-"Ex-programadores: Nocomp, Pete Bernett, nik3d\n"
-"Webmaster: AkumaX"
-
-#: ../win32/gui/AboutDlg.c:35
-#, fuzzy
-msgid ""
-"PCSX-df Authors:\n"
-"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
-"Marcus Comstedt, Stefan Sikora\n"
-"\n"
-"PCSX-Reloaded By:\n"
-"Blade_Arma, Wei Mingzhi, et al.\n"
-"\n"
-"http://pcsxr.codeplex.com/"
-msgstr ""
-"Autores do PCSX-df:\n"
-"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
-"Marcus Comstedt, Stefan Sikora\n"
-"\n"
-"PCSX Reloaded por:\n"
-"Wei Mingzhi\n"
-"\n"
-"http://www.codeplex.com/pcsxr"
-
-#: ../win32/gui/AboutDlg.c:46 ../plugins/peopsxgl/gpucfg/interface.c:831
-msgid "About"
-msgstr "Sobre"
-
-#: ../win32/gui/AboutDlg.c:48 ../win32/gui/AboutDlg.c:52
-#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119
-#: ../win32/gui/ConfigurePlugins.c:483 ../win32/gui/ConfigurePlugins.c:614
-#: ../win32/gui/WndMain.c:974 ../win32/gui/WndMain.c:1210
-#: ../plugins/peopsxgl/gpucfg/interface.c:130
-#: ../plugins/peopsxgl/gpucfg/interface.c:843
-msgid "OK"
-msgstr "OK"
-
-#: ../win32/gui/AboutDlg.c:49
-msgid "PCSX EMU\n"
-msgstr "EMULADOR PCSX\n"
-
-#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
-#: ../win32/gui/CheatDlg.c:270
-msgid "Yes"
-msgstr "Sim"
-
-#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
-#: ../win32/gui/CheatDlg.c:270
-msgid "No"
-msgstr "Não"
-
-#: ../win32/gui/CheatDlg.c:66 ../gui/Cheat.c:194
-msgid "Edit Cheat"
-msgstr "Editar Trapaça"
-
-#: ../win32/gui/CheatDlg.c:67 ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:636
-msgid "Description:"
-msgstr "Descrição:"
-
-#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:125
-#: ../gui/Cheat.c:211
-msgid "Cheat Code:"
-msgstr "Código de Trapaça:"
-
-#: ../win32/gui/CheatDlg.c:70 ../win32/gui/CheatDlg.c:120
-#: ../win32/gui/ConfigurePlugins.c:484 ../win32/gui/ConfigurePlugins.c:615
-#: ../win32/gui/WndMain.c:975 ../win32/gui/WndMain.c:1211
-#: ../plugins/peopsxgl/gpucfg/interface.c:338
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../win32/gui/CheatDlg.c:91 ../win32/gui/CheatDlg.c:132 ../gui/Cheat.c:155
-#: ../gui/Cheat.c:251
-msgid "Invalid cheat code!"
-msgstr "Código de trapaça inválido!"
-
-#: ../win32/gui/CheatDlg.c:116 ../gui/Cheat.c:109
-msgid "Add New Cheat"
-msgstr "Adicionar nova Trapaça"
-
-#: ../win32/gui/CheatDlg.c:166 ../data/pcsx.glade2:2534
-msgid "Edit Cheat Codes"
-msgstr "Editar Códigos de Trapaça"
-
-#: ../win32/gui/CheatDlg.c:168
-msgid "&Add Code"
-msgstr "&Adicionar código"
-
-#: ../win32/gui/CheatDlg.c:169
-msgid "&Edit Code"
-msgstr "&Editar trapaça"
-
-#: ../win32/gui/CheatDlg.c:170
-msgid "&Remove Code"
-msgstr "&Remover trapaça"
-
-#: ../win32/gui/CheatDlg.c:171
-msgid "&Enable/Disable"
-msgstr "Ativar ou desativar"
-
-#: ../win32/gui/CheatDlg.c:172
-msgid "&Load..."
-msgstr "&Carregar..."
-
-#: ../win32/gui/CheatDlg.c:173
-msgid "&Save As..."
-msgstr "&Salvar como..."
-
-#: ../win32/gui/CheatDlg.c:174
-msgid "&Close"
-msgstr "&Fechar"
-
-#: ../win32/gui/CheatDlg.c:185 ../gui/Cheat.c:413
-msgid "Description"
-msgstr "Descrição"
-
-#: ../win32/gui/CheatDlg.c:190
-msgid "Enabled"
-msgstr "Ligado"
-
-#: ../win32/gui/CheatDlg.c:282 ../win32/gui/CheatDlg.c:311
-msgid "PCSX Cheat Code Files"
-msgstr "Arquivos de trapaça do PCSX"
-
-#: ../win32/gui/CheatDlg.c:402
-msgid "Equal Value"
-msgstr "Valores igual à"
-
-#: ../win32/gui/CheatDlg.c:403
-msgid "Not Equal Value"
-msgstr "Valores diferente de"
-
-#: ../win32/gui/CheatDlg.c:404
-msgid "Range"
-msgstr "Intervalo"
-
-#: ../win32/gui/CheatDlg.c:407
-msgid "Increased By"
-msgstr "Somado por"
-
-#: ../win32/gui/CheatDlg.c:408
-msgid "Decreased By"
-msgstr "Subtraído por"
-
-#: ../win32/gui/CheatDlg.c:409
-msgid "Increased"
-msgstr "Maiores"
-
-#: ../win32/gui/CheatDlg.c:410
-msgid "Decreased"
-msgstr "Menores"
-
-#: ../win32/gui/CheatDlg.c:411
-msgid "Different"
-msgstr "Diferentes"
-
-#: ../win32/gui/CheatDlg.c:412
-msgid "No Change"
-msgstr "Sem mudanças"
-
-#: ../win32/gui/CheatDlg.c:448 ../gui/Cheat.c:585
-msgid "Enter the values and start your search."
-msgstr "Digite algum número para começar a pesquisa."
-
-#: ../win32/gui/CheatDlg.c:453
-msgid "No addresses found."
-msgstr "Nenhum endereço encontrado com esse número."
-
-#: ../win32/gui/CheatDlg.c:457 ../gui/Cheat.c:543
-msgid "Too many addresses found."
-msgstr "Muitos endereços encontrados com esse número, refine a pesquisa."
-
-#: ../win32/gui/CheatDlg.c:466 ../gui/Cheat.c:552
-#, c-format
-msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
-msgstr "%.8X Atual: %u (%.2X), Anterior: %u (%.2X)"
-
-#: ../win32/gui/CheatDlg.c:471 ../gui/Cheat.c:557
-#, c-format
-msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
-msgstr "%.8X Atual: %u (%.4X), Anterior: %u (%.4X)"
-
-#: ../win32/gui/CheatDlg.c:476 ../gui/Cheat.c:562
-#, c-format
-msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
-msgstr "%.8X Atual: %u (%.8X), Anterior: %u (%.8X)"
-
-#: ../win32/gui/CheatDlg.c:492 ../gui/Cheat.c:577
-#, c-format
-msgid "Founded Addresses: %d"
-msgstr "Endereços com o número: %d"
-
-#: ../win32/gui/CheatDlg.c:504 ../data/pcsx.glade2:2930
-msgid "Freeze"
-msgstr "Parar"
-
-#: ../win32/gui/CheatDlg.c:505 ../win32/gui/CheatDlg.c:596
-msgid "Address:"
-msgstr "Endereço:"
-
-#: ../win32/gui/CheatDlg.c:506 ../win32/gui/CheatDlg.c:597
-#: ../win32/gui/CheatDlg.c:682 ../gui/Cheat.c:647 ../data/pcsx.glade2:2773
-msgid "Value:"
-msgstr "Valor:"
-
-#: ../win32/gui/CheatDlg.c:566
-#, c-format
-msgid "Freeze %.8X"
-msgstr "Parar %.8X"
-
-#: ../win32/gui/CheatDlg.c:595 ../data/pcsx.glade2:2966
-msgid "Modify"
-msgstr "Modificar"
-
-#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:1129 ../data/pcsx.glade2:2703
-msgid "Cheat Search"
-msgstr "Procurar por trapaça"
-
-#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2751
-msgid "Search For:"
-msgstr "Buscar por:"
-
-#: ../win32/gui/CheatDlg.c:681 ../data/pcsx.glade2:2761
-msgid "Data Type:"
-msgstr "Tipo de dados:"
-
-#: ../win32/gui/CheatDlg.c:683 ../data/pcsx.glade2:2785
-msgid "Data Base:"
-msgstr "Banco de dados:"
-
-#: ../win32/gui/CheatDlg.c:684 ../data/pcsx.glade2:2845
-msgid "To:"
-msgstr "Para:"
-
-#: ../win32/gui/CheatDlg.c:685
-msgid "&Freeze"
-msgstr "&Parar"
-
-#: ../win32/gui/CheatDlg.c:686
-msgid "&Modify"
-msgstr "&Modificar"
-
-#: ../win32/gui/CheatDlg.c:687
-msgid "&Copy"
-msgstr "&Copiar"
-
-#: ../win32/gui/CheatDlg.c:688
-msgid "&Search"
-msgstr "&Buscar"
-
-#: ../win32/gui/CheatDlg.c:689
-msgid "&New Search"
-msgstr "&Nova busca"
-
-#: ../win32/gui/CheatDlg.c:690
-msgid "C&lose"
-msgstr "Fe&char"
-
-#: ../win32/gui/CheatDlg.c:692
-msgid "8-bit"
-msgstr "8-bit"
-
-#: ../win32/gui/CheatDlg.c:693
-msgid "16-bit"
-msgstr "16-bit"
-
-#: ../win32/gui/CheatDlg.c:694
-msgid "32-bit"
-msgstr "32-bit"
-
-#: ../win32/gui/CheatDlg.c:695
-msgid "Decimal"
-msgstr "Decimal"
-
-#: ../win32/gui/CheatDlg.c:696
-msgid "Hexadecimal"
-msgstr "Hexadecimal"
-
-#: ../win32/gui/ConfigurePlugins.c:219
-msgid "Simulate Psx Bios"
-msgstr ""
-
-#: ../win32/gui/ConfigurePlugins.c:305
-msgid "Configuration not OK!"
-msgstr "Não configurou corretamente!"
-
-#: ../win32/gui/ConfigurePlugins.c:305 ../gui/Cheat.c:155 ../gui/Cheat.c:251
-#: ../gui/LnxMain.c:418
-msgid "Error"
-msgstr "Erro"
-
-#: ../win32/gui/ConfigurePlugins.c:406
-msgid "This plugin reports that should work correctly"
-msgstr "Esta extensão informou que deve funcionar corretamente."
-
-#: ../win32/gui/ConfigurePlugins.c:407
-msgid "This plugin reports that should not work correctly"
-msgstr "Esta extensão informou que não deve funcionar corretamente."
-
-#: ../win32/gui/ConfigurePlugins.c:463
-msgid "Select Plugins Directory"
-msgstr "Escolha o diretório das extensões"
-
-#: ../win32/gui/ConfigurePlugins.c:472
-msgid "Select Bios Directory"
-msgstr "Escolha o diretório da BIOS"
-
-#: ../win32/gui/ConfigurePlugins.c:481
-msgid "Configuration"
-msgstr "Configuração"
-
-#: ../win32/gui/ConfigurePlugins.c:485
-msgid "Graphics"
-msgstr "Gráficos"
-
-#: ../win32/gui/ConfigurePlugins.c:486
-msgid "First Controller"
-msgstr "Controle 1"
-
-#: ../win32/gui/ConfigurePlugins.c:487
-msgid "Second Controller"
-msgstr "Controle 2"
-
-#: ../win32/gui/ConfigurePlugins.c:488
-msgid "Sound"
-msgstr "Áudio"
-
-#: ../win32/gui/ConfigurePlugins.c:489
-msgid "Cdrom"
-msgstr "CDROM"
-
-#: ../win32/gui/ConfigurePlugins.c:490
-msgid "Bios"
-msgstr "BIOS"
-
-#: ../win32/gui/ConfigurePlugins.c:491
-msgid "Set Bios Directory"
-msgstr "Escolher o diretório da BIOS"
-
-#: ../win32/gui/ConfigurePlugins.c:492
-msgid "Set Plugins Directory"
-msgstr "Escolher o diretório das extensões"
-
-#: ../win32/gui/ConfigurePlugins.c:493 ../win32/gui/ConfigurePlugins.c:496
-#: ../win32/gui/ConfigurePlugins.c:499 ../win32/gui/ConfigurePlugins.c:502
-#: ../win32/gui/ConfigurePlugins.c:505 ../win32/gui/ConfigurePlugins.c:617
-msgid "Configure..."
-msgstr "Configurar..."
-
-#: ../win32/gui/ConfigurePlugins.c:494 ../win32/gui/ConfigurePlugins.c:497
-#: ../win32/gui/ConfigurePlugins.c:500 ../win32/gui/ConfigurePlugins.c:503
-#: ../win32/gui/ConfigurePlugins.c:506 ../win32/gui/ConfigurePlugins.c:618
-msgid "Test..."
-msgstr "Testar..."
-
-#: ../win32/gui/ConfigurePlugins.c:495 ../win32/gui/ConfigurePlugins.c:498
-#: ../win32/gui/ConfigurePlugins.c:501 ../win32/gui/ConfigurePlugins.c:504
-#: ../win32/gui/ConfigurePlugins.c:507 ../win32/gui/ConfigurePlugins.c:619
-msgid "About..."
-msgstr "Sobre..."
-
-#: ../win32/gui/ConfigurePlugins.c:612
-msgid "NetPlay Configuration"
-msgstr "Configuração do jogo em rede"
-
-#: ../win32/gui/ConfigurePlugins.c:616 ../plugins/dfnet/gui.c:31
-#: ../plugins/dfnet/gui.c:112
-msgid "NetPlay"
-msgstr "Jogo em rede"
-
-#: ../win32/gui/ConfigurePlugins.c:620
-msgid ""
-"Note: The NetPlay Plugin Directory should be the same as the other Plugins."
-msgstr ""
-"Observação: o diretório da extensão de jogo em rede deve ser o mesmo que "
-"odas outras extensões."
-
-#: ../win32/gui/plugin.c:90 ../win32/gui/WndMain.c:281
-#, c-format
-msgid "*PCSX*: Saved State %d"
-msgstr "PCSX: Estado \"%d\" salvo."
-
-#: ../win32/gui/plugin.c:91 ../win32/gui/WndMain.c:282
-#, c-format
-msgid "*PCSX*: Error Saving State %d"
-msgstr "PCSX: Erro ao salvar o estado \"%d\"!"
-
-#: ../win32/gui/plugin.c:107 ../win32/gui/WndMain.c:259
-#, c-format
-msgid "*PCSX*: Loaded State %d"
-msgstr "PCSX: Estado \"%d\" carregado."
-
-#: ../win32/gui/plugin.c:108 ../win32/gui/WndMain.c:260
-#, c-format
-msgid "*PCSX*: Error Loading State %d"
-msgstr "PCSX: Erro ao carregar o estado \"%d\"!"
-
-#: ../win32/gui/plugin.c:119
-#, c-format
-msgid "*PCSX*: Sio Irq Always Enabled"
-msgstr "PCSX: IRQ SIO sempre ativada."
-
-#: ../win32/gui/plugin.c:120
-#, c-format
-msgid "*PCSX*: Sio Irq Not Always Enabled"
-msgstr "PCSX: IRQ SIO nem sempre ativada."
-
-#: ../win32/gui/plugin.c:127
-#, c-format
-msgid "*PCSX*: Black&White Mdecs Only Enabled"
-msgstr "PCSX: Mdecs apenas em preto e branco."
-
-#: ../win32/gui/plugin.c:128
-#, c-format
-msgid "*PCSX*: Black&White Mdecs Only Disabled"
-msgstr "PCSX: Mdecs coloridas."
-
-#: ../win32/gui/plugin.c:135
-#, c-format
-msgid "*PCSX*: Xa Enabled"
-msgstr "PCSX: XA Ligado."
-
-#: ../win32/gui/plugin.c:136
-#, c-format
-msgid "*PCSX*: Xa Disabled"
-msgstr "PCSX: XA Desligado."
-
-#: ../win32/gui/plugin.c:145
-msgid "*PCSX*: CdRom Case Opened"
-msgstr "PCSX: Bandeja do CDROM aberta."
-
-#: ../win32/gui/plugin.c:150
-msgid "*PCSX*: CdRom Case Closed"
-msgstr "PCSX: Bandeja do CDROM fechada."
-
-#: ../win32/gui/plugin.c:177
-msgid "Connecting..."
-msgstr "Conectando..."
-
-#: ../win32/gui/plugin.c:179 ../win32/gui/plugin.c:186
-#, c-format
-msgid "Please wait while connecting... %c\n"
-msgstr "Por favor, espere enquanto o emulador se conecta... %c\n"
-
-#: ../win32/gui/plugin.c:214
-msgid "Error Opening CDR Plugin"
-msgstr "Erro ao abrir a extensão de CDROM!"
-
-#: ../win32/gui/plugin.c:277
-#, c-format
-msgid "Error Opening GPU Plugin (%d)"
-msgstr "Erro ao abrir a extensão de GPU (%d)!"
-
-#: ../win32/gui/plugin.c:279
-#, c-format
-msgid "Error Opening SPU Plugin (%d)"
-msgstr "Erro ao abrir a extensão de SPU (%d)!"
-
-#: ../win32/gui/plugin.c:282
-#, c-format
-msgid "Error Opening PAD1 Plugin (%d)"
-msgstr "Erro ao abrir a extensão do controle 1 (%d)!"
-
-#: ../win32/gui/plugin.c:284
-#, c-format
-msgid "Error Opening PAD2 Plugin (%d)"
-msgstr "Erro ao abrir a extensão do controle 2 (%d)!"
-
-#: ../win32/gui/plugin.c:314
-msgid "Error Closing CDR Plugin"
-msgstr "Erro ao fechar a extensão de CDROM!"
-
-#: ../win32/gui/plugin.c:316
-msgid "Error Closing GPU Plugin"
-msgstr "Erro ao fechar a extensão de GPU!"
-
-#: ../win32/gui/plugin.c:318
-msgid "Error Closing SPU Plugin"
-msgstr "Erro ao fechar a extensão de SPU!"
-
-#: ../win32/gui/plugin.c:336
-#, c-format
-msgid "CDRinit error: %d"
-msgstr "Erro ao iniciar o CDROM: %d"
-
-#: ../win32/gui/plugin.c:338
-#, c-format
-msgid "GPUinit error: %d"
-msgstr "Erro ao iniciar a GPU: %d"
-
-#: ../win32/gui/plugin.c:340
-#, c-format
-msgid "SPUinit error: %d"
-msgstr "Erro ao iniciar a SPU: %d"
-
-#: ../win32/gui/plugin.c:342
-#, c-format
-msgid "PAD1init error: %d"
-msgstr "Erro ao iniciar o controle 1: %d"
-
-#: ../win32/gui/plugin.c:344
-#, c-format
-msgid "PAD2init error: %d"
-msgstr "Erro ao iniciar o controle 2: %d"
-
-#: ../win32/gui/plugin.c:347
-#, c-format
-msgid "NETinit error: %d"
-msgstr "Erro ao iniciar a rede: %d"
-
-#: ../win32/gui/WndMain.c:76
-msgid "Arabic"
-msgstr "Arábico"
-
-#: ../win32/gui/WndMain.c:77
-msgid "Catalan"
-msgstr "Catalão"
-
-#: ../win32/gui/WndMain.c:78
-msgid "German"
-msgstr "Alemão"
-
-#: ../win32/gui/WndMain.c:79
-msgid "Greek"
-msgstr "Grego"
-
-#: ../win32/gui/WndMain.c:80 ../win32/gui/WndMain.c:1566
-#: ../win32/gui/WndMain.c:1568
-msgid "English"
-msgstr "Inglês"
-
-#: ../win32/gui/WndMain.c:81
-msgid "Spanish"
-msgstr "Espanhol"
-
-#: ../win32/gui/WndMain.c:82
-msgid "French"
-msgstr "Francês"
-
-#: ../win32/gui/WndMain.c:83
-msgid "Italian"
-msgstr "Italiano"
-
-#: ../win32/gui/WndMain.c:84
-msgid "Portuguese"
-msgstr "Português"
-
-#: ../win32/gui/WndMain.c:85
-#, fuzzy
-msgid "Portuguese (Brazilian)"
-msgstr "Português"
-
-#: ../win32/gui/WndMain.c:86
-msgid "Romanian"
-msgstr "Romeno"
-
-#: ../win32/gui/WndMain.c:87
-msgid "Russian"
-msgstr "Russo"
-
-#: ../win32/gui/WndMain.c:88
-msgid "Simplified Chinese"
-msgstr "Chinês Simplificado"
-
-#: ../win32/gui/WndMain.c:89
-msgid "Traditional Chinese"
-msgstr "Chinês Tradicional"
-
-#: ../win32/gui/WndMain.c:90
-msgid "Japanese"
-msgstr "Japonês"
-
-#: ../win32/gui/WndMain.c:91
-msgid "Korean"
-msgstr "Coreano"
-
-#: ../win32/gui/WndMain.c:300 ../win32/gui/WndMain.c:352
-msgid "PCSX State Format"
-msgstr "Formato dos estados salvos do PCSX"
-
-#: ../win32/gui/WndMain.c:327
-#, c-format
-msgid "*PCSX*: Loaded State %s"
-msgstr "PCSX: Arquivo de estado \"%s\" carregado."
-
-#: ../win32/gui/WndMain.c:328
-#, c-format
-msgid "*PCSX*: Error Loading State %s"
-msgstr "PCSX: Erro ao carregar o arquivo de estado \"%s\"!"
-
-#: ../win32/gui/WndMain.c:379
-#, c-format
-msgid "*PCSX*: Saved State %s"
-msgstr "PCSX: Arquivo de estado \"%s\" salvo."
-
-#: ../win32/gui/WndMain.c:380
-#, c-format
-msgid "*PCSX*: Error Saving State %s"
-msgstr "PCSX: Erro ao salvar o arquivo de estado \"%s\"!"
-
-#: ../win32/gui/WndMain.c:429 ../win32/gui/WndMain.c:478 ../gui/Gtk2Gui.c:485
-#: ../gui/Gtk2Gui.c:610
-msgid "The CD does not appear to be a valid Playstation CD"
-msgstr "Esse CD não parece ser um CD de PlayStation!"
-
-#: ../win32/gui/WndMain.c:435 ../win32/gui/WndMain.c:484 ../gui/Gtk2Gui.c:493
-#: ../gui/Gtk2Gui.c:618
-msgid "Could not load CD-ROM!"
-msgstr "Não pôde carregar o CDROM!"
-
-#: ../win32/gui/WndMain.c:445
-msgid "Running BIOS is not supported with Internal HLE Bios."
-msgstr "Iniciar pela BIOS não é suportado com a BIOS HLE interna."
-
-#: ../win32/gui/WndMain.c:664 ../gui/MemcardDlg.c:62
-msgid "Title"
-msgstr "Título"
-
-#: ../win32/gui/WndMain.c:670 ../gui/MemcardDlg.c:68
-msgid "Status"
-msgstr "Estado"
-
-#: ../win32/gui/WndMain.c:676
-msgid "Game ID"
-msgstr "ID do Jogo"
-
-#: ../win32/gui/WndMain.c:682
-msgid "Game"
-msgstr "Jogo"
-
-#: ../win32/gui/WndMain.c:864
-msgid "mid link block"
-msgstr "bloco de ligação intermediário"
-
-#: ../win32/gui/WndMain.c:867
-msgid "terminiting link block"
-msgstr "bloco final da ligação"
-
-#: ../win32/gui/WndMain.c:875 ../gui/MemcardDlg.c:155 ../gui/MemcardDlg.c:260
-msgid "Deleted"
-msgstr "Apagado"
-
-#: ../win32/gui/WndMain.c:876 ../win32/gui/WndMain.c:879
-#: ../gui/MemcardDlg.c:157 ../gui/MemcardDlg.c:161 ../gui/MemcardDlg.c:262
-#: ../gui/MemcardDlg.c:266
-msgid "Free"
-msgstr "Liberado"
-
-#: ../win32/gui/WndMain.c:878 ../gui/MemcardDlg.c:159 ../gui/MemcardDlg.c:264
-msgid "Used"
-msgstr "Usado"
-
-#: ../win32/gui/WndMain.c:972
-msgid "Memcard Manager"
-msgstr "Gerenciador de cartões de memória"
-
-#: ../win32/gui/WndMain.c:976 ../win32/gui/WndMain.c:979
-msgid "Select Mcd"
-msgstr "Selecionar cartão"
-
-#: ../win32/gui/WndMain.c:977 ../win32/gui/WndMain.c:980
-msgid "Format Mcd"
-msgstr "Formatar cartão"
-
-#: ../win32/gui/WndMain.c:978 ../win32/gui/WndMain.c:981
-msgid "Reload Mcd"
-msgstr "Reiniciar cartão"
-
-#: ../win32/gui/WndMain.c:982
-msgid "-> Copy ->"
-msgstr "-> Copiar ->"
-
-#: ../win32/gui/WndMain.c:983
-msgid "<- Copy <-"
-msgstr "<- Copiar <-"
-
-#: ../win32/gui/WndMain.c:984
-msgid "Paste"
-msgstr "Colar"
-
-#: ../win32/gui/WndMain.c:985
-msgid "<- Un/Delete"
-msgstr "<- Apagar/Desfazer"
-
-#: ../win32/gui/WndMain.c:986
-msgid "Un/Delete ->"
-msgstr "Apagar/Desfazer ->"
-
-#: ../win32/gui/WndMain.c:988
-msgid "Memory Card 1"
-msgstr "Cartão de memória 1"
-
-#: ../win32/gui/WndMain.c:989
-msgid "Memory Card 2"
-msgstr "Cartão de memória 2"
-
-#: ../win32/gui/WndMain.c:1044
-msgid "Are you sure you want to paste this selection?"
-msgstr "Você tem certeza que quer colar o selecionado?"
-
-#: ../win32/gui/WndMain.c:1044 ../win32/gui/WndMain.c:1155
-#: ../win32/gui/WndMain.c:1162
-msgid "Confirmation"
-msgstr "Confirmação"
-
-#: ../win32/gui/WndMain.c:1155 ../win32/gui/WndMain.c:1162
-msgid "Are you sure you want to format this Memory Card?"
-msgstr "Você tem certeza que quer formatar esse Cartão de Memória?"
-
-#: ../win32/gui/WndMain.c:1208
-msgid "Cpu Config"
-msgstr "Configuração da CPU"
-
-#: ../win32/gui/WndMain.c:1213
-msgid "Disable Xa Decoding"
-msgstr "Desativar decodificação de XA"
-
-#: ../win32/gui/WndMain.c:1214
-msgid "Sio Irq Always Enabled"
-msgstr "IRQ SIO sempre ativado"
-
-#: ../win32/gui/WndMain.c:1215
-msgid "Black && White Movies"
-msgstr "Filmes em preto e branco"
-
-#: ../win32/gui/WndMain.c:1216
-msgid "Disable Cd audio"
-msgstr "Desativar áudio de CD"
-
-#: ../win32/gui/WndMain.c:1217 ../data/pcsx.glade2:1595
-msgid "Autodetect"
-msgstr "Detectar Automaticamente"
-
-#: ../win32/gui/WndMain.c:1218
-msgid "Enable Interpreter Cpu"
-msgstr "Ativar interpretador da CPU"
-
-#: ../win32/gui/WndMain.c:1219 ../data/pcsx.glade2:1451
-msgid "Enable Console Output"
-msgstr "Ativar saída no terminal"
-
-#: ../win32/gui/WndMain.c:1220 ../data/pcsx.glade2:1401
-msgid "Enable Debugger"
-msgstr "Ligar debugger"
-
-#: ../win32/gui/WndMain.c:1221
-msgid "Spu Irq Always Enabled"
-msgstr "IRQ da SPU sempre ligada"
-
-#: ../win32/gui/WndMain.c:1222 ../data/pcsx.glade2:1538
-msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
-msgstr "Correção para Parasite Eve 2, Vandal Hearts..."
-
-#: ../win32/gui/WndMain.c:1223 ../data/pcsx.glade2:1553
-msgid "InuYasha Sengoku Battle Fix"
-msgstr "Correção para InuYasha, Sengoku Battle..."
-
-#: ../win32/gui/WndMain.c:1225
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:277
-#: ../plugins/dfinput/dfinput.glade2:448
-msgid "Options"
-msgstr "Opções"
-
-#: ../win32/gui/WndMain.c:1226
-msgid "Psx System Type"
-msgstr "Tipo de sistema do PSX"
-
-#: ../win32/gui/WndMain.c:1330
-msgid "Psx Mcd Format (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
-msgstr "Qualquer formato (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
-
-#: ../win32/gui/WndMain.c:1335
-msgid "Psx Memory Card (*.mcr;*.mc)"
-msgstr "Cartão de memória binário (*.mcr;*.mc)"
-
-#: ../win32/gui/WndMain.c:1340
-msgid "CVGS Memory Card (*.mem;*.vgs)"
-msgstr "Cartão de memória do CVGS (*.mem;*.vgs)"
-
-#: ../win32/gui/WndMain.c:1345
-msgid "Bleem Memory Card (*.mcd)"
-msgstr "Cartão de memória do Bleem (*.mcd)"
-
-#: ../win32/gui/WndMain.c:1350
-msgid "DexDrive Memory Card (*.gme)"
-msgstr "Cartão de memória do DexDrive (*.gme)"
-
-#: ../win32/gui/WndMain.c:1355
-msgid "DataDeck Memory Card (*.ddf)"
-msgstr "Cartão de memória do DataDeck (*.ddf)"
-
-#: ../win32/gui/WndMain.c:1360 ../win32/gui/WndMain.c:1441 ../gui/Cheat.c:321
-#: ../gui/Gtk2Gui.c:422 ../gui/Gtk2Gui.c:561
-msgid "All Files"
-msgstr "Todos os arquivos"
-
-#: ../win32/gui/WndMain.c:1399
-msgid "Psx Exe Format"
-msgstr "Formato executável do PSX"
-
-#: ../win32/gui/WndMain.c:1436
-msgid "Psx Isos (*.iso;*.mdf;*.img;*.bin)"
-msgstr "Imagens de CD (*.iso;*.mdf;*.img;*.bin)"
-
-#: ../win32/gui/WndMain.c:1512
-msgid "&File"
-msgstr "&Arquivo"
-
-#: ../win32/gui/WndMain.c:1513
-msgid "E&xit"
-msgstr "&Sair"
-
-#: ../win32/gui/WndMain.c:1515
-msgid "Run &EXE..."
-msgstr "Rodar &EXE..."
-
-#: ../win32/gui/WndMain.c:1516
-msgid "Run &BIOS"
-msgstr "Iniciar pela &BIOS"
-
-#: ../win32/gui/WndMain.c:1517
-msgid "Run &ISO..."
-msgstr "Rodar &imagem de CD..."
-
-#: ../win32/gui/WndMain.c:1518
-msgid "Run &CD"
-msgstr "Rodar &CD"
-
-#: ../win32/gui/WndMain.c:1520
-msgid "&Emulator"
-msgstr "&Emulador"
-
-#: ../win32/gui/WndMain.c:1521
-msgid "&States"
-msgstr "&Estados"
-
-#: ../win32/gui/WndMain.c:1523
-msgid "S&witch ISO..."
-msgstr "T&rocar de imagem de CD..."
-
-#: ../win32/gui/WndMain.c:1525
-msgid "Re&set"
-msgstr "Re&iniciar"
-
-#: ../win32/gui/WndMain.c:1526
-msgid "&Run"
-msgstr "&Executar"
-
-#: ../win32/gui/WndMain.c:1527
-msgid "&Save"
-msgstr "&Salvar"
-
-#: ../win32/gui/WndMain.c:1528
-msgid "&Load"
-msgstr "&Carregar"
-
-#: ../win32/gui/WndMain.c:1529 ../win32/gui/WndMain.c:1535
-msgid "&Other..."
-msgstr "&Outros..."
-
-#: ../win32/gui/WndMain.c:1530 ../win32/gui/WndMain.c:1536
-msgid "Slot &5"
-msgstr "Unidade &5"
-
-#: ../win32/gui/WndMain.c:1531 ../win32/gui/WndMain.c:1537
-msgid "Slot &4"
-msgstr "Unidade &4"
-
-#: ../win32/gui/WndMain.c:1532 ../win32/gui/WndMain.c:1538
-msgid "Slot &3"
-msgstr "Unidade &3"
-
-#: ../win32/gui/WndMain.c:1533 ../win32/gui/WndMain.c:1539
-msgid "Slot &2"
-msgstr "Unidade &2"
-
-#: ../win32/gui/WndMain.c:1534 ../win32/gui/WndMain.c:1540
-msgid "Slot &1"
-msgstr "Unidade &1"
-
-#: ../win32/gui/WndMain.c:1542
-msgid "&Configuration"
-msgstr "&Configuração"
-
-#: ../win32/gui/WndMain.c:1543
-msgid "Cheat &Search..."
-msgstr "Procurar por &trapaça..."
-
-#: ../win32/gui/WndMain.c:1544
-msgid "Ch&eat Code..."
-msgstr "&Código de trapaça..."
-
-#: ../win32/gui/WndMain.c:1547
-msgid "&Language"
-msgstr "&Linguagem"
-
-#: ../win32/gui/WndMain.c:1572
-msgid "&Memory cards..."
-msgstr "&Cartões de memória..."
-
-#: ../win32/gui/WndMain.c:1573
-msgid "C&PU..."
-msgstr "C&PU..."
-
-#: ../win32/gui/WndMain.c:1575
-msgid "&NetPlay..."
-msgstr "&Jogo em rede..."
-
-#: ../win32/gui/WndMain.c:1577
-msgid "&Controllers..."
-msgstr "&Controles..."
-
-#: ../win32/gui/WndMain.c:1578
-msgid "CD-&ROM..."
-msgstr "CD&ROM..."
-
-#: ../win32/gui/WndMain.c:1579
-msgid "&Sound..."
-msgstr "Á&udio..."
-
-#: ../win32/gui/WndMain.c:1580
-msgid "&Graphics..."
-msgstr "&Gráficos..."
-
-#: ../win32/gui/WndMain.c:1582
-msgid "&Plugins && Bios..."
-msgstr "&Extensões e BIOS..."
-
-#: ../win32/gui/WndMain.c:1584
-msgid "&Help"
-msgstr "&Ajuda"
-
-#: ../win32/gui/WndMain.c:1585
-msgid "&About..."
-msgstr "&Sobre..."
-
-#: ../win32/gui/WndMain.c:1764
-msgid "Pcsx Msg"
-msgstr "Mensagens do PCSX"
-
-#: ../win32/gui/WndMain.c:1767
-msgid "Error Loading Symbol"
-msgstr "Erro ao carregar símbolo"
-
-#: ../gui/AboutDlg.c:74
-msgid ""
-"(C) 1999-2003 PCSX Team\n"
-"(C) 2005-2009 PCSX-df Team\n"
-"(C) 2009-2010 PCSX-Reloaded Team"
-msgstr ""
-
-#: ../gui/AboutDlg.c:79
-#, fuzzy
-msgid ""
-"This program is free software; you can redistribute it and/or modify it "
-"under the terms of the GNU General Public License as published by the Free "
-"Software Foundation; either version 2 of the License, or (at your option) "
-"any later version.\n"
-"\n"
-"This program is distributed in the hope that it will be useful, but WITHOUT "
-"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
-"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
-"more details.\n"
-"\n"
-"You should have received a copy of the GNU General Public License along with "
-"this program; if not, write to the Free Software Foundation, Inc., 51 "
-"Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA."
-msgstr ""
-"This program is free software; you can redistribute it\n"
-"and/or modify it under the terms of the GNU General\n"
-"Public License as published by the Free Software\n"
-"Foundation; either version 2 of the License, or (at your\n"
-"option) any later version.\n"
-"\n"
-"This program is distributed in the hope that it will be\n"
-"useful, but WITHOUT ANY WARRANTY; without even\n"
-"the implied warranty of MERCHANTABILITY or\n"
-"FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-"GNU General Public License for more details.\n"
-"\n"
-"You should have received a copy of the GNU General\n"
-"Public License along with this program; if not, write to\n"
-"the Free Software Foundation, Inc."
-
-#: ../gui/AboutDlg.c:102
-msgid "translator-credits"
-msgstr ""
-"Tradução para português brasileiro por Tibério Vítor (tvtoon@gmail.com)"
-
-#: ../gui/AboutDlg.c:103
-msgid "A PlayStation emulator."
-msgstr "Um emulador de PlayStation."
-
-#: ../gui/Cheat.c:117 ../gui/Cheat.c:202
-msgid "Cheat Description:"
-msgstr "Descrição da trapaça:"
-
-#: ../gui/Cheat.c:306
-msgid "Open Cheat File"
-msgstr "Abrir arquivo de trapaça"
-
-#: ../gui/Cheat.c:316 ../gui/Cheat.c:356
-msgid "PCSX Cheat Code Files (*.cht)"
-msgstr "Arquivos de trapaça do PCSX (*.cht)"
-
-#: ../gui/Cheat.c:346
-msgid "Save Cheat File"
-msgstr "Salvar um arquivo de trapaça"
-
-#: ../gui/Cheat.c:361
-msgid "All Files (*.*)"
-msgstr "Todos os arquivos (*.*)"
-
-#: ../gui/Cheat.c:394 ../gui/Cheat.c:1124 ../gui/ConfDlg.c:104
-#: ../gui/ConfDlg.c:200 ../gui/DebugMemory.c:259
-msgid "Error: Glade interface could not be loaded!"
-msgstr "Erro: o ambiente Glade não pôde ser carregado!"
-
-#: ../gui/Cheat.c:399
-msgid "Cheat Codes"
-msgstr "Códigos de trapaça"
-
-#: ../gui/Cheat.c:405
-msgid "Enable"
-msgstr "Ligar"
-
-#: ../gui/Cheat.c:630
-msgid "Freeze value"
-msgstr "Congelar valor"
-
-#: ../gui/Cheat.c:729
-msgid "Modify value"
-msgstr "Modificar valor"
-
-#: ../gui/Cheat.c:737
-msgid "New value:"
-msgstr "Novo valor:"
-
-#: ../gui/Cheat.c:1134
-msgid "Search Results"
-msgstr "Resultados da busca"
-
-#: ../gui/ConfDlg.c:112 ../data/pcsx.glade2:778
-msgid "Configure PCSX"
-msgstr "Configurar PCSX"
-
-#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
-#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
-msgid "No configuration required"
-msgstr "Não necessita de configuração"
-
-#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
-#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
-msgid "This plugin doesn't need to be configured."
-msgstr "Esta extensão não pode ser configurada."
-
-#: ../gui/ConfDlg.c:581
-#, c-format
-msgid "Could not open BIOS directory: '%s'\n"
-msgstr "Não conseguiu abrir o diretório \"%s\", da BIOS!\n"
-
-#: ../gui/ConfDlg.c:611 ../gui/ConfDlg.c:704 ../gui/LnxMain.c:168
-#, c-format
-msgid "Could not open directory: '%s'\n"
-msgstr "Não conseguiu abrir o diretório \"%s\"!\n"
-
-#: ../gui/ConfDlg.c:675
-msgid "Simulate PSX BIOS"
-msgstr ""
-
-#: ../gui/DebugMemory.c:103 ../data/pcsx.glade2:3178
-msgid "Memory Dump"
-msgstr ""
-
-#: ../gui/DebugMemory.c:111
-#, fuzzy
-msgid "Start Address (Hexadecimal):"
-msgstr "Hexadecimal"
-
-#: ../gui/DebugMemory.c:121
-msgid "Length (Decimal):"
-msgstr ""
-
-#: ../gui/DebugMemory.c:147
-msgid "Dump to File"
-msgstr ""
-
-#: ../gui/DebugMemory.c:162
-#, fuzzy, c-format
-msgid "Error writing to %s!"
-msgstr "Erro ao salvar o arquivo de estado \"%s\"!"
-
-#: ../gui/DebugMemory.c:180
-#, fuzzy
-msgid "Memory Patch"
-msgstr "Cartão de memória 1"
-
-#: ../gui/DebugMemory.c:188 ../data/pcsx.glade2:3199
-#, fuzzy
-msgid "Address (Hexadecimal):"
-msgstr "Hexadecimal"
-
-#: ../gui/DebugMemory.c:198
-#, fuzzy
-msgid "Value (Hexa string):"
-msgstr "Hexadecimal"
-
-#: ../gui/DebugMemory.c:264
-#, fuzzy
-msgid "Memory Viewer"
-msgstr "Cartão de memória 1"
-
-#: ../gui/DebugMemory.c:269
-#, fuzzy
-msgid "Address"
-msgstr "Endereço:"
-
-#: ../gui/DebugMemory.c:287
-#, fuzzy
-msgid "Text"
-msgstr "Texturas"
-
-#: ../gui/Gtk2Gui.c:113
-msgid "Ready"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:154
-msgid "Emulation Paused."
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:405
-msgid "Select PSX EXE File"
-msgstr "Selecione o arquivo executável de PSX"
-
-#: ../gui/Gtk2Gui.c:418
-msgid "PlayStation Executable Files"
-msgstr "Arquivos executáveis do PlayStation"
-
-#: ../gui/Gtk2Gui.c:454
-msgid "Not a valid PSX file"
-msgstr "Não é um arquivo válido de PSX"
-
-#: ../gui/Gtk2Gui.c:454
-msgid "The file does not appear to be a valid Playstation executable"
-msgstr "Esse arquivo não parece ser um executável válido de PlayStation!"
-
-#: ../gui/Gtk2Gui.c:485 ../gui/Gtk2Gui.c:610
-msgid "CD ROM failed"
-msgstr "CDROM falhou"
-
-#: ../gui/Gtk2Gui.c:493 ../gui/Gtk2Gui.c:618
-msgid "The CD-ROM could not be loaded"
-msgstr ""
-
-#: ../gui/Gtk2Gui.c:507
-msgid "Could not run BIOS"
-msgstr "Não conseguiu iniciar a BIOS"
-
-#: ../gui/Gtk2Gui.c:507
-msgid "Running BIOS is not supported with Internal HLE BIOS."
-msgstr "Iniciar pela BIOS não é suportado com a BIOS HLE interno."
-
-#: ../gui/Gtk2Gui.c:536
-msgid "Open PSX Disc Image File"
-msgstr "Abrir arquivo de imagem de CD de PSX"
-
-#: ../gui/Gtk2Gui.c:556
-msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
-msgstr "Arquivo de imagens de CD de PSX (*.bin, *.img, *.mdf, *.iso)"
-
-#: ../gui/Gtk2Gui.c:771
-#, c-format
-msgid "Loaded state %s."
-msgstr "Arquivo de estado \"%s\" carregado."
-
-#: ../gui/Gtk2Gui.c:774
-#, c-format
-msgid "Error loading state %s!"
-msgstr "Erro ao carregar o arquivo de estado \"%s\"!"
-
-#: ../gui/Gtk2Gui.c:785
-#, c-format
-msgid "Saved state %s."
-msgstr "Arquivo de estado \"%s\" salvo."
-
-#: ../gui/Gtk2Gui.c:787
-#, c-format
-msgid "Error saving state %s!"
-msgstr "Erro ao salvar o arquivo de estado \"%s\"!"
-
-#: ../gui/Gtk2Gui.c:822 ../gui/Gtk2Gui.c:850
-msgid "Select State File"
-msgstr "Selecione o arquivo de estado"
-
-#: ../gui/Gtk2Gui.c:893
-msgid "Notice"
-msgstr "Aviso"
-
-#: ../gui/LnxMain.c:62
-#, c-format
-msgid "Creating memory card: %s\n"
-msgstr "Criando cartão de memória \"%s\"\n"
-
-#: ../gui/LnxMain.c:325
-msgid ""
-" pcsx [options] [file]\n"
-"\toptions:\n"
-"\t-runcd\t\tRuns CD-ROM\n"
-"\t-cdfile FILE\tRuns a CD image file\n"
-"\t-nogui\t\tDon't open the GTK GUI\n"
-"\t-cfg FILE\tLoads desired configuration file (default: ~/.pcsx/pcsx.cfg)\n"
-"\t-psxout\t\tEnable PSX output\n"
-"\t-load STATENUM\tLoads savestate STATENUM (1-5)\n"
-"\t-h -help\tDisplay this message\n"
-"\tfile\t\tLoads file\n"
-msgstr ""
-" pcsx [opções] [arquivo]\n"
-"\topções:\n"
-"\t-runcd\t\tExecuta direto pelo CD-ROM\n"
-"\t-cdfile ARQUIVO\tRoda um arquivo de imagem de CD\n"
-"\t-nogui\t\tNão abre o GUI da GTK\n"
-"\t-cfg ARQUIVO\tCarrega uma configuração alternativa (padrão: ~/.pcsx/pcsx."
-"cfg)\n"
-"\t-psxout\t\tAtiva a saída do PSX no console\n"
-"\t-load NÚMERO_ESTADO\tCarrega um estado entre 1-5\n"
-"\t-h -help\tMostra essa mensagem\n"
-"\t[arquivo]\t\tCarrega um arquivo.\n"
-
-#: ../gui/LnxMain.c:362
-#, c-format
-msgid ""
-"PCSX cannot be configured without using the GUI -- you should restart "
-"without -nogui.\n"
-msgstr ""
-"PCSX não pode ser configurado sem o GUI -- reinicie sem a opção -nogui.\n"
-
-#: ../gui/LnxMain.c:418
-msgid "Failed loading plugins!"
-msgstr "Não conseguiu carregar as extensões!"
-
-#: ../gui/LnxMain.c:435
-#, c-format
-msgid "Could not load CD-ROM!\n"
-msgstr "Não pôde carregar o CD-ROM!\n"
-
-#: ../gui/LnxMain.c:466
-#, c-format
-msgid "PSX emulator couldn't be initialized.\n"
-msgstr "O emulador não pôde ser inicializado.\n"
-
-#: ../gui/MemcardDlg.c:56
-msgid "Icon"
-msgstr "Ícone"
-
-#: ../gui/MemcardDlg.c:74
-msgid "ID"
-msgstr "ID"
-
-#: ../gui/MemcardDlg.c:80
-msgid "Name"
-msgstr "Nome"
-
-#: ../gui/MemcardDlg.c:323
-msgid "Select A File"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:364
-msgid "Format this Memory Card?"
-msgstr "Formatar esse cartão de memória?"
-
-#: ../gui/MemcardDlg.c:366
-msgid ""
-"If you format the memory card, the card will be empty, and any existing data "
-"overwritten."
-msgstr "Ao formatar o cartão de memória, todo o conteúdo será zerado."
-
-#: ../gui/MemcardDlg.c:369
-msgid "Format card"
-msgstr "Formatar cartão"
-
-#: ../gui/MemcardDlg.c:393
-msgid "Create a new Memory Card"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:402
-msgid "New Memory Card.mcd"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:503
-msgid "No free space on memory card"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:504
-msgid ""
-"There are no free slots available on the target memory card. Please delete a "
-"slot first."
-msgstr ""
-
-#: ../gui/MemcardDlg.c:667
-msgid "Memory Card Manager"
-msgstr "Gerenciador de cartões de memória"
-
-#: ../gui/Plugin.c:211 ../data/pcsx.glade2:1487
-#, c-format
-msgid "SIO IRQ Always Enabled"
-msgstr "IRQ SIO sempre ativada"
-
-#: ../gui/Plugin.c:212
-#, c-format
-msgid "SIO IRQ Not Always Enabled"
-msgstr "IRQ SIO nem sempre ativada"
-
-#: ../gui/Plugin.c:218
-#, c-format
-msgid "Black & White Mdecs Only Enabled"
-msgstr "Mdecs apenas em preto e branco ativado"
-
-#: ../gui/Plugin.c:219
-#, c-format
-msgid "Black & White Mdecs Only Disabled"
-msgstr "Mdecs apenas em preto e branco desativado"
-
-#: ../gui/Plugin.c:225
-#, c-format
-msgid "XA Enabled"
-msgstr "XA Ligado"
-
-#: ../gui/Plugin.c:226
-#, c-format
-msgid "XA Disabled"
-msgstr "XA Desligado"
-
-#: ../gui/Plugin.c:288
-msgid "Error opening CD-ROM plugin!"
-msgstr "Erro ao abrir a extensão de CD-ROM!"
-
-#: ../gui/Plugin.c:290
-msgid "Error opening SPU plugin!"
-msgstr "Erro ao abrir a extensão de SPU!"
-
-#: ../gui/Plugin.c:293
-msgid "Error opening GPU plugin!"
-msgstr "Erro ao abrir a extensão de GPU!"
-
-#: ../gui/Plugin.c:295
-msgid "Error opening Controller 1 plugin!"
-msgstr "Erro ao abrir a extensão do Controle 1!"
-
-#: ../gui/Plugin.c:297
-msgid "Error opening Controller 2 plugin!"
-msgstr "Erro ao abrir a extensão do Controle 2!"
-
-#: ../gui/Plugin.c:377
-msgid "Error closing CD-ROM plugin!"
-msgstr "Erro ao fechar a extensão de CD-ROM!"
-
-#: ../gui/Plugin.c:379
-msgid "Error closing SPU plugin!"
-msgstr "Erro ao fechar a extensão de SPU!"
-
-#: ../gui/Plugin.c:381
-msgid "Error closing Controller 1 Plugin!"
-msgstr "Erro ao fechar a extensão do Controle 1!"
-
-#: ../gui/Plugin.c:383
-msgid "Error closing Controller 2 plugin!"
-msgstr "Erro ao fechar a extensão de Controle 2!"
-
-#: ../gui/Plugin.c:385
-msgid "Error closing GPU plugin!"
-msgstr "Erro ao fechar a extensão de GPU!"
-
-#: ../libpcsxcore/cdriso.c:658
-#, c-format
-msgid "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n"
-msgstr ""
-
-#: ../libpcsxcore/cdriso.c:677
-#, c-format
-msgid "Loaded CD Image: %s"
-msgstr "Carregou a imagem de CD \"%s\"."
-
-#: ../libpcsxcore/cheat.c:147
-#, c-format
-msgid "Cheats loaded from: %s\n"
-msgstr "Trapaças de \"%s\" carregadas.\n"
-
-#: ../libpcsxcore/cheat.c:179
-#, c-format
-msgid "Cheats saved to: %s\n"
-msgstr "Trapaças salvas para \"%s\".\n"
-
-#: ../libpcsxcore/cheat.c:322 ../libpcsxcore/cheat.c:443
-msgid "(Untitled)"
-msgstr "(Sem título)"
-
-#: ../libpcsxcore/debug.c:317
-msgid "Error allocating memory"
-msgstr "Erro ao alocar memória"
-
-#: ../libpcsxcore/debug.c:322
-msgid "Unable to start debug server.\n"
-msgstr ""
-
-#: ../libpcsxcore/debug.c:326
-msgid "Debugger started.\n"
-msgstr ""
-
-#: ../libpcsxcore/debug.c:333
-msgid "Debugger stopped.\n"
-msgstr ""
-
-#: ../libpcsxcore/misc.c:388
-#, c-format
-msgid "Error opening file: %s.\n"
-msgstr "Erro ao abrir o arquivo \"%s\"!\n"
-
-#: ../libpcsxcore/misc.c:428
-#, c-format
-msgid "Unknown CPE opcode %02x at position %08x.\n"
-msgstr "Código operacional CPE %02x desconhecido, na posição %08x.\n"
-
-#: ../libpcsxcore/misc.c:435
-msgid "COFF files not supported.\n"
-msgstr "Arquivos COFF não são suportados!\n"
-
-#: ../libpcsxcore/misc.c:439
-msgid "This file does not appear to be a valid PSX file.\n"
-msgstr "Esse arquivo não parece ser um arquivo válido de PSX!\n"
-
-#: ../libpcsxcore/plugins.c:181
-#, c-format
-msgid "Error loading %s: %s"
-msgstr "Erro carregando \"%s\": \"%s\""
-
-#: ../libpcsxcore/plugins.c:227
-#, c-format
-msgid "Could not load GPU plugin %s!"
-msgstr "Não conseguiu carregar a extensão de GPU \"%s\"!"
-
-#: ../libpcsxcore/plugins.c:298
-#, c-format
-msgid "Could not load CD-ROM plugin %s!"
-msgstr "Não conseguiu carregar a extensão de CD-ROM \"%s\"!"
-
-#: ../libpcsxcore/plugins.c:346
-#, c-format
-msgid "Could not load SPU plugin %s!"
-msgstr "Não conseguiu carregar a extensão de SPU \"%s\"!"
-
-#: ../libpcsxcore/plugins.c:483
-#, c-format
-msgid "Could not load Controller 1 plugin %s!"
-msgstr "Não conseguiu carregar a extensão do Controle 1 \"%s\"!"
-
-#: ../libpcsxcore/plugins.c:537
-#, c-format
-msgid "Could not load Controller 2 plugin %s!"
-msgstr "Não conseguiu carregar a extensão do Controle 2 \"%s\"!"
-
-#: ../libpcsxcore/plugins.c:580
-#, c-format
-msgid "Could not load NetPlay plugin %s!"
-msgstr "Não conseguiu carregar a extensão de jogo em rede \"%s\"!"
-
-#: ../libpcsxcore/plugins.c:660
-#, fuzzy, c-format
-msgid "Could not load SIO1 plugin %s!"
-msgstr "Não conseguiu carregar a extensão de SPU \"%s\"!"
-
-#: ../libpcsxcore/plugins.c:745
-#, c-format
-msgid "Error initializing CD-ROM plugin: %d"
-msgstr "Erro ao iniciar a extensão de CD-ROM \"%d\"!"
-
-#: ../libpcsxcore/plugins.c:747
-#, c-format
-msgid "Error initializing GPU plugin: %d"
-msgstr "Erro ao iniciar a extensão de GPU \"%d\"!"
-
-#: ../libpcsxcore/plugins.c:749
-#, c-format
-msgid "Error initializing SPU plugin: %d"
-msgstr "Erro ao iniciar a extensão de SPU \"%d\"!"
-
-#: ../libpcsxcore/plugins.c:751
-#, c-format
-msgid "Error initializing Controller 1 plugin: %d"
-msgstr "Erro ao iniciar a extensão do Controle 1 \"%d\"!"
-
-#: ../libpcsxcore/plugins.c:753
-#, c-format
-msgid "Error initializing Controller 2 plugin: %d"
-msgstr "Erro ao iniciar a extensão do Controle 2 \"%d\"!"
-
-#: ../libpcsxcore/plugins.c:757
-#, c-format
-msgid "Error initializing NetPlay plugin: %d"
-msgstr "Erro ao iniciar a extensão de jogo em rede \"%d\"!"
-
-#: ../libpcsxcore/plugins.c:762
-#, fuzzy, c-format
-msgid "Error initializing SIO1 plugin: %d"
-msgstr "Erro ao iniciar a extensão de SPU \"%d\"!"
-
-#: ../libpcsxcore/plugins.c:765
-msgid "Plugins loaded.\n"
-msgstr "Extensões carregadas.\n"
-
-#: ../libpcsxcore/ppf.c:216
-#, c-format
-msgid "Invalid PPF patch: %s.\n"
-msgstr ""
-
-#: ../libpcsxcore/ppf.c:292
-#, c-format
-msgid "Unsupported PPF version (%d).\n"
-msgstr ""
-
-#: ../libpcsxcore/ppf.c:331
-#, fuzzy, c-format
-msgid "Loaded PPF %d.0 patch: %s.\n"
-msgstr "Arquivo de estado \"%s\" carregado."
-
-#: ../libpcsxcore/psxmem.c:80
-msgid "Error allocating memory!"
-msgstr "Erro ao alocar memória!"
-
-#: ../libpcsxcore/psxmem.c:122
-#, c-format
-msgid "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
-msgstr "Não conseguiu abrir a BIOS\"%s\". Usando BIOS HLE!\n"
-
-#: ../libpcsxcore/r3000a.c:33
-#, c-format
-msgid "Running PCSX Version %s (%s).\n"
-msgstr "Rodando o PCSX Versão %s (%s).\n"
-
-#: ../libpcsxcore/sio.c:345
-msgid "Connection closed!\n"
-msgstr "Conexão encerrada!\n"
-
-#: ../libpcsxcore/sio.c:371
-#, c-format
-msgid "No memory card value was specified - creating a default card %s\n"
-msgstr "Nenhum cartão de memória foi especificado, criando um \"%s\" padrão.\n"
-
-#: ../libpcsxcore/sio.c:375
-#, c-format
-msgid "The memory card %s doesn't exist - creating it\n"
-msgstr "O cartão de memória \"%s\" não existe, será criado.\n"
-
-#: ../libpcsxcore/sio.c:391
-#, c-format
-msgid "Memory card %s failed to load!\n"
-msgstr "Cartão de memória \"%s\" falhou para carregar!\n"
-
-#: ../libpcsxcore/sio.c:395
-#, c-format
-msgid "Loading memory card %s\n"
-msgstr "Carregando cartão de memória \"%s\".\n"
-
-#: ../plugins/dfxvideo/gpu.c:55
-msgid "SoftGL Driver"
-msgstr "Extensão SoftGL"
-
-#: ../plugins/dfxvideo/gpu.c:56
-msgid ""
-"P.E.Op.S. SoftGL Driver V1.17\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:58
-msgid "XVideo Driver"
-msgstr "Extensão XVideo"
-
-#: ../plugins/dfxvideo/gpu.c:59
-msgid ""
-"P.E.Op.S. Xvideo Driver V1.17\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-"Extensão Xvideo P.E.Op.S. V1.17\n"
-"Programada por Pete Bernert e a equipe do P.E.Op.S.\n"
-
-#: ../plugins/dfxvideo/gpu.c:62
-msgid "Pete Bernert and the P.E.Op.S. team"
-msgstr "Pete Bernert e a equipe do P.E.Op.S."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:8
-msgid "Configure X11 Video"
-msgstr "Configurar vídeo do X11"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:45
-msgid "Initial Window Size:"
-msgstr "Tamanho inicial da janela:"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:56
-msgid "Stretching:"
-msgstr "Escalonamento:"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:69
-msgid "Dithering:"
-msgstr "Colorização:"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:82
-msgid ""
-"320x240\n"
-"640x480\n"
-"800x600\n"
-"1024x768\n"
-"1152x864\n"
-"1280x1024\n"
-"1600x1200"
-msgstr ""
-"320x240\n"
-"640x480\n"
-"800x600\n"
-"1024x768\n"
-"1152x864\n"
-"1280x1024\n"
-"1600x1200"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:101
-msgid ""
-"0: None\n"
-"1: 2xSai\n"
-"2: 2xSuperSai\n"
-"3: SuperEagle\n"
-"4: Scale2x\n"
-"5: Scale3x\n"
-"6: HQ2X\n"
-"7: HQ3X"
-msgstr ""
-"0: Nenhum\n"
-"1: 2xSai\n"
-"2: 2xSuperSai\n"
-"3: SuperEagle\n"
-"4: Scale2x\n"
-"5: Scale3x\n"
-"6: HQ2X\n"
-"7: HQ3X"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:123
-msgid ""
-"0: Off (fastest)\n"
-"1: Game dependant\n"
-"2: Always"
-msgstr ""
-"0: Desligado (mais rápido)\n"
-"1: Depende do Jogo\n"
-"2: Sempre"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:146
-msgid "Maintain 4:3 Aspect Ratio"
-msgstr "Manter proporção 4:3"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:161
-#: ../plugins/peopsxgl/gpucfg/interface.c:322
-msgid "Fullscreen"
-msgstr "Tela cheia"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:165
-msgid "Toggle windowed/fullscreen mode."
-msgstr "Alternar entre tela cheia e janela."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:187
-msgid "<b>Screen</b>"
-msgstr "<b>Tela</b>"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:216
-msgid "Show FPS"
-msgstr "Mostrar taxa de FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:220
-msgid "Toggle whether the FPS will be shown."
-msgstr "Ligar ou desligar a exibição da taxa de FPS."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:232
-msgid "Autodetect FPS limit"
-msgstr "Detectar automaticamente limite de FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:236
-msgid "Enable this if games display too quickly."
-msgstr "Ligue isso se os jogos ficarem rápidos demais."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:249
-msgid "Enable frame skipping"
-msgstr "Ligar pulo de quadros"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:253
-msgid "Skip frames when rendering."
-msgstr "Pula quadros ao exibir."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:270
-msgid "Set FPS"
-msgstr "Limite de FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:287
-msgid "200.0"
-msgstr "200.0"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:310
-msgid "<b>Framerate</b>"
-msgstr "<b>Taxa de FPS</b>"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:339
-#: ../plugins/peopsxgl/gpucfg/interface.c:568
-msgid "Use game fixes"
-msgstr "Usar consertos específicos"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:366
-msgid "better g-colors, worse textures"
-msgstr "Transparências melhores, texturas piores."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:381
-msgid "Needed by Dark Forces"
-msgstr "Necessário para Dark Forces."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:394
-msgid "Draw quads with triangles"
-msgstr "Desenhar quadrados com triângulos"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:410
-msgid "Repeated flat tex triangles"
-msgstr "Triângulos de textura plana repetidos"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:426
-msgid "Disable CPU Saving"
-msgstr "Desativar salvamento da CPU"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:442
-msgid "Odd/even bit hack"
-msgstr "Hack do bit ímpar/par"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:458
-msgid "For precise framerate"
-msgstr "Para uma taxa de FPS precisa."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:473
-msgid "Better FPS limit in some"
-msgstr "Melhor limitação de FPS em alguns jogos."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:486
-msgid "PC FPS calculation"
-msgstr "Cálculo de FPS feito pelo PC"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:504
-msgid "Pandemonium 2"
-msgstr "Para Pandemonium 2."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:517
-msgid "Lazy screen update"
-msgstr "Atualização tardia da tela"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:535
-msgid "Skip every second frame"
-msgstr "Pula cada segundo quadro de uma taxa."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:548
-#: ../plugins/peopsxgl/gpucfg/interface.c:640
-msgid "Old frame skipping"
-msgstr "Pulo de quadros antigo"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:564
-msgid "Expand screen width"
-msgstr "Expandir largura da tela"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:580
-msgid "Ignore brightness color"
-msgstr "Ignorar brilho das cores"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:596
-msgid "Disable coordinate check"
-msgstr "Desativar checagem de coordenadas"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:614
-msgid "Chrono Cross"
-msgstr "Para Chrono Cross."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:627
-msgid "Capcom fighting games"
-msgstr "Para jogos de luta da Capcom."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:642
-msgid "Black screens in Lunar"
-msgstr "Telas pretas de Lunar."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:657
-msgid "Compatibility mode"
-msgstr "Modo de compatibilidade."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:670
-#, fuzzy
-msgid "Fake 'gpu busy' states"
-msgstr "Imitar estado 'GPU ocupada'"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:688
-msgid "Toggle busy flags after drawing"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:713
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:268
-msgid "<b>Compatibility</b>"
-msgstr "<b>Compatibilidade</b>"
-
-#: ../data/pcsx.glade2:7
-msgid "PCSX"
-msgstr "PCSX"
-
-#: ../data/pcsx.glade2:21
-msgid "_File"
-msgstr "_Arquivo"
-
-#: ../data/pcsx.glade2:27
-msgid "Run _CD"
-msgstr "Rodar _CD"
-
-#: ../data/pcsx.glade2:45
-msgid "Run _ISO..."
-msgstr "Rodar _imagem de CD..."
-
-#: ../data/pcsx.glade2:62
-msgid "Run _BIOS"
-msgstr "Rodar pela _BIOS"
-
-#: ../data/pcsx.glade2:79
-msgid "Run _EXE..."
-msgstr "Rodar _EXE do PSX..."
-
-#: ../data/pcsx.glade2:101
-msgid "E_xit"
-msgstr "_Sair"
-
-#: ../data/pcsx.glade2:123
-msgid "_Emulator"
-msgstr "_Emulador"
-
-#: ../data/pcsx.glade2:129
-msgid "_Continue"
-msgstr "_Continue"
-
-#: ../data/pcsx.glade2:146
-msgid "_Reset"
-msgstr "_Reiniciar"
-
-#: ../data/pcsx.glade2:168
-msgid "S_witch ISO..."
-msgstr "_Trocar de imagem de CD..."
-
-#: ../data/pcsx.glade2:190
-msgid "_Save State"
-msgstr "_Salvar estado"
-
-#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
-msgid "Slot _1"
-msgstr "Unidade _1"
-
-#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
-msgid "Slot _2"
-msgstr "Unidade _2"
-
-#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
-msgid "Slot _3"
-msgstr "Unidade _3"
-
-#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
-msgid "Slot _4"
-msgstr "Unidade _4"
-
-#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
-msgid "Slot _5"
-msgstr "Unidade _5"
-
-#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
-msgid "_Other..."
-msgstr "_Outros..."
-
-#: ../data/pcsx.glade2:271
-msgid "_Load State"
-msgstr "_Carregar estado"
-
-#: ../data/pcsx.glade2:357
-msgid "_Configuration"
-msgstr "C_onfiguração"
-
-#: ../data/pcsx.glade2:363
-msgid "_Plugins & BIOS..."
-msgstr "_Extensões e BIOS..."
-
-#: ../data/pcsx.glade2:385
-msgid "_Graphics..."
-msgstr "_Gráficos..."
-
-#: ../data/pcsx.glade2:400
-msgid "_Sound..."
-msgstr "Á_udio..."
-
-#: ../data/pcsx.glade2:415
-msgid "CD-_ROM..."
-msgstr "CD_ROM..."
-
-#: ../data/pcsx.glade2:430
-msgid "C_ontrollers..."
-msgstr "C_ontroles..."
-
-#: ../data/pcsx.glade2:450
-msgid "_CPU..."
-msgstr "_CPU..."
-
-#: ../data/pcsx.glade2:466
-msgid "_Memory Cards..."
-msgstr "Cartões de _memória..."
-
-#: ../data/pcsx.glade2:483
-msgid "_Netplay..."
-msgstr "Jogo em _rede..."
-
-#: ../data/pcsx.glade2:504
-msgid "Chea_t"
-msgstr "T_rapaça"
-
-#: ../data/pcsx.glade2:513
-msgid "_Browse..."
-msgstr "_Navegar..."
-
-#: ../data/pcsx.glade2:528
-msgid "_Search..."
-msgstr "_Buscar..."
-
-#: ../data/pcsx.glade2:554
-msgid "Memory _Dump"
-msgstr ""
-
-#: ../data/pcsx.glade2:574
-msgid "_Help"
-msgstr "_Ajuda"
-
-#: ../data/pcsx.glade2:580
-msgid "_About PCSX..."
-msgstr "_Sobre o PCSX..."
-
-#: ../data/pcsx.glade2:613 ../data/pcsx.glade2:614
-msgid "Run CD"
-msgstr ""
-
-#: ../data/pcsx.glade2:626
-msgid "Run ISO Image"
-msgstr ""
-
-#: ../data/pcsx.glade2:627
-msgid "Run ISO..."
-msgstr ""
-
-#: ../data/pcsx.glade2:648
-msgid "Continue Emulation"
-msgstr ""
-
-#: ../data/pcsx.glade2:649
-msgid "Continue..."
-msgstr ""
-
-#: ../data/pcsx.glade2:661
-msgid "Switch ISO Image"
-msgstr ""
-
-#: ../data/pcsx.glade2:662
-msgid "Switch ISO..."
-msgstr ""
-
-#: ../data/pcsx.glade2:683 ../data/pcsx.glade2:1810
-msgid "Configure Memory Cards"
-msgstr "Configurar cartões de memória"
-
-#: ../data/pcsx.glade2:684
-msgid "Memcards..."
-msgstr "Cartões de memória..."
-
-#: ../data/pcsx.glade2:696
-msgid "Configure Graphics"
-msgstr ""
-
-#: ../data/pcsx.glade2:697
-msgid "Graphics..."
-msgstr "Gráficos..."
-
-#: ../data/pcsx.glade2:709 ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:8
-msgid "Configure Sound"
-msgstr "Configurar áudio"
-
-#: ../data/pcsx.glade2:710
-msgid "Sound..."
-msgstr "Áudio..."
-
-#: ../data/pcsx.glade2:722
-msgid "Configure CD-ROM"
-msgstr "Configurar CD-ROM"
-
-#: ../data/pcsx.glade2:723
-msgid "CD-ROM..."
-msgstr "CD-ROM..."
-
-#: ../data/pcsx.glade2:735
-msgid "Configure Controllers"
-msgstr ""
-
-#: ../data/pcsx.glade2:736
-msgid "Controllers..."
-msgstr "Controles..."
-
-#: ../data/pcsx.glade2:879
-msgid "Select Folder to Search"
-msgstr "Selecione o diretório para a busca"
-
-#: ../data/pcsx.glade2:895
-msgid "Search in:"
-msgstr "Buscar em:"
-
-#: ../data/pcsx.glade2:1168
-msgid "Graphics:"
-msgstr "Gráficos:"
-
-#: ../data/pcsx.glade2:1181
-msgid "Sound:"
-msgstr "Áudio:"
-
-#: ../data/pcsx.glade2:1196
-msgid "Controller 1: "
-msgstr "Controle 1:"
-
-#: ../data/pcsx.glade2:1211
-msgid "Controller 2:"
-msgstr "Controle 2:"
-
-#: ../data/pcsx.glade2:1226
-msgid "CD-ROM:"
-msgstr "CD-ROM:"
-
-#: ../data/pcsx.glade2:1264
-msgid "<b>Plugins</b>"
-msgstr "<b>Extensões</b>"
-
-#: ../data/pcsx.glade2:1325
-msgid "<b>BIOS</b>"
-msgstr "<b>BIOS</b>"
-
-#: ../data/pcsx.glade2:1375
-msgid "Configure CPU"
-msgstr "Configurar CPU"
-
-#: ../data/pcsx.glade2:1419
-msgid "SPU IRQ Always Enabled"
-msgstr "IRQ da SPU sempre ativada"
-
-#: ../data/pcsx.glade2:1435
-msgid "Black & White Movies"
-msgstr "Filmes em preto e branco"
-
-#: ../data/pcsx.glade2:1469
-msgid "Enable Interpreter CPU"
-msgstr "Ativar interpretador da CPU"
-
-#: ../data/pcsx.glade2:1503
-msgid "Disable CD Audio"
-msgstr "Desativar áudio de CD"
-
-#: ../data/pcsx.glade2:1519
-msgid "Disable XA Decoding"
-msgstr "Desativar decodificação de XA"
-
-#: ../data/pcsx.glade2:1571
-msgid "<b>Options</b>"
-msgstr "<b>Opções</b>"
-
-#: ../data/pcsx.glade2:1612
-msgid ""
-"NTSC\n"
-"PAL"
-msgstr ""
-"NTSC\n"
-"PAL"
-
-#: ../data/pcsx.glade2:1626
-msgid "<b>System Type</b>"
-msgstr "<b>Tipo do sistema</b>"
-
-#: ../data/pcsx.glade2:1674
-msgid "Configure NetPlay"
-msgstr "Configurar jogo em rede"
-
-#: ../data/pcsx.glade2:1760
-msgid "<b>NetPlay</b>"
-msgstr "<b>Jogo em rede</b>"
-
-#: ../data/pcsx.glade2:1886 ../data/pcsx.glade2:2283
-msgid "New"
-msgstr ""
-
-#: ../data/pcsx.glade2:1936 ../data/pcsx.glade2:2333
-msgid "Format"
-msgstr "Formatar"
-
-#: ../data/pcsx.glade2:1986 ../data/pcsx.glade2:2383
-msgid "Un/Delete"
-msgstr "Apagar/Desfazer"
-
-#: ../data/pcsx.glade2:2079
-msgid "<b>Memory Card 1</b>"
-msgstr "<b>Cartão de memória 1</b>"
-
-#: ../data/pcsx.glade2:2139 ../data/pcsx.glade2:2189 ../data/pcsx.glade2:3002
-msgid "Copy"
-msgstr "Copiar"
-
-#: ../data/pcsx.glade2:2476
-msgid "<b>Memory Card 2</b>"
-msgstr "<b>Cartão de memória 2</b>"
-
-#: ../data/pcsx.glade2:2572
-msgid "<b>Cheat Codes</b>"
-msgstr "<b>Códigos de trapaça</b>"
-
-#: ../data/pcsx.glade2:2736
-msgid ""
-"8-bit\n"
-"16-bit\n"
-"32-bit"
-msgstr ""
-"8-bit\n"
-"16-bit\n"
-"32-bit"
-
-#: ../data/pcsx.glade2:2799
-msgid ""
-"Equal Value\n"
-"Not Equal Value\n"
-"Range\n"
-"Increased By\n"
-"Decreased By\n"
-"Increased\n"
-"Decreased\n"
-"Different\n"
-"No Change"
-msgstr ""
-"Valor igual à\n"
-"Valor diferente de\n"
-"Intervalo\n"
-"Somado por\n"
-"Subtraído por\n"
-"Aumentado\n"
-"Diminuído\n"
-"Diferente\n"
-"Sem mudanças"
-
-#: ../data/pcsx.glade2:2831
-msgid ""
-"Decimal\n"
-"Hexadecimal"
-msgstr ""
-"Decimal\n"
-"Hexadecimal"
-
-#: ../data/pcsx.glade2:3035
-msgid "label_resultsfound"
-msgstr "Resultados encontrados:"
-
-#: ../data/pcsx.glade2:3070
-msgid "Search"
-msgstr "Buscar"
-
-#: ../data/pcsx.glade2:3106
-msgid "Restart"
-msgstr "Reiniciar"
-
-#: ../data/pcsx.glade2:3135
-msgid "<b>Cheat Search</b>"
-msgstr "<b>Busca de trapaças</b>"
-
-#: ../data/pcsx.glade2:3291
-msgid "Raw Dump..."
-msgstr ""
-
-#: ../data/pcsx.glade2:3326
-msgid "Patch Memory..."
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:38
-msgid "Mac OS X Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:40
-msgid "ALSA Sound"
-msgstr "Sistema ALSA"
-
-#: ../plugins/dfsound/spu.c:42
-#, fuzzy
-msgid "OSS Sound"
-msgstr "Sistema OSS"
-
-#: ../plugins/dfsound/spu.c:44
-#, fuzzy
-msgid "SDL Sound"
-msgstr "Sistema OSS"
-
-#: ../plugins/dfsound/spu.c:46
-msgid "PulseAudio Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:48
-msgid "NULL Sound"
-msgstr "Sem som"
-
-#: ../plugins/dfsound/spu.c:51
-#, fuzzy
-msgid ""
-"P.E.Op.S. Sound Driver V1.7\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-"Extensão OSS P.E.Op.S. V1.7\n"
-"Programada por Pete Bernert e a equipe do P.E.Op.S.\n"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:42
-msgid "Volume:"
-msgstr "Volume:"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:54
-msgid "Interpolation:"
-msgstr "Interpolação:"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:68
-msgid "Reverb:"
-msgstr "Reversão:"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:81
-msgid ""
-"Low\n"
-"Medium\n"
-"Loud\n"
-"Loudest"
-msgstr ""
-"Mínimo\n"
-"Médio\n"
-"Alto\n"
-"Máximo"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:95
-msgid ""
-"Off\n"
-"Simple\n"
-"Playstation"
-msgstr ""
-"Desligada\n"
-"Simples\n"
-"PlayStation"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:111
-msgid ""
-"None\n"
-"Simple\n"
-"Gaussian\n"
-"Cubic"
-msgstr ""
-"Nenhuma\n"
-"Simples\n"
-"Gaussiana\n"
-"Cúbica"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:132
-msgid "<b>General</b>"
-msgstr "<b>Geral</b>"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:163
-msgid "Adjust XA speed"
-msgstr "Ajustar velocidade da XA"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:167
-msgid "Choose this if XA music is played too quickly."
-msgstr "Selecione isso se a música XA estiver tocando rápido demais."
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:184
-msgid "<b>XA Music</b>"
-msgstr "<b>Música XA</b>"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:215
-msgid "High compatibility mode"
-msgstr "Modo de alta compatibilidade"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:219
-msgid "Use the asynchronous SPU interface."
-msgstr "Usar o ambiente assíncrono da SPU."
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:231
-msgid "SPU IRQ Wait"
-msgstr "Esperar pela IRQ da SPU"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:235
-msgid "Wait for CPU; only useful for some games."
-msgstr "Esperar pela CPU; útil apenas em alguns jogos."
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:247
-msgid "Single channel sound"
-msgstr "Som em canal único"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:251
-msgid "Play only one channel for a performance boost."
-msgstr "Tocar apenas um canal para melhorar o desempenho."
-
-#: ../plugins/dfcdrom/cdr-linux.c:70
-msgid "CD-ROM Drive Reader"
-msgstr "Leitor de unidade de CDROM"
-
-#: ../plugins/dfcdrom/cdr-null.c:10
-msgid "CDR NULL Plugin"
-msgstr "Sem unidade de CDROM"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:170
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
-msgid "CDR configuration"
-msgstr "Configuração do CDROM"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:33
-msgid "Choose your CD-ROM device or type its path if it's not listed"
-msgstr ""
-"Escolha sua unidade de CDROM ou digite o dispositivo caso não esteja listado."
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:44
-msgid "Select CD-ROM device"
-msgstr "Selecione uma unidade de CDROM"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:72
-msgid "Select read mode:"
-msgstr "Selecione o modo de leitura:"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:83
-msgid ""
-"Normal (No Cache)\n"
-"Threaded - Faster (With Cache)"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:114
-msgid "Cache Size (Def. 64):"
-msgstr "Tamanho do armazenamento (o padrão é 64):"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:159
-msgid "Spindown Time:"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:170
-msgid ""
-"Default\n"
-"125ms\n"
-"250ms\n"
-"500ms\n"
-"1s\n"
-"2s\n"
-"4s\n"
-"8s\n"
-"16s\n"
-"32s\n"
-"1min\n"
-"2min\n"
-"4min\n"
-"8min\n"
-"16min\n"
-"32min"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:216
-msgid "Cdrom Speed (Def. 0 = MAX):"
-msgstr "Velocidade do CDROM (o padrão é 0, ou seja, o máximo):"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:248
-msgid "hseparator"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:258
-msgid "Enable subchannel read"
-msgstr "Ligar leitura de subcanal"
-
-#: ../plugins/peopsxgl/gpu.c:61
-msgid "OpenGL Driver"
-msgstr "Extensão OpenGL"
-
-#: ../plugins/peopsxgl/gpu.c:63
-msgid "Pete Bernert"
-msgstr "Pete Bernert"
-
-#: ../plugins/peopsxgl/gpu.c:64
-msgid ""
-"Based on P.E.Op.S. MesaGL Driver V1.78\n"
-"Coded by Pete Bernert\n"
-msgstr ""
-"Baseada na extensão MesaGL P.E.Op.S. V1.78\n"
-"Programada por Pete Bernert\n"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:118
-msgid "OpenGL Driver configuration"
-msgstr "Configuração da extensão OpenGL"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:138
-msgid "Textures"
-msgstr "Texturas"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:161
-msgid "Quality:"
-msgstr "Qualidade:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:178
-#: ../plugins/peopsxgl/gpucfg/interface.c:191
-msgid "0: don't care - Use driver's default textures"
-msgstr "0: tanto faz - usar textura padrão da placa"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:179
-msgid "1: 4444 - Fast, but less colorful"
-msgstr "1: 4444 - Rápido, mas sem muitas cores"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:180
-msgid "2: 5551 - Nice colors, bad transparency"
-msgstr "2: 5551 - Cores bonitas, transparência ruim"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:181
-msgid "3: 8888 - Best colors, more ram needed"
-msgstr "3: 8888 - Melhor padrão, o que mais usa RAM"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:182
-msgid "4: BGR8888 - Faster on some cards"
-msgstr "4: BGR8888 - Mais rápido em algumas placas"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:193
-msgid "VRam size in MBytes (0..1024, 0=auto):"
-msgstr "Tamanho da VRAM em MBytes (0..1024, 0=automático):"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:210
-#: ../plugins/peopsxgl/gpucfg/interface.c:225
-msgid "0: None"
-msgstr "0: Nenhum"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:211
-msgid "1: Standard - Glitches will happen"
-msgstr "1: Padrão - Problemas vão acontecer"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:212
-msgid "2: Extended - No black borders"
-msgstr "2: Extendido - Sem bordas escuras"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:213
-msgid "3: Standard without sprites - unfiltered 2D"
-msgstr "3: Padrão sem sprites - 2D sem filtro"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:214
-msgid "4: Extended without sprites - unfiltered 2D"
-msgstr "4: Extendido sem sprites - 2D sem filtro"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:215
-msgid "5: Standard + smoothed sprites"
-msgstr "5: Padrão mais sprites filtrados"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:216
-msgid "6: Extended + smoothed sprites"
-msgstr "6: Extendido mais sprites filtrados"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:227
-msgid "Filtering:"
-msgstr "Filtragem:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:235
-msgid "HiRes Tex:"
-msgstr "Textura em alta resolução:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:252
-#: ../plugins/peopsxgl/gpucfg/interface.c:263
-msgid "0: None (standard)"
-msgstr "0: Nenhuma (padrão)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:253
-msgid "1: 2xSaI (much vram needed)"
-msgstr "1: 2xSaI (muita VRAM usada)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:254
-msgid "2: Scaled (needs tex filtering)"
-msgstr "2: Escalonado (precisa ativar filtragem)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:265
-msgid "Window options"
-msgstr "Opções da janela"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:296
-msgid "Width:"
-msgstr "Largura:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:305
-msgid "Height:"
-msgstr "Altura:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:314
-msgid "Keep psx aspect ratio"
-msgstr "Manter proporção do PSX"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:330
-msgid "Dithering"
-msgstr "Colorização"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:346
-msgid "Framerate"
-msgstr "Taxa de FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:369
-msgid "FPS"
-msgstr "FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:377
-msgid "FPS limit manual"
-msgstr "Limite manual de FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:386
-msgid "Show FPS display on startup"
-msgstr "Mostrar taxa de FPS ao iniciar"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:394
-msgid "Use FPS limit"
-msgstr "Usar limite de FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:402
-msgid "FPS limit auto-detection"
-msgstr "Autodetecção do limite de FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:411
-msgid "Use Frame skipping"
-msgstr "Usar pulo de quadros"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:419
-msgid "Compatibility"
-msgstr "Compatibilidade"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:434
-msgid "Advanced blending (Accurate psx color emulation)"
-msgstr "Mesclagem avançada (emulação precisa das cores do PSX)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:442
-msgid "Framebuffer textures:"
-msgstr "Texturas do framebuffer:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:450
-msgid "Offscreen Drawing:"
-msgstr "Desenhos de fora da tela:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:458
-msgid "Framebuffer access:"
-msgstr "Acesso ao framebuffer:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:466
-msgid "Alpha Multipass (correct opaque texture areas)"
-msgstr "Multipassagem dos canais alfa (áreas opacas de texturas corretas)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:474
-msgid "Mask bit detection (needed by a few games, zbuffer)"
-msgstr "Detecção do bit mascarador (necessário para alguns jogos, zbuffer)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:491
-#: ../plugins/peopsxgl/gpucfg/interface.c:504
-msgid "0: None - Fastest, most glitches"
-msgstr "0: Nenhuma - Mais rápido e mais problemas"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:492
-msgid "1: Minimum - Missing screens"
-msgstr "1: Mínimo - Perde algumas telas"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:493
-msgid "2: Standard - OK for most games"
-msgstr "2: Padrão - Bom para a maioria dos jogos"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:494
-msgid "3: Enhanced - Shows more stuff"
-msgstr "3: Aumentado - Mostra mais coisas"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:495
-msgid "4: Extended - Causing garbage"
-msgstr "4: Extendido - Pode causar lixo na tela"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:515
-#: ../plugins/peopsxgl/gpucfg/interface.c:527
-msgid "0: Emulated vram - Needs FVP"
-msgstr "0: VRAM emulada - precisa do FVP"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:516
-msgid "1: Black - Fast, no effects"
-msgstr "1: Preto - Rápido, sem efeitos"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:517
-msgid "2: Gfx card buffer - Can be slow"
-msgstr "2: Usar buffer da placa - Pode ficar lento"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:518
-msgid "3: Gfx card & soft - slow"
-msgstr "3: Placa e software - Lento"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:538
-#: ../plugins/peopsxgl/gpucfg/interface.c:551
-msgid "0: Emulated vram - ok most times"
-msgstr "0: VRAM Emulada - bom na maioria das vezes"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:539
-msgid "1: Gfx card buffer reads"
-msgstr "1: Leitura do buffer da placa"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:540
-msgid "2: Gfx card buffer moves"
-msgstr "2: Escrita no buffer da placa"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:541
-msgid "3: Gfx buffer reads & moves"
-msgstr "3: Leitura e Escrita no buffer da placa"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:542
-msgid "4: Full Software (FVP)"
-msgstr "4: Todo em software (FVP)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:553
-msgid "Special game fixes"
-msgstr "Consertos específicos para jogos"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:576
-msgid "Battle cursor (FF7)"
-msgstr "Cursor da batalha (Final Fantasy 7)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:584
-msgid "Direct FB updates"
-msgstr "Atualização direta do framebuffer"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:592
-msgid "Black brightness (Lunar)"
-msgstr "Brilho no mínimo (Lunar)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:600
-msgid "Swap front detection"
-msgstr "Detecção da inversão frontal"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:608
-msgid "Disable coord check"
-msgstr "Desligar checagem de coordenadas"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:616
-msgid "No blue glitches (LoD)"
-msgstr "Sem sujeira azul (Legend of Dragoon)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:624
-msgid "Soft FB access"
-msgstr "Acesso ao framebuffer por software"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:632
-msgid "PC fps calculation"
-msgstr "Cálculo do FPS feito pelo PC"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:648
-msgid "Yellow rect (FF9)"
-msgstr "Retângulo amarelo (Final Fantasy 9)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:656
-msgid "No subtr. blending"
-msgstr "Sem subtração na mesclagem"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:664
-msgid "Lazy upload (DW7)"
-msgstr "Atualização tardia (Dragon Warrior 7)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:672
-msgid "Odd/even hack"
-msgstr "Hack do ímpar/par"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:680
-msgid "Adjust screen width"
-msgstr "Ajustar largura da tela"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:688
-msgid "Old texture filtering"
-msgstr "Filtragem de textura antiga"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:696
-msgid "Additional uploads"
-msgstr "Envio de dados adicionais"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:704
-msgid "unused"
-msgstr "Não usado"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:712
-msgid "Fake 'gpu busy'"
-msgstr "Imitar estado 'GPU ocupada'"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:720
-msgid "Misc"
-msgstr "Miscelânea"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:743
-msgid "Scanlines"
-msgstr "Scanlines"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:751
-msgid "Blending (0..255, -1=dot):"
-msgstr "Mesclagem (0..255, -1=por ponto):"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:759
-msgid "Screen smoothing (can be slow or unsupported)"
-msgstr "Filtragem da tela inteira (pode ser lenta ou não suportada)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:767
-msgid "Use OpenGL extensions (recommended)"
-msgstr "Usar extensões OpenGL (recomendado)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:775
-msgid "Polygon anti-aliasing (slow with most cards)"
-msgstr "Anti-aliasing de polígonos (lento com a maioria das placas)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:783
-msgid "Line mode (polygons will not get filled)"
-msgstr "Modo de linhas (polígonos não serão tratados)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:791
-msgid "Force 15 bit framebuffer updates (faster movies)"
-msgstr "Forçar atualizações do framebuffer em 15 bit (filmes mais rápidos)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:799
-msgid "Unfiltered MDECs (small movie speedup)"
-msgstr "MDECs sem filtragem (pequeno ganho de velocidade nos filmes)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:852
-msgid "Adapted from P.E.Op.S OpenGL GPU by Pete Bernert"
-msgstr "Adaptado da extensão de GPU OpenGL P.E.Op.S por Pete Bernert"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:861
-msgid "Homepage: http://www.pbernert.com"
-msgstr "Página: http://www.pbernert.com"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:879
-msgid "Version: 1.78"
-msgstr "Versão: 1.78"
-
-#: ../plugins/dfinput/cfg-gtk2.c:48
-msgid "D-Pad Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:49
-msgid "D-Pad Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:50
-msgid "D-Pad Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:51
-msgid "D-Pad Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:52
-msgid "Cross"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:53
-msgid "Circle"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:54
-msgid "Square"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:55
-msgid "Triangle"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:56
-msgid "L1"
-msgstr "L1"
-
-#: ../plugins/dfinput/cfg-gtk2.c:57
-msgid "R1"
-msgstr "R1"
-
-#: ../plugins/dfinput/cfg-gtk2.c:58
-msgid "L2"
-msgstr "L2"
-
-#: ../plugins/dfinput/cfg-gtk2.c:59
-msgid "R2"
-msgstr "R2"
-
-#: ../plugins/dfinput/cfg-gtk2.c:60
-msgid "Select"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:61
-msgid "Start"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:62
-msgid "L3"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:63
-msgid "R3"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:67
-msgid "L-Stick Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:68
-msgid "L-Stick Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:69
-msgid "L-Stick Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:70
-msgid "L-Stick Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:71
-msgid "R-Stick Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:72
-msgid "R-Stick Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:73
-msgid "R-Stick Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:74
-msgid "R-Stick Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Centered"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Rightup"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Rightdown"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Leftup"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:105 ../plugins/dfinput/cfg-gtk2.c:144
-msgid "Leftdown"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:109 ../plugins/dfinput/cfg-gtk2.c:148
-#, c-format
-msgid "Joystick: Button %d"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:113 ../plugins/dfinput/cfg-gtk2.c:152
-#, c-format
-msgid "Joystick: Axis %d%c"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:118 ../plugins/dfinput/cfg-gtk2.c:157
-#, c-format
-msgid "Joystick: Hat %d %s"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:133 ../plugins/dfinput/cfg-gtk2.c:172
-msgid "Keyboard:"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:137 ../plugins/dfinput/cfg-gtk2.c:176
-msgid "(Not Set)"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:539
-msgid "None"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:581
-msgid "Gamepad/Keyboard Input Configuration"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:587 ../plugins/dfinput/cfg-gtk2.c:607
-msgid "Key"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:593 ../plugins/dfinput/cfg-gtk2.c:613
-msgid "Button"
-msgstr ""
-
-#: ../plugins/dfinput/pad.c:22
-msgid "Gamepad/Keyboard Input"
-msgstr "Entrada do gamepad ou teclado"
-
-#: ../plugins/dfinput/dfinput.glade2:35 ../plugins/dfinput/dfinput.glade2:232
-msgid "Device:"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:66 ../plugins/dfinput/dfinput.glade2:263
-msgid "Type:"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:78 ../plugins/dfinput/dfinput.glade2:275
-msgid ""
-"Digital Pad\n"
-"Analog Pad"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:149 ../plugins/dfinput/dfinput.glade2:346
-msgid "Change"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:185 ../plugins/dfinput/dfinput.glade2:382
-msgid "Reset"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:210
-msgid "Controller 1"
-msgstr "Controle 1"
-
-#: ../plugins/dfinput/dfinput.glade2:412
-msgid "Controller 2"
-msgstr "Controle 2"
-
-#: ../plugins/dfinput/dfinput.glade2:427
-msgid "Multi-Threaded (Recommended)"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.c:23
-#, fuzzy
-msgid "Socket Driver"
-msgstr "Extensão SoftGL"
-
-#: ../plugins/dfnet/dfnet.c:161
-#, fuzzy, c-format
-msgid "error connecting to %s: %s\n"
-msgstr "Erro carregando \"%s\": \"%s\""
-
-#: ../plugins/dfnet/dfnet.c:186
-#, fuzzy
-msgid "Error allocating memory!\n"
-msgstr "Erro ao alocar memória!"
-
-#: ../plugins/dfnet/gui.c:39
-msgid "Nothing to configure"
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:95
-#, c-format
-msgid "IP %s"
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:165
-msgid "Waiting for connection..."
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:168
-msgid "The Client should now Start a Connection, waiting..."
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:23
-msgid ""
-"Select here if you'll be Server (Player1) or Client (Player2).\n"
-"\n"
-"If you select Server you must Copy your IP address to the Clipboard and "
-"paste if (Ctrl+V) wherever the Client can see it.\n"
-"\n"
-"If you selected Client please enter the IP address the Server gave to you in "
-"the IP Address Control."
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:63
-msgid "Copy PC IP to Clipboard"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:94
-msgid "Server (Player1)"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:104
-msgid "Client (Player2)"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:130
-msgid ""
-"Do not change if not necessary (remember it must be changed on both sides)."
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:143
-msgid "Port Number"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:202
-msgid "Start Game"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.glade2:240
-msgid "Play Offline"
-msgstr ""
-
-#~ msgid "Error Closing PAD1 Plugin"
-#~ msgstr "Erro ao fechar a extensão do controle 1!"
-
-#~ msgid "Error Closing PAD2 Plugin"
-#~ msgstr "Erro ao fechar a extensão do controle 2!"
-
-#~ msgid "Internal HLE Bios"
-#~ msgstr "BIOS HLE interna"
-
-#, fuzzy
-#~ msgid "Dump Memory..."
-#~ msgstr "&Cartões de memória..."
-
-#~ msgid ""
-#~ "(C) 1999-2003 PCSX Team\n"
-#~ "(C) 2005-2006 Ryan Schultz\n"
-#~ "(C) 2005-2006 Andrew Burton\n"
-#~ "(C) 2008-2009 Wei Mingzhi"
-#~ msgstr ""
-#~ "(C) 1999-2003 Equipe do PCSX\n"
-#~ "(C) 2005-2006 Ryan Schultz\n"
-#~ "(C) 2005-2006 Andrew Burton\n"
-#~ "(C) 2008-2009 Wei Mingzhi"
+msgid ""
+msgstr ""
+"Project-Id-Version: pcsx-df\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-07-10 14:04+0800\n"
+"PO-Revision-Date: 2009-11-28 23:57+0700\n"
+"Last-Translator: Wei Mingzhi <whistler@openoffice.org>\n"
+"Language-Team: PoBRE <romhackers@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.2\n"
+
+#: ../win32/gui/AboutDlg.c:26
+msgid ""
+"PCSX - A PlayStation Emulator\n"
+"\n"
+"Original Authors:\n"
+"main coder: linuzappz\n"
+"co-coders: shadow\n"
+"ex-coders: Nocomp, Pete Bernett, nik3d\n"
+"Webmaster: AkumaX"
+msgstr ""
+"PCSX - Um Emulador de PlayStation\n"
+"\n"
+"Autores Originais:\n"
+"Programador principal: linuzappz\n"
+"Programador auxiliar: shadow\n"
+"Ex-programadores: Nocomp, Pete Bernett, nik3d\n"
+"Webmaster: AkumaX"
+
+#: ../win32/gui/AboutDlg.c:35
+#, fuzzy
+msgid ""
+"PCSX-df Authors:\n"
+"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
+"Marcus Comstedt, Stefan Sikora\n"
+"\n"
+"PCSX-Reloaded By:\n"
+"Blade_Arma, Wei Mingzhi, et al.\n"
+"\n"
+"http://pcsxr.codeplex.com/"
+msgstr ""
+"Autores do PCSX-df:\n"
+"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
+"Marcus Comstedt, Stefan Sikora\n"
+"\n"
+"PCSX Reloaded por:\n"
+"Wei Mingzhi\n"
+"\n"
+"http://www.codeplex.com/pcsxr"
+
+#: ../win32/gui/AboutDlg.c:46 ../plugins/peopsxgl/gpucfg/interface.c:831
+msgid "About"
+msgstr "Sobre"
+
+#: ../win32/gui/AboutDlg.c:48 ../win32/gui/AboutDlg.c:52
+#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119
+#: ../win32/gui/ConfigurePlugins.c:483 ../win32/gui/ConfigurePlugins.c:614
+#: ../win32/gui/WndMain.c:974 ../win32/gui/WndMain.c:1210
+#: ../plugins/peopsxgl/gpucfg/interface.c:130
+#: ../plugins/peopsxgl/gpucfg/interface.c:843
+msgid "OK"
+msgstr "OK"
+
+#: ../win32/gui/AboutDlg.c:49
+msgid "PCSX EMU\n"
+msgstr "EMULADOR PCSX\n"
+
+#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
+#: ../win32/gui/CheatDlg.c:270
+msgid "Yes"
+msgstr "Sim"
+
+#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
+#: ../win32/gui/CheatDlg.c:270
+msgid "No"
+msgstr "Não"
+
+#: ../win32/gui/CheatDlg.c:66 ../gui/Cheat.c:194
+msgid "Edit Cheat"
+msgstr "Editar Trapaça"
+
+#: ../win32/gui/CheatDlg.c:67 ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:636
+msgid "Description:"
+msgstr "Descrição:"
+
+#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:125
+#: ../gui/Cheat.c:211
+msgid "Cheat Code:"
+msgstr "Código de Trapaça:"
+
+#: ../win32/gui/CheatDlg.c:70 ../win32/gui/CheatDlg.c:120
+#: ../win32/gui/ConfigurePlugins.c:484 ../win32/gui/ConfigurePlugins.c:615
+#: ../win32/gui/WndMain.c:975 ../win32/gui/WndMain.c:1211
+#: ../plugins/peopsxgl/gpucfg/interface.c:338
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: ../win32/gui/CheatDlg.c:91 ../win32/gui/CheatDlg.c:132 ../gui/Cheat.c:155
+#: ../gui/Cheat.c:251
+msgid "Invalid cheat code!"
+msgstr "Código de trapaça inválido!"
+
+#: ../win32/gui/CheatDlg.c:116 ../gui/Cheat.c:109
+msgid "Add New Cheat"
+msgstr "Adicionar nova Trapaça"
+
+#: ../win32/gui/CheatDlg.c:166 ../data/pcsx.glade2:2534
+msgid "Edit Cheat Codes"
+msgstr "Editar Códigos de Trapaça"
+
+#: ../win32/gui/CheatDlg.c:168
+msgid "&Add Code"
+msgstr "&Adicionar código"
+
+#: ../win32/gui/CheatDlg.c:169
+msgid "&Edit Code"
+msgstr "&Editar trapaça"
+
+#: ../win32/gui/CheatDlg.c:170
+msgid "&Remove Code"
+msgstr "&Remover trapaça"
+
+#: ../win32/gui/CheatDlg.c:171
+msgid "&Enable/Disable"
+msgstr "Ativar ou desativar"
+
+#: ../win32/gui/CheatDlg.c:172
+msgid "&Load..."
+msgstr "&Carregar..."
+
+#: ../win32/gui/CheatDlg.c:173
+msgid "&Save As..."
+msgstr "&Salvar como..."
+
+#: ../win32/gui/CheatDlg.c:174
+msgid "&Close"
+msgstr "&Fechar"
+
+#: ../win32/gui/CheatDlg.c:185 ../gui/Cheat.c:413
+msgid "Description"
+msgstr "Descrição"
+
+#: ../win32/gui/CheatDlg.c:190
+msgid "Enabled"
+msgstr "Ligado"
+
+#: ../win32/gui/CheatDlg.c:282 ../win32/gui/CheatDlg.c:311
+msgid "PCSX Cheat Code Files"
+msgstr "Arquivos de trapaça do PCSX"
+
+#: ../win32/gui/CheatDlg.c:402
+msgid "Equal Value"
+msgstr "Valores igual à"
+
+#: ../win32/gui/CheatDlg.c:403
+msgid "Not Equal Value"
+msgstr "Valores diferente de"
+
+#: ../win32/gui/CheatDlg.c:404
+msgid "Range"
+msgstr "Intervalo"
+
+#: ../win32/gui/CheatDlg.c:407
+msgid "Increased By"
+msgstr "Somado por"
+
+#: ../win32/gui/CheatDlg.c:408
+msgid "Decreased By"
+msgstr "Subtraído por"
+
+#: ../win32/gui/CheatDlg.c:409
+msgid "Increased"
+msgstr "Maiores"
+
+#: ../win32/gui/CheatDlg.c:410
+msgid "Decreased"
+msgstr "Menores"
+
+#: ../win32/gui/CheatDlg.c:411
+msgid "Different"
+msgstr "Diferentes"
+
+#: ../win32/gui/CheatDlg.c:412
+msgid "No Change"
+msgstr "Sem mudanças"
+
+#: ../win32/gui/CheatDlg.c:448 ../gui/Cheat.c:585
+msgid "Enter the values and start your search."
+msgstr "Digite algum número para começar a pesquisa."
+
+#: ../win32/gui/CheatDlg.c:453
+msgid "No addresses found."
+msgstr "Nenhum endereço encontrado com esse número."
+
+#: ../win32/gui/CheatDlg.c:457 ../gui/Cheat.c:543
+msgid "Too many addresses found."
+msgstr "Muitos endereços encontrados com esse número, refine a pesquisa."
+
+#: ../win32/gui/CheatDlg.c:466 ../gui/Cheat.c:552
+#, c-format
+msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
+msgstr "%.8X Atual: %u (%.2X), Anterior: %u (%.2X)"
+
+#: ../win32/gui/CheatDlg.c:471 ../gui/Cheat.c:557
+#, c-format
+msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
+msgstr "%.8X Atual: %u (%.4X), Anterior: %u (%.4X)"
+
+#: ../win32/gui/CheatDlg.c:476 ../gui/Cheat.c:562
+#, c-format
+msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
+msgstr "%.8X Atual: %u (%.8X), Anterior: %u (%.8X)"
+
+#: ../win32/gui/CheatDlg.c:492 ../gui/Cheat.c:577
+#, c-format
+msgid "Founded Addresses: %d"
+msgstr "Endereços com o número: %d"
+
+#: ../win32/gui/CheatDlg.c:504 ../data/pcsx.glade2:2930
+msgid "Freeze"
+msgstr "Parar"
+
+#: ../win32/gui/CheatDlg.c:505 ../win32/gui/CheatDlg.c:596
+msgid "Address:"
+msgstr "Endereço:"
+
+#: ../win32/gui/CheatDlg.c:506 ../win32/gui/CheatDlg.c:597
+#: ../win32/gui/CheatDlg.c:682 ../gui/Cheat.c:647 ../data/pcsx.glade2:2773
+msgid "Value:"
+msgstr "Valor:"
+
+#: ../win32/gui/CheatDlg.c:566
+#, c-format
+msgid "Freeze %.8X"
+msgstr "Parar %.8X"
+
+#: ../win32/gui/CheatDlg.c:595 ../data/pcsx.glade2:2966
+msgid "Modify"
+msgstr "Modificar"
+
+#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:1129 ../data/pcsx.glade2:2703
+msgid "Cheat Search"
+msgstr "Procurar por trapaça"
+
+#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2751
+msgid "Search For:"
+msgstr "Buscar por:"
+
+#: ../win32/gui/CheatDlg.c:681 ../data/pcsx.glade2:2761
+msgid "Data Type:"
+msgstr "Tipo de dados:"
+
+#: ../win32/gui/CheatDlg.c:683 ../data/pcsx.glade2:2785
+msgid "Data Base:"
+msgstr "Banco de dados:"
+
+#: ../win32/gui/CheatDlg.c:684 ../data/pcsx.glade2:2845
+msgid "To:"
+msgstr "Para:"
+
+#: ../win32/gui/CheatDlg.c:685
+msgid "&Freeze"
+msgstr "&Parar"
+
+#: ../win32/gui/CheatDlg.c:686
+msgid "&Modify"
+msgstr "&Modificar"
+
+#: ../win32/gui/CheatDlg.c:687
+msgid "&Copy"
+msgstr "&Copiar"
+
+#: ../win32/gui/CheatDlg.c:688
+msgid "&Search"
+msgstr "&Buscar"
+
+#: ../win32/gui/CheatDlg.c:689
+msgid "&New Search"
+msgstr "&Nova busca"
+
+#: ../win32/gui/CheatDlg.c:690
+msgid "C&lose"
+msgstr "Fe&char"
+
+#: ../win32/gui/CheatDlg.c:692
+msgid "8-bit"
+msgstr "8-bit"
+
+#: ../win32/gui/CheatDlg.c:693
+msgid "16-bit"
+msgstr "16-bit"
+
+#: ../win32/gui/CheatDlg.c:694
+msgid "32-bit"
+msgstr "32-bit"
+
+#: ../win32/gui/CheatDlg.c:695
+msgid "Decimal"
+msgstr "Decimal"
+
+#: ../win32/gui/CheatDlg.c:696
+msgid "Hexadecimal"
+msgstr "Hexadecimal"
+
+#: ../win32/gui/ConfigurePlugins.c:219
+msgid "Simulate Psx Bios"
+msgstr ""
+
+#: ../win32/gui/ConfigurePlugins.c:305
+msgid "Configuration not OK!"
+msgstr "Não configurou corretamente!"
+
+#: ../win32/gui/ConfigurePlugins.c:305 ../gui/Cheat.c:155 ../gui/Cheat.c:251
+#: ../gui/LnxMain.c:418
+msgid "Error"
+msgstr "Erro"
+
+#: ../win32/gui/ConfigurePlugins.c:406
+msgid "This plugin reports that should work correctly"
+msgstr "Esta extensão informou que deve funcionar corretamente."
+
+#: ../win32/gui/ConfigurePlugins.c:407
+msgid "This plugin reports that should not work correctly"
+msgstr "Esta extensão informou que não deve funcionar corretamente."
+
+#: ../win32/gui/ConfigurePlugins.c:463
+msgid "Select Plugins Directory"
+msgstr "Escolha o diretório das extensões"
+
+#: ../win32/gui/ConfigurePlugins.c:472
+msgid "Select Bios Directory"
+msgstr "Escolha o diretório da BIOS"
+
+#: ../win32/gui/ConfigurePlugins.c:481
+msgid "Configuration"
+msgstr "Configuração"
+
+#: ../win32/gui/ConfigurePlugins.c:485
+msgid "Graphics"
+msgstr "Gráficos"
+
+#: ../win32/gui/ConfigurePlugins.c:486
+msgid "First Controller"
+msgstr "Controle 1"
+
+#: ../win32/gui/ConfigurePlugins.c:487
+msgid "Second Controller"
+msgstr "Controle 2"
+
+#: ../win32/gui/ConfigurePlugins.c:488
+msgid "Sound"
+msgstr "Áudio"
+
+#: ../win32/gui/ConfigurePlugins.c:489
+msgid "Cdrom"
+msgstr "CDROM"
+
+#: ../win32/gui/ConfigurePlugins.c:490
+msgid "Bios"
+msgstr "BIOS"
+
+#: ../win32/gui/ConfigurePlugins.c:491
+msgid "Set Bios Directory"
+msgstr "Escolher o diretório da BIOS"
+
+#: ../win32/gui/ConfigurePlugins.c:492
+msgid "Set Plugins Directory"
+msgstr "Escolher o diretório das extensões"
+
+#: ../win32/gui/ConfigurePlugins.c:493 ../win32/gui/ConfigurePlugins.c:496
+#: ../win32/gui/ConfigurePlugins.c:499 ../win32/gui/ConfigurePlugins.c:502
+#: ../win32/gui/ConfigurePlugins.c:505 ../win32/gui/ConfigurePlugins.c:617
+msgid "Configure..."
+msgstr "Configurar..."
+
+#: ../win32/gui/ConfigurePlugins.c:494 ../win32/gui/ConfigurePlugins.c:497
+#: ../win32/gui/ConfigurePlugins.c:500 ../win32/gui/ConfigurePlugins.c:503
+#: ../win32/gui/ConfigurePlugins.c:506 ../win32/gui/ConfigurePlugins.c:618
+msgid "Test..."
+msgstr "Testar..."
+
+#: ../win32/gui/ConfigurePlugins.c:495 ../win32/gui/ConfigurePlugins.c:498
+#: ../win32/gui/ConfigurePlugins.c:501 ../win32/gui/ConfigurePlugins.c:504
+#: ../win32/gui/ConfigurePlugins.c:507 ../win32/gui/ConfigurePlugins.c:619
+msgid "About..."
+msgstr "Sobre..."
+
+#: ../win32/gui/ConfigurePlugins.c:612
+msgid "NetPlay Configuration"
+msgstr "Configuração do jogo em rede"
+
+#: ../win32/gui/ConfigurePlugins.c:616 ../plugins/dfnet/gui.c:31
+#: ../plugins/dfnet/gui.c:112
+msgid "NetPlay"
+msgstr "Jogo em rede"
+
+#: ../win32/gui/ConfigurePlugins.c:620
+msgid ""
+"Note: The NetPlay Plugin Directory should be the same as the other Plugins."
+msgstr ""
+"Observação: o diretório da extensão de jogo em rede deve ser o mesmo que "
+"odas outras extensões."
+
+#: ../win32/gui/plugin.c:90 ../win32/gui/WndMain.c:281
+#, c-format
+msgid "*PCSX*: Saved State %d"
+msgstr "PCSX: Estado \"%d\" salvo."
+
+#: ../win32/gui/plugin.c:91 ../win32/gui/WndMain.c:282
+#, c-format
+msgid "*PCSX*: Error Saving State %d"
+msgstr "PCSX: Erro ao salvar o estado \"%d\"!"
+
+#: ../win32/gui/plugin.c:107 ../win32/gui/WndMain.c:259
+#, c-format
+msgid "*PCSX*: Loaded State %d"
+msgstr "PCSX: Estado \"%d\" carregado."
+
+#: ../win32/gui/plugin.c:108 ../win32/gui/WndMain.c:260
+#, c-format
+msgid "*PCSX*: Error Loading State %d"
+msgstr "PCSX: Erro ao carregar o estado \"%d\"!"
+
+#: ../win32/gui/plugin.c:119
+#, c-format
+msgid "*PCSX*: Sio Irq Always Enabled"
+msgstr "PCSX: IRQ SIO sempre ativada."
+
+#: ../win32/gui/plugin.c:120
+#, c-format
+msgid "*PCSX*: Sio Irq Not Always Enabled"
+msgstr "PCSX: IRQ SIO nem sempre ativada."
+
+#: ../win32/gui/plugin.c:127
+#, c-format
+msgid "*PCSX*: Black&White Mdecs Only Enabled"
+msgstr "PCSX: Mdecs apenas em preto e branco."
+
+#: ../win32/gui/plugin.c:128
+#, c-format
+msgid "*PCSX*: Black&White Mdecs Only Disabled"
+msgstr "PCSX: Mdecs coloridas."
+
+#: ../win32/gui/plugin.c:135
+#, c-format
+msgid "*PCSX*: Xa Enabled"
+msgstr "PCSX: XA Ligado."
+
+#: ../win32/gui/plugin.c:136
+#, c-format
+msgid "*PCSX*: Xa Disabled"
+msgstr "PCSX: XA Desligado."
+
+#: ../win32/gui/plugin.c:145
+msgid "*PCSX*: CdRom Case Opened"
+msgstr "PCSX: Bandeja do CDROM aberta."
+
+#: ../win32/gui/plugin.c:150
+msgid "*PCSX*: CdRom Case Closed"
+msgstr "PCSX: Bandeja do CDROM fechada."
+
+#: ../win32/gui/plugin.c:177
+msgid "Connecting..."
+msgstr "Conectando..."
+
+#: ../win32/gui/plugin.c:179 ../win32/gui/plugin.c:186
+#, c-format
+msgid "Please wait while connecting... %c\n"
+msgstr "Por favor, espere enquanto o emulador se conecta... %c\n"
+
+#: ../win32/gui/plugin.c:214
+msgid "Error Opening CDR Plugin"
+msgstr "Erro ao abrir a extensão de CDROM!"
+
+#: ../win32/gui/plugin.c:277
+#, c-format
+msgid "Error Opening GPU Plugin (%d)"
+msgstr "Erro ao abrir a extensão de GPU (%d)!"
+
+#: ../win32/gui/plugin.c:279
+#, c-format
+msgid "Error Opening SPU Plugin (%d)"
+msgstr "Erro ao abrir a extensão de SPU (%d)!"
+
+#: ../win32/gui/plugin.c:282
+#, c-format
+msgid "Error Opening PAD1 Plugin (%d)"
+msgstr "Erro ao abrir a extensão do controle 1 (%d)!"
+
+#: ../win32/gui/plugin.c:284
+#, c-format
+msgid "Error Opening PAD2 Plugin (%d)"
+msgstr "Erro ao abrir a extensão do controle 2 (%d)!"
+
+#: ../win32/gui/plugin.c:314
+msgid "Error Closing CDR Plugin"
+msgstr "Erro ao fechar a extensão de CDROM!"
+
+#: ../win32/gui/plugin.c:316
+msgid "Error Closing GPU Plugin"
+msgstr "Erro ao fechar a extensão de GPU!"
+
+#: ../win32/gui/plugin.c:318
+msgid "Error Closing SPU Plugin"
+msgstr "Erro ao fechar a extensão de SPU!"
+
+#: ../win32/gui/plugin.c:336
+#, c-format
+msgid "CDRinit error: %d"
+msgstr "Erro ao iniciar o CDROM: %d"
+
+#: ../win32/gui/plugin.c:338
+#, c-format
+msgid "GPUinit error: %d"
+msgstr "Erro ao iniciar a GPU: %d"
+
+#: ../win32/gui/plugin.c:340
+#, c-format
+msgid "SPUinit error: %d"
+msgstr "Erro ao iniciar a SPU: %d"
+
+#: ../win32/gui/plugin.c:342
+#, c-format
+msgid "PAD1init error: %d"
+msgstr "Erro ao iniciar o controle 1: %d"
+
+#: ../win32/gui/plugin.c:344
+#, c-format
+msgid "PAD2init error: %d"
+msgstr "Erro ao iniciar o controle 2: %d"
+
+#: ../win32/gui/plugin.c:347
+#, c-format
+msgid "NETinit error: %d"
+msgstr "Erro ao iniciar a rede: %d"
+
+#: ../win32/gui/WndMain.c:76
+msgid "Arabic"
+msgstr "Arábico"
+
+#: ../win32/gui/WndMain.c:77
+msgid "Catalan"
+msgstr "Catalão"
+
+#: ../win32/gui/WndMain.c:78
+msgid "German"
+msgstr "Alemão"
+
+#: ../win32/gui/WndMain.c:79
+msgid "Greek"
+msgstr "Grego"
+
+#: ../win32/gui/WndMain.c:80 ../win32/gui/WndMain.c:1566
+#: ../win32/gui/WndMain.c:1568
+msgid "English"
+msgstr "Inglês"
+
+#: ../win32/gui/WndMain.c:81
+msgid "Spanish"
+msgstr "Espanhol"
+
+#: ../win32/gui/WndMain.c:82
+msgid "French"
+msgstr "Francês"
+
+#: ../win32/gui/WndMain.c:83
+msgid "Italian"
+msgstr "Italiano"
+
+#: ../win32/gui/WndMain.c:84
+msgid "Portuguese"
+msgstr "Português"
+
+#: ../win32/gui/WndMain.c:85
+#, fuzzy
+msgid "Portuguese (Brazilian)"
+msgstr "Português"
+
+#: ../win32/gui/WndMain.c:86
+msgid "Romanian"
+msgstr "Romeno"
+
+#: ../win32/gui/WndMain.c:87
+msgid "Russian"
+msgstr "Russo"
+
+#: ../win32/gui/WndMain.c:88
+msgid "Simplified Chinese"
+msgstr "Chinês Simplificado"
+
+#: ../win32/gui/WndMain.c:89
+msgid "Traditional Chinese"
+msgstr "Chinês Tradicional"
+
+#: ../win32/gui/WndMain.c:90
+msgid "Japanese"
+msgstr "Japonês"
+
+#: ../win32/gui/WndMain.c:91
+msgid "Korean"
+msgstr "Coreano"
+
+#: ../win32/gui/WndMain.c:300 ../win32/gui/WndMain.c:352
+msgid "PCSX State Format"
+msgstr "Formato dos estados salvos do PCSX"
+
+#: ../win32/gui/WndMain.c:327
+#, c-format
+msgid "*PCSX*: Loaded State %s"
+msgstr "PCSX: Arquivo de estado \"%s\" carregado."
+
+#: ../win32/gui/WndMain.c:328
+#, c-format
+msgid "*PCSX*: Error Loading State %s"
+msgstr "PCSX: Erro ao carregar o arquivo de estado \"%s\"!"
+
+#: ../win32/gui/WndMain.c:379
+#, c-format
+msgid "*PCSX*: Saved State %s"
+msgstr "PCSX: Arquivo de estado \"%s\" salvo."
+
+#: ../win32/gui/WndMain.c:380
+#, c-format
+msgid "*PCSX*: Error Saving State %s"
+msgstr "PCSX: Erro ao salvar o arquivo de estado \"%s\"!"
+
+#: ../win32/gui/WndMain.c:429 ../win32/gui/WndMain.c:478 ../gui/Gtk2Gui.c:485
+#: ../gui/Gtk2Gui.c:610
+msgid "The CD does not appear to be a valid Playstation CD"
+msgstr "Esse CD não parece ser um CD de PlayStation!"
+
+#: ../win32/gui/WndMain.c:435 ../win32/gui/WndMain.c:484 ../gui/Gtk2Gui.c:493
+#: ../gui/Gtk2Gui.c:618
+msgid "Could not load CD-ROM!"
+msgstr "Não pôde carregar o CDROM!"
+
+#: ../win32/gui/WndMain.c:445
+msgid "Running BIOS is not supported with Internal HLE Bios."
+msgstr "Iniciar pela BIOS não é suportado com a BIOS HLE interna."
+
+#: ../win32/gui/WndMain.c:664 ../gui/MemcardDlg.c:62
+msgid "Title"
+msgstr "Título"
+
+#: ../win32/gui/WndMain.c:670 ../gui/MemcardDlg.c:68
+msgid "Status"
+msgstr "Estado"
+
+#: ../win32/gui/WndMain.c:676
+msgid "Game ID"
+msgstr "ID do Jogo"
+
+#: ../win32/gui/WndMain.c:682
+msgid "Game"
+msgstr "Jogo"
+
+#: ../win32/gui/WndMain.c:864
+msgid "mid link block"
+msgstr "bloco de ligação intermediário"
+
+#: ../win32/gui/WndMain.c:867
+msgid "terminiting link block"
+msgstr "bloco final da ligação"
+
+#: ../win32/gui/WndMain.c:875 ../gui/MemcardDlg.c:155 ../gui/MemcardDlg.c:260
+msgid "Deleted"
+msgstr "Apagado"
+
+#: ../win32/gui/WndMain.c:876 ../win32/gui/WndMain.c:879
+#: ../gui/MemcardDlg.c:157 ../gui/MemcardDlg.c:161 ../gui/MemcardDlg.c:262
+#: ../gui/MemcardDlg.c:266
+msgid "Free"
+msgstr "Liberado"
+
+#: ../win32/gui/WndMain.c:878 ../gui/MemcardDlg.c:159 ../gui/MemcardDlg.c:264
+msgid "Used"
+msgstr "Usado"
+
+#: ../win32/gui/WndMain.c:972
+msgid "Memcard Manager"
+msgstr "Gerenciador de cartões de memória"
+
+#: ../win32/gui/WndMain.c:976 ../win32/gui/WndMain.c:979
+msgid "Select Mcd"
+msgstr "Selecionar cartão"
+
+#: ../win32/gui/WndMain.c:977 ../win32/gui/WndMain.c:980
+msgid "Format Mcd"
+msgstr "Formatar cartão"
+
+#: ../win32/gui/WndMain.c:978 ../win32/gui/WndMain.c:981
+msgid "Reload Mcd"
+msgstr "Reiniciar cartão"
+
+#: ../win32/gui/WndMain.c:982
+msgid "-> Copy ->"
+msgstr "-> Copiar ->"
+
+#: ../win32/gui/WndMain.c:983
+msgid "<- Copy <-"
+msgstr "<- Copiar <-"
+
+#: ../win32/gui/WndMain.c:984
+msgid "Paste"
+msgstr "Colar"
+
+#: ../win32/gui/WndMain.c:985
+msgid "<- Un/Delete"
+msgstr "<- Apagar/Desfazer"
+
+#: ../win32/gui/WndMain.c:986
+msgid "Un/Delete ->"
+msgstr "Apagar/Desfazer ->"
+
+#: ../win32/gui/WndMain.c:988
+msgid "Memory Card 1"
+msgstr "Cartão de memória 1"
+
+#: ../win32/gui/WndMain.c:989
+msgid "Memory Card 2"
+msgstr "Cartão de memória 2"
+
+#: ../win32/gui/WndMain.c:1044
+msgid "Are you sure you want to paste this selection?"
+msgstr "Você tem certeza que quer colar o selecionado?"
+
+#: ../win32/gui/WndMain.c:1044 ../win32/gui/WndMain.c:1155
+#: ../win32/gui/WndMain.c:1162
+msgid "Confirmation"
+msgstr "Confirmação"
+
+#: ../win32/gui/WndMain.c:1155 ../win32/gui/WndMain.c:1162
+msgid "Are you sure you want to format this Memory Card?"
+msgstr "Você tem certeza que quer formatar esse Cartão de Memória?"
+
+#: ../win32/gui/WndMain.c:1208
+msgid "Cpu Config"
+msgstr "Configuração da CPU"
+
+#: ../win32/gui/WndMain.c:1213
+msgid "Disable Xa Decoding"
+msgstr "Desativar decodificação de XA"
+
+#: ../win32/gui/WndMain.c:1214
+msgid "Sio Irq Always Enabled"
+msgstr "IRQ SIO sempre ativado"
+
+#: ../win32/gui/WndMain.c:1215
+msgid "Black && White Movies"
+msgstr "Filmes em preto e branco"
+
+#: ../win32/gui/WndMain.c:1216
+msgid "Disable Cd audio"
+msgstr "Desativar áudio de CD"
+
+#: ../win32/gui/WndMain.c:1217 ../data/pcsx.glade2:1595
+msgid "Autodetect"
+msgstr "Detectar Automaticamente"
+
+#: ../win32/gui/WndMain.c:1218
+msgid "Enable Interpreter Cpu"
+msgstr "Ativar interpretador da CPU"
+
+#: ../win32/gui/WndMain.c:1219 ../data/pcsx.glade2:1451
+msgid "Enable Console Output"
+msgstr "Ativar saída no terminal"
+
+#: ../win32/gui/WndMain.c:1220 ../data/pcsx.glade2:1401
+msgid "Enable Debugger"
+msgstr "Ligar debugger"
+
+#: ../win32/gui/WndMain.c:1221
+msgid "Spu Irq Always Enabled"
+msgstr "IRQ da SPU sempre ligada"
+
+#: ../win32/gui/WndMain.c:1222 ../data/pcsx.glade2:1538
+msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
+msgstr "Correção para Parasite Eve 2, Vandal Hearts..."
+
+#: ../win32/gui/WndMain.c:1223 ../data/pcsx.glade2:1553
+msgid "InuYasha Sengoku Battle Fix"
+msgstr "Correção para InuYasha, Sengoku Battle..."
+
+#: ../win32/gui/WndMain.c:1225
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:277
+#: ../plugins/dfinput/dfinput.glade2:448
+msgid "Options"
+msgstr "Opções"
+
+#: ../win32/gui/WndMain.c:1226
+msgid "Psx System Type"
+msgstr "Tipo de sistema do PSX"
+
+#: ../win32/gui/WndMain.c:1330
+msgid "Psx Mcd Format (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
+msgstr "Qualquer formato (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
+
+#: ../win32/gui/WndMain.c:1335
+msgid "Psx Memory Card (*.mcr;*.mc)"
+msgstr "Cartão de memória binário (*.mcr;*.mc)"
+
+#: ../win32/gui/WndMain.c:1340
+msgid "CVGS Memory Card (*.mem;*.vgs)"
+msgstr "Cartão de memória do CVGS (*.mem;*.vgs)"
+
+#: ../win32/gui/WndMain.c:1345
+msgid "Bleem Memory Card (*.mcd)"
+msgstr "Cartão de memória do Bleem (*.mcd)"
+
+#: ../win32/gui/WndMain.c:1350
+msgid "DexDrive Memory Card (*.gme)"
+msgstr "Cartão de memória do DexDrive (*.gme)"
+
+#: ../win32/gui/WndMain.c:1355
+msgid "DataDeck Memory Card (*.ddf)"
+msgstr "Cartão de memória do DataDeck (*.ddf)"
+
+#: ../win32/gui/WndMain.c:1360 ../win32/gui/WndMain.c:1441 ../gui/Cheat.c:321
+#: ../gui/Gtk2Gui.c:422 ../gui/Gtk2Gui.c:561
+msgid "All Files"
+msgstr "Todos os arquivos"
+
+#: ../win32/gui/WndMain.c:1399
+msgid "Psx Exe Format"
+msgstr "Formato executável do PSX"
+
+#: ../win32/gui/WndMain.c:1436
+msgid "Psx Isos (*.iso;*.mdf;*.img;*.bin)"
+msgstr "Imagens de CD (*.iso;*.mdf;*.img;*.bin)"
+
+#: ../win32/gui/WndMain.c:1512
+msgid "&File"
+msgstr "&Arquivo"
+
+#: ../win32/gui/WndMain.c:1513
+msgid "E&xit"
+msgstr "&Sair"
+
+#: ../win32/gui/WndMain.c:1515
+msgid "Run &EXE..."
+msgstr "Rodar &EXE..."
+
+#: ../win32/gui/WndMain.c:1516
+msgid "Run &BIOS"
+msgstr "Iniciar pela &BIOS"
+
+#: ../win32/gui/WndMain.c:1517
+msgid "Run &ISO..."
+msgstr "Rodar &imagem de CD..."
+
+#: ../win32/gui/WndMain.c:1518
+msgid "Run &CD"
+msgstr "Rodar &CD"
+
+#: ../win32/gui/WndMain.c:1520
+msgid "&Emulator"
+msgstr "&Emulador"
+
+#: ../win32/gui/WndMain.c:1521
+msgid "&States"
+msgstr "&Estados"
+
+#: ../win32/gui/WndMain.c:1523
+msgid "S&witch ISO..."
+msgstr "T&rocar de imagem de CD..."
+
+#: ../win32/gui/WndMain.c:1525
+msgid "Re&set"
+msgstr "Re&iniciar"
+
+#: ../win32/gui/WndMain.c:1526
+msgid "&Run"
+msgstr "&Executar"
+
+#: ../win32/gui/WndMain.c:1527
+msgid "&Save"
+msgstr "&Salvar"
+
+#: ../win32/gui/WndMain.c:1528
+msgid "&Load"
+msgstr "&Carregar"
+
+#: ../win32/gui/WndMain.c:1529 ../win32/gui/WndMain.c:1535
+msgid "&Other..."
+msgstr "&Outros..."
+
+#: ../win32/gui/WndMain.c:1530 ../win32/gui/WndMain.c:1536
+msgid "Slot &5"
+msgstr "Unidade &5"
+
+#: ../win32/gui/WndMain.c:1531 ../win32/gui/WndMain.c:1537
+msgid "Slot &4"
+msgstr "Unidade &4"
+
+#: ../win32/gui/WndMain.c:1532 ../win32/gui/WndMain.c:1538
+msgid "Slot &3"
+msgstr "Unidade &3"
+
+#: ../win32/gui/WndMain.c:1533 ../win32/gui/WndMain.c:1539
+msgid "Slot &2"
+msgstr "Unidade &2"
+
+#: ../win32/gui/WndMain.c:1534 ../win32/gui/WndMain.c:1540
+msgid "Slot &1"
+msgstr "Unidade &1"
+
+#: ../win32/gui/WndMain.c:1542
+msgid "&Configuration"
+msgstr "&Configuração"
+
+#: ../win32/gui/WndMain.c:1543
+msgid "Cheat &Search..."
+msgstr "Procurar por &trapaça..."
+
+#: ../win32/gui/WndMain.c:1544
+msgid "Ch&eat Code..."
+msgstr "&Código de trapaça..."
+
+#: ../win32/gui/WndMain.c:1547
+msgid "&Language"
+msgstr "&Linguagem"
+
+#: ../win32/gui/WndMain.c:1572
+msgid "&Memory cards..."
+msgstr "&Cartões de memória..."
+
+#: ../win32/gui/WndMain.c:1573
+msgid "C&PU..."
+msgstr "C&PU..."
+
+#: ../win32/gui/WndMain.c:1575
+msgid "&NetPlay..."
+msgstr "&Jogo em rede..."
+
+#: ../win32/gui/WndMain.c:1577
+msgid "&Controllers..."
+msgstr "&Controles..."
+
+#: ../win32/gui/WndMain.c:1578
+msgid "CD-&ROM..."
+msgstr "CD&ROM..."
+
+#: ../win32/gui/WndMain.c:1579
+msgid "&Sound..."
+msgstr "Á&udio..."
+
+#: ../win32/gui/WndMain.c:1580
+msgid "&Graphics..."
+msgstr "&Gráficos..."
+
+#: ../win32/gui/WndMain.c:1582
+msgid "&Plugins && Bios..."
+msgstr "&Extensões e BIOS..."
+
+#: ../win32/gui/WndMain.c:1584
+msgid "&Help"
+msgstr "&Ajuda"
+
+#: ../win32/gui/WndMain.c:1585
+msgid "&About..."
+msgstr "&Sobre..."
+
+#: ../win32/gui/WndMain.c:1764
+msgid "Pcsx Msg"
+msgstr "Mensagens do PCSX"
+
+#: ../win32/gui/WndMain.c:1767
+msgid "Error Loading Symbol"
+msgstr "Erro ao carregar símbolo"
+
+#: ../gui/AboutDlg.c:74
+msgid ""
+"(C) 1999-2003 PCSX Team\n"
+"(C) 2005-2009 PCSX-df Team\n"
+"(C) 2009-2010 PCSX-Reloaded Team"
+msgstr ""
+
+#: ../gui/AboutDlg.c:79
+#, fuzzy
+msgid ""
+"This program is free software; you can redistribute it and/or modify it "
+"under the terms of the GNU General Public License as published by the Free "
+"Software Foundation; either version 2 of the License, or (at your option) "
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful, but WITHOUT "
+"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
+"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
+"more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License along with "
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA."
+msgstr ""
+"This program is free software; you can redistribute it\n"
+"and/or modify it under the terms of the GNU General\n"
+"Public License as published by the Free Software\n"
+"Foundation; either version 2 of the License, or (at your\n"
+"option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be\n"
+"useful, but WITHOUT ANY WARRANTY; without even\n"
+"the implied warranty of MERCHANTABILITY or\n"
+"FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General\n"
+"Public License along with this program; if not, write to\n"
+"the Free Software Foundation, Inc."
+
+#: ../gui/AboutDlg.c:102
+msgid "translator-credits"
+msgstr ""
+"Tradução para português brasileiro por Tibério Vítor (tvtoon@gmail.com)"
+
+#: ../gui/AboutDlg.c:103
+msgid "A PlayStation emulator."
+msgstr "Um emulador de PlayStation."
+
+#: ../gui/Cheat.c:117 ../gui/Cheat.c:202
+msgid "Cheat Description:"
+msgstr "Descrição da trapaça:"
+
+#: ../gui/Cheat.c:306
+msgid "Open Cheat File"
+msgstr "Abrir arquivo de trapaça"
+
+#: ../gui/Cheat.c:316 ../gui/Cheat.c:356
+msgid "PCSX Cheat Code Files (*.cht)"
+msgstr "Arquivos de trapaça do PCSX (*.cht)"
+
+#: ../gui/Cheat.c:346
+msgid "Save Cheat File"
+msgstr "Salvar um arquivo de trapaça"
+
+#: ../gui/Cheat.c:361
+msgid "All Files (*.*)"
+msgstr "Todos os arquivos (*.*)"
+
+#: ../gui/Cheat.c:394 ../gui/Cheat.c:1124 ../gui/ConfDlg.c:104
+#: ../gui/ConfDlg.c:200 ../gui/DebugMemory.c:259
+msgid "Error: Glade interface could not be loaded!"
+msgstr "Erro: o ambiente Glade não pôde ser carregado!"
+
+#: ../gui/Cheat.c:399
+msgid "Cheat Codes"
+msgstr "Códigos de trapaça"
+
+#: ../gui/Cheat.c:405
+msgid "Enable"
+msgstr "Ligar"
+
+#: ../gui/Cheat.c:630
+msgid "Freeze value"
+msgstr "Congelar valor"
+
+#: ../gui/Cheat.c:729
+msgid "Modify value"
+msgstr "Modificar valor"
+
+#: ../gui/Cheat.c:737
+msgid "New value:"
+msgstr "Novo valor:"
+
+#: ../gui/Cheat.c:1134
+msgid "Search Results"
+msgstr "Resultados da busca"
+
+#: ../gui/ConfDlg.c:112 ../data/pcsx.glade2:778
+msgid "Configure PCSX"
+msgstr "Configurar PCSX"
+
+#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
+#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
+msgid "No configuration required"
+msgstr "Não necessita de configuração"
+
+#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
+#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
+msgid "This plugin doesn't need to be configured."
+msgstr "Esta extensão não pode ser configurada."
+
+#: ../gui/ConfDlg.c:581
+#, c-format
+msgid "Could not open BIOS directory: '%s'\n"
+msgstr "Não conseguiu abrir o diretório \"%s\", da BIOS!\n"
+
+#: ../gui/ConfDlg.c:611 ../gui/ConfDlg.c:704 ../gui/LnxMain.c:168
+#, c-format
+msgid "Could not open directory: '%s'\n"
+msgstr "Não conseguiu abrir o diretório \"%s\"!\n"
+
+#: ../gui/ConfDlg.c:675
+msgid "Simulate PSX BIOS"
+msgstr ""
+
+#: ../gui/DebugMemory.c:103 ../data/pcsx.glade2:3178
+msgid "Memory Dump"
+msgstr ""
+
+#: ../gui/DebugMemory.c:111
+#, fuzzy
+msgid "Start Address (Hexadecimal):"
+msgstr "Hexadecimal"
+
+#: ../gui/DebugMemory.c:121
+msgid "Length (Decimal):"
+msgstr ""
+
+#: ../gui/DebugMemory.c:147
+msgid "Dump to File"
+msgstr ""
+
+#: ../gui/DebugMemory.c:162
+#, fuzzy, c-format
+msgid "Error writing to %s!"
+msgstr "Erro ao salvar o arquivo de estado \"%s\"!"
+
+#: ../gui/DebugMemory.c:180
+#, fuzzy
+msgid "Memory Patch"
+msgstr "Cartão de memória 1"
+
+#: ../gui/DebugMemory.c:188 ../data/pcsx.glade2:3199
+#, fuzzy
+msgid "Address (Hexadecimal):"
+msgstr "Hexadecimal"
+
+#: ../gui/DebugMemory.c:198
+#, fuzzy
+msgid "Value (Hexa string):"
+msgstr "Hexadecimal"
+
+#: ../gui/DebugMemory.c:264
+#, fuzzy
+msgid "Memory Viewer"
+msgstr "Cartão de memória 1"
+
+#: ../gui/DebugMemory.c:269
+#, fuzzy
+msgid "Address"
+msgstr "Endereço:"
+
+#: ../gui/DebugMemory.c:287
+#, fuzzy
+msgid "Text"
+msgstr "Texturas"
+
+#: ../gui/Gtk2Gui.c:113
+msgid "Ready"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:154
+msgid "Emulation Paused."
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:405
+msgid "Select PSX EXE File"
+msgstr "Selecione o arquivo executável de PSX"
+
+#: ../gui/Gtk2Gui.c:418
+msgid "PlayStation Executable Files"
+msgstr "Arquivos executáveis do PlayStation"
+
+#: ../gui/Gtk2Gui.c:454
+msgid "Not a valid PSX file"
+msgstr "Não é um arquivo válido de PSX"
+
+#: ../gui/Gtk2Gui.c:454
+msgid "The file does not appear to be a valid Playstation executable"
+msgstr "Esse arquivo não parece ser um executável válido de PlayStation!"
+
+#: ../gui/Gtk2Gui.c:485 ../gui/Gtk2Gui.c:610
+msgid "CD ROM failed"
+msgstr "CDROM falhou"
+
+#: ../gui/Gtk2Gui.c:493 ../gui/Gtk2Gui.c:618
+msgid "The CD-ROM could not be loaded"
+msgstr ""
+
+#: ../gui/Gtk2Gui.c:507
+msgid "Could not run BIOS"
+msgstr "Não conseguiu iniciar a BIOS"
+
+#: ../gui/Gtk2Gui.c:507
+msgid "Running BIOS is not supported with Internal HLE BIOS."
+msgstr "Iniciar pela BIOS não é suportado com a BIOS HLE interno."
+
+#: ../gui/Gtk2Gui.c:536
+msgid "Open PSX Disc Image File"
+msgstr "Abrir arquivo de imagem de CD de PSX"
+
+#: ../gui/Gtk2Gui.c:556
+msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
+msgstr "Arquivo de imagens de CD de PSX (*.bin, *.img, *.mdf, *.iso)"
+
+#: ../gui/Gtk2Gui.c:771
+#, c-format
+msgid "Loaded state %s."
+msgstr "Arquivo de estado \"%s\" carregado."
+
+#: ../gui/Gtk2Gui.c:774
+#, c-format
+msgid "Error loading state %s!"
+msgstr "Erro ao carregar o arquivo de estado \"%s\"!"
+
+#: ../gui/Gtk2Gui.c:785
+#, c-format
+msgid "Saved state %s."
+msgstr "Arquivo de estado \"%s\" salvo."
+
+#: ../gui/Gtk2Gui.c:787
+#, c-format
+msgid "Error saving state %s!"
+msgstr "Erro ao salvar o arquivo de estado \"%s\"!"
+
+#: ../gui/Gtk2Gui.c:822 ../gui/Gtk2Gui.c:850
+msgid "Select State File"
+msgstr "Selecione o arquivo de estado"
+
+#: ../gui/Gtk2Gui.c:893
+msgid "Notice"
+msgstr "Aviso"
+
+#: ../gui/LnxMain.c:62
+#, c-format
+msgid "Creating memory card: %s\n"
+msgstr "Criando cartão de memória \"%s\"\n"
+
+#: ../gui/LnxMain.c:325
+msgid ""
+" pcsx [options] [file]\n"
+"\toptions:\n"
+"\t-runcd\t\tRuns CD-ROM\n"
+"\t-cdfile FILE\tRuns a CD image file\n"
+"\t-nogui\t\tDon't open the GTK GUI\n"
+"\t-cfg FILE\tLoads desired configuration file (default: ~/.pcsx/pcsx.cfg)\n"
+"\t-psxout\t\tEnable PSX output\n"
+"\t-load STATENUM\tLoads savestate STATENUM (1-5)\n"
+"\t-h -help\tDisplay this message\n"
+"\tfile\t\tLoads file\n"
+msgstr ""
+" pcsx [opções] [arquivo]\n"
+"\topções:\n"
+"\t-runcd\t\tExecuta direto pelo CD-ROM\n"
+"\t-cdfile ARQUIVO\tRoda um arquivo de imagem de CD\n"
+"\t-nogui\t\tNão abre o GUI da GTK\n"
+"\t-cfg ARQUIVO\tCarrega uma configuração alternativa (padrão: ~/.pcsx/pcsx."
+"cfg)\n"
+"\t-psxout\t\tAtiva a saída do PSX no console\n"
+"\t-load NÚMERO_ESTADO\tCarrega um estado entre 1-5\n"
+"\t-h -help\tMostra essa mensagem\n"
+"\t[arquivo]\t\tCarrega um arquivo.\n"
+
+#: ../gui/LnxMain.c:362
+#, c-format
+msgid ""
+"PCSX cannot be configured without using the GUI -- you should restart "
+"without -nogui.\n"
+msgstr ""
+"PCSX não pode ser configurado sem o GUI -- reinicie sem a opção -nogui.\n"
+
+#: ../gui/LnxMain.c:418
+msgid "Failed loading plugins!"
+msgstr "Não conseguiu carregar as extensões!"
+
+#: ../gui/LnxMain.c:435
+#, c-format
+msgid "Could not load CD-ROM!\n"
+msgstr "Não pôde carregar o CD-ROM!\n"
+
+#: ../gui/LnxMain.c:466
+#, c-format
+msgid "PSX emulator couldn't be initialized.\n"
+msgstr "O emulador não pôde ser inicializado.\n"
+
+#: ../gui/MemcardDlg.c:56
+msgid "Icon"
+msgstr "Ícone"
+
+#: ../gui/MemcardDlg.c:74
+msgid "ID"
+msgstr "ID"
+
+#: ../gui/MemcardDlg.c:80
+msgid "Name"
+msgstr "Nome"
+
+#: ../gui/MemcardDlg.c:323
+msgid "Select A File"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:364
+msgid "Format this Memory Card?"
+msgstr "Formatar esse cartão de memória?"
+
+#: ../gui/MemcardDlg.c:366
+msgid ""
+"If you format the memory card, the card will be empty, and any existing data "
+"overwritten."
+msgstr "Ao formatar o cartão de memória, todo o conteúdo será zerado."
+
+#: ../gui/MemcardDlg.c:369
+msgid "Format card"
+msgstr "Formatar cartão"
+
+#: ../gui/MemcardDlg.c:393
+msgid "Create a new Memory Card"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:402
+msgid "New Memory Card.mcd"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:503
+msgid "No free space on memory card"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:504
+msgid ""
+"There are no free slots available on the target memory card. Please delete a "
+"slot first."
+msgstr ""
+
+#: ../gui/MemcardDlg.c:667
+msgid "Memory Card Manager"
+msgstr "Gerenciador de cartões de memória"
+
+#: ../gui/Plugin.c:211 ../data/pcsx.glade2:1487
+#, c-format
+msgid "SIO IRQ Always Enabled"
+msgstr "IRQ SIO sempre ativada"
+
+#: ../gui/Plugin.c:212
+#, c-format
+msgid "SIO IRQ Not Always Enabled"
+msgstr "IRQ SIO nem sempre ativada"
+
+#: ../gui/Plugin.c:218
+#, c-format
+msgid "Black & White Mdecs Only Enabled"
+msgstr "Mdecs apenas em preto e branco ativado"
+
+#: ../gui/Plugin.c:219
+#, c-format
+msgid "Black & White Mdecs Only Disabled"
+msgstr "Mdecs apenas em preto e branco desativado"
+
+#: ../gui/Plugin.c:225
+#, c-format
+msgid "XA Enabled"
+msgstr "XA Ligado"
+
+#: ../gui/Plugin.c:226
+#, c-format
+msgid "XA Disabled"
+msgstr "XA Desligado"
+
+#: ../gui/Plugin.c:288
+msgid "Error opening CD-ROM plugin!"
+msgstr "Erro ao abrir a extensão de CD-ROM!"
+
+#: ../gui/Plugin.c:290
+msgid "Error opening SPU plugin!"
+msgstr "Erro ao abrir a extensão de SPU!"
+
+#: ../gui/Plugin.c:293
+msgid "Error opening GPU plugin!"
+msgstr "Erro ao abrir a extensão de GPU!"
+
+#: ../gui/Plugin.c:295
+msgid "Error opening Controller 1 plugin!"
+msgstr "Erro ao abrir a extensão do Controle 1!"
+
+#: ../gui/Plugin.c:297
+msgid "Error opening Controller 2 plugin!"
+msgstr "Erro ao abrir a extensão do Controle 2!"
+
+#: ../gui/Plugin.c:377
+msgid "Error closing CD-ROM plugin!"
+msgstr "Erro ao fechar a extensão de CD-ROM!"
+
+#: ../gui/Plugin.c:379
+msgid "Error closing SPU plugin!"
+msgstr "Erro ao fechar a extensão de SPU!"
+
+#: ../gui/Plugin.c:381
+msgid "Error closing Controller 1 Plugin!"
+msgstr "Erro ao fechar a extensão do Controle 1!"
+
+#: ../gui/Plugin.c:383
+msgid "Error closing Controller 2 plugin!"
+msgstr "Erro ao fechar a extensão de Controle 2!"
+
+#: ../gui/Plugin.c:385
+msgid "Error closing GPU plugin!"
+msgstr "Erro ao fechar a extensão de GPU!"
+
+#: ../libpcsxcore/cdriso.c:658
+#, c-format
+msgid "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n"
+msgstr ""
+
+#: ../libpcsxcore/cdriso.c:677
+#, c-format
+msgid "Loaded CD Image: %s"
+msgstr "Carregou a imagem de CD \"%s\"."
+
+#: ../libpcsxcore/cheat.c:147
+#, c-format
+msgid "Cheats loaded from: %s\n"
+msgstr "Trapaças de \"%s\" carregadas.\n"
+
+#: ../libpcsxcore/cheat.c:179
+#, c-format
+msgid "Cheats saved to: %s\n"
+msgstr "Trapaças salvas para \"%s\".\n"
+
+#: ../libpcsxcore/cheat.c:322 ../libpcsxcore/cheat.c:443
+msgid "(Untitled)"
+msgstr "(Sem título)"
+
+#: ../libpcsxcore/debug.c:317
+msgid "Error allocating memory"
+msgstr "Erro ao alocar memória"
+
+#: ../libpcsxcore/debug.c:322
+msgid "Unable to start debug server.\n"
+msgstr ""
+
+#: ../libpcsxcore/debug.c:326
+msgid "Debugger started.\n"
+msgstr ""
+
+#: ../libpcsxcore/debug.c:333
+msgid "Debugger stopped.\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:342
+#, c-format
+msgid "CD-ROM Label: %.32s\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:343
+#, fuzzy, c-format
+msgid "CD-ROM ID: %.9s\n"
+msgstr "CD-ROM:"
+
+#: ../libpcsxcore/misc.c:388
+#, c-format
+msgid "Error opening file: %s.\n"
+msgstr "Erro ao abrir o arquivo \"%s\"!\n"
+
+#: ../libpcsxcore/misc.c:428
+#, c-format
+msgid "Unknown CPE opcode %02x at position %08x.\n"
+msgstr "Código operacional CPE %02x desconhecido, na posição %08x.\n"
+
+#: ../libpcsxcore/misc.c:435
+msgid "COFF files not supported.\n"
+msgstr "Arquivos COFF não são suportados!\n"
+
+#: ../libpcsxcore/misc.c:439
+msgid "This file does not appear to be a valid PSX file.\n"
+msgstr "Esse arquivo não parece ser um arquivo válido de PSX!\n"
+
+#: ../libpcsxcore/plugins.c:181
+#, c-format
+msgid "Error loading %s: %s"
+msgstr "Erro carregando \"%s\": \"%s\""
+
+#: ../libpcsxcore/plugins.c:221
+#, c-format
+msgid "Could not load GPU plugin %s!"
+msgstr "Não conseguiu carregar a extensão de GPU \"%s\"!"
+
+#: ../libpcsxcore/plugins.c:292
+#, c-format
+msgid "Could not load CD-ROM plugin %s!"
+msgstr "Não conseguiu carregar a extensão de CD-ROM \"%s\"!"
+
+#: ../libpcsxcore/plugins.c:340
+#, c-format
+msgid "Could not load SPU plugin %s!"
+msgstr "Não conseguiu carregar a extensão de SPU \"%s\"!"
+
+#: ../libpcsxcore/plugins.c:477
+#, c-format
+msgid "Could not load Controller 1 plugin %s!"
+msgstr "Não conseguiu carregar a extensão do Controle 1 \"%s\"!"
+
+#: ../libpcsxcore/plugins.c:531
+#, c-format
+msgid "Could not load Controller 2 plugin %s!"
+msgstr "Não conseguiu carregar a extensão do Controle 2 \"%s\"!"
+
+#: ../libpcsxcore/plugins.c:574
+#, c-format
+msgid "Could not load NetPlay plugin %s!"
+msgstr "Não conseguiu carregar a extensão de jogo em rede \"%s\"!"
+
+#: ../libpcsxcore/plugins.c:654
+#, fuzzy, c-format
+msgid "Could not load SIO1 plugin %s!"
+msgstr "Não conseguiu carregar a extensão de SPU \"%s\"!"
+
+#: ../libpcsxcore/plugins.c:739
+#, c-format
+msgid "Error initializing CD-ROM plugin: %d"
+msgstr "Erro ao iniciar a extensão de CD-ROM \"%d\"!"
+
+#: ../libpcsxcore/plugins.c:741
+#, c-format
+msgid "Error initializing GPU plugin: %d"
+msgstr "Erro ao iniciar a extensão de GPU \"%d\"!"
+
+#: ../libpcsxcore/plugins.c:743
+#, c-format
+msgid "Error initializing SPU plugin: %d"
+msgstr "Erro ao iniciar a extensão de SPU \"%d\"!"
+
+#: ../libpcsxcore/plugins.c:745
+#, c-format
+msgid "Error initializing Controller 1 plugin: %d"
+msgstr "Erro ao iniciar a extensão do Controle 1 \"%d\"!"
+
+#: ../libpcsxcore/plugins.c:747
+#, c-format
+msgid "Error initializing Controller 2 plugin: %d"
+msgstr "Erro ao iniciar a extensão do Controle 2 \"%d\"!"
+
+#: ../libpcsxcore/plugins.c:751
+#, c-format
+msgid "Error initializing NetPlay plugin: %d"
+msgstr "Erro ao iniciar a extensão de jogo em rede \"%d\"!"
+
+#: ../libpcsxcore/plugins.c:756
+#, fuzzy, c-format
+msgid "Error initializing SIO1 plugin: %d"
+msgstr "Erro ao iniciar a extensão de SPU \"%d\"!"
+
+#: ../libpcsxcore/plugins.c:759
+msgid "Plugins loaded.\n"
+msgstr "Extensões carregadas.\n"
+
+#: ../libpcsxcore/ppf.c:216
+#, c-format
+msgid "Invalid PPF patch: %s.\n"
+msgstr ""
+
+#: ../libpcsxcore/ppf.c:292
+#, c-format
+msgid "Unsupported PPF version (%d).\n"
+msgstr ""
+
+#: ../libpcsxcore/ppf.c:331
+#, fuzzy, c-format
+msgid "Loaded PPF %d.0 patch: %s.\n"
+msgstr "Arquivo de estado \"%s\" carregado."
+
+#: ../libpcsxcore/psxmem.c:80
+msgid "Error allocating memory!"
+msgstr "Erro ao alocar memória!"
+
+#: ../libpcsxcore/psxmem.c:122
+#, c-format
+msgid "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
+msgstr "Não conseguiu abrir a BIOS\"%s\". Usando BIOS HLE!\n"
+
+#: ../libpcsxcore/r3000a.c:33
+#, c-format
+msgid "Running PCSX Version %s (%s).\n"
+msgstr "Rodando o PCSX Versão %s (%s).\n"
+
+#: ../libpcsxcore/sio.c:345
+msgid "Connection closed!\n"
+msgstr "Conexão encerrada!\n"
+
+#: ../libpcsxcore/sio.c:371
+#, c-format
+msgid "No memory card value was specified - creating a default card %s\n"
+msgstr "Nenhum cartão de memória foi especificado, criando um \"%s\" padrão.\n"
+
+#: ../libpcsxcore/sio.c:375
+#, c-format
+msgid "The memory card %s doesn't exist - creating it\n"
+msgstr "O cartão de memória \"%s\" não existe, será criado.\n"
+
+#: ../libpcsxcore/sio.c:391
+#, c-format
+msgid "Memory card %s failed to load!\n"
+msgstr "Cartão de memória \"%s\" falhou para carregar!\n"
+
+#: ../libpcsxcore/sio.c:395
+#, c-format
+msgid "Loading memory card %s\n"
+msgstr "Carregando cartão de memória \"%s\".\n"
+
+#: ../plugins/dfxvideo/gpu.c:55
+msgid "SoftGL Driver"
+msgstr "Extensão SoftGL"
+
+#: ../plugins/dfxvideo/gpu.c:56
+msgid ""
+"P.E.Op.S. SoftGL Driver V1.17\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:58
+msgid "XVideo Driver"
+msgstr "Extensão XVideo"
+
+#: ../plugins/dfxvideo/gpu.c:59
+msgid ""
+"P.E.Op.S. Xvideo Driver V1.17\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+"Extensão Xvideo P.E.Op.S. V1.17\n"
+"Programada por Pete Bernert e a equipe do P.E.Op.S.\n"
+
+#: ../plugins/dfxvideo/gpu.c:62
+msgid "Pete Bernert and the P.E.Op.S. team"
+msgstr "Pete Bernert e a equipe do P.E.Op.S."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:8
+msgid "Configure X11 Video"
+msgstr "Configurar vídeo do X11"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:45
+msgid "Initial Window Size:"
+msgstr "Tamanho inicial da janela:"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:56
+msgid "Stretching:"
+msgstr "Escalonamento:"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:69
+msgid "Dithering:"
+msgstr "Colorização:"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:82
+msgid ""
+"320x240\n"
+"640x480\n"
+"800x600\n"
+"1024x768\n"
+"1152x864\n"
+"1280x1024\n"
+"1600x1200"
+msgstr ""
+"320x240\n"
+"640x480\n"
+"800x600\n"
+"1024x768\n"
+"1152x864\n"
+"1280x1024\n"
+"1600x1200"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:101
+msgid ""
+"0: None\n"
+"1: 2xSai\n"
+"2: 2xSuperSai\n"
+"3: SuperEagle\n"
+"4: Scale2x\n"
+"5: Scale3x\n"
+"6: HQ2X\n"
+"7: HQ3X"
+msgstr ""
+"0: Nenhum\n"
+"1: 2xSai\n"
+"2: 2xSuperSai\n"
+"3: SuperEagle\n"
+"4: Scale2x\n"
+"5: Scale3x\n"
+"6: HQ2X\n"
+"7: HQ3X"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:123
+msgid ""
+"0: Off (fastest)\n"
+"1: Game dependant\n"
+"2: Always"
+msgstr ""
+"0: Desligado (mais rápido)\n"
+"1: Depende do Jogo\n"
+"2: Sempre"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:146
+msgid "Maintain 4:3 Aspect Ratio"
+msgstr "Manter proporção 4:3"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:161
+#: ../plugins/peopsxgl/gpucfg/interface.c:322
+msgid "Fullscreen"
+msgstr "Tela cheia"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:165
+msgid "Toggle windowed/fullscreen mode."
+msgstr "Alternar entre tela cheia e janela."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:187
+msgid "<b>Screen</b>"
+msgstr "<b>Tela</b>"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:216
+msgid "Show FPS"
+msgstr "Mostrar taxa de FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:220
+msgid "Toggle whether the FPS will be shown."
+msgstr "Ligar ou desligar a exibição da taxa de FPS."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:232
+msgid "Autodetect FPS limit"
+msgstr "Detectar automaticamente limite de FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:236
+msgid "Enable this if games display too quickly."
+msgstr "Ligue isso se os jogos ficarem rápidos demais."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:249
+msgid "Enable frame skipping"
+msgstr "Ligar pulo de quadros"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:253
+msgid "Skip frames when rendering."
+msgstr "Pula quadros ao exibir."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:270
+msgid "Set FPS"
+msgstr "Limite de FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:287
+msgid "200.0"
+msgstr "200.0"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:310
+msgid "<b>Framerate</b>"
+msgstr "<b>Taxa de FPS</b>"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:339
+#: ../plugins/peopsxgl/gpucfg/interface.c:568
+msgid "Use game fixes"
+msgstr "Usar consertos específicos"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:366
+msgid "better g-colors, worse textures"
+msgstr "Transparências melhores, texturas piores."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:381
+msgid "Needed by Dark Forces"
+msgstr "Necessário para Dark Forces."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:394
+msgid "Draw quads with triangles"
+msgstr "Desenhar quadrados com triângulos"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:410
+msgid "Repeated flat tex triangles"
+msgstr "Triângulos de textura plana repetidos"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:426
+msgid "Disable CPU Saving"
+msgstr "Desativar salvamento da CPU"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:442
+msgid "Odd/even bit hack"
+msgstr "Hack do bit ímpar/par"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:458
+msgid "For precise framerate"
+msgstr "Para uma taxa de FPS precisa."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:473
+msgid "Better FPS limit in some"
+msgstr "Melhor limitação de FPS em alguns jogos."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:486
+msgid "PC FPS calculation"
+msgstr "Cálculo de FPS feito pelo PC"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:504
+msgid "Pandemonium 2"
+msgstr "Para Pandemonium 2."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:517
+msgid "Lazy screen update"
+msgstr "Atualização tardia da tela"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:535
+msgid "Skip every second frame"
+msgstr "Pula cada segundo quadro de uma taxa."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:548
+#: ../plugins/peopsxgl/gpucfg/interface.c:640
+msgid "Old frame skipping"
+msgstr "Pulo de quadros antigo"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:564
+msgid "Expand screen width"
+msgstr "Expandir largura da tela"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:580
+msgid "Ignore brightness color"
+msgstr "Ignorar brilho das cores"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:596
+msgid "Disable coordinate check"
+msgstr "Desativar checagem de coordenadas"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:614
+msgid "Chrono Cross"
+msgstr "Para Chrono Cross."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:627
+msgid "Capcom fighting games"
+msgstr "Para jogos de luta da Capcom."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:642
+msgid "Black screens in Lunar"
+msgstr "Telas pretas de Lunar."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:657
+msgid "Compatibility mode"
+msgstr "Modo de compatibilidade."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:670
+#, fuzzy
+msgid "Fake 'gpu busy' states"
+msgstr "Imitar estado 'GPU ocupada'"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:688
+msgid "Toggle busy flags after drawing"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:713
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:268
+msgid "<b>Compatibility</b>"
+msgstr "<b>Compatibilidade</b>"
+
+#: ../data/pcsx.glade2:7
+msgid "PCSX"
+msgstr "PCSX"
+
+#: ../data/pcsx.glade2:21
+msgid "_File"
+msgstr "_Arquivo"
+
+#: ../data/pcsx.glade2:27
+msgid "Run _CD"
+msgstr "Rodar _CD"
+
+#: ../data/pcsx.glade2:45
+msgid "Run _ISO..."
+msgstr "Rodar _imagem de CD..."
+
+#: ../data/pcsx.glade2:62
+msgid "Run _BIOS"
+msgstr "Rodar pela _BIOS"
+
+#: ../data/pcsx.glade2:79
+msgid "Run _EXE..."
+msgstr "Rodar _EXE do PSX..."
+
+#: ../data/pcsx.glade2:101
+msgid "E_xit"
+msgstr "_Sair"
+
+#: ../data/pcsx.glade2:123
+msgid "_Emulator"
+msgstr "_Emulador"
+
+#: ../data/pcsx.glade2:129
+msgid "_Continue"
+msgstr "_Continue"
+
+#: ../data/pcsx.glade2:146
+msgid "_Reset"
+msgstr "_Reiniciar"
+
+#: ../data/pcsx.glade2:168
+msgid "S_witch ISO..."
+msgstr "_Trocar de imagem de CD..."
+
+#: ../data/pcsx.glade2:190
+msgid "_Save State"
+msgstr "_Salvar estado"
+
+#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
+msgid "Slot _1"
+msgstr "Unidade _1"
+
+#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
+msgid "Slot _2"
+msgstr "Unidade _2"
+
+#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
+msgid "Slot _3"
+msgstr "Unidade _3"
+
+#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
+msgid "Slot _4"
+msgstr "Unidade _4"
+
+#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
+msgid "Slot _5"
+msgstr "Unidade _5"
+
+#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
+msgid "_Other..."
+msgstr "_Outros..."
+
+#: ../data/pcsx.glade2:271
+msgid "_Load State"
+msgstr "_Carregar estado"
+
+#: ../data/pcsx.glade2:357
+msgid "_Configuration"
+msgstr "C_onfiguração"
+
+#: ../data/pcsx.glade2:363
+msgid "_Plugins & BIOS..."
+msgstr "_Extensões e BIOS..."
+
+#: ../data/pcsx.glade2:385
+msgid "_Graphics..."
+msgstr "_Gráficos..."
+
+#: ../data/pcsx.glade2:400
+msgid "_Sound..."
+msgstr "Á_udio..."
+
+#: ../data/pcsx.glade2:415
+msgid "CD-_ROM..."
+msgstr "CD_ROM..."
+
+#: ../data/pcsx.glade2:430
+msgid "C_ontrollers..."
+msgstr "C_ontroles..."
+
+#: ../data/pcsx.glade2:450
+msgid "_CPU..."
+msgstr "_CPU..."
+
+#: ../data/pcsx.glade2:466
+msgid "_Memory Cards..."
+msgstr "Cartões de _memória..."
+
+#: ../data/pcsx.glade2:483
+msgid "_Netplay..."
+msgstr "Jogo em _rede..."
+
+#: ../data/pcsx.glade2:504
+msgid "Chea_t"
+msgstr "T_rapaça"
+
+#: ../data/pcsx.glade2:513
+msgid "_Browse..."
+msgstr "_Navegar..."
+
+#: ../data/pcsx.glade2:528
+msgid "_Search..."
+msgstr "_Buscar..."
+
+#: ../data/pcsx.glade2:554
+msgid "Memory _Dump"
+msgstr ""
+
+#: ../data/pcsx.glade2:574
+msgid "_Help"
+msgstr "_Ajuda"
+
+#: ../data/pcsx.glade2:580
+msgid "_About PCSX..."
+msgstr "_Sobre o PCSX..."
+
+#: ../data/pcsx.glade2:613 ../data/pcsx.glade2:614
+msgid "Run CD"
+msgstr ""
+
+#: ../data/pcsx.glade2:626
+msgid "Run ISO Image"
+msgstr ""
+
+#: ../data/pcsx.glade2:627
+msgid "Run ISO..."
+msgstr ""
+
+#: ../data/pcsx.glade2:648
+msgid "Continue Emulation"
+msgstr ""
+
+#: ../data/pcsx.glade2:649
+msgid "Continue..."
+msgstr ""
+
+#: ../data/pcsx.glade2:661
+msgid "Switch ISO Image"
+msgstr ""
+
+#: ../data/pcsx.glade2:662
+msgid "Switch ISO..."
+msgstr ""
+
+#: ../data/pcsx.glade2:683 ../data/pcsx.glade2:1810
+msgid "Configure Memory Cards"
+msgstr "Configurar cartões de memória"
+
+#: ../data/pcsx.glade2:684
+msgid "Memcards..."
+msgstr "Cartões de memória..."
+
+#: ../data/pcsx.glade2:696
+msgid "Configure Graphics"
+msgstr ""
+
+#: ../data/pcsx.glade2:697
+msgid "Graphics..."
+msgstr "Gráficos..."
+
+#: ../data/pcsx.glade2:709 ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:8
+msgid "Configure Sound"
+msgstr "Configurar áudio"
+
+#: ../data/pcsx.glade2:710
+msgid "Sound..."
+msgstr "Áudio..."
+
+#: ../data/pcsx.glade2:722
+msgid "Configure CD-ROM"
+msgstr "Configurar CD-ROM"
+
+#: ../data/pcsx.glade2:723
+msgid "CD-ROM..."
+msgstr "CD-ROM..."
+
+#: ../data/pcsx.glade2:735
+msgid "Configure Controllers"
+msgstr ""
+
+#: ../data/pcsx.glade2:736
+msgid "Controllers..."
+msgstr "Controles..."
+
+#: ../data/pcsx.glade2:879
+msgid "Select Folder to Search"
+msgstr "Selecione o diretório para a busca"
+
+#: ../data/pcsx.glade2:895
+msgid "Search in:"
+msgstr "Buscar em:"
+
+#: ../data/pcsx.glade2:1168
+msgid "Graphics:"
+msgstr "Gráficos:"
+
+#: ../data/pcsx.glade2:1181
+msgid "Sound:"
+msgstr "Áudio:"
+
+#: ../data/pcsx.glade2:1196
+msgid "Controller 1: "
+msgstr "Controle 1:"
+
+#: ../data/pcsx.glade2:1211
+msgid "Controller 2:"
+msgstr "Controle 2:"
+
+#: ../data/pcsx.glade2:1226
+msgid "CD-ROM:"
+msgstr "CD-ROM:"
+
+#: ../data/pcsx.glade2:1264
+msgid "<b>Plugins</b>"
+msgstr "<b>Extensões</b>"
+
+#: ../data/pcsx.glade2:1325
+msgid "<b>BIOS</b>"
+msgstr "<b>BIOS</b>"
+
+#: ../data/pcsx.glade2:1375
+msgid "Configure CPU"
+msgstr "Configurar CPU"
+
+#: ../data/pcsx.glade2:1419
+msgid "SPU IRQ Always Enabled"
+msgstr "IRQ da SPU sempre ativada"
+
+#: ../data/pcsx.glade2:1435
+msgid "Black & White Movies"
+msgstr "Filmes em preto e branco"
+
+#: ../data/pcsx.glade2:1469
+msgid "Enable Interpreter CPU"
+msgstr "Ativar interpretador da CPU"
+
+#: ../data/pcsx.glade2:1503
+msgid "Disable CD Audio"
+msgstr "Desativar áudio de CD"
+
+#: ../data/pcsx.glade2:1519
+msgid "Disable XA Decoding"
+msgstr "Desativar decodificação de XA"
+
+#: ../data/pcsx.glade2:1571
+msgid "<b>Options</b>"
+msgstr "<b>Opções</b>"
+
+#: ../data/pcsx.glade2:1612
+msgid ""
+"NTSC\n"
+"PAL"
+msgstr ""
+"NTSC\n"
+"PAL"
+
+#: ../data/pcsx.glade2:1626
+msgid "<b>System Type</b>"
+msgstr "<b>Tipo do sistema</b>"
+
+#: ../data/pcsx.glade2:1674
+msgid "Configure NetPlay"
+msgstr "Configurar jogo em rede"
+
+#: ../data/pcsx.glade2:1760
+msgid "<b>NetPlay</b>"
+msgstr "<b>Jogo em rede</b>"
+
+#: ../data/pcsx.glade2:1886 ../data/pcsx.glade2:2283
+msgid "New"
+msgstr ""
+
+#: ../data/pcsx.glade2:1936 ../data/pcsx.glade2:2333
+msgid "Format"
+msgstr "Formatar"
+
+#: ../data/pcsx.glade2:1986 ../data/pcsx.glade2:2383
+msgid "Un/Delete"
+msgstr "Apagar/Desfazer"
+
+#: ../data/pcsx.glade2:2079
+msgid "<b>Memory Card 1</b>"
+msgstr "<b>Cartão de memória 1</b>"
+
+#: ../data/pcsx.glade2:2139 ../data/pcsx.glade2:2189 ../data/pcsx.glade2:3002
+msgid "Copy"
+msgstr "Copiar"
+
+#: ../data/pcsx.glade2:2476
+msgid "<b>Memory Card 2</b>"
+msgstr "<b>Cartão de memória 2</b>"
+
+#: ../data/pcsx.glade2:2572
+msgid "<b>Cheat Codes</b>"
+msgstr "<b>Códigos de trapaça</b>"
+
+#: ../data/pcsx.glade2:2736
+msgid ""
+"8-bit\n"
+"16-bit\n"
+"32-bit"
+msgstr ""
+"8-bit\n"
+"16-bit\n"
+"32-bit"
+
+#: ../data/pcsx.glade2:2799
+msgid ""
+"Equal Value\n"
+"Not Equal Value\n"
+"Range\n"
+"Increased By\n"
+"Decreased By\n"
+"Increased\n"
+"Decreased\n"
+"Different\n"
+"No Change"
+msgstr ""
+"Valor igual à\n"
+"Valor diferente de\n"
+"Intervalo\n"
+"Somado por\n"
+"Subtraído por\n"
+"Aumentado\n"
+"Diminuído\n"
+"Diferente\n"
+"Sem mudanças"
+
+#: ../data/pcsx.glade2:2831
+msgid ""
+"Decimal\n"
+"Hexadecimal"
+msgstr ""
+"Decimal\n"
+"Hexadecimal"
+
+#: ../data/pcsx.glade2:3035
+msgid "label_resultsfound"
+msgstr "Resultados encontrados:"
+
+#: ../data/pcsx.glade2:3070
+msgid "Search"
+msgstr "Buscar"
+
+#: ../data/pcsx.glade2:3106
+msgid "Restart"
+msgstr "Reiniciar"
+
+#: ../data/pcsx.glade2:3135
+msgid "<b>Cheat Search</b>"
+msgstr "<b>Busca de trapaças</b>"
+
+#: ../data/pcsx.glade2:3291
+msgid "Raw Dump..."
+msgstr ""
+
+#: ../data/pcsx.glade2:3326
+msgid "Patch Memory..."
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:38
+msgid "Mac OS X Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:40
+msgid "ALSA Sound"
+msgstr "Sistema ALSA"
+
+#: ../plugins/dfsound/spu.c:42
+#, fuzzy
+msgid "OSS Sound"
+msgstr "Sistema OSS"
+
+#: ../plugins/dfsound/spu.c:44
+#, fuzzy
+msgid "SDL Sound"
+msgstr "Sistema OSS"
+
+#: ../plugins/dfsound/spu.c:46
+msgid "PulseAudio Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:48
+msgid "NULL Sound"
+msgstr "Sem som"
+
+#: ../plugins/dfsound/spu.c:51
+#, fuzzy
+msgid ""
+"P.E.Op.S. Sound Driver V1.7\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+"Extensão OSS P.E.Op.S. V1.7\n"
+"Programada por Pete Bernert e a equipe do P.E.Op.S.\n"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:42
+msgid "Volume:"
+msgstr "Volume:"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:54
+msgid "Interpolation:"
+msgstr "Interpolação:"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:68
+msgid "Reverb:"
+msgstr "Reversão:"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:81
+msgid ""
+"Low\n"
+"Medium\n"
+"Loud\n"
+"Loudest"
+msgstr ""
+"Mínimo\n"
+"Médio\n"
+"Alto\n"
+"Máximo"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:95
+msgid ""
+"Off\n"
+"Simple\n"
+"Playstation"
+msgstr ""
+"Desligada\n"
+"Simples\n"
+"PlayStation"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:111
+msgid ""
+"None\n"
+"Simple\n"
+"Gaussian\n"
+"Cubic"
+msgstr ""
+"Nenhuma\n"
+"Simples\n"
+"Gaussiana\n"
+"Cúbica"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:132
+msgid "<b>General</b>"
+msgstr "<b>Geral</b>"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:163
+msgid "Adjust XA speed"
+msgstr "Ajustar velocidade da XA"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:167
+msgid "Choose this if XA music is played too quickly."
+msgstr "Selecione isso se a música XA estiver tocando rápido demais."
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:184
+msgid "<b>XA Music</b>"
+msgstr "<b>Música XA</b>"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:215
+msgid "High compatibility mode"
+msgstr "Modo de alta compatibilidade"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:219
+msgid "Use the asynchronous SPU interface."
+msgstr "Usar o ambiente assíncrono da SPU."
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:231
+msgid "SPU IRQ Wait"
+msgstr "Esperar pela IRQ da SPU"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:235
+msgid "Wait for CPU; only useful for some games."
+msgstr "Esperar pela CPU; útil apenas em alguns jogos."
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:247
+msgid "Single channel sound"
+msgstr "Som em canal único"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:251
+msgid "Play only one channel for a performance boost."
+msgstr "Tocar apenas um canal para melhorar o desempenho."
+
+#: ../plugins/dfcdrom/cdr-libcdio.c:29 ../plugins/dfcdrom/cdr-linux.c:29
+msgid "CD-ROM Drive Reader"
+msgstr "Leitor de unidade de CDROM"
+
+#: ../plugins/dfcdrom/cdr-null.c:26
+msgid "CDR NULL Plugin"
+msgstr "Sem unidade de CDROM"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:219
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
+msgid "CDR configuration"
+msgstr "Configuração do CDROM"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:33
+msgid "Choose your CD-ROM device or type its path if it's not listed"
+msgstr ""
+"Escolha sua unidade de CDROM ou digite o dispositivo caso não esteja listado."
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:44
+msgid "Select CD-ROM device"
+msgstr "Selecione uma unidade de CDROM"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:72
+msgid "Select read mode:"
+msgstr "Selecione o modo de leitura:"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:83
+msgid ""
+"Normal (No Cache)\n"
+"Threaded - Faster (With Cache)"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:114
+msgid "Cache Size (Def. 64):"
+msgstr "Tamanho do armazenamento (o padrão é 64):"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:159
+msgid "Spindown Time:"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:170
+msgid ""
+"Default\n"
+"125ms\n"
+"250ms\n"
+"500ms\n"
+"1s\n"
+"2s\n"
+"4s\n"
+"8s\n"
+"16s\n"
+"32s\n"
+"1min\n"
+"2min\n"
+"4min\n"
+"8min\n"
+"16min\n"
+"32min"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:216
+msgid "Cdrom Speed (Def. 0 = MAX):"
+msgstr "Velocidade do CDROM (o padrão é 0, ou seja, o máximo):"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:248
+msgid "hseparator"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:258
+msgid "Enable subchannel read"
+msgstr "Ligar leitura de subcanal"
+
+#: ../plugins/peopsxgl/gpu.c:61
+msgid "OpenGL Driver"
+msgstr "Extensão OpenGL"
+
+#: ../plugins/peopsxgl/gpu.c:63
+msgid "Pete Bernert"
+msgstr "Pete Bernert"
+
+#: ../plugins/peopsxgl/gpu.c:64
+msgid ""
+"Based on P.E.Op.S. MesaGL Driver V1.78\n"
+"Coded by Pete Bernert\n"
+msgstr ""
+"Baseada na extensão MesaGL P.E.Op.S. V1.78\n"
+"Programada por Pete Bernert\n"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:118
+msgid "OpenGL Driver configuration"
+msgstr "Configuração da extensão OpenGL"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:138
+msgid "Textures"
+msgstr "Texturas"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:161
+msgid "Quality:"
+msgstr "Qualidade:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:178
+#: ../plugins/peopsxgl/gpucfg/interface.c:191
+msgid "0: don't care - Use driver's default textures"
+msgstr "0: tanto faz - usar textura padrão da placa"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:179
+msgid "1: 4444 - Fast, but less colorful"
+msgstr "1: 4444 - Rápido, mas sem muitas cores"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:180
+msgid "2: 5551 - Nice colors, bad transparency"
+msgstr "2: 5551 - Cores bonitas, transparência ruim"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:181
+msgid "3: 8888 - Best colors, more ram needed"
+msgstr "3: 8888 - Melhor padrão, o que mais usa RAM"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:182
+msgid "4: BGR8888 - Faster on some cards"
+msgstr "4: BGR8888 - Mais rápido em algumas placas"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:193
+msgid "VRam size in MBytes (0..1024, 0=auto):"
+msgstr "Tamanho da VRAM em MBytes (0..1024, 0=automático):"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:210
+#: ../plugins/peopsxgl/gpucfg/interface.c:225
+msgid "0: None"
+msgstr "0: Nenhum"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:211
+msgid "1: Standard - Glitches will happen"
+msgstr "1: Padrão - Problemas vão acontecer"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:212
+msgid "2: Extended - No black borders"
+msgstr "2: Extendido - Sem bordas escuras"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:213
+msgid "3: Standard without sprites - unfiltered 2D"
+msgstr "3: Padrão sem sprites - 2D sem filtro"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:214
+msgid "4: Extended without sprites - unfiltered 2D"
+msgstr "4: Extendido sem sprites - 2D sem filtro"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:215
+msgid "5: Standard + smoothed sprites"
+msgstr "5: Padrão mais sprites filtrados"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:216
+msgid "6: Extended + smoothed sprites"
+msgstr "6: Extendido mais sprites filtrados"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:227
+msgid "Filtering:"
+msgstr "Filtragem:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:235
+msgid "HiRes Tex:"
+msgstr "Textura em alta resolução:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:252
+#: ../plugins/peopsxgl/gpucfg/interface.c:263
+msgid "0: None (standard)"
+msgstr "0: Nenhuma (padrão)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:253
+msgid "1: 2xSaI (much vram needed)"
+msgstr "1: 2xSaI (muita VRAM usada)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:254
+msgid "2: Scaled (needs tex filtering)"
+msgstr "2: Escalonado (precisa ativar filtragem)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:265
+msgid "Window options"
+msgstr "Opções da janela"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:296
+msgid "Width:"
+msgstr "Largura:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:305
+msgid "Height:"
+msgstr "Altura:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:314
+msgid "Keep psx aspect ratio"
+msgstr "Manter proporção do PSX"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:330
+msgid "Dithering"
+msgstr "Colorização"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:346
+msgid "Framerate"
+msgstr "Taxa de FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:369
+msgid "FPS"
+msgstr "FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:377
+msgid "FPS limit manual"
+msgstr "Limite manual de FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:386
+msgid "Show FPS display on startup"
+msgstr "Mostrar taxa de FPS ao iniciar"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:394
+msgid "Use FPS limit"
+msgstr "Usar limite de FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:402
+msgid "FPS limit auto-detection"
+msgstr "Autodetecção do limite de FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:411
+msgid "Use Frame skipping"
+msgstr "Usar pulo de quadros"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:419
+msgid "Compatibility"
+msgstr "Compatibilidade"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:434
+msgid "Advanced blending (Accurate psx color emulation)"
+msgstr "Mesclagem avançada (emulação precisa das cores do PSX)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:442
+msgid "Framebuffer textures:"
+msgstr "Texturas do framebuffer:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:450
+msgid "Offscreen Drawing:"
+msgstr "Desenhos de fora da tela:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:458
+msgid "Framebuffer access:"
+msgstr "Acesso ao framebuffer:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:466
+msgid "Alpha Multipass (correct opaque texture areas)"
+msgstr "Multipassagem dos canais alfa (áreas opacas de texturas corretas)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:474
+msgid "Mask bit detection (needed by a few games, zbuffer)"
+msgstr "Detecção do bit mascarador (necessário para alguns jogos, zbuffer)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:491
+#: ../plugins/peopsxgl/gpucfg/interface.c:504
+msgid "0: None - Fastest, most glitches"
+msgstr "0: Nenhuma - Mais rápido e mais problemas"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:492
+msgid "1: Minimum - Missing screens"
+msgstr "1: Mínimo - Perde algumas telas"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:493
+msgid "2: Standard - OK for most games"
+msgstr "2: Padrão - Bom para a maioria dos jogos"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:494
+msgid "3: Enhanced - Shows more stuff"
+msgstr "3: Aumentado - Mostra mais coisas"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:495
+msgid "4: Extended - Causing garbage"
+msgstr "4: Extendido - Pode causar lixo na tela"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:515
+#: ../plugins/peopsxgl/gpucfg/interface.c:527
+msgid "0: Emulated vram - Needs FVP"
+msgstr "0: VRAM emulada - precisa do FVP"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:516
+msgid "1: Black - Fast, no effects"
+msgstr "1: Preto - Rápido, sem efeitos"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:517
+msgid "2: Gfx card buffer - Can be slow"
+msgstr "2: Usar buffer da placa - Pode ficar lento"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:518
+msgid "3: Gfx card & soft - slow"
+msgstr "3: Placa e software - Lento"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:538
+#: ../plugins/peopsxgl/gpucfg/interface.c:551
+msgid "0: Emulated vram - ok most times"
+msgstr "0: VRAM Emulada - bom na maioria das vezes"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:539
+msgid "1: Gfx card buffer reads"
+msgstr "1: Leitura do buffer da placa"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:540
+msgid "2: Gfx card buffer moves"
+msgstr "2: Escrita no buffer da placa"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:541
+msgid "3: Gfx buffer reads & moves"
+msgstr "3: Leitura e Escrita no buffer da placa"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:542
+msgid "4: Full Software (FVP)"
+msgstr "4: Todo em software (FVP)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:553
+msgid "Special game fixes"
+msgstr "Consertos específicos para jogos"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:576
+msgid "Battle cursor (FF7)"
+msgstr "Cursor da batalha (Final Fantasy 7)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:584
+msgid "Direct FB updates"
+msgstr "Atualização direta do framebuffer"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:592
+msgid "Black brightness (Lunar)"
+msgstr "Brilho no mínimo (Lunar)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:600
+msgid "Swap front detection"
+msgstr "Detecção da inversão frontal"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:608
+msgid "Disable coord check"
+msgstr "Desligar checagem de coordenadas"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:616
+msgid "No blue glitches (LoD)"
+msgstr "Sem sujeira azul (Legend of Dragoon)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:624
+msgid "Soft FB access"
+msgstr "Acesso ao framebuffer por software"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:632
+msgid "PC fps calculation"
+msgstr "Cálculo do FPS feito pelo PC"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:648
+msgid "Yellow rect (FF9)"
+msgstr "Retângulo amarelo (Final Fantasy 9)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:656
+msgid "No subtr. blending"
+msgstr "Sem subtração na mesclagem"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:664
+msgid "Lazy upload (DW7)"
+msgstr "Atualização tardia (Dragon Warrior 7)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:672
+msgid "Odd/even hack"
+msgstr "Hack do ímpar/par"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:680
+msgid "Adjust screen width"
+msgstr "Ajustar largura da tela"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:688
+msgid "Old texture filtering"
+msgstr "Filtragem de textura antiga"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:696
+msgid "Additional uploads"
+msgstr "Envio de dados adicionais"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:704
+msgid "unused"
+msgstr "Não usado"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:712
+msgid "Fake 'gpu busy'"
+msgstr "Imitar estado 'GPU ocupada'"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:720
+msgid "Misc"
+msgstr "Miscelânea"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:743
+msgid "Scanlines"
+msgstr "Scanlines"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:751
+msgid "Blending (0..255, -1=dot):"
+msgstr "Mesclagem (0..255, -1=por ponto):"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:759
+msgid "Screen smoothing (can be slow or unsupported)"
+msgstr "Filtragem da tela inteira (pode ser lenta ou não suportada)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:767
+msgid "Use OpenGL extensions (recommended)"
+msgstr "Usar extensões OpenGL (recomendado)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:775
+msgid "Polygon anti-aliasing (slow with most cards)"
+msgstr "Anti-aliasing de polígonos (lento com a maioria das placas)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:783
+msgid "Line mode (polygons will not get filled)"
+msgstr "Modo de linhas (polígonos não serão tratados)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:791
+msgid "Force 15 bit framebuffer updates (faster movies)"
+msgstr "Forçar atualizações do framebuffer em 15 bit (filmes mais rápidos)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:799
+msgid "Unfiltered MDECs (small movie speedup)"
+msgstr "MDECs sem filtragem (pequeno ganho de velocidade nos filmes)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:852
+msgid "Adapted from P.E.Op.S OpenGL GPU by Pete Bernert"
+msgstr "Adaptado da extensão de GPU OpenGL P.E.Op.S por Pete Bernert"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:861
+msgid "Homepage: http://www.pbernert.com"
+msgstr "Página: http://www.pbernert.com"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:879
+msgid "Version: 1.78"
+msgstr "Versão: 1.78"
+
+#: ../plugins/dfinput/cfg-gtk2.c:48
+msgid "D-Pad Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:49
+msgid "D-Pad Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:50
+msgid "D-Pad Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:51
+msgid "D-Pad Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:52
+msgid "Cross"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:53
+msgid "Circle"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:54
+msgid "Square"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:55
+msgid "Triangle"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:56
+msgid "L1"
+msgstr "L1"
+
+#: ../plugins/dfinput/cfg-gtk2.c:57
+msgid "R1"
+msgstr "R1"
+
+#: ../plugins/dfinput/cfg-gtk2.c:58
+msgid "L2"
+msgstr "L2"
+
+#: ../plugins/dfinput/cfg-gtk2.c:59
+msgid "R2"
+msgstr "R2"
+
+#: ../plugins/dfinput/cfg-gtk2.c:60
+msgid "Select"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:61
+msgid "Start"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:62
+msgid "L3"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:63
+msgid "R3"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:67
+msgid "L-Stick Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:68
+msgid "L-Stick Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:69
+msgid "L-Stick Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:70
+msgid "L-Stick Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:71
+msgid "R-Stick Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:72
+msgid "R-Stick Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:73
+msgid "R-Stick Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:74
+msgid "R-Stick Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Centered"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Rightup"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Rightdown"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Leftup"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:105 ../plugins/dfinput/cfg-gtk2.c:144
+msgid "Leftdown"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:109 ../plugins/dfinput/cfg-gtk2.c:148
+#, c-format
+msgid "Joystick: Button %d"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:113 ../plugins/dfinput/cfg-gtk2.c:152
+#, c-format
+msgid "Joystick: Axis %d%c"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:118 ../plugins/dfinput/cfg-gtk2.c:157
+#, c-format
+msgid "Joystick: Hat %d %s"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:133 ../plugins/dfinput/cfg-gtk2.c:172
+msgid "Keyboard:"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:137 ../plugins/dfinput/cfg-gtk2.c:176
+msgid "(Not Set)"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:539
+msgid "None"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:581
+msgid "Gamepad/Keyboard Input Configuration"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:587 ../plugins/dfinput/cfg-gtk2.c:607
+msgid "Key"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:593 ../plugins/dfinput/cfg-gtk2.c:613
+msgid "Button"
+msgstr ""
+
+#: ../plugins/dfinput/pad.c:22
+msgid "Gamepad/Keyboard Input"
+msgstr "Entrada do gamepad ou teclado"
+
+#: ../plugins/dfinput/dfinput.glade2:35 ../plugins/dfinput/dfinput.glade2:232
+msgid "Device:"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:66 ../plugins/dfinput/dfinput.glade2:263
+msgid "Type:"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:78 ../plugins/dfinput/dfinput.glade2:275
+msgid ""
+"Digital Pad\n"
+"Analog Pad"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:149 ../plugins/dfinput/dfinput.glade2:346
+msgid "Change"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:185 ../plugins/dfinput/dfinput.glade2:382
+msgid "Reset"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:210
+msgid "Controller 1"
+msgstr "Controle 1"
+
+#: ../plugins/dfinput/dfinput.glade2:412
+msgid "Controller 2"
+msgstr "Controle 2"
+
+#: ../plugins/dfinput/dfinput.glade2:427
+msgid "Multi-Threaded (Recommended)"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.c:23
+#, fuzzy
+msgid "Socket Driver"
+msgstr "Extensão SoftGL"
+
+#: ../plugins/dfnet/dfnet.c:161
+#, fuzzy, c-format
+msgid "error connecting to %s: %s\n"
+msgstr "Erro carregando \"%s\": \"%s\""
+
+#: ../plugins/dfnet/dfnet.c:186
+#, fuzzy
+msgid "Error allocating memory!\n"
+msgstr "Erro ao alocar memória!"
+
+#: ../plugins/dfnet/gui.c:39
+msgid "Nothing to configure"
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:95
+#, c-format
+msgid "IP %s"
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:165
+msgid "Waiting for connection..."
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:168
+msgid "The Client should now Start a Connection, waiting..."
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:23
+msgid ""
+"Select here if you'll be Server (Player1) or Client (Player2).\n"
+"\n"
+"If you select Server you must Copy your IP address to the Clipboard and "
+"paste if (Ctrl+V) wherever the Client can see it.\n"
+"\n"
+"If you selected Client please enter the IP address the Server gave to you in "
+"the IP Address Control."
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:63
+msgid "Copy PC IP to Clipboard"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:94
+msgid "Server (Player1)"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:104
+msgid "Client (Player2)"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:130
+msgid ""
+"Do not change if not necessary (remember it must be changed on both sides)."
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:143
+msgid "Port Number"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:202
+msgid "Start Game"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.glade2:240
+msgid "Play Offline"
+msgstr ""
+
+#: ../plugins/bladesio1/sio1.c:29
+#, fuzzy
+msgid "Sio1 Driver"
+msgstr "Extensão SoftGL"
+
+#, fuzzy
+#~ msgid "CD-ROM Device Reader"
+#~ msgstr "Leitor de unidade de CDROM"
+
+#~ msgid "Error Closing PAD1 Plugin"
+#~ msgstr "Erro ao fechar a extensão do controle 1!"
+
+#~ msgid "Error Closing PAD2 Plugin"
+#~ msgstr "Erro ao fechar a extensão do controle 2!"
+
+#~ msgid "Internal HLE Bios"
+#~ msgstr "BIOS HLE interna"
+
+#, fuzzy
+#~ msgid "Dump Memory..."
+#~ msgstr "&Cartões de memória..."
+
+#~ msgid ""
+#~ "(C) 1999-2003 PCSX Team\n"
+#~ "(C) 2005-2006 Ryan Schultz\n"
+#~ "(C) 2005-2006 Andrew Burton\n"
+#~ "(C) 2008-2009 Wei Mingzhi"
+#~ msgstr ""
+#~ "(C) 1999-2003 Equipe do PCSX\n"
+#~ "(C) 2005-2006 Ryan Schultz\n"
+#~ "(C) 2005-2006 Andrew Burton\n"
+#~ "(C) 2008-2009 Wei Mingzhi"
diff --git a/po/ru_RU.po b/po/ru_RU.po
index 61c73238..1c6290e3 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -1,3034 +1,3052 @@
# Russian translation of pcsxr.
# Copyright (C) 2010 edgbla
# This file is distributed under the same license as the pcsxr package.
-#
+#
# Blade_Arma <edgbla@yandex.ru>, 2010.
-msgid ""
-msgstr ""
-"Project-Id-Version: pcsxr 1.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-07 13:41+0800\n"
-"PO-Revision-Date: 2010-07-01 23:53+0400\n"
-"Last-Translator: Blade_Arma <edgbla@yandex.ru>\n"
-"Language-Team: American English <kde-i18n-doc@kde.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.0\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../win32/gui/AboutDlg.c:26
-msgid ""
-"PCSX - A PlayStation Emulator\n"
-"\n"
-"Original Authors:\n"
-"main coder: linuzappz\n"
-"co-coders: shadow\n"
-"ex-coders: Nocomp, Pete Bernett, nik3d\n"
-"Webmaster: AkumaX"
-msgstr ""
-
-#: ../win32/gui/AboutDlg.c:35
-msgid ""
-"PCSX-df Authors:\n"
-"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
-"Marcus Comstedt, Stefan Sikora\n"
-"\n"
-"PCSX-Reloaded By:\n"
-"Blade_Arma, Wei Mingzhi, et al.\n"
-"\n"
-"http://pcsxr.codeplex.com/"
-msgstr ""
-
-#: ../win32/gui/AboutDlg.c:46 ../plugins/peopsxgl/gpucfg/interface.c:831
-msgid "About"
-msgstr "О PCSX"
-
-#: ../win32/gui/AboutDlg.c:48 ../win32/gui/AboutDlg.c:52
-#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119
-#: ../win32/gui/ConfigurePlugins.c:483 ../win32/gui/ConfigurePlugins.c:614
-#: ../win32/gui/WndMain.c:974 ../win32/gui/WndMain.c:1210
-#: ../plugins/peopsxgl/gpucfg/interface.c:130
-#: ../plugins/peopsxgl/gpucfg/interface.c:843
-msgid "OK"
-msgstr "Ок"
-
-#: ../win32/gui/AboutDlg.c:49
-msgid "PCSX EMU\n"
-msgstr "PCSX EMU\n"
-
-#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
-#: ../win32/gui/CheatDlg.c:270
-msgid "Yes"
-msgstr "Да"
-
-#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
-#: ../win32/gui/CheatDlg.c:270
-msgid "No"
-msgstr "Нет"
-
-#: ../win32/gui/CheatDlg.c:66 ../gui/Cheat.c:194
-msgid "Edit Cheat"
-msgstr "Редактирование чита"
-
-#: ../win32/gui/CheatDlg.c:67 ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:636
-msgid "Description:"
-msgstr "Описание:"
-
-#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:125
-#: ../gui/Cheat.c:211
-msgid "Cheat Code:"
-msgstr "Чит код:"
-
-#: ../win32/gui/CheatDlg.c:70 ../win32/gui/CheatDlg.c:120
-#: ../win32/gui/ConfigurePlugins.c:484 ../win32/gui/ConfigurePlugins.c:615
-#: ../win32/gui/WndMain.c:975 ../win32/gui/WndMain.c:1211
-#: ../plugins/peopsxgl/gpucfg/interface.c:338
-msgid "Cancel"
-msgstr "Отмена"
-
-#: ../win32/gui/CheatDlg.c:91 ../win32/gui/CheatDlg.c:132 ../gui/Cheat.c:155
-#: ../gui/Cheat.c:251
-msgid "Invalid cheat code!"
-msgstr "Неверный чит код!"
-
-#: ../win32/gui/CheatDlg.c:116 ../gui/Cheat.c:109
-msgid "Add New Cheat"
-msgstr "Добавить новый чит"
-
-#: ../win32/gui/CheatDlg.c:166 ../data/pcsx.glade2:2534
-msgid "Edit Cheat Codes"
-msgstr "Редактировать чит код"
-
-#: ../win32/gui/CheatDlg.c:168
-msgid "&Add Code"
-msgstr "Добавить код(&A)"
-
-#: ../win32/gui/CheatDlg.c:169
-msgid "&Edit Code"
-msgstr "Редактировать код(&E):"
-
-#: ../win32/gui/CheatDlg.c:170
-msgid "&Remove Code"
-msgstr "Удалить код(&R)"
-
-#: ../win32/gui/CheatDlg.c:171
-msgid "&Enable/Disable"
-msgstr "Включить/Выключить(&E)"
-
-#: ../win32/gui/CheatDlg.c:172
-msgid "&Load..."
-msgstr "Загрузить(&L)..."
-
-#: ../win32/gui/CheatDlg.c:173
-msgid "&Save As..."
-msgstr "Сохранить как(&S)..."
-
-#: ../win32/gui/CheatDlg.c:174
-msgid "&Close"
-msgstr "Закрыть(&C)"
-
-#: ../win32/gui/CheatDlg.c:185 ../gui/Cheat.c:413
-msgid "Description"
-msgstr "Описание"
-
-#: ../win32/gui/CheatDlg.c:190
-msgid "Enabled"
-msgstr "Включено"
-
-#: ../win32/gui/CheatDlg.c:282 ../win32/gui/CheatDlg.c:311
-msgid "PCSX Cheat Code Files"
-msgstr "Файл чит кодов PCSX (*.cht)"
-
-#: ../win32/gui/CheatDlg.c:402
-msgid "Equal Value"
-msgstr "Равно значению"
-
-#: ../win32/gui/CheatDlg.c:403
-msgid "Not Equal Value"
-msgstr "Не равно значению"
-
-#: ../win32/gui/CheatDlg.c:404
-msgid "Range"
-msgstr "Диапазон"
-
-#: ../win32/gui/CheatDlg.c:407
-msgid "Increased By"
-msgstr "Увеличилось на"
-
-#: ../win32/gui/CheatDlg.c:408
-msgid "Decreased By"
-msgstr "Уменьшилось на"
-
-#: ../win32/gui/CheatDlg.c:409
-msgid "Increased"
-msgstr "Увеличилось"
-
-#: ../win32/gui/CheatDlg.c:410
-msgid "Decreased"
-msgstr "Уменьшилось"
-
-#: ../win32/gui/CheatDlg.c:411
-msgid "Different"
-msgstr "Изменилось"
-
-#: ../win32/gui/CheatDlg.c:412
-msgid "No Change"
-msgstr "Не изменилось"
-
-#: ../win32/gui/CheatDlg.c:448 ../gui/Cheat.c:585
-msgid "Enter the values and start your search."
-msgstr "Введите значение и начните поиск."
-
-#: ../win32/gui/CheatDlg.c:453
-msgid "No addresses found."
-msgstr "Адреса не найдены."
-
-#: ../win32/gui/CheatDlg.c:457 ../gui/Cheat.c:543
-msgid "Too many addresses found."
-msgstr "Слишком много адресов найдено."
-
-#: ../win32/gui/CheatDlg.c:466 ../gui/Cheat.c:552
-#, c-format
-msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
-msgstr "%.8X Текущее: %u (%.2X), Предыдущее: %u (%.2X)"
-
-#: ../win32/gui/CheatDlg.c:471 ../gui/Cheat.c:557
-#, c-format
-msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
-msgstr "%.8X Текущее: %u (%.4X), Предыдущее: %u (%.4X)"
-
-#: ../win32/gui/CheatDlg.c:476 ../gui/Cheat.c:562
-#, c-format
-msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
-msgstr "%.8X Текущее: %u (%.8X), Предыдущее: %u (%.8X)"
-
-#: ../win32/gui/CheatDlg.c:492 ../gui/Cheat.c:577
-#, c-format
-msgid "Founded Addresses: %d"
-msgstr "Найденные адреса: %d"
-
-#: ../win32/gui/CheatDlg.c:504 ../data/pcsx.glade2:2930
-msgid "Freeze"
-msgstr "Заморозить"
-
-#: ../win32/gui/CheatDlg.c:505 ../win32/gui/CheatDlg.c:596
-msgid "Address:"
-msgstr "Адрес:"
-
-#: ../win32/gui/CheatDlg.c:506 ../win32/gui/CheatDlg.c:597
-#: ../win32/gui/CheatDlg.c:682 ../gui/Cheat.c:647 ../data/pcsx.glade2:2773
-msgid "Value:"
-msgstr "Значение:"
-
-#: ../win32/gui/CheatDlg.c:566
-#, c-format
-msgid "Freeze %.8X"
-msgstr "Заморозить %.8X"
-
-#: ../win32/gui/CheatDlg.c:595 ../data/pcsx.glade2:2966
-msgid "Modify"
-msgstr "Изменить"
-
-#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:1129 ../data/pcsx.glade2:2703
-msgid "Cheat Search"
-msgstr "Поиск читов"
-
-#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2751
-msgid "Search For:"
-msgstr "Искать для:"
-
-#: ../win32/gui/CheatDlg.c:681 ../data/pcsx.glade2:2761
-msgid "Data Type:"
-msgstr "Тип данных:"
-
-#: ../win32/gui/CheatDlg.c:683 ../data/pcsx.glade2:2785
-msgid "Data Base:"
-msgstr "Основание:"
-
-#: ../win32/gui/CheatDlg.c:684 ../data/pcsx.glade2:2845
-msgid "To:"
-msgstr "До:"
-
-#: ../win32/gui/CheatDlg.c:685
-msgid "&Freeze"
-msgstr "Заморозить"
-
-#: ../win32/gui/CheatDlg.c:686
-msgid "&Modify"
-msgstr "Изменить"
-
-#: ../win32/gui/CheatDlg.c:687
-msgid "&Copy"
-msgstr "Копировать"
-
-#: ../win32/gui/CheatDlg.c:688
-msgid "&Search"
-msgstr "Поиск"
-
-#: ../win32/gui/CheatDlg.c:689
-msgid "&New Search"
-msgstr "Новый поиск"
-
-#: ../win32/gui/CheatDlg.c:690
-msgid "C&lose"
-msgstr "Закрыть"
-
-#: ../win32/gui/CheatDlg.c:692
-msgid "8-bit"
-msgstr "8-бит"
-
-#: ../win32/gui/CheatDlg.c:693
-msgid "16-bit"
-msgstr "16-бит"
-
-#: ../win32/gui/CheatDlg.c:694
-msgid "32-bit"
-msgstr "32-бита"
-
-#: ../win32/gui/CheatDlg.c:695
-msgid "Decimal"
-msgstr "Десятичное"
-
-#: ../win32/gui/CheatDlg.c:696
-msgid "Hexadecimal"
-msgstr "Шестнадцатеричное"
-
-#: ../win32/gui/ConfigurePlugins.c:219
-msgid "Simulate Psx Bios"
-msgstr "Симулировать биос psx"
-
-#: ../win32/gui/ConfigurePlugins.c:305
-msgid "Configuration not OK!"
-msgstr "Настройка не завершена!"
-
-#: ../win32/gui/ConfigurePlugins.c:305 ../gui/Cheat.c:155 ../gui/Cheat.c:251
-#: ../gui/LnxMain.c:418
-msgid "Error"
-msgstr "Ошибка"
-
-#: ../win32/gui/ConfigurePlugins.c:406
-msgid "This plugin reports that should work correctly"
-msgstr "Плагин готов к работе"
-
-#: ../win32/gui/ConfigurePlugins.c:407
-msgid "This plugin reports that should not work correctly"
-msgstr "Плагин вернул сообщение об ошибке"
-
-#: ../win32/gui/ConfigurePlugins.c:463
-msgid "Select Plugins Directory"
-msgstr "Каталог с плагинами"
-
-#: ../win32/gui/ConfigurePlugins.c:472
-msgid "Select Bios Directory"
-msgstr "Каталог с биосами"
-
-#: ../win32/gui/ConfigurePlugins.c:481
-msgid "Configuration"
-msgstr "Настройка"
-
-#: ../win32/gui/ConfigurePlugins.c:485
-msgid "Graphics"
-msgstr "Графика"
-
-#: ../win32/gui/ConfigurePlugins.c:486
-msgid "First Controller"
-msgstr "Первый контроллер"
-
-#: ../win32/gui/ConfigurePlugins.c:487
-msgid "Second Controller"
-msgstr "Второй контроллер"
-
-#: ../win32/gui/ConfigurePlugins.c:488
-msgid "Sound"
-msgstr "Звук"
-
-#: ../win32/gui/ConfigurePlugins.c:489
-msgid "Cdrom"
-msgstr "CD-привод"
-
-#: ../win32/gui/ConfigurePlugins.c:490
-msgid "Bios"
-msgstr "Биос"
-
-#: ../win32/gui/ConfigurePlugins.c:491
-msgid "Set Bios Directory"
-msgstr "Выберите каталог с биосами"
-
-#: ../win32/gui/ConfigurePlugins.c:492
-msgid "Set Plugins Directory"
-msgstr "Выберите каталог с плагинами"
-
-#: ../win32/gui/ConfigurePlugins.c:493 ../win32/gui/ConfigurePlugins.c:496
-#: ../win32/gui/ConfigurePlugins.c:499 ../win32/gui/ConfigurePlugins.c:502
-#: ../win32/gui/ConfigurePlugins.c:505 ../win32/gui/ConfigurePlugins.c:617
-msgid "Configure..."
-msgstr "Настройка..."
-
-#: ../win32/gui/ConfigurePlugins.c:494 ../win32/gui/ConfigurePlugins.c:497
-#: ../win32/gui/ConfigurePlugins.c:500 ../win32/gui/ConfigurePlugins.c:503
-#: ../win32/gui/ConfigurePlugins.c:506 ../win32/gui/ConfigurePlugins.c:618
-msgid "Test..."
-msgstr "Тест..."
-
-#: ../win32/gui/ConfigurePlugins.c:495 ../win32/gui/ConfigurePlugins.c:498
-#: ../win32/gui/ConfigurePlugins.c:501 ../win32/gui/ConfigurePlugins.c:504
-#: ../win32/gui/ConfigurePlugins.c:507 ../win32/gui/ConfigurePlugins.c:619
-msgid "About..."
-msgstr "О..."
-
-#: ../win32/gui/ConfigurePlugins.c:612
-msgid "NetPlay Configuration"
-msgstr "Настройка сетевой игры"
-
-#: ../win32/gui/ConfigurePlugins.c:616 ../plugins/dfnet/gui.c:31
-#: ../plugins/dfnet/gui.c:112
-msgid "NetPlay"
-msgstr "Сетевая игра"
-
-#: ../win32/gui/ConfigurePlugins.c:620
-msgid ""
-"Note: The NetPlay Plugin Directory should be the same as the other Plugins."
-msgstr ""
-"Внимание! NetPlay плагин должен находится в том же каталоге что и остальные "
-"плагины."
-
-#: ../win32/gui/plugin.c:90 ../win32/gui/WndMain.c:281
-#, c-format
-msgid "*PCSX*: Saved State %d"
-msgstr "*PCSX*: Состояние сохранено %d"
-
-#: ../win32/gui/plugin.c:91 ../win32/gui/WndMain.c:282
-#, c-format
-msgid "*PCSX*: Error Saving State %d"
-msgstr "*PCSX*: Ошибка сохранения состояния %d"
-
-#: ../win32/gui/plugin.c:107 ../win32/gui/WndMain.c:259
-#, c-format
-msgid "*PCSX*: Loaded State %d"
-msgstr "PCSX*: Состояние загружено %d"
-
-#: ../win32/gui/plugin.c:108 ../win32/gui/WndMain.c:260
-#, c-format
-msgid "*PCSX*: Error Loading State %d"
-msgstr "*PCSX*: Ошибка загрузки состояния %d"
-
-#: ../win32/gui/plugin.c:119
-#, c-format
-msgid "*PCSX*: Sio Irq Always Enabled"
-msgstr "*PCSX*: Удерживание линии прерывания SIO включено"
-
-#: ../win32/gui/plugin.c:120
-#, c-format
-msgid "*PCSX*: Sio Irq Not Always Enabled"
-msgstr "*PCSX*: Удерживание линии прерывания SIO выключено"
-
-#: ../win32/gui/plugin.c:127
-#, c-format
-msgid "*PCSX*: Black&White Mdecs Only Enabled"
-msgstr "*PCSX*: Режим чёрно-белых видео вставок (Mdecs) включен"
-
-#: ../win32/gui/plugin.c:128
-#, c-format
-msgid "*PCSX*: Black&White Mdecs Only Disabled"
-msgstr "*PCSX*: Режим чёрно-белых видео вставок (Mdecs) выключен"
-
-#: ../win32/gui/plugin.c:135
-#, c-format
-msgid "*PCSX*: Xa Enabled"
-msgstr "*PCSX*: Xa включено"
-
-#: ../win32/gui/plugin.c:136
-#, c-format
-msgid "*PCSX*: Xa Disabled"
-msgstr "*PCSX*: Xa выключено"
-
-#: ../win32/gui/plugin.c:145
-msgid "*PCSX*: CdRom Case Opened"
-msgstr "*PCSX*: крышка CD-привода открыта"
-
-#: ../win32/gui/plugin.c:150
-msgid "*PCSX*: CdRom Case Closed"
-msgstr "*PCSX*: крышка CD-привода закрыта"
-
-#: ../win32/gui/plugin.c:177
-msgid "Connecting..."
-msgstr "Соединение..."
-
-#: ../win32/gui/plugin.c:179 ../win32/gui/plugin.c:186
-#, c-format
-msgid "Please wait while connecting... %c\n"
-msgstr "Идёт соединение, подождите... %c\n"
-
-#: ../win32/gui/plugin.c:214
-msgid "Error Opening CDR Plugin"
-msgstr "Ошибка открытия CDR плагина"
-
-#: ../win32/gui/plugin.c:277
-#, c-format
-msgid "Error Opening GPU Plugin (%d)"
-msgstr "Ошибка открытия GPU плагина (%d)"
-
-#: ../win32/gui/plugin.c:279
-#, c-format
-msgid "Error Opening SPU Plugin (%d)"
-msgstr "Ошибка открытия SPU плагина (%d)"
-
-#: ../win32/gui/plugin.c:282
-#, c-format
-msgid "Error Opening PAD1 Plugin (%d)"
-msgstr "Ошибка открытия PAD1 плагина (%d)"
-
-#: ../win32/gui/plugin.c:284
-#, c-format
-msgid "Error Opening PAD2 Plugin (%d)"
-msgstr "Ошибка открытия PAD2 плагина (%d)"
-
-#: ../win32/gui/plugin.c:314
-msgid "Error Closing CDR Plugin"
-msgstr "Ошибка при закрытии CD-ROM плагина (%d)"
-
-#: ../win32/gui/plugin.c:316
-msgid "Error Closing GPU Plugin"
-msgstr "Ошибка при закрытии GPU плагина"
-
-#: ../win32/gui/plugin.c:318
-msgid "Error Closing SPU Plugin"
-msgstr "Ошибка при закрытии SPU плагина"
-
-#: ../win32/gui/plugin.c:336
-#, c-format
-msgid "CDRinit error: %d"
-msgstr "Ошибка в CDRinit: %d"
-
-#: ../win32/gui/plugin.c:338
-#, c-format
-msgid "GPUinit error: %d"
-msgstr "Ошибка в GPUinit: %d"
-
-#: ../win32/gui/plugin.c:340
-#, c-format
-msgid "SPUinit error: %d"
-msgstr "Ошибка в SPUinit: %d"
-
-#: ../win32/gui/plugin.c:342
-#, c-format
-msgid "PAD1init error: %d"
-msgstr "Ошибка в PAD1init: %d"
-
-#: ../win32/gui/plugin.c:344
-#, c-format
-msgid "PAD2init error: %d"
-msgstr "Ошибка в PAD2init: %d"
-
-#: ../win32/gui/plugin.c:347
-#, c-format
-msgid "NETinit error: %d"
-msgstr "Ошибка в NETinit: %d"
-
-#: ../win32/gui/WndMain.c:76
-msgid "Arabic"
-msgstr "Арабский"
-
-#: ../win32/gui/WndMain.c:77
-msgid "Catalan"
-msgstr "Каталанский"
-
-#: ../win32/gui/WndMain.c:78
-msgid "German"
-msgstr "Немецкий"
-
-#: ../win32/gui/WndMain.c:79
-msgid "Greek"
-msgstr "Греческий"
-
-#: ../win32/gui/WndMain.c:80 ../win32/gui/WndMain.c:1566
-#: ../win32/gui/WndMain.c:1568
-msgid "English"
-msgstr "Английский"
-
-#: ../win32/gui/WndMain.c:81
-msgid "Spanish"
-msgstr "Испанский"
-
-#: ../win32/gui/WndMain.c:82
-msgid "French"
-msgstr "Французский"
-
-#: ../win32/gui/WndMain.c:83
-msgid "Italian"
-msgstr "Итальянский"
-
-#: ../win32/gui/WndMain.c:84
-msgid "Portuguese"
-msgstr "Португальский"
-
-#: ../win32/gui/WndMain.c:85
-msgid "Portuguese (Brazilian)"
-msgstr "Португальский (Бразильский)"
-
-#: ../win32/gui/WndMain.c:86
-msgid "Romanian"
-msgstr "Румынский"
-
-#: ../win32/gui/WndMain.c:87
-msgid "Russian"
-msgstr "Русский"
-
-#: ../win32/gui/WndMain.c:88
-msgid "Simplified Chinese"
-msgstr "Китайский упрощенный"
-
-#: ../win32/gui/WndMain.c:89
-msgid "Traditional Chinese"
-msgstr "Китайский традиционный "
-
-#: ../win32/gui/WndMain.c:90
-msgid "Japanese"
-msgstr "Японский"
-
-#: ../win32/gui/WndMain.c:91
-msgid "Korean"
-msgstr "Корейский"
-
-#: ../win32/gui/WndMain.c:300 ../win32/gui/WndMain.c:352
-msgid "PCSX State Format"
-msgstr "Формат состояния PCSX"
-
-#: ../win32/gui/WndMain.c:327
-#, c-format
-msgid "*PCSX*: Loaded State %s"
-msgstr "*PCSX*: Состояние загружено %s"
-
-#: ../win32/gui/WndMain.c:328
-#, c-format
-msgid "*PCSX*: Error Loading State %s"
-msgstr "*PCSX*: Ошибка загрузки состояния %s"
-
-#: ../win32/gui/WndMain.c:379
-#, c-format
-msgid "*PCSX*: Saved State %s"
-msgstr "*PCSX*: Состояние сохранено %s"
-
-#: ../win32/gui/WndMain.c:380
-#, c-format
-msgid "*PCSX*: Error Saving State %s"
-msgstr "*PCSX*: Ошибка сохранения состояния %s"
-
-#: ../win32/gui/WndMain.c:429 ../win32/gui/WndMain.c:478 ../gui/Gtk2Gui.c:485
-#: ../gui/Gtk2Gui.c:610
-msgid "The CD does not appear to be a valid Playstation CD"
-msgstr "Установленный CD-диск не является диском PlayStation"
-
-#: ../win32/gui/WndMain.c:435 ../win32/gui/WndMain.c:484 ../gui/Gtk2Gui.c:493
-#: ../gui/Gtk2Gui.c:618
-msgid "Could not load CD-ROM!"
-msgstr "Не удалось загрузить CD-ROM!"
-
-#: ../win32/gui/WndMain.c:445
-msgid "Running BIOS is not supported with Internal HLE Bios."
-msgstr ""
-"Стандартная оболочка, позволяющая управлять картами памяти и проигрывать DA "
-"музыку, при использовании HLE-биоса недоступна."
-
-#: ../win32/gui/WndMain.c:664 ../gui/MemcardDlg.c:62
-msgid "Title"
-msgstr "Название"
-
-#: ../win32/gui/WndMain.c:670 ../gui/MemcardDlg.c:68
-msgid "Status"
-msgstr "Статус"
-
-#: ../win32/gui/WndMain.c:676
-msgid "Game ID"
-msgstr "Идентификатор игры"
-
-#: ../win32/gui/WndMain.c:682
-msgid "Game"
-msgstr "Игра"
-
-#: ../win32/gui/WndMain.c:864
-msgid "mid link block"
-msgstr "соединительный блок"
-
-#: ../win32/gui/WndMain.c:867
-msgid "terminiting link block"
-msgstr "завершающий соединительный блок"
-
-#: ../win32/gui/WndMain.c:875 ../gui/MemcardDlg.c:155 ../gui/MemcardDlg.c:260
-msgid "Deleted"
-msgstr "Удалено"
-
-#: ../win32/gui/WndMain.c:876 ../win32/gui/WndMain.c:879
-#: ../gui/MemcardDlg.c:157 ../gui/MemcardDlg.c:161 ../gui/MemcardDlg.c:262
-#: ../gui/MemcardDlg.c:266
-msgid "Free"
-msgstr "Свободно"
-
-#: ../win32/gui/WndMain.c:878 ../gui/MemcardDlg.c:159 ../gui/MemcardDlg.c:264
-msgid "Used"
-msgstr "Использовано"
-
-#: ../win32/gui/WndMain.c:972
-msgid "Memcard Manager"
-msgstr "Менеджер карт памяти"
-
-#: ../win32/gui/WndMain.c:976 ../win32/gui/WndMain.c:979
-msgid "Select Mcd"
-msgstr "Выбрать"
-
-#: ../win32/gui/WndMain.c:977 ../win32/gui/WndMain.c:980
-msgid "Format Mcd"
-msgstr "Форматировать"
-
-#: ../win32/gui/WndMain.c:978 ../win32/gui/WndMain.c:981
-msgid "Reload Mcd"
-msgstr "Перезагрузить"
-
-#: ../win32/gui/WndMain.c:982
-msgid "-> Copy ->"
-msgstr "-> Копировать ->"
-
-#: ../win32/gui/WndMain.c:983
-msgid "<- Copy <-"
-msgstr "<- Копировать <-"
-
-#: ../win32/gui/WndMain.c:984
-msgid "Paste"
-msgstr "Вставить"
-
-#: ../win32/gui/WndMain.c:985
-msgid "<- Un/Delete"
-msgstr "<- Восстановить блок"
-
-#: ../win32/gui/WndMain.c:986
-msgid "Un/Delete ->"
-msgstr "Восстановить блок ->"
-
-#: ../win32/gui/WndMain.c:988
-msgid "Memory Card 1"
-msgstr "Карта памяти 1"
-
-#: ../win32/gui/WndMain.c:989
-msgid "Memory Card 2"
-msgstr "Карта памяти 2"
-
-#: ../win32/gui/WndMain.c:1044
-msgid "Are you sure you want to paste this selection?"
-msgstr "Вы уверены в том, что хотите вставить выделенное?"
-
-#: ../win32/gui/WndMain.c:1044 ../win32/gui/WndMain.c:1155
-#: ../win32/gui/WndMain.c:1162
-msgid "Confirmation"
-msgstr "Подтверждение"
-
-#: ../win32/gui/WndMain.c:1155 ../win32/gui/WndMain.c:1162
-msgid "Are you sure you want to format this Memory Card?"
-msgstr "Вы уверены в том, что хотите отформатировать карту памяти?"
-
-#: ../win32/gui/WndMain.c:1208
-msgid "Cpu Config"
-msgstr "Настройка ЦПУ"
-
-#: ../win32/gui/WndMain.c:1213
-msgid "Disable Xa Decoding"
-msgstr "Отключить декодирование XA"
-
-#: ../win32/gui/WndMain.c:1214
-msgid "Sio Irq Always Enabled"
-msgstr "Удерживание линии прерывания SIO"
-
-#: ../win32/gui/WndMain.c:1215
-msgid "Black && White Movies"
-msgstr "Чёрно-белые заставки"
-
-#: ../win32/gui/WndMain.c:1216
-msgid "Disable Cd audio"
-msgstr "Выключить CD музыку"
-
-#: ../win32/gui/WndMain.c:1217 ../data/pcsx.glade2:1595
-msgid "Autodetect"
-msgstr "Авто-определение"
-
-#: ../win32/gui/WndMain.c:1218
-msgid "Enable Interpreter Cpu"
-msgstr "Включить интерпретатор ЦПУ"
-
-#: ../win32/gui/WndMain.c:1219 ../data/pcsx.glade2:1451
-msgid "Enable Console Output"
-msgstr "Включить вывод в консоль"
-
-#: ../win32/gui/WndMain.c:1220 ../data/pcsx.glade2:1401
-msgid "Enable Debugger"
-msgstr "Включить отладчик"
-
-#: ../win32/gui/WndMain.c:1221
-msgid "Spu Irq Always Enabled"
-msgstr "Удерживание линии прерывания SPU"
-
-#: ../win32/gui/WndMain.c:1222 ../data/pcsx.glade2:1538
-msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
-msgstr "Исправление для Parasite Eve 2 и Vandal Hearts"
-
-#: ../win32/gui/WndMain.c:1223 ../data/pcsx.glade2:1553
-msgid "InuYasha Sengoku Battle Fix"
-msgstr "Исправление для InuYasha Sengoku Battle"
-
-#: ../win32/gui/WndMain.c:1225
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:277
-#: ../plugins/dfinput/dfinput.glade2:448
-msgid "Options"
-msgstr "Опции"
-
-#: ../win32/gui/WndMain.c:1226
-msgid "Psx System Type"
-msgstr "Тип системы psx"
-
-#: ../win32/gui/WndMain.c:1330
-msgid "Psx Mcd Format (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
-msgstr "Форматы карт памяти psx (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
-
-#: ../win32/gui/WndMain.c:1335
-msgid "Psx Memory Card (*.mcr;*.mc)"
-msgstr "Карта памяти psx (*.mcr;*.mc)"
-
-#: ../win32/gui/WndMain.c:1340
-msgid "CVGS Memory Card (*.mem;*.vgs)"
-msgstr "Карта памяти CVGS (*.mem;*.vgs)"
-
-#: ../win32/gui/WndMain.c:1345
-msgid "Bleem Memory Card (*.mcd)"
-msgstr "Карта памяти Bleem (*.mcd)"
-
-#: ../win32/gui/WndMain.c:1350
-msgid "DexDrive Memory Card (*.gme)"
-msgstr "Карта памяти DexDrive (*.gme)"
-
-#: ../win32/gui/WndMain.c:1355
-msgid "DataDeck Memory Card (*.ddf)"
-msgstr "Карта памяти DataDeck (*.ddf)"
-
-#: ../win32/gui/WndMain.c:1360 ../win32/gui/WndMain.c:1441 ../gui/Cheat.c:321
-#: ../gui/Gtk2Gui.c:422 ../gui/Gtk2Gui.c:561
-msgid "All Files"
-msgstr "Все файлы"
-
-#: ../win32/gui/WndMain.c:1399
-msgid "Psx Exe Format"
-msgstr "Psx exe формат"
-
-#: ../win32/gui/WndMain.c:1436
-msgid "Psx Isos (*.iso;*.mdf;*.img;*.bin)"
-msgstr "Образы диска psx (*.iso;*.mdf;*.img;*.bin)"
-
-#: ../win32/gui/WndMain.c:1512
-msgid "&File"
-msgstr "Файл(&F)"
-
-#: ../win32/gui/WndMain.c:1513
-msgid "E&xit"
-msgstr "Выход(&X)"
-
-#: ../win32/gui/WndMain.c:1515
-msgid "Run &EXE..."
-msgstr "Запустить EXE"
-
-#: ../win32/gui/WndMain.c:1516
-msgid "Run &BIOS"
-msgstr "Запустить BIOS"
-
-#: ../win32/gui/WndMain.c:1517
-msgid "Run &ISO..."
-msgstr "Запустить ISO"
-
-#: ../win32/gui/WndMain.c:1518
-msgid "Run &CD"
-msgstr "Запустить CD"
-
-#: ../win32/gui/WndMain.c:1520
-msgid "&Emulator"
-msgstr "Эмулятор(&E)"
-
-#: ../win32/gui/WndMain.c:1521
-msgid "&States"
-msgstr "Состояния(&S)"
-
-#: ../win32/gui/WndMain.c:1523
-msgid "S&witch ISO..."
-msgstr "Изменить ISO(&W)..."
-
-#: ../win32/gui/WndMain.c:1525
-msgid "Re&set"
-msgstr "Сброс(&S)"
-
-#: ../win32/gui/WndMain.c:1526
-msgid "&Run"
-msgstr "Старт(&R)"
-
-#: ../win32/gui/WndMain.c:1527
-msgid "&Save"
-msgstr "Сохранить(&S)"
-
-#: ../win32/gui/WndMain.c:1528
-msgid "&Load"
-msgstr "Загрузить(&L)"
-
-#: ../win32/gui/WndMain.c:1529 ../win32/gui/WndMain.c:1535
-msgid "&Other..."
-msgstr "Другой(&O)..."
-
-#: ../win32/gui/WndMain.c:1530 ../win32/gui/WndMain.c:1536
-msgid "Slot &5"
-msgstr "Слот 5(&5)"
-
-#: ../win32/gui/WndMain.c:1531 ../win32/gui/WndMain.c:1537
-msgid "Slot &4"
-msgstr "Слот 4(&4)"
-
-#: ../win32/gui/WndMain.c:1532 ../win32/gui/WndMain.c:1538
-msgid "Slot &3"
-msgstr "Слот 3(&3)"
-
-#: ../win32/gui/WndMain.c:1533 ../win32/gui/WndMain.c:1539
-msgid "Slot &2"
-msgstr "Слот 2(&2)"
-
-#: ../win32/gui/WndMain.c:1534 ../win32/gui/WndMain.c:1540
-msgid "Slot &1"
-msgstr "Слот 1(&1)"
-
-#: ../win32/gui/WndMain.c:1542
-msgid "&Configuration"
-msgstr "Настройка(&C)"
-
-#: ../win32/gui/WndMain.c:1543
-msgid "Cheat &Search..."
-msgstr "Поиск читов...(&S)"
-
-#: ../win32/gui/WndMain.c:1544
-msgid "Ch&eat Code..."
-msgstr "Чит код...(&E)"
-
-#: ../win32/gui/WndMain.c:1547
-msgid "&Language"
-msgstr "Язык(&L)"
-
-#: ../win32/gui/WndMain.c:1572
-msgid "&Memory cards..."
-msgstr "Карты памяти(&M)..."
-
-#: ../win32/gui/WndMain.c:1573
-msgid "C&PU..."
-msgstr "ЦПУ(&P)..."
-
-#: ../win32/gui/WndMain.c:1575
-msgid "&NetPlay..."
-msgstr "Сетевая игра..."
-
-#: ../win32/gui/WndMain.c:1577
-msgid "&Controllers..."
-msgstr "Управление..."
-
-#: ../win32/gui/WndMain.c:1578
-msgid "CD-&ROM..."
-msgstr "CD-привод(&R)..."
-
-#: ../win32/gui/WndMain.c:1579
-msgid "&Sound..."
-msgstr "Звук..."
-
-#: ../win32/gui/WndMain.c:1580
-msgid "&Graphics..."
-msgstr "Графика..."
-
-#: ../win32/gui/WndMain.c:1582
-msgid "&Plugins && Bios..."
-msgstr "Плагины и биос(&P)..."
-
-#: ../win32/gui/WndMain.c:1584
-msgid "&Help"
-msgstr "Помощь(&H)"
-
-#: ../win32/gui/WndMain.c:1585
-msgid "&About..."
-msgstr "О(&A)..."
-
-#: ../win32/gui/WndMain.c:1764
-msgid "Pcsx Msg"
-msgstr "Сообщение pcsx"
-
-#: ../win32/gui/WndMain.c:1767
-msgid "Error Loading Symbol"
-msgstr "Ошибка загрузки символа"
-
-#: ../gui/AboutDlg.c:74
-msgid ""
-"(C) 1999-2003 PCSX Team\n"
-"(C) 2005-2009 PCSX-df Team\n"
-"(C) 2009-2010 PCSX-Reloaded Team"
-msgstr ""
-
-#: ../gui/AboutDlg.c:79
-msgid ""
-"This program is free software; you can redistribute it and/or modify it "
-"under the terms of the GNU General Public License as published by the Free "
-"Software Foundation; either version 2 of the License, or (at your option) "
-"any later version.\n"
-"\n"
-"This program is distributed in the hope that it will be useful, but WITHOUT "
-"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
-"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
-"more details.\n"
-"\n"
-"You should have received a copy of the GNU General Public License along with "
-"this program; if not, write to the Free Software Foundation, Inc., 51 "
-"Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA."
-msgstr ""
-
-#: ../gui/AboutDlg.c:102
-msgid "translator-credits"
-msgstr "edgbla"
-
-#: ../gui/AboutDlg.c:103
-msgid "A PlayStation emulator."
-msgstr "Эмулятор PlayStation."
-
-#: ../gui/Cheat.c:117 ../gui/Cheat.c:202
-msgid "Cheat Description:"
-msgstr "Описание чита:"
-
-#: ../gui/Cheat.c:306
-msgid "Open Cheat File"
-msgstr "Открыть файл чита"
-
-#: ../gui/Cheat.c:316 ../gui/Cheat.c:356
-msgid "PCSX Cheat Code Files (*.cht)"
-msgstr "Файлы читов PCSX (*.cht)"
-
-#: ../gui/Cheat.c:346
-msgid "Save Cheat File"
-msgstr "Сохранить чит файл"
-
-#: ../gui/Cheat.c:361
-msgid "All Files (*.*)"
-msgstr "Все файлы (*.*)"
-
-#: ../gui/Cheat.c:394 ../gui/Cheat.c:1124 ../gui/ConfDlg.c:104
-#: ../gui/ConfDlg.c:200 ../gui/DebugMemory.c:259
-msgid "Error: Glade interface could not be loaded!"
-msgstr "Ошибка: интерфейс Glade не может быть загружен!"
-
-#: ../gui/Cheat.c:399
-msgid "Cheat Codes"
-msgstr "Чит коды"
-
-#: ../gui/Cheat.c:405
-msgid "Enable"
-msgstr "Включить"
-
-#: ../gui/Cheat.c:630
-msgid "Freeze value"
-msgstr "Заморозить значение"
-
-#: ../gui/Cheat.c:729
-msgid "Modify value"
-msgstr "Изменить значение"
-
-#: ../gui/Cheat.c:737
-msgid "New value:"
-msgstr "Новое значение:"
-
-#: ../gui/Cheat.c:1134
-msgid "Search Results"
-msgstr "Результат поиска"
-
-#: ../gui/ConfDlg.c:112 ../data/pcsx.glade2:778
-msgid "Configure PCSX"
-msgstr "Настройка PCSX"
-
-#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
-#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
-msgid "No configuration required"
-msgstr "Настройка не требуется"
-
-#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
-#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
-msgid "This plugin doesn't need to be configured."
-msgstr "Плагин не нуждается в настройке."
-
-#: ../gui/ConfDlg.c:581
-#, c-format
-msgid "Could not open BIOS directory: '%s'\n"
-msgstr "Не удалось открыть каталог с биосами BIOS: \"%s\"\n"
-
-#: ../gui/ConfDlg.c:611 ../gui/ConfDlg.c:704 ../gui/LnxMain.c:168
-#, c-format
-msgid "Could not open directory: '%s'\n"
-msgstr "Не удалось открыть каталог: '%s'\n"
-
-#: ../gui/ConfDlg.c:675
-msgid "Simulate PSX BIOS"
-msgstr "Симулировать биос psx"
-
-#: ../gui/DebugMemory.c:103 ../data/pcsx.glade2:3178
-msgid "Memory Dump"
-msgstr "Дамп памяти"
-
-#: ../gui/DebugMemory.c:111
-msgid "Start Address (Hexadecimal):"
-msgstr "Начальный адрес (шестнадцатиричный):"
-
-#: ../gui/DebugMemory.c:121
-msgid "Length (Decimal):"
-msgstr "Длина (десятичный):"
-
-#: ../gui/DebugMemory.c:147
-msgid "Dump to File"
-msgstr "Дамп в файл"
-
-#: ../gui/DebugMemory.c:162
-#, c-format
-msgid "Error writing to %s!"
-msgstr "Ошибка записи в %s!"
-
-#: ../gui/DebugMemory.c:180
-msgid "Memory Patch"
-msgstr "Патч памяти"
-
-#: ../gui/DebugMemory.c:188 ../data/pcsx.glade2:3199
-msgid "Address (Hexadecimal):"
-msgstr "Адрес (шестнадцатиричный):"
-
-#: ../gui/DebugMemory.c:198
-msgid "Value (Hexa string):"
-msgstr "Значение (Hexa string):"
-
-#: ../gui/DebugMemory.c:264
-msgid "Memory Viewer"
-msgstr "Просмотр памяти"
-
-#: ../gui/DebugMemory.c:269
-msgid "Address"
-msgstr "Адрес"
-
-#: ../gui/DebugMemory.c:287
-msgid "Text"
-msgstr "Текст"
-
-#: ../gui/Gtk2Gui.c:113
-msgid "Ready"
-msgstr "Готово"
-
-#: ../gui/Gtk2Gui.c:154
-msgid "Emulation Paused."
-msgstr "Эмуляция приостановлена."
-
-#: ../gui/Gtk2Gui.c:405
-msgid "Select PSX EXE File"
-msgstr "Выберите PSX EXE файл"
-
-#: ../gui/Gtk2Gui.c:418
-msgid "PlayStation Executable Files"
-msgstr "Выполняемые файлы PlayStation"
-
-#: ../gui/Gtk2Gui.c:454
-msgid "Not a valid PSX file"
-msgstr "Недопустимый формат файла"
-
-#: ../gui/Gtk2Gui.c:454
-msgid "The file does not appear to be a valid Playstation executable"
-msgstr "Файл не является запускным файлом PlayStation"
-
-#: ../gui/Gtk2Gui.c:485 ../gui/Gtk2Gui.c:610
-msgid "CD ROM failed"
-msgstr "Ошибка CD-привода"
-
-#: ../gui/Gtk2Gui.c:493 ../gui/Gtk2Gui.c:618
-msgid "The CD-ROM could not be loaded"
-msgstr "Не удалось загрузить CD-ROM"
-
-#: ../gui/Gtk2Gui.c:507
-msgid "Could not run BIOS"
-msgstr "Не удалось запустить биос"
-
-#: ../gui/Gtk2Gui.c:507
-msgid "Running BIOS is not supported with Internal HLE BIOS."
-msgstr ""
-"Стандартная оболочка, позволяющая управлять картами памяти и проигрывать DA "
-"музыку, при использовании HLE-биоса недоступна."
-
-#: ../gui/Gtk2Gui.c:536
-msgid "Open PSX Disc Image File"
-msgstr "Открыть образ PSX диска"
-
-#: ../gui/Gtk2Gui.c:556
-msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
-msgstr "Образы PSX дисков (*.bin, *.img, *.mdf, *.iso)"
-
-#: ../gui/Gtk2Gui.c:771
-#, c-format
-msgid "Loaded state %s."
-msgstr "Состояние загружено %s."
-
-#: ../gui/Gtk2Gui.c:774
-#, c-format
-msgid "Error loading state %s!"
-msgstr "Ошибка загрузки состояния %s!"
-
-#: ../gui/Gtk2Gui.c:785
-#, c-format
-msgid "Saved state %s."
-msgstr "Состояние сохранено %s."
-
-#: ../gui/Gtk2Gui.c:787
-#, c-format
-msgid "Error saving state %s!"
-msgstr "Ошибка сохранения состояния %s!"
-
-#: ../gui/Gtk2Gui.c:822 ../gui/Gtk2Gui.c:850
-msgid "Select State File"
-msgstr "Выберите файл состояния"
-
-#: ../gui/Gtk2Gui.c:893
-msgid "Notice"
-msgstr "Сообщение"
-
-#: ../gui/LnxMain.c:62
-#, c-format
-msgid "Creating memory card: %s\n"
-msgstr "Создание карты памяти: %s\n"
-
-#: ../gui/LnxMain.c:325
-msgid ""
-" pcsx [options] [file]\n"
-"\toptions:\n"
-"\t-runcd\t\tRuns CD-ROM\n"
-"\t-cdfile FILE\tRuns a CD image file\n"
-"\t-nogui\t\tDon't open the GTK GUI\n"
-"\t-cfg FILE\tLoads desired configuration file (default: ~/.pcsx/pcsx.cfg)\n"
-"\t-psxout\t\tEnable PSX output\n"
-"\t-load STATENUM\tLoads savestate STATENUM (1-5)\n"
-"\t-h -help\tDisplay this message\n"
-"\tfile\t\tLoads file\n"
-msgstr ""
-" pcsx [опции] [файл]\n"
-"\tопции:\n"
-"\t-runcd\t\tЗапустить с CD-привода\n"
-"\t-cdfile FILE\tЗапустить с файла образа CD\n"
-"\t-nogui\t\tНе использовать графический интерфейс GTK\n"
-"\t-cfg FILE\tУказать файл конфигурации (по умолчанию: ~/.pcsx/pcsx.cfg)\n"
-"\t-psxout\t\tВключить вывод PSX\n"
-"\t-load STATENUM\tЗагрузить состояние с номером STATENUM (1-5)\n"
-"\t-h -help\tПоказать это сообщение\n"
-"\tfile\t\tЗагрузить файл\n"
-
-#: ../gui/LnxMain.c:362
-#, c-format
-msgid ""
-"PCSX cannot be configured without using the GUI -- you should restart "
-"without -nogui.\n"
-msgstr ""
-"PCSX не может быть настроен без использования графического интерфейса -- "
-"необходимо перезапустить эмулятор без опции -nogui.\n"
-
-#: ../gui/LnxMain.c:418
-msgid "Failed loading plugins!"
-msgstr "Ошибка загрузки плагинов!"
-
-#: ../gui/LnxMain.c:435
-#, c-format
-msgid "Could not load CD-ROM!\n"
-msgstr "Не удалось загрузить CD-ROM!\n"
-
-#: ../gui/LnxMain.c:466
-#, c-format
-msgid "PSX emulator couldn't be initialized.\n"
-msgstr "Ошибка инициализации эмулятора.\n"
-
-#: ../gui/MemcardDlg.c:56
-msgid "Icon"
-msgstr "Иконка"
-
-#: ../gui/MemcardDlg.c:74
-msgid "ID"
-msgstr "Идентификатор"
-
-#: ../gui/MemcardDlg.c:80
-msgid "Name"
-msgstr "Название"
-
-#: ../gui/MemcardDlg.c:323
-msgid "Select A File"
-msgstr "Выберите файл"
-
-#: ../gui/MemcardDlg.c:364
-msgid "Format this Memory Card?"
-msgstr "Отформатировать карту памяти?"
-
-#: ../gui/MemcardDlg.c:366
-msgid ""
-"If you format the memory card, the card will be empty, and any existing data "
-"overwritten."
-msgstr ""
-"При форматировании все данные на карте памяти будут безвозвратно утеряны."
-
-#: ../gui/MemcardDlg.c:369
-msgid "Format card"
-msgstr "Отформатировать карту памяти"
-
-#: ../gui/MemcardDlg.c:393
-msgid "Create a new Memory Card"
-msgstr "Создать новую карту памяти"
-
-#: ../gui/MemcardDlg.c:402
-msgid "New Memory Card.mcd"
-msgstr ""
-
-#: ../gui/MemcardDlg.c:503
-msgid "No free space on memory card"
-msgstr "Недостаточно места на карте памяти"
-
-#: ../gui/MemcardDlg.c:504
-msgid ""
-"There are no free slots available on the target memory card. Please delete a "
-"slot first."
-msgstr "Недостаточно свободных блоков на карте памяти."
-
-#: ../gui/MemcardDlg.c:667
-msgid "Memory Card Manager"
-msgstr "Менеджер карт памяти"
-
-#: ../gui/Plugin.c:211 ../data/pcsx.glade2:1487
-#, c-format
-msgid "SIO IRQ Always Enabled"
-msgstr "Удерживание линии прерывания SIO"
-
-#: ../gui/Plugin.c:212
-#, c-format
-msgid "SIO IRQ Not Always Enabled"
-msgstr "Удерживание линии прерывания SIO выключено"
-
-#: ../gui/Plugin.c:218
-#, c-format
-msgid "Black & White Mdecs Only Enabled"
-msgstr "Режим чёрно-белых видео вставок (Mdecs) включен"
-
-#: ../gui/Plugin.c:219
-#, c-format
-msgid "Black & White Mdecs Only Disabled"
-msgstr "Режим чёрно-белых видео вставок (Mdecs) выключен"
-
-#: ../gui/Plugin.c:225
-#, c-format
-msgid "XA Enabled"
-msgstr "XA включено"
-
-#: ../gui/Plugin.c:226
-#, c-format
-msgid "XA Disabled"
-msgstr "XA выключено"
-
-#: ../gui/Plugin.c:288
-msgid "Error opening CD-ROM plugin!"
-msgstr "Ошибка открытия CD-ROM плагина!"
-
-#: ../gui/Plugin.c:290
-msgid "Error opening SPU plugin!"
-msgstr "Ошибка открытия SPU плагина!"
-
-#: ../gui/Plugin.c:293
-msgid "Error opening GPU plugin!"
-msgstr "Ошибка открытия GPU плагина!"
-
-#: ../gui/Plugin.c:295
-msgid "Error opening Controller 1 plugin!"
-msgstr "Ошибка открытия PAD1 плагина!"
-
-#: ../gui/Plugin.c:297
-msgid "Error opening Controller 2 plugin!"
-msgstr "Ошибка открытия PAD2 плагина!"
-
-#: ../gui/Plugin.c:377
-msgid "Error closing CD-ROM plugin!"
-msgstr "Ошибка при закрытии CD-ROM плагина!"
-
-#: ../gui/Plugin.c:379
-msgid "Error closing SPU plugin!"
-msgstr "Ошибка при закрытии SPU плагина!"
-
-#: ../gui/Plugin.c:381
-msgid "Error closing Controller 1 Plugin!"
-msgstr "Ошибка при закрытии PAD1 плагина!"
-
-#: ../gui/Plugin.c:383
-msgid "Error closing Controller 2 plugin!"
-msgstr "Ошибка при закрытии PAD2 плагина!"
-
-#: ../gui/Plugin.c:385
-msgid "Error closing GPU plugin!"
-msgstr "Ошибка при закрытии GPU плагина!"
-
-#: ../libpcsxcore/cdriso.c:658
-#, c-format
-msgid "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n"
-msgstr "Трек %.2d (%s) - Начало %.2d:%.2d:%.2d, Длина %.2d:%.2d:%.2d\n"
-
-#: ../libpcsxcore/cdriso.c:677
-#, c-format
-msgid "Loaded CD Image: %s"
-msgstr "Загружен образ CD: %s"
-
-#: ../libpcsxcore/cheat.c:147
-#, c-format
-msgid "Cheats loaded from: %s\n"
-msgstr "Чит загружен из: %s\n"
-
-#: ../libpcsxcore/cheat.c:179
-#, c-format
-msgid "Cheats saved to: %s\n"
-msgstr "Чит сохранён в: %s\n"
-
-#: ../libpcsxcore/cheat.c:322 ../libpcsxcore/cheat.c:443
-msgid "(Untitled)"
-msgstr "(без названия)"
-
-#: ../libpcsxcore/debug.c:317
-msgid "Error allocating memory"
-msgstr "Ошибка выделения памяти"
-
-#: ../libpcsxcore/debug.c:322
-msgid "Unable to start debug server.\n"
-msgstr "Не удалось запустить сервер отладки.\n"
-
-#: ../libpcsxcore/debug.c:326
-msgid "Debugger started.\n"
-msgstr "Дебаггер запущен.\n"
-
-#: ../libpcsxcore/debug.c:333
-msgid "Debugger stopped.\n"
-msgstr "Дебаггер остановлен.\n"
-
-#: ../libpcsxcore/misc.c:388
-#, c-format
-msgid "Error opening file: %s.\n"
-msgstr "Ошибка открытия файла: %s.\n"
-
-#: ../libpcsxcore/misc.c:428
-#, c-format
-msgid "Unknown CPE opcode %02x at position %08x.\n"
-msgstr "Неизвестный опкод CPE %02x по адресу %08x.\n"
-
-#: ../libpcsxcore/misc.c:435
-msgid "COFF files not supported.\n"
-msgstr "Формат COFF не поддерживается.\n"
-
-#: ../libpcsxcore/misc.c:439
-msgid "This file does not appear to be a valid PSX file.\n"
-msgstr "This file does not appear to be a valid PSX file.\n"
-
-#: ../libpcsxcore/plugins.c:181
-#, c-format
-msgid "Error loading %s: %s"
-msgstr "Ошибка загрузки %s: %s"
-
-#: ../libpcsxcore/plugins.c:227
-#, c-format
-msgid "Could not load GPU plugin %s!"
-msgstr "Не удалось загрузить GPU плагин %s!"
-
-#: ../libpcsxcore/plugins.c:298
-#, c-format
-msgid "Could not load CD-ROM plugin %s!"
-msgstr "Не удалось загрузить CD-ROM плагин %s!"
-
-#: ../libpcsxcore/plugins.c:346
-#, c-format
-msgid "Could not load SPU plugin %s!"
-msgstr "Не удалось загрузить SPU плагин %s!"
-
-#: ../libpcsxcore/plugins.c:483
-#, c-format
-msgid "Could not load Controller 1 plugin %s!"
-msgstr "Не удалось загрузить PAD1 плагин %s!"
-
-#: ../libpcsxcore/plugins.c:537
-#, c-format
-msgid "Could not load Controller 2 plugin %s!"
-msgstr "Не удалось загрузить PAD2 плагин %s!"
-
-#: ../libpcsxcore/plugins.c:580
-#, c-format
-msgid "Could not load NetPlay plugin %s!"
-msgstr "Не удалось загрузить NetPlay плагин %s!"
-
-#: ../libpcsxcore/plugins.c:660
-#, fuzzy, c-format
-msgid "Could not load SIO1 plugin %s!"
-msgstr "Не удалось загрузить SPU плагин %s!"
-
-#: ../libpcsxcore/plugins.c:745
-#, c-format
-msgid "Error initializing CD-ROM plugin: %d"
-msgstr "Ошибка инициализации CD-ROM плагина: %d"
-
-#: ../libpcsxcore/plugins.c:747
-#, c-format
-msgid "Error initializing GPU plugin: %d"
-msgstr "Ошибка инициализации GPU плагина: %d"
-
-#: ../libpcsxcore/plugins.c:749
-#, c-format
-msgid "Error initializing SPU plugin: %d"
-msgstr "Ошибка инициализации SPU плагина: %d"
-
-#: ../libpcsxcore/plugins.c:751
-#, c-format
-msgid "Error initializing Controller 1 plugin: %d"
-msgstr "Ошибка инициализации PAD1 плагина: %d"
-
-#: ../libpcsxcore/plugins.c:753
-#, c-format
-msgid "Error initializing Controller 2 plugin: %d"
-msgstr "Ошибка инициализации PAD2 плагина: %d"
-
-#: ../libpcsxcore/plugins.c:757
-#, c-format
-msgid "Error initializing NetPlay plugin: %d"
-msgstr "Ошибка инициализации NetPlay плагина: %d"
-
-#: ../libpcsxcore/plugins.c:762
-#, fuzzy, c-format
-msgid "Error initializing SIO1 plugin: %d"
-msgstr "Ошибка инициализации SPU плагина: %d"
-
-#: ../libpcsxcore/plugins.c:765
-msgid "Plugins loaded.\n"
-msgstr "Плагины загружены.\n"
-
-#: ../libpcsxcore/ppf.c:216
-#, c-format
-msgid "Invalid PPF patch: %s.\n"
-msgstr "Неверный PPF патч: %s。\n"
-
-#: ../libpcsxcore/ppf.c:292
-#, c-format
-msgid "Unsupported PPF version (%d).\n"
-msgstr "Неподдерживаемая версия PPF(%d).\n"
-
-#: ../libpcsxcore/ppf.c:331
-#, c-format
-msgid "Loaded PPF %d.0 patch: %s.\n"
-msgstr "Загружен PPF %d.0 патч: %s。\n"
-
-#: ../libpcsxcore/psxmem.c:80
-msgid "Error allocating memory!"
-msgstr "Ошибка выделения памяти!"
-
-#: ../libpcsxcore/psxmem.c:122
-#, c-format
-msgid "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
-msgstr "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
-
-#: ../libpcsxcore/r3000a.c:33
-#, c-format
-msgid "Running PCSX Version %s (%s).\n"
-msgstr "Запуск PCSX версии %s (%s) 執行中。\n"
-
-#: ../libpcsxcore/sio.c:345
-msgid "Connection closed!\n"
-msgstr "Соединение закрыто!\n"
-
-#: ../libpcsxcore/sio.c:371
-#, c-format
-msgid "No memory card value was specified - creating a default card %s\n"
-msgstr "Карта памяти не указана - создана новая карта %s\n"
-
-#: ../libpcsxcore/sio.c:375
-#, c-format
-msgid "The memory card %s doesn't exist - creating it\n"
-msgstr "Карта памяти %s не существует - создана новая\n"
-
-#: ../libpcsxcore/sio.c:391
-#, c-format
-msgid "Memory card %s failed to load!\n"
-msgstr "Ошибка загрузки карты памяти %s!\n"
-
-#: ../libpcsxcore/sio.c:395
-#, c-format
-msgid "Loading memory card %s\n"
-msgstr "Загрузка карты памяти %s\n"
-
-#: ../plugins/dfxvideo/gpu.c:55
-msgid "SoftGL Driver"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:56
-msgid ""
-"P.E.Op.S. SoftGL Driver V1.17\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:58
-msgid "XVideo Driver"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:59
-msgid ""
-"P.E.Op.S. Xvideo Driver V1.17\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpu.c:62
-msgid "Pete Bernert and the P.E.Op.S. team"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:8
-msgid "Configure X11 Video"
-msgstr "Настройка X11 Video"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:45
-msgid "Initial Window Size:"
-msgstr "Размер окна:"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:56
-msgid "Stretching:"
-msgstr "Растяжение:"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:69
-msgid "Dithering:"
-msgstr "Дизеринг:"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:82
-msgid ""
-"320x240\n"
-"640x480\n"
-"800x600\n"
-"1024x768\n"
-"1152x864\n"
-"1280x1024\n"
-"1600x1200"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:101
-msgid ""
-"0: None\n"
-"1: 2xSai\n"
-"2: 2xSuperSai\n"
-"3: SuperEagle\n"
-"4: Scale2x\n"
-"5: Scale3x\n"
-"6: HQ2X\n"
-"7: HQ3X"
-msgstr ""
-"0: Выключено\n"
-"1: 2xSai\n"
-"2: 2xSuperSai\n"
-"3: SuperEagle\n"
-"4: Scale2x\n"
-"5: Scale3x\n"
-"6: HQ2X\n"
-"7: HQ3X"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:123
-msgid ""
-"0: Off (fastest)\n"
-"1: Game dependant\n"
-"2: Always"
-msgstr ""
-"0: Выключен (быстрейший режим)\n"
-"1: Устанавливается игрой\n"
-"2: Включен всегда"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:146
-msgid "Maintain 4:3 Aspect Ratio"
-msgstr "Сохранять соотношение сторон 4:3"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:161
-#: ../plugins/peopsxgl/gpucfg/interface.c:322
-msgid "Fullscreen"
-msgstr "Полноэкранный режим"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:165
-msgid "Toggle windowed/fullscreen mode."
-msgstr "Переключение между оконным/полноэкранным режимами."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:187
-msgid "<b>Screen</b>"
-msgstr "<b>Экран</b>"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:216
-msgid "Show FPS"
-msgstr "Отображать FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:220
-msgid "Toggle whether the FPS will be shown."
-msgstr "Отображать FPS при старте эмуляции."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:232
-msgid "Autodetect FPS limit"
-msgstr "Авто-определение FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:236
-msgid "Enable this if games display too quickly."
-msgstr ""
-"Следует включить для автоматического определения и ограничения скорости игры."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:249
-msgid "Enable frame skipping"
-msgstr "Включить пропуск кадров"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:253
-msgid "Skip frames when rendering."
-msgstr "Пропуск кадров при отрисовке."
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:270
-msgid "Set FPS"
-msgstr "Установить FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:287
-msgid "200.0"
-msgstr "200.0"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:310
-msgid "<b>Framerate</b>"
-msgstr "<b>Частота кадров</b>"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:339
-#: ../plugins/peopsxgl/gpucfg/interface.c:568
-msgid "Use game fixes"
-msgstr "Исправления для некоторых игр"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:366
-msgid "better g-colors, worse textures"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:381
-msgid "Needed by Dark Forces"
-msgstr "Необходимо для Dark Forces"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:394
-msgid "Draw quads with triangles"
-msgstr "Рисовать четырёхугольники треугольниками"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:410
-msgid "Repeated flat tex triangles"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:426
-msgid "Disable CPU Saving"
-msgstr "Выключить экономию ресурсов ЦПУ"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:442
-msgid "Odd/even bit hack"
-msgstr "Хак бита ODE"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:458
-msgid "For precise framerate"
-msgstr "Для повышения точности частоты смены кадров"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:473
-msgid "Better FPS limit in some"
-msgstr "Возможно более точное ограничение FPS"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:486
-msgid "PC FPS calculation"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:504
-msgid "Pandemonium 2"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:517
-msgid "Lazy screen update"
-msgstr "\"Ленивое\" обновление экрана"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:535
-msgid "Skip every second frame"
-msgstr "Пропускать каждый второй кадр"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:548
-#: ../plugins/peopsxgl/gpucfg/interface.c:640
-msgid "Old frame skipping"
-msgstr "Старый режим пропуска кадров"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:564
-msgid "Expand screen width"
-msgstr "Увеличить ширину экрана"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:580
-msgid "Ignore brightness color"
-msgstr "Игнорировать яркость цвета"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:596
-msgid "Disable coordinate check"
-msgstr "Выключить проверку координат"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:614
-msgid "Chrono Cross"
-msgstr ""
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:627
-msgid "Capcom fighting games"
-msgstr "Файтинги от Capcom"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:642
-msgid "Black screens in Lunar"
-msgstr "Чёрный экран в LunarSSSC"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:657
-msgid "Compatibility mode"
-msgstr "Режим совместимости"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:670
-msgid "Fake 'gpu busy' states"
-msgstr "Имитация 'занятости' gpu "
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:688
-msgid "Toggle busy flags after drawing"
-msgstr "Переключить флаг занятости после отрисовки"
-
-#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:713
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:268
-msgid "<b>Compatibility</b>"
-msgstr "<b>Совместимость</b>"
-
-#: ../data/pcsx.glade2:7
-msgid "PCSX"
-msgstr "PCSX"
-
-#: ../data/pcsx.glade2:21
-msgid "_File"
-msgstr "Файл(_F)"
-
-#: ../data/pcsx.glade2:27
-msgid "Run _CD"
-msgstr "Запустить _CD"
-
-#: ../data/pcsx.glade2:45
-msgid "Run _ISO..."
-msgstr "Запустить _ISO"
-
-#: ../data/pcsx.glade2:62
-msgid "Run _BIOS"
-msgstr "Запустить _BIOS"
-
-#: ../data/pcsx.glade2:79
-msgid "Run _EXE..."
-msgstr "Запустить _EXE"
-
-#: ../data/pcsx.glade2:101
-msgid "E_xit"
-msgstr "Выход"
-
-#: ../data/pcsx.glade2:123
-msgid "_Emulator"
-msgstr "Эмулятор(_E)"
-
-#: ../data/pcsx.glade2:129
-msgid "_Continue"
-msgstr "Продолжить(_C)"
-
-#: ../data/pcsx.glade2:146
-msgid "_Reset"
-msgstr "Сброс(_R)"
-
-#: ../data/pcsx.glade2:168
-msgid "S_witch ISO..."
-msgstr "Сменить ISO..."
-
-#: ../data/pcsx.glade2:190
-msgid "_Save State"
-msgstr "Сохранить состояние"
-
-#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
-msgid "Slot _1"
-msgstr "Слот _1"
-
-#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
-msgid "Slot _2"
-msgstr "Слот _2"
-
-#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
-msgid "Slot _3"
-msgstr "Слот _3"
-
-#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
-msgid "Slot _4"
-msgstr "Слот _4"
-
-#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
-msgid "Slot _5"
-msgstr "Слот _5"
-
-#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
-msgid "_Other..."
-msgstr "Другой..."
-
-#: ../data/pcsx.glade2:271
-msgid "_Load State"
-msgstr "Загрузить состояние(_L)"
-
-#: ../data/pcsx.glade2:357
-msgid "_Configuration"
-msgstr "Настройка(_C)"
-
-#: ../data/pcsx.glade2:363
-msgid "_Plugins & BIOS..."
-msgstr "Плагины и биос..."
-
-#: ../data/pcsx.glade2:385
-msgid "_Graphics..."
-msgstr "Графика..."
-
-#: ../data/pcsx.glade2:400
-msgid "_Sound..."
-msgstr "Звук..."
-
-#: ../data/pcsx.glade2:415
-msgid "CD-_ROM..."
-msgstr "CD-привод..."
-
-#: ../data/pcsx.glade2:430
-msgid "C_ontrollers..."
-msgstr "Управление..."
-
-#: ../data/pcsx.glade2:450
-msgid "_CPU..."
-msgstr "ЦПУ..."
-
-#: ../data/pcsx.glade2:466
-msgid "_Memory Cards..."
-msgstr "Карты памяти..."
-
-#: ../data/pcsx.glade2:483
-msgid "_Netplay..."
-msgstr "Сетевая игра..."
-
-#: ../data/pcsx.glade2:504
-msgid "Chea_t"
-msgstr "Читы"
-
-#: ../data/pcsx.glade2:513
-msgid "_Browse..."
-msgstr "Обзор..."
-
-#: ../data/pcsx.glade2:528
-msgid "_Search..."
-msgstr "Поиск..."
-
-#: ../data/pcsx.glade2:554
-msgid "Memory _Dump"
-msgstr "Дамп памяти"
-
-#: ../data/pcsx.glade2:574
-msgid "_Help"
-msgstr "Помошь(_H)"
-
-#: ../data/pcsx.glade2:580
-msgid "_About PCSX..."
-msgstr "О PCSX..."
-
-#: ../data/pcsx.glade2:613 ../data/pcsx.glade2:614
-msgid "Run CD"
-msgstr "Запустить CD"
-
-#: ../data/pcsx.glade2:626
-msgid "Run ISO Image"
-msgstr "Запустить образ ISO"
-
-#: ../data/pcsx.glade2:627
-msgid "Run ISO..."
-msgstr "Запустить ISO..."
-
-#: ../data/pcsx.glade2:648
-msgid "Continue Emulation"
-msgstr "Продолжить эмуляцию"
-
-#: ../data/pcsx.glade2:649
-msgid "Continue..."
-msgstr "Продолжить..."
-
-#: ../data/pcsx.glade2:661
-msgid "Switch ISO Image"
-msgstr "Сменить образ ISO"
-
-#: ../data/pcsx.glade2:662
-msgid "Switch ISO..."
-msgstr "Сменить ISO..."
-
-#: ../data/pcsx.glade2:683 ../data/pcsx.glade2:1810
-msgid "Configure Memory Cards"
-msgstr "Настройка карт памяти"
-
-#: ../data/pcsx.glade2:684
-msgid "Memcards..."
-msgstr "Карты памяти..."
-
-#: ../data/pcsx.glade2:696
-msgid "Configure Graphics"
-msgstr "Настройка видео"
-
-#: ../data/pcsx.glade2:697
-msgid "Graphics..."
-msgstr "Графика..."
-
-#: ../data/pcsx.glade2:709 ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:8
-msgid "Configure Sound"
-msgstr "Настройка звука"
-
-#: ../data/pcsx.glade2:710
-msgid "Sound..."
-msgstr "Звук..."
-
-#: ../data/pcsx.glade2:722
-msgid "Configure CD-ROM"
-msgstr "Настройка CD-привода"
-
-#: ../data/pcsx.glade2:723
-msgid "CD-ROM..."
-msgstr "CD-привод..."
-
-#: ../data/pcsx.glade2:735
-msgid "Configure Controllers"
-msgstr "Настройка управления"
-
-#: ../data/pcsx.glade2:736
-msgid "Controllers..."
-msgstr "Контроллеры..."
-
-#: ../data/pcsx.glade2:879
-msgid "Select Folder to Search"
-msgstr "Выберите каталог для поиска"
-
-#: ../data/pcsx.glade2:895
-msgid "Search in:"
-msgstr "Каталог с плагинами:"
-
-#: ../data/pcsx.glade2:1168
-msgid "Graphics:"
-msgstr "Графика:"
-
-#: ../data/pcsx.glade2:1181
-msgid "Sound:"
-msgstr "Звук:"
-
-#: ../data/pcsx.glade2:1196
-msgid "Controller 1: "
-msgstr "Контроллер 1:"
-
-#: ../data/pcsx.glade2:1211
-msgid "Controller 2:"
-msgstr "Контроллер 2:"
-
-#: ../data/pcsx.glade2:1226
-msgid "CD-ROM:"
-msgstr "CD-привод:"
-
-#: ../data/pcsx.glade2:1264
-msgid "<b>Plugins</b>"
-msgstr "<b>Плагины</b>"
-
-#: ../data/pcsx.glade2:1325
-msgid "<b>BIOS</b>"
-msgstr "<b>Биос</b>"
-
-#: ../data/pcsx.glade2:1375
-msgid "Configure CPU"
-msgstr "Настройка ЦПУ"
-
-#: ../data/pcsx.glade2:1419
-msgid "SPU IRQ Always Enabled"
-msgstr "Удерживание линии прерывания SPU"
-
-#: ../data/pcsx.glade2:1435
-msgid "Black & White Movies"
-msgstr "Чёрно-белые видео заставки"
-
-#: ../data/pcsx.glade2:1469
-msgid "Enable Interpreter CPU"
-msgstr "Включить интерпретатор ЦПУ"
-
-#: ../data/pcsx.glade2:1503
-msgid "Disable CD Audio"
-msgstr "Выключить CD музыку"
-
-#: ../data/pcsx.glade2:1519
-msgid "Disable XA Decoding"
-msgstr "Выключить декодирование XA"
-
-#: ../data/pcsx.glade2:1571
-msgid "<b>Options</b>"
-msgstr "<b>Опции</b>"
-
-#: ../data/pcsx.glade2:1612
-msgid ""
-"NTSC\n"
-"PAL"
-msgstr ""
-
-#: ../data/pcsx.glade2:1626
-msgid "<b>System Type</b>"
-msgstr "<b>Тип системы</b>"
-
-#: ../data/pcsx.glade2:1674
-msgid "Configure NetPlay"
-msgstr "Настройка сетевой игры"
-
-#: ../data/pcsx.glade2:1760
-msgid "<b>NetPlay</b>"
-msgstr "<b>Сетевая игра</b>"
-
-#: ../data/pcsx.glade2:1886 ../data/pcsx.glade2:2283
-msgid "New"
-msgstr "Создать"
-
-#: ../data/pcsx.glade2:1936 ../data/pcsx.glade2:2333
-msgid "Format"
-msgstr "Форматировать"
-
-#: ../data/pcsx.glade2:1986 ../data/pcsx.glade2:2383
-msgid "Un/Delete"
-msgstr "Восстановить блок"
-
-#: ../data/pcsx.glade2:2079
-msgid "<b>Memory Card 1</b>"
-msgstr "<b>Карта памяти 1</b>"
-
-#: ../data/pcsx.glade2:2139 ../data/pcsx.glade2:2189 ../data/pcsx.glade2:3002
-msgid "Copy"
-msgstr "Копировать"
-
-#: ../data/pcsx.glade2:2476
-msgid "<b>Memory Card 2</b>"
-msgstr "<b>Карта памяти 2</b>"
-
-#: ../data/pcsx.glade2:2572
-msgid "<b>Cheat Codes</b>"
-msgstr "<b>Чит коды</b>"
-
-#: ../data/pcsx.glade2:2736
-msgid ""
-"8-bit\n"
-"16-bit\n"
-"32-bit"
-msgstr ""
-"8-бит\n"
-"16-бит\n"
-"32-бита"
-
-#: ../data/pcsx.glade2:2799
-msgid ""
-"Equal Value\n"
-"Not Equal Value\n"
-"Range\n"
-"Increased By\n"
-"Decreased By\n"
-"Increased\n"
-"Decreased\n"
-"Different\n"
-"No Change"
-msgstr ""
-"Равно значению\n"
-"Не равно значению\n"
-"Диапазон\n"
-"Увеличилось на\n"
-"Уменьшилось на\n"
-"Увеличилось\n"
-"Уменьшилось\n"
-"Изменилось\n"
-"Не изменилось"
-
-#: ../data/pcsx.glade2:2831
-msgid ""
-"Decimal\n"
-"Hexadecimal"
-msgstr ""
-"Десятичное\n"
-"Шестнадцатиричное"
-
-#: ../data/pcsx.glade2:3035
-msgid "label_resultsfound"
-msgstr ""
-
-#: ../data/pcsx.glade2:3070
-msgid "Search"
-msgstr "Поиск"
-
-#: ../data/pcsx.glade2:3106
-msgid "Restart"
-msgstr "Рестарт"
-
-#: ../data/pcsx.glade2:3135
-msgid "<b>Cheat Search</b>"
-msgstr "<b>Поиск читов</b>"
-
-#: ../data/pcsx.glade2:3291
-msgid "Raw Dump..."
-msgstr "\"Сырой\" дамп"
-
-#: ../data/pcsx.glade2:3326
-msgid "Patch Memory..."
-msgstr "Патч памяти..."
-
-#: ../plugins/dfsound/spu.c:38
-msgid "Mac OS X Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:40
-msgid "ALSA Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:42
-msgid "OSS Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:44
-msgid "SDL Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:46
-msgid "PulseAudio Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:48
-msgid "NULL Sound"
-msgstr ""
-
-#: ../plugins/dfsound/spu.c:51
-msgid ""
-"P.E.Op.S. Sound Driver V1.7\n"
-"Coded by Pete Bernert and the P.E.Op.S. team\n"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:42
-msgid "Volume:"
-msgstr "Громкость:"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:54
-msgid "Interpolation:"
-msgstr "Интерполяция:"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:68
-msgid "Reverb:"
-msgstr "Реверберация:"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:81
-msgid ""
-"Low\n"
-"Medium\n"
-"Loud\n"
-"Loudest"
-msgstr ""
-"Минимальная\n"
-"Средняя\n"
-"Сильная\n"
-"Максимальная"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:95
-msgid ""
-"Off\n"
-"Simple\n"
-"Playstation"
-msgstr ""
-"Выключена\n"
-"Простая\n"
-"Playstation"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:111
-msgid ""
-"None\n"
-"Simple\n"
-"Gaussian\n"
-"Cubic"
-msgstr ""
-"Выключена\n"
-"Линейная\n"
-"Гаусса\n"
-"Кубическая"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:132
-msgid "<b>General</b>"
-msgstr "<b>Главные</b>"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:163
-msgid "Adjust XA speed"
-msgstr "Корректировка скорости проигрывания XA"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:167
-msgid "Choose this if XA music is played too quickly."
-msgstr "Установить в том случае, когда XA музыка играет слишком быстро."
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:184
-msgid "<b>XA Music</b>"
-msgstr "<b>XA музыка</b>"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:215
-msgid "High compatibility mode"
-msgstr "Режим повышенной совместимости"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:219
-msgid "Use the asynchronous SPU interface."
-msgstr "Использовать асинхронный интерфейс SPU"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:231
-msgid "SPU IRQ Wait"
-msgstr ""
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:235
-msgid "Wait for CPU; only useful for some games."
-msgstr "Ожидать CPU; имеет смысл только для некоторых игр."
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:247
-msgid "Single channel sound"
-msgstr "Одноканальный звук"
-
-#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:251
-msgid "Play only one channel for a performance boost."
-msgstr "Проигрывать только один канал, для прироста производительности"
-
-#: ../plugins/dfcdrom/cdr-linux.c:70
-msgid "CD-ROM Drive Reader"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdr-null.c:10
-msgid "CDR NULL Plugin"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:170
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
-msgid "CDR configuration"
-msgstr "Настройка CDR"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:33
-msgid "Choose your CD-ROM device or type its path if it's not listed"
-msgstr ""
-"Выберите CD-привод или введите свой путь, если устройства нету в списке"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:44
-msgid "Select CD-ROM device"
-msgstr "Выберите CD-привод"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:72
-msgid "Select read mode:"
-msgstr "Режим чтения:"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:83
-msgid ""
-"Normal (No Cache)\n"
-"Threaded - Faster (With Cache)"
-msgstr ""
-"Обычный (Кеширование недоступно)\n"
-"В отдельном потоке - (Кеширование)"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:114
-msgid "Cache Size (Def. 64):"
-msgstr "Размер кеша (по умолчанию 64):"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:159
-msgid "Spindown Time:"
-msgstr "Время до остановки шпинделя cd-привода"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:170
-msgid ""
-"Default\n"
-"125ms\n"
-"250ms\n"
-"500ms\n"
-"1s\n"
-"2s\n"
-"4s\n"
-"8s\n"
-"16s\n"
-"32s\n"
-"1min\n"
-"2min\n"
-"4min\n"
-"8min\n"
-"16min\n"
-"32min"
-msgstr ""
-"По умолчанию\n"
-"125мс\n"
-"250мс\n"
-"500мс\n"
-"1с\n"
-"2с\n"
-"4с\n"
-"8с\n"
-"16с\n"
-"32с\n"
-"1мин\n"
-"2мин\n"
-"4мин\n"
-"8мин\n"
-"16мин\n"
-"32мин"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:216
-msgid "Cdrom Speed (Def. 0 = MAX):"
-msgstr "Скорость вращения диска (по умолчанию 0 = максимальная):"
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:248
-msgid "hseparator"
-msgstr ""
-
-#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:258
-msgid "Enable subchannel read"
-msgstr "Включить чтение субканальных данных"
-
-#: ../plugins/peopsxgl/gpu.c:61
-msgid "OpenGL Driver"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpu.c:63
-msgid "Pete Bernert"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpu.c:64
-msgid ""
-"Based on P.E.Op.S. MesaGL Driver V1.78\n"
-"Coded by Pete Bernert\n"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:118
-msgid "OpenGL Driver configuration"
-msgstr "Настройка OpenGL Driver"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:138
-msgid "Textures"
-msgstr "Текстуры"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:161
-msgid "Quality:"
-msgstr "Качество:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:178
-#: ../plugins/peopsxgl/gpucfg/interface.c:191
-msgid "0: don't care - Use driver's default textures"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:179
-msgid "1: 4444 - Fast, but less colorful"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:180
-msgid "2: 5551 - Nice colors, bad transparency"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:181
-msgid "3: 8888 - Best colors, more ram needed"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:182
-msgid "4: BGR8888 - Faster on some cards"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:193
-msgid "VRam size in MBytes (0..1024, 0=auto):"
-msgstr "Размер видеопамяти в мегабайтах (0..1024, 0=авто):"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:210
-#: ../plugins/peopsxgl/gpucfg/interface.c:225
-msgid "0: None"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:211
-msgid "1: Standard - Glitches will happen"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:212
-msgid "2: Extended - No black borders"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:213
-msgid "3: Standard without sprites - unfiltered 2D"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:214
-msgid "4: Extended without sprites - unfiltered 2D"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:215
-msgid "5: Standard + smoothed sprites"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:216
-msgid "6: Extended + smoothed sprites"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:227
-msgid "Filtering:"
-msgstr "Фильтрация:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:235
-msgid "HiRes Tex:"
-msgstr "HiRes текстуры:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:252
-#: ../plugins/peopsxgl/gpucfg/interface.c:263
-msgid "0: None (standard)"
-msgstr "0: None (стандартный)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:253
-msgid "1: 2xSaI (much vram needed)"
-msgstr "1: 2xSaI (требуется много видеопамяти)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:254
-msgid "2: Scaled (needs tex filtering)"
-msgstr "2: Scaled (используется совместно с текстурной фильтрацией)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:265
-msgid "Window options"
-msgstr "Опции окна"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:296
-msgid "Width:"
-msgstr "Ширина:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:305
-msgid "Height:"
-msgstr "Высота:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:314
-msgid "Keep psx aspect ratio"
-msgstr "Сохранять пропорции картинки psx"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:330
-msgid "Dithering"
-msgstr "Дизеринг"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:346
-msgid "Framerate"
-msgstr "Частота кадров"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:369
-msgid "FPS"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:377
-msgid "FPS limit manual"
-msgstr "Ручное ограничение FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:386
-msgid "Show FPS display on startup"
-msgstr "Отображать FPS дисплей при старте"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:394
-msgid "Use FPS limit"
-msgstr "Включить ограничение FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:402
-msgid "FPS limit auto-detection"
-msgstr "Авто-определение FPS"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:411
-msgid "Use Frame skipping"
-msgstr "Пропуск кадров"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:419
-msgid "Compatibility"
-msgstr "Совместимость"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:434
-msgid "Advanced blending (Accurate psx color emulation)"
-msgstr "Улучшенное смешивание (более точная эмуляция цветов psx)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:442
-msgid "Framebuffer textures:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:450
-msgid "Offscreen Drawing:"
-msgstr "Внеэкранная отрисовка:"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:458
-msgid "Framebuffer access:"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:466
-msgid "Alpha Multipass (correct opaque texture areas)"
-msgstr "Многопроходная отрисовка текстур с прозрачностью"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:474
-msgid "Mask bit detection (needed by a few games, zbuffer)"
-msgstr "Эмуляция маскирования (используется в нескольких играх, zbuffer)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:491
-#: ../plugins/peopsxgl/gpucfg/interface.c:504
-msgid "0: None - Fastest, most glitches"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:492
-msgid "1: Minimum - Missing screens"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:493
-msgid "2: Standard - OK for most games"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:494
-msgid "3: Enhanced - Shows more stuff"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:495
-msgid "4: Extended - Causing garbage"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:515
-#: ../plugins/peopsxgl/gpucfg/interface.c:527
-msgid "0: Emulated vram - Needs FVP"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:516
-msgid "1: Black - Fast, no effects"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:517
-msgid "2: Gfx card buffer - Can be slow"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:518
-msgid "3: Gfx card & soft - slow"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:538
-#: ../plugins/peopsxgl/gpucfg/interface.c:551
-msgid "0: Emulated vram - ok most times"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:539
-msgid "1: Gfx card buffer reads"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:540
-msgid "2: Gfx card buffer moves"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:541
-msgid "3: Gfx buffer reads & moves"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:542
-msgid "4: Full Software (FVP)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:553
-msgid "Special game fixes"
-msgstr "Исправления для некоторых игр"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:576
-msgid "Battle cursor (FF7)"
-msgstr "Курсор в режиме боя (FF7)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:584
-msgid "Direct FB updates"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:592
-msgid "Black brightness (Lunar)"
-msgstr "Чёрный экран в LunarSSSC"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:600
-msgid "Swap front detection"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:608
-msgid "Disable coord check"
-msgstr "Выключить проверку координат"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:616
-msgid "No blue glitches (LoD)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:624
-msgid "Soft FB access"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:632
-msgid "PC fps calculation"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:648
-msgid "Yellow rect (FF9)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:656
-msgid "No subtr. blending"
-msgstr "Отключить вычитающее смешивание"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:664
-msgid "Lazy upload (DW7)"
-msgstr "\"Ленивая\" загрузка (DW7)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:672
-msgid "Odd/even hack"
-msgstr "Хак бита ODE"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:680
-msgid "Adjust screen width"
-msgstr "Корректировка ширины экрана"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:688
-msgid "Old texture filtering"
-msgstr "Старый режим текстурной фильтрации"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:696
-msgid "Additional uploads"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:704
-msgid "unused"
-msgstr "не используется"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:712
-msgid "Fake 'gpu busy'"
-msgstr "Имитация 'занятости' gpu"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:720
-msgid "Misc"
-msgstr "Разное"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:743
-msgid "Scanlines"
-msgstr "Скан-линии"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:751
-msgid "Blending (0..255, -1=dot):"
-msgstr "Смешивание (0..255, -1=точка):"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:759
-msgid "Screen smoothing (can be slow or unsupported)"
-msgstr "Полноэкранное сглаживание (может быть медленно или неподдерживатся)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:767
-msgid "Use OpenGL extensions (recommended)"
-msgstr "Использовать расширения OpenGL (рекомендуется)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:775
-msgid "Polygon anti-aliasing (slow with most cards)"
-msgstr "Антиалиясинг полигонов (медленно на большинстве карт)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:783
-msgid "Line mode (polygons will not get filled)"
-msgstr "Режим линий (отрисовываются только края полигонов)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:791
-msgid "Force 15 bit framebuffer updates (faster movies)"
-msgstr ""
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:799
-msgid "Unfiltered MDECs (small movie speedup)"
-msgstr ""
-"Не фильтровать MDECs (некоторый прирост скорости при проигрывании "
-"видеовставок)"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:852
-msgid "Adapted from P.E.Op.S OpenGL GPU by Pete Bernert"
-msgstr "Адаптированно из \"P.E.Op.S OpenGL GPU\" от Pete Bernert"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:861
-msgid "Homepage: http://www.pbernert.com"
-msgstr "Домашняя страница: http://www.pbernert.com"
-
-#: ../plugins/peopsxgl/gpucfg/interface.c:879
-msgid "Version: 1.78"
-msgstr "Версия: 1.78"
-
-#: ../plugins/dfinput/cfg-gtk2.c:48
-msgid "D-Pad Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:49
-msgid "D-Pad Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:50
-msgid "D-Pad Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:51
-msgid "D-Pad Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:52
-msgid "Cross"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:53
-msgid "Circle"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:54
-msgid "Square"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:55
-msgid "Triangle"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:56
-msgid "L1"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:57
-msgid "R1"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:58
-msgid "L2"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:59
-msgid "R2"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:60
-msgid "Select"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:61
-msgid "Start"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:62
-msgid "L3"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:63
-msgid "R3"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:67
-msgid "L-Stick Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:68
-msgid "L-Stick Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:69
-msgid "L-Stick Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:70
-msgid "L-Stick Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:71
-msgid "R-Stick Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:72
-msgid "R-Stick Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:73
-msgid "R-Stick Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:74
-msgid "R-Stick Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Centered"
-msgstr "Отцентровано"
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Up"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Right"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
-msgid "Rightup"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Down"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Rightdown"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Left"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
-msgid "Leftup"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:105 ../plugins/dfinput/cfg-gtk2.c:144
-msgid "Leftdown"
-msgstr ""
-
-#: ../plugins/dfinput/cfg-gtk2.c:109 ../plugins/dfinput/cfg-gtk2.c:148
-#, c-format
-msgid "Joystick: Button %d"
-msgstr "Джойстик: Кнопка %d"
-
-#: ../plugins/dfinput/cfg-gtk2.c:113 ../plugins/dfinput/cfg-gtk2.c:152
-#, c-format
-msgid "Joystick: Axis %d%c"
-msgstr "Джойстик: Ось %d%c"
-
-#: ../plugins/dfinput/cfg-gtk2.c:118 ../plugins/dfinput/cfg-gtk2.c:157
-#, c-format
-msgid "Joystick: Hat %d %s"
-msgstr "Джойстик: Крестовина %d %s"
-
-#: ../plugins/dfinput/cfg-gtk2.c:133 ../plugins/dfinput/cfg-gtk2.c:172
-msgid "Keyboard:"
-msgstr "Клавиатура:"
-
-#: ../plugins/dfinput/cfg-gtk2.c:137 ../plugins/dfinput/cfg-gtk2.c:176
-msgid "(Not Set)"
-msgstr "(Не установлено)"
-
-#: ../plugins/dfinput/cfg-gtk2.c:539
-msgid "None"
-msgstr "Нету"
-
-#: ../plugins/dfinput/cfg-gtk2.c:581
-msgid "Gamepad/Keyboard Input Configuration"
-msgstr "Настройка Gamepad/Keyboard"
-
-#: ../plugins/dfinput/cfg-gtk2.c:587 ../plugins/dfinput/cfg-gtk2.c:607
-msgid "Key"
-msgstr "Клавиша"
-
-#: ../plugins/dfinput/cfg-gtk2.c:593 ../plugins/dfinput/cfg-gtk2.c:613
-msgid "Button"
-msgstr "Кнопка"
-
-#: ../plugins/dfinput/pad.c:22
-msgid "Gamepad/Keyboard Input"
-msgstr ""
-
-#: ../plugins/dfinput/dfinput.glade2:35 ../plugins/dfinput/dfinput.glade2:232
-msgid "Device:"
-msgstr "Устройство:"
-
-#: ../plugins/dfinput/dfinput.glade2:66 ../plugins/dfinput/dfinput.glade2:263
-msgid "Type:"
-msgstr "Тип:"
-
-#: ../plugins/dfinput/dfinput.glade2:78 ../plugins/dfinput/dfinput.glade2:275
-msgid ""
-"Digital Pad\n"
-"Analog Pad"
-msgstr ""
-"Стандартный контроллер\n"
-"Аналоговый контроллер"
-
-#: ../plugins/dfinput/dfinput.glade2:149 ../plugins/dfinput/dfinput.glade2:346
-msgid "Change"
-msgstr "Изменить"
-
-#: ../plugins/dfinput/dfinput.glade2:185 ../plugins/dfinput/dfinput.glade2:382
-msgid "Reset"
-msgstr "Сброс"
-
-#: ../plugins/dfinput/dfinput.glade2:210
-msgid "Controller 1"
-msgstr "Контроллер 1"
-
-#: ../plugins/dfinput/dfinput.glade2:412
-msgid "Controller 2"
-msgstr "Контроллер 2"
-
-#: ../plugins/dfinput/dfinput.glade2:427
-msgid "Multi-Threaded (Recommended)"
-msgstr "В отдельном потоке (Рекомендуется)"
-
-#: ../plugins/dfnet/dfnet.c:23
-msgid "Socket Driver"
-msgstr ""
-
-#: ../plugins/dfnet/dfnet.c:161
-#, c-format
-msgid "error connecting to %s: %s\n"
-msgstr "Ошибка соединения с %s: %s\n"
-
-#: ../plugins/dfnet/dfnet.c:186
-msgid "Error allocating memory!\n"
-msgstr "Ошибка выделения памяти!\n"
-
-#: ../plugins/dfnet/gui.c:39
-msgid "Nothing to configure"
-msgstr "Не подлежит настройке"
-
-#: ../plugins/dfnet/gui.c:95
-#, c-format
-msgid "IP %s"
-msgstr ""
-
-#: ../plugins/dfnet/gui.c:165
-msgid "Waiting for connection..."
-msgstr "Ожидание соединения..."
-
-#: ../plugins/dfnet/gui.c:168
-msgid "The Client should now Start a Connection, waiting..."
-msgstr "Ожидание соединения с клиентом..."
-
-#: ../plugins/dfnet/dfnet.glade2:23
-msgid ""
-"Select here if you'll be Server (Player1) or Client (Player2).\n"
-"\n"
-"If you select Server you must Copy your IP address to the Clipboard and "
-"paste if (Ctrl+V) wherever the Client can see it.\n"
-"\n"
-"If you selected Client please enter the IP address the Server gave to you in "
-"the IP Address Control."
-msgstr ""
-"Выберите здесь сторону: Сервер (Игрок 1) или Клиент (Игрок 2)\n"
-"\n"
-"Если вы выбрали Сервер - скопируйте IP адрес в буфер обмена и вставьте (Ctrl"
-"+V) куда-либо, чтобы Клиент мог его видеть.\n"
-"\n"
-"Если вы выбрали Клиента - введите полученный IP адрес Сервера в "
-"соответствующее поле."
-
-#: ../plugins/dfnet/dfnet.glade2:63
-msgid "Copy PC IP to Clipboard"
-msgstr "Скопировать IP адрес в буфер обмена"
-
-#: ../plugins/dfnet/dfnet.glade2:94
-msgid "Server (Player1)"
-msgstr "Сервер (Игрок 1)"
-
-#: ../plugins/dfnet/dfnet.glade2:104
-msgid "Client (Player2)"
-msgstr "Клиент (Игрок 2)"
-
-#: ../plugins/dfnet/dfnet.glade2:130
-msgid ""
-"Do not change if not necessary (remember it must be changed on both sides)."
-msgstr ""
-"Не меняйте без особой необходимости (помните что порты должны быть одинаковы "
-"для обеих сторон)"
-
-#: ../plugins/dfnet/dfnet.glade2:143
-msgid "Port Number"
-msgstr "Номер порта"
-
-#: ../plugins/dfnet/dfnet.glade2:202
-msgid "Start Game"
-msgstr "Начать сетевую игру"
-
-#: ../plugins/dfnet/dfnet.glade2:240
-msgid "Play Offline"
-msgstr "Начать без использования сети"
-
-#~ msgid "Error Closing PAD1 Plugin"
-#~ msgstr "Ошибка при закрытии PAD1 плагина"
-
-#~ msgid "Error Closing PAD2 Plugin"
-#~ msgstr "Ошибка при закрытии PAD2 плагина"
-
-#~ msgid "Internal HLE Bios"
-#~ msgstr "Внутренний HLE-биос"
+msgid ""
+msgstr ""
+"Project-Id-Version: pcsxr 1.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-07-10 14:04+0800\n"
+"PO-Revision-Date: 2010-07-01 23:53+0400\n"
+"Last-Translator: Blade_Arma <edgbla@yandex.ru>\n"
+"Language-Team: American English <kde-i18n-doc@kde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../win32/gui/AboutDlg.c:26
+msgid ""
+"PCSX - A PlayStation Emulator\n"
+"\n"
+"Original Authors:\n"
+"main coder: linuzappz\n"
+"co-coders: shadow\n"
+"ex-coders: Nocomp, Pete Bernett, nik3d\n"
+"Webmaster: AkumaX"
+msgstr ""
+
+#: ../win32/gui/AboutDlg.c:35
+msgid ""
+"PCSX-df Authors:\n"
+"Ryan Schultz, Andrew Burton, Stephen Chao,\n"
+"Marcus Comstedt, Stefan Sikora\n"
+"\n"
+"PCSX-Reloaded By:\n"
+"Blade_Arma, Wei Mingzhi, et al.\n"
+"\n"
+"http://pcsxr.codeplex.com/"
+msgstr ""
+
+#: ../win32/gui/AboutDlg.c:46 ../plugins/peopsxgl/gpucfg/interface.c:831
+msgid "About"
+msgstr "О PCSX"
+
+#: ../win32/gui/AboutDlg.c:48 ../win32/gui/AboutDlg.c:52
+#: ../win32/gui/CheatDlg.c:69 ../win32/gui/CheatDlg.c:119
+#: ../win32/gui/ConfigurePlugins.c:483 ../win32/gui/ConfigurePlugins.c:614
+#: ../win32/gui/WndMain.c:974 ../win32/gui/WndMain.c:1210
+#: ../plugins/peopsxgl/gpucfg/interface.c:130
+#: ../plugins/peopsxgl/gpucfg/interface.c:843
+msgid "OK"
+msgstr "Ок"
+
+#: ../win32/gui/AboutDlg.c:49
+msgid "PCSX EMU\n"
+msgstr "PCSX EMU\n"
+
+#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
+#: ../win32/gui/CheatDlg.c:270
+msgid "Yes"
+msgstr "Да"
+
+#: ../win32/gui/CheatDlg.c:51 ../win32/gui/CheatDlg.c:223
+#: ../win32/gui/CheatDlg.c:270
+msgid "No"
+msgstr "Нет"
+
+#: ../win32/gui/CheatDlg.c:66 ../gui/Cheat.c:194
+msgid "Edit Cheat"
+msgstr "Редактирование чита"
+
+#: ../win32/gui/CheatDlg.c:67 ../win32/gui/CheatDlg.c:117 ../gui/Cheat.c:636
+msgid "Description:"
+msgstr "Описание:"
+
+#: ../win32/gui/CheatDlg.c:68 ../win32/gui/CheatDlg.c:118 ../gui/Cheat.c:125
+#: ../gui/Cheat.c:211
+msgid "Cheat Code:"
+msgstr "Чит код:"
+
+#: ../win32/gui/CheatDlg.c:70 ../win32/gui/CheatDlg.c:120
+#: ../win32/gui/ConfigurePlugins.c:484 ../win32/gui/ConfigurePlugins.c:615
+#: ../win32/gui/WndMain.c:975 ../win32/gui/WndMain.c:1211
+#: ../plugins/peopsxgl/gpucfg/interface.c:338
+msgid "Cancel"
+msgstr "Отмена"
+
+#: ../win32/gui/CheatDlg.c:91 ../win32/gui/CheatDlg.c:132 ../gui/Cheat.c:155
+#: ../gui/Cheat.c:251
+msgid "Invalid cheat code!"
+msgstr "Неверный чит код!"
+
+#: ../win32/gui/CheatDlg.c:116 ../gui/Cheat.c:109
+msgid "Add New Cheat"
+msgstr "Добавить новый чит"
+
+#: ../win32/gui/CheatDlg.c:166 ../data/pcsx.glade2:2534
+msgid "Edit Cheat Codes"
+msgstr "Редактировать чит код"
+
+#: ../win32/gui/CheatDlg.c:168
+msgid "&Add Code"
+msgstr "Добавить код(&A)"
+
+#: ../win32/gui/CheatDlg.c:169
+msgid "&Edit Code"
+msgstr "Редактировать код(&E):"
+
+#: ../win32/gui/CheatDlg.c:170
+msgid "&Remove Code"
+msgstr "Удалить код(&R)"
+
+#: ../win32/gui/CheatDlg.c:171
+msgid "&Enable/Disable"
+msgstr "Включить/Выключить(&E)"
+
+#: ../win32/gui/CheatDlg.c:172
+msgid "&Load..."
+msgstr "Загрузить(&L)..."
+
+#: ../win32/gui/CheatDlg.c:173
+msgid "&Save As..."
+msgstr "Сохранить как(&S)..."
+
+#: ../win32/gui/CheatDlg.c:174
+msgid "&Close"
+msgstr "Закрыть(&C)"
+
+#: ../win32/gui/CheatDlg.c:185 ../gui/Cheat.c:413
+msgid "Description"
+msgstr "Описание"
+
+#: ../win32/gui/CheatDlg.c:190
+msgid "Enabled"
+msgstr "Включено"
+
+#: ../win32/gui/CheatDlg.c:282 ../win32/gui/CheatDlg.c:311
+msgid "PCSX Cheat Code Files"
+msgstr "Файл чит кодов PCSX (*.cht)"
+
+#: ../win32/gui/CheatDlg.c:402
+msgid "Equal Value"
+msgstr "Равно значению"
+
+#: ../win32/gui/CheatDlg.c:403
+msgid "Not Equal Value"
+msgstr "Не равно значению"
+
+#: ../win32/gui/CheatDlg.c:404
+msgid "Range"
+msgstr "Диапазон"
+
+#: ../win32/gui/CheatDlg.c:407
+msgid "Increased By"
+msgstr "Увеличилось на"
+
+#: ../win32/gui/CheatDlg.c:408
+msgid "Decreased By"
+msgstr "Уменьшилось на"
+
+#: ../win32/gui/CheatDlg.c:409
+msgid "Increased"
+msgstr "Увеличилось"
+
+#: ../win32/gui/CheatDlg.c:410
+msgid "Decreased"
+msgstr "Уменьшилось"
+
+#: ../win32/gui/CheatDlg.c:411
+msgid "Different"
+msgstr "Изменилось"
+
+#: ../win32/gui/CheatDlg.c:412
+msgid "No Change"
+msgstr "Не изменилось"
+
+#: ../win32/gui/CheatDlg.c:448 ../gui/Cheat.c:585
+msgid "Enter the values and start your search."
+msgstr "Введите значение и начните поиск."
+
+#: ../win32/gui/CheatDlg.c:453
+msgid "No addresses found."
+msgstr "Адреса не найдены."
+
+#: ../win32/gui/CheatDlg.c:457 ../gui/Cheat.c:543
+msgid "Too many addresses found."
+msgstr "Слишком много адресов найдено."
+
+#: ../win32/gui/CheatDlg.c:466 ../gui/Cheat.c:552
+#, c-format
+msgid "%.8X Current: %u (%.2X), Previous: %u (%.2X)"
+msgstr "%.8X Текущее: %u (%.2X), Предыдущее: %u (%.2X)"
+
+#: ../win32/gui/CheatDlg.c:471 ../gui/Cheat.c:557
+#, c-format
+msgid "%.8X Current: %u (%.4X), Previous: %u (%.4X)"
+msgstr "%.8X Текущее: %u (%.4X), Предыдущее: %u (%.4X)"
+
+#: ../win32/gui/CheatDlg.c:476 ../gui/Cheat.c:562
+#, c-format
+msgid "%.8X Current: %u (%.8X), Previous: %u (%.8X)"
+msgstr "%.8X Текущее: %u (%.8X), Предыдущее: %u (%.8X)"
+
+#: ../win32/gui/CheatDlg.c:492 ../gui/Cheat.c:577
+#, c-format
+msgid "Founded Addresses: %d"
+msgstr "Найденные адреса: %d"
+
+#: ../win32/gui/CheatDlg.c:504 ../data/pcsx.glade2:2930
+msgid "Freeze"
+msgstr "Заморозить"
+
+#: ../win32/gui/CheatDlg.c:505 ../win32/gui/CheatDlg.c:596
+msgid "Address:"
+msgstr "Адрес:"
+
+#: ../win32/gui/CheatDlg.c:506 ../win32/gui/CheatDlg.c:597
+#: ../win32/gui/CheatDlg.c:682 ../gui/Cheat.c:647 ../data/pcsx.glade2:2773
+msgid "Value:"
+msgstr "Значение:"
+
+#: ../win32/gui/CheatDlg.c:566
+#, c-format
+msgid "Freeze %.8X"
+msgstr "Заморозить %.8X"
+
+#: ../win32/gui/CheatDlg.c:595 ../data/pcsx.glade2:2966
+msgid "Modify"
+msgstr "Изменить"
+
+#: ../win32/gui/CheatDlg.c:678 ../gui/Cheat.c:1129 ../data/pcsx.glade2:2703
+msgid "Cheat Search"
+msgstr "Поиск читов"
+
+#: ../win32/gui/CheatDlg.c:680 ../data/pcsx.glade2:2751
+msgid "Search For:"
+msgstr "Искать для:"
+
+#: ../win32/gui/CheatDlg.c:681 ../data/pcsx.glade2:2761
+msgid "Data Type:"
+msgstr "Тип данных:"
+
+#: ../win32/gui/CheatDlg.c:683 ../data/pcsx.glade2:2785
+msgid "Data Base:"
+msgstr "Основание:"
+
+#: ../win32/gui/CheatDlg.c:684 ../data/pcsx.glade2:2845
+msgid "To:"
+msgstr "До:"
+
+#: ../win32/gui/CheatDlg.c:685
+msgid "&Freeze"
+msgstr "Заморозить"
+
+#: ../win32/gui/CheatDlg.c:686
+msgid "&Modify"
+msgstr "Изменить"
+
+#: ../win32/gui/CheatDlg.c:687
+msgid "&Copy"
+msgstr "Копировать"
+
+#: ../win32/gui/CheatDlg.c:688
+msgid "&Search"
+msgstr "Поиск"
+
+#: ../win32/gui/CheatDlg.c:689
+msgid "&New Search"
+msgstr "Новый поиск"
+
+#: ../win32/gui/CheatDlg.c:690
+msgid "C&lose"
+msgstr "Закрыть"
+
+#: ../win32/gui/CheatDlg.c:692
+msgid "8-bit"
+msgstr "8-бит"
+
+#: ../win32/gui/CheatDlg.c:693
+msgid "16-bit"
+msgstr "16-бит"
+
+#: ../win32/gui/CheatDlg.c:694
+msgid "32-bit"
+msgstr "32-бита"
+
+#: ../win32/gui/CheatDlg.c:695
+msgid "Decimal"
+msgstr "Десятичное"
+
+#: ../win32/gui/CheatDlg.c:696
+msgid "Hexadecimal"
+msgstr "Шестнадцатеричное"
+
+#: ../win32/gui/ConfigurePlugins.c:219
+msgid "Simulate Psx Bios"
+msgstr "Симулировать биос psx"
+
+#: ../win32/gui/ConfigurePlugins.c:305
+msgid "Configuration not OK!"
+msgstr "Настройка не завершена!"
+
+#: ../win32/gui/ConfigurePlugins.c:305 ../gui/Cheat.c:155 ../gui/Cheat.c:251
+#: ../gui/LnxMain.c:418
+msgid "Error"
+msgstr "Ошибка"
+
+#: ../win32/gui/ConfigurePlugins.c:406
+msgid "This plugin reports that should work correctly"
+msgstr "Плагин готов к работе"
+
+#: ../win32/gui/ConfigurePlugins.c:407
+msgid "This plugin reports that should not work correctly"
+msgstr "Плагин вернул сообщение об ошибке"
+
+#: ../win32/gui/ConfigurePlugins.c:463
+msgid "Select Plugins Directory"
+msgstr "Каталог с плагинами"
+
+#: ../win32/gui/ConfigurePlugins.c:472
+msgid "Select Bios Directory"
+msgstr "Каталог с биосами"
+
+#: ../win32/gui/ConfigurePlugins.c:481
+msgid "Configuration"
+msgstr "Настройка"
+
+#: ../win32/gui/ConfigurePlugins.c:485
+msgid "Graphics"
+msgstr "Графика"
+
+#: ../win32/gui/ConfigurePlugins.c:486
+msgid "First Controller"
+msgstr "Первый контроллер"
+
+#: ../win32/gui/ConfigurePlugins.c:487
+msgid "Second Controller"
+msgstr "Второй контроллер"
+
+#: ../win32/gui/ConfigurePlugins.c:488
+msgid "Sound"
+msgstr "Звук"
+
+#: ../win32/gui/ConfigurePlugins.c:489
+msgid "Cdrom"
+msgstr "CD-привод"
+
+#: ../win32/gui/ConfigurePlugins.c:490
+msgid "Bios"
+msgstr "Биос"
+
+#: ../win32/gui/ConfigurePlugins.c:491
+msgid "Set Bios Directory"
+msgstr "Выберите каталог с биосами"
+
+#: ../win32/gui/ConfigurePlugins.c:492
+msgid "Set Plugins Directory"
+msgstr "Выберите каталог с плагинами"
+
+#: ../win32/gui/ConfigurePlugins.c:493 ../win32/gui/ConfigurePlugins.c:496
+#: ../win32/gui/ConfigurePlugins.c:499 ../win32/gui/ConfigurePlugins.c:502
+#: ../win32/gui/ConfigurePlugins.c:505 ../win32/gui/ConfigurePlugins.c:617
+msgid "Configure..."
+msgstr "Настройка..."
+
+#: ../win32/gui/ConfigurePlugins.c:494 ../win32/gui/ConfigurePlugins.c:497
+#: ../win32/gui/ConfigurePlugins.c:500 ../win32/gui/ConfigurePlugins.c:503
+#: ../win32/gui/ConfigurePlugins.c:506 ../win32/gui/ConfigurePlugins.c:618
+msgid "Test..."
+msgstr "Тест..."
+
+#: ../win32/gui/ConfigurePlugins.c:495 ../win32/gui/ConfigurePlugins.c:498
+#: ../win32/gui/ConfigurePlugins.c:501 ../win32/gui/ConfigurePlugins.c:504
+#: ../win32/gui/ConfigurePlugins.c:507 ../win32/gui/ConfigurePlugins.c:619
+msgid "About..."
+msgstr "О..."
+
+#: ../win32/gui/ConfigurePlugins.c:612
+msgid "NetPlay Configuration"
+msgstr "Настройка сетевой игры"
+
+#: ../win32/gui/ConfigurePlugins.c:616 ../plugins/dfnet/gui.c:31
+#: ../plugins/dfnet/gui.c:112
+msgid "NetPlay"
+msgstr "Сетевая игра"
+
+#: ../win32/gui/ConfigurePlugins.c:620
+msgid ""
+"Note: The NetPlay Plugin Directory should be the same as the other Plugins."
+msgstr ""
+"Внимание! NetPlay плагин должен находится в том же каталоге что и остальные "
+"плагины."
+
+#: ../win32/gui/plugin.c:90 ../win32/gui/WndMain.c:281
+#, c-format
+msgid "*PCSX*: Saved State %d"
+msgstr "*PCSX*: Состояние сохранено %d"
+
+#: ../win32/gui/plugin.c:91 ../win32/gui/WndMain.c:282
+#, c-format
+msgid "*PCSX*: Error Saving State %d"
+msgstr "*PCSX*: Ошибка сохранения состояния %d"
+
+#: ../win32/gui/plugin.c:107 ../win32/gui/WndMain.c:259
+#, c-format
+msgid "*PCSX*: Loaded State %d"
+msgstr "PCSX*: Состояние загружено %d"
+
+#: ../win32/gui/plugin.c:108 ../win32/gui/WndMain.c:260
+#, c-format
+msgid "*PCSX*: Error Loading State %d"
+msgstr "*PCSX*: Ошибка загрузки состояния %d"
+
+#: ../win32/gui/plugin.c:119
+#, c-format
+msgid "*PCSX*: Sio Irq Always Enabled"
+msgstr "*PCSX*: Удерживание линии прерывания SIO включено"
+
+#: ../win32/gui/plugin.c:120
+#, c-format
+msgid "*PCSX*: Sio Irq Not Always Enabled"
+msgstr "*PCSX*: Удерживание линии прерывания SIO выключено"
+
+#: ../win32/gui/plugin.c:127
+#, c-format
+msgid "*PCSX*: Black&White Mdecs Only Enabled"
+msgstr "*PCSX*: Режим чёрно-белых видео вставок (Mdecs) включен"
+
+#: ../win32/gui/plugin.c:128
+#, c-format
+msgid "*PCSX*: Black&White Mdecs Only Disabled"
+msgstr "*PCSX*: Режим чёрно-белых видео вставок (Mdecs) выключен"
+
+#: ../win32/gui/plugin.c:135
+#, c-format
+msgid "*PCSX*: Xa Enabled"
+msgstr "*PCSX*: Xa включено"
+
+#: ../win32/gui/plugin.c:136
+#, c-format
+msgid "*PCSX*: Xa Disabled"
+msgstr "*PCSX*: Xa выключено"
+
+#: ../win32/gui/plugin.c:145
+msgid "*PCSX*: CdRom Case Opened"
+msgstr "*PCSX*: крышка CD-привода открыта"
+
+#: ../win32/gui/plugin.c:150
+msgid "*PCSX*: CdRom Case Closed"
+msgstr "*PCSX*: крышка CD-привода закрыта"
+
+#: ../win32/gui/plugin.c:177
+msgid "Connecting..."
+msgstr "Соединение..."
+
+#: ../win32/gui/plugin.c:179 ../win32/gui/plugin.c:186
+#, c-format
+msgid "Please wait while connecting... %c\n"
+msgstr "Идёт соединение, подождите... %c\n"
+
+#: ../win32/gui/plugin.c:214
+msgid "Error Opening CDR Plugin"
+msgstr "Ошибка открытия CDR плагина"
+
+#: ../win32/gui/plugin.c:277
+#, c-format
+msgid "Error Opening GPU Plugin (%d)"
+msgstr "Ошибка открытия GPU плагина (%d)"
+
+#: ../win32/gui/plugin.c:279
+#, c-format
+msgid "Error Opening SPU Plugin (%d)"
+msgstr "Ошибка открытия SPU плагина (%d)"
+
+#: ../win32/gui/plugin.c:282
+#, c-format
+msgid "Error Opening PAD1 Plugin (%d)"
+msgstr "Ошибка открытия PAD1 плагина (%d)"
+
+#: ../win32/gui/plugin.c:284
+#, c-format
+msgid "Error Opening PAD2 Plugin (%d)"
+msgstr "Ошибка открытия PAD2 плагина (%d)"
+
+#: ../win32/gui/plugin.c:314
+msgid "Error Closing CDR Plugin"
+msgstr "Ошибка при закрытии CD-ROM плагина (%d)"
+
+#: ../win32/gui/plugin.c:316
+msgid "Error Closing GPU Plugin"
+msgstr "Ошибка при закрытии GPU плагина"
+
+#: ../win32/gui/plugin.c:318
+msgid "Error Closing SPU Plugin"
+msgstr "Ошибка при закрытии SPU плагина"
+
+#: ../win32/gui/plugin.c:336
+#, c-format
+msgid "CDRinit error: %d"
+msgstr "Ошибка в CDRinit: %d"
+
+#: ../win32/gui/plugin.c:338
+#, c-format
+msgid "GPUinit error: %d"
+msgstr "Ошибка в GPUinit: %d"
+
+#: ../win32/gui/plugin.c:340
+#, c-format
+msgid "SPUinit error: %d"
+msgstr "Ошибка в SPUinit: %d"
+
+#: ../win32/gui/plugin.c:342
+#, c-format
+msgid "PAD1init error: %d"
+msgstr "Ошибка в PAD1init: %d"
+
+#: ../win32/gui/plugin.c:344
+#, c-format
+msgid "PAD2init error: %d"
+msgstr "Ошибка в PAD2init: %d"
+
+#: ../win32/gui/plugin.c:347
+#, c-format
+msgid "NETinit error: %d"
+msgstr "Ошибка в NETinit: %d"
+
+#: ../win32/gui/WndMain.c:76
+msgid "Arabic"
+msgstr "Арабский"
+
+#: ../win32/gui/WndMain.c:77
+msgid "Catalan"
+msgstr "Каталанский"
+
+#: ../win32/gui/WndMain.c:78
+msgid "German"
+msgstr "Немецкий"
+
+#: ../win32/gui/WndMain.c:79
+msgid "Greek"
+msgstr "Греческий"
+
+#: ../win32/gui/WndMain.c:80 ../win32/gui/WndMain.c:1566
+#: ../win32/gui/WndMain.c:1568
+msgid "English"
+msgstr "Английский"
+
+#: ../win32/gui/WndMain.c:81
+msgid "Spanish"
+msgstr "Испанский"
+
+#: ../win32/gui/WndMain.c:82
+msgid "French"
+msgstr "Французский"
+
+#: ../win32/gui/WndMain.c:83
+msgid "Italian"
+msgstr "Итальянский"
+
+#: ../win32/gui/WndMain.c:84
+msgid "Portuguese"
+msgstr "Португальский"
+
+#: ../win32/gui/WndMain.c:85
+msgid "Portuguese (Brazilian)"
+msgstr "Португальский (Бразильский)"
+
+#: ../win32/gui/WndMain.c:86
+msgid "Romanian"
+msgstr "Румынский"
+
+#: ../win32/gui/WndMain.c:87
+msgid "Russian"
+msgstr "Русский"
+
+#: ../win32/gui/WndMain.c:88
+msgid "Simplified Chinese"
+msgstr "Китайский упрощенный"
+
+#: ../win32/gui/WndMain.c:89
+msgid "Traditional Chinese"
+msgstr "Китайский традиционный "
+
+#: ../win32/gui/WndMain.c:90
+msgid "Japanese"
+msgstr "Японский"
+
+#: ../win32/gui/WndMain.c:91
+msgid "Korean"
+msgstr "Корейский"
+
+#: ../win32/gui/WndMain.c:300 ../win32/gui/WndMain.c:352
+msgid "PCSX State Format"
+msgstr "Формат состояния PCSX"
+
+#: ../win32/gui/WndMain.c:327
+#, c-format
+msgid "*PCSX*: Loaded State %s"
+msgstr "*PCSX*: Состояние загружено %s"
+
+#: ../win32/gui/WndMain.c:328
+#, c-format
+msgid "*PCSX*: Error Loading State %s"
+msgstr "*PCSX*: Ошибка загрузки состояния %s"
+
+#: ../win32/gui/WndMain.c:379
+#, c-format
+msgid "*PCSX*: Saved State %s"
+msgstr "*PCSX*: Состояние сохранено %s"
+
+#: ../win32/gui/WndMain.c:380
+#, c-format
+msgid "*PCSX*: Error Saving State %s"
+msgstr "*PCSX*: Ошибка сохранения состояния %s"
+
+#: ../win32/gui/WndMain.c:429 ../win32/gui/WndMain.c:478 ../gui/Gtk2Gui.c:485
+#: ../gui/Gtk2Gui.c:610
+msgid "The CD does not appear to be a valid Playstation CD"
+msgstr "Установленный CD-диск не является диском PlayStation"
+
+#: ../win32/gui/WndMain.c:435 ../win32/gui/WndMain.c:484 ../gui/Gtk2Gui.c:493
+#: ../gui/Gtk2Gui.c:618
+msgid "Could not load CD-ROM!"
+msgstr "Не удалось загрузить CD-ROM!"
+
+#: ../win32/gui/WndMain.c:445
+msgid "Running BIOS is not supported with Internal HLE Bios."
+msgstr ""
+"Стандартная оболочка, позволяющая управлять картами памяти и проигрывать DA "
+"музыку, при использовании HLE-биоса недоступна."
+
+#: ../win32/gui/WndMain.c:664 ../gui/MemcardDlg.c:62
+msgid "Title"
+msgstr "Название"
+
+#: ../win32/gui/WndMain.c:670 ../gui/MemcardDlg.c:68
+msgid "Status"
+msgstr "Статус"
+
+#: ../win32/gui/WndMain.c:676
+msgid "Game ID"
+msgstr "Идентификатор игры"
+
+#: ../win32/gui/WndMain.c:682
+msgid "Game"
+msgstr "Игра"
+
+#: ../win32/gui/WndMain.c:864
+msgid "mid link block"
+msgstr "соединительный блок"
+
+#: ../win32/gui/WndMain.c:867
+msgid "terminiting link block"
+msgstr "завершающий соединительный блок"
+
+#: ../win32/gui/WndMain.c:875 ../gui/MemcardDlg.c:155 ../gui/MemcardDlg.c:260
+msgid "Deleted"
+msgstr "Удалено"
+
+#: ../win32/gui/WndMain.c:876 ../win32/gui/WndMain.c:879
+#: ../gui/MemcardDlg.c:157 ../gui/MemcardDlg.c:161 ../gui/MemcardDlg.c:262
+#: ../gui/MemcardDlg.c:266
+msgid "Free"
+msgstr "Свободно"
+
+#: ../win32/gui/WndMain.c:878 ../gui/MemcardDlg.c:159 ../gui/MemcardDlg.c:264
+msgid "Used"
+msgstr "Использовано"
+
+#: ../win32/gui/WndMain.c:972
+msgid "Memcard Manager"
+msgstr "Менеджер карт памяти"
+
+#: ../win32/gui/WndMain.c:976 ../win32/gui/WndMain.c:979
+msgid "Select Mcd"
+msgstr "Выбрать"
+
+#: ../win32/gui/WndMain.c:977 ../win32/gui/WndMain.c:980
+msgid "Format Mcd"
+msgstr "Форматировать"
+
+#: ../win32/gui/WndMain.c:978 ../win32/gui/WndMain.c:981
+msgid "Reload Mcd"
+msgstr "Перезагрузить"
+
+#: ../win32/gui/WndMain.c:982
+msgid "-> Copy ->"
+msgstr "-> Копировать ->"
+
+#: ../win32/gui/WndMain.c:983
+msgid "<- Copy <-"
+msgstr "<- Копировать <-"
+
+#: ../win32/gui/WndMain.c:984
+msgid "Paste"
+msgstr "Вставить"
+
+#: ../win32/gui/WndMain.c:985
+msgid "<- Un/Delete"
+msgstr "<- Восстановить блок"
+
+#: ../win32/gui/WndMain.c:986
+msgid "Un/Delete ->"
+msgstr "Восстановить блок ->"
+
+#: ../win32/gui/WndMain.c:988
+msgid "Memory Card 1"
+msgstr "Карта памяти 1"
+
+#: ../win32/gui/WndMain.c:989
+msgid "Memory Card 2"
+msgstr "Карта памяти 2"
+
+#: ../win32/gui/WndMain.c:1044
+msgid "Are you sure you want to paste this selection?"
+msgstr "Вы уверены в том, что хотите вставить выделенное?"
+
+#: ../win32/gui/WndMain.c:1044 ../win32/gui/WndMain.c:1155
+#: ../win32/gui/WndMain.c:1162
+msgid "Confirmation"
+msgstr "Подтверждение"
+
+#: ../win32/gui/WndMain.c:1155 ../win32/gui/WndMain.c:1162
+msgid "Are you sure you want to format this Memory Card?"
+msgstr "Вы уверены в том, что хотите отформатировать карту памяти?"
+
+#: ../win32/gui/WndMain.c:1208
+msgid "Cpu Config"
+msgstr "Настройка ЦПУ"
+
+#: ../win32/gui/WndMain.c:1213
+msgid "Disable Xa Decoding"
+msgstr "Отключить декодирование XA"
+
+#: ../win32/gui/WndMain.c:1214
+msgid "Sio Irq Always Enabled"
+msgstr "Удерживание линии прерывания SIO"
+
+#: ../win32/gui/WndMain.c:1215
+msgid "Black && White Movies"
+msgstr "Чёрно-белые заставки"
+
+#: ../win32/gui/WndMain.c:1216
+msgid "Disable Cd audio"
+msgstr "Выключить CD музыку"
+
+#: ../win32/gui/WndMain.c:1217 ../data/pcsx.glade2:1595
+msgid "Autodetect"
+msgstr "Авто-определение"
+
+#: ../win32/gui/WndMain.c:1218
+msgid "Enable Interpreter Cpu"
+msgstr "Включить интерпретатор ЦПУ"
+
+#: ../win32/gui/WndMain.c:1219 ../data/pcsx.glade2:1451
+msgid "Enable Console Output"
+msgstr "Включить вывод в консоль"
+
+#: ../win32/gui/WndMain.c:1220 ../data/pcsx.glade2:1401
+msgid "Enable Debugger"
+msgstr "Включить отладчик"
+
+#: ../win32/gui/WndMain.c:1221
+msgid "Spu Irq Always Enabled"
+msgstr "Удерживание линии прерывания SPU"
+
+#: ../win32/gui/WndMain.c:1222 ../data/pcsx.glade2:1538
+msgid "Parasite Eve 2, Vandal Hearts 1/2 Fix"
+msgstr "Исправление для Parasite Eve 2 и Vandal Hearts"
+
+#: ../win32/gui/WndMain.c:1223 ../data/pcsx.glade2:1553
+msgid "InuYasha Sengoku Battle Fix"
+msgstr "Исправление для InuYasha Sengoku Battle"
+
+#: ../win32/gui/WndMain.c:1225
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:277
+#: ../plugins/dfinput/dfinput.glade2:448
+msgid "Options"
+msgstr "Опции"
+
+#: ../win32/gui/WndMain.c:1226
+msgid "Psx System Type"
+msgstr "Тип системы psx"
+
+#: ../win32/gui/WndMain.c:1330
+msgid "Psx Mcd Format (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
+msgstr "Форматы карт памяти psx (*.mcr;*.mc;*.mem;*.vgs;*.mcd;*.gme;*.ddf)"
+
+#: ../win32/gui/WndMain.c:1335
+msgid "Psx Memory Card (*.mcr;*.mc)"
+msgstr "Карта памяти psx (*.mcr;*.mc)"
+
+#: ../win32/gui/WndMain.c:1340
+msgid "CVGS Memory Card (*.mem;*.vgs)"
+msgstr "Карта памяти CVGS (*.mem;*.vgs)"
+
+#: ../win32/gui/WndMain.c:1345
+msgid "Bleem Memory Card (*.mcd)"
+msgstr "Карта памяти Bleem (*.mcd)"
+
+#: ../win32/gui/WndMain.c:1350
+msgid "DexDrive Memory Card (*.gme)"
+msgstr "Карта памяти DexDrive (*.gme)"
+
+#: ../win32/gui/WndMain.c:1355
+msgid "DataDeck Memory Card (*.ddf)"
+msgstr "Карта памяти DataDeck (*.ddf)"
+
+#: ../win32/gui/WndMain.c:1360 ../win32/gui/WndMain.c:1441 ../gui/Cheat.c:321
+#: ../gui/Gtk2Gui.c:422 ../gui/Gtk2Gui.c:561
+msgid "All Files"
+msgstr "Все файлы"
+
+#: ../win32/gui/WndMain.c:1399
+msgid "Psx Exe Format"
+msgstr "Psx exe формат"
+
+#: ../win32/gui/WndMain.c:1436
+msgid "Psx Isos (*.iso;*.mdf;*.img;*.bin)"
+msgstr "Образы диска psx (*.iso;*.mdf;*.img;*.bin)"
+
+#: ../win32/gui/WndMain.c:1512
+msgid "&File"
+msgstr "Файл(&F)"
+
+#: ../win32/gui/WndMain.c:1513
+msgid "E&xit"
+msgstr "Выход(&X)"
+
+#: ../win32/gui/WndMain.c:1515
+msgid "Run &EXE..."
+msgstr "Запустить EXE"
+
+#: ../win32/gui/WndMain.c:1516
+msgid "Run &BIOS"
+msgstr "Запустить BIOS"
+
+#: ../win32/gui/WndMain.c:1517
+msgid "Run &ISO..."
+msgstr "Запустить ISO"
+
+#: ../win32/gui/WndMain.c:1518
+msgid "Run &CD"
+msgstr "Запустить CD"
+
+#: ../win32/gui/WndMain.c:1520
+msgid "&Emulator"
+msgstr "Эмулятор(&E)"
+
+#: ../win32/gui/WndMain.c:1521
+msgid "&States"
+msgstr "Состояния(&S)"
+
+#: ../win32/gui/WndMain.c:1523
+msgid "S&witch ISO..."
+msgstr "Изменить ISO(&W)..."
+
+#: ../win32/gui/WndMain.c:1525
+msgid "Re&set"
+msgstr "Сброс(&S)"
+
+#: ../win32/gui/WndMain.c:1526
+msgid "&Run"
+msgstr "Старт(&R)"
+
+#: ../win32/gui/WndMain.c:1527
+msgid "&Save"
+msgstr "Сохранить(&S)"
+
+#: ../win32/gui/WndMain.c:1528
+msgid "&Load"
+msgstr "Загрузить(&L)"
+
+#: ../win32/gui/WndMain.c:1529 ../win32/gui/WndMain.c:1535
+msgid "&Other..."
+msgstr "Другой(&O)..."
+
+#: ../win32/gui/WndMain.c:1530 ../win32/gui/WndMain.c:1536
+msgid "Slot &5"
+msgstr "Слот 5(&5)"
+
+#: ../win32/gui/WndMain.c:1531 ../win32/gui/WndMain.c:1537
+msgid "Slot &4"
+msgstr "Слот 4(&4)"
+
+#: ../win32/gui/WndMain.c:1532 ../win32/gui/WndMain.c:1538
+msgid "Slot &3"
+msgstr "Слот 3(&3)"
+
+#: ../win32/gui/WndMain.c:1533 ../win32/gui/WndMain.c:1539
+msgid "Slot &2"
+msgstr "Слот 2(&2)"
+
+#: ../win32/gui/WndMain.c:1534 ../win32/gui/WndMain.c:1540
+msgid "Slot &1"
+msgstr "Слот 1(&1)"
+
+#: ../win32/gui/WndMain.c:1542
+msgid "&Configuration"
+msgstr "Настройка(&C)"
+
+#: ../win32/gui/WndMain.c:1543
+msgid "Cheat &Search..."
+msgstr "Поиск читов...(&S)"
+
+#: ../win32/gui/WndMain.c:1544
+msgid "Ch&eat Code..."
+msgstr "Чит код...(&E)"
+
+#: ../win32/gui/WndMain.c:1547
+msgid "&Language"
+msgstr "Язык(&L)"
+
+#: ../win32/gui/WndMain.c:1572
+msgid "&Memory cards..."
+msgstr "Карты памяти(&M)..."
+
+#: ../win32/gui/WndMain.c:1573
+msgid "C&PU..."
+msgstr "ЦПУ(&P)..."
+
+#: ../win32/gui/WndMain.c:1575
+msgid "&NetPlay..."
+msgstr "Сетевая игра..."
+
+#: ../win32/gui/WndMain.c:1577
+msgid "&Controllers..."
+msgstr "Управление..."
+
+#: ../win32/gui/WndMain.c:1578
+msgid "CD-&ROM..."
+msgstr "CD-привод(&R)..."
+
+#: ../win32/gui/WndMain.c:1579
+msgid "&Sound..."
+msgstr "Звук..."
+
+#: ../win32/gui/WndMain.c:1580
+msgid "&Graphics..."
+msgstr "Графика..."
+
+#: ../win32/gui/WndMain.c:1582
+msgid "&Plugins && Bios..."
+msgstr "Плагины и биос(&P)..."
+
+#: ../win32/gui/WndMain.c:1584
+msgid "&Help"
+msgstr "Помощь(&H)"
+
+#: ../win32/gui/WndMain.c:1585
+msgid "&About..."
+msgstr "О(&A)..."
+
+#: ../win32/gui/WndMain.c:1764
+msgid "Pcsx Msg"
+msgstr "Сообщение pcsx"
+
+#: ../win32/gui/WndMain.c:1767
+msgid "Error Loading Symbol"
+msgstr "Ошибка загрузки символа"
+
+#: ../gui/AboutDlg.c:74
+msgid ""
+"(C) 1999-2003 PCSX Team\n"
+"(C) 2005-2009 PCSX-df Team\n"
+"(C) 2009-2010 PCSX-Reloaded Team"
+msgstr ""
+
+#: ../gui/AboutDlg.c:79
+msgid ""
+"This program is free software; you can redistribute it and/or modify it "
+"under the terms of the GNU General Public License as published by the Free "
+"Software Foundation; either version 2 of the License, or (at your option) "
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful, but WITHOUT "
+"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
+"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
+"more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License along with "
+"this program; if not, write to the Free Software Foundation, Inc., 51 "
+"Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA."
+msgstr ""
+
+#: ../gui/AboutDlg.c:102
+msgid "translator-credits"
+msgstr "edgbla"
+
+#: ../gui/AboutDlg.c:103
+msgid "A PlayStation emulator."
+msgstr "Эмулятор PlayStation."
+
+#: ../gui/Cheat.c:117 ../gui/Cheat.c:202
+msgid "Cheat Description:"
+msgstr "Описание чита:"
+
+#: ../gui/Cheat.c:306
+msgid "Open Cheat File"
+msgstr "Открыть файл чита"
+
+#: ../gui/Cheat.c:316 ../gui/Cheat.c:356
+msgid "PCSX Cheat Code Files (*.cht)"
+msgstr "Файлы читов PCSX (*.cht)"
+
+#: ../gui/Cheat.c:346
+msgid "Save Cheat File"
+msgstr "Сохранить чит файл"
+
+#: ../gui/Cheat.c:361
+msgid "All Files (*.*)"
+msgstr "Все файлы (*.*)"
+
+#: ../gui/Cheat.c:394 ../gui/Cheat.c:1124 ../gui/ConfDlg.c:104
+#: ../gui/ConfDlg.c:200 ../gui/DebugMemory.c:259
+msgid "Error: Glade interface could not be loaded!"
+msgstr "Ошибка: интерфейс Glade не может быть загружен!"
+
+#: ../gui/Cheat.c:399
+msgid "Cheat Codes"
+msgstr "Чит коды"
+
+#: ../gui/Cheat.c:405
+msgid "Enable"
+msgstr "Включить"
+
+#: ../gui/Cheat.c:630
+msgid "Freeze value"
+msgstr "Заморозить значение"
+
+#: ../gui/Cheat.c:729
+msgid "Modify value"
+msgstr "Изменить значение"
+
+#: ../gui/Cheat.c:737
+msgid "New value:"
+msgstr "Новое значение:"
+
+#: ../gui/Cheat.c:1134
+msgid "Search Results"
+msgstr "Результат поиска"
+
+#: ../gui/ConfDlg.c:112 ../data/pcsx.glade2:778
+msgid "Configure PCSX"
+msgstr "Настройка PCSX"
+
+#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
+#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
+msgid "No configuration required"
+msgstr "Настройка не требуется"
+
+#: ../gui/ConfDlg.c:237 ../gui/ConfDlg.c:258 ../gui/ConfDlg.c:279
+#: ../gui/ConfDlg.c:300 ../gui/ConfDlg.c:355
+msgid "This plugin doesn't need to be configured."
+msgstr "Плагин не нуждается в настройке."
+
+#: ../gui/ConfDlg.c:581
+#, c-format
+msgid "Could not open BIOS directory: '%s'\n"
+msgstr "Не удалось открыть каталог с биосами BIOS: \"%s\"\n"
+
+#: ../gui/ConfDlg.c:611 ../gui/ConfDlg.c:704 ../gui/LnxMain.c:168
+#, c-format
+msgid "Could not open directory: '%s'\n"
+msgstr "Не удалось открыть каталог: '%s'\n"
+
+#: ../gui/ConfDlg.c:675
+msgid "Simulate PSX BIOS"
+msgstr "Симулировать биос psx"
+
+#: ../gui/DebugMemory.c:103 ../data/pcsx.glade2:3178
+msgid "Memory Dump"
+msgstr "Дамп памяти"
+
+#: ../gui/DebugMemory.c:111
+msgid "Start Address (Hexadecimal):"
+msgstr "Начальный адрес (шестнадцатиричный):"
+
+#: ../gui/DebugMemory.c:121
+msgid "Length (Decimal):"
+msgstr "Длина (десятичный):"
+
+#: ../gui/DebugMemory.c:147
+msgid "Dump to File"
+msgstr "Дамп в файл"
+
+#: ../gui/DebugMemory.c:162
+#, c-format
+msgid "Error writing to %s!"
+msgstr "Ошибка записи в %s!"
+
+#: ../gui/DebugMemory.c:180
+msgid "Memory Patch"
+msgstr "Патч памяти"
+
+#: ../gui/DebugMemory.c:188 ../data/pcsx.glade2:3199
+msgid "Address (Hexadecimal):"
+msgstr "Адрес (шестнадцатиричный):"
+
+#: ../gui/DebugMemory.c:198
+msgid "Value (Hexa string):"
+msgstr "Значение (Hexa string):"
+
+#: ../gui/DebugMemory.c:264
+msgid "Memory Viewer"
+msgstr "Просмотр памяти"
+
+#: ../gui/DebugMemory.c:269
+msgid "Address"
+msgstr "Адрес"
+
+#: ../gui/DebugMemory.c:287
+msgid "Text"
+msgstr "Текст"
+
+#: ../gui/Gtk2Gui.c:113
+msgid "Ready"
+msgstr "Готово"
+
+#: ../gui/Gtk2Gui.c:154
+msgid "Emulation Paused."
+msgstr "Эмуляция приостановлена."
+
+#: ../gui/Gtk2Gui.c:405
+msgid "Select PSX EXE File"
+msgstr "Выберите PSX EXE файл"
+
+#: ../gui/Gtk2Gui.c:418
+msgid "PlayStation Executable Files"
+msgstr "Выполняемые файлы PlayStation"
+
+#: ../gui/Gtk2Gui.c:454
+msgid "Not a valid PSX file"
+msgstr "Недопустимый формат файла"
+
+#: ../gui/Gtk2Gui.c:454
+msgid "The file does not appear to be a valid Playstation executable"
+msgstr "Файл не является запускным файлом PlayStation"
+
+#: ../gui/Gtk2Gui.c:485 ../gui/Gtk2Gui.c:610
+msgid "CD ROM failed"
+msgstr "Ошибка CD-привода"
+
+#: ../gui/Gtk2Gui.c:493 ../gui/Gtk2Gui.c:618
+msgid "The CD-ROM could not be loaded"
+msgstr "Не удалось загрузить CD-ROM"
+
+#: ../gui/Gtk2Gui.c:507
+msgid "Could not run BIOS"
+msgstr "Не удалось запустить биос"
+
+#: ../gui/Gtk2Gui.c:507
+msgid "Running BIOS is not supported with Internal HLE BIOS."
+msgstr ""
+"Стандартная оболочка, позволяющая управлять картами памяти и проигрывать DA "
+"музыку, при использовании HLE-биоса недоступна."
+
+#: ../gui/Gtk2Gui.c:536
+msgid "Open PSX Disc Image File"
+msgstr "Открыть образ PSX диска"
+
+#: ../gui/Gtk2Gui.c:556
+msgid "PSX Image Files (*.bin, *.img, *.mdf, *.iso)"
+msgstr "Образы PSX дисков (*.bin, *.img, *.mdf, *.iso)"
+
+#: ../gui/Gtk2Gui.c:771
+#, c-format
+msgid "Loaded state %s."
+msgstr "Состояние загружено %s."
+
+#: ../gui/Gtk2Gui.c:774
+#, c-format
+msgid "Error loading state %s!"
+msgstr "Ошибка загрузки состояния %s!"
+
+#: ../gui/Gtk2Gui.c:785
+#, c-format
+msgid "Saved state %s."
+msgstr "Состояние сохранено %s."
+
+#: ../gui/Gtk2Gui.c:787
+#, c-format
+msgid "Error saving state %s!"
+msgstr "Ошибка сохранения состояния %s!"
+
+#: ../gui/Gtk2Gui.c:822 ../gui/Gtk2Gui.c:850
+msgid "Select State File"
+msgstr "Выберите файл состояния"
+
+#: ../gui/Gtk2Gui.c:893
+msgid "Notice"
+msgstr "Сообщение"
+
+#: ../gui/LnxMain.c:62
+#, c-format
+msgid "Creating memory card: %s\n"
+msgstr "Создание карты памяти: %s\n"
+
+#: ../gui/LnxMain.c:325
+msgid ""
+" pcsx [options] [file]\n"
+"\toptions:\n"
+"\t-runcd\t\tRuns CD-ROM\n"
+"\t-cdfile FILE\tRuns a CD image file\n"
+"\t-nogui\t\tDon't open the GTK GUI\n"
+"\t-cfg FILE\tLoads desired configuration file (default: ~/.pcsx/pcsx.cfg)\n"
+"\t-psxout\t\tEnable PSX output\n"
+"\t-load STATENUM\tLoads savestate STATENUM (1-5)\n"
+"\t-h -help\tDisplay this message\n"
+"\tfile\t\tLoads file\n"
+msgstr ""
+" pcsx [опции] [файл]\n"
+"\tопции:\n"
+"\t-runcd\t\tЗапустить с CD-привода\n"
+"\t-cdfile FILE\tЗапустить с файла образа CD\n"
+"\t-nogui\t\tНе использовать графический интерфейс GTK\n"
+"\t-cfg FILE\tУказать файл конфигурации (по умолчанию: ~/.pcsx/pcsx.cfg)\n"
+"\t-psxout\t\tВключить вывод PSX\n"
+"\t-load STATENUM\tЗагрузить состояние с номером STATENUM (1-5)\n"
+"\t-h -help\tПоказать это сообщение\n"
+"\tfile\t\tЗагрузить файл\n"
+
+#: ../gui/LnxMain.c:362
+#, c-format
+msgid ""
+"PCSX cannot be configured without using the GUI -- you should restart "
+"without -nogui.\n"
+msgstr ""
+"PCSX не может быть настроен без использования графического интерфейса -- "
+"необходимо перезапустить эмулятор без опции -nogui.\n"
+
+#: ../gui/LnxMain.c:418
+msgid "Failed loading plugins!"
+msgstr "Ошибка загрузки плагинов!"
+
+#: ../gui/LnxMain.c:435
+#, c-format
+msgid "Could not load CD-ROM!\n"
+msgstr "Не удалось загрузить CD-ROM!\n"
+
+#: ../gui/LnxMain.c:466
+#, c-format
+msgid "PSX emulator couldn't be initialized.\n"
+msgstr "Ошибка инициализации эмулятора.\n"
+
+#: ../gui/MemcardDlg.c:56
+msgid "Icon"
+msgstr "Иконка"
+
+#: ../gui/MemcardDlg.c:74
+msgid "ID"
+msgstr "Идентификатор"
+
+#: ../gui/MemcardDlg.c:80
+msgid "Name"
+msgstr "Название"
+
+#: ../gui/MemcardDlg.c:323
+msgid "Select A File"
+msgstr "Выберите файл"
+
+#: ../gui/MemcardDlg.c:364
+msgid "Format this Memory Card?"
+msgstr "Отформатировать карту памяти?"
+
+#: ../gui/MemcardDlg.c:366
+msgid ""
+"If you format the memory card, the card will be empty, and any existing data "
+"overwritten."
+msgstr ""
+"При форматировании все данные на карте памяти будут безвозвратно утеряны."
+
+#: ../gui/MemcardDlg.c:369
+msgid "Format card"
+msgstr "Отформатировать карту памяти"
+
+#: ../gui/MemcardDlg.c:393
+msgid "Create a new Memory Card"
+msgstr "Создать новую карту памяти"
+
+#: ../gui/MemcardDlg.c:402
+msgid "New Memory Card.mcd"
+msgstr ""
+
+#: ../gui/MemcardDlg.c:503
+msgid "No free space on memory card"
+msgstr "Недостаточно места на карте памяти"
+
+#: ../gui/MemcardDlg.c:504
+msgid ""
+"There are no free slots available on the target memory card. Please delete a "
+"slot first."
+msgstr "Недостаточно свободных блоков на карте памяти."
+
+#: ../gui/MemcardDlg.c:667
+msgid "Memory Card Manager"
+msgstr "Менеджер карт памяти"
+
+#: ../gui/Plugin.c:211 ../data/pcsx.glade2:1487
+#, c-format
+msgid "SIO IRQ Always Enabled"
+msgstr "Удерживание линии прерывания SIO"
+
+#: ../gui/Plugin.c:212
+#, c-format
+msgid "SIO IRQ Not Always Enabled"
+msgstr "Удерживание линии прерывания SIO выключено"
+
+#: ../gui/Plugin.c:218
+#, c-format
+msgid "Black & White Mdecs Only Enabled"
+msgstr "Режим чёрно-белых видео вставок (Mdecs) включен"
+
+#: ../gui/Plugin.c:219
+#, c-format
+msgid "Black & White Mdecs Only Disabled"
+msgstr "Режим чёрно-белых видео вставок (Mdecs) выключен"
+
+#: ../gui/Plugin.c:225
+#, c-format
+msgid "XA Enabled"
+msgstr "XA включено"
+
+#: ../gui/Plugin.c:226
+#, c-format
+msgid "XA Disabled"
+msgstr "XA выключено"
+
+#: ../gui/Plugin.c:288
+msgid "Error opening CD-ROM plugin!"
+msgstr "Ошибка открытия CD-ROM плагина!"
+
+#: ../gui/Plugin.c:290
+msgid "Error opening SPU plugin!"
+msgstr "Ошибка открытия SPU плагина!"
+
+#: ../gui/Plugin.c:293
+msgid "Error opening GPU plugin!"
+msgstr "Ошибка открытия GPU плагина!"
+
+#: ../gui/Plugin.c:295
+msgid "Error opening Controller 1 plugin!"
+msgstr "Ошибка открытия PAD1 плагина!"
+
+#: ../gui/Plugin.c:297
+msgid "Error opening Controller 2 plugin!"
+msgstr "Ошибка открытия PAD2 плагина!"
+
+#: ../gui/Plugin.c:377
+msgid "Error closing CD-ROM plugin!"
+msgstr "Ошибка при закрытии CD-ROM плагина!"
+
+#: ../gui/Plugin.c:379
+msgid "Error closing SPU plugin!"
+msgstr "Ошибка при закрытии SPU плагина!"
+
+#: ../gui/Plugin.c:381
+msgid "Error closing Controller 1 Plugin!"
+msgstr "Ошибка при закрытии PAD1 плагина!"
+
+#: ../gui/Plugin.c:383
+msgid "Error closing Controller 2 plugin!"
+msgstr "Ошибка при закрытии PAD2 плагина!"
+
+#: ../gui/Plugin.c:385
+msgid "Error closing GPU plugin!"
+msgstr "Ошибка при закрытии GPU плагина!"
+
+#: ../libpcsxcore/cdriso.c:658
+#, c-format
+msgid "Track %.2d (%s) - Start %.2d:%.2d:%.2d, Length %.2d:%.2d:%.2d\n"
+msgstr "Трек %.2d (%s) - Начало %.2d:%.2d:%.2d, Длина %.2d:%.2d:%.2d\n"
+
+#: ../libpcsxcore/cdriso.c:677
+#, c-format
+msgid "Loaded CD Image: %s"
+msgstr "Загружен образ CD: %s"
+
+#: ../libpcsxcore/cheat.c:147
+#, c-format
+msgid "Cheats loaded from: %s\n"
+msgstr "Чит загружен из: %s\n"
+
+#: ../libpcsxcore/cheat.c:179
+#, c-format
+msgid "Cheats saved to: %s\n"
+msgstr "Чит сохранён в: %s\n"
+
+#: ../libpcsxcore/cheat.c:322 ../libpcsxcore/cheat.c:443
+msgid "(Untitled)"
+msgstr "(без названия)"
+
+#: ../libpcsxcore/debug.c:317
+msgid "Error allocating memory"
+msgstr "Ошибка выделения памяти"
+
+#: ../libpcsxcore/debug.c:322
+msgid "Unable to start debug server.\n"
+msgstr "Не удалось запустить сервер отладки.\n"
+
+#: ../libpcsxcore/debug.c:326
+msgid "Debugger started.\n"
+msgstr "Дебаггер запущен.\n"
+
+#: ../libpcsxcore/debug.c:333
+msgid "Debugger stopped.\n"
+msgstr "Дебаггер остановлен.\n"
+
+#: ../libpcsxcore/misc.c:342
+#, c-format
+msgid "CD-ROM Label: %.32s\n"
+msgstr ""
+
+#: ../libpcsxcore/misc.c:343
+#, fuzzy, c-format
+msgid "CD-ROM ID: %.9s\n"
+msgstr "CD-привод:"
+
+#: ../libpcsxcore/misc.c:388
+#, c-format
+msgid "Error opening file: %s.\n"
+msgstr "Ошибка открытия файла: %s.\n"
+
+#: ../libpcsxcore/misc.c:428
+#, c-format
+msgid "Unknown CPE opcode %02x at position %08x.\n"
+msgstr "Неизвестный опкод CPE %02x по адресу %08x.\n"
+
+#: ../libpcsxcore/misc.c:435
+msgid "COFF files not supported.\n"
+msgstr "Формат COFF не поддерживается.\n"
+
+#: ../libpcsxcore/misc.c:439
+msgid "This file does not appear to be a valid PSX file.\n"
+msgstr "This file does not appear to be a valid PSX file.\n"
+
+#: ../libpcsxcore/plugins.c:181
+#, c-format
+msgid "Error loading %s: %s"
+msgstr "Ошибка загрузки %s: %s"
+
+#: ../libpcsxcore/plugins.c:221
+#, c-format
+msgid "Could not load GPU plugin %s!"
+msgstr "Не удалось загрузить GPU плагин %s!"
+
+#: ../libpcsxcore/plugins.c:292
+#, c-format
+msgid "Could not load CD-ROM plugin %s!"
+msgstr "Не удалось загрузить CD-ROM плагин %s!"
+
+#: ../libpcsxcore/plugins.c:340
+#, c-format
+msgid "Could not load SPU plugin %s!"
+msgstr "Не удалось загрузить SPU плагин %s!"
+
+#: ../libpcsxcore/plugins.c:477
+#, c-format
+msgid "Could not load Controller 1 plugin %s!"
+msgstr "Не удалось загрузить PAD1 плагин %s!"
+
+#: ../libpcsxcore/plugins.c:531
+#, c-format
+msgid "Could not load Controller 2 plugin %s!"
+msgstr "Не удалось загрузить PAD2 плагин %s!"
+
+#: ../libpcsxcore/plugins.c:574
+#, c-format
+msgid "Could not load NetPlay plugin %s!"
+msgstr "Не удалось загрузить NetPlay плагин %s!"
+
+#: ../libpcsxcore/plugins.c:654
+#, fuzzy, c-format
+msgid "Could not load SIO1 plugin %s!"
+msgstr "Не удалось загрузить SPU плагин %s!"
+
+#: ../libpcsxcore/plugins.c:739
+#, c-format
+msgid "Error initializing CD-ROM plugin: %d"
+msgstr "Ошибка инициализации CD-ROM плагина: %d"
+
+#: ../libpcsxcore/plugins.c:741
+#, c-format
+msgid "Error initializing GPU plugin: %d"
+msgstr "Ошибка инициализации GPU плагина: %d"
+
+#: ../libpcsxcore/plugins.c:743
+#, c-format
+msgid "Error initializing SPU plugin: %d"
+msgstr "Ошибка инициализации SPU плагина: %d"
+
+#: ../libpcsxcore/plugins.c:745
+#, c-format
+msgid "Error initializing Controller 1 plugin: %d"
+msgstr "Ошибка инициализации PAD1 плагина: %d"
+
+#: ../libpcsxcore/plugins.c:747
+#, c-format
+msgid "Error initializing Controller 2 plugin: %d"
+msgstr "Ошибка инициализации PAD2 плагина: %d"
+
+#: ../libpcsxcore/plugins.c:751
+#, c-format
+msgid "Error initializing NetPlay plugin: %d"
+msgstr "Ошибка инициализации NetPlay плагина: %d"
+
+#: ../libpcsxcore/plugins.c:756
+#, fuzzy, c-format
+msgid "Error initializing SIO1 plugin: %d"
+msgstr "Ошибка инициализации SPU плагина: %d"
+
+#: ../libpcsxcore/plugins.c:759
+msgid "Plugins loaded.\n"
+msgstr "Плагины загружены.\n"
+
+#: ../libpcsxcore/ppf.c:216
+#, c-format
+msgid "Invalid PPF patch: %s.\n"
+msgstr "Неверный PPF патч: %s。\n"
+
+#: ../libpcsxcore/ppf.c:292
+#, c-format
+msgid "Unsupported PPF version (%d).\n"
+msgstr "Неподдерживаемая версия PPF(%d).\n"
+
+#: ../libpcsxcore/ppf.c:331
+#, c-format
+msgid "Loaded PPF %d.0 patch: %s.\n"
+msgstr "Загружен PPF %d.0 патч: %s。\n"
+
+#: ../libpcsxcore/psxmem.c:80
+msgid "Error allocating memory!"
+msgstr "Ошибка выделения памяти!"
+
+#: ../libpcsxcore/psxmem.c:122
+#, c-format
+msgid "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
+msgstr "Could not open BIOS:\"%s\". Enabling HLE Bios!\n"
+
+#: ../libpcsxcore/r3000a.c:33
+#, c-format
+msgid "Running PCSX Version %s (%s).\n"
+msgstr "Запуск PCSX версии %s (%s) 執行中。\n"
+
+#: ../libpcsxcore/sio.c:345
+msgid "Connection closed!\n"
+msgstr "Соединение закрыто!\n"
+
+#: ../libpcsxcore/sio.c:371
+#, c-format
+msgid "No memory card value was specified - creating a default card %s\n"
+msgstr "Карта памяти не указана - создана новая карта %s\n"
+
+#: ../libpcsxcore/sio.c:375
+#, c-format
+msgid "The memory card %s doesn't exist - creating it\n"
+msgstr "Карта памяти %s не существует - создана новая\n"
+
+#: ../libpcsxcore/sio.c:391
+#, c-format
+msgid "Memory card %s failed to load!\n"
+msgstr "Ошибка загрузки карты памяти %s!\n"
+
+#: ../libpcsxcore/sio.c:395
+#, c-format
+msgid "Loading memory card %s\n"
+msgstr "Загрузка карты памяти %s\n"
+
+#: ../plugins/dfxvideo/gpu.c:55
+msgid "SoftGL Driver"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:56
+msgid ""
+"P.E.Op.S. SoftGL Driver V1.17\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:58
+msgid "XVideo Driver"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:59
+msgid ""
+"P.E.Op.S. Xvideo Driver V1.17\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpu.c:62
+msgid "Pete Bernert and the P.E.Op.S. team"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:8
+msgid "Configure X11 Video"
+msgstr "Настройка X11 Video"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:45
+msgid "Initial Window Size:"
+msgstr "Размер окна:"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:56
+msgid "Stretching:"
+msgstr "Растяжение:"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:69
+msgid "Dithering:"
+msgstr "Дизеринг:"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:82
+msgid ""
+"320x240\n"
+"640x480\n"
+"800x600\n"
+"1024x768\n"
+"1152x864\n"
+"1280x1024\n"
+"1600x1200"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:101
+msgid ""
+"0: None\n"
+"1: 2xSai\n"
+"2: 2xSuperSai\n"
+"3: SuperEagle\n"
+"4: Scale2x\n"
+"5: Scale3x\n"
+"6: HQ2X\n"
+"7: HQ3X"
+msgstr ""
+"0: Выключено\n"
+"1: 2xSai\n"
+"2: 2xSuperSai\n"
+"3: SuperEagle\n"
+"4: Scale2x\n"
+"5: Scale3x\n"
+"6: HQ2X\n"
+"7: HQ3X"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:123
+msgid ""
+"0: Off (fastest)\n"
+"1: Game dependant\n"
+"2: Always"
+msgstr ""
+"0: Выключен (быстрейший режим)\n"
+"1: Устанавливается игрой\n"
+"2: Включен всегда"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:146
+msgid "Maintain 4:3 Aspect Ratio"
+msgstr "Сохранять соотношение сторон 4:3"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:161
+#: ../plugins/peopsxgl/gpucfg/interface.c:322
+msgid "Fullscreen"
+msgstr "Полноэкранный режим"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:165
+msgid "Toggle windowed/fullscreen mode."
+msgstr "Переключение между оконным/полноэкранным режимами."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:187
+msgid "<b>Screen</b>"
+msgstr "<b>Экран</b>"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:216
+msgid "Show FPS"
+msgstr "Отображать FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:220
+msgid "Toggle whether the FPS will be shown."
+msgstr "Отображать FPS при старте эмуляции."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:232
+msgid "Autodetect FPS limit"
+msgstr "Авто-определение FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:236
+msgid "Enable this if games display too quickly."
+msgstr ""
+"Следует включить для автоматического определения и ограничения скорости игры."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:249
+msgid "Enable frame skipping"
+msgstr "Включить пропуск кадров"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:253
+msgid "Skip frames when rendering."
+msgstr "Пропуск кадров при отрисовке."
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:270
+msgid "Set FPS"
+msgstr "Установить FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:287
+msgid "200.0"
+msgstr "200.0"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:310
+msgid "<b>Framerate</b>"
+msgstr "<b>Частота кадров</b>"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:339
+#: ../plugins/peopsxgl/gpucfg/interface.c:568
+msgid "Use game fixes"
+msgstr "Исправления для некоторых игр"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:366
+msgid "better g-colors, worse textures"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:381
+msgid "Needed by Dark Forces"
+msgstr "Необходимо для Dark Forces"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:394
+msgid "Draw quads with triangles"
+msgstr "Рисовать четырёхугольники треугольниками"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:410
+msgid "Repeated flat tex triangles"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:426
+msgid "Disable CPU Saving"
+msgstr "Выключить экономию ресурсов ЦПУ"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:442
+msgid "Odd/even bit hack"
+msgstr "Хак бита ODE"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:458
+msgid "For precise framerate"
+msgstr "Для повышения точности частоты смены кадров"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:473
+msgid "Better FPS limit in some"
+msgstr "Возможно более точное ограничение FPS"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:486
+msgid "PC FPS calculation"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:504
+msgid "Pandemonium 2"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:517
+msgid "Lazy screen update"
+msgstr "\"Ленивое\" обновление экрана"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:535
+msgid "Skip every second frame"
+msgstr "Пропускать каждый второй кадр"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:548
+#: ../plugins/peopsxgl/gpucfg/interface.c:640
+msgid "Old frame skipping"
+msgstr "Старый режим пропуска кадров"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:564
+msgid "Expand screen width"
+msgstr "Увеличить ширину экрана"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:580
+msgid "Ignore brightness color"
+msgstr "Игнорировать яркость цвета"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:596
+msgid "Disable coordinate check"
+msgstr "Выключить проверку координат"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:614
+msgid "Chrono Cross"
+msgstr ""
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:627
+msgid "Capcom fighting games"
+msgstr "Файтинги от Capcom"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:642
+msgid "Black screens in Lunar"
+msgstr "Чёрный экран в LunarSSSC"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:657
+msgid "Compatibility mode"
+msgstr "Режим совместимости"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:670
+msgid "Fake 'gpu busy' states"
+msgstr "Имитация 'занятости' gpu "
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:688
+msgid "Toggle busy flags after drawing"
+msgstr "Переключить флаг занятости после отрисовки"
+
+#: ../plugins/dfxvideo/gpucfg-0.1df/dfxvideo.glade2:713
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:268
+msgid "<b>Compatibility</b>"
+msgstr "<b>Совместимость</b>"
+
+#: ../data/pcsx.glade2:7
+msgid "PCSX"
+msgstr "PCSX"
+
+#: ../data/pcsx.glade2:21
+msgid "_File"
+msgstr "Файл(_F)"
+
+#: ../data/pcsx.glade2:27
+msgid "Run _CD"
+msgstr "Запустить _CD"
+
+#: ../data/pcsx.glade2:45
+msgid "Run _ISO..."
+msgstr "Запустить _ISO"
+
+#: ../data/pcsx.glade2:62
+msgid "Run _BIOS"
+msgstr "Запустить _BIOS"
+
+#: ../data/pcsx.glade2:79
+msgid "Run _EXE..."
+msgstr "Запустить _EXE"
+
+#: ../data/pcsx.glade2:101
+msgid "E_xit"
+msgstr "Выход"
+
+#: ../data/pcsx.glade2:123
+msgid "_Emulator"
+msgstr "Эмулятор(_E)"
+
+#: ../data/pcsx.glade2:129
+msgid "_Continue"
+msgstr "Продолжить(_C)"
+
+#: ../data/pcsx.glade2:146
+msgid "_Reset"
+msgstr "Сброс(_R)"
+
+#: ../data/pcsx.glade2:168
+msgid "S_witch ISO..."
+msgstr "Сменить ISO..."
+
+#: ../data/pcsx.glade2:190
+msgid "_Save State"
+msgstr "Сохранить состояние"
+
+#: ../data/pcsx.glade2:199 ../data/pcsx.glade2:280
+msgid "Slot _1"
+msgstr "Слот _1"
+
+#: ../data/pcsx.glade2:208 ../data/pcsx.glade2:289
+msgid "Slot _2"
+msgstr "Слот _2"
+
+#: ../data/pcsx.glade2:217 ../data/pcsx.glade2:298
+msgid "Slot _3"
+msgstr "Слот _3"
+
+#: ../data/pcsx.glade2:226 ../data/pcsx.glade2:307
+msgid "Slot _4"
+msgstr "Слот _4"
+
+#: ../data/pcsx.glade2:235 ../data/pcsx.glade2:316
+msgid "Slot _5"
+msgstr "Слот _5"
+
+#: ../data/pcsx.glade2:243 ../data/pcsx.glade2:324
+msgid "_Other..."
+msgstr "Другой..."
+
+#: ../data/pcsx.glade2:271
+msgid "_Load State"
+msgstr "Загрузить состояние(_L)"
+
+#: ../data/pcsx.glade2:357
+msgid "_Configuration"
+msgstr "Настройка(_C)"
+
+#: ../data/pcsx.glade2:363
+msgid "_Plugins & BIOS..."
+msgstr "Плагины и биос..."
+
+#: ../data/pcsx.glade2:385
+msgid "_Graphics..."
+msgstr "Графика..."
+
+#: ../data/pcsx.glade2:400
+msgid "_Sound..."
+msgstr "Звук..."
+
+#: ../data/pcsx.glade2:415
+msgid "CD-_ROM..."
+msgstr "CD-привод..."
+
+#: ../data/pcsx.glade2:430
+msgid "C_ontrollers..."
+msgstr "Управление..."
+
+#: ../data/pcsx.glade2:450
+msgid "_CPU..."
+msgstr "ЦПУ..."
+
+#: ../data/pcsx.glade2:466
+msgid "_Memory Cards..."
+msgstr "Карты памяти..."
+
+#: ../data/pcsx.glade2:483
+msgid "_Netplay..."
+msgstr "Сетевая игра..."
+
+#: ../data/pcsx.glade2:504
+msgid "Chea_t"
+msgstr "Читы"
+
+#: ../data/pcsx.glade2:513
+msgid "_Browse..."
+msgstr "Обзор..."
+
+#: ../data/pcsx.glade2:528
+msgid "_Search..."
+msgstr "Поиск..."
+
+#: ../data/pcsx.glade2:554
+msgid "Memory _Dump"
+msgstr "Дамп памяти"
+
+#: ../data/pcsx.glade2:574
+msgid "_Help"
+msgstr "Помошь(_H)"
+
+#: ../data/pcsx.glade2:580
+msgid "_About PCSX..."
+msgstr "О PCSX..."
+
+#: ../data/pcsx.glade2:613 ../data/pcsx.glade2:614
+msgid "Run CD"
+msgstr "Запустить CD"
+
+#: ../data/pcsx.glade2:626
+msgid "Run ISO Image"
+msgstr "Запустить образ ISO"
+
+#: ../data/pcsx.glade2:627
+msgid "Run ISO..."
+msgstr "Запустить ISO..."
+
+#: ../data/pcsx.glade2:648
+msgid "Continue Emulation"
+msgstr "Продолжить эмуляцию"
+
+#: ../data/pcsx.glade2:649
+msgid "Continue..."
+msgstr "Продолжить..."
+
+#: ../data/pcsx.glade2:661
+msgid "Switch ISO Image"
+msgstr "Сменить образ ISO"
+
+#: ../data/pcsx.glade2:662
+msgid "Switch ISO..."
+msgstr "Сменить ISO..."
+
+#: ../data/pcsx.glade2:683 ../data/pcsx.glade2:1810
+msgid "Configure Memory Cards"
+msgstr "Настройка карт памяти"
+
+#: ../data/pcsx.glade2:684
+msgid "Memcards..."
+msgstr "Карты памяти..."
+
+#: ../data/pcsx.glade2:696
+msgid "Configure Graphics"
+msgstr "Настройка видео"
+
+#: ../data/pcsx.glade2:697
+msgid "Graphics..."
+msgstr "Графика..."
+
+#: ../data/pcsx.glade2:709 ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:8
+msgid "Configure Sound"
+msgstr "Настройка звука"
+
+#: ../data/pcsx.glade2:710
+msgid "Sound..."
+msgstr "Звук..."
+
+#: ../data/pcsx.glade2:722
+msgid "Configure CD-ROM"
+msgstr "Настройка CD-привода"
+
+#: ../data/pcsx.glade2:723
+msgid "CD-ROM..."
+msgstr "CD-привод..."
+
+#: ../data/pcsx.glade2:735
+msgid "Configure Controllers"
+msgstr "Настройка управления"
+
+#: ../data/pcsx.glade2:736
+msgid "Controllers..."
+msgstr "Контроллеры..."
+
+#: ../data/pcsx.glade2:879
+msgid "Select Folder to Search"
+msgstr "Выберите каталог для поиска"
+
+#: ../data/pcsx.glade2:895
+msgid "Search in:"
+msgstr "Каталог с плагинами:"
+
+#: ../data/pcsx.glade2:1168
+msgid "Graphics:"
+msgstr "Графика:"
+
+#: ../data/pcsx.glade2:1181
+msgid "Sound:"
+msgstr "Звук:"
+
+#: ../data/pcsx.glade2:1196
+msgid "Controller 1: "
+msgstr "Контроллер 1:"
+
+#: ../data/pcsx.glade2:1211
+msgid "Controller 2:"
+msgstr "Контроллер 2:"
+
+#: ../data/pcsx.glade2:1226
+msgid "CD-ROM:"
+msgstr "CD-привод:"
+
+#: ../data/pcsx.glade2:1264
+msgid "<b>Plugins</b>"
+msgstr "<b>Плагины</b>"
+
+#: ../data/pcsx.glade2:1325
+msgid "<b>BIOS</b>"
+msgstr "<b>Биос</b>"
+
+#: ../data/pcsx.glade2:1375
+msgid "Configure CPU"
+msgstr "Настройка ЦПУ"
+
+#: ../data/pcsx.glade2:1419
+msgid "SPU IRQ Always Enabled"
+msgstr "Удерживание линии прерывания SPU"
+
+#: ../data/pcsx.glade2:1435
+msgid "Black & White Movies"
+msgstr "Чёрно-белые видео заставки"
+
+#: ../data/pcsx.glade2:1469
+msgid "Enable Interpreter CPU"
+msgstr "Включить интерпретатор ЦПУ"
+
+#: ../data/pcsx.glade2:1503
+msgid "Disable CD Audio"
+msgstr "Выключить CD музыку"
+
+#: ../data/pcsx.glade2:1519
+msgid "Disable XA Decoding"
+msgstr "Выключить декодирование XA"
+
+#: ../data/pcsx.glade2:1571
+msgid "<b>Options</b>"
+msgstr "<b>Опции</b>"
+
+#: ../data/pcsx.glade2:1612
+msgid ""
+"NTSC\n"
+"PAL"
+msgstr ""
+
+#: ../data/pcsx.glade2:1626
+msgid "<b>System Type</b>"
+msgstr "<b>Тип системы</b>"
+
+#: ../data/pcsx.glade2:1674
+msgid "Configure NetPlay"
+msgstr "Настройка сетевой игры"
+
+#: ../data/pcsx.glade2:1760
+msgid "<b>NetPlay</b>"
+msgstr "<b>Сетевая игра</b>"
+
+#: ../data/pcsx.glade2:1886 ../data/pcsx.glade2:2283
+msgid "New"
+msgstr "Создать"
+
+#: ../data/pcsx.glade2:1936 ../data/pcsx.glade2:2333
+msgid "Format"
+msgstr "Форматировать"
+
+#: ../data/pcsx.glade2:1986 ../data/pcsx.glade2:2383
+msgid "Un/Delete"
+msgstr "Восстановить блок"
+
+#: ../data/pcsx.glade2:2079
+msgid "<b>Memory Card 1</b>"
+msgstr "<b>Карта памяти 1</b>"
+
+#: ../data/pcsx.glade2:2139 ../data/pcsx.glade2:2189 ../data/pcsx.glade2:3002
+msgid "Copy"
+msgstr "Копировать"
+
+#: ../data/pcsx.glade2:2476
+msgid "<b>Memory Card 2</b>"
+msgstr "<b>Карта памяти 2</b>"
+
+#: ../data/pcsx.glade2:2572
+msgid "<b>Cheat Codes</b>"
+msgstr "<b>Чит коды</b>"
+
+#: ../data/pcsx.glade2:2736
+msgid ""
+"8-bit\n"
+"16-bit\n"
+"32-bit"
+msgstr ""
+"8-бит\n"
+"16-бит\n"
+"32-бита"
+
+#: ../data/pcsx.glade2:2799
+msgid ""
+"Equal Value\n"
+"Not Equal Value\n"
+"Range\n"
+"Increased By\n"
+"Decreased By\n"
+"Increased\n"
+"Decreased\n"
+"Different\n"
+"No Change"
+msgstr ""
+"Равно значению\n"
+"Не равно значению\n"
+"Диапазон\n"
+"Увеличилось на\n"
+"Уменьшилось на\n"
+"Увеличилось\n"
+"Уменьшилось\n"
+"Изменилось\n"
+"Не изменилось"
+
+#: ../data/pcsx.glade2:2831
+msgid ""
+"Decimal\n"
+"Hexadecimal"
+msgstr ""
+"Десятичное\n"
+"Шестнадцатиричное"
+
+#: ../data/pcsx.glade2:3035
+msgid "label_resultsfound"
+msgstr ""
+
+#: ../data/pcsx.glade2:3070
+msgid "Search"
+msgstr "Поиск"
+
+#: ../data/pcsx.glade2:3106
+msgid "Restart"
+msgstr "Рестарт"
+
+#: ../data/pcsx.glade2:3135
+msgid "<b>Cheat Search</b>"
+msgstr "<b>Поиск читов</b>"
+
+#: ../data/pcsx.glade2:3291
+msgid "Raw Dump..."
+msgstr "\"Сырой\" дамп"
+
+#: ../data/pcsx.glade2:3326
+msgid "Patch Memory..."
+msgstr "Патч памяти..."
+
+#: ../plugins/dfsound/spu.c:38
+msgid "Mac OS X Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:40
+msgid "ALSA Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:42
+msgid "OSS Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:44
+msgid "SDL Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:46
+msgid "PulseAudio Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:48
+msgid "NULL Sound"
+msgstr ""
+
+#: ../plugins/dfsound/spu.c:51
+msgid ""
+"P.E.Op.S. Sound Driver V1.7\n"
+"Coded by Pete Bernert and the P.E.Op.S. team\n"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:42
+msgid "Volume:"
+msgstr "Громкость:"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:54
+msgid "Interpolation:"
+msgstr "Интерполяция:"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:68
+msgid "Reverb:"
+msgstr "Реверберация:"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:81
+msgid ""
+"Low\n"
+"Medium\n"
+"Loud\n"
+"Loudest"
+msgstr ""
+"Минимальная\n"
+"Средняя\n"
+"Сильная\n"
+"Максимальная"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:95
+msgid ""
+"Off\n"
+"Simple\n"
+"Playstation"
+msgstr ""
+"Выключена\n"
+"Простая\n"
+"Playstation"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:111
+msgid ""
+"None\n"
+"Simple\n"
+"Gaussian\n"
+"Cubic"
+msgstr ""
+"Выключена\n"
+"Линейная\n"
+"Гаусса\n"
+"Кубическая"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:132
+msgid "<b>General</b>"
+msgstr "<b>Главные</b>"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:163
+msgid "Adjust XA speed"
+msgstr "Корректировка скорости проигрывания XA"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:167
+msgid "Choose this if XA music is played too quickly."
+msgstr "Установить в том случае, когда XA музыка играет слишком быстро."
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:184
+msgid "<b>XA Music</b>"
+msgstr "<b>XA музыка</b>"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:215
+msgid "High compatibility mode"
+msgstr "Режим повышенной совместимости"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:219
+msgid "Use the asynchronous SPU interface."
+msgstr "Использовать асинхронный интерфейс SPU"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:231
+msgid "SPU IRQ Wait"
+msgstr ""
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:235
+msgid "Wait for CPU; only useful for some games."
+msgstr "Ожидать CPU; имеет смысл только для некоторых игр."
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:247
+msgid "Single channel sound"
+msgstr "Одноканальный звук"
+
+#: ../plugins/dfsound/spucfg-0.1df/dfsound.glade2:251
+msgid "Play only one channel for a performance boost."
+msgstr "Проигрывать только один канал, для прироста производительности"
+
+#: ../plugins/dfcdrom/cdr-libcdio.c:29 ../plugins/dfcdrom/cdr-linux.c:29
+msgid "CD-ROM Drive Reader"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdr-null.c:26
+msgid "CDR NULL Plugin"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:219
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
+msgid "CDR configuration"
+msgstr "Настройка CDR"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:33
+msgid "Choose your CD-ROM device or type its path if it's not listed"
+msgstr ""
+"Выберите CD-привод или введите свой путь, если устройства нету в списке"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:44
+msgid "Select CD-ROM device"
+msgstr "Выберите CD-привод"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:72
+msgid "Select read mode:"
+msgstr "Режим чтения:"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:83
+msgid ""
+"Normal (No Cache)\n"
+"Threaded - Faster (With Cache)"
+msgstr ""
+"Обычный (Кеширование недоступно)\n"
+"В отдельном потоке - (Кеширование)"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:114
+msgid "Cache Size (Def. 64):"
+msgstr "Размер кеша (по умолчанию 64):"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:159
+msgid "Spindown Time:"
+msgstr "Время до остановки шпинделя cd-привода"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:170
+msgid ""
+"Default\n"
+"125ms\n"
+"250ms\n"
+"500ms\n"
+"1s\n"
+"2s\n"
+"4s\n"
+"8s\n"
+"16s\n"
+"32s\n"
+"1min\n"
+"2min\n"
+"4min\n"
+"8min\n"
+"16min\n"
+"32min"
+msgstr ""
+"По умолчанию\n"
+"125мс\n"
+"250мс\n"
+"500мс\n"
+"1с\n"
+"2с\n"
+"4с\n"
+"8с\n"
+"16с\n"
+"32с\n"
+"1мин\n"
+"2мин\n"
+"4мин\n"
+"8мин\n"
+"16мин\n"
+"32мин"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:216
+msgid "Cdrom Speed (Def. 0 = MAX):"
+msgstr "Скорость вращения диска (по умолчанию 0 = максимальная):"
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:248
+msgid "hseparator"
+msgstr ""
+
+#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:258
+msgid "Enable subchannel read"
+msgstr "Включить чтение субканальных данных"
+
+#: ../plugins/peopsxgl/gpu.c:61
+msgid "OpenGL Driver"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpu.c:63
+msgid "Pete Bernert"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpu.c:64
+msgid ""
+"Based on P.E.Op.S. MesaGL Driver V1.78\n"
+"Coded by Pete Bernert\n"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:118
+msgid "OpenGL Driver configuration"
+msgstr "Настройка OpenGL Driver"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:138
+msgid "Textures"
+msgstr "Текстуры"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:161
+msgid "Quality:"
+msgstr "Качество:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:178
+#: ../plugins/peopsxgl/gpucfg/interface.c:191
+msgid "0: don't care - Use driver's default textures"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:179
+msgid "1: 4444 - Fast, but less colorful"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:180
+msgid "2: 5551 - Nice colors, bad transparency"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:181
+msgid "3: 8888 - Best colors, more ram needed"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:182
+msgid "4: BGR8888 - Faster on some cards"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:193
+msgid "VRam size in MBytes (0..1024, 0=auto):"
+msgstr "Размер видеопамяти в мегабайтах (0..1024, 0=авто):"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:210
+#: ../plugins/peopsxgl/gpucfg/interface.c:225
+msgid "0: None"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:211
+msgid "1: Standard - Glitches will happen"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:212
+msgid "2: Extended - No black borders"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:213
+msgid "3: Standard without sprites - unfiltered 2D"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:214
+msgid "4: Extended without sprites - unfiltered 2D"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:215
+msgid "5: Standard + smoothed sprites"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:216
+msgid "6: Extended + smoothed sprites"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:227
+msgid "Filtering:"
+msgstr "Фильтрация:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:235
+msgid "HiRes Tex:"
+msgstr "HiRes текстуры:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:252
+#: ../plugins/peopsxgl/gpucfg/interface.c:263
+msgid "0: None (standard)"
+msgstr "0: None (стандартный)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:253
+msgid "1: 2xSaI (much vram needed)"
+msgstr "1: 2xSaI (требуется много видеопамяти)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:254
+msgid "2: Scaled (needs tex filtering)"
+msgstr "2: Scaled (используется совместно с текстурной фильтрацией)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:265
+msgid "Window options"
+msgstr "Опции окна"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:296
+msgid "Width:"
+msgstr "Ширина:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:305
+msgid "Height:"
+msgstr "Высота:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:314
+msgid "Keep psx aspect ratio"
+msgstr "Сохранять пропорции картинки psx"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:330
+msgid "Dithering"
+msgstr "Дизеринг"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:346
+msgid "Framerate"
+msgstr "Частота кадров"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:369
+msgid "FPS"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:377
+msgid "FPS limit manual"
+msgstr "Ручное ограничение FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:386
+msgid "Show FPS display on startup"
+msgstr "Отображать FPS дисплей при старте"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:394
+msgid "Use FPS limit"
+msgstr "Включить ограничение FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:402
+msgid "FPS limit auto-detection"
+msgstr "Авто-определение FPS"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:411
+msgid "Use Frame skipping"
+msgstr "Пропуск кадров"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:419
+msgid "Compatibility"
+msgstr "Совместимость"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:434
+msgid "Advanced blending (Accurate psx color emulation)"
+msgstr "Улучшенное смешивание (более точная эмуляция цветов psx)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:442
+msgid "Framebuffer textures:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:450
+msgid "Offscreen Drawing:"
+msgstr "Внеэкранная отрисовка:"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:458
+msgid "Framebuffer access:"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:466
+msgid "Alpha Multipass (correct opaque texture areas)"
+msgstr "Многопроходная отрисовка текстур с прозрачностью"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:474
+msgid "Mask bit detection (needed by a few games, zbuffer)"
+msgstr "Эмуляция маскирования (используется в нескольких играх, zbuffer)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:491
+#: ../plugins/peopsxgl/gpucfg/interface.c:504
+msgid "0: None - Fastest, most glitches"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:492
+msgid "1: Minimum - Missing screens"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:493
+msgid "2: Standard - OK for most games"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:494
+msgid "3: Enhanced - Shows more stuff"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:495
+msgid "4: Extended - Causing garbage"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:515
+#: ../plugins/peopsxgl/gpucfg/interface.c:527
+msgid "0: Emulated vram - Needs FVP"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:516
+msgid "1: Black - Fast, no effects"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:517
+msgid "2: Gfx card buffer - Can be slow"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:518
+msgid "3: Gfx card & soft - slow"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:538
+#: ../plugins/peopsxgl/gpucfg/interface.c:551
+msgid "0: Emulated vram - ok most times"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:539
+msgid "1: Gfx card buffer reads"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:540
+msgid "2: Gfx card buffer moves"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:541
+msgid "3: Gfx buffer reads & moves"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:542
+msgid "4: Full Software (FVP)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:553
+msgid "Special game fixes"
+msgstr "Исправления для некоторых игр"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:576
+msgid "Battle cursor (FF7)"
+msgstr "Курсор в режиме боя (FF7)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:584
+msgid "Direct FB updates"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:592
+msgid "Black brightness (Lunar)"
+msgstr "Чёрный экран в LunarSSSC"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:600
+msgid "Swap front detection"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:608
+msgid "Disable coord check"
+msgstr "Выключить проверку координат"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:616
+msgid "No blue glitches (LoD)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:624
+msgid "Soft FB access"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:632
+msgid "PC fps calculation"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:648
+msgid "Yellow rect (FF9)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:656
+msgid "No subtr. blending"
+msgstr "Отключить вычитающее смешивание"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:664
+msgid "Lazy upload (DW7)"
+msgstr "\"Ленивая\" загрузка (DW7)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:672
+msgid "Odd/even hack"
+msgstr "Хак бита ODE"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:680
+msgid "Adjust screen width"
+msgstr "Корректировка ширины экрана"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:688
+msgid "Old texture filtering"
+msgstr "Старый режим текстурной фильтрации"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:696
+msgid "Additional uploads"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:704
+msgid "unused"
+msgstr "не используется"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:712
+msgid "Fake 'gpu busy'"
+msgstr "Имитация 'занятости' gpu"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:720
+msgid "Misc"
+msgstr "Разное"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:743
+msgid "Scanlines"
+msgstr "Скан-линии"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:751
+msgid "Blending (0..255, -1=dot):"
+msgstr "Смешивание (0..255, -1=точка):"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:759
+msgid "Screen smoothing (can be slow or unsupported)"
+msgstr "Полноэкранное сглаживание (может быть медленно или неподдерживатся)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:767
+msgid "Use OpenGL extensions (recommended)"
+msgstr "Использовать расширения OpenGL (рекомендуется)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:775
+msgid "Polygon anti-aliasing (slow with most cards)"
+msgstr "Антиалиясинг полигонов (медленно на большинстве карт)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:783
+msgid "Line mode (polygons will not get filled)"
+msgstr "Режим линий (отрисовываются только края полигонов)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:791
+msgid "Force 15 bit framebuffer updates (faster movies)"
+msgstr ""
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:799
+msgid "Unfiltered MDECs (small movie speedup)"
+msgstr ""
+"Не фильтровать MDECs (некоторый прирост скорости при проигрывании "
+"видеовставок)"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:852
+msgid "Adapted from P.E.Op.S OpenGL GPU by Pete Bernert"
+msgstr "Адаптированно из \"P.E.Op.S OpenGL GPU\" от Pete Bernert"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:861
+msgid "Homepage: http://www.pbernert.com"
+msgstr "Домашняя страница: http://www.pbernert.com"
+
+#: ../plugins/peopsxgl/gpucfg/interface.c:879
+msgid "Version: 1.78"
+msgstr "Версия: 1.78"
+
+#: ../plugins/dfinput/cfg-gtk2.c:48
+msgid "D-Pad Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:49
+msgid "D-Pad Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:50
+msgid "D-Pad Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:51
+msgid "D-Pad Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:52
+msgid "Cross"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:53
+msgid "Circle"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:54
+msgid "Square"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:55
+msgid "Triangle"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:56
+msgid "L1"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:57
+msgid "R1"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:58
+msgid "L2"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:59
+msgid "R2"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:60
+msgid "Select"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:61
+msgid "Start"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:62
+msgid "L3"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:63
+msgid "R3"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:67
+msgid "L-Stick Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:68
+msgid "L-Stick Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:69
+msgid "L-Stick Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:70
+msgid "L-Stick Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:71
+msgid "R-Stick Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:72
+msgid "R-Stick Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:73
+msgid "R-Stick Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:74
+msgid "R-Stick Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Centered"
+msgstr "Отцентровано"
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Up"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Right"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:103 ../plugins/dfinput/cfg-gtk2.c:142
+msgid "Rightup"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Down"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Rightdown"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Left"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:104 ../plugins/dfinput/cfg-gtk2.c:143
+msgid "Leftup"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:105 ../plugins/dfinput/cfg-gtk2.c:144
+msgid "Leftdown"
+msgstr ""
+
+#: ../plugins/dfinput/cfg-gtk2.c:109 ../plugins/dfinput/cfg-gtk2.c:148
+#, c-format
+msgid "Joystick: Button %d"
+msgstr "Джойстик: Кнопка %d"
+
+#: ../plugins/dfinput/cfg-gtk2.c:113 ../plugins/dfinput/cfg-gtk2.c:152
+#, c-format
+msgid "Joystick: Axis %d%c"
+msgstr "Джойстик: Ось %d%c"
+
+#: ../plugins/dfinput/cfg-gtk2.c:118 ../plugins/dfinput/cfg-gtk2.c:157
+#, c-format
+msgid "Joystick: Hat %d %s"
+msgstr "Джойстик: Крестовина %d %s"
+
+#: ../plugins/dfinput/cfg-gtk2.c:133 ../plugins/dfinput/cfg-gtk2.c:172
+msgid "Keyboard:"
+msgstr "Клавиатура:"
+
+#: ../plugins/dfinput/cfg-gtk2.c:137 ../plugins/dfinput/cfg-gtk2.c:176
+msgid "(Not Set)"
+msgstr "(Не установлено)"
+
+#: ../plugins/dfinput/cfg-gtk2.c:539
+msgid "None"
+msgstr "Нету"
+
+#: ../plugins/dfinput/cfg-gtk2.c:581
+msgid "Gamepad/Keyboard Input Configuration"
+msgstr "Настройка Gamepad/Keyboard"
+
+#: ../plugins/dfinput/cfg-gtk2.c:587 ../plugins/dfinput/cfg-gtk2.c:607
+msgid "Key"
+msgstr "Клавиша"
+
+#: ../plugins/dfinput/cfg-gtk2.c:593 ../plugins/dfinput/cfg-gtk2.c:613
+msgid "Button"
+msgstr "Кнопка"
+
+#: ../plugins/dfinput/pad.c:22
+msgid "Gamepad/Keyboard Input"
+msgstr ""
+
+#: ../plugins/dfinput/dfinput.glade2:35 ../plugins/dfinput/dfinput.glade2:232
+msgid "Device:"
+msgstr "Устройство:"
+
+#: ../plugins/dfinput/dfinput.glade2:66 ../plugins/dfinput/dfinput.glade2:263
+msgid "Type:"
+msgstr "Тип:"
+
+#: ../plugins/dfinput/dfinput.glade2:78 ../plugins/dfinput/dfinput.glade2:275
+msgid ""
+"Digital Pad\n"
+"Analog Pad"
+msgstr ""
+"Стандартный контроллер\n"
+"Аналоговый контроллер"
+
+#: ../plugins/dfinput/dfinput.glade2:149 ../plugins/dfinput/dfinput.glade2:346
+msgid "Change"
+msgstr "Изменить"
+
+#: ../plugins/dfinput/dfinput.glade2:185 ../plugins/dfinput/dfinput.glade2:382
+msgid "Reset"
+msgstr "Сброс"
+
+#: ../plugins/dfinput/dfinput.glade2:210
+msgid "Controller 1"
+msgstr "Контроллер 1"
+
+#: ../plugins/dfinput/dfinput.glade2:412
+msgid "Controller 2"
+msgstr "Контроллер 2"
+
+#: ../plugins/dfinput/dfinput.glade2:427
+msgid "Multi-Threaded (Recommended)"
+msgstr "В отдельном потоке (Рекомендуется)"
+
+#: ../plugins/dfnet/dfnet.c:23
+msgid "Socket Driver"
+msgstr ""
+
+#: ../plugins/dfnet/dfnet.c:161
+#, c-format
+msgid "error connecting to %s: %s\n"
+msgstr "Ошибка соединения с %s: %s\n"
+
+#: ../plugins/dfnet/dfnet.c:186
+msgid "Error allocating memory!\n"
+msgstr "Ошибка выделения памяти!\n"
+
+#: ../plugins/dfnet/gui.c:39
+msgid "Nothing to configure"
+msgstr "Не подлежит настройке"
+
+#: ../plugins/dfnet/gui.c:95
+#, c-format
+msgid "IP %s"
+msgstr ""
+
+#: ../plugins/dfnet/gui.c:165
+msgid "Waiting for connection..."
+msgstr "Ожидание соединения..."
+
+#: ../plugins/dfnet/gui.c:168
+msgid "The Client should now Start a Connection, waiting..."
+msgstr "Ожидание соединения с клиентом..."
+
+#: ../plugins/dfnet/dfnet.glade2:23
+msgid ""
+"Select here if you'll be Server (Player1) or Client (Player2).\n"
+"\n"
+"If you select Server you must Copy your IP address to the Clipboard and "
+"paste if (Ctrl+V) wherever the Client can see it.\n"
+"\n"
+"If you selected Client please enter the IP address the Server gave to you in "
+"the IP Address Control."
+msgstr ""
+"Выберите здесь сторону: Сервер (Игрок 1) или Клиент (Игрок 2)\n"
+"\n"
+"Если вы выбрали Сервер - скопируйте IP адрес в буфер обмена и вставьте (Ctrl"
+"+V) куда-либо, чтобы Клиент мог его видеть.\n"
+"\n"
+"Если вы выбрали Клиента - введите полученный IP адрес Сервера в "
+"соответствующее поле."
+
+#: ../plugins/dfnet/dfnet.glade2:63
+msgid "Copy PC IP to Clipboard"
+msgstr "Скопировать IP адрес в буфер обмена"
+
+#: ../plugins/dfnet/dfnet.glade2:94
+msgid "Server (Player1)"
+msgstr "Сервер (Игрок 1)"
+
+#: ../plugins/dfnet/dfnet.glade2:104
+msgid "Client (Player2)"
+msgstr "Клиент (Игрок 2)"
+
+#: ../plugins/dfnet/dfnet.glade2:130
+msgid ""
+"Do not change if not necessary (remember it must be changed on both sides)."
+msgstr ""
+"Не меняйте без особой необходимости (помните что порты должны быть одинаковы "
+"для обеих сторон)"
+
+#: ../plugins/dfnet/dfnet.glade2:143
+msgid "Port Number"
+msgstr "Номер порта"
+
+#: ../plugins/dfnet/dfnet.glade2:202
+msgid "Start Game"
+msgstr "Начать сетевую игру"
+
+#: ../plugins/dfnet/dfnet.glade2:240
+msgid "Play Offline"
+msgstr "Начать без использования сети"
+
+#: ../plugins/bladesio1/sio1.c:29
+msgid "Sio1 Driver"
+msgstr ""
+
+#, fuzzy
+#~ msgid "CD-ROM Device Reader"
+#~ msgstr "Выберите CD-привод"
+
+#~ msgid "Error Closing PAD1 Plugin"
+#~ msgstr "Ошибка при закрытии PAD1 плагина"
+
+#~ msgid "Error Closing PAD2 Plugin"
+#~ msgstr "Ошибка при закрытии PAD2 плагина"
+
+#~ msgid "Internal HLE Bios"
+#~ msgstr "Внутренний HLE-биос"
diff --git a/po/update-pot.sh b/po/update-pot.sh
index 51d47487..dfe644ce 100644
--- a/po/update-pot.sh
+++ b/po/update-pot.sh
@@ -1,5 +1,17 @@
#!/bin/sh
-xgettext --keyword=_ --keyword=N_ ../win32/gui/*.c ../gui/*.c ../gui/*.h ../libpcsxcore/*.c ../plugins/dfxvideo/*.c ../plugins/dfxvideo/gpucfg-0.1df/*.glade2 ../data/*.glade2 ../plugins/dfsound/*.c ../plugins/dfsound/spucfg-0.1df/*.glade2 ../plugins/dfcdrom/*.c ../plugins/dfcdrom/cdrcfg-0.1df/*.c ../plugins/dfcdrom/cdrcfg-0.1df/*.glade2 ../plugins/peopsxgl/*.c ../plugins/peopsxgl/gpucfg/*.c ../plugins/dfinput/*.c ../plugins/dfinput/*.glade2 ../plugins/dfnet/*.c ../plugins/dfnet/*.h ../plugins/dfnet/*.glade2 --output=pcsx.pot
+xgettext --keyword=_ --keyword=N_ \
+ ../win32/gui/*.c ../gui/*.c ../gui/*.h ../libpcsxcore/*.c \
+ ../plugins/dfxvideo/*.c ../plugins/dfxvideo/gpucfg-0.1df/*.glade2 \
+ ../data/*.glade2 ../plugins/dfsound/*.c \
+ ../plugins/dfsound/spucfg-0.1df/*.glade2 \
+ ../plugins/dfcdrom/*.c ../plugins/dfcdrom/cdrcfg-0.1df/*.c \
+ ../plugins/dfcdrom/cdrcfg-0.1df/*.glade2 \
+ ../plugins/peopsxgl/*.c ../plugins/peopsxgl/gpucfg/*.c \
+ ../plugins/dfinput/*.c ../plugins/dfinput/*.glade2 \
+ ../plugins/dfnet/*.c ../plugins/dfnet/*.h ../plugins/dfnet/*.glade2 \
+ ../plugins/bladesio1/*.c ../plugins/bladesio1/*.glade2 \
+ --output=pcsx.pot
+
msgmerge -U --backup=none pt_BR.po pcsx.pot
msgmerge -U --backup=none zh_CN.po pcsx.pot
msgmerge -U --backup=none zh_TW.po pcsx.pot
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 8eade307..7af68254 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: pcsxr 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-07 13:32+0800\n"
-"PO-Revision-Date: 2010-07-07 13:37+0800\n"
-"Last-Translator: Wei Mingzhi <whistler_wmz@users.sf.net>\n"
+"POT-Creation-Date: 2010-07-10 14:04+0800\n"
+"PO-Revision-Date: 2010-07-10 14:05+0700\n"
+"Last-Translator: Wei Mingzhi <whistler@openoffice.org>\n"
"Language-Team: Simplified Chinese <whistler@openoffice.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -861,7 +861,7 @@ msgstr "Parasite Eve 2, Vandal Hearts 1/2 修正"
#: ../win32/gui/WndMain.c:1223
#: ../data/pcsx.glade2:1553
msgid "InuYasha Sengoku Battle Fix"
-msgstr "InuYasha Sengoku 战斗修正"
+msgstr "InuYasha Sengoku Battle 修正"
#: ../win32/gui/WndMain.c:1225
#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:277
@@ -1516,6 +1516,16 @@ msgstr "调试器已启动。\n"
msgid "Debugger stopped.\n"
msgstr "调试器已停止。\n"
+#: ../libpcsxcore/misc.c:342
+#, c-format
+msgid "CD-ROM Label: %.32s\n"
+msgstr "CD-ROM 卷标: %.32s\n"
+
+#: ../libpcsxcore/misc.c:343
+#, c-format
+msgid "CD-ROM ID: %.9s\n"
+msgstr "CD-ROM ID: %.9s\n"
+
#: ../libpcsxcore/misc.c:388
#, c-format
msgid "Error opening file: %s.\n"
@@ -1539,77 +1549,77 @@ msgstr "此文件不是一个合法的 PSX 文件。\n"
msgid "Error loading %s: %s"
msgstr "无法加载 %s: %s"
-#: ../libpcsxcore/plugins.c:227
+#: ../libpcsxcore/plugins.c:221
#, c-format
msgid "Could not load GPU plugin %s!"
msgstr "无法加载 GPU 插件 %s!"
-#: ../libpcsxcore/plugins.c:298
+#: ../libpcsxcore/plugins.c:292
#, c-format
msgid "Could not load CD-ROM plugin %s!"
msgstr "无法加载 CD-ROM 插件 %s!"
-#: ../libpcsxcore/plugins.c:346
+#: ../libpcsxcore/plugins.c:340
#, c-format
msgid "Could not load SPU plugin %s!"
msgstr "无法加载 SPU 插件 %s!"
-#: ../libpcsxcore/plugins.c:483
+#: ../libpcsxcore/plugins.c:477
#, c-format
msgid "Could not load Controller 1 plugin %s!"
msgstr "无法加载 \"控制器1\" 插件 %s!"
-#: ../libpcsxcore/plugins.c:537
+#: ../libpcsxcore/plugins.c:531
#, c-format
msgid "Could not load Controller 2 plugin %s!"
msgstr "无法加载 \"控制器2\" 插件 %s!"
-#: ../libpcsxcore/plugins.c:580
+#: ../libpcsxcore/plugins.c:574
#, c-format
msgid "Could not load NetPlay plugin %s!"
msgstr "无法加载联网游戏插件 %s!"
-#: ../libpcsxcore/plugins.c:660
+#: ../libpcsxcore/plugins.c:654
#, c-format
msgid "Could not load SIO1 plugin %s!"
msgstr "无法加载 SIO1 插件 %s!"
-#: ../libpcsxcore/plugins.c:745
+#: ../libpcsxcore/plugins.c:739
#, c-format
msgid "Error initializing CD-ROM plugin: %d"
msgstr "CD-ROM 插件初始化错误: %d"
-#: ../libpcsxcore/plugins.c:747
+#: ../libpcsxcore/plugins.c:741
#, c-format
msgid "Error initializing GPU plugin: %d"
msgstr "GPU 插件初始化错误: %d"
-#: ../libpcsxcore/plugins.c:749
+#: ../libpcsxcore/plugins.c:743
#, c-format
msgid "Error initializing SPU plugin: %d"
msgstr "SPU 插件初始化错误: %d"
-#: ../libpcsxcore/plugins.c:751
+#: ../libpcsxcore/plugins.c:745
#, c-format
msgid "Error initializing Controller 1 plugin: %d"
msgstr "\"控制器1\" 插件初始化错误: %d"
-#: ../libpcsxcore/plugins.c:753
+#: ../libpcsxcore/plugins.c:747
#, c-format
msgid "Error initializing Controller 2 plugin: %d"
msgstr "\"控制器2\" 插件初始化错误: %d"
-#: ../libpcsxcore/plugins.c:757
+#: ../libpcsxcore/plugins.c:751
#, c-format
msgid "Error initializing NetPlay plugin: %d"
msgstr "联网游戏插件初始化错误: %d"
-#: ../libpcsxcore/plugins.c:762
+#: ../libpcsxcore/plugins.c:756
#, c-format
msgid "Error initializing SIO1 plugin: %d"
msgstr "SIO1 插件初始化错误: %d"
-#: ../libpcsxcore/plugins.c:765
+#: ../libpcsxcore/plugins.c:759
msgid "Plugins loaded.\n"
msgstr "插件已加载。\n"
@@ -2422,15 +2432,16 @@ msgstr "单声道"
msgid "Play only one channel for a performance boost."
msgstr "仅播放一个声道以提升性能。"
-#: ../plugins/dfcdrom/cdr-linux.c:70
+#: ../plugins/dfcdrom/cdr-libcdio.c:29
+#: ../plugins/dfcdrom/cdr-linux.c:29
msgid "CD-ROM Drive Reader"
msgstr "CD-ROM 设备读取插件"
-#: ../plugins/dfcdrom/cdr-null.c:10
+#: ../plugins/dfcdrom/cdr-null.c:26
msgid "CDR NULL Plugin"
msgstr "CDR 空插件"
-#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:170
+#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:219
#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
msgid "CDR configuration"
msgstr "CDR 配置"
@@ -3173,11 +3184,6 @@ msgstr "开始游戏"
msgid "Play Offline"
msgstr "离线运行"
-#~ msgid "Error Closing PAD1 Plugin"
-#~ msgstr "无法关闭 PAD1 插件"
-
-#~ msgid "Error Closing PAD2 Plugin"
-#~ msgstr "无法关闭 PAD2 插件!"
-
-#~ msgid "Internal HLE Bios"
-#~ msgstr "内部 HLE-Bios"
+#: ../plugins/bladesio1/sio1.c:29
+msgid "Sio1 Driver"
+msgstr "Sio1 驱动程序"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 6bbad372..e24620e1 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: pcsxr 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-07 13:32+0800\n"
-"PO-Revision-Date: 2010-07-07 13:37+0800\n"
-"Last-Translator: Wei Mingzhi <whistler_wmz@users.sf.net>\n"
+"POT-Creation-Date: 2010-07-10 14:04+0800\n"
+"PO-Revision-Date: 2010-07-10 14:06+0700\n"
+"Last-Translator: Wei Mingzhi <whistler@openoffice.org>\n"
"Language-Team: Traditional Chinese <whistler@openoffice.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1516,6 +1516,16 @@ msgstr "調試器已啟動。\n"
msgid "Debugger stopped.\n"
msgstr "調試器已停止。\n"
+#: ../libpcsxcore/misc.c:342
+#, c-format
+msgid "CD-ROM Label: %.32s\n"
+msgstr "CD-ROM 卷標: %.32s\n"
+
+#: ../libpcsxcore/misc.c:343
+#, c-format
+msgid "CD-ROM ID: %.9s\n"
+msgstr "CD-ROM ID: %.9s\n"
+
#: ../libpcsxcore/misc.c:388
#, c-format
msgid "Error opening file: %s.\n"
@@ -1539,77 +1549,77 @@ msgstr "此檔案不是一個合法的 PSX 檔案。\n"
msgid "Error loading %s: %s"
msgstr "無法加載 %s: %s"
-#: ../libpcsxcore/plugins.c:227
+#: ../libpcsxcore/plugins.c:221
#, c-format
msgid "Could not load GPU plugin %s!"
msgstr "無法加載 GPU 外掛 %s!"
-#: ../libpcsxcore/plugins.c:298
+#: ../libpcsxcore/plugins.c:292
#, c-format
msgid "Could not load CD-ROM plugin %s!"
msgstr "無法加載 CD-ROM 外掛 %s!"
-#: ../libpcsxcore/plugins.c:346
+#: ../libpcsxcore/plugins.c:340
#, c-format
msgid "Could not load SPU plugin %s!"
msgstr "無法加載 SPU 外掛 %s!"
-#: ../libpcsxcore/plugins.c:483
+#: ../libpcsxcore/plugins.c:477
#, c-format
msgid "Could not load Controller 1 plugin %s!"
msgstr "無法加載 \"控制器1\" 外掛 %s!"
-#: ../libpcsxcore/plugins.c:537
+#: ../libpcsxcore/plugins.c:531
#, c-format
msgid "Could not load Controller 2 plugin %s!"
msgstr "無法加載 \"控制器2\" 外掛 %s!"
-#: ../libpcsxcore/plugins.c:580
+#: ../libpcsxcore/plugins.c:574
#, c-format
msgid "Could not load NetPlay plugin %s!"
msgstr "無法加載聯線遊戲外掛 %s!"
-#: ../libpcsxcore/plugins.c:660
+#: ../libpcsxcore/plugins.c:654
#, c-format
msgid "Could not load SIO1 plugin %s!"
msgstr "無法加載 SIO1 外掛 %s!"
-#: ../libpcsxcore/plugins.c:745
+#: ../libpcsxcore/plugins.c:739
#, c-format
msgid "Error initializing CD-ROM plugin: %d"
msgstr "CD-ROM 外掛初始化錯誤: %d"
-#: ../libpcsxcore/plugins.c:747
+#: ../libpcsxcore/plugins.c:741
#, c-format
msgid "Error initializing GPU plugin: %d"
msgstr "GPU 外掛初始化錯誤: %d"
-#: ../libpcsxcore/plugins.c:749
+#: ../libpcsxcore/plugins.c:743
#, c-format
msgid "Error initializing SPU plugin: %d"
msgstr "SPU 外掛初始化錯誤: %d"
-#: ../libpcsxcore/plugins.c:751
+#: ../libpcsxcore/plugins.c:745
#, c-format
msgid "Error initializing Controller 1 plugin: %d"
msgstr "\"控制器1\" 外掛初始化錯誤: %d"
-#: ../libpcsxcore/plugins.c:753
+#: ../libpcsxcore/plugins.c:747
#, c-format
msgid "Error initializing Controller 2 plugin: %d"
msgstr "\"控制器2\" 外掛初始化錯誤: %d"
-#: ../libpcsxcore/plugins.c:757
+#: ../libpcsxcore/plugins.c:751
#, c-format
msgid "Error initializing NetPlay plugin: %d"
msgstr "聯線遊戲外掛初始化錯誤: %d"
-#: ../libpcsxcore/plugins.c:762
+#: ../libpcsxcore/plugins.c:756
#, c-format
msgid "Error initializing SIO1 plugin: %d"
msgstr "SIO1 外掛初始化錯誤: %d"
-#: ../libpcsxcore/plugins.c:765
+#: ../libpcsxcore/plugins.c:759
msgid "Plugins loaded.\n"
msgstr "外掛已加載。\n"
@@ -2422,15 +2432,16 @@ msgstr "單聲道聲音"
msgid "Play only one channel for a performance boost."
msgstr "僅播放一個聲道以提高性能。"
-#: ../plugins/dfcdrom/cdr-linux.c:70
+#: ../plugins/dfcdrom/cdr-libcdio.c:29
+#: ../plugins/dfcdrom/cdr-linux.c:29
msgid "CD-ROM Drive Reader"
msgstr "CD-ROM 裝置讀取外掛"
-#: ../plugins/dfcdrom/cdr-null.c:10
+#: ../plugins/dfcdrom/cdr-null.c:26
msgid "CDR NULL Plugin"
msgstr "CDR NULL 外掛"
-#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:170
+#: ../plugins/dfcdrom/cdrcfg-0.1df/main.c:219
#: ../plugins/dfcdrom/cdrcfg-0.1df/dfcdrom.glade2:8
msgid "CDR configuration"
msgstr "CDR 設定"
@@ -3173,11 +3184,6 @@ msgstr "開始遊戲"
msgid "Play Offline"
msgstr "離線遊戲"
-#~ msgid "Error Closing PAD1 Plugin"
-#~ msgstr "無法關閉 PAD1 外掛"
-
-#~ msgid "Error Closing PAD2 Plugin"
-#~ msgstr "無法關閉 PAD2 外掛!"
-
-#~ msgid "Internal HLE Bios"
-#~ msgstr "內部 HLE-Bios"
+#: ../plugins/bladesio1/sio1.c:29
+msgid "Sio1 Driver"
+msgstr "Sio1 驅動程式"